<!--{{{-->
<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.