From fb224be470beead0aa35ba2c994b61a57fd3ad45 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Wed, 27 Jan 2016 14:26:10 +0100 Subject: [PATCH 01/25] Initiating Jasmine tests with Grunt & Travis --- .gitignore | 2 ++ Gruntfile.js | 37 +++++++++++++++++++++++++++++++++++++ dist/app.min.js | 2 +- dist/i18n.min.js | 2 +- package.json | 6 +++++- src/i18n.js | 2 +- tests/formatSpec.js | 39 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 86 insertions(+), 4 deletions(-) create mode 100644 tests/formatSpec.js diff --git a/.gitignore b/.gitignore index f7a1096..37b71f1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ vendor/jquery-autocomplete/* vendor/i18next/* css/.sass-cache *.swp +.grunt +_SpecRunner.html diff --git a/Gruntfile.js b/Gruntfile.js index 5c84a6d..0766929 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -113,6 +113,39 @@ grunt.initConfig({ //,dest: 'dist/<%= pkg.name %>-<%= pkg.version %>.min.css' } }, + jasmine: { + components: { + src: [ + /* + 'http://code.jquery.com/jquery-1.8.3.min.js', + 'src/formats.js', + 'src/formats/*js' + */ + 'src/formats.js', + 'src/foo.js' + ], + options: { + vendor: [ + 'http://code.jquery.com/jquery-1.8.3.min.js', + 'http://cdn.leafletjs.com/leaflet-0.7/leaflet.js', + 'dist/jquery.cookie.min.js', + 'dist/togeojson.min.js', + 'dist/togpx.min.js', + 'dist/pretty-data.min.js', + 'dist/tokml.min.js', + 'dist/geojson-to-path.min.js', + 'dist/leaflet.filelayer.min.js', + 'dist/FileSaver.min.js', + 'dist/i18next.min.js', + 'dist/i18n.min.js', + 'node_modules/jasmine-jquery/lib/jasmine-jquery.js' + ], + specs: 'tests/*.js', + keepRunner : true, + //helpers: 'test/spec/*.js' + } + } + }, watch: { css: { options: { livereload: true }, @@ -141,6 +174,10 @@ grunt.registerTask('default', [ 'cssmin', //'copy' ]); +grunt.registerTask('travis', [ + 'jshint', 'jasmine', +]); + require('load-grunt-tasks')(grunt); diff --git a/dist/app.min.js b/dist/app.min.js index dfb9abe..dd44a64 100644 --- a/dist/app.min.js +++ b/dist/app.min.js @@ -17,6 +17,6 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);} }(document, 'script', 'twitter-wjs');; function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:45,size_track:110,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:92,size_track:150,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); \ No newline at end of file diff --git a/dist/i18n.min.js b/dist/i18n.min.js index 82dde15..511e34c 100644 --- a/dist/i18n.min.js +++ b/dist/i18n.min.js @@ -1 +1 @@ -function hideLanguages(){$(".leaflet-control-lang a.lang").each(function(){$(this).hide()})}function switchLanguage(){hideLanguages(),window.location.href="?setLng="+$(this).attr("data-lang").toLowerCase()}function initLanguage(){var a,b=$(".leaflet-control-lang").get(0);for(var c in window.languages)a=L.DomUtil.create("a","",b),a.innerHTML=window.languages[c],a.className="lang",$(a).attr("data-lang",c),L.DomEvent.on(a,"click",switchLanguage.bind(a))}function showLanguage(){hideAll(),$(".leaflet-control-lang a.lang").each(function(){$(this).show()})}$.i18n.init({ns:{namespaces:["ns.special"],defaultNs:"ns.special"},useLocalStorage:!1,getAsync:!1,fallbackLng:"en",debug:!0},function(){$("body").i18n()}),window.languages={En:"English",It:"Italiano",Fr:"Français"}; \ No newline at end of file +function hideLanguages(){$(".leaflet-control-lang a.lang").each(function(){$(this).hide()})}function switchLanguage(){hideLanguages(),window.location.href="?setLng="+$(this).attr("data-lang").toLowerCase()}function initLanguage(){var a,b=$(".leaflet-control-lang").get(0);for(var c in window.languages)a=L.DomUtil.create("a","",b),a.innerHTML=window.languages[c],a.className="lang",$(a).attr("data-lang",c),L.DomEvent.on(a,"click",switchLanguage.bind(a))}function showLanguage(){hideAll(),$(".leaflet-control-lang a.lang").each(function(){$(this).show()})}$.i18n.init({ns:{namespaces:["ns.special"],defaultNs:"ns.special"},useLocalStorage:!1,getAsync:!1,fallbackLng:"en",debug:!1},function(){$("body").i18n()}),window.languages={En:"English",It:"Italiano",Fr:"Français"}; \ No newline at end of file diff --git a/package.json b/package.json index 2b054c6..7d09f39 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "gpx", "track" ], + "scripts": { + "test": "grunt travis --verbose" + }, "dependencies": { "leaflet": "*" }, @@ -35,6 +38,7 @@ "grunt-contrib-sass": "~0.9.2", "grunt-scss-lint": "~0.3.4", "jshint-stylish": "~1.0.1", - "load-grunt-tasks": "~3.1.0" + "load-grunt-tasks": "~3.1.0", + "grunt-contrib-jasmine": "~1.0.0" } } diff --git a/src/i18n.js b/src/i18n.js index 1bafae2..5f70cf2 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -5,7 +5,7 @@ $.i18n.init({ // We load in synchronous mode to be able to build the page with i18n text getAsync: false, fallbackLng: 'en', - debug: true + debug: false }, function(t) { $('body').i18n(); }); diff --git a/tests/formatSpec.js b/tests/formatSpec.js new file mode 100644 index 0000000..6962544 --- /dev/null +++ b/tests/formatSpec.js @@ -0,0 +1,39 @@ +describe('filesizeHuman function', function() { + /* + var format; + + beforeEach(function() { + format = new Format(); + }); + */ + + it('filesizeHuman converts properly in fr', function() { + $.i18n.init({lng:'fr' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 octets'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 ko'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 ko'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 ko'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 ko'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 Mo'); + }); + it('filesizeHuman converts properly in en', function() { + $.i18n.init({lng:'en' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); + }); + it('filesizeHuman converts properly in it', function() { + $.i18n.init({lng:'it' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); + }); +}); + + From 9616e6893b0de79525c1242fdf532516c7ec55e7 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Wed, 27 Jan 2016 14:41:11 +0100 Subject: [PATCH 02/25] Changing node version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 241fff1..e105582 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "0.8" + - "0.10" before_install: npm install -g grunt-cli install: npm install script: grunt --verbose --force From b4d8005c34cf0fdd25ad117d36cdd2cb9b3b1f06 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Wed, 27 Jan 2016 14:49:04 +0100 Subject: [PATCH 03/25] Using SASS and latest node version --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e105582..3d4cc28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: node_js node_js: + - "0.12" + - "0.11" - "0.10" -before_install: npm install -g grunt-cli +before_install: + - npm install -g grunt-cli + - gem install sass install: npm install script: grunt --verbose --force From 371a61642b9349c8167caf3729db8a34b0372426 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Wed, 27 Jan 2016 23:46:17 +0100 Subject: [PATCH 04/25] Adding Jasmine tests to Travis build + More tests --- .travis.yml | 4 ++- Gruntfile.js | 1 + README.md | 2 +- tests/formatSpec.js | 39 ---------------------------- tests/formatsSpec.js | 62 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 67 insertions(+), 41 deletions(-) delete mode 100644 tests/formatSpec.js create mode 100644 tests/formatsSpec.js diff --git a/.travis.yml b/.travis.yml index 3d4cc28..d29c00e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,6 @@ before_install: - npm install -g grunt-cli - gem install sass install: npm install -script: grunt --verbose --force +script: + - grunt --verbose --force + - grunt travis --verbose diff --git a/Gruntfile.js b/Gruntfile.js index 0766929..ce412b6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -122,6 +122,7 @@ grunt.initConfig({ 'src/formats/*js' */ 'src/formats.js', + 'src/formats/*.js', 'src/foo.js' ], options: { diff --git a/README.md b/README.md index 3032430..b6480fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Track Simplifier / Optimizer online +Track Simplifier / Optimizer online [![Build Status](https://travis-ci.org/Wilkins/gpx-simplify-optimizer.svg?branch=master)](https://travis-ci.org/Wilkins/gpx-simplify-optimizer) ============ Online Simplifier and Optimizer for GPX / GeoJSON / KML tracks. diff --git a/tests/formatSpec.js b/tests/formatSpec.js deleted file mode 100644 index 6962544..0000000 --- a/tests/formatSpec.js +++ /dev/null @@ -1,39 +0,0 @@ -describe('filesizeHuman function', function() { - /* - var format; - - beforeEach(function() { - format = new Format(); - }); - */ - - it('filesizeHuman converts properly in fr', function() { - $.i18n.init({lng:'fr' }); - expect(filesizeHuman(1000, 0)).toEqual('1000 octets'); - expect(filesizeHuman(2000, 0)).toEqual('2.0 ko'); - expect(filesizeHuman(20000, 0)).toEqual('19.5 ko'); - expect(filesizeHuman(100000, 0)).toEqual('97.7 ko'); - expect(filesizeHuman(500000, 0)).toEqual('488.3 ko'); - expect(filesizeHuman(3000000, 0)).toEqual('2.9 Mo'); - }); - it('filesizeHuman converts properly in en', function() { - $.i18n.init({lng:'en' }); - expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); - expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); - expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); - expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); - expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); - expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); - }); - it('filesizeHuman converts properly in it', function() { - $.i18n.init({lng:'it' }); - expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); - expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); - expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); - expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); - expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); - expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); - }); -}); - - diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js new file mode 100644 index 0000000..9fdbf7d --- /dev/null +++ b/tests/formatsSpec.js @@ -0,0 +1,62 @@ +describe('filesizeHuman function', function() { + + it('filesizeHuman converts properly in fr', function() { + $.i18n.init({lng:'fr' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 octets'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 ko'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 ko'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 ko'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 ko'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 Mo'); + }); + + it('filesizeHuman converts properly in en', function() { + $.i18n.init({lng:'en' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); + }); + + it('filesizeHuman converts properly in it', function() { + $.i18n.init({lng:'it' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); + }); +}); + + +describe('Formats', function() { + var geojsonData = {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}; + + it('Converts GeoJSON to GPX properly', function() { + var gpxData = ''; + var format = new GPXFormat(); + expect(format.exportData(geojsonData)).toEqual(gpxData); + }); + + it('Converts GeoJSON to Mediawiki properly', function() { + var mediawikiData = '44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173'; + var format = new MediawikiFormat(); + expect(format.exportData(geojsonData)).toEqual(mediawikiData); + }); + + it('Converts GeoJSON to KML properly', function() { + var kmlData = '-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559'; + var format = new KMLFormat(); + expect(format.exportData(geojsonData)).toEqual(kmlData); + }); + + it('Converts GeoJSON to GeoJSON properly', function() { + var newData = '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}'; + var format = new GeoJSONFormat(); + expect(format.exportData(geojsonData)).toEqual(newData); + }); + +}); From 95834e40fe9c86c2f1e3d6f7a6740c7e783f8ca7 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Thu, 28 Jan 2016 17:46:42 +0100 Subject: [PATCH 05/25] More tests + better testing environment --- Gruntfile.js | 22 ++++---- dist/app.min.js | 4 +- dist/formats.min.js | 2 +- dist/layers.min.js | 2 +- src/formats.js | 17 +++++- src/formats/geojson.js | 4 +- src/formats/kml.js | 4 +- src/layers.js | 25 +++++++-- tests/fixtures/testcase1.json | 14 +++++ tests/fixtures/testcase2.json | 14 +++++ tests/formatsSpec.js | 100 +++++++++++++++++++++++++++++----- 11 files changed, 165 insertions(+), 43 deletions(-) create mode 100644 tests/fixtures/testcase1.json create mode 100644 tests/fixtures/testcase2.json diff --git a/Gruntfile.js b/Gruntfile.js index ce412b6..a956160 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -23,7 +23,9 @@ grunt.initConfig({ "-W033": true, "-W044": true //ignore regexp }, - files: ['src/main.js', 'src/formats.js', 'src/formats/*.js', 'src/layers.js', 'src/i18n.js', 'locales/*/*.json', 'package.json'] + sources: ['src/main.js', 'src/formats.js', 'src/formats/*.js', 'src/layers.js', 'src/i18n.js', 'locales/*/*.json', 'package.json'], + tests: ['tests/*.js'] + }, uglify: { dist: { @@ -116,19 +118,15 @@ grunt.initConfig({ jasmine: { components: { src: [ - /* - 'http://code.jquery.com/jquery-1.8.3.min.js', - 'src/formats.js', - 'src/formats/*js' - */ + 'src/layers.js', 'src/formats.js', 'src/formats/*.js', - 'src/foo.js' ], options: { vendor: [ 'http://code.jquery.com/jquery-1.8.3.min.js', - 'http://cdn.leafletjs.com/leaflet-0.7/leaflet.js', + 'http://cdn.leafletjs.com/leaflet-0.7/leaflet-src.js', + 'vendor/simplify-geometry/simplifygeometry-0.0.1.min.js', 'dist/jquery.cookie.min.js', 'dist/togeojson.min.js', 'dist/togpx.min.js', @@ -142,8 +140,7 @@ grunt.initConfig({ 'node_modules/jasmine-jquery/lib/jasmine-jquery.js' ], specs: 'tests/*.js', - keepRunner : true, - //helpers: 'test/spec/*.js' + keepRunner : false, } } }, @@ -168,7 +165,7 @@ grunt.initConfig({ grunt.registerTask('default', [ 'clean', - 'jshint', + 'jshint:sources', 'uglify', 'concat', 'sass', @@ -176,7 +173,8 @@ grunt.registerTask('default', [ //'copy' ]); grunt.registerTask('travis', [ - 'jshint', 'jasmine', + 'jshint:tests', + 'jasmine', ]); diff --git a/dist/app.min.js b/dist/app.min.js index dd44a64..018e5a2 100644 --- a/dist/app.min.js +++ b/dist/app.min.js @@ -16,7 +16,7 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po !function(d,s,id){ var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);} }(document, 'script', 'twitter-wjs');; -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:45,size_track:110,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:92,size_track:150,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); \ No newline at end of file diff --git a/dist/formats.min.js b/dist/formats.min.js index 3bec03d..0078ef2 100644 --- a/dist/formats.min.js +++ b/dist/formats.min.js @@ -1 +1 @@ -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:45,size_track:110,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:92,size_track:150,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a'+f.param.name+' :'+size+'

'); } $('#size-format').show(); diff --git a/tests/fixtures/testcase1.json b/tests/fixtures/testcase1.json new file mode 100644 index 0000000..4b24c25 --- /dev/null +++ b/tests/fixtures/testcase1.json @@ -0,0 +1,14 @@ +{ + "name": "Simple track with 26 nodes", + + "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}, + + "gpx": "", + + "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}", + + "kml": "-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559", + + "mediawiki": "44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173" + +} diff --git a/tests/fixtures/testcase2.json b/tests/fixtures/testcase2.json new file mode 100644 index 0000000..2a1933b --- /dev/null +++ b/tests/fixtures/testcase2.json @@ -0,0 +1,14 @@ +{ + "name" : "Empty track", + + "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[]}}]}, + + "gpx": "", + + "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[]}}]}", + + "kml": "", + + "mediawiki": "" + +} diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index 9fdbf7d..c9f978f 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -31,32 +31,102 @@ describe('filesizeHuman function', function() { }); }); +/* +var jsonify=function(o){ + var seen=[]; + var jso=JSON.stringify(o, function(k,v){ + if (typeof v =='object') { + if ( !seen.indexOf(v) ) { return '__cycle__'; } + seen.push(v); + } return v; + }); + return jso; +}; +*/ -describe('Formats', function() { - var geojsonData = {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}; +describe("Testing fixtures conversion", function() { + jasmine.getFixtures().fixturesPath = 'tests/fixtures'; + jasmine.getJSONFixtures().fixturesPath = 'tests/fixtures'; + + $(document.body).append('
'); + window.map = L.map('map'); + window.map.hasLayer = function() { return true; } + + describe('Checking fixture 1', function() { + checkFormatFixture('testcase1.json'); + }); + describe('Checking fixture 2', function() { + checkFormatFixture('testcase2.json'); + }); +}); + +function checkFormatFixture(file) { + var fixture = getJSONFixture(file); + var kml = new KMLFormat(); + var gpx = new GPXFormat(); + var geojson = new GeoJSONFormat(); + var mediawiki = new MediawikiFormat(); + + + + //window.formats = { "formats": {'length': 0} }; + //Layer.optimize(0); + var Layer = new LayerOptimizer({layer: L.geoJson(fixture.source)}); + var counters = Layer.countTracksNodes(); it('Converts GeoJSON to GPX properly', function() { - var gpxData = ''; - var format = new GPXFormat(); - expect(format.exportData(geojsonData)).toEqual(gpxData); + checkExportFormat(gpx, fixture.source, fixture.gpx); + }); + + it('Converts GeoJSON to GPX with correct estimated size', function() { + checkSizePrecision(gpx, fixture.gpx, counters); }); it('Converts GeoJSON to Mediawiki properly', function() { - var mediawikiData = '44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173'; - var format = new MediawikiFormat(); - expect(format.exportData(geojsonData)).toEqual(mediawikiData); + checkExportFormat(mediawiki, fixture.source, fixture.mediawiki); + }); + + it('Converts GeoJSON to Mediawiki with correct estimated size', function() { + checkSizePrecision(mediawiki, fixture.mediawiki, counters); }); it('Converts GeoJSON to KML properly', function() { - var kmlData = '-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559'; - var format = new KMLFormat(); - expect(format.exportData(geojsonData)).toEqual(kmlData); + checkExportFormat(kml, fixture.source, fixture.kml); + }); + + it('Converts GeoJSON to KML with correct estimated size', function() { + checkSizePrecision(kml, fixture.kml, counters); }); it('Converts GeoJSON to GeoJSON properly', function() { - var newData = '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}'; - var format = new GeoJSONFormat(); - expect(format.exportData(geojsonData)).toEqual(newData); + checkExportFormat(geojson, fixture.source, fixture.geojson); }); -}); + it('Converts GeoJSON to GeoJSON with correct estimated size', function() { + checkSizePrecision(geojson, fixture.geojson, counters); + }); +} + +/** + * Checks that the format estimated size the close to the real export size + * + * @param format the export format + * @param data the generated data + */ +function checkSizePrecision(format, data, counters) { + var estimatedSize = format.getEstimatedSize(counters.tracks, counters.nodes); + var precision = 10/100; // 10 percent + expect(data.length*(1+precision)+1).toBeGreaterThan(estimatedSize); + expect(data.length*(1-precision)-1).toBeLessThan(estimatedSize); +} + +/** + * Checks that the exported data is as expected + * + * @param format the export format + * @param data the generated data + */ +function checkExportFormat(format, source, data) { + expect(format.exportData(source)).toEqual(data); +} + From d9e3628156e351fea54bab4b89b6eb1332a011cc Mon Sep 17 00:00:00 2001 From: Wilkins Date: Thu, 28 Jan 2016 17:57:41 +0100 Subject: [PATCH 06/25] Ajout de Jasmine JQuery dans le package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d09f39..a2231fc 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "grunt-scss-lint": "~0.3.4", "jshint-stylish": "~1.0.1", "load-grunt-tasks": "~3.1.0", - "grunt-contrib-jasmine": "~1.0.0" + "grunt-contrib-jasmine": "~1.0.0", + "jasmine-jquery": "~2.1.1" } } From 0fdc7807ec9a6d695637981cdec5ea82eb446c55 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 10:52:10 +0100 Subject: [PATCH 07/25] New tests for Nova Scotia (issue #12) --- src/formats/geojson.js | 4 +-- src/formats/gpx.js | 4 +-- src/formats/kml.js | 4 +-- src/formats/mediawiki.js | 2 +- src/layers.js | 3 --- tests/fixtures/testcase3.json | 15 ++++++++++++ tests/formatsSpec.js | 46 ++++++++++++++++++++++++++--------- 7 files changed, 57 insertions(+), 21 deletions(-) create mode 100644 tests/fixtures/testcase3.json diff --git a/src/formats/geojson.js b/src/formats/geojson.js index 67246a9..01ea1cd 100644 --- a/src/formats/geojson.js +++ b/src/formats/geojson.js @@ -12,8 +12,8 @@ function GeoJSONFormat() { 'extension': 'geojson', 'contenttype': 'appplication/json', 'size_header': 90, - 'size_track': 35, - 'size_node': 22 + 'size_track': 36, + 'size_node': 20 } this.exportData = function(data) { return JSON.stringify(data); diff --git a/src/formats/gpx.js b/src/formats/gpx.js index e7a5590..f270799 100644 --- a/src/formats/gpx.js +++ b/src/formats/gpx.js @@ -12,8 +12,8 @@ function GPXFormat() { 'extension': 'gpx', 'contenttype': 'application/gpx+xml', 'size_header': 186, - 'size_track': 70, - 'size_node': 41 + 'size_track': 75, + 'size_node': 37 } this.exportData = function(data) { return togpx(data); diff --git a/src/formats/kml.js b/src/formats/kml.js index b20f4c9..610baa9 100644 --- a/src/formats/kml.js +++ b/src/formats/kml.js @@ -12,8 +12,8 @@ function KMLFormat() { 'extension': 'kml', 'contenttype': 'application/vnd.google-earth.kml+xml', 'size_header': 150, - 'size_track': 80, - 'size_node': 20 + 'size_track': 81, + 'size_node': 19 } this.exportData = function(data) { return tokml(data); diff --git a/src/formats/mediawiki.js b/src/formats/mediawiki.js index 653e92f..f834bca 100644 --- a/src/formats/mediawiki.js +++ b/src/formats/mediawiki.js @@ -14,7 +14,7 @@ function MediawikiFormat() { 'contenttype': 'text/plain', 'size_header': 0, 'size_track': 0, - 'size_node': 20 + 'size_node': 17 } this.exportData = function(data) { return geojsonToPath(data); diff --git a/src/layers.js b/src/layers.js index fa09ba4..d3a710b 100644 --- a/src/layers.js +++ b/src/layers.js @@ -172,7 +172,6 @@ LayerOptimizer.prototype = { simplifiedJSON = this.simplifiedLayerData[i].getLayers()[0].toGeoJSON(); simplifiedJSON.geometry.coordinates = newcoords; this.simplifiedLayerData[i].clearLayers(); - //console.log(JSON.stringify(simplifiedJSON)); this.simplifiedLayerData[i].addData(simplifiedJSON); this.simplifiedLayerNodes += newcoords.length; @@ -256,8 +255,6 @@ LayerOptimizer.prototype = { for (var i=0; i Nova Scotia -65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0 -59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0 -66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0 -60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0 -64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0 -59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0 -60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0 ", + + "gpx" : "Nova Scotia #0name=Nova Scotia #0\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #1name=Nova Scotia #1\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #2name=Nova Scotia #2\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #3name=Nova Scotia #3\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #4name=Nova Scotia #4\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #5name=Nova Scotia #5\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #6name=Nova Scotia #6\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1", + + "geojson" : "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-65.61,43.428,0],[-65.629,43.422,0],[-65.621,43.435,0],[-65.627,43.445,0],[-65.635,43.453,0],[-65.645,43.459,0],[-65.656,43.463,0],[-65.646,43.472,0],[-65.634,43.477,0],[-65.608,43.484,0],[-65.617,43.508,0],[-65.605,43.514,0],[-65.56,43.511,0],[-65.569,43.495,0],[-65.574,43.477,0],[-65.587,43.464,0],[-65.598,43.445,0],[-65.61,43.428,0]]},\"properties\":{\"name\":\"Nova Scotia #0\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.807,43.933,0],[-59.861,43.916,0],[-59.913,43.908,0],[-59.971,43.906,0],[-60.028,43.911,0],[-60.083,43.923,0],[-60.133,43.942,0],[-60.124,43.946,0],[-60.116,43.947,0],[-60.108,43.946,0],[-60.098,43.942,0],[-60.074,43.943,0],[-59.998,43.929,0],[-59.867,43.937,0],[-59.844,43.941,0],[-59.822,43.948,0],[-59.803,43.957,0],[-59.741,43.987,0],[-59.728,43.998,0],[-59.76,43.96,0],[-59.807,43.933,0]]},\"properties\":{\"name\":\"Nova Scotia #1\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-66.298,44.283,0],[-66.313,44.251,0],[-66.328,44.258,0],[-66.286,44.325,0],[-66.258,44.355,0],[-66.242,44.377,0],[-66.231,44.387,0],[-66.213,44.396,0],[-66.203,44.392,0],[-66.204,44.381,0],[-66.218,44.367,0],[-66.239,44.338,0],[-66.298,44.283,0]]},\"properties\":{\"name\":\"Nova Scotia #2\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.932,45.577,0],[-60.914,45.567,0],[-60.908,45.577,0],[-60.899,45.579,0],[-60.889,45.574,0],[-60.879,45.567,0],[-60.884,45.558,0],[-60.892,45.553,0],[-60.902,45.551,0],[-60.914,45.553,0],[-60.953,45.532,0],[-60.962,45.517,0],[-60.947,45.498,0],[-60.968,45.487,0],[-60.986,45.47,0],[-61.003,45.461,0],[-61.024,45.471,0],[-61.013,45.477,0],[-61.004,45.486,0],[-61.002,45.495,0],[-61.013,45.498,0],[-61.04,45.499,0],[-61.053,45.501,0],[-61.065,45.505,0],[-61.075,45.511,0],[-61.089,45.523,0],[-61.105,45.527,0],[-61.106,45.531,0],[-61.106,45.536,0],[-61.112,45.549,0],[-61.106,45.551,0],[-61.091,45.553,0],[-61.075,45.563,0],[-61.054,45.571,0],[-61.031,45.577,0],[-61.01,45.581,0],[-60.958,45.582,0],[-60.932,45.577,0]]},\"properties\":{\"name\":\"Nova Scotia #3\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-64.008,46.005,0],[-63.905,45.98,0],[-63.87,45.963,0],[-63.867,45.937,0],[-63.844,45.934,0],[-63.825,45.925,0],[-63.811,45.91,0],[-63.806,45.889,0],[-63.786,45.891,0],[-63.759,45.886,0],[-63.732,45.877,0],[-63.716,45.868,0],[-63.727,45.862,0],[-63.746,45.854,0],[-63.757,45.847,0],[-63.736,45.842,0],[-63.69,45.853,0],[-63.669,45.847,0],[-63.674,45.837,0],[-63.674,45.828,0],[-63.67,45.824,0],[-63.662,45.827,0],[-63.652,45.837,0],[-63.653,45.843,0],[-63.659,45.85,0],[-63.662,45.865,0],[-63.659,45.874,0],[-63.652,45.875,0],[-63.644,45.87,0],[-63.638,45.865,0],[-63.629,45.862,0],[-63.593,45.875,0],[-63.492,45.883,0],[-63.439,45.876,0],[-63.409,45.855,0],[-63.428,45.854,0],[-63.464,45.86,0],[-63.483,45.861,0],[-63.47,45.852,0],[-63.438,45.839,0],[-63.428,45.827,0],[-63.447,45.821,0],[-63.484,45.826,0],[-63.504,45.827,0],[-63.523,45.82,0],[-63.516,45.811,0],[-63.496,45.807,0],[-63.477,45.814,0],[-63.469,45.809,0],[-63.461,45.806,0],[-63.452,45.806,0],[-63.442,45.806,0],[-63.438,45.805,0],[-63.431,45.801,0],[-63.428,45.8,0],[-63.425,45.802,0],[-63.418,45.812,0],[-63.415,45.814,0],[-63.399,45.812,0],[-63.369,45.803,0],[-63.354,45.8,0],[-63.324,45.804,0],[-63.291,45.812,0],[-63.259,45.816,0],[-63.23,45.806,0],[-63.258,45.791,0],[-63.302,45.776,0],[-63.347,45.767,0],[-63.381,45.772,0],[-63.373,45.757,0],[-63.356,45.748,0],[-63.312,45.737,0],[-63.304,45.732,0],[-63.295,45.726,0],[-63.288,45.724,0],[-63.285,45.735,0],[-63.282,45.741,0],[-63.273,45.748,0],[-63.257,45.759,0],[-63.257,45.754,0],[-63.257,45.743,0],[-63.257,45.737,0],[-63.212,45.76,0],[-63.196,45.765,0],[-63.195,45.768,0],[-63.194,45.773,0],[-63.192,45.777,0],[-63.189,45.779,0],[-63.184,45.776,0],[-63.182,45.771,0],[-63.182,45.766,0],[-63.185,45.762,0],[-63.2,45.753,0],[-63.205,45.746,0],[-63.202,45.737,0],[-63.19,45.736,0],[-63.134,45.759,0],[-63.117,45.763,0],[-63.1,45.765,0],[-63.083,45.764,0],[-63.065,45.759,0],[-63.07,45.779,0],[-63.084,45.79,0],[-63.121,45.806,0],[-63.1,45.811,0],[-62.98,45.796,0],[-62.924,45.783,0],[-62.777,45.765,0],[-62.751,45.766,0],[-62.699,45.773,0],[-62.675,45.772,0],[-62.696,45.761,0],[-62.718,45.761,0],[-62.738,45.763,0],[-62.757,45.759,0],[-62.739,45.748,0],[-62.729,45.744,0],[-62.699,45.745,0],[-62.682,45.742,0],[-62.664,45.736,0],[-62.647,45.727,0],[-62.633,45.717,0],[-62.703,45.687,0],[-62.751,45.681,0],[-62.77,45.675,0],[-62.784,45.662,0],[-62.792,45.642,0],[-62.781,45.653,0],[-62.765,45.662,0],[-62.749,45.664,0],[-62.736,45.655,0],[-62.747,45.627,0],[-62.75,45.613,0],[-62.74,45.618,0],[-62.72,45.646,0],[-62.706,45.656,0],[-62.692,45.652,0],[-62.669,45.631,0],[-62.657,45.628,0],[-62.647,45.642,0],[-62.664,45.647,0],[-62.672,45.656,0],[-62.672,45.668,0],[-62.665,45.68,0],[-62.655,45.682,0],[-62.64,45.681,0],[-62.625,45.682,0],[-62.613,45.691,0],[-62.6,45.686,0],[-62.577,45.686,0],[-62.566,45.683,0],[-62.557,45.678,0],[-62.55,45.667,0],[-62.545,45.663,0],[-62.526,45.658,0],[-62.51,45.659,0],[-62.495,45.662,0],[-62.476,45.663,0],[-62.503,45.631,0],[-62.509,45.615,0],[-62.493,45.608,0],[-62.47,45.615,0],[-62.435,45.643,0],[-62.418,45.649,0],[-62.4,45.653,0],[-62.377,45.662,0],[-62.362,45.673,0],[-62.371,45.683,0],[-62.383,45.68,0],[-62.405,45.675,0],[-62.441,45.655,0],[-62.416,45.679,0],[-62.27,45.704,0],[-62.06,45.808,0],[-61.989,45.863,0],[-61.949,45.882,0],[-61.924,45.889,0],[-61.911,45.889,0],[-61.9,45.882,0],[-61.897,45.872,0],[-61.905,45.866,0],[-61.916,45.86,0],[-61.921,45.851,0],[-61.92,45.83,0],[-61.909,45.787,0],[-61.888,45.738,0],[-61.886,45.721,0],[-61.894,45.704,0],[-61.876,45.693,0],[-61.836,45.681,0],[-61.821,45.673,0],[-61.807,45.66,0],[-61.795,45.653,0],[-61.726,45.628,0],[-61.708,45.623,0],[-61.684,45.622,0],[-61.668,45.627,0],[-61.655,45.636,0],[-61.642,45.642,0],[-61.626,45.636,0],[-61.633,45.636,0],[-61.648,45.634,0],[-61.648,45.627,0],[-61.64,45.621,0],[-61.62,45.614,0],[-61.619,45.623,0],[-61.615,45.632,0],[-61.61,45.639,0],[-61.602,45.642,0],[-61.589,45.646,0],[-61.583,45.653,0],[-61.58,45.663,0],[-61.575,45.673,0],[-61.558,45.684,0],[-61.537,45.689,0],[-61.492,45.691,0],[-61.47,45.683,0],[-61.437,45.65,0],[-61.417,45.642,0],[-61.4,45.633,0],[-61.384,45.612,0],[-61.37,45.581,0],[-61.359,45.578,0],[-61.351,45.57,0],[-61.339,45.553,0],[-61.324,45.542,0],[-61.263,45.512,0],[-61.247,45.507,0],[-61.24,45.508,0],[-61.237,45.506,0],[-61.235,45.491,0],[-61.237,45.468,0],[-61.248,45.453,0],[-61.267,45.443,0],[-61.353,45.414,0],[-61.373,45.409,0],[-61.374,45.421,0],[-61.388,45.418,0],[-61.406,45.408,0],[-61.417,45.399,0],[-61.43,45.392,0],[-61.483,45.375,0],[-61.461,45.355,0],[-61.451,45.349,0],[-61.137,45.354,0],[-61.12,45.352,0],[-61.082,45.343,0],[-60.999,45.333,0],[-60.982,45.326,0],[-60.971,45.314,0],[-60.971,45.302,0],[-60.972,45.288,0],[-60.969,45.272,0],[-60.983,45.271,0],[-60.987,45.277,0],[-60.989,45.285,0],[-60.996,45.292,0],[-61.007,45.294,0],[-61.017,45.294,0],[-61.027,45.294,0],[-61.037,45.3,0],[-61.028,45.285,0],[-61.023,45.279,0],[-61.016,45.272,0],[-61.024,45.263,0],[-61.031,45.261,0],[-61.039,45.26,0],[-61.047,45.255,0],[-61.053,45.245,0],[-61.057,45.236,0],[-61.063,45.233,0],[-61.078,45.238,0],[-61.071,45.224,0],[-61.12,45.214,0],[-61.139,45.218,0],[-61.153,45.238,0],[-61.142,45.245,0],[-61.133,45.253,0],[-61.126,45.262,0],[-61.119,45.272,0],[-61.165,45.264,0],[-61.175,45.258,0],[-61.18,45.243,0],[-61.171,45.216,0],[-61.175,45.203,0],[-61.184,45.209,0],[-61.188,45.216,0],[-61.19,45.223,0],[-61.197,45.235,0],[-61.204,45.246,0],[-61.212,45.253,0],[-61.216,45.248,0],[-61.246,45.24,0],[-61.263,45.239,0],[-61.263,45.251,0],[-61.278,45.254,0],[-61.299,45.248,0],[-61.332,45.231,0],[-61.35,45.217,0],[-61.365,45.201,0],[-61.364,45.19,0],[-61.339,45.19,0],[-61.355,45.178,0],[-61.371,45.169,0],[-61.389,45.164,0],[-61.568,45.147,0],[-61.61,45.151,0],[-61.64,45.176,0],[-61.647,45.157,0],[-61.666,45.164,0],[-61.687,45.175,0],[-61.702,45.169,0],[-61.686,45.162,0],[-61.666,45.149,0],[-61.649,45.135,0],[-61.64,45.121,0],[-61.649,45.122,0],[-61.658,45.12,0],[-61.674,45.115,0],[-61.64,45.094,0],[-61.64,45.087,0],[-61.677,45.089,0],[-61.695,45.092,0],[-61.702,45.097,0],[-61.704,45.107,0],[-61.709,45.107,0],[-61.715,45.101,0],[-61.756,45.101,0],[-61.754,45.094,0],[-61.755,45.089,0],[-61.756,45.084,0],[-61.756,45.08,0],[-61.781,45.092,0],[-61.81,45.101,0],[-61.825,45.099,0],[-61.811,45.08,0],[-61.822,45.078,0],[-61.846,45.08,0],[-61.859,45.08,0],[-61.859,45.073,0],[-61.851,45.071,0],[-61.841,45.065,0],[-61.836,45.056,0],[-61.839,45.047,0],[-61.848,45.045,0],[-61.88,45.053,0],[-61.887,45.047,0],[-61.882,45.034,0],[-61.897,45.031,0],[-61.918,45.037,0],[-61.935,45.053,0],[-61.941,45.033,0],[-61.941,45.025,0],[-61.959,45.037,0],[-61.976,45.036,0],[-61.99,45.027,0],[-62.004,45.011,0],[-62.006,45.016,0],[-62.008,45.021,0],[-62.01,45.026,0],[-62.01,45.032,0],[-62.02,45.026,0],[-62.029,45.019,0],[-62.039,45.014,0],[-62.05,45.011,0],[-62.035,45.004,0],[-61.976,44.991,0],[-61.989,44.985,0],[-62.003,44.983,0],[-62.018,44.985,0],[-62.031,44.991,0],[-62.042,44.983,0],[-62.057,44.976,0],[-62.073,44.973,0],[-62.086,44.978,0],[-62.098,44.974,0],[-62.119,44.97,0],[-62.138,44.969,0],[-62.147,44.974,0],[-62.151,44.975,0],[-62.174,44.961,0],[-62.185,44.956,0],[-62.234,44.959,0],[-62.254,44.952,0],[-62.27,44.929,0],[-62.278,44.937,0],[-62.29,44.927,0],[-62.306,44.92,0],[-62.321,44.918,0],[-62.332,44.922,0],[-62.339,44.922,0],[-62.34,44.918,0],[-62.342,44.915,0],[-62.344,44.913,0],[-62.346,44.909,0],[-62.343,44.905,0],[-62.342,44.903,0],[-62.339,44.895,0],[-62.361,44.902,0],[-62.377,44.91,0],[-62.393,44.91,0],[-62.415,44.895,0],[-62.41,44.892,0],[-62.406,44.886,0],[-62.401,44.881,0],[-62.42,44.878,0],[-62.437,44.869,0],[-62.448,44.853,0],[-62.448,44.834,0],[-62.467,44.841,0],[-62.473,44.859,0],[-62.473,44.881,0],[-62.476,44.901,0],[-62.49,44.882,0],[-62.507,44.864,0],[-62.527,44.856,0],[-62.551,44.868,0],[-62.566,44.84,0],[-62.555,44.833,0],[-62.546,44.825,0],[-62.531,44.806,0],[-62.553,44.8,0],[-62.578,44.834,0],[-62.599,44.827,0],[-62.607,44.837,0],[-62.623,44.83,0],[-62.661,44.806,0],[-62.654,44.793,0],[-62.687,44.802,0],[-62.805,44.785,0],[-62.799,44.772,0],[-62.802,44.761,0],[-62.813,44.754,0],[-62.826,44.752,0],[-62.821,44.744,0],[-62.815,44.738,0],[-62.807,44.733,0],[-62.798,44.73,0],[-62.819,44.721,0],[-62.83,44.718,0],[-62.842,44.717,0],[-62.851,44.723,0],[-62.857,44.734,0],[-62.864,44.738,0],[-62.873,44.724,0],[-62.887,44.731,0],[-62.908,44.738,0],[-62.93,44.74,0],[-62.945,44.734,0],[-62.972,44.718,0],[-62.989,44.711,0],[-62.997,44.714,0],[-62.998,44.722,0],[-63,44.727,0],[-63.002,44.731,0],[-63.004,44.737,0],[-63.003,44.765,0],[-63.004,44.772,0],[-63.018,44.778,0],[-63.047,44.766,0],[-63.058,44.778,0],[-63.059,44.763,0],[-63.05,44.751,0],[-63.021,44.727,0],[-63.014,44.711,0],[-63.024,44.697,0],[-63.058,44.675,0],[-63.063,44.689,0],[-63.061,44.705,0],[-63.063,44.718,0],[-63.076,44.724,0],[-63.096,44.729,0],[-63.102,44.743,0],[-63.099,44.775,0],[-63.103,44.784,0],[-63.11,44.79,0],[-63.119,44.791,0],[-63.127,44.785,0],[-63.125,44.782,0],[-63.121,44.752,0],[-63.124,44.735,0],[-63.137,44.707,0],[-63.14,44.689,0],[-63.154,44.696,0],[-63.16,44.706,0],[-63.16,44.718,0],[-63.155,44.73,0],[-63.173,44.721,0],[-63.183,44.692,0],[-63.202,44.683,0],[-63.214,44.681,0],[-63.214,44.683,0],[-63.212,44.69,0],[-63.216,44.703,0],[-63.232,44.727,0],[-63.237,44.737,0],[-63.25,44.726,0],[-63.253,44.712,0],[-63.248,44.698,0],[-63.237,44.689,0],[-63.25,44.673,0],[-63.281,44.644,0],[-63.285,44.628,0],[-63.317,44.636,0],[-63.389,44.643,0],[-63.415,44.655,0],[-63.402,44.665,0],[-63.396,44.667,0],[-63.387,44.668,0],[-63.399,44.682,0],[-63.417,44.683,0],[-63.456,44.668,0],[-63.435,44.659,0],[-63.42,44.648,0],[-63.415,44.634,0],[-63.422,44.614,0],[-63.439,44.596,0],[-63.456,44.601,0],[-63.476,44.613,0],[-63.51,44.624,0],[-63.538,44.648,0],[-63.574,44.666,0],[-63.633,44.713,0],[-63.644,44.717,0],[-63.662,44.717,0],[-63.649,44.688,0],[-63.64,44.676,0],[-63.628,44.668,0],[-63.62,44.667,0],[-63.596,44.668,0],[-63.587,44.664,0],[-63.574,44.646,0],[-63.569,44.642,0],[-63.563,44.635,0],[-63.548,44.603,0],[-63.545,44.593,0],[-63.546,44.574,0],[-63.548,44.562,0],[-63.546,44.55,0],[-63.523,44.518,0],[-63.524,44.503,0],[-63.533,44.489,0],[-63.548,44.473,0],[-63.554,44.47,0],[-63.573,44.464,0],[-63.579,44.464,0],[-63.587,44.469,0],[-63.585,44.475,0],[-63.58,44.48,0],[-63.579,44.484,0],[-63.596,44.487,0],[-63.605,44.477,0],[-63.61,44.463,0],[-63.621,44.453,0],[-63.626,44.446,0],[-63.633,44.441,0],[-63.641,44.443,0],[-63.644,44.45,0],[-63.639,44.459,0],[-63.632,44.466,0],[-63.628,44.47,0],[-63.641,44.476,0],[-63.658,44.475,0],[-63.693,44.47,0],[-63.701,44.468,0],[-63.703,44.463,0],[-63.705,44.458,0],[-63.716,44.456,0],[-63.721,44.461,0],[-63.724,44.47,0],[-63.729,44.475,0],[-63.737,44.47,0],[-63.749,44.474,0],[-63.758,44.482,0],[-63.763,44.491,0],[-63.765,44.505,0],[-63.774,44.494,0],[-63.783,44.478,0],[-63.793,44.469,0],[-63.806,44.477,0],[-63.809,44.49,0],[-63.804,44.503,0],[-63.785,44.532,0],[-63.793,44.526,0],[-63.805,44.515,0],[-63.812,44.511,0],[-63.82,44.514,0],[-63.826,44.521,0],[-63.834,44.525,0],[-63.847,44.519,0],[-63.844,44.515,0],[-63.84,44.505,0],[-63.854,44.504,0],[-63.874,44.499,0],[-63.888,44.497,0],[-63.9,44.498,0],[-63.912,44.501,0],[-63.922,44.506,0],[-63.929,44.511,0],[-63.942,44.534,0],[-63.942,44.554,0],[-63.922,44.593,0],[-63.928,44.6,0],[-63.943,44.621,0],[-63.925,44.629,0],[-63.919,44.634,0],[-63.915,44.642,0],[-63.919,44.643,0],[-63.929,44.648,0],[-63.902,44.667,0],[-63.891,44.68,0],[-63.888,44.696,0],[-63.907,44.684,0],[-63.926,44.675,0],[-63.989,44.656,0],[-64.001,44.655,0],[-64.057,44.639,0],[-64.066,44.634,0],[-64.06,44.621,0],[-64.062,44.587,0],[-64.052,44.58,0],[-64.037,44.571,0],[-64.025,44.551,0],[-64.011,44.511,0],[-64.041,44.523,0],[-64.055,44.509,0],[-64.064,44.488,0],[-64.076,44.477,0],[-64.097,44.475,0],[-64.106,44.478,0],[-64.117,44.488,0],[-64.123,44.516,0],[-64.124,44.522,0],[-64.119,44.538,0],[-64.128,44.555,0],[-64.145,44.57,0],[-64.162,44.58,0],[-64.178,44.582,0],[-64.197,44.58,0],[-64.211,44.571,0],[-64.21,44.552,0],[-64.227,44.537,0],[-64.253,44.544,0],[-64.281,44.558,0],[-64.305,44.566,0],[-64.301,44.561,0],[-64.292,44.546,0],[-64.304,44.543,0],[-64.305,44.536,0],[-64.301,44.527,0],[-64.299,44.515,0],[-64.301,44.503,0],[-64.308,44.492,0],[-64.317,44.484,0],[-64.326,44.477,0],[-64.318,44.477,0],[-64.299,44.47,0],[-64.31,44.465,0],[-64.354,44.456,0],[-64.354,44.445,0],[-64.344,44.438,0],[-64.336,44.429,0],[-64.34,44.415,0],[-64.297,44.417,0],[-64.275,44.416,0],[-64.258,44.409,0],[-64.275,44.407,0],[-64.288,44.401,0],[-64.3,44.393,0],[-64.312,44.387,0],[-64.312,44.381,0],[-64.261,44.38,0],[-64.235,44.377,0],[-64.21,44.367,0],[-64.228,44.361,0],[-64.246,44.361,0],[-64.282,44.367,0],[-64.347,44.367,0],[-64.347,44.361,0],[-64.34,44.356,0],[-64.336,44.35,0],[-64.336,44.342,0],[-64.34,44.333,0],[-64.326,44.33,0],[-64.315,44.324,0],[-64.305,44.32,0],[-64.292,44.326,0],[-64.298,44.329,0],[-64.307,44.337,0],[-64.312,44.34,0],[-64.302,44.343,0],[-64.291,44.341,0],[-64.264,44.333,0],[-64.29,44.304,0],[-64.289,44.299,0],[-64.237,44.299,0],[-64.269,44.267,0],[-64.287,44.259,0],[-64.305,44.272,0],[-64.312,44.264,0],[-64.33,44.276,0],[-64.339,44.284,0],[-64.347,44.292,0],[-64.337,44.298,0],[-64.333,44.299,0],[-64.409,44.329,0],[-64.429,44.34,0],[-64.418,44.326,0],[-64.401,44.313,0],[-64.382,44.303,0],[-64.364,44.299,0],[-64.359,44.296,0],[-64.357,44.288,0],[-64.358,44.279,0],[-64.36,44.272,0],[-64.367,44.264,0],[-64.426,44.234,0],[-64.431,44.226,0],[-64.434,44.208,0],[-64.439,44.199,0],[-64.449,44.193,0],[-64.469,44.187,0],[-64.477,44.182,0],[-64.483,44.174,0],[-64.498,44.141,0],[-64.514,44.15,0],[-64.522,44.153,0],[-64.531,44.155,0],[-64.536,44.156,0],[-64.543,44.161,0],[-64.549,44.162,0],[-64.552,44.16,0],[-64.555,44.15,0],[-64.559,44.148,0],[-64.594,44.158,0],[-64.606,44.159,0],[-64.6,44.148,0],[-64.606,44.146,0],[-64.609,44.143,0],[-64.614,44.141,0],[-64.621,44.141,0],[-64.599,44.135,0],[-64.575,44.134,0],[-64.554,44.13,0],[-64.546,44.117,0],[-64.55,44.1,0],[-64.561,44.08,0],[-64.576,44.069,0],[-64.594,44.079,0],[-64.621,44.065,0],[-64.649,44.059,0],[-64.717,44.059,0],[-64.705,44.046,0],[-64.687,44.042,0],[-64.669,44.036,0],[-64.662,44.015,0],[-64.667,43.998,0],[-64.68,43.993,0],[-64.697,43.99,0],[-64.714,43.98,0],[-64.731,43.964,0],[-64.744,43.958,0],[-64.806,43.957,0],[-64.816,43.954,0],[-64.819,43.946,0],[-64.822,43.937,0],[-64.828,43.931,0],[-64.837,43.929,0],[-64.847,43.929,0],[-64.833,43.914,0],[-64.797,43.895,0],[-64.786,43.875,0],[-64.802,43.876,0],[-64.814,43.874,0],[-64.819,43.867,0],[-64.812,43.853,0],[-64.829,43.845,0],[-64.834,43.834,0],[-64.839,43.83,0],[-64.854,43.84,0],[-64.859,43.846,0],[-64.868,43.861,0],[-64.874,43.867,0],[-64.883,43.873,0],[-64.893,43.877,0],[-64.904,43.879,0],[-64.915,43.881,0],[-64.91,43.871,0],[-64.895,43.856,0],[-64.888,43.847,0],[-64.886,43.839,0],[-64.884,43.822,0],[-64.881,43.812,0],[-64.906,43.805,0],[-64.924,43.823,0],[-64.938,43.849,0],[-64.95,43.867,0],[-64.967,43.874,0],[-64.964,43.861,0],[-64.935,43.813,0],[-64.932,43.806,0],[-64.935,43.799,0],[-64.949,43.775,0],[-64.958,43.766,0],[-64.97,43.759,0],[-64.984,43.758,0],[-64.997,43.77,0],[-65.02,43.817,0],[-65.039,43.832,0],[-65.038,43.816,0],[-65.019,43.771,0],[-65.016,43.759,0],[-65.014,43.743,0],[-65.016,43.727,0],[-65.025,43.716,0],[-65.034,43.712,0],[-65.037,43.716,0],[-65.037,43.721,0],[-65.043,43.724,0],[-65.053,43.721,0],[-65.058,43.714,0],[-65.061,43.707,0],[-65.06,43.703,0],[-65.077,43.711,0],[-65.073,43.745,0],[-65.087,43.758,0],[-65.096,43.736,0],[-65.123,43.697,0],[-65.128,43.675,0],[-65.151,43.689,0],[-65.147,43.707,0],[-65.136,43.727,0],[-65.141,43.751,0],[-65.161,43.716,0],[-65.169,43.71,0],[-65.178,43.71,0],[-65.187,43.716,0],[-65.194,43.725,0],[-65.201,43.751,0],[-65.212,43.772,0],[-65.225,43.792,0],[-65.238,43.806,0],[-65.24,43.798,0],[-65.242,43.795,0],[-65.242,43.792,0],[-65.238,43.785,0],[-65.255,43.776,0],[-65.249,43.755,0],[-65.224,43.719,0],[-65.24,43.695,0],[-65.25,43.673,0],[-65.263,43.671,0],[-65.289,43.675,0],[-65.327,43.697,0],[-65.328,43.71,0],[-65.316,43.733,0],[-65.313,43.744,0],[-65.317,43.761,0],[-65.323,43.766,0],[-65.331,43.763,0],[-65.341,43.758,0],[-65.345,43.751,0],[-65.346,43.742,0],[-65.351,43.737,0],[-65.367,43.744,0],[-65.355,43.716,0],[-65.341,43.694,0],[-65.334,43.67,0],[-65.341,43.641,0],[-65.341,43.634,0],[-65.34,43.625,0],[-65.34,43.617,0],[-65.344,43.614,0],[-65.354,43.611,0],[-65.358,43.604,0],[-65.356,43.597,0],[-65.351,43.593,0],[-65.346,43.588,0],[-65.341,43.545,0],[-65.362,43.575,0],[-65.371,43.579,0],[-65.381,43.577,0],[-65.392,43.567,0],[-65.402,43.566,0],[-65.416,43.571,0],[-65.442,43.593,0],[-65.457,43.6,0],[-65.457,43.593,0],[-65.413,43.539,0],[-65.41,43.529,0],[-65.408,43.519,0],[-65.402,43.504,0],[-65.416,43.5,0],[-65.422,43.511,0],[-65.429,43.545,0],[-65.439,43.557,0],[-65.45,43.561,0],[-65.456,43.556,0],[-65.451,43.545,0],[-65.455,43.535,0],[-65.463,43.528,0],[-65.472,43.524,0],[-65.484,43.525,0],[-65.474,43.504,0],[-65.471,43.494,0],[-65.47,43.48,0],[-65.475,43.471,0],[-65.484,43.472,0],[-65.493,43.48,0],[-65.498,43.494,0],[-65.504,43.503,0],[-65.542,43.528,0],[-65.547,43.532,0],[-65.55,43.538,0],[-65.552,43.543,0],[-65.546,43.556,0],[-65.55,43.561,0],[-65.556,43.565,0],[-65.56,43.569,0],[-65.566,43.574,0],[-65.579,43.566,0],[-65.613,43.536,0],[-65.649,43.518,0],[-65.653,43.513,0],[-65.654,43.507,0],[-65.658,43.502,0],[-65.669,43.497,0],[-65.668,43.5,0],[-65.674,43.505,0],[-65.69,43.511,0],[-65.719,43.509,0],[-65.729,43.514,0],[-65.738,43.531,0],[-65.73,43.547,0],[-65.732,43.563,0],[-65.739,43.577,0],[-65.752,43.587,0],[-65.752,43.576,0],[-65.752,43.569,0],[-65.749,43.564,0],[-65.745,43.559,0],[-65.748,43.555,0],[-65.751,43.553,0],[-65.754,43.552,0],[-65.758,43.551,0],[-65.778,43.568,0],[-65.782,43.588,0],[-65.772,43.641,0],[-65.771,43.669,0],[-65.774,43.681,0],[-65.779,43.689,0],[-65.789,43.691,0],[-65.795,43.683,0],[-65.8,43.669,0],[-65.807,43.655,0],[-65.796,43.646,0],[-65.792,43.634,0],[-65.794,43.62,0],[-65.799,43.606,0],[-65.815,43.632,0],[-65.817,43.657,0],[-65.816,43.683,0],[-65.82,43.71,0],[-65.825,43.719,0],[-65.84,43.739,0],[-65.848,43.751,0],[-65.853,43.764,0],[-65.861,43.806,0],[-65.868,43.806,0],[-65.868,43.787,0],[-65.866,43.779,0],[-65.861,43.771,0],[-65.877,43.77,0],[-65.889,43.784,0],[-65.899,43.804,0],[-65.909,43.819,0],[-65.924,43.827,0],[-65.937,43.826,0],[-65.941,43.82,0],[-65.93,43.812,0],[-65.93,43.806,0],[-65.957,43.785,0],[-65.971,43.78,0],[-65.978,43.795,0],[-65.979,43.802,0],[-65.984,43.82,0],[-65.987,43.839,0],[-65.992,43.849,0],[-65.997,43.854,0],[-65.999,43.85,0],[-66.004,43.832,0],[-66.005,43.826,0],[-66.005,43.816,0],[-66.004,43.81,0],[-66.002,43.804,0],[-65.974,43.751,0],[-65.963,43.737,0],[-65.973,43.714,0],[-65.979,43.706,0],[-65.991,43.703,0],[-65.983,43.72,0],[-65.984,43.729,0],[-65.991,43.731,0],[-66.005,43.724,0],[-66.007,43.717,0],[-66.005,43.708,0],[-66.006,43.7,0],[-66.015,43.697,0],[-66.024,43.698,0],[-66.028,43.702,0],[-66.029,43.709,0],[-66.026,43.716,0],[-66.032,43.716,0],[-66.031,43.737,0],[-66.042,43.746,0],[-66.055,43.741,0],[-66.06,43.716,0],[-66.074,43.729,0],[-66.077,43.741,0],[-66.073,43.768,0],[-66.079,43.772,0],[-66.093,43.767,0],[-66.107,43.755,0],[-66.115,43.744,0],[-66.122,43.744,0],[-66.134,43.81,0],[-66.12,43.825,0],[-66.113,43.836,0],[-66.111,43.848,0],[-66.118,43.853,0],[-66.128,43.85,0],[-66.136,43.842,0],[-66.142,43.833,0],[-66.149,43.826,0],[-66.148,43.84,0],[-66.149,43.853,0],[-66.156,43.86,0],[-66.17,43.86,0],[-66.166,43.871,0],[-66.167,43.88,0],[-66.17,43.887,0],[-66.17,43.894,0],[-66.165,43.904,0],[-66.152,43.924,0],[-66.149,43.932,0],[-66.154,43.947,0],[-66.161,43.961,0],[-66.163,43.976,0],[-66.149,44.003,0],[-66.15,44.011,0],[-66.156,44.022,0],[-66.158,44.024,0],[-66.183,44.084,0],[-66.194,44.093,0],[-66.21,44.086,0],[-66.21,44.106,0],[-66.195,44.143,0],[-66.19,44.165,0],[-66.188,44.171,0],[-66.159,44.201,0],[-66.152,44.209,0],[-66.142,44.231,0],[-66.114,44.343,0],[-66.095,44.374,0],[-66.063,44.394,0],[-66.047,44.407,0],[-66.04,44.426,0],[-66.032,44.437,0],[-65.966,44.489,0],[-65.928,44.506,0],[-65.889,44.533,0],[-65.867,44.544,0],[-65.848,44.557,0],[-65.84,44.574,0],[-65.849,44.587,0],[-65.868,44.588,0],[-65.913,44.58,0],[-65.924,44.581,0],[-65.933,44.584,0],[-65.942,44.584,0],[-66.028,44.521,0],[-66.187,44.395,0],[-66.197,44.391,0],[-66.192,44.418,0],[-66.18,44.434,0],[-65.999,44.58,0],[-65.889,44.631,0],[-65.875,44.643,0],[-65.786,44.696,0],[-65.773,44.686,0],[-65.763,44.672,0],[-65.756,44.657,0],[-65.752,44.642,0],[-65.754,44.632,0],[-65.757,44.621,0],[-65.757,44.611,0],[-65.749,44.607,0],[-65.729,44.609,0],[-65.71,44.614,0],[-65.692,44.621,0],[-65.68,44.629,0],[-65.656,44.648,0],[-65.625,44.667,0],[-65.612,44.678,0],[-65.601,44.696,0],[-65.594,44.689,0],[-65.537,44.737,0],[-65.522,44.744,0],[-65.494,44.749,0],[-65.451,44.771,0],[-65.429,44.778,0],[-65.447,44.781,0],[-65.492,44.758,0],[-65.535,44.747,0],[-65.615,44.709,0],[-65.654,44.698,0],[-65.676,44.696,0],[-65.717,44.675,0],[-65.742,44.668,0],[-65.758,44.683,0],[-65.723,44.728,0],[-65.621,44.779,0],[-65.457,44.855,0],[-65.398,44.895,0],[-65.378,44.901,0],[-65.358,44.904,0],[-65.232,44.955,0],[-65.213,44.967,0],[-65.18,44.993,0],[-65.022,45.06,0],[-64.863,45.14,0],[-64.714,45.192,0],[-64.644,45.201,0],[-64.575,45.22,0],[-64.511,45.229,0],[-64.475,45.24,0],[-64.441,45.256,0],[-64.415,45.272,0],[-64.395,45.302,0],[-64.417,45.32,0],[-64.459,45.329,0],[-64.498,45.334,0],[-64.478,45.341,0],[-64.456,45.339,0],[-64.415,45.326,0],[-64.349,45.32,0],[-64.33,45.31,0],[-64.318,45.295,0],[-64.32,45.283,0],[-64.33,45.272,0],[-64.343,45.262,0],[-64.351,45.248,0],[-64.359,45.213,0],[-64.367,45.197,0],[-64.352,45.185,0],[-64.357,45.171,0],[-64.372,45.157,0],[-64.388,45.149,0],[-64.367,45.126,0],[-64.362,45.116,0],[-64.367,45.108,0],[-64.357,45.104,0],[-64.345,45.106,0],[-64.337,45.113,0],[-64.333,45.125,0],[-64.331,45.136,0],[-64.326,45.142,0],[-64.317,45.146,0],[-64.305,45.149,0],[-64.223,45.109,0],[-64.151,45.05,0],[-64.149,45.039,0],[-64.155,44.984,0],[-64.147,44.998,0],[-64.136,45.003,0],[-64.122,45.003,0],[-64.107,44.998,0],[-64.116,45.012,0],[-64.119,45.03,0],[-64.114,45.046,0],[-64.101,45.053,0],[-64.101,45.06,0],[-64.119,45.062,0],[-64.136,45.073,0],[-64.184,45.114,0],[-64.197,45.133,0],[-64.199,45.149,0],[-64.166,45.16,0],[-64.164,45.168,0],[-64.166,45.178,0],[-64.165,45.186,0],[-64.158,45.192,0],[-64.139,45.2,0],[-64.131,45.207,0],[-64.115,45.216,0],[-64.024,45.242,0],[-63.963,45.251,0],[-63.906,45.276,0],[-63.885,45.279,0],[-63.846,45.277,0],[-63.825,45.28,0],[-63.809,45.289,0],[-63.804,45.299,0],[-63.804,45.306,0],[-63.801,45.311,0],[-63.788,45.313,0],[-63.76,45.311,0],[-63.748,45.308,0],[-63.737,45.3,0],[-63.73,45.306,0],[-63.72,45.322,0],[-63.716,45.326,0],[-63.708,45.326,0],[-63.675,45.32,0],[-63.579,45.322,0],[-63.543,45.332,0],[-63.524,45.334,0],[-63.504,45.329,0],[-63.492,45.317,0],[-63.483,45.303,0],[-63.469,45.292,0],[-63.461,45.325,0],[-63.433,45.345,0],[-63.396,45.356,0],[-63.36,45.361,0],[-63.392,45.372,0],[-63.507,45.375,0],[-63.528,45.378,0],[-63.571,45.392,0],[-63.593,45.395,0],[-63.816,45.395,0],[-63.834,45.392,0],[-63.849,45.385,0],[-63.874,45.367,0],[-63.88,45.362,0],[-63.885,45.356,0],[-63.891,45.353,0],[-63.901,45.354,0],[-63.91,45.359,0],[-63.914,45.365,0],[-63.914,45.373,0],[-63.908,45.382,0],[-63.936,45.399,0],[-64.014,45.391,0],[-64.052,45.395,0],[-64.042,45.401,0],[-64.038,45.402,0],[-64.066,45.413,0],[-64.105,45.415,0],[-64.183,45.409,0],[-64.244,45.395,0],[-64.276,45.392,0],[-64.312,45.402,0],[-64.314,45.382,0],[-64.322,45.38,0],[-64.334,45.386,0],[-64.347,45.389,0],[-64.359,45.386,0],[-64.37,45.382,0],[-64.379,45.375,0],[-64.388,45.367,0],[-64.4,45.373,0],[-64.436,45.382,0],[-64.446,45.388,0],[-64.451,45.395,0],[-64.459,45.4,0],[-64.576,45.416,0],[-64.62,45.409,0],[-64.672,45.389,0],[-64.707,45.361,0],[-64.696,45.326,0],[-64.717,45.325,0],[-64.732,45.316,0],[-64.745,45.306,0],[-64.759,45.3,0],[-64.768,45.297,0],[-64.768,45.298,0],[-64.767,45.303,0],[-64.772,45.313,0],[-64.773,45.318,0],[-64.766,45.325,0],[-64.768,45.33,0],[-64.774,45.333,0],[-64.786,45.332,0],[-64.792,45.334,0],[-64.823,45.348,0],[-64.86,45.353,0],[-64.897,45.347,0],[-64.929,45.326,0],[-64.936,45.351,0],[-64.929,45.383,0],[-64.915,45.412,0],[-64.902,45.43,0],[-64.854,45.457,0],[-64.839,45.459,0],[-64.815,45.468,0],[-64.799,45.471,0],[-64.833,45.484,0],[-64.706,45.537,0],[-64.681,45.543,0],[-64.663,45.557,0],[-64.649,45.559,0],[-64.645,45.586,0],[-64.613,45.603,0],[-64.573,45.615,0],[-64.542,45.632,0],[-64.513,45.657,0],[-64.484,45.676,0],[-64.477,45.679,0],[-64.462,45.681,0],[-64.457,45.683,0],[-64.448,45.691,0],[-64.438,45.704,0],[-64.429,45.71,0],[-64.437,45.725,0],[-64.439,45.739,0],[-64.432,45.748,0],[-64.412,45.752,0],[-64.398,45.756,0],[-64.386,45.768,0],[-64.379,45.781,0],[-64.381,45.793,0],[-64.305,45.827,0],[-64.293,45.816,0],[-64.294,45.805,0],[-64.312,45.786,0],[-64.319,45.781,0],[-64.326,45.78,0],[-64.331,45.777,0],[-64.333,45.769,0],[-64.331,45.763,0],[-64.328,45.76,0],[-64.328,45.755,0],[-64.333,45.745,0],[-64.317,45.756,0],[-64.303,45.762,0],[-64.287,45.765,0],[-64.264,45.765,0],[-64.269,45.774,0],[-64.279,45.779,0],[-64.291,45.78,0],[-64.305,45.779,0],[-64.294,45.784,0],[-64.283,45.794,0],[-64.274,45.805,0],[-64.271,45.814,0],[-64.271,45.831,0],[-64.273,45.836,0],[-64.273,45.836,0],[-64.264,45.845,0],[-64.258,45.857,0],[-64.252,45.87,0],[-64.245,45.881,0],[-64.23,45.894,0],[-64.214,45.904,0],[-64.199,45.916,0],[-64.187,45.931,0],[-64.175,45.95,0],[-64.16,45.964,0],[-64.141,45.973,0],[-64.12,45.976,0],[-64.099,45.975,0],[-64.073,45.973,0],[-64.051,45.977,0],[-64.043,45.992,0],[-64.043,45.992,0],[-64.042,45.991,0],[-64.033,45.995,0],[-64.024,46.002,0],[-64.017,46.005,0],[-64.008,46.005,0]]},\"properties\":{\"name\":\"Nova Scotia #4\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.706,46.011,0],[-59.706,45.999,0],[-59.708,45.995,0],[-59.714,45.998,0],[-59.726,46,0],[-59.76,46,0],[-59.781,46.004,0],[-59.778,46.012,0],[-59.724,46.029,0],[-59.695,46.034,0],[-59.689,46.03,0],[-59.703,46.023,0],[-59.706,46.011,0]]},\"properties\":{\"name\":\"Nova Scotia #5\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.501,47.001,0],[-60.486,46.999,0],[-60.461,47.003,0],[-60.42,47.022,0],[-60.396,47.026,0],[-60.383,47.017,0],[-60.398,46.996,0],[-60.434,46.964,0],[-60.465,46.927,0],[-60.49,46.905,0],[-60.496,46.896,0],[-60.474,46.897,0],[-60.452,46.893,0],[-60.442,46.885,0],[-60.455,46.876,0],[-60.455,46.868,0],[-60.43,46.864,0],[-60.393,46.863,0],[-60.358,46.866,0],[-60.339,46.876,0],[-60.331,46.872,0],[-60.323,46.867,0],[-60.317,46.861,0],[-60.311,46.855,0],[-60.305,46.834,0],[-60.309,46.803,0],[-60.324,46.745,0],[-60.342,46.709,0],[-60.345,46.694,0],[-60.352,46.687,0],[-60.399,46.67,0],[-60.391,46.661,0],[-60.381,46.656,0],[-60.37,46.654,0],[-60.358,46.656,0],[-60.358,46.65,0],[-60.365,46.648,0],[-60.378,46.644,0],[-60.386,46.642,0],[-60.374,46.63,0],[-60.36,46.623,0],[-60.35,46.616,0],[-60.352,46.601,0],[-60.357,46.595,0],[-60.38,46.581,0],[-60.421,46.525,0],[-60.461,46.423,0],[-60.473,46.407,0],[-60.509,46.369,0],[-60.516,46.356,0],[-60.53,46.324,0],[-60.578,46.264,0],[-60.606,46.21,0],[-60.606,46.21,0],[-60.605,46.211,0],[-60.6,46.201,0],[-60.599,46.197,0],[-60.552,46.262,0],[-60.54,46.272,0],[-60.524,46.278,0],[-60.475,46.32,0],[-60.443,46.333,0],[-60.434,46.334,0],[-60.419,46.33,0],[-60.416,46.324,0],[-60.418,46.315,0],[-60.421,46.303,0],[-60.427,46.284,0],[-60.442,46.271,0],[-60.475,46.252,0],[-60.612,46.128,0],[-60.632,46.118,0],[-60.675,46.102,0],[-60.691,46.091,0],[-60.701,46.088,0],[-60.715,46.107,0],[-60.725,46.105,0],[-60.748,46.085,0],[-60.756,46.081,0],[-60.773,46.073,0],[-60.816,46.062,0],[-60.873,46.053,0],[-60.879,46.062,0],[-60.874,46.068,0],[-60.863,46.073,0],[-60.852,46.074,0],[-60.874,46.079,0],[-60.912,46.052,0],[-60.975,45.992,0],[-60.993,45.982,0],[-61.015,45.975,0],[-61.102,45.958,0],[-61.119,45.95,0],[-61.126,45.93,0],[-61.033,45.937,0],[-61.01,45.942,0],[-60.995,45.954,0],[-60.983,45.97,0],[-60.969,45.985,0],[-60.903,46.01,0],[-60.884,46.035,0],[-60.863,46.038,0],[-60.818,46.039,0],[-60.773,46.059,0],[-60.747,46.066,0],[-60.736,46.057,0],[-60.743,46.037,0],[-60.76,46.022,0],[-60.781,46.008,0],[-60.797,45.992,0],[-60.803,45.975,0],[-60.806,45.954,0],[-60.815,45.937,0],[-60.835,45.93,0],[-60.847,45.929,0],[-60.858,45.925,0],[-60.868,45.92,0],[-60.876,45.913,0],[-60.886,45.908,0],[-60.898,45.91,0],[-60.92,45.916,0],[-60.962,45.915,0],[-60.981,45.91,0],[-60.989,45.899,0],[-61.001,45.897,0],[-61.056,45.898,0],[-61.071,45.896,0],[-61.052,45.889,0],[-61.044,45.889,0],[-61.057,45.88,0],[-61.073,45.875,0],[-61.088,45.868,0],[-61.098,45.855,0],[-61.084,45.854,0],[-61.061,45.857,0],[-61.039,45.864,0],[-61.03,45.872,0],[-61.019,45.876,0],[-60.998,45.875,0],[-60.983,45.877,0],[-60.989,45.889,0],[-60.968,45.886,0],[-60.914,45.855,0],[-60.926,45.848,0],[-60.937,45.851,0],[-60.949,45.857,0],[-60.965,45.861,0],[-60.967,45.857,0],[-60.942,45.835,0],[-60.934,45.827,0],[-60.953,45.827,0],[-60.961,45.829,0],[-60.969,45.834,0],[-60.982,45.821,0],[-60.995,45.82,0],[-61.006,45.824,0],[-61.013,45.823,0],[-61.024,45.814,0],[-61.103,45.779,0],[-61.123,45.764,0],[-61.134,45.745,0],[-61.129,45.747,0],[-61.112,45.752,0],[-61.111,45.745,0],[-61.111,45.736,0],[-61.113,45.728,0],[-61.116,45.724,0],[-61.126,45.722,0],[-61.134,45.717,0],[-61.14,45.712,0],[-61.148,45.708,0],[-61.143,45.703,0],[-61.133,45.699,0],[-61.082,45.691,0],[-61.049,45.699,0],[-60.947,45.752,0],[-60.913,45.756,0],[-60.873,45.752,0],[-60.836,45.741,0],[-60.807,45.721,0],[-60.799,45.703,0],[-60.808,45.691,0],[-60.824,45.679,0],[-60.845,45.655,0],[-60.85,45.651,0],[-60.849,45.648,0],[-60.838,45.642,0],[-60.829,45.641,0],[-60.826,45.644,0],[-60.828,45.65,0],[-60.832,45.655,0],[-60.81,45.663,0],[-60.818,45.669,0],[-60.784,45.669,0],[-60.777,45.674,0],[-60.766,45.693,0],[-60.759,45.694,0],[-60.744,45.685,0],[-60.732,45.684,0],[-60.73,45.691,0],[-60.742,45.704,0],[-60.73,45.714,0],[-60.733,45.725,0],[-60.743,45.735,0],[-60.749,45.745,0],[-60.746,45.76,0],[-60.737,45.774,0],[-60.725,45.785,0],[-60.715,45.793,0],[-60.7,45.8,0],[-60.669,45.81,0],[-60.653,45.82,0],[-60.644,45.831,0],[-60.634,45.844,0],[-60.623,45.856,0],[-60.609,45.861,0],[-60.599,45.866,0],[-60.569,45.89,0],[-60.541,45.901,0],[-60.521,45.924,0],[-60.478,45.937,0],[-60.445,45.954,0],[-60.416,45.976,0],[-60.399,45.998,0],[-60.42,45.993,0],[-60.463,45.977,0],[-60.497,45.957,0],[-60.564,45.944,0],[-60.621,45.92,0],[-60.646,45.913,0],[-60.665,45.899,0],[-60.699,45.891,0],[-60.71,45.89,0],[-60.722,45.896,0],[-60.731,45.905,0],[-60.74,45.923,0],[-60.749,45.93,0],[-60.762,45.931,0],[-60.776,45.929,0],[-60.787,45.93,0],[-60.791,45.94,0],[-60.782,45.954,0],[-60.715,45.985,0],[-60.684,46.007,0],[-60.666,46.015,0],[-60.642,46.018,0],[-60.622,46.024,0],[-60.564,46.067,0],[-60.508,46.091,0],[-60.489,46.102,0],[-60.431,46.149,0],[-60.417,46.156,0],[-60.405,46.164,0],[-60.375,46.197,0],[-60.355,46.205,0],[-60.334,46.205,0],[-60.315,46.209,0],[-60.301,46.219,0],[-60.297,46.238,0],[-60.318,46.23,0],[-60.338,46.226,0],[-60.383,46.224,0],[-60.401,46.218,0],[-60.447,46.177,0],[-60.607,46.077,0],[-60.63,46.068,0],[-60.639,46.067,0],[-60.653,46.072,0],[-60.655,46.082,0],[-60.65,46.091,0],[-60.642,46.095,0],[-60.621,46.101,0],[-60.601,46.116,0],[-60.571,46.149,0],[-60.502,46.201,0],[-60.494,46.218,0],[-60.475,46.234,0],[-60.351,46.312,0],[-60.283,46.328,0],[-60.279,46.317,0],[-60.259,46.279,0],[-60.205,46.242,0],[-60.212,46.224,0],[-60.29,46.156,0],[-60.278,46.159,0],[-60.268,46.166,0],[-60.261,46.173,0],[-60.256,46.177,0],[-60.244,46.176,0],[-60.235,46.173,0],[-60.221,46.162,0],[-60.212,46.145,0],[-60.205,46.142,0],[-60.194,46.156,0],[-60.192,46.166,0],[-60.195,46.175,0],[-60.199,46.184,0],[-60.201,46.194,0],[-60.193,46.212,0],[-60.174,46.231,0],[-60.152,46.246,0],[-60.136,46.252,0],[-60.109,46.251,0],[-60.083,46.246,0],[-60.059,46.238,0],[-60.037,46.224,0],[-60.091,46.211,0],[-59.991,46.207,0],[-59.944,46.196,0],[-59.948,46.162,0],[-59.934,46.159,0],[-59.901,46.172,0],[-59.882,46.177,0],[-59.81,46.17,0],[-59.836,46.156,0],[-59.863,46.137,0],[-59.882,46.111,0],[-59.885,46.081,0],[-59.871,46.094,0],[-59.851,46.105,0],[-59.829,46.112,0],[-59.81,46.115,0],[-59.81,46.108,0],[-59.872,46.074,0],[-59.896,46.05,0],[-59.909,46.042,0],[-59.954,46.036,0],[-59.958,46.028,0],[-59.95,46.016,0],[-59.937,46.002,0],[-59.921,45.995,0],[-59.898,45.997,0],[-59.858,46.005,0],[-59.84,46.005,0],[-59.832,46.003,0],[-59.824,45.998,0],[-59.83,45.999,0],[-59.832,45.992,0],[-59.83,45.978,0],[-59.824,45.971,0],[-59.807,45.961,0],[-59.803,45.957,0],[-59.802,45.945,0],[-59.805,45.936,0],[-59.812,45.931,0],[-59.824,45.933,0],[-59.862,45.936,0],[-59.939,45.904,0],[-59.968,45.91,0],[-59.975,45.905,0],[-59.98,45.901,0],[-59.985,45.896,0],[-59.989,45.889,0],[-59.984,45.886,0],[-59.98,45.88,0],[-59.975,45.875,0],[-60.127,45.87,0],[-60.153,45.847,0],[-60.155,45.838,0],[-60.154,45.837,0],[-60.147,45.838,0],[-60.133,45.834,0],[-60.112,45.824,0],[-60.101,45.821,0],[-60.088,45.82,0],[-60.075,45.816,0],[-60.072,45.806,0],[-60.074,45.797,0],[-60.081,45.793,0],[-60.093,45.791,0],[-60.178,45.767,0],[-60.199,45.756,0],[-60.208,45.741,0],[-60.215,45.719,0],[-60.235,45.707,0],[-60.26,45.7,0],[-60.283,45.697,0],[-60.323,45.684,0],[-60.395,45.643,0],[-60.441,45.636,0],[-60.462,45.636,0],[-60.47,45.64,0],[-60.475,45.649,0],[-60.5,45.632,0],[-60.512,45.627,0],[-60.63,45.595,0],[-60.662,45.578,0],[-60.672,45.574,0],[-60.704,45.573,0],[-60.711,45.572,0],[-60.719,45.568,0],[-60.727,45.566,0],[-60.736,45.567,0],[-60.741,45.573,0],[-60.742,45.582,0],[-60.744,45.59,0],[-60.752,45.594,0],[-60.828,45.601,0],[-60.844,45.605,0],[-60.849,45.614,0],[-60.85,45.627,0],[-60.855,45.639,0],[-60.871,45.646,0],[-60.884,45.637,0],[-60.895,45.624,0],[-60.907,45.614,0],[-60.916,45.621,0],[-60.925,45.626,0],[-60.936,45.628,0],[-60.947,45.628,0],[-60.946,45.612,0],[-60.97,45.608,0],[-61.024,45.614,0],[-61.01,45.608,0],[-61.016,45.595,0],[-61.025,45.592,0],[-61.047,45.594,0],[-61.058,45.592,0],[-61.085,45.573,0],[-61.131,45.56,0],[-61.157,45.557,0],[-61.175,45.559,0],[-61.157,45.565,0],[-61.151,45.572,0],[-61.155,45.579,0],[-61.167,45.587,0],[-61.182,45.59,0],[-61.196,45.59,0],[-61.205,45.593,0],[-61.208,45.608,0],[-61.215,45.6,0],[-61.22,45.59,0],[-61.225,45.582,0],[-61.232,45.584,0],[-61.241,45.585,0],[-61.253,45.58,0],[-61.266,45.572,0],[-61.277,45.567,0],[-61.27,45.548,0],[-61.284,45.548,0],[-61.322,45.559,0],[-61.335,45.566,0],[-61.363,45.611,0],[-61.419,45.657,0],[-61.442,45.682,0],[-61.455,45.71,0],[-61.465,45.776,0],[-61.475,45.811,0],[-61.492,45.827,0],[-61.497,45.835,0],[-61.489,45.889,0],[-61.5,45.906,0],[-61.514,45.919,0],[-61.523,45.933,0],[-61.516,45.951,0],[-61.521,45.961,0],[-61.521,45.981,0],[-61.523,45.992,0],[-61.529,45.997,0],[-61.538,46.003,0],[-61.547,46.012,0],[-61.551,46.022,0],[-61.541,46.041,0],[-61.517,46.053,0],[-61.491,46.063,0],[-61.475,46.074,0],[-61.47,46.093,0],[-61.466,46.12,0],[-61.459,46.145,0],[-61.445,46.156,0],[-61.431,46.163,0],[-61.384,46.194,0],[-61.289,46.243,0],[-61.28,46.246,0],[-61.278,46.255,0],[-61.212,46.331,0],[-61.191,46.367,0],[-61.178,46.386,0],[-61.095,46.454,0],[-61.086,46.467,0],[-61.08,46.481,0],[-61.075,46.513,0],[-61.066,46.527,0],[-61.04,46.55,0],[-61.03,46.568,0],[-61.037,46.582,0],[-61.05,46.592,0],[-61.057,46.601,0],[-61.054,46.612,0],[-61.043,46.625,0],[-61.029,46.637,0],[-61.016,46.642,0],[-61.03,46.612,0],[-61.03,46.601,0],[-61.024,46.593,0],[-61.017,46.601,0],[-61.012,46.614,0],[-61.01,46.626,0],[-61.005,46.633,0],[-60.972,46.653,0],[-60.965,46.662,0],[-60.947,46.698,0],[-60.899,46.769,0],[-60.869,46.8,0],[-60.832,46.821,0],[-60.788,46.835,0],[-60.769,46.844,0],[-60.701,46.905,0],[-60.651,46.982,0],[-60.642,47.004,0],[-60.633,47.011,0],[-60.623,47.017,0],[-60.603,47.034,0],[-60.593,47.035,0],[-60.571,47.026,0],[-60.534,47.022,0],[-60.523,47.019,0],[-60.514,47.013,0],[-60.509,47.007,0],[-60.501,47.001,0]]},\"properties\":{\"name\":\"Nova Scotia #6\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}}]}", + + "kml" : "Nova Scotia #0Nova Scotia #00000ff11-65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0Nova Scotia #1Nova Scotia #10000ff11-59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0Nova Scotia #2Nova Scotia #20000ff11-66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0Nova Scotia #3Nova Scotia #30000ff11-60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0Nova Scotia #4Nova Scotia #40000ff11-64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0Nova Scotia #5Nova Scotia #50000ff11-59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0Nova Scotia #6Nova Scotia #60000ff11-60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0", + + "mediawiki": "43.428,-65.61:43.422,-65.629:43.435,-65.621:43.445,-65.627:43.453,-65.635:43.459,-65.645:43.463,-65.656:43.472,-65.646:43.477,-65.634:43.484,-65.608:43.508,-65.617:43.514,-65.605:43.511,-65.56:43.495,-65.569:43.477,-65.574:43.464,-65.587:43.445,-65.598:43.428,-65.61:43.933,-59.807:43.916,-59.861:43.908,-59.913:43.906,-59.971:43.911,-60.028:43.923,-60.083:43.942,-60.133:43.946,-60.124:43.947,-60.116:43.946,-60.108:43.942,-60.098:43.943,-60.074:43.929,-59.998:43.937,-59.867:43.941,-59.844:43.948,-59.822:43.957,-59.803:43.987,-59.741:43.998,-59.728:43.96,-59.76:43.933,-59.807:44.283,-66.298:44.251,-66.313:44.258,-66.328:44.325,-66.286:44.355,-66.258:44.377,-66.242:44.387,-66.231:44.396,-66.213:44.392,-66.203:44.381,-66.204:44.367,-66.218:44.338,-66.239:44.283,-66.298:45.577,-60.932:45.567,-60.914:45.577,-60.908:45.579,-60.899:45.574,-60.889:45.567,-60.879:45.558,-60.884:45.553,-60.892:45.551,-60.902:45.553,-60.914:45.532,-60.953:45.517,-60.962:45.498,-60.947:45.487,-60.968:45.47,-60.986:45.461,-61.003:45.471,-61.024:45.477,-61.013:45.486,-61.004:45.495,-61.002:45.498,-61.013:45.499,-61.04:45.501,-61.053:45.505,-61.065:45.511,-61.075:45.523,-61.089:45.527,-61.105:45.531,-61.106:45.536,-61.106:45.549,-61.112:45.551,-61.106:45.553,-61.091:45.563,-61.075:45.571,-61.054:45.577,-61.031:45.581,-61.01:45.582,-60.958:45.577,-60.932:46.005,-64.008:45.98,-63.905:45.963,-63.87:45.937,-63.867:45.934,-63.844:45.925,-63.825:45.91,-63.811:45.889,-63.806:45.891,-63.786:45.886,-63.759:45.877,-63.732:45.868,-63.716:45.862,-63.727:45.854,-63.746:45.847,-63.757:45.842,-63.736:45.853,-63.69:45.847,-63.669:45.837,-63.674:45.828,-63.674:45.824,-63.67:45.827,-63.662:45.837,-63.652:45.843,-63.653:45.85,-63.659:45.865,-63.662:45.874,-63.659:45.875,-63.652:45.87,-63.644:45.865,-63.638:45.862,-63.629:45.875,-63.593:45.883,-63.492:45.876,-63.439:45.855,-63.409:45.854,-63.428:45.86,-63.464:45.861,-63.483:45.852,-63.47:45.839,-63.438:45.827,-63.428:45.821,-63.447:45.826,-63.484:45.827,-63.504:45.82,-63.523:45.811,-63.516:45.807,-63.496:45.814,-63.477:45.809,-63.469:45.806,-63.461:45.806,-63.452:45.806,-63.442:45.805,-63.438:45.801,-63.431:45.8,-63.428:45.802,-63.425:45.812,-63.418:45.814,-63.415:45.812,-63.399:45.803,-63.369:45.8,-63.354:45.804,-63.324:45.812,-63.291:45.816,-63.259:45.806,-63.23:45.791,-63.258:45.776,-63.302:45.767,-63.347:45.772,-63.381:45.757,-63.373:45.748,-63.356:45.737,-63.312:45.732,-63.304:45.726,-63.295:45.724,-63.288:45.735,-63.285:45.741,-63.282:45.748,-63.273:45.759,-63.257:45.754,-63.257:45.743,-63.257:45.737,-63.257:45.76,-63.212:45.765,-63.196:45.768,-63.195:45.773,-63.194:45.777,-63.192:45.779,-63.189:45.776,-63.184:45.771,-63.182:45.766,-63.182:45.762,-63.185:45.753,-63.2:45.746,-63.205:45.737,-63.202:45.736,-63.19:45.759,-63.134:45.763,-63.117:45.765,-63.1:45.764,-63.083:45.759,-63.065:45.779,-63.07:45.79,-63.084:45.806,-63.121:45.811,-63.1:45.796,-62.98:45.783,-62.924:45.765,-62.777:45.766,-62.751:45.773,-62.699:45.772,-62.675:45.761,-62.696:45.761,-62.718:45.763,-62.738:45.759,-62.757:45.748,-62.739:45.744,-62.729:45.745,-62.699:45.742,-62.682:45.736,-62.664:45.727,-62.647:45.717,-62.633:45.687,-62.703:45.681,-62.751:45.675,-62.77:45.662,-62.784:45.642,-62.792:45.653,-62.781:45.662,-62.765:45.664,-62.749:45.655,-62.736:45.627,-62.747:45.613,-62.75:45.618,-62.74:45.646,-62.72:45.656,-62.706:45.652,-62.692:45.631,-62.669:45.628,-62.657:45.642,-62.647:45.647,-62.664:45.656,-62.672:45.668,-62.672:45.68,-62.665:45.682,-62.655:45.681,-62.64:45.682,-62.625:45.691,-62.613:45.686,-62.6:45.686,-62.577:45.683,-62.566:45.678,-62.557:45.667,-62.55:45.663,-62.545:45.658,-62.526:45.659,-62.51:45.662,-62.495:45.663,-62.476:45.631,-62.503:45.615,-62.509:45.608,-62.493:45.615,-62.47:45.643,-62.435:45.649,-62.418:45.653,-62.4:45.662,-62.377:45.673,-62.362:45.683,-62.371:45.68,-62.383:45.675,-62.405:45.655,-62.441:45.679,-62.416:45.704,-62.27:45.808,-62.06:45.863,-61.989:45.882,-61.949:45.889,-61.924:45.889,-61.911:45.882,-61.9:45.872,-61.897:45.866,-61.905:45.86,-61.916:45.851,-61.921:45.83,-61.92:45.787,-61.909:45.738,-61.888:45.721,-61.886:45.704,-61.894:45.693,-61.876:45.681,-61.836:45.673,-61.821:45.66,-61.807:45.653,-61.795:45.628,-61.726:45.623,-61.708:45.622,-61.684:45.627,-61.668:45.636,-61.655:45.642,-61.642:45.636,-61.626:45.636,-61.633:45.634,-61.648:45.627,-61.648:45.621,-61.64:45.614,-61.62:45.623,-61.619:45.632,-61.615:45.639,-61.61:45.642,-61.602:45.646,-61.589:45.653,-61.583:45.663,-61.58:45.673,-61.575:45.684,-61.558:45.689,-61.537:45.691,-61.492:45.683,-61.47:45.65,-61.437:45.642,-61.417:45.633,-61.4:45.612,-61.384:45.581,-61.37:45.578,-61.359:45.57,-61.351:45.553,-61.339:45.542,-61.324:45.512,-61.263:45.507,-61.247:45.508,-61.24:45.506,-61.237:45.491,-61.235:45.468,-61.237:45.453,-61.248:45.443,-61.267:45.414,-61.353:45.409,-61.373:45.421,-61.374:45.418,-61.388:45.408,-61.406:45.399,-61.417:45.392,-61.43:45.375,-61.483:45.355,-61.461:45.349,-61.451:45.354,-61.137:45.352,-61.12:45.343,-61.082:45.333,-60.999:45.326,-60.982:45.314,-60.971:45.302,-60.971:45.288,-60.972:45.272,-60.969:45.271,-60.983:45.277,-60.987:45.285,-60.989:45.292,-60.996:45.294,-61.007:45.294,-61.017:45.294,-61.027:45.3,-61.037:45.285,-61.028:45.279,-61.023:45.272,-61.016:45.263,-61.024:45.261,-61.031:45.26,-61.039:45.255,-61.047:45.245,-61.053:45.236,-61.057:45.233,-61.063:45.238,-61.078:45.224,-61.071:45.214,-61.12:45.218,-61.139:45.238,-61.153:45.245,-61.142:45.253,-61.133:45.262,-61.126:45.272,-61.119:45.264,-61.165:45.258,-61.175:45.243,-61.18:45.216,-61.171:45.203,-61.175:45.209,-61.184:45.216,-61.188:45.223,-61.19:45.235,-61.197:45.246,-61.204:45.253,-61.212:45.248,-61.216:45.24,-61.246:45.239,-61.263:45.251,-61.263:45.254,-61.278:45.248,-61.299:45.231,-61.332:45.217,-61.35:45.201,-61.365:45.19,-61.364:45.19,-61.339:45.178,-61.355:45.169,-61.371:45.164,-61.389:45.147,-61.568:45.151,-61.61:45.176,-61.64:45.157,-61.647:45.164,-61.666:45.175,-61.687:45.169,-61.702:45.162,-61.686:45.149,-61.666:45.135,-61.649:45.121,-61.64:45.122,-61.649:45.12,-61.658:45.115,-61.674:45.094,-61.64:45.087,-61.64:45.089,-61.677:45.092,-61.695:45.097,-61.702:45.107,-61.704:45.107,-61.709:45.101,-61.715:45.101,-61.756:45.094,-61.754:45.089,-61.755:45.084,-61.756:45.08,-61.756:45.092,-61.781:45.101,-61.81:45.099,-61.825:45.08,-61.811:45.078,-61.822:45.08,-61.846:45.08,-61.859:45.073,-61.859:45.071,-61.851:45.065,-61.841:45.056,-61.836:45.047,-61.839:45.045,-61.848:45.053,-61.88:45.047,-61.887:45.034,-61.882:45.031,-61.897:45.037,-61.918:45.053,-61.935:45.033,-61.941:45.025,-61.941:45.037,-61.959:45.036,-61.976:45.027,-61.99:45.011,-62.004:45.016,-62.006:45.021,-62.008:45.026,-62.01:45.032,-62.01:45.026,-62.02:45.019,-62.029:45.014,-62.039:45.011,-62.05:45.004,-62.035:44.991,-61.976:44.985,-61.989:44.983,-62.003:44.985,-62.018:44.991,-62.031:44.983,-62.042:44.976,-62.057:44.973,-62.073:44.978,-62.086:44.974,-62.098:44.97,-62.119:44.969,-62.138:44.974,-62.147:44.975,-62.151:44.961,-62.174:44.956,-62.185:44.959,-62.234:44.952,-62.254:44.929,-62.27:44.937,-62.278:44.927,-62.29:44.92,-62.306:44.918,-62.321:44.922,-62.332:44.922,-62.339:44.918,-62.34:44.915,-62.342:44.913,-62.344:44.909,-62.346:44.905,-62.343:44.903,-62.342:44.895,-62.339:44.902,-62.361:44.91,-62.377:44.91,-62.393:44.895,-62.415:44.892,-62.41:44.886,-62.406:44.881,-62.401:44.878,-62.42:44.869,-62.437:44.853,-62.448:44.834,-62.448:44.841,-62.467:44.859,-62.473:44.881,-62.473:44.901,-62.476:44.882,-62.49:44.864,-62.507:44.856,-62.527:44.868,-62.551:44.84,-62.566:44.833,-62.555:44.825,-62.546:44.806,-62.531:44.8,-62.553:44.834,-62.578:44.827,-62.599:44.837,-62.607:44.83,-62.623:44.806,-62.661:44.793,-62.654:44.802,-62.687:44.785,-62.805:44.772,-62.799:44.761,-62.802:44.754,-62.813:44.752,-62.826:44.744,-62.821:44.738,-62.815:44.733,-62.807:44.73,-62.798:44.721,-62.819:44.718,-62.83:44.717,-62.842:44.723,-62.851:44.734,-62.857:44.738,-62.864:44.724,-62.873:44.731,-62.887:44.738,-62.908:44.74,-62.93:44.734,-62.945:44.718,-62.972:44.711,-62.989:44.714,-62.997:44.722,-62.998:44.727,-63:44.731,-63.002:44.737,-63.004:44.765,-63.003:44.772,-63.004:44.778,-63.018:44.766,-63.047:44.778,-63.058:44.763,-63.059:44.751,-63.05:44.727,-63.021:44.711,-63.014:44.697,-63.024:44.675,-63.058:44.689,-63.063:44.705,-63.061:44.718,-63.063:44.724,-63.076:44.729,-63.096:44.743,-63.102:44.775,-63.099:44.784,-63.103:44.79,-63.11:44.791,-63.119:44.785,-63.127:44.782,-63.125:44.752,-63.121:44.735,-63.124:44.707,-63.137:44.689,-63.14:44.696,-63.154:44.706,-63.16:44.718,-63.16:44.73,-63.155:44.721,-63.173:44.692,-63.183:44.683,-63.202:44.681,-63.214:44.683,-63.214:44.69,-63.212:44.703,-63.216:44.727,-63.232:44.737,-63.237:44.726,-63.25:44.712,-63.253:44.698,-63.248:44.689,-63.237:44.673,-63.25:44.644,-63.281:44.628,-63.285:44.636,-63.317:44.643,-63.389:44.655,-63.415:44.665,-63.402:44.667,-63.396:44.668,-63.387:44.682,-63.399:44.683,-63.417:44.668,-63.456:44.659,-63.435:44.648,-63.42:44.634,-63.415:44.614,-63.422:44.596,-63.439:44.601,-63.456:44.613,-63.476:44.624,-63.51:44.648,-63.538:44.666,-63.574:44.713,-63.633:44.717,-63.644:44.717,-63.662:44.688,-63.649:44.676,-63.64:44.668,-63.628:44.667,-63.62:44.668,-63.596:44.664,-63.587:44.646,-63.574:44.642,-63.569:44.635,-63.563:44.603,-63.548:44.593,-63.545:44.574,-63.546:44.562,-63.548:44.55,-63.546:44.518,-63.523:44.503,-63.524:44.489,-63.533:44.473,-63.548:44.47,-63.554:44.464,-63.573:44.464,-63.579:44.469,-63.587:44.475,-63.585:44.48,-63.58:44.484,-63.579:44.487,-63.596:44.477,-63.605:44.463,-63.61:44.453,-63.621:44.446,-63.626:44.441,-63.633:44.443,-63.641:44.45,-63.644:44.459,-63.639:44.466,-63.632:44.47,-63.628:44.476,-63.641:44.475,-63.658:44.47,-63.693:44.468,-63.701:44.463,-63.703:44.458,-63.705:44.456,-63.716:44.461,-63.721:44.47,-63.724:44.475,-63.729:44.47,-63.737:44.474,-63.749:44.482,-63.758:44.491,-63.763:44.505,-63.765:44.494,-63.774:44.478,-63.783:44.469,-63.793:44.477,-63.806:44.49,-63.809:44.503,-63.804:44.532,-63.785:44.526,-63.793:44.515,-63.805:44.511,-63.812:44.514,-63.82:44.521,-63.826:44.525,-63.834:44.519,-63.847:44.515,-63.844:44.505,-63.84:44.504,-63.854:44.499,-63.874:44.497,-63.888:44.498,-63.9:44.501,-63.912:44.506,-63.922:44.511,-63.929:44.534,-63.942:44.554,-63.942:44.593,-63.922:44.6,-63.928:44.621,-63.943:44.629,-63.925:44.634,-63.919:44.642,-63.915:44.643,-63.919:44.648,-63.929:44.667,-63.902:44.68,-63.891:44.696,-63.888:44.684,-63.907:44.675,-63.926:44.656,-63.989:44.655,-64.001:44.639,-64.057:44.634,-64.066:44.621,-64.06:44.587,-64.062:44.58,-64.052:44.571,-64.037:44.551,-64.025:44.511,-64.011:44.523,-64.041:44.509,-64.055:44.488,-64.064:44.477,-64.076:44.475,-64.097:44.478,-64.106:44.488,-64.117:44.516,-64.123:44.522,-64.124:44.538,-64.119:44.555,-64.128:44.57,-64.145:44.58,-64.162:44.582,-64.178:44.58,-64.197:44.571,-64.211:44.552,-64.21:44.537,-64.227:44.544,-64.253:44.558,-64.281:44.566,-64.305:44.561,-64.301:44.546,-64.292:44.543,-64.304:44.536,-64.305:44.527,-64.301:44.515,-64.299:44.503,-64.301:44.492,-64.308:44.484,-64.317:44.477,-64.326:44.477,-64.318:44.47,-64.299:44.465,-64.31:44.456,-64.354:44.445,-64.354:44.438,-64.344:44.429,-64.336:44.415,-64.34:44.417,-64.297:44.416,-64.275:44.409,-64.258:44.407,-64.275:44.401,-64.288:44.393,-64.3:44.387,-64.312:44.381,-64.312:44.38,-64.261:44.377,-64.235:44.367,-64.21:44.361,-64.228:44.361,-64.246:44.367,-64.282:44.367,-64.347:44.361,-64.347:44.356,-64.34:44.35,-64.336:44.342,-64.336:44.333,-64.34:44.33,-64.326:44.324,-64.315:44.32,-64.305:44.326,-64.292:44.329,-64.298:44.337,-64.307:44.34,-64.312:44.343,-64.302:44.341,-64.291:44.333,-64.264:44.304,-64.29:44.299,-64.289:44.299,-64.237:44.267,-64.269:44.259,-64.287:44.272,-64.305:44.264,-64.312:44.276,-64.33:44.284,-64.339:44.292,-64.347:44.298,-64.337:44.299,-64.333:44.329,-64.409:44.34,-64.429:44.326,-64.418:44.313,-64.401:44.303,-64.382:44.299,-64.364:44.296,-64.359:44.288,-64.357:44.279,-64.358:44.272,-64.36:44.264,-64.367:44.234,-64.426:44.226,-64.431:44.208,-64.434:44.199,-64.439:44.193,-64.449:44.187,-64.469:44.182,-64.477:44.174,-64.483:44.141,-64.498:44.15,-64.514:44.153,-64.522:44.155,-64.531:44.156,-64.536:44.161,-64.543:44.162,-64.549:44.16,-64.552:44.15,-64.555:44.148,-64.559:44.158,-64.594:44.159,-64.606:44.148,-64.6:44.146,-64.606:44.143,-64.609:44.141,-64.614:44.141,-64.621:44.135,-64.599:44.134,-64.575:44.13,-64.554:44.117,-64.546:44.1,-64.55:44.08,-64.561:44.069,-64.576:44.079,-64.594:44.065,-64.621:44.059,-64.649:44.059,-64.717:44.046,-64.705:44.042,-64.687:44.036,-64.669:44.015,-64.662:43.998,-64.667:43.993,-64.68:43.99,-64.697:43.98,-64.714:43.964,-64.731:43.958,-64.744:43.957,-64.806:43.954,-64.816:43.946,-64.819:43.937,-64.822:43.931,-64.828:43.929,-64.837:43.929,-64.847:43.914,-64.833:43.895,-64.797:43.875,-64.786:43.876,-64.802:43.874,-64.814:43.867,-64.819:43.853,-64.812:43.845,-64.829:43.834,-64.834:43.83,-64.839:43.84,-64.854:43.846,-64.859:43.861,-64.868:43.867,-64.874:43.873,-64.883:43.877,-64.893:43.879,-64.904:43.881,-64.915:43.871,-64.91:43.856,-64.895:43.847,-64.888:43.839,-64.886:43.822,-64.884:43.812,-64.881:43.805,-64.906:43.823,-64.924:43.849,-64.938:43.867,-64.95:43.874,-64.967:43.861,-64.964:43.813,-64.935:43.806,-64.932:43.799,-64.935:43.775,-64.949:43.766,-64.958:43.759,-64.97:43.758,-64.984:43.77,-64.997:43.817,-65.02:43.832,-65.039:43.816,-65.038:43.771,-65.019:43.759,-65.016:43.743,-65.014:43.727,-65.016:43.716,-65.025:43.712,-65.034:43.716,-65.037:43.721,-65.037:43.724,-65.043:43.721,-65.053:43.714,-65.058:43.707,-65.061:43.703,-65.06:43.711,-65.077:43.745,-65.073:43.758,-65.087:43.736,-65.096:43.697,-65.123:43.675,-65.128:43.689,-65.151:43.707,-65.147:43.727,-65.136:43.751,-65.141:43.716,-65.161:43.71,-65.169:43.71,-65.178:43.716,-65.187:43.725,-65.194:43.751,-65.201:43.772,-65.212:43.792,-65.225:43.806,-65.238:43.798,-65.24:43.795,-65.242:43.792,-65.242:43.785,-65.238:43.776,-65.255:43.755,-65.249:43.719,-65.224:43.695,-65.24:43.673,-65.25:43.671,-65.263:43.675,-65.289:43.697,-65.327:43.71,-65.328:43.733,-65.316:43.744,-65.313:43.761,-65.317:43.766,-65.323:43.763,-65.331:43.758,-65.341:43.751,-65.345:43.742,-65.346:43.737,-65.351:43.744,-65.367:43.716,-65.355:43.694,-65.341:43.67,-65.334:43.641,-65.341:43.634,-65.341:43.625,-65.34:43.617,-65.34:43.614,-65.344:43.611,-65.354:43.604,-65.358:43.597,-65.356:43.593,-65.351:43.588,-65.346:43.545,-65.341:43.575,-65.362:43.579,-65.371:43.577,-65.381:43.567,-65.392:43.566,-65.402:43.571,-65.416:43.593,-65.442:43.6,-65.457:43.593,-65.457:43.539,-65.413:43.529,-65.41:43.519,-65.408:43.504,-65.402:43.5,-65.416:43.511,-65.422:43.545,-65.429:43.557,-65.439:43.561,-65.45:43.556,-65.456:43.545,-65.451:43.535,-65.455:43.528,-65.463:43.524,-65.472:43.525,-65.484:43.504,-65.474:43.494,-65.471:43.48,-65.47:43.471,-65.475:43.472,-65.484:43.48,-65.493:43.494,-65.498:43.503,-65.504:43.528,-65.542:43.532,-65.547:43.538,-65.55:43.543,-65.552:43.556,-65.546:43.561,-65.55:43.565,-65.556:43.569,-65.56:43.574,-65.566:43.566,-65.579:43.536,-65.613:43.518,-65.649:43.513,-65.653:43.507,-65.654:43.502,-65.658:43.497,-65.669:43.5,-65.668:43.505,-65.674:43.511,-65.69:43.509,-65.719:43.514,-65.729:43.531,-65.738:43.547,-65.73:43.563,-65.732:43.577,-65.739:43.587,-65.752:43.576,-65.752:43.569,-65.752:43.564,-65.749:43.559,-65.745:43.555,-65.748:43.553,-65.751:43.552,-65.754:43.551,-65.758:43.568,-65.778:43.588,-65.782:43.641,-65.772:43.669,-65.771:43.681,-65.774:43.689,-65.779:43.691,-65.789:43.683,-65.795:43.669,-65.8:43.655,-65.807:43.646,-65.796:43.634,-65.792:43.62,-65.794:43.606,-65.799:43.632,-65.815:43.657,-65.817:43.683,-65.816:43.71,-65.82:43.719,-65.825:43.739,-65.84:43.751,-65.848:43.764,-65.853:43.806,-65.861:43.806,-65.868:43.787,-65.868:43.779,-65.866:43.771,-65.861:43.77,-65.877:43.784,-65.889:43.804,-65.899:43.819,-65.909:43.827,-65.924:43.826,-65.937:43.82,-65.941:43.812,-65.93:43.806,-65.93:43.785,-65.957:43.78,-65.971:43.795,-65.978:43.802,-65.979:43.82,-65.984:43.839,-65.987:43.849,-65.992:43.854,-65.997:43.85,-65.999:43.832,-66.004:43.826,-66.005:43.816,-66.005:43.81,-66.004:43.804,-66.002:43.751,-65.974:43.737,-65.963:43.714,-65.973:43.706,-65.979:43.703,-65.991:43.72,-65.983:43.729,-65.984:43.731,-65.991:43.724,-66.005:43.717,-66.007:43.708,-66.005:43.7,-66.006:43.697,-66.015:43.698,-66.024:43.702,-66.028:43.709,-66.029:43.716,-66.026:43.716,-66.032:43.737,-66.031:43.746,-66.042:43.741,-66.055:43.716,-66.06:43.729,-66.074:43.741,-66.077:43.768,-66.073:43.772,-66.079:43.767,-66.093:43.755,-66.107:43.744,-66.115:43.744,-66.122:43.81,-66.134:43.825,-66.12:43.836,-66.113:43.848,-66.111:43.853,-66.118:43.85,-66.128:43.842,-66.136:43.833,-66.142:43.826,-66.149:43.84,-66.148:43.853,-66.149:43.86,-66.156:43.86,-66.17:43.871,-66.166:43.88,-66.167:43.887,-66.17:43.894,-66.17:43.904,-66.165:43.924,-66.152:43.932,-66.149:43.947,-66.154:43.961,-66.161:43.976,-66.163:44.003,-66.149:44.011,-66.15:44.022,-66.156:44.024,-66.158:44.084,-66.183:44.093,-66.194:44.086,-66.21:44.106,-66.21:44.143,-66.195:44.165,-66.19:44.171,-66.188:44.201,-66.159:44.209,-66.152:44.231,-66.142:44.343,-66.114:44.374,-66.095:44.394,-66.063:44.407,-66.047:44.426,-66.04:44.437,-66.032:44.489,-65.966:44.506,-65.928:44.533,-65.889:44.544,-65.867:44.557,-65.848:44.574,-65.84:44.587,-65.849:44.588,-65.868:44.58,-65.913:44.581,-65.924:44.584,-65.933:44.584,-65.942:44.521,-66.028:44.395,-66.187:44.391,-66.197:44.418,-66.192:44.434,-66.18:44.58,-65.999:44.631,-65.889:44.643,-65.875:44.696,-65.786:44.686,-65.773:44.672,-65.763:44.657,-65.756:44.642,-65.752:44.632,-65.754:44.621,-65.757:44.611,-65.757:44.607,-65.749:44.609,-65.729:44.614,-65.71:44.621,-65.692:44.629,-65.68:44.648,-65.656:44.667,-65.625:44.678,-65.612:44.696,-65.601:44.689,-65.594:44.737,-65.537:44.744,-65.522:44.749,-65.494:44.771,-65.451:44.778,-65.429:44.781,-65.447:44.758,-65.492:44.747,-65.535:44.709,-65.615:44.698,-65.654:44.696,-65.676:44.675,-65.717:44.668,-65.742:44.683,-65.758:44.728,-65.723:44.779,-65.621:44.855,-65.457:44.895,-65.398:44.901,-65.378:44.904,-65.358:44.955,-65.232:44.967,-65.213:44.993,-65.18:45.06,-65.022:45.14,-64.863:45.192,-64.714:45.201,-64.644:45.22,-64.575:45.229,-64.511:45.24,-64.475:45.256,-64.441:45.272,-64.415:45.302,-64.395:45.32,-64.417:45.329,-64.459:45.334,-64.498:45.341,-64.478:45.339,-64.456:45.326,-64.415:45.32,-64.349:45.31,-64.33:45.295,-64.318:45.283,-64.32:45.272,-64.33:45.262,-64.343:45.248,-64.351:45.213,-64.359:45.197,-64.367:45.185,-64.352:45.171,-64.357:45.157,-64.372:45.149,-64.388:45.126,-64.367:45.116,-64.362:45.108,-64.367:45.104,-64.357:45.106,-64.345:45.113,-64.337:45.125,-64.333:45.136,-64.331:45.142,-64.326:45.146,-64.317:45.149,-64.305:45.109,-64.223:45.05,-64.151:45.039,-64.149:44.984,-64.155:44.998,-64.147:45.003,-64.136:45.003,-64.122:44.998,-64.107:45.012,-64.116:45.03,-64.119:45.046,-64.114:45.053,-64.101:45.06,-64.101:45.062,-64.119:45.073,-64.136:45.114,-64.184:45.133,-64.197:45.149,-64.199:45.16,-64.166:45.168,-64.164:45.178,-64.166:45.186,-64.165:45.192,-64.158:45.2,-64.139:45.207,-64.131:45.216,-64.115:45.242,-64.024:45.251,-63.963:45.276,-63.906:45.279,-63.885:45.277,-63.846:45.28,-63.825:45.289,-63.809:45.299,-63.804:45.306,-63.804:45.311,-63.801:45.313,-63.788:45.311,-63.76:45.308,-63.748:45.3,-63.737:45.306,-63.73:45.322,-63.72:45.326,-63.716:45.326,-63.708:45.32,-63.675:45.322,-63.579:45.332,-63.543:45.334,-63.524:45.329,-63.504:45.317,-63.492:45.303,-63.483:45.292,-63.469:45.325,-63.461:45.345,-63.433:45.356,-63.396:45.361,-63.36:45.372,-63.392:45.375,-63.507:45.378,-63.528:45.392,-63.571:45.395,-63.593:45.395,-63.816:45.392,-63.834:45.385,-63.849:45.367,-63.874:45.362,-63.88:45.356,-63.885:45.353,-63.891:45.354,-63.901:45.359,-63.91:45.365,-63.914:45.373,-63.914:45.382,-63.908:45.399,-63.936:45.391,-64.014:45.395,-64.052:45.401,-64.042:45.402,-64.038:45.413,-64.066:45.415,-64.105:45.409,-64.183:45.395,-64.244:45.392,-64.276:45.402,-64.312:45.382,-64.314:45.38,-64.322:45.386,-64.334:45.389,-64.347:45.386,-64.359:45.382,-64.37:45.375,-64.379:45.367,-64.388:45.373,-64.4:45.382,-64.436:45.388,-64.446:45.395,-64.451:45.4,-64.459:45.416,-64.576:45.409,-64.62:45.389,-64.672:45.361,-64.707:45.326,-64.696:45.325,-64.717:45.316,-64.732:45.306,-64.745:45.3,-64.759:45.297,-64.768:45.298,-64.768:45.303,-64.767:45.313,-64.772:45.318,-64.773:45.325,-64.766:45.33,-64.768:45.333,-64.774:45.332,-64.786:45.334,-64.792:45.348,-64.823:45.353,-64.86:45.347,-64.897:45.326,-64.929:45.351,-64.936:45.383,-64.929:45.412,-64.915:45.43,-64.902:45.457,-64.854:45.459,-64.839:45.468,-64.815:45.471,-64.799:45.484,-64.833:45.537,-64.706:45.543,-64.681:45.557,-64.663:45.559,-64.649:45.586,-64.645:45.603,-64.613:45.615,-64.573:45.632,-64.542:45.657,-64.513:45.676,-64.484:45.679,-64.477:45.681,-64.462:45.683,-64.457:45.691,-64.448:45.704,-64.438:45.71,-64.429:45.725,-64.437:45.739,-64.439:45.748,-64.432:45.752,-64.412:45.756,-64.398:45.768,-64.386:45.781,-64.379:45.793,-64.381:45.827,-64.305:45.816,-64.293:45.805,-64.294:45.786,-64.312:45.781,-64.319:45.78,-64.326:45.777,-64.331:45.769,-64.333:45.763,-64.331:45.76,-64.328:45.755,-64.328:45.745,-64.333:45.756,-64.317:45.762,-64.303:45.765,-64.287:45.765,-64.264:45.774,-64.269:45.779,-64.279:45.78,-64.291:45.779,-64.305:45.784,-64.294:45.794,-64.283:45.805,-64.274:45.814,-64.271:45.831,-64.271:45.836,-64.273:45.836,-64.273:45.845,-64.264:45.857,-64.258:45.87,-64.252:45.881,-64.245:45.894,-64.23:45.904,-64.214:45.916,-64.199:45.931,-64.187:45.95,-64.175:45.964,-64.16:45.973,-64.141:45.976,-64.12:45.975,-64.099:45.973,-64.073:45.977,-64.051:45.992,-64.043:45.992,-64.043:45.991,-64.042:45.995,-64.033:46.002,-64.024:46.005,-64.017:46.005,-64.008:46.011,-59.706:45.999,-59.706:45.995,-59.708:45.998,-59.714:46,-59.726:46,-59.76:46.004,-59.781:46.012,-59.778:46.029,-59.724:46.034,-59.695:46.03,-59.689:46.023,-59.703:46.011,-59.706:47.001,-60.501:46.999,-60.486:47.003,-60.461:47.022,-60.42:47.026,-60.396:47.017,-60.383:46.996,-60.398:46.964,-60.434:46.927,-60.465:46.905,-60.49:46.896,-60.496:46.897,-60.474:46.893,-60.452:46.885,-60.442:46.876,-60.455:46.868,-60.455:46.864,-60.43:46.863,-60.393:46.866,-60.358:46.876,-60.339:46.872,-60.331:46.867,-60.323:46.861,-60.317:46.855,-60.311:46.834,-60.305:46.803,-60.309:46.745,-60.324:46.709,-60.342:46.694,-60.345:46.687,-60.352:46.67,-60.399:46.661,-60.391:46.656,-60.381:46.654,-60.37:46.656,-60.358:46.65,-60.358:46.648,-60.365:46.644,-60.378:46.642,-60.386:46.63,-60.374:46.623,-60.36:46.616,-60.35:46.601,-60.352:46.595,-60.357:46.581,-60.38:46.525,-60.421:46.423,-60.461:46.407,-60.473:46.369,-60.509:46.356,-60.516:46.324,-60.53:46.264,-60.578:46.21,-60.606:46.21,-60.606:46.211,-60.605:46.201,-60.6:46.197,-60.599:46.262,-60.552:46.272,-60.54:46.278,-60.524:46.32,-60.475:46.333,-60.443:46.334,-60.434:46.33,-60.419:46.324,-60.416:46.315,-60.418:46.303,-60.421:46.284,-60.427:46.271,-60.442:46.252,-60.475:46.128,-60.612:46.118,-60.632:46.102,-60.675:46.091,-60.691:46.088,-60.701:46.107,-60.715:46.105,-60.725:46.085,-60.748:46.081,-60.756:46.073,-60.773:46.062,-60.816:46.053,-60.873:46.062,-60.879:46.068,-60.874:46.073,-60.863:46.074,-60.852:46.079,-60.874:46.052,-60.912:45.992,-60.975:45.982,-60.993:45.975,-61.015:45.958,-61.102:45.95,-61.119:45.93,-61.126:45.937,-61.033:45.942,-61.01:45.954,-60.995:45.97,-60.983:45.985,-60.969:46.01,-60.903:46.035,-60.884:46.038,-60.863:46.039,-60.818:46.059,-60.773:46.066,-60.747:46.057,-60.736:46.037,-60.743:46.022,-60.76:46.008,-60.781:45.992,-60.797:45.975,-60.803:45.954,-60.806:45.937,-60.815:45.93,-60.835:45.929,-60.847:45.925,-60.858:45.92,-60.868:45.913,-60.876:45.908,-60.886:45.91,-60.898:45.916,-60.92:45.915,-60.962:45.91,-60.981:45.899,-60.989:45.897,-61.001:45.898,-61.056:45.896,-61.071:45.889,-61.052:45.889,-61.044:45.88,-61.057:45.875,-61.073:45.868,-61.088:45.855,-61.098:45.854,-61.084:45.857,-61.061:45.864,-61.039:45.872,-61.03:45.876,-61.019:45.875,-60.998:45.877,-60.983:45.889,-60.989:45.886,-60.968:45.855,-60.914:45.848,-60.926:45.851,-60.937:45.857,-60.949:45.861,-60.965:45.857,-60.967:45.835,-60.942:45.827,-60.934:45.827,-60.953:45.829,-60.961:45.834,-60.969:45.821,-60.982:45.82,-60.995:45.824,-61.006:45.823,-61.013:45.814,-61.024:45.779,-61.103:45.764,-61.123:45.745,-61.134:45.747,-61.129:45.752,-61.112:45.745,-61.111:45.736,-61.111:45.728,-61.113:45.724,-61.116:45.722,-61.126:45.717,-61.134:45.712,-61.14:45.708,-61.148:45.703,-61.143:45.699,-61.133:45.691,-61.082:45.699,-61.049:45.752,-60.947:45.756,-60.913:45.752,-60.873:45.741,-60.836:45.721,-60.807:45.703,-60.799:45.691,-60.808:45.679,-60.824:45.655,-60.845:45.651,-60.85:45.648,-60.849:45.642,-60.838:45.641,-60.829:45.644,-60.826:45.65,-60.828:45.655,-60.832:45.663,-60.81:45.669,-60.818:45.669,-60.784:45.674,-60.777:45.693,-60.766:45.694,-60.759:45.685,-60.744:45.684,-60.732:45.691,-60.73:45.704,-60.742:45.714,-60.73:45.725,-60.733:45.735,-60.743:45.745,-60.749:45.76,-60.746:45.774,-60.737:45.785,-60.725:45.793,-60.715:45.8,-60.7:45.81,-60.669:45.82,-60.653:45.831,-60.644:45.844,-60.634:45.856,-60.623:45.861,-60.609:45.866,-60.599:45.89,-60.569:45.901,-60.541:45.924,-60.521:45.937,-60.478:45.954,-60.445:45.976,-60.416:45.998,-60.399:45.993,-60.42:45.977,-60.463:45.957,-60.497:45.944,-60.564:45.92,-60.621:45.913,-60.646:45.899,-60.665:45.891,-60.699:45.89,-60.71:45.896,-60.722:45.905,-60.731:45.923,-60.74:45.93,-60.749:45.931,-60.762:45.929,-60.776:45.93,-60.787:45.94,-60.791:45.954,-60.782:45.985,-60.715:46.007,-60.684:46.015,-60.666:46.018,-60.642:46.024,-60.622:46.067,-60.564:46.091,-60.508:46.102,-60.489:46.149,-60.431:46.156,-60.417:46.164,-60.405:46.197,-60.375:46.205,-60.355:46.205,-60.334:46.209,-60.315:46.219,-60.301:46.238,-60.297:46.23,-60.318:46.226,-60.338:46.224,-60.383:46.218,-60.401:46.177,-60.447:46.077,-60.607:46.068,-60.63:46.067,-60.639:46.072,-60.653:46.082,-60.655:46.091,-60.65:46.095,-60.642:46.101,-60.621:46.116,-60.601:46.149,-60.571:46.201,-60.502:46.218,-60.494:46.234,-60.475:46.312,-60.351:46.328,-60.283:46.317,-60.279:46.279,-60.259:46.242,-60.205:46.224,-60.212:46.156,-60.29:46.159,-60.278:46.166,-60.268:46.173,-60.261:46.177,-60.256:46.176,-60.244:46.173,-60.235:46.162,-60.221:46.145,-60.212:46.142,-60.205:46.156,-60.194:46.166,-60.192:46.175,-60.195:46.184,-60.199:46.194,-60.201:46.212,-60.193:46.231,-60.174:46.246,-60.152:46.252,-60.136:46.251,-60.109:46.246,-60.083:46.238,-60.059:46.224,-60.037:46.211,-60.091:46.207,-59.991:46.196,-59.944:46.162,-59.948:46.159,-59.934:46.172,-59.901:46.177,-59.882:46.17,-59.81:46.156,-59.836:46.137,-59.863:46.111,-59.882:46.081,-59.885:46.094,-59.871:46.105,-59.851:46.112,-59.829:46.115,-59.81:46.108,-59.81:46.074,-59.872:46.05,-59.896:46.042,-59.909:46.036,-59.954:46.028,-59.958:46.016,-59.95:46.002,-59.937:45.995,-59.921:45.997,-59.898:46.005,-59.858:46.005,-59.84:46.003,-59.832:45.998,-59.824:45.999,-59.83:45.992,-59.832:45.978,-59.83:45.971,-59.824:45.961,-59.807:45.957,-59.803:45.945,-59.802:45.936,-59.805:45.931,-59.812:45.933,-59.824:45.936,-59.862:45.904,-59.939:45.91,-59.968:45.905,-59.975:45.901,-59.98:45.896,-59.985:45.889,-59.989:45.886,-59.984:45.88,-59.98:45.875,-59.975:45.87,-60.127:45.847,-60.153:45.838,-60.155:45.837,-60.154:45.838,-60.147:45.834,-60.133:45.824,-60.112:45.821,-60.101:45.82,-60.088:45.816,-60.075:45.806,-60.072:45.797,-60.074:45.793,-60.081:45.791,-60.093:45.767,-60.178:45.756,-60.199:45.741,-60.208:45.719,-60.215:45.707,-60.235:45.7,-60.26:45.697,-60.283:45.684,-60.323:45.643,-60.395:45.636,-60.441:45.636,-60.462:45.64,-60.47:45.649,-60.475:45.632,-60.5:45.627,-60.512:45.595,-60.63:45.578,-60.662:45.574,-60.672:45.573,-60.704:45.572,-60.711:45.568,-60.719:45.566,-60.727:45.567,-60.736:45.573,-60.741:45.582,-60.742:45.59,-60.744:45.594,-60.752:45.601,-60.828:45.605,-60.844:45.614,-60.849:45.627,-60.85:45.639,-60.855:45.646,-60.871:45.637,-60.884:45.624,-60.895:45.614,-60.907:45.621,-60.916:45.626,-60.925:45.628,-60.936:45.628,-60.947:45.612,-60.946:45.608,-60.97:45.614,-61.024:45.608,-61.01:45.595,-61.016:45.592,-61.025:45.594,-61.047:45.592,-61.058:45.573,-61.085:45.56,-61.131:45.557,-61.157:45.559,-61.175:45.565,-61.157:45.572,-61.151:45.579,-61.155:45.587,-61.167:45.59,-61.182:45.59,-61.196:45.593,-61.205:45.608,-61.208:45.6,-61.215:45.59,-61.22:45.582,-61.225:45.584,-61.232:45.585,-61.241:45.58,-61.253:45.572,-61.266:45.567,-61.277:45.548,-61.27:45.548,-61.284:45.559,-61.322:45.566,-61.335:45.611,-61.363:45.657,-61.419:45.682,-61.442:45.71,-61.455:45.776,-61.465:45.811,-61.475:45.827,-61.492:45.835,-61.497:45.889,-61.489:45.906,-61.5:45.919,-61.514:45.933,-61.523:45.951,-61.516:45.961,-61.521:45.981,-61.521:45.992,-61.523:45.997,-61.529:46.003,-61.538:46.012,-61.547:46.022,-61.551:46.041,-61.541:46.053,-61.517:46.063,-61.491:46.074,-61.475:46.093,-61.47:46.12,-61.466:46.145,-61.459:46.156,-61.445:46.163,-61.431:46.194,-61.384:46.243,-61.289:46.246,-61.28:46.255,-61.278:46.331,-61.212:46.367,-61.191:46.386,-61.178:46.454,-61.095:46.467,-61.086:46.481,-61.08:46.513,-61.075:46.527,-61.066:46.55,-61.04:46.568,-61.03:46.582,-61.037:46.592,-61.05:46.601,-61.057:46.612,-61.054:46.625,-61.043:46.637,-61.029:46.642,-61.016:46.612,-61.03:46.601,-61.03:46.593,-61.024:46.601,-61.017:46.614,-61.012:46.626,-61.01:46.633,-61.005:46.653,-60.972:46.662,-60.965:46.698,-60.947:46.769,-60.899:46.8,-60.869:46.821,-60.832:46.835,-60.788:46.844,-60.769:46.905,-60.701:46.982,-60.651:47.004,-60.642:47.011,-60.633:47.017,-60.623:47.034,-60.603:47.035,-60.593:47.026,-60.571:47.022,-60.534:47.019,-60.523:47.013,-60.514:47.007,-60.509:47.001,-60.501" + +} diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index c9f978f..85e8a25 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -58,6 +58,9 @@ describe("Testing fixtures conversion", function() { describe('Checking fixture 2', function() { checkFormatFixture('testcase2.json'); }); + describe('Checking fixture 3', function() { + checkFormatFixture('testcase3.json'); + }); }); function checkFormatFixture(file) { @@ -71,35 +74,33 @@ function checkFormatFixture(file) { //window.formats = { "formats": {'length': 0} }; //Layer.optimize(0); - var Layer = new LayerOptimizer({layer: L.geoJson(fixture.source)}); + var Layer = new LayerOptimizer({layer: convertToGeoJSON(fixture.source)}); var counters = Layer.countTracksNodes(); + it('Converts GeoJSON to GPX properly', function() { - checkExportFormat(gpx, fixture.source, fixture.gpx); + checkExportFormat(gpx, Layer, fixture.gpx); }); it('Converts GeoJSON to GPX with correct estimated size', function() { checkSizePrecision(gpx, fixture.gpx, counters); }); - it('Converts GeoJSON to Mediawiki properly', function() { - checkExportFormat(mediawiki, fixture.source, fixture.mediawiki); + checkExportFormat(mediawiki, Layer, fixture.mediawiki); }); it('Converts GeoJSON to Mediawiki with correct estimated size', function() { checkSizePrecision(mediawiki, fixture.mediawiki, counters); }); - it('Converts GeoJSON to KML properly', function() { - checkExportFormat(kml, fixture.source, fixture.kml); + checkExportFormat(kml, Layer, fixture.kml); }); it('Converts GeoJSON to KML with correct estimated size', function() { checkSizePrecision(kml, fixture.kml, counters); }); - it('Converts GeoJSON to GeoJSON properly', function() { - checkExportFormat(geojson, fixture.source, fixture.geojson); + checkExportFormat(geojson, Layer, fixture.geojson); }); it('Converts GeoJSON to GeoJSON with correct estimated size', function() { @@ -115,7 +116,9 @@ function checkFormatFixture(file) { */ function checkSizePrecision(format, data, counters) { var estimatedSize = format.getEstimatedSize(counters.tracks, counters.nodes); - var precision = 10/100; // 10 percent + var precision = 15/100; // 15 percent + // Debug in case size is not precise enough + //console.log((data.length*(1-precision)-1) + " < " + estimatedSize + " < " + (data.length*(1+precision)+1) + " ----------- REAL : "+ data.length+"----- percent : "+Math.abs(estimatedSize/data.length)); expect(data.length*(1+precision)+1).toBeGreaterThan(estimatedSize); expect(data.length*(1-precision)-1).toBeLessThan(estimatedSize); } @@ -126,7 +129,28 @@ function checkSizePrecision(format, data, counters) { * @param format the export format * @param data the generated data */ -function checkExportFormat(format, source, data) { - expect(format.exportData(source)).toEqual(data); +function checkExportFormat(format, Layer, data) { + expect(format.groupData(Layer)).toEqual(data); } + +// Got it from https://github.com/makinacorpus/Leaflet.FileLayer/blob/gh-pages/leaflet.filelayer.js +function loadGeoJSON(content) { + if (typeof content == 'string') { + content = JSON.parse(content); + } + var layer = L.geoJson(content); + if (layer.getLayers().length === 0) { + throw new Error('GeoJSON has no valid layers.'); + } + return layer; +} +function convertToGeoJSON(content) { + // Format is either 'gpx' or 'kml' + if (typeof content == 'string') { + var format = content.match(/ Date: Fri, 29 Jan 2016 14:17:33 +0100 Subject: [PATCH 08/25] Remaing test cases. --- .../{testcase1.json => testcase1-classic-geojson.json} | 0 .../{testcase2.json => testcase2-empty-geojson.json} | 0 ...case3.json => testcase3-multitracks-kml-novascotia.json} | 0 tests/formatsSpec.js | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename tests/fixtures/{testcase1.json => testcase1-classic-geojson.json} (100%) rename tests/fixtures/{testcase2.json => testcase2-empty-geojson.json} (100%) rename tests/fixtures/{testcase3.json => testcase3-multitracks-kml-novascotia.json} (100%) diff --git a/tests/fixtures/testcase1.json b/tests/fixtures/testcase1-classic-geojson.json similarity index 100% rename from tests/fixtures/testcase1.json rename to tests/fixtures/testcase1-classic-geojson.json diff --git a/tests/fixtures/testcase2.json b/tests/fixtures/testcase2-empty-geojson.json similarity index 100% rename from tests/fixtures/testcase2.json rename to tests/fixtures/testcase2-empty-geojson.json diff --git a/tests/fixtures/testcase3.json b/tests/fixtures/testcase3-multitracks-kml-novascotia.json similarity index 100% rename from tests/fixtures/testcase3.json rename to tests/fixtures/testcase3-multitracks-kml-novascotia.json diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index 85e8a25..303edb4 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -53,13 +53,13 @@ describe("Testing fixtures conversion", function() { window.map.hasLayer = function() { return true; } describe('Checking fixture 1', function() { - checkFormatFixture('testcase1.json'); + checkFormatFixture('testcase1-classic-geojson.json'); }); describe('Checking fixture 2', function() { - checkFormatFixture('testcase2.json'); + checkFormatFixture('testcase2-empty-geojson.json'); }); describe('Checking fixture 3', function() { - checkFormatFixture('testcase3.json'); + checkFormatFixture('testcase3-multitracks-kml-novascotia.json'); }); }); From 3c191d6bcf90370dfbbff4df50b03b254b3bd243 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Wed, 27 Jan 2016 14:26:10 +0100 Subject: [PATCH 09/25] Initiating Jasmine tests with Grunt & Travis --- .gitignore | 2 ++ Gruntfile.js | 37 +++++++++++++++++++++++++++++++++++++ dist/app.min.js | 8 +++++++- dist/i18n.min.js | 2 +- package.json | 6 +++++- src/i18n.js | 2 +- tests/formatSpec.js | 39 +++++++++++++++++++++++++++++++++++++++ 7 files changed, 92 insertions(+), 4 deletions(-) create mode 100644 tests/formatSpec.js diff --git a/.gitignore b/.gitignore index f7a1096..37b71f1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,5 @@ vendor/jquery-autocomplete/* vendor/i18next/* css/.sass-cache *.swp +.grunt +_SpecRunner.html diff --git a/Gruntfile.js b/Gruntfile.js index 5c84a6d..0766929 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -113,6 +113,39 @@ grunt.initConfig({ //,dest: 'dist/<%= pkg.name %>-<%= pkg.version %>.min.css' } }, + jasmine: { + components: { + src: [ + /* + 'http://code.jquery.com/jquery-1.8.3.min.js', + 'src/formats.js', + 'src/formats/*js' + */ + 'src/formats.js', + 'src/foo.js' + ], + options: { + vendor: [ + 'http://code.jquery.com/jquery-1.8.3.min.js', + 'http://cdn.leafletjs.com/leaflet-0.7/leaflet.js', + 'dist/jquery.cookie.min.js', + 'dist/togeojson.min.js', + 'dist/togpx.min.js', + 'dist/pretty-data.min.js', + 'dist/tokml.min.js', + 'dist/geojson-to-path.min.js', + 'dist/leaflet.filelayer.min.js', + 'dist/FileSaver.min.js', + 'dist/i18next.min.js', + 'dist/i18n.min.js', + 'node_modules/jasmine-jquery/lib/jasmine-jquery.js' + ], + specs: 'tests/*.js', + keepRunner : true, + //helpers: 'test/spec/*.js' + } + } + }, watch: { css: { options: { livereload: true }, @@ -141,6 +174,10 @@ grunt.registerTask('default', [ 'cssmin', //'copy' ]); +grunt.registerTask('travis', [ + 'jshint', 'jasmine', +]); + require('load-grunt-tasks')(grunt); diff --git a/dist/app.min.js b/dist/app.min.js index 4cb94ea..736a1e0 100644 --- a/dist/app.min.js +++ b/dist/app.min.js @@ -17,6 +17,12 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);} }(document, 'script', 'twitter-wjs');; function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:45,size_track:110,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:92,size_track:150,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); \ No newline at end of file +$(function(){var a=new L.Map("map",{zoomControl:!1,attributionControl:!1}).setView(L.latLng(36,-30),3).on("click",hideAll);window.map=a,L.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png").addTo(a),window.Layers={},window.currentLayer=null,L.control.zoom({zoomInTitle:$.t("actions.zoomin"),zoomOutTitle:$.t("actions.zoomout")}).addTo(a),L.Control.FileLayerLoad.LABEL='',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); +======= +function hideLanguages(){$(".leaflet-control-lang a.lang").each(function(){$(this).hide()})}function switchLanguage(){hideLanguages(),window.location.href="?setLng="+$(this).attr("data-lang").toLowerCase()}function initLanguage(){var a,b=$(".leaflet-control-lang").get(0);for(var c in window.languages)a=L.DomUtil.create("a","",b),a.innerHTML=window.languages[c],a.className="lang",$(a).attr("data-lang",c),L.DomEvent.on(a,"click",switchLanguage.bind(a))}function showLanguage(){hideAll(),$(".leaflet-control-lang a.lang").each(function(){$(this).show()})}$.i18n.init({ns:{namespaces:["ns.special"],defaultNs:"ns.special"},useLocalStorage:!1,getAsync:!1,fallbackLng:"en",debug:!1},function(){$("body").i18n()}),window.languages={En:"English",It:"Italiano",Fr:"Français"};; +function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); +>>>>>>> Initiating Jasmine tests with Grunt & Travis diff --git a/dist/i18n.min.js b/dist/i18n.min.js index 82dde15..511e34c 100644 --- a/dist/i18n.min.js +++ b/dist/i18n.min.js @@ -1 +1 @@ -function hideLanguages(){$(".leaflet-control-lang a.lang").each(function(){$(this).hide()})}function switchLanguage(){hideLanguages(),window.location.href="?setLng="+$(this).attr("data-lang").toLowerCase()}function initLanguage(){var a,b=$(".leaflet-control-lang").get(0);for(var c in window.languages)a=L.DomUtil.create("a","",b),a.innerHTML=window.languages[c],a.className="lang",$(a).attr("data-lang",c),L.DomEvent.on(a,"click",switchLanguage.bind(a))}function showLanguage(){hideAll(),$(".leaflet-control-lang a.lang").each(function(){$(this).show()})}$.i18n.init({ns:{namespaces:["ns.special"],defaultNs:"ns.special"},useLocalStorage:!1,getAsync:!1,fallbackLng:"en",debug:!0},function(){$("body").i18n()}),window.languages={En:"English",It:"Italiano",Fr:"Français"}; \ No newline at end of file +function hideLanguages(){$(".leaflet-control-lang a.lang").each(function(){$(this).hide()})}function switchLanguage(){hideLanguages(),window.location.href="?setLng="+$(this).attr("data-lang").toLowerCase()}function initLanguage(){var a,b=$(".leaflet-control-lang").get(0);for(var c in window.languages)a=L.DomUtil.create("a","",b),a.innerHTML=window.languages[c],a.className="lang",$(a).attr("data-lang",c),L.DomEvent.on(a,"click",switchLanguage.bind(a))}function showLanguage(){hideAll(),$(".leaflet-control-lang a.lang").each(function(){$(this).show()})}$.i18n.init({ns:{namespaces:["ns.special"],defaultNs:"ns.special"},useLocalStorage:!1,getAsync:!1,fallbackLng:"en",debug:!1},function(){$("body").i18n()}),window.languages={En:"English",It:"Italiano",Fr:"Français"}; \ No newline at end of file diff --git a/package.json b/package.json index 2b054c6..7d09f39 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,9 @@ "gpx", "track" ], + "scripts": { + "test": "grunt travis --verbose" + }, "dependencies": { "leaflet": "*" }, @@ -35,6 +38,7 @@ "grunt-contrib-sass": "~0.9.2", "grunt-scss-lint": "~0.3.4", "jshint-stylish": "~1.0.1", - "load-grunt-tasks": "~3.1.0" + "load-grunt-tasks": "~3.1.0", + "grunt-contrib-jasmine": "~1.0.0" } } diff --git a/src/i18n.js b/src/i18n.js index 1bafae2..5f70cf2 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -5,7 +5,7 @@ $.i18n.init({ // We load in synchronous mode to be able to build the page with i18n text getAsync: false, fallbackLng: 'en', - debug: true + debug: false }, function(t) { $('body').i18n(); }); diff --git a/tests/formatSpec.js b/tests/formatSpec.js new file mode 100644 index 0000000..6962544 --- /dev/null +++ b/tests/formatSpec.js @@ -0,0 +1,39 @@ +describe('filesizeHuman function', function() { + /* + var format; + + beforeEach(function() { + format = new Format(); + }); + */ + + it('filesizeHuman converts properly in fr', function() { + $.i18n.init({lng:'fr' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 octets'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 ko'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 ko'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 ko'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 ko'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 Mo'); + }); + it('filesizeHuman converts properly in en', function() { + $.i18n.init({lng:'en' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); + }); + it('filesizeHuman converts properly in it', function() { + $.i18n.init({lng:'it' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); + }); +}); + + From 1f03c3728b7e9bf33a857c9b86c8d8df61b97353 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Wed, 27 Jan 2016 14:41:11 +0100 Subject: [PATCH 10/25] Changing node version --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 241fff1..e105582 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "0.8" + - "0.10" before_install: npm install -g grunt-cli install: npm install script: grunt --verbose --force From 56b320301fe18e8f6c42b8243be0cba83d8f69b8 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Wed, 27 Jan 2016 14:49:04 +0100 Subject: [PATCH 11/25] Using SASS and latest node version --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e105582..3d4cc28 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,10 @@ language: node_js node_js: + - "0.12" + - "0.11" - "0.10" -before_install: npm install -g grunt-cli +before_install: + - npm install -g grunt-cli + - gem install sass install: npm install script: grunt --verbose --force From e33ff23a76a0c6b76afe260b18f96c6ca1e9517a Mon Sep 17 00:00:00 2001 From: Wilkins Date: Wed, 27 Jan 2016 23:46:17 +0100 Subject: [PATCH 12/25] Adding Jasmine tests to Travis build + More tests --- .travis.yml | 4 ++- Gruntfile.js | 1 + README.md | 2 +- tests/formatSpec.js | 39 ---------------------------- tests/formatsSpec.js | 62 ++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 67 insertions(+), 41 deletions(-) delete mode 100644 tests/formatSpec.js create mode 100644 tests/formatsSpec.js diff --git a/.travis.yml b/.travis.yml index 3d4cc28..d29c00e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,6 @@ before_install: - npm install -g grunt-cli - gem install sass install: npm install -script: grunt --verbose --force +script: + - grunt --verbose --force + - grunt travis --verbose diff --git a/Gruntfile.js b/Gruntfile.js index 0766929..ce412b6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -122,6 +122,7 @@ grunt.initConfig({ 'src/formats/*js' */ 'src/formats.js', + 'src/formats/*.js', 'src/foo.js' ], options: { diff --git a/README.md b/README.md index 3032430..b6480fd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Track Simplifier / Optimizer online +Track Simplifier / Optimizer online [![Build Status](https://travis-ci.org/Wilkins/gpx-simplify-optimizer.svg?branch=master)](https://travis-ci.org/Wilkins/gpx-simplify-optimizer) ============ Online Simplifier and Optimizer for GPX / GeoJSON / KML tracks. diff --git a/tests/formatSpec.js b/tests/formatSpec.js deleted file mode 100644 index 6962544..0000000 --- a/tests/formatSpec.js +++ /dev/null @@ -1,39 +0,0 @@ -describe('filesizeHuman function', function() { - /* - var format; - - beforeEach(function() { - format = new Format(); - }); - */ - - it('filesizeHuman converts properly in fr', function() { - $.i18n.init({lng:'fr' }); - expect(filesizeHuman(1000, 0)).toEqual('1000 octets'); - expect(filesizeHuman(2000, 0)).toEqual('2.0 ko'); - expect(filesizeHuman(20000, 0)).toEqual('19.5 ko'); - expect(filesizeHuman(100000, 0)).toEqual('97.7 ko'); - expect(filesizeHuman(500000, 0)).toEqual('488.3 ko'); - expect(filesizeHuman(3000000, 0)).toEqual('2.9 Mo'); - }); - it('filesizeHuman converts properly in en', function() { - $.i18n.init({lng:'en' }); - expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); - expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); - expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); - expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); - expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); - expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); - }); - it('filesizeHuman converts properly in it', function() { - $.i18n.init({lng:'it' }); - expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); - expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); - expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); - expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); - expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); - expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); - }); -}); - - diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js new file mode 100644 index 0000000..9fdbf7d --- /dev/null +++ b/tests/formatsSpec.js @@ -0,0 +1,62 @@ +describe('filesizeHuman function', function() { + + it('filesizeHuman converts properly in fr', function() { + $.i18n.init({lng:'fr' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 octets'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 ko'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 ko'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 ko'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 ko'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 Mo'); + }); + + it('filesizeHuman converts properly in en', function() { + $.i18n.init({lng:'en' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); + }); + + it('filesizeHuman converts properly in it', function() { + $.i18n.init({lng:'it' }); + expect(filesizeHuman(1000, 0)).toEqual('1000 Bytes'); + expect(filesizeHuman(2000, 0)).toEqual('2.0 kB'); + expect(filesizeHuman(20000, 0)).toEqual('19.5 kB'); + expect(filesizeHuman(100000, 0)).toEqual('97.7 kB'); + expect(filesizeHuman(500000, 0)).toEqual('488.3 kB'); + expect(filesizeHuman(3000000, 0)).toEqual('2.9 MB'); + }); +}); + + +describe('Formats', function() { + var geojsonData = {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}; + + it('Converts GeoJSON to GPX properly', function() { + var gpxData = ''; + var format = new GPXFormat(); + expect(format.exportData(geojsonData)).toEqual(gpxData); + }); + + it('Converts GeoJSON to Mediawiki properly', function() { + var mediawikiData = '44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173'; + var format = new MediawikiFormat(); + expect(format.exportData(geojsonData)).toEqual(mediawikiData); + }); + + it('Converts GeoJSON to KML properly', function() { + var kmlData = '-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559'; + var format = new KMLFormat(); + expect(format.exportData(geojsonData)).toEqual(kmlData); + }); + + it('Converts GeoJSON to GeoJSON properly', function() { + var newData = '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}'; + var format = new GeoJSONFormat(); + expect(format.exportData(geojsonData)).toEqual(newData); + }); + +}); From c4223196bd68b0c2e12da5783b6dccd707d4f3b8 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Thu, 28 Jan 2016 17:46:42 +0100 Subject: [PATCH 13/25] More tests + better testing environment --- Gruntfile.js | 22 ++++---- dist/app.min.js | 7 +++ dist/formats.min.js | 2 +- dist/layers.min.js | 6 +- src/formats.js | 17 +++++- src/formats/geojson.js | 4 +- src/formats/kml.js | 4 +- src/layers.js | 25 +++++++-- tests/fixtures/testcase1.json | 14 +++++ tests/fixtures/testcase2.json | 14 +++++ tests/formatsSpec.js | 100 +++++++++++++++++++++++++++++----- 11 files changed, 174 insertions(+), 41 deletions(-) create mode 100644 tests/fixtures/testcase1.json create mode 100644 tests/fixtures/testcase2.json diff --git a/Gruntfile.js b/Gruntfile.js index ce412b6..a956160 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -23,7 +23,9 @@ grunt.initConfig({ "-W033": true, "-W044": true //ignore regexp }, - files: ['src/main.js', 'src/formats.js', 'src/formats/*.js', 'src/layers.js', 'src/i18n.js', 'locales/*/*.json', 'package.json'] + sources: ['src/main.js', 'src/formats.js', 'src/formats/*.js', 'src/layers.js', 'src/i18n.js', 'locales/*/*.json', 'package.json'], + tests: ['tests/*.js'] + }, uglify: { dist: { @@ -116,19 +118,15 @@ grunt.initConfig({ jasmine: { components: { src: [ - /* - 'http://code.jquery.com/jquery-1.8.3.min.js', - 'src/formats.js', - 'src/formats/*js' - */ + 'src/layers.js', 'src/formats.js', 'src/formats/*.js', - 'src/foo.js' ], options: { vendor: [ 'http://code.jquery.com/jquery-1.8.3.min.js', - 'http://cdn.leafletjs.com/leaflet-0.7/leaflet.js', + 'http://cdn.leafletjs.com/leaflet-0.7/leaflet-src.js', + 'vendor/simplify-geometry/simplifygeometry-0.0.1.min.js', 'dist/jquery.cookie.min.js', 'dist/togeojson.min.js', 'dist/togpx.min.js', @@ -142,8 +140,7 @@ grunt.initConfig({ 'node_modules/jasmine-jquery/lib/jasmine-jquery.js' ], specs: 'tests/*.js', - keepRunner : true, - //helpers: 'test/spec/*.js' + keepRunner : false, } } }, @@ -168,7 +165,7 @@ grunt.initConfig({ grunt.registerTask('default', [ 'clean', - 'jshint', + 'jshint:sources', 'uglify', 'concat', 'sass', @@ -176,7 +173,8 @@ grunt.registerTask('default', [ //'copy' ]); grunt.registerTask('travis', [ - 'jshint', 'jasmine', + 'jshint:tests', + 'jasmine', ]); diff --git a/dist/app.min.js b/dist/app.min.js index 736a1e0..fe19daf 100644 --- a/dist/app.min.js +++ b/dist/app.min.js @@ -16,6 +16,7 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po !function(d,s,id){ var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);} }(document, 'script', 'twitter-wjs');; +<<<<<<< HEAD function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:45,size_track:110,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:92,size_track:150,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); >>>>>>> Initiating Jasmine tests with Grunt & Travis +======= +function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:35,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:80,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); +>>>>>>> More tests + better testing environment diff --git a/dist/formats.min.js b/dist/formats.min.js index 3bec03d..0078ef2 100644 --- a/dist/formats.min.js +++ b/dist/formats.min.js @@ -1 +1 @@ -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:45,size_track:110,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:92,size_track:150,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a>>>>>> More tests + better testing environment diff --git a/src/formats.js b/src/formats.js index a2dcafd..1789d1a 100644 --- a/src/formats.js +++ b/src/formats.js @@ -159,14 +159,27 @@ Format.prototype = { }, /** - * Calculate an estimated size of the file + * Calculate an estimated size of the file in a readable format * + * @param integer tracks the number of tracks in the file * @param integer nodes the number of nodes in the file * * @return the human readable file size */ getSize: function(tracks, nodes) { - return filesizeHuman(this.param.size_header + (tracks * this.param.size_track) + (nodes * this.param.size_node)); + return filesizeHuman(this.getEstimatedSize(tracks, nodes)); + }, + + /** + * Calculate an estimated size of the file + * + * @param integer tracks the number of tracks in the file + * @param integer nodes the number of nodes in the file + * + * @return the numeric file size + */ + getEstimatedSize: function(tracks, nodes) { + return this.param.size_header + (tracks * this.param.size_track) + (nodes * this.param.size_node); }, /** diff --git a/src/formats/geojson.js b/src/formats/geojson.js index 6dba120..67246a9 100644 --- a/src/formats/geojson.js +++ b/src/formats/geojson.js @@ -11,8 +11,8 @@ function GeoJSONFormat() { 'name': 'GeoJSON', 'extension': 'geojson', 'contenttype': 'appplication/json', - 'size_header': 45, - 'size_track': 110, + 'size_header': 90, + 'size_track': 35, 'size_node': 22 } this.exportData = function(data) { diff --git a/src/formats/kml.js b/src/formats/kml.js index 62802a7..b20f4c9 100644 --- a/src/formats/kml.js +++ b/src/formats/kml.js @@ -11,8 +11,8 @@ function KMLFormat() { 'name': 'KML', 'extension': 'kml', 'contenttype': 'application/vnd.google-earth.kml+xml', - 'size_header': 92, - 'size_track': 150, + 'size_header': 150, + 'size_track': 80, 'size_node': 20 } this.exportData = function(data) { diff --git a/src/layers.js b/src/layers.js index 1d308a4..1844ccd 100644 --- a/src/layers.js +++ b/src/layers.js @@ -46,6 +46,7 @@ var LayerOptimizer = function(source) { // Source layer part // this.sourceLayer = source.layer; + this.size = source.layer.getLayers().length; this.sourceLayerStyle = { color: 'red', @@ -171,6 +172,7 @@ LayerOptimizer.prototype = { simplifiedJSON = this.simplifiedLayerData[i].getLayers()[0].toGeoJSON(); simplifiedJSON.geometry.coordinates = newcoords; this.simplifiedLayerData[i].clearLayers(); + //console.log(JSON.stringify(simplifiedJSON)); this.simplifiedLayerData[i].addData(simplifiedJSON); this.simplifiedLayerNodes += newcoords.length; @@ -242,28 +244,39 @@ LayerOptimizer.prototype = { }, /** - * Display the size for the differents formats - * - * @return void + * Count the number of tracks and nodes + * + * @return object an object with tracks & nodes properties */ - displaySizeFormats: function() { + countTracksNodes: function() { var tracks=0; var nodes=0; - var groupLayer = L.geoJson(null); for (var i=0; i'+f.param.name+' :'+size+'

'); } $('#size-format').show(); diff --git a/tests/fixtures/testcase1.json b/tests/fixtures/testcase1.json new file mode 100644 index 0000000..4b24c25 --- /dev/null +++ b/tests/fixtures/testcase1.json @@ -0,0 +1,14 @@ +{ + "name": "Simple track with 26 nodes", + + "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}, + + "gpx": "", + + "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}", + + "kml": "-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559", + + "mediawiki": "44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173" + +} diff --git a/tests/fixtures/testcase2.json b/tests/fixtures/testcase2.json new file mode 100644 index 0000000..2a1933b --- /dev/null +++ b/tests/fixtures/testcase2.json @@ -0,0 +1,14 @@ +{ + "name" : "Empty track", + + "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[]}}]}, + + "gpx": "", + + "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[]}}]}", + + "kml": "", + + "mediawiki": "" + +} diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index 9fdbf7d..c9f978f 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -31,32 +31,102 @@ describe('filesizeHuman function', function() { }); }); +/* +var jsonify=function(o){ + var seen=[]; + var jso=JSON.stringify(o, function(k,v){ + if (typeof v =='object') { + if ( !seen.indexOf(v) ) { return '__cycle__'; } + seen.push(v); + } return v; + }); + return jso; +}; +*/ -describe('Formats', function() { - var geojsonData = {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}; +describe("Testing fixtures conversion", function() { + jasmine.getFixtures().fixturesPath = 'tests/fixtures'; + jasmine.getJSONFixtures().fixturesPath = 'tests/fixtures'; + + $(document.body).append('
'); + window.map = L.map('map'); + window.map.hasLayer = function() { return true; } + + describe('Checking fixture 1', function() { + checkFormatFixture('testcase1.json'); + }); + describe('Checking fixture 2', function() { + checkFormatFixture('testcase2.json'); + }); +}); + +function checkFormatFixture(file) { + var fixture = getJSONFixture(file); + var kml = new KMLFormat(); + var gpx = new GPXFormat(); + var geojson = new GeoJSONFormat(); + var mediawiki = new MediawikiFormat(); + + + + //window.formats = { "formats": {'length': 0} }; + //Layer.optimize(0); + var Layer = new LayerOptimizer({layer: L.geoJson(fixture.source)}); + var counters = Layer.countTracksNodes(); it('Converts GeoJSON to GPX properly', function() { - var gpxData = ''; - var format = new GPXFormat(); - expect(format.exportData(geojsonData)).toEqual(gpxData); + checkExportFormat(gpx, fixture.source, fixture.gpx); + }); + + it('Converts GeoJSON to GPX with correct estimated size', function() { + checkSizePrecision(gpx, fixture.gpx, counters); }); it('Converts GeoJSON to Mediawiki properly', function() { - var mediawikiData = '44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173'; - var format = new MediawikiFormat(); - expect(format.exportData(geojsonData)).toEqual(mediawikiData); + checkExportFormat(mediawiki, fixture.source, fixture.mediawiki); + }); + + it('Converts GeoJSON to Mediawiki with correct estimated size', function() { + checkSizePrecision(mediawiki, fixture.mediawiki, counters); }); it('Converts GeoJSON to KML properly', function() { - var kmlData = '-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559'; - var format = new KMLFormat(); - expect(format.exportData(geojsonData)).toEqual(kmlData); + checkExportFormat(kml, fixture.source, fixture.kml); + }); + + it('Converts GeoJSON to KML with correct estimated size', function() { + checkSizePrecision(kml, fixture.kml, counters); }); it('Converts GeoJSON to GeoJSON properly', function() { - var newData = '{"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}'; - var format = new GeoJSONFormat(); - expect(format.exportData(geojsonData)).toEqual(newData); + checkExportFormat(geojson, fixture.source, fixture.geojson); }); -}); + it('Converts GeoJSON to GeoJSON with correct estimated size', function() { + checkSizePrecision(geojson, fixture.geojson, counters); + }); +} + +/** + * Checks that the format estimated size the close to the real export size + * + * @param format the export format + * @param data the generated data + */ +function checkSizePrecision(format, data, counters) { + var estimatedSize = format.getEstimatedSize(counters.tracks, counters.nodes); + var precision = 10/100; // 10 percent + expect(data.length*(1+precision)+1).toBeGreaterThan(estimatedSize); + expect(data.length*(1-precision)-1).toBeLessThan(estimatedSize); +} + +/** + * Checks that the exported data is as expected + * + * @param format the export format + * @param data the generated data + */ +function checkExportFormat(format, source, data) { + expect(format.exportData(source)).toEqual(data); +} + From d5cbc87136e87af72216791f2af41a834d64ccd1 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Thu, 28 Jan 2016 17:57:41 +0100 Subject: [PATCH 14/25] Ajout de Jasmine JQuery dans le package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d09f39..a2231fc 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "grunt-scss-lint": "~0.3.4", "jshint-stylish": "~1.0.1", "load-grunt-tasks": "~3.1.0", - "grunt-contrib-jasmine": "~1.0.0" + "grunt-contrib-jasmine": "~1.0.0", + "jasmine-jquery": "~2.1.1" } } From ddc9d14936f4202c855d494f01432ce11dd63d7f Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 10:52:10 +0100 Subject: [PATCH 15/25] New tests for Nova Scotia (issue #12) --- src/formats/geojson.js | 4 +-- src/formats/gpx.js | 4 +-- src/formats/kml.js | 4 +-- src/formats/mediawiki.js | 2 +- src/layers.js | 3 --- tests/fixtures/testcase3.json | 15 ++++++++++++ tests/formatsSpec.js | 46 ++++++++++++++++++++++++++--------- 7 files changed, 57 insertions(+), 21 deletions(-) create mode 100644 tests/fixtures/testcase3.json diff --git a/src/formats/geojson.js b/src/formats/geojson.js index 67246a9..01ea1cd 100644 --- a/src/formats/geojson.js +++ b/src/formats/geojson.js @@ -12,8 +12,8 @@ function GeoJSONFormat() { 'extension': 'geojson', 'contenttype': 'appplication/json', 'size_header': 90, - 'size_track': 35, - 'size_node': 22 + 'size_track': 36, + 'size_node': 20 } this.exportData = function(data) { return JSON.stringify(data); diff --git a/src/formats/gpx.js b/src/formats/gpx.js index e7a5590..f270799 100644 --- a/src/formats/gpx.js +++ b/src/formats/gpx.js @@ -12,8 +12,8 @@ function GPXFormat() { 'extension': 'gpx', 'contenttype': 'application/gpx+xml', 'size_header': 186, - 'size_track': 70, - 'size_node': 41 + 'size_track': 75, + 'size_node': 37 } this.exportData = function(data) { return togpx(data); diff --git a/src/formats/kml.js b/src/formats/kml.js index b20f4c9..610baa9 100644 --- a/src/formats/kml.js +++ b/src/formats/kml.js @@ -12,8 +12,8 @@ function KMLFormat() { 'extension': 'kml', 'contenttype': 'application/vnd.google-earth.kml+xml', 'size_header': 150, - 'size_track': 80, - 'size_node': 20 + 'size_track': 81, + 'size_node': 19 } this.exportData = function(data) { return tokml(data); diff --git a/src/formats/mediawiki.js b/src/formats/mediawiki.js index 653e92f..f834bca 100644 --- a/src/formats/mediawiki.js +++ b/src/formats/mediawiki.js @@ -14,7 +14,7 @@ function MediawikiFormat() { 'contenttype': 'text/plain', 'size_header': 0, 'size_track': 0, - 'size_node': 20 + 'size_node': 17 } this.exportData = function(data) { return geojsonToPath(data); diff --git a/src/layers.js b/src/layers.js index 1844ccd..5f5ed0b 100644 --- a/src/layers.js +++ b/src/layers.js @@ -172,7 +172,6 @@ LayerOptimizer.prototype = { simplifiedJSON = this.simplifiedLayerData[i].getLayers()[0].toGeoJSON(); simplifiedJSON.geometry.coordinates = newcoords; this.simplifiedLayerData[i].clearLayers(); - //console.log(JSON.stringify(simplifiedJSON)); this.simplifiedLayerData[i].addData(simplifiedJSON); this.simplifiedLayerNodes += newcoords.length; @@ -254,8 +253,6 @@ LayerOptimizer.prototype = { for (var i=0; i Nova Scotia -65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0 -59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0 -66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0 -60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0 -64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0 -59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0 -60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0 ", + + "gpx" : "Nova Scotia #0name=Nova Scotia #0\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #1name=Nova Scotia #1\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #2name=Nova Scotia #2\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #3name=Nova Scotia #3\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #4name=Nova Scotia #4\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #5name=Nova Scotia #5\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #6name=Nova Scotia #6\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1", + + "geojson" : "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-65.61,43.428,0],[-65.629,43.422,0],[-65.621,43.435,0],[-65.627,43.445,0],[-65.635,43.453,0],[-65.645,43.459,0],[-65.656,43.463,0],[-65.646,43.472,0],[-65.634,43.477,0],[-65.608,43.484,0],[-65.617,43.508,0],[-65.605,43.514,0],[-65.56,43.511,0],[-65.569,43.495,0],[-65.574,43.477,0],[-65.587,43.464,0],[-65.598,43.445,0],[-65.61,43.428,0]]},\"properties\":{\"name\":\"Nova Scotia #0\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.807,43.933,0],[-59.861,43.916,0],[-59.913,43.908,0],[-59.971,43.906,0],[-60.028,43.911,0],[-60.083,43.923,0],[-60.133,43.942,0],[-60.124,43.946,0],[-60.116,43.947,0],[-60.108,43.946,0],[-60.098,43.942,0],[-60.074,43.943,0],[-59.998,43.929,0],[-59.867,43.937,0],[-59.844,43.941,0],[-59.822,43.948,0],[-59.803,43.957,0],[-59.741,43.987,0],[-59.728,43.998,0],[-59.76,43.96,0],[-59.807,43.933,0]]},\"properties\":{\"name\":\"Nova Scotia #1\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-66.298,44.283,0],[-66.313,44.251,0],[-66.328,44.258,0],[-66.286,44.325,0],[-66.258,44.355,0],[-66.242,44.377,0],[-66.231,44.387,0],[-66.213,44.396,0],[-66.203,44.392,0],[-66.204,44.381,0],[-66.218,44.367,0],[-66.239,44.338,0],[-66.298,44.283,0]]},\"properties\":{\"name\":\"Nova Scotia #2\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.932,45.577,0],[-60.914,45.567,0],[-60.908,45.577,0],[-60.899,45.579,0],[-60.889,45.574,0],[-60.879,45.567,0],[-60.884,45.558,0],[-60.892,45.553,0],[-60.902,45.551,0],[-60.914,45.553,0],[-60.953,45.532,0],[-60.962,45.517,0],[-60.947,45.498,0],[-60.968,45.487,0],[-60.986,45.47,0],[-61.003,45.461,0],[-61.024,45.471,0],[-61.013,45.477,0],[-61.004,45.486,0],[-61.002,45.495,0],[-61.013,45.498,0],[-61.04,45.499,0],[-61.053,45.501,0],[-61.065,45.505,0],[-61.075,45.511,0],[-61.089,45.523,0],[-61.105,45.527,0],[-61.106,45.531,0],[-61.106,45.536,0],[-61.112,45.549,0],[-61.106,45.551,0],[-61.091,45.553,0],[-61.075,45.563,0],[-61.054,45.571,0],[-61.031,45.577,0],[-61.01,45.581,0],[-60.958,45.582,0],[-60.932,45.577,0]]},\"properties\":{\"name\":\"Nova Scotia #3\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-64.008,46.005,0],[-63.905,45.98,0],[-63.87,45.963,0],[-63.867,45.937,0],[-63.844,45.934,0],[-63.825,45.925,0],[-63.811,45.91,0],[-63.806,45.889,0],[-63.786,45.891,0],[-63.759,45.886,0],[-63.732,45.877,0],[-63.716,45.868,0],[-63.727,45.862,0],[-63.746,45.854,0],[-63.757,45.847,0],[-63.736,45.842,0],[-63.69,45.853,0],[-63.669,45.847,0],[-63.674,45.837,0],[-63.674,45.828,0],[-63.67,45.824,0],[-63.662,45.827,0],[-63.652,45.837,0],[-63.653,45.843,0],[-63.659,45.85,0],[-63.662,45.865,0],[-63.659,45.874,0],[-63.652,45.875,0],[-63.644,45.87,0],[-63.638,45.865,0],[-63.629,45.862,0],[-63.593,45.875,0],[-63.492,45.883,0],[-63.439,45.876,0],[-63.409,45.855,0],[-63.428,45.854,0],[-63.464,45.86,0],[-63.483,45.861,0],[-63.47,45.852,0],[-63.438,45.839,0],[-63.428,45.827,0],[-63.447,45.821,0],[-63.484,45.826,0],[-63.504,45.827,0],[-63.523,45.82,0],[-63.516,45.811,0],[-63.496,45.807,0],[-63.477,45.814,0],[-63.469,45.809,0],[-63.461,45.806,0],[-63.452,45.806,0],[-63.442,45.806,0],[-63.438,45.805,0],[-63.431,45.801,0],[-63.428,45.8,0],[-63.425,45.802,0],[-63.418,45.812,0],[-63.415,45.814,0],[-63.399,45.812,0],[-63.369,45.803,0],[-63.354,45.8,0],[-63.324,45.804,0],[-63.291,45.812,0],[-63.259,45.816,0],[-63.23,45.806,0],[-63.258,45.791,0],[-63.302,45.776,0],[-63.347,45.767,0],[-63.381,45.772,0],[-63.373,45.757,0],[-63.356,45.748,0],[-63.312,45.737,0],[-63.304,45.732,0],[-63.295,45.726,0],[-63.288,45.724,0],[-63.285,45.735,0],[-63.282,45.741,0],[-63.273,45.748,0],[-63.257,45.759,0],[-63.257,45.754,0],[-63.257,45.743,0],[-63.257,45.737,0],[-63.212,45.76,0],[-63.196,45.765,0],[-63.195,45.768,0],[-63.194,45.773,0],[-63.192,45.777,0],[-63.189,45.779,0],[-63.184,45.776,0],[-63.182,45.771,0],[-63.182,45.766,0],[-63.185,45.762,0],[-63.2,45.753,0],[-63.205,45.746,0],[-63.202,45.737,0],[-63.19,45.736,0],[-63.134,45.759,0],[-63.117,45.763,0],[-63.1,45.765,0],[-63.083,45.764,0],[-63.065,45.759,0],[-63.07,45.779,0],[-63.084,45.79,0],[-63.121,45.806,0],[-63.1,45.811,0],[-62.98,45.796,0],[-62.924,45.783,0],[-62.777,45.765,0],[-62.751,45.766,0],[-62.699,45.773,0],[-62.675,45.772,0],[-62.696,45.761,0],[-62.718,45.761,0],[-62.738,45.763,0],[-62.757,45.759,0],[-62.739,45.748,0],[-62.729,45.744,0],[-62.699,45.745,0],[-62.682,45.742,0],[-62.664,45.736,0],[-62.647,45.727,0],[-62.633,45.717,0],[-62.703,45.687,0],[-62.751,45.681,0],[-62.77,45.675,0],[-62.784,45.662,0],[-62.792,45.642,0],[-62.781,45.653,0],[-62.765,45.662,0],[-62.749,45.664,0],[-62.736,45.655,0],[-62.747,45.627,0],[-62.75,45.613,0],[-62.74,45.618,0],[-62.72,45.646,0],[-62.706,45.656,0],[-62.692,45.652,0],[-62.669,45.631,0],[-62.657,45.628,0],[-62.647,45.642,0],[-62.664,45.647,0],[-62.672,45.656,0],[-62.672,45.668,0],[-62.665,45.68,0],[-62.655,45.682,0],[-62.64,45.681,0],[-62.625,45.682,0],[-62.613,45.691,0],[-62.6,45.686,0],[-62.577,45.686,0],[-62.566,45.683,0],[-62.557,45.678,0],[-62.55,45.667,0],[-62.545,45.663,0],[-62.526,45.658,0],[-62.51,45.659,0],[-62.495,45.662,0],[-62.476,45.663,0],[-62.503,45.631,0],[-62.509,45.615,0],[-62.493,45.608,0],[-62.47,45.615,0],[-62.435,45.643,0],[-62.418,45.649,0],[-62.4,45.653,0],[-62.377,45.662,0],[-62.362,45.673,0],[-62.371,45.683,0],[-62.383,45.68,0],[-62.405,45.675,0],[-62.441,45.655,0],[-62.416,45.679,0],[-62.27,45.704,0],[-62.06,45.808,0],[-61.989,45.863,0],[-61.949,45.882,0],[-61.924,45.889,0],[-61.911,45.889,0],[-61.9,45.882,0],[-61.897,45.872,0],[-61.905,45.866,0],[-61.916,45.86,0],[-61.921,45.851,0],[-61.92,45.83,0],[-61.909,45.787,0],[-61.888,45.738,0],[-61.886,45.721,0],[-61.894,45.704,0],[-61.876,45.693,0],[-61.836,45.681,0],[-61.821,45.673,0],[-61.807,45.66,0],[-61.795,45.653,0],[-61.726,45.628,0],[-61.708,45.623,0],[-61.684,45.622,0],[-61.668,45.627,0],[-61.655,45.636,0],[-61.642,45.642,0],[-61.626,45.636,0],[-61.633,45.636,0],[-61.648,45.634,0],[-61.648,45.627,0],[-61.64,45.621,0],[-61.62,45.614,0],[-61.619,45.623,0],[-61.615,45.632,0],[-61.61,45.639,0],[-61.602,45.642,0],[-61.589,45.646,0],[-61.583,45.653,0],[-61.58,45.663,0],[-61.575,45.673,0],[-61.558,45.684,0],[-61.537,45.689,0],[-61.492,45.691,0],[-61.47,45.683,0],[-61.437,45.65,0],[-61.417,45.642,0],[-61.4,45.633,0],[-61.384,45.612,0],[-61.37,45.581,0],[-61.359,45.578,0],[-61.351,45.57,0],[-61.339,45.553,0],[-61.324,45.542,0],[-61.263,45.512,0],[-61.247,45.507,0],[-61.24,45.508,0],[-61.237,45.506,0],[-61.235,45.491,0],[-61.237,45.468,0],[-61.248,45.453,0],[-61.267,45.443,0],[-61.353,45.414,0],[-61.373,45.409,0],[-61.374,45.421,0],[-61.388,45.418,0],[-61.406,45.408,0],[-61.417,45.399,0],[-61.43,45.392,0],[-61.483,45.375,0],[-61.461,45.355,0],[-61.451,45.349,0],[-61.137,45.354,0],[-61.12,45.352,0],[-61.082,45.343,0],[-60.999,45.333,0],[-60.982,45.326,0],[-60.971,45.314,0],[-60.971,45.302,0],[-60.972,45.288,0],[-60.969,45.272,0],[-60.983,45.271,0],[-60.987,45.277,0],[-60.989,45.285,0],[-60.996,45.292,0],[-61.007,45.294,0],[-61.017,45.294,0],[-61.027,45.294,0],[-61.037,45.3,0],[-61.028,45.285,0],[-61.023,45.279,0],[-61.016,45.272,0],[-61.024,45.263,0],[-61.031,45.261,0],[-61.039,45.26,0],[-61.047,45.255,0],[-61.053,45.245,0],[-61.057,45.236,0],[-61.063,45.233,0],[-61.078,45.238,0],[-61.071,45.224,0],[-61.12,45.214,0],[-61.139,45.218,0],[-61.153,45.238,0],[-61.142,45.245,0],[-61.133,45.253,0],[-61.126,45.262,0],[-61.119,45.272,0],[-61.165,45.264,0],[-61.175,45.258,0],[-61.18,45.243,0],[-61.171,45.216,0],[-61.175,45.203,0],[-61.184,45.209,0],[-61.188,45.216,0],[-61.19,45.223,0],[-61.197,45.235,0],[-61.204,45.246,0],[-61.212,45.253,0],[-61.216,45.248,0],[-61.246,45.24,0],[-61.263,45.239,0],[-61.263,45.251,0],[-61.278,45.254,0],[-61.299,45.248,0],[-61.332,45.231,0],[-61.35,45.217,0],[-61.365,45.201,0],[-61.364,45.19,0],[-61.339,45.19,0],[-61.355,45.178,0],[-61.371,45.169,0],[-61.389,45.164,0],[-61.568,45.147,0],[-61.61,45.151,0],[-61.64,45.176,0],[-61.647,45.157,0],[-61.666,45.164,0],[-61.687,45.175,0],[-61.702,45.169,0],[-61.686,45.162,0],[-61.666,45.149,0],[-61.649,45.135,0],[-61.64,45.121,0],[-61.649,45.122,0],[-61.658,45.12,0],[-61.674,45.115,0],[-61.64,45.094,0],[-61.64,45.087,0],[-61.677,45.089,0],[-61.695,45.092,0],[-61.702,45.097,0],[-61.704,45.107,0],[-61.709,45.107,0],[-61.715,45.101,0],[-61.756,45.101,0],[-61.754,45.094,0],[-61.755,45.089,0],[-61.756,45.084,0],[-61.756,45.08,0],[-61.781,45.092,0],[-61.81,45.101,0],[-61.825,45.099,0],[-61.811,45.08,0],[-61.822,45.078,0],[-61.846,45.08,0],[-61.859,45.08,0],[-61.859,45.073,0],[-61.851,45.071,0],[-61.841,45.065,0],[-61.836,45.056,0],[-61.839,45.047,0],[-61.848,45.045,0],[-61.88,45.053,0],[-61.887,45.047,0],[-61.882,45.034,0],[-61.897,45.031,0],[-61.918,45.037,0],[-61.935,45.053,0],[-61.941,45.033,0],[-61.941,45.025,0],[-61.959,45.037,0],[-61.976,45.036,0],[-61.99,45.027,0],[-62.004,45.011,0],[-62.006,45.016,0],[-62.008,45.021,0],[-62.01,45.026,0],[-62.01,45.032,0],[-62.02,45.026,0],[-62.029,45.019,0],[-62.039,45.014,0],[-62.05,45.011,0],[-62.035,45.004,0],[-61.976,44.991,0],[-61.989,44.985,0],[-62.003,44.983,0],[-62.018,44.985,0],[-62.031,44.991,0],[-62.042,44.983,0],[-62.057,44.976,0],[-62.073,44.973,0],[-62.086,44.978,0],[-62.098,44.974,0],[-62.119,44.97,0],[-62.138,44.969,0],[-62.147,44.974,0],[-62.151,44.975,0],[-62.174,44.961,0],[-62.185,44.956,0],[-62.234,44.959,0],[-62.254,44.952,0],[-62.27,44.929,0],[-62.278,44.937,0],[-62.29,44.927,0],[-62.306,44.92,0],[-62.321,44.918,0],[-62.332,44.922,0],[-62.339,44.922,0],[-62.34,44.918,0],[-62.342,44.915,0],[-62.344,44.913,0],[-62.346,44.909,0],[-62.343,44.905,0],[-62.342,44.903,0],[-62.339,44.895,0],[-62.361,44.902,0],[-62.377,44.91,0],[-62.393,44.91,0],[-62.415,44.895,0],[-62.41,44.892,0],[-62.406,44.886,0],[-62.401,44.881,0],[-62.42,44.878,0],[-62.437,44.869,0],[-62.448,44.853,0],[-62.448,44.834,0],[-62.467,44.841,0],[-62.473,44.859,0],[-62.473,44.881,0],[-62.476,44.901,0],[-62.49,44.882,0],[-62.507,44.864,0],[-62.527,44.856,0],[-62.551,44.868,0],[-62.566,44.84,0],[-62.555,44.833,0],[-62.546,44.825,0],[-62.531,44.806,0],[-62.553,44.8,0],[-62.578,44.834,0],[-62.599,44.827,0],[-62.607,44.837,0],[-62.623,44.83,0],[-62.661,44.806,0],[-62.654,44.793,0],[-62.687,44.802,0],[-62.805,44.785,0],[-62.799,44.772,0],[-62.802,44.761,0],[-62.813,44.754,0],[-62.826,44.752,0],[-62.821,44.744,0],[-62.815,44.738,0],[-62.807,44.733,0],[-62.798,44.73,0],[-62.819,44.721,0],[-62.83,44.718,0],[-62.842,44.717,0],[-62.851,44.723,0],[-62.857,44.734,0],[-62.864,44.738,0],[-62.873,44.724,0],[-62.887,44.731,0],[-62.908,44.738,0],[-62.93,44.74,0],[-62.945,44.734,0],[-62.972,44.718,0],[-62.989,44.711,0],[-62.997,44.714,0],[-62.998,44.722,0],[-63,44.727,0],[-63.002,44.731,0],[-63.004,44.737,0],[-63.003,44.765,0],[-63.004,44.772,0],[-63.018,44.778,0],[-63.047,44.766,0],[-63.058,44.778,0],[-63.059,44.763,0],[-63.05,44.751,0],[-63.021,44.727,0],[-63.014,44.711,0],[-63.024,44.697,0],[-63.058,44.675,0],[-63.063,44.689,0],[-63.061,44.705,0],[-63.063,44.718,0],[-63.076,44.724,0],[-63.096,44.729,0],[-63.102,44.743,0],[-63.099,44.775,0],[-63.103,44.784,0],[-63.11,44.79,0],[-63.119,44.791,0],[-63.127,44.785,0],[-63.125,44.782,0],[-63.121,44.752,0],[-63.124,44.735,0],[-63.137,44.707,0],[-63.14,44.689,0],[-63.154,44.696,0],[-63.16,44.706,0],[-63.16,44.718,0],[-63.155,44.73,0],[-63.173,44.721,0],[-63.183,44.692,0],[-63.202,44.683,0],[-63.214,44.681,0],[-63.214,44.683,0],[-63.212,44.69,0],[-63.216,44.703,0],[-63.232,44.727,0],[-63.237,44.737,0],[-63.25,44.726,0],[-63.253,44.712,0],[-63.248,44.698,0],[-63.237,44.689,0],[-63.25,44.673,0],[-63.281,44.644,0],[-63.285,44.628,0],[-63.317,44.636,0],[-63.389,44.643,0],[-63.415,44.655,0],[-63.402,44.665,0],[-63.396,44.667,0],[-63.387,44.668,0],[-63.399,44.682,0],[-63.417,44.683,0],[-63.456,44.668,0],[-63.435,44.659,0],[-63.42,44.648,0],[-63.415,44.634,0],[-63.422,44.614,0],[-63.439,44.596,0],[-63.456,44.601,0],[-63.476,44.613,0],[-63.51,44.624,0],[-63.538,44.648,0],[-63.574,44.666,0],[-63.633,44.713,0],[-63.644,44.717,0],[-63.662,44.717,0],[-63.649,44.688,0],[-63.64,44.676,0],[-63.628,44.668,0],[-63.62,44.667,0],[-63.596,44.668,0],[-63.587,44.664,0],[-63.574,44.646,0],[-63.569,44.642,0],[-63.563,44.635,0],[-63.548,44.603,0],[-63.545,44.593,0],[-63.546,44.574,0],[-63.548,44.562,0],[-63.546,44.55,0],[-63.523,44.518,0],[-63.524,44.503,0],[-63.533,44.489,0],[-63.548,44.473,0],[-63.554,44.47,0],[-63.573,44.464,0],[-63.579,44.464,0],[-63.587,44.469,0],[-63.585,44.475,0],[-63.58,44.48,0],[-63.579,44.484,0],[-63.596,44.487,0],[-63.605,44.477,0],[-63.61,44.463,0],[-63.621,44.453,0],[-63.626,44.446,0],[-63.633,44.441,0],[-63.641,44.443,0],[-63.644,44.45,0],[-63.639,44.459,0],[-63.632,44.466,0],[-63.628,44.47,0],[-63.641,44.476,0],[-63.658,44.475,0],[-63.693,44.47,0],[-63.701,44.468,0],[-63.703,44.463,0],[-63.705,44.458,0],[-63.716,44.456,0],[-63.721,44.461,0],[-63.724,44.47,0],[-63.729,44.475,0],[-63.737,44.47,0],[-63.749,44.474,0],[-63.758,44.482,0],[-63.763,44.491,0],[-63.765,44.505,0],[-63.774,44.494,0],[-63.783,44.478,0],[-63.793,44.469,0],[-63.806,44.477,0],[-63.809,44.49,0],[-63.804,44.503,0],[-63.785,44.532,0],[-63.793,44.526,0],[-63.805,44.515,0],[-63.812,44.511,0],[-63.82,44.514,0],[-63.826,44.521,0],[-63.834,44.525,0],[-63.847,44.519,0],[-63.844,44.515,0],[-63.84,44.505,0],[-63.854,44.504,0],[-63.874,44.499,0],[-63.888,44.497,0],[-63.9,44.498,0],[-63.912,44.501,0],[-63.922,44.506,0],[-63.929,44.511,0],[-63.942,44.534,0],[-63.942,44.554,0],[-63.922,44.593,0],[-63.928,44.6,0],[-63.943,44.621,0],[-63.925,44.629,0],[-63.919,44.634,0],[-63.915,44.642,0],[-63.919,44.643,0],[-63.929,44.648,0],[-63.902,44.667,0],[-63.891,44.68,0],[-63.888,44.696,0],[-63.907,44.684,0],[-63.926,44.675,0],[-63.989,44.656,0],[-64.001,44.655,0],[-64.057,44.639,0],[-64.066,44.634,0],[-64.06,44.621,0],[-64.062,44.587,0],[-64.052,44.58,0],[-64.037,44.571,0],[-64.025,44.551,0],[-64.011,44.511,0],[-64.041,44.523,0],[-64.055,44.509,0],[-64.064,44.488,0],[-64.076,44.477,0],[-64.097,44.475,0],[-64.106,44.478,0],[-64.117,44.488,0],[-64.123,44.516,0],[-64.124,44.522,0],[-64.119,44.538,0],[-64.128,44.555,0],[-64.145,44.57,0],[-64.162,44.58,0],[-64.178,44.582,0],[-64.197,44.58,0],[-64.211,44.571,0],[-64.21,44.552,0],[-64.227,44.537,0],[-64.253,44.544,0],[-64.281,44.558,0],[-64.305,44.566,0],[-64.301,44.561,0],[-64.292,44.546,0],[-64.304,44.543,0],[-64.305,44.536,0],[-64.301,44.527,0],[-64.299,44.515,0],[-64.301,44.503,0],[-64.308,44.492,0],[-64.317,44.484,0],[-64.326,44.477,0],[-64.318,44.477,0],[-64.299,44.47,0],[-64.31,44.465,0],[-64.354,44.456,0],[-64.354,44.445,0],[-64.344,44.438,0],[-64.336,44.429,0],[-64.34,44.415,0],[-64.297,44.417,0],[-64.275,44.416,0],[-64.258,44.409,0],[-64.275,44.407,0],[-64.288,44.401,0],[-64.3,44.393,0],[-64.312,44.387,0],[-64.312,44.381,0],[-64.261,44.38,0],[-64.235,44.377,0],[-64.21,44.367,0],[-64.228,44.361,0],[-64.246,44.361,0],[-64.282,44.367,0],[-64.347,44.367,0],[-64.347,44.361,0],[-64.34,44.356,0],[-64.336,44.35,0],[-64.336,44.342,0],[-64.34,44.333,0],[-64.326,44.33,0],[-64.315,44.324,0],[-64.305,44.32,0],[-64.292,44.326,0],[-64.298,44.329,0],[-64.307,44.337,0],[-64.312,44.34,0],[-64.302,44.343,0],[-64.291,44.341,0],[-64.264,44.333,0],[-64.29,44.304,0],[-64.289,44.299,0],[-64.237,44.299,0],[-64.269,44.267,0],[-64.287,44.259,0],[-64.305,44.272,0],[-64.312,44.264,0],[-64.33,44.276,0],[-64.339,44.284,0],[-64.347,44.292,0],[-64.337,44.298,0],[-64.333,44.299,0],[-64.409,44.329,0],[-64.429,44.34,0],[-64.418,44.326,0],[-64.401,44.313,0],[-64.382,44.303,0],[-64.364,44.299,0],[-64.359,44.296,0],[-64.357,44.288,0],[-64.358,44.279,0],[-64.36,44.272,0],[-64.367,44.264,0],[-64.426,44.234,0],[-64.431,44.226,0],[-64.434,44.208,0],[-64.439,44.199,0],[-64.449,44.193,0],[-64.469,44.187,0],[-64.477,44.182,0],[-64.483,44.174,0],[-64.498,44.141,0],[-64.514,44.15,0],[-64.522,44.153,0],[-64.531,44.155,0],[-64.536,44.156,0],[-64.543,44.161,0],[-64.549,44.162,0],[-64.552,44.16,0],[-64.555,44.15,0],[-64.559,44.148,0],[-64.594,44.158,0],[-64.606,44.159,0],[-64.6,44.148,0],[-64.606,44.146,0],[-64.609,44.143,0],[-64.614,44.141,0],[-64.621,44.141,0],[-64.599,44.135,0],[-64.575,44.134,0],[-64.554,44.13,0],[-64.546,44.117,0],[-64.55,44.1,0],[-64.561,44.08,0],[-64.576,44.069,0],[-64.594,44.079,0],[-64.621,44.065,0],[-64.649,44.059,0],[-64.717,44.059,0],[-64.705,44.046,0],[-64.687,44.042,0],[-64.669,44.036,0],[-64.662,44.015,0],[-64.667,43.998,0],[-64.68,43.993,0],[-64.697,43.99,0],[-64.714,43.98,0],[-64.731,43.964,0],[-64.744,43.958,0],[-64.806,43.957,0],[-64.816,43.954,0],[-64.819,43.946,0],[-64.822,43.937,0],[-64.828,43.931,0],[-64.837,43.929,0],[-64.847,43.929,0],[-64.833,43.914,0],[-64.797,43.895,0],[-64.786,43.875,0],[-64.802,43.876,0],[-64.814,43.874,0],[-64.819,43.867,0],[-64.812,43.853,0],[-64.829,43.845,0],[-64.834,43.834,0],[-64.839,43.83,0],[-64.854,43.84,0],[-64.859,43.846,0],[-64.868,43.861,0],[-64.874,43.867,0],[-64.883,43.873,0],[-64.893,43.877,0],[-64.904,43.879,0],[-64.915,43.881,0],[-64.91,43.871,0],[-64.895,43.856,0],[-64.888,43.847,0],[-64.886,43.839,0],[-64.884,43.822,0],[-64.881,43.812,0],[-64.906,43.805,0],[-64.924,43.823,0],[-64.938,43.849,0],[-64.95,43.867,0],[-64.967,43.874,0],[-64.964,43.861,0],[-64.935,43.813,0],[-64.932,43.806,0],[-64.935,43.799,0],[-64.949,43.775,0],[-64.958,43.766,0],[-64.97,43.759,0],[-64.984,43.758,0],[-64.997,43.77,0],[-65.02,43.817,0],[-65.039,43.832,0],[-65.038,43.816,0],[-65.019,43.771,0],[-65.016,43.759,0],[-65.014,43.743,0],[-65.016,43.727,0],[-65.025,43.716,0],[-65.034,43.712,0],[-65.037,43.716,0],[-65.037,43.721,0],[-65.043,43.724,0],[-65.053,43.721,0],[-65.058,43.714,0],[-65.061,43.707,0],[-65.06,43.703,0],[-65.077,43.711,0],[-65.073,43.745,0],[-65.087,43.758,0],[-65.096,43.736,0],[-65.123,43.697,0],[-65.128,43.675,0],[-65.151,43.689,0],[-65.147,43.707,0],[-65.136,43.727,0],[-65.141,43.751,0],[-65.161,43.716,0],[-65.169,43.71,0],[-65.178,43.71,0],[-65.187,43.716,0],[-65.194,43.725,0],[-65.201,43.751,0],[-65.212,43.772,0],[-65.225,43.792,0],[-65.238,43.806,0],[-65.24,43.798,0],[-65.242,43.795,0],[-65.242,43.792,0],[-65.238,43.785,0],[-65.255,43.776,0],[-65.249,43.755,0],[-65.224,43.719,0],[-65.24,43.695,0],[-65.25,43.673,0],[-65.263,43.671,0],[-65.289,43.675,0],[-65.327,43.697,0],[-65.328,43.71,0],[-65.316,43.733,0],[-65.313,43.744,0],[-65.317,43.761,0],[-65.323,43.766,0],[-65.331,43.763,0],[-65.341,43.758,0],[-65.345,43.751,0],[-65.346,43.742,0],[-65.351,43.737,0],[-65.367,43.744,0],[-65.355,43.716,0],[-65.341,43.694,0],[-65.334,43.67,0],[-65.341,43.641,0],[-65.341,43.634,0],[-65.34,43.625,0],[-65.34,43.617,0],[-65.344,43.614,0],[-65.354,43.611,0],[-65.358,43.604,0],[-65.356,43.597,0],[-65.351,43.593,0],[-65.346,43.588,0],[-65.341,43.545,0],[-65.362,43.575,0],[-65.371,43.579,0],[-65.381,43.577,0],[-65.392,43.567,0],[-65.402,43.566,0],[-65.416,43.571,0],[-65.442,43.593,0],[-65.457,43.6,0],[-65.457,43.593,0],[-65.413,43.539,0],[-65.41,43.529,0],[-65.408,43.519,0],[-65.402,43.504,0],[-65.416,43.5,0],[-65.422,43.511,0],[-65.429,43.545,0],[-65.439,43.557,0],[-65.45,43.561,0],[-65.456,43.556,0],[-65.451,43.545,0],[-65.455,43.535,0],[-65.463,43.528,0],[-65.472,43.524,0],[-65.484,43.525,0],[-65.474,43.504,0],[-65.471,43.494,0],[-65.47,43.48,0],[-65.475,43.471,0],[-65.484,43.472,0],[-65.493,43.48,0],[-65.498,43.494,0],[-65.504,43.503,0],[-65.542,43.528,0],[-65.547,43.532,0],[-65.55,43.538,0],[-65.552,43.543,0],[-65.546,43.556,0],[-65.55,43.561,0],[-65.556,43.565,0],[-65.56,43.569,0],[-65.566,43.574,0],[-65.579,43.566,0],[-65.613,43.536,0],[-65.649,43.518,0],[-65.653,43.513,0],[-65.654,43.507,0],[-65.658,43.502,0],[-65.669,43.497,0],[-65.668,43.5,0],[-65.674,43.505,0],[-65.69,43.511,0],[-65.719,43.509,0],[-65.729,43.514,0],[-65.738,43.531,0],[-65.73,43.547,0],[-65.732,43.563,0],[-65.739,43.577,0],[-65.752,43.587,0],[-65.752,43.576,0],[-65.752,43.569,0],[-65.749,43.564,0],[-65.745,43.559,0],[-65.748,43.555,0],[-65.751,43.553,0],[-65.754,43.552,0],[-65.758,43.551,0],[-65.778,43.568,0],[-65.782,43.588,0],[-65.772,43.641,0],[-65.771,43.669,0],[-65.774,43.681,0],[-65.779,43.689,0],[-65.789,43.691,0],[-65.795,43.683,0],[-65.8,43.669,0],[-65.807,43.655,0],[-65.796,43.646,0],[-65.792,43.634,0],[-65.794,43.62,0],[-65.799,43.606,0],[-65.815,43.632,0],[-65.817,43.657,0],[-65.816,43.683,0],[-65.82,43.71,0],[-65.825,43.719,0],[-65.84,43.739,0],[-65.848,43.751,0],[-65.853,43.764,0],[-65.861,43.806,0],[-65.868,43.806,0],[-65.868,43.787,0],[-65.866,43.779,0],[-65.861,43.771,0],[-65.877,43.77,0],[-65.889,43.784,0],[-65.899,43.804,0],[-65.909,43.819,0],[-65.924,43.827,0],[-65.937,43.826,0],[-65.941,43.82,0],[-65.93,43.812,0],[-65.93,43.806,0],[-65.957,43.785,0],[-65.971,43.78,0],[-65.978,43.795,0],[-65.979,43.802,0],[-65.984,43.82,0],[-65.987,43.839,0],[-65.992,43.849,0],[-65.997,43.854,0],[-65.999,43.85,0],[-66.004,43.832,0],[-66.005,43.826,0],[-66.005,43.816,0],[-66.004,43.81,0],[-66.002,43.804,0],[-65.974,43.751,0],[-65.963,43.737,0],[-65.973,43.714,0],[-65.979,43.706,0],[-65.991,43.703,0],[-65.983,43.72,0],[-65.984,43.729,0],[-65.991,43.731,0],[-66.005,43.724,0],[-66.007,43.717,0],[-66.005,43.708,0],[-66.006,43.7,0],[-66.015,43.697,0],[-66.024,43.698,0],[-66.028,43.702,0],[-66.029,43.709,0],[-66.026,43.716,0],[-66.032,43.716,0],[-66.031,43.737,0],[-66.042,43.746,0],[-66.055,43.741,0],[-66.06,43.716,0],[-66.074,43.729,0],[-66.077,43.741,0],[-66.073,43.768,0],[-66.079,43.772,0],[-66.093,43.767,0],[-66.107,43.755,0],[-66.115,43.744,0],[-66.122,43.744,0],[-66.134,43.81,0],[-66.12,43.825,0],[-66.113,43.836,0],[-66.111,43.848,0],[-66.118,43.853,0],[-66.128,43.85,0],[-66.136,43.842,0],[-66.142,43.833,0],[-66.149,43.826,0],[-66.148,43.84,0],[-66.149,43.853,0],[-66.156,43.86,0],[-66.17,43.86,0],[-66.166,43.871,0],[-66.167,43.88,0],[-66.17,43.887,0],[-66.17,43.894,0],[-66.165,43.904,0],[-66.152,43.924,0],[-66.149,43.932,0],[-66.154,43.947,0],[-66.161,43.961,0],[-66.163,43.976,0],[-66.149,44.003,0],[-66.15,44.011,0],[-66.156,44.022,0],[-66.158,44.024,0],[-66.183,44.084,0],[-66.194,44.093,0],[-66.21,44.086,0],[-66.21,44.106,0],[-66.195,44.143,0],[-66.19,44.165,0],[-66.188,44.171,0],[-66.159,44.201,0],[-66.152,44.209,0],[-66.142,44.231,0],[-66.114,44.343,0],[-66.095,44.374,0],[-66.063,44.394,0],[-66.047,44.407,0],[-66.04,44.426,0],[-66.032,44.437,0],[-65.966,44.489,0],[-65.928,44.506,0],[-65.889,44.533,0],[-65.867,44.544,0],[-65.848,44.557,0],[-65.84,44.574,0],[-65.849,44.587,0],[-65.868,44.588,0],[-65.913,44.58,0],[-65.924,44.581,0],[-65.933,44.584,0],[-65.942,44.584,0],[-66.028,44.521,0],[-66.187,44.395,0],[-66.197,44.391,0],[-66.192,44.418,0],[-66.18,44.434,0],[-65.999,44.58,0],[-65.889,44.631,0],[-65.875,44.643,0],[-65.786,44.696,0],[-65.773,44.686,0],[-65.763,44.672,0],[-65.756,44.657,0],[-65.752,44.642,0],[-65.754,44.632,0],[-65.757,44.621,0],[-65.757,44.611,0],[-65.749,44.607,0],[-65.729,44.609,0],[-65.71,44.614,0],[-65.692,44.621,0],[-65.68,44.629,0],[-65.656,44.648,0],[-65.625,44.667,0],[-65.612,44.678,0],[-65.601,44.696,0],[-65.594,44.689,0],[-65.537,44.737,0],[-65.522,44.744,0],[-65.494,44.749,0],[-65.451,44.771,0],[-65.429,44.778,0],[-65.447,44.781,0],[-65.492,44.758,0],[-65.535,44.747,0],[-65.615,44.709,0],[-65.654,44.698,0],[-65.676,44.696,0],[-65.717,44.675,0],[-65.742,44.668,0],[-65.758,44.683,0],[-65.723,44.728,0],[-65.621,44.779,0],[-65.457,44.855,0],[-65.398,44.895,0],[-65.378,44.901,0],[-65.358,44.904,0],[-65.232,44.955,0],[-65.213,44.967,0],[-65.18,44.993,0],[-65.022,45.06,0],[-64.863,45.14,0],[-64.714,45.192,0],[-64.644,45.201,0],[-64.575,45.22,0],[-64.511,45.229,0],[-64.475,45.24,0],[-64.441,45.256,0],[-64.415,45.272,0],[-64.395,45.302,0],[-64.417,45.32,0],[-64.459,45.329,0],[-64.498,45.334,0],[-64.478,45.341,0],[-64.456,45.339,0],[-64.415,45.326,0],[-64.349,45.32,0],[-64.33,45.31,0],[-64.318,45.295,0],[-64.32,45.283,0],[-64.33,45.272,0],[-64.343,45.262,0],[-64.351,45.248,0],[-64.359,45.213,0],[-64.367,45.197,0],[-64.352,45.185,0],[-64.357,45.171,0],[-64.372,45.157,0],[-64.388,45.149,0],[-64.367,45.126,0],[-64.362,45.116,0],[-64.367,45.108,0],[-64.357,45.104,0],[-64.345,45.106,0],[-64.337,45.113,0],[-64.333,45.125,0],[-64.331,45.136,0],[-64.326,45.142,0],[-64.317,45.146,0],[-64.305,45.149,0],[-64.223,45.109,0],[-64.151,45.05,0],[-64.149,45.039,0],[-64.155,44.984,0],[-64.147,44.998,0],[-64.136,45.003,0],[-64.122,45.003,0],[-64.107,44.998,0],[-64.116,45.012,0],[-64.119,45.03,0],[-64.114,45.046,0],[-64.101,45.053,0],[-64.101,45.06,0],[-64.119,45.062,0],[-64.136,45.073,0],[-64.184,45.114,0],[-64.197,45.133,0],[-64.199,45.149,0],[-64.166,45.16,0],[-64.164,45.168,0],[-64.166,45.178,0],[-64.165,45.186,0],[-64.158,45.192,0],[-64.139,45.2,0],[-64.131,45.207,0],[-64.115,45.216,0],[-64.024,45.242,0],[-63.963,45.251,0],[-63.906,45.276,0],[-63.885,45.279,0],[-63.846,45.277,0],[-63.825,45.28,0],[-63.809,45.289,0],[-63.804,45.299,0],[-63.804,45.306,0],[-63.801,45.311,0],[-63.788,45.313,0],[-63.76,45.311,0],[-63.748,45.308,0],[-63.737,45.3,0],[-63.73,45.306,0],[-63.72,45.322,0],[-63.716,45.326,0],[-63.708,45.326,0],[-63.675,45.32,0],[-63.579,45.322,0],[-63.543,45.332,0],[-63.524,45.334,0],[-63.504,45.329,0],[-63.492,45.317,0],[-63.483,45.303,0],[-63.469,45.292,0],[-63.461,45.325,0],[-63.433,45.345,0],[-63.396,45.356,0],[-63.36,45.361,0],[-63.392,45.372,0],[-63.507,45.375,0],[-63.528,45.378,0],[-63.571,45.392,0],[-63.593,45.395,0],[-63.816,45.395,0],[-63.834,45.392,0],[-63.849,45.385,0],[-63.874,45.367,0],[-63.88,45.362,0],[-63.885,45.356,0],[-63.891,45.353,0],[-63.901,45.354,0],[-63.91,45.359,0],[-63.914,45.365,0],[-63.914,45.373,0],[-63.908,45.382,0],[-63.936,45.399,0],[-64.014,45.391,0],[-64.052,45.395,0],[-64.042,45.401,0],[-64.038,45.402,0],[-64.066,45.413,0],[-64.105,45.415,0],[-64.183,45.409,0],[-64.244,45.395,0],[-64.276,45.392,0],[-64.312,45.402,0],[-64.314,45.382,0],[-64.322,45.38,0],[-64.334,45.386,0],[-64.347,45.389,0],[-64.359,45.386,0],[-64.37,45.382,0],[-64.379,45.375,0],[-64.388,45.367,0],[-64.4,45.373,0],[-64.436,45.382,0],[-64.446,45.388,0],[-64.451,45.395,0],[-64.459,45.4,0],[-64.576,45.416,0],[-64.62,45.409,0],[-64.672,45.389,0],[-64.707,45.361,0],[-64.696,45.326,0],[-64.717,45.325,0],[-64.732,45.316,0],[-64.745,45.306,0],[-64.759,45.3,0],[-64.768,45.297,0],[-64.768,45.298,0],[-64.767,45.303,0],[-64.772,45.313,0],[-64.773,45.318,0],[-64.766,45.325,0],[-64.768,45.33,0],[-64.774,45.333,0],[-64.786,45.332,0],[-64.792,45.334,0],[-64.823,45.348,0],[-64.86,45.353,0],[-64.897,45.347,0],[-64.929,45.326,0],[-64.936,45.351,0],[-64.929,45.383,0],[-64.915,45.412,0],[-64.902,45.43,0],[-64.854,45.457,0],[-64.839,45.459,0],[-64.815,45.468,0],[-64.799,45.471,0],[-64.833,45.484,0],[-64.706,45.537,0],[-64.681,45.543,0],[-64.663,45.557,0],[-64.649,45.559,0],[-64.645,45.586,0],[-64.613,45.603,0],[-64.573,45.615,0],[-64.542,45.632,0],[-64.513,45.657,0],[-64.484,45.676,0],[-64.477,45.679,0],[-64.462,45.681,0],[-64.457,45.683,0],[-64.448,45.691,0],[-64.438,45.704,0],[-64.429,45.71,0],[-64.437,45.725,0],[-64.439,45.739,0],[-64.432,45.748,0],[-64.412,45.752,0],[-64.398,45.756,0],[-64.386,45.768,0],[-64.379,45.781,0],[-64.381,45.793,0],[-64.305,45.827,0],[-64.293,45.816,0],[-64.294,45.805,0],[-64.312,45.786,0],[-64.319,45.781,0],[-64.326,45.78,0],[-64.331,45.777,0],[-64.333,45.769,0],[-64.331,45.763,0],[-64.328,45.76,0],[-64.328,45.755,0],[-64.333,45.745,0],[-64.317,45.756,0],[-64.303,45.762,0],[-64.287,45.765,0],[-64.264,45.765,0],[-64.269,45.774,0],[-64.279,45.779,0],[-64.291,45.78,0],[-64.305,45.779,0],[-64.294,45.784,0],[-64.283,45.794,0],[-64.274,45.805,0],[-64.271,45.814,0],[-64.271,45.831,0],[-64.273,45.836,0],[-64.273,45.836,0],[-64.264,45.845,0],[-64.258,45.857,0],[-64.252,45.87,0],[-64.245,45.881,0],[-64.23,45.894,0],[-64.214,45.904,0],[-64.199,45.916,0],[-64.187,45.931,0],[-64.175,45.95,0],[-64.16,45.964,0],[-64.141,45.973,0],[-64.12,45.976,0],[-64.099,45.975,0],[-64.073,45.973,0],[-64.051,45.977,0],[-64.043,45.992,0],[-64.043,45.992,0],[-64.042,45.991,0],[-64.033,45.995,0],[-64.024,46.002,0],[-64.017,46.005,0],[-64.008,46.005,0]]},\"properties\":{\"name\":\"Nova Scotia #4\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.706,46.011,0],[-59.706,45.999,0],[-59.708,45.995,0],[-59.714,45.998,0],[-59.726,46,0],[-59.76,46,0],[-59.781,46.004,0],[-59.778,46.012,0],[-59.724,46.029,0],[-59.695,46.034,0],[-59.689,46.03,0],[-59.703,46.023,0],[-59.706,46.011,0]]},\"properties\":{\"name\":\"Nova Scotia #5\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.501,47.001,0],[-60.486,46.999,0],[-60.461,47.003,0],[-60.42,47.022,0],[-60.396,47.026,0],[-60.383,47.017,0],[-60.398,46.996,0],[-60.434,46.964,0],[-60.465,46.927,0],[-60.49,46.905,0],[-60.496,46.896,0],[-60.474,46.897,0],[-60.452,46.893,0],[-60.442,46.885,0],[-60.455,46.876,0],[-60.455,46.868,0],[-60.43,46.864,0],[-60.393,46.863,0],[-60.358,46.866,0],[-60.339,46.876,0],[-60.331,46.872,0],[-60.323,46.867,0],[-60.317,46.861,0],[-60.311,46.855,0],[-60.305,46.834,0],[-60.309,46.803,0],[-60.324,46.745,0],[-60.342,46.709,0],[-60.345,46.694,0],[-60.352,46.687,0],[-60.399,46.67,0],[-60.391,46.661,0],[-60.381,46.656,0],[-60.37,46.654,0],[-60.358,46.656,0],[-60.358,46.65,0],[-60.365,46.648,0],[-60.378,46.644,0],[-60.386,46.642,0],[-60.374,46.63,0],[-60.36,46.623,0],[-60.35,46.616,0],[-60.352,46.601,0],[-60.357,46.595,0],[-60.38,46.581,0],[-60.421,46.525,0],[-60.461,46.423,0],[-60.473,46.407,0],[-60.509,46.369,0],[-60.516,46.356,0],[-60.53,46.324,0],[-60.578,46.264,0],[-60.606,46.21,0],[-60.606,46.21,0],[-60.605,46.211,0],[-60.6,46.201,0],[-60.599,46.197,0],[-60.552,46.262,0],[-60.54,46.272,0],[-60.524,46.278,0],[-60.475,46.32,0],[-60.443,46.333,0],[-60.434,46.334,0],[-60.419,46.33,0],[-60.416,46.324,0],[-60.418,46.315,0],[-60.421,46.303,0],[-60.427,46.284,0],[-60.442,46.271,0],[-60.475,46.252,0],[-60.612,46.128,0],[-60.632,46.118,0],[-60.675,46.102,0],[-60.691,46.091,0],[-60.701,46.088,0],[-60.715,46.107,0],[-60.725,46.105,0],[-60.748,46.085,0],[-60.756,46.081,0],[-60.773,46.073,0],[-60.816,46.062,0],[-60.873,46.053,0],[-60.879,46.062,0],[-60.874,46.068,0],[-60.863,46.073,0],[-60.852,46.074,0],[-60.874,46.079,0],[-60.912,46.052,0],[-60.975,45.992,0],[-60.993,45.982,0],[-61.015,45.975,0],[-61.102,45.958,0],[-61.119,45.95,0],[-61.126,45.93,0],[-61.033,45.937,0],[-61.01,45.942,0],[-60.995,45.954,0],[-60.983,45.97,0],[-60.969,45.985,0],[-60.903,46.01,0],[-60.884,46.035,0],[-60.863,46.038,0],[-60.818,46.039,0],[-60.773,46.059,0],[-60.747,46.066,0],[-60.736,46.057,0],[-60.743,46.037,0],[-60.76,46.022,0],[-60.781,46.008,0],[-60.797,45.992,0],[-60.803,45.975,0],[-60.806,45.954,0],[-60.815,45.937,0],[-60.835,45.93,0],[-60.847,45.929,0],[-60.858,45.925,0],[-60.868,45.92,0],[-60.876,45.913,0],[-60.886,45.908,0],[-60.898,45.91,0],[-60.92,45.916,0],[-60.962,45.915,0],[-60.981,45.91,0],[-60.989,45.899,0],[-61.001,45.897,0],[-61.056,45.898,0],[-61.071,45.896,0],[-61.052,45.889,0],[-61.044,45.889,0],[-61.057,45.88,0],[-61.073,45.875,0],[-61.088,45.868,0],[-61.098,45.855,0],[-61.084,45.854,0],[-61.061,45.857,0],[-61.039,45.864,0],[-61.03,45.872,0],[-61.019,45.876,0],[-60.998,45.875,0],[-60.983,45.877,0],[-60.989,45.889,0],[-60.968,45.886,0],[-60.914,45.855,0],[-60.926,45.848,0],[-60.937,45.851,0],[-60.949,45.857,0],[-60.965,45.861,0],[-60.967,45.857,0],[-60.942,45.835,0],[-60.934,45.827,0],[-60.953,45.827,0],[-60.961,45.829,0],[-60.969,45.834,0],[-60.982,45.821,0],[-60.995,45.82,0],[-61.006,45.824,0],[-61.013,45.823,0],[-61.024,45.814,0],[-61.103,45.779,0],[-61.123,45.764,0],[-61.134,45.745,0],[-61.129,45.747,0],[-61.112,45.752,0],[-61.111,45.745,0],[-61.111,45.736,0],[-61.113,45.728,0],[-61.116,45.724,0],[-61.126,45.722,0],[-61.134,45.717,0],[-61.14,45.712,0],[-61.148,45.708,0],[-61.143,45.703,0],[-61.133,45.699,0],[-61.082,45.691,0],[-61.049,45.699,0],[-60.947,45.752,0],[-60.913,45.756,0],[-60.873,45.752,0],[-60.836,45.741,0],[-60.807,45.721,0],[-60.799,45.703,0],[-60.808,45.691,0],[-60.824,45.679,0],[-60.845,45.655,0],[-60.85,45.651,0],[-60.849,45.648,0],[-60.838,45.642,0],[-60.829,45.641,0],[-60.826,45.644,0],[-60.828,45.65,0],[-60.832,45.655,0],[-60.81,45.663,0],[-60.818,45.669,0],[-60.784,45.669,0],[-60.777,45.674,0],[-60.766,45.693,0],[-60.759,45.694,0],[-60.744,45.685,0],[-60.732,45.684,0],[-60.73,45.691,0],[-60.742,45.704,0],[-60.73,45.714,0],[-60.733,45.725,0],[-60.743,45.735,0],[-60.749,45.745,0],[-60.746,45.76,0],[-60.737,45.774,0],[-60.725,45.785,0],[-60.715,45.793,0],[-60.7,45.8,0],[-60.669,45.81,0],[-60.653,45.82,0],[-60.644,45.831,0],[-60.634,45.844,0],[-60.623,45.856,0],[-60.609,45.861,0],[-60.599,45.866,0],[-60.569,45.89,0],[-60.541,45.901,0],[-60.521,45.924,0],[-60.478,45.937,0],[-60.445,45.954,0],[-60.416,45.976,0],[-60.399,45.998,0],[-60.42,45.993,0],[-60.463,45.977,0],[-60.497,45.957,0],[-60.564,45.944,0],[-60.621,45.92,0],[-60.646,45.913,0],[-60.665,45.899,0],[-60.699,45.891,0],[-60.71,45.89,0],[-60.722,45.896,0],[-60.731,45.905,0],[-60.74,45.923,0],[-60.749,45.93,0],[-60.762,45.931,0],[-60.776,45.929,0],[-60.787,45.93,0],[-60.791,45.94,0],[-60.782,45.954,0],[-60.715,45.985,0],[-60.684,46.007,0],[-60.666,46.015,0],[-60.642,46.018,0],[-60.622,46.024,0],[-60.564,46.067,0],[-60.508,46.091,0],[-60.489,46.102,0],[-60.431,46.149,0],[-60.417,46.156,0],[-60.405,46.164,0],[-60.375,46.197,0],[-60.355,46.205,0],[-60.334,46.205,0],[-60.315,46.209,0],[-60.301,46.219,0],[-60.297,46.238,0],[-60.318,46.23,0],[-60.338,46.226,0],[-60.383,46.224,0],[-60.401,46.218,0],[-60.447,46.177,0],[-60.607,46.077,0],[-60.63,46.068,0],[-60.639,46.067,0],[-60.653,46.072,0],[-60.655,46.082,0],[-60.65,46.091,0],[-60.642,46.095,0],[-60.621,46.101,0],[-60.601,46.116,0],[-60.571,46.149,0],[-60.502,46.201,0],[-60.494,46.218,0],[-60.475,46.234,0],[-60.351,46.312,0],[-60.283,46.328,0],[-60.279,46.317,0],[-60.259,46.279,0],[-60.205,46.242,0],[-60.212,46.224,0],[-60.29,46.156,0],[-60.278,46.159,0],[-60.268,46.166,0],[-60.261,46.173,0],[-60.256,46.177,0],[-60.244,46.176,0],[-60.235,46.173,0],[-60.221,46.162,0],[-60.212,46.145,0],[-60.205,46.142,0],[-60.194,46.156,0],[-60.192,46.166,0],[-60.195,46.175,0],[-60.199,46.184,0],[-60.201,46.194,0],[-60.193,46.212,0],[-60.174,46.231,0],[-60.152,46.246,0],[-60.136,46.252,0],[-60.109,46.251,0],[-60.083,46.246,0],[-60.059,46.238,0],[-60.037,46.224,0],[-60.091,46.211,0],[-59.991,46.207,0],[-59.944,46.196,0],[-59.948,46.162,0],[-59.934,46.159,0],[-59.901,46.172,0],[-59.882,46.177,0],[-59.81,46.17,0],[-59.836,46.156,0],[-59.863,46.137,0],[-59.882,46.111,0],[-59.885,46.081,0],[-59.871,46.094,0],[-59.851,46.105,0],[-59.829,46.112,0],[-59.81,46.115,0],[-59.81,46.108,0],[-59.872,46.074,0],[-59.896,46.05,0],[-59.909,46.042,0],[-59.954,46.036,0],[-59.958,46.028,0],[-59.95,46.016,0],[-59.937,46.002,0],[-59.921,45.995,0],[-59.898,45.997,0],[-59.858,46.005,0],[-59.84,46.005,0],[-59.832,46.003,0],[-59.824,45.998,0],[-59.83,45.999,0],[-59.832,45.992,0],[-59.83,45.978,0],[-59.824,45.971,0],[-59.807,45.961,0],[-59.803,45.957,0],[-59.802,45.945,0],[-59.805,45.936,0],[-59.812,45.931,0],[-59.824,45.933,0],[-59.862,45.936,0],[-59.939,45.904,0],[-59.968,45.91,0],[-59.975,45.905,0],[-59.98,45.901,0],[-59.985,45.896,0],[-59.989,45.889,0],[-59.984,45.886,0],[-59.98,45.88,0],[-59.975,45.875,0],[-60.127,45.87,0],[-60.153,45.847,0],[-60.155,45.838,0],[-60.154,45.837,0],[-60.147,45.838,0],[-60.133,45.834,0],[-60.112,45.824,0],[-60.101,45.821,0],[-60.088,45.82,0],[-60.075,45.816,0],[-60.072,45.806,0],[-60.074,45.797,0],[-60.081,45.793,0],[-60.093,45.791,0],[-60.178,45.767,0],[-60.199,45.756,0],[-60.208,45.741,0],[-60.215,45.719,0],[-60.235,45.707,0],[-60.26,45.7,0],[-60.283,45.697,0],[-60.323,45.684,0],[-60.395,45.643,0],[-60.441,45.636,0],[-60.462,45.636,0],[-60.47,45.64,0],[-60.475,45.649,0],[-60.5,45.632,0],[-60.512,45.627,0],[-60.63,45.595,0],[-60.662,45.578,0],[-60.672,45.574,0],[-60.704,45.573,0],[-60.711,45.572,0],[-60.719,45.568,0],[-60.727,45.566,0],[-60.736,45.567,0],[-60.741,45.573,0],[-60.742,45.582,0],[-60.744,45.59,0],[-60.752,45.594,0],[-60.828,45.601,0],[-60.844,45.605,0],[-60.849,45.614,0],[-60.85,45.627,0],[-60.855,45.639,0],[-60.871,45.646,0],[-60.884,45.637,0],[-60.895,45.624,0],[-60.907,45.614,0],[-60.916,45.621,0],[-60.925,45.626,0],[-60.936,45.628,0],[-60.947,45.628,0],[-60.946,45.612,0],[-60.97,45.608,0],[-61.024,45.614,0],[-61.01,45.608,0],[-61.016,45.595,0],[-61.025,45.592,0],[-61.047,45.594,0],[-61.058,45.592,0],[-61.085,45.573,0],[-61.131,45.56,0],[-61.157,45.557,0],[-61.175,45.559,0],[-61.157,45.565,0],[-61.151,45.572,0],[-61.155,45.579,0],[-61.167,45.587,0],[-61.182,45.59,0],[-61.196,45.59,0],[-61.205,45.593,0],[-61.208,45.608,0],[-61.215,45.6,0],[-61.22,45.59,0],[-61.225,45.582,0],[-61.232,45.584,0],[-61.241,45.585,0],[-61.253,45.58,0],[-61.266,45.572,0],[-61.277,45.567,0],[-61.27,45.548,0],[-61.284,45.548,0],[-61.322,45.559,0],[-61.335,45.566,0],[-61.363,45.611,0],[-61.419,45.657,0],[-61.442,45.682,0],[-61.455,45.71,0],[-61.465,45.776,0],[-61.475,45.811,0],[-61.492,45.827,0],[-61.497,45.835,0],[-61.489,45.889,0],[-61.5,45.906,0],[-61.514,45.919,0],[-61.523,45.933,0],[-61.516,45.951,0],[-61.521,45.961,0],[-61.521,45.981,0],[-61.523,45.992,0],[-61.529,45.997,0],[-61.538,46.003,0],[-61.547,46.012,0],[-61.551,46.022,0],[-61.541,46.041,0],[-61.517,46.053,0],[-61.491,46.063,0],[-61.475,46.074,0],[-61.47,46.093,0],[-61.466,46.12,0],[-61.459,46.145,0],[-61.445,46.156,0],[-61.431,46.163,0],[-61.384,46.194,0],[-61.289,46.243,0],[-61.28,46.246,0],[-61.278,46.255,0],[-61.212,46.331,0],[-61.191,46.367,0],[-61.178,46.386,0],[-61.095,46.454,0],[-61.086,46.467,0],[-61.08,46.481,0],[-61.075,46.513,0],[-61.066,46.527,0],[-61.04,46.55,0],[-61.03,46.568,0],[-61.037,46.582,0],[-61.05,46.592,0],[-61.057,46.601,0],[-61.054,46.612,0],[-61.043,46.625,0],[-61.029,46.637,0],[-61.016,46.642,0],[-61.03,46.612,0],[-61.03,46.601,0],[-61.024,46.593,0],[-61.017,46.601,0],[-61.012,46.614,0],[-61.01,46.626,0],[-61.005,46.633,0],[-60.972,46.653,0],[-60.965,46.662,0],[-60.947,46.698,0],[-60.899,46.769,0],[-60.869,46.8,0],[-60.832,46.821,0],[-60.788,46.835,0],[-60.769,46.844,0],[-60.701,46.905,0],[-60.651,46.982,0],[-60.642,47.004,0],[-60.633,47.011,0],[-60.623,47.017,0],[-60.603,47.034,0],[-60.593,47.035,0],[-60.571,47.026,0],[-60.534,47.022,0],[-60.523,47.019,0],[-60.514,47.013,0],[-60.509,47.007,0],[-60.501,47.001,0]]},\"properties\":{\"name\":\"Nova Scotia #6\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}}]}", + + "kml" : "Nova Scotia #0Nova Scotia #00000ff11-65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0Nova Scotia #1Nova Scotia #10000ff11-59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0Nova Scotia #2Nova Scotia #20000ff11-66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0Nova Scotia #3Nova Scotia #30000ff11-60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0Nova Scotia #4Nova Scotia #40000ff11-64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0Nova Scotia #5Nova Scotia #50000ff11-59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0Nova Scotia #6Nova Scotia #60000ff11-60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0", + + "mediawiki": "43.428,-65.61:43.422,-65.629:43.435,-65.621:43.445,-65.627:43.453,-65.635:43.459,-65.645:43.463,-65.656:43.472,-65.646:43.477,-65.634:43.484,-65.608:43.508,-65.617:43.514,-65.605:43.511,-65.56:43.495,-65.569:43.477,-65.574:43.464,-65.587:43.445,-65.598:43.428,-65.61:43.933,-59.807:43.916,-59.861:43.908,-59.913:43.906,-59.971:43.911,-60.028:43.923,-60.083:43.942,-60.133:43.946,-60.124:43.947,-60.116:43.946,-60.108:43.942,-60.098:43.943,-60.074:43.929,-59.998:43.937,-59.867:43.941,-59.844:43.948,-59.822:43.957,-59.803:43.987,-59.741:43.998,-59.728:43.96,-59.76:43.933,-59.807:44.283,-66.298:44.251,-66.313:44.258,-66.328:44.325,-66.286:44.355,-66.258:44.377,-66.242:44.387,-66.231:44.396,-66.213:44.392,-66.203:44.381,-66.204:44.367,-66.218:44.338,-66.239:44.283,-66.298:45.577,-60.932:45.567,-60.914:45.577,-60.908:45.579,-60.899:45.574,-60.889:45.567,-60.879:45.558,-60.884:45.553,-60.892:45.551,-60.902:45.553,-60.914:45.532,-60.953:45.517,-60.962:45.498,-60.947:45.487,-60.968:45.47,-60.986:45.461,-61.003:45.471,-61.024:45.477,-61.013:45.486,-61.004:45.495,-61.002:45.498,-61.013:45.499,-61.04:45.501,-61.053:45.505,-61.065:45.511,-61.075:45.523,-61.089:45.527,-61.105:45.531,-61.106:45.536,-61.106:45.549,-61.112:45.551,-61.106:45.553,-61.091:45.563,-61.075:45.571,-61.054:45.577,-61.031:45.581,-61.01:45.582,-60.958:45.577,-60.932:46.005,-64.008:45.98,-63.905:45.963,-63.87:45.937,-63.867:45.934,-63.844:45.925,-63.825:45.91,-63.811:45.889,-63.806:45.891,-63.786:45.886,-63.759:45.877,-63.732:45.868,-63.716:45.862,-63.727:45.854,-63.746:45.847,-63.757:45.842,-63.736:45.853,-63.69:45.847,-63.669:45.837,-63.674:45.828,-63.674:45.824,-63.67:45.827,-63.662:45.837,-63.652:45.843,-63.653:45.85,-63.659:45.865,-63.662:45.874,-63.659:45.875,-63.652:45.87,-63.644:45.865,-63.638:45.862,-63.629:45.875,-63.593:45.883,-63.492:45.876,-63.439:45.855,-63.409:45.854,-63.428:45.86,-63.464:45.861,-63.483:45.852,-63.47:45.839,-63.438:45.827,-63.428:45.821,-63.447:45.826,-63.484:45.827,-63.504:45.82,-63.523:45.811,-63.516:45.807,-63.496:45.814,-63.477:45.809,-63.469:45.806,-63.461:45.806,-63.452:45.806,-63.442:45.805,-63.438:45.801,-63.431:45.8,-63.428:45.802,-63.425:45.812,-63.418:45.814,-63.415:45.812,-63.399:45.803,-63.369:45.8,-63.354:45.804,-63.324:45.812,-63.291:45.816,-63.259:45.806,-63.23:45.791,-63.258:45.776,-63.302:45.767,-63.347:45.772,-63.381:45.757,-63.373:45.748,-63.356:45.737,-63.312:45.732,-63.304:45.726,-63.295:45.724,-63.288:45.735,-63.285:45.741,-63.282:45.748,-63.273:45.759,-63.257:45.754,-63.257:45.743,-63.257:45.737,-63.257:45.76,-63.212:45.765,-63.196:45.768,-63.195:45.773,-63.194:45.777,-63.192:45.779,-63.189:45.776,-63.184:45.771,-63.182:45.766,-63.182:45.762,-63.185:45.753,-63.2:45.746,-63.205:45.737,-63.202:45.736,-63.19:45.759,-63.134:45.763,-63.117:45.765,-63.1:45.764,-63.083:45.759,-63.065:45.779,-63.07:45.79,-63.084:45.806,-63.121:45.811,-63.1:45.796,-62.98:45.783,-62.924:45.765,-62.777:45.766,-62.751:45.773,-62.699:45.772,-62.675:45.761,-62.696:45.761,-62.718:45.763,-62.738:45.759,-62.757:45.748,-62.739:45.744,-62.729:45.745,-62.699:45.742,-62.682:45.736,-62.664:45.727,-62.647:45.717,-62.633:45.687,-62.703:45.681,-62.751:45.675,-62.77:45.662,-62.784:45.642,-62.792:45.653,-62.781:45.662,-62.765:45.664,-62.749:45.655,-62.736:45.627,-62.747:45.613,-62.75:45.618,-62.74:45.646,-62.72:45.656,-62.706:45.652,-62.692:45.631,-62.669:45.628,-62.657:45.642,-62.647:45.647,-62.664:45.656,-62.672:45.668,-62.672:45.68,-62.665:45.682,-62.655:45.681,-62.64:45.682,-62.625:45.691,-62.613:45.686,-62.6:45.686,-62.577:45.683,-62.566:45.678,-62.557:45.667,-62.55:45.663,-62.545:45.658,-62.526:45.659,-62.51:45.662,-62.495:45.663,-62.476:45.631,-62.503:45.615,-62.509:45.608,-62.493:45.615,-62.47:45.643,-62.435:45.649,-62.418:45.653,-62.4:45.662,-62.377:45.673,-62.362:45.683,-62.371:45.68,-62.383:45.675,-62.405:45.655,-62.441:45.679,-62.416:45.704,-62.27:45.808,-62.06:45.863,-61.989:45.882,-61.949:45.889,-61.924:45.889,-61.911:45.882,-61.9:45.872,-61.897:45.866,-61.905:45.86,-61.916:45.851,-61.921:45.83,-61.92:45.787,-61.909:45.738,-61.888:45.721,-61.886:45.704,-61.894:45.693,-61.876:45.681,-61.836:45.673,-61.821:45.66,-61.807:45.653,-61.795:45.628,-61.726:45.623,-61.708:45.622,-61.684:45.627,-61.668:45.636,-61.655:45.642,-61.642:45.636,-61.626:45.636,-61.633:45.634,-61.648:45.627,-61.648:45.621,-61.64:45.614,-61.62:45.623,-61.619:45.632,-61.615:45.639,-61.61:45.642,-61.602:45.646,-61.589:45.653,-61.583:45.663,-61.58:45.673,-61.575:45.684,-61.558:45.689,-61.537:45.691,-61.492:45.683,-61.47:45.65,-61.437:45.642,-61.417:45.633,-61.4:45.612,-61.384:45.581,-61.37:45.578,-61.359:45.57,-61.351:45.553,-61.339:45.542,-61.324:45.512,-61.263:45.507,-61.247:45.508,-61.24:45.506,-61.237:45.491,-61.235:45.468,-61.237:45.453,-61.248:45.443,-61.267:45.414,-61.353:45.409,-61.373:45.421,-61.374:45.418,-61.388:45.408,-61.406:45.399,-61.417:45.392,-61.43:45.375,-61.483:45.355,-61.461:45.349,-61.451:45.354,-61.137:45.352,-61.12:45.343,-61.082:45.333,-60.999:45.326,-60.982:45.314,-60.971:45.302,-60.971:45.288,-60.972:45.272,-60.969:45.271,-60.983:45.277,-60.987:45.285,-60.989:45.292,-60.996:45.294,-61.007:45.294,-61.017:45.294,-61.027:45.3,-61.037:45.285,-61.028:45.279,-61.023:45.272,-61.016:45.263,-61.024:45.261,-61.031:45.26,-61.039:45.255,-61.047:45.245,-61.053:45.236,-61.057:45.233,-61.063:45.238,-61.078:45.224,-61.071:45.214,-61.12:45.218,-61.139:45.238,-61.153:45.245,-61.142:45.253,-61.133:45.262,-61.126:45.272,-61.119:45.264,-61.165:45.258,-61.175:45.243,-61.18:45.216,-61.171:45.203,-61.175:45.209,-61.184:45.216,-61.188:45.223,-61.19:45.235,-61.197:45.246,-61.204:45.253,-61.212:45.248,-61.216:45.24,-61.246:45.239,-61.263:45.251,-61.263:45.254,-61.278:45.248,-61.299:45.231,-61.332:45.217,-61.35:45.201,-61.365:45.19,-61.364:45.19,-61.339:45.178,-61.355:45.169,-61.371:45.164,-61.389:45.147,-61.568:45.151,-61.61:45.176,-61.64:45.157,-61.647:45.164,-61.666:45.175,-61.687:45.169,-61.702:45.162,-61.686:45.149,-61.666:45.135,-61.649:45.121,-61.64:45.122,-61.649:45.12,-61.658:45.115,-61.674:45.094,-61.64:45.087,-61.64:45.089,-61.677:45.092,-61.695:45.097,-61.702:45.107,-61.704:45.107,-61.709:45.101,-61.715:45.101,-61.756:45.094,-61.754:45.089,-61.755:45.084,-61.756:45.08,-61.756:45.092,-61.781:45.101,-61.81:45.099,-61.825:45.08,-61.811:45.078,-61.822:45.08,-61.846:45.08,-61.859:45.073,-61.859:45.071,-61.851:45.065,-61.841:45.056,-61.836:45.047,-61.839:45.045,-61.848:45.053,-61.88:45.047,-61.887:45.034,-61.882:45.031,-61.897:45.037,-61.918:45.053,-61.935:45.033,-61.941:45.025,-61.941:45.037,-61.959:45.036,-61.976:45.027,-61.99:45.011,-62.004:45.016,-62.006:45.021,-62.008:45.026,-62.01:45.032,-62.01:45.026,-62.02:45.019,-62.029:45.014,-62.039:45.011,-62.05:45.004,-62.035:44.991,-61.976:44.985,-61.989:44.983,-62.003:44.985,-62.018:44.991,-62.031:44.983,-62.042:44.976,-62.057:44.973,-62.073:44.978,-62.086:44.974,-62.098:44.97,-62.119:44.969,-62.138:44.974,-62.147:44.975,-62.151:44.961,-62.174:44.956,-62.185:44.959,-62.234:44.952,-62.254:44.929,-62.27:44.937,-62.278:44.927,-62.29:44.92,-62.306:44.918,-62.321:44.922,-62.332:44.922,-62.339:44.918,-62.34:44.915,-62.342:44.913,-62.344:44.909,-62.346:44.905,-62.343:44.903,-62.342:44.895,-62.339:44.902,-62.361:44.91,-62.377:44.91,-62.393:44.895,-62.415:44.892,-62.41:44.886,-62.406:44.881,-62.401:44.878,-62.42:44.869,-62.437:44.853,-62.448:44.834,-62.448:44.841,-62.467:44.859,-62.473:44.881,-62.473:44.901,-62.476:44.882,-62.49:44.864,-62.507:44.856,-62.527:44.868,-62.551:44.84,-62.566:44.833,-62.555:44.825,-62.546:44.806,-62.531:44.8,-62.553:44.834,-62.578:44.827,-62.599:44.837,-62.607:44.83,-62.623:44.806,-62.661:44.793,-62.654:44.802,-62.687:44.785,-62.805:44.772,-62.799:44.761,-62.802:44.754,-62.813:44.752,-62.826:44.744,-62.821:44.738,-62.815:44.733,-62.807:44.73,-62.798:44.721,-62.819:44.718,-62.83:44.717,-62.842:44.723,-62.851:44.734,-62.857:44.738,-62.864:44.724,-62.873:44.731,-62.887:44.738,-62.908:44.74,-62.93:44.734,-62.945:44.718,-62.972:44.711,-62.989:44.714,-62.997:44.722,-62.998:44.727,-63:44.731,-63.002:44.737,-63.004:44.765,-63.003:44.772,-63.004:44.778,-63.018:44.766,-63.047:44.778,-63.058:44.763,-63.059:44.751,-63.05:44.727,-63.021:44.711,-63.014:44.697,-63.024:44.675,-63.058:44.689,-63.063:44.705,-63.061:44.718,-63.063:44.724,-63.076:44.729,-63.096:44.743,-63.102:44.775,-63.099:44.784,-63.103:44.79,-63.11:44.791,-63.119:44.785,-63.127:44.782,-63.125:44.752,-63.121:44.735,-63.124:44.707,-63.137:44.689,-63.14:44.696,-63.154:44.706,-63.16:44.718,-63.16:44.73,-63.155:44.721,-63.173:44.692,-63.183:44.683,-63.202:44.681,-63.214:44.683,-63.214:44.69,-63.212:44.703,-63.216:44.727,-63.232:44.737,-63.237:44.726,-63.25:44.712,-63.253:44.698,-63.248:44.689,-63.237:44.673,-63.25:44.644,-63.281:44.628,-63.285:44.636,-63.317:44.643,-63.389:44.655,-63.415:44.665,-63.402:44.667,-63.396:44.668,-63.387:44.682,-63.399:44.683,-63.417:44.668,-63.456:44.659,-63.435:44.648,-63.42:44.634,-63.415:44.614,-63.422:44.596,-63.439:44.601,-63.456:44.613,-63.476:44.624,-63.51:44.648,-63.538:44.666,-63.574:44.713,-63.633:44.717,-63.644:44.717,-63.662:44.688,-63.649:44.676,-63.64:44.668,-63.628:44.667,-63.62:44.668,-63.596:44.664,-63.587:44.646,-63.574:44.642,-63.569:44.635,-63.563:44.603,-63.548:44.593,-63.545:44.574,-63.546:44.562,-63.548:44.55,-63.546:44.518,-63.523:44.503,-63.524:44.489,-63.533:44.473,-63.548:44.47,-63.554:44.464,-63.573:44.464,-63.579:44.469,-63.587:44.475,-63.585:44.48,-63.58:44.484,-63.579:44.487,-63.596:44.477,-63.605:44.463,-63.61:44.453,-63.621:44.446,-63.626:44.441,-63.633:44.443,-63.641:44.45,-63.644:44.459,-63.639:44.466,-63.632:44.47,-63.628:44.476,-63.641:44.475,-63.658:44.47,-63.693:44.468,-63.701:44.463,-63.703:44.458,-63.705:44.456,-63.716:44.461,-63.721:44.47,-63.724:44.475,-63.729:44.47,-63.737:44.474,-63.749:44.482,-63.758:44.491,-63.763:44.505,-63.765:44.494,-63.774:44.478,-63.783:44.469,-63.793:44.477,-63.806:44.49,-63.809:44.503,-63.804:44.532,-63.785:44.526,-63.793:44.515,-63.805:44.511,-63.812:44.514,-63.82:44.521,-63.826:44.525,-63.834:44.519,-63.847:44.515,-63.844:44.505,-63.84:44.504,-63.854:44.499,-63.874:44.497,-63.888:44.498,-63.9:44.501,-63.912:44.506,-63.922:44.511,-63.929:44.534,-63.942:44.554,-63.942:44.593,-63.922:44.6,-63.928:44.621,-63.943:44.629,-63.925:44.634,-63.919:44.642,-63.915:44.643,-63.919:44.648,-63.929:44.667,-63.902:44.68,-63.891:44.696,-63.888:44.684,-63.907:44.675,-63.926:44.656,-63.989:44.655,-64.001:44.639,-64.057:44.634,-64.066:44.621,-64.06:44.587,-64.062:44.58,-64.052:44.571,-64.037:44.551,-64.025:44.511,-64.011:44.523,-64.041:44.509,-64.055:44.488,-64.064:44.477,-64.076:44.475,-64.097:44.478,-64.106:44.488,-64.117:44.516,-64.123:44.522,-64.124:44.538,-64.119:44.555,-64.128:44.57,-64.145:44.58,-64.162:44.582,-64.178:44.58,-64.197:44.571,-64.211:44.552,-64.21:44.537,-64.227:44.544,-64.253:44.558,-64.281:44.566,-64.305:44.561,-64.301:44.546,-64.292:44.543,-64.304:44.536,-64.305:44.527,-64.301:44.515,-64.299:44.503,-64.301:44.492,-64.308:44.484,-64.317:44.477,-64.326:44.477,-64.318:44.47,-64.299:44.465,-64.31:44.456,-64.354:44.445,-64.354:44.438,-64.344:44.429,-64.336:44.415,-64.34:44.417,-64.297:44.416,-64.275:44.409,-64.258:44.407,-64.275:44.401,-64.288:44.393,-64.3:44.387,-64.312:44.381,-64.312:44.38,-64.261:44.377,-64.235:44.367,-64.21:44.361,-64.228:44.361,-64.246:44.367,-64.282:44.367,-64.347:44.361,-64.347:44.356,-64.34:44.35,-64.336:44.342,-64.336:44.333,-64.34:44.33,-64.326:44.324,-64.315:44.32,-64.305:44.326,-64.292:44.329,-64.298:44.337,-64.307:44.34,-64.312:44.343,-64.302:44.341,-64.291:44.333,-64.264:44.304,-64.29:44.299,-64.289:44.299,-64.237:44.267,-64.269:44.259,-64.287:44.272,-64.305:44.264,-64.312:44.276,-64.33:44.284,-64.339:44.292,-64.347:44.298,-64.337:44.299,-64.333:44.329,-64.409:44.34,-64.429:44.326,-64.418:44.313,-64.401:44.303,-64.382:44.299,-64.364:44.296,-64.359:44.288,-64.357:44.279,-64.358:44.272,-64.36:44.264,-64.367:44.234,-64.426:44.226,-64.431:44.208,-64.434:44.199,-64.439:44.193,-64.449:44.187,-64.469:44.182,-64.477:44.174,-64.483:44.141,-64.498:44.15,-64.514:44.153,-64.522:44.155,-64.531:44.156,-64.536:44.161,-64.543:44.162,-64.549:44.16,-64.552:44.15,-64.555:44.148,-64.559:44.158,-64.594:44.159,-64.606:44.148,-64.6:44.146,-64.606:44.143,-64.609:44.141,-64.614:44.141,-64.621:44.135,-64.599:44.134,-64.575:44.13,-64.554:44.117,-64.546:44.1,-64.55:44.08,-64.561:44.069,-64.576:44.079,-64.594:44.065,-64.621:44.059,-64.649:44.059,-64.717:44.046,-64.705:44.042,-64.687:44.036,-64.669:44.015,-64.662:43.998,-64.667:43.993,-64.68:43.99,-64.697:43.98,-64.714:43.964,-64.731:43.958,-64.744:43.957,-64.806:43.954,-64.816:43.946,-64.819:43.937,-64.822:43.931,-64.828:43.929,-64.837:43.929,-64.847:43.914,-64.833:43.895,-64.797:43.875,-64.786:43.876,-64.802:43.874,-64.814:43.867,-64.819:43.853,-64.812:43.845,-64.829:43.834,-64.834:43.83,-64.839:43.84,-64.854:43.846,-64.859:43.861,-64.868:43.867,-64.874:43.873,-64.883:43.877,-64.893:43.879,-64.904:43.881,-64.915:43.871,-64.91:43.856,-64.895:43.847,-64.888:43.839,-64.886:43.822,-64.884:43.812,-64.881:43.805,-64.906:43.823,-64.924:43.849,-64.938:43.867,-64.95:43.874,-64.967:43.861,-64.964:43.813,-64.935:43.806,-64.932:43.799,-64.935:43.775,-64.949:43.766,-64.958:43.759,-64.97:43.758,-64.984:43.77,-64.997:43.817,-65.02:43.832,-65.039:43.816,-65.038:43.771,-65.019:43.759,-65.016:43.743,-65.014:43.727,-65.016:43.716,-65.025:43.712,-65.034:43.716,-65.037:43.721,-65.037:43.724,-65.043:43.721,-65.053:43.714,-65.058:43.707,-65.061:43.703,-65.06:43.711,-65.077:43.745,-65.073:43.758,-65.087:43.736,-65.096:43.697,-65.123:43.675,-65.128:43.689,-65.151:43.707,-65.147:43.727,-65.136:43.751,-65.141:43.716,-65.161:43.71,-65.169:43.71,-65.178:43.716,-65.187:43.725,-65.194:43.751,-65.201:43.772,-65.212:43.792,-65.225:43.806,-65.238:43.798,-65.24:43.795,-65.242:43.792,-65.242:43.785,-65.238:43.776,-65.255:43.755,-65.249:43.719,-65.224:43.695,-65.24:43.673,-65.25:43.671,-65.263:43.675,-65.289:43.697,-65.327:43.71,-65.328:43.733,-65.316:43.744,-65.313:43.761,-65.317:43.766,-65.323:43.763,-65.331:43.758,-65.341:43.751,-65.345:43.742,-65.346:43.737,-65.351:43.744,-65.367:43.716,-65.355:43.694,-65.341:43.67,-65.334:43.641,-65.341:43.634,-65.341:43.625,-65.34:43.617,-65.34:43.614,-65.344:43.611,-65.354:43.604,-65.358:43.597,-65.356:43.593,-65.351:43.588,-65.346:43.545,-65.341:43.575,-65.362:43.579,-65.371:43.577,-65.381:43.567,-65.392:43.566,-65.402:43.571,-65.416:43.593,-65.442:43.6,-65.457:43.593,-65.457:43.539,-65.413:43.529,-65.41:43.519,-65.408:43.504,-65.402:43.5,-65.416:43.511,-65.422:43.545,-65.429:43.557,-65.439:43.561,-65.45:43.556,-65.456:43.545,-65.451:43.535,-65.455:43.528,-65.463:43.524,-65.472:43.525,-65.484:43.504,-65.474:43.494,-65.471:43.48,-65.47:43.471,-65.475:43.472,-65.484:43.48,-65.493:43.494,-65.498:43.503,-65.504:43.528,-65.542:43.532,-65.547:43.538,-65.55:43.543,-65.552:43.556,-65.546:43.561,-65.55:43.565,-65.556:43.569,-65.56:43.574,-65.566:43.566,-65.579:43.536,-65.613:43.518,-65.649:43.513,-65.653:43.507,-65.654:43.502,-65.658:43.497,-65.669:43.5,-65.668:43.505,-65.674:43.511,-65.69:43.509,-65.719:43.514,-65.729:43.531,-65.738:43.547,-65.73:43.563,-65.732:43.577,-65.739:43.587,-65.752:43.576,-65.752:43.569,-65.752:43.564,-65.749:43.559,-65.745:43.555,-65.748:43.553,-65.751:43.552,-65.754:43.551,-65.758:43.568,-65.778:43.588,-65.782:43.641,-65.772:43.669,-65.771:43.681,-65.774:43.689,-65.779:43.691,-65.789:43.683,-65.795:43.669,-65.8:43.655,-65.807:43.646,-65.796:43.634,-65.792:43.62,-65.794:43.606,-65.799:43.632,-65.815:43.657,-65.817:43.683,-65.816:43.71,-65.82:43.719,-65.825:43.739,-65.84:43.751,-65.848:43.764,-65.853:43.806,-65.861:43.806,-65.868:43.787,-65.868:43.779,-65.866:43.771,-65.861:43.77,-65.877:43.784,-65.889:43.804,-65.899:43.819,-65.909:43.827,-65.924:43.826,-65.937:43.82,-65.941:43.812,-65.93:43.806,-65.93:43.785,-65.957:43.78,-65.971:43.795,-65.978:43.802,-65.979:43.82,-65.984:43.839,-65.987:43.849,-65.992:43.854,-65.997:43.85,-65.999:43.832,-66.004:43.826,-66.005:43.816,-66.005:43.81,-66.004:43.804,-66.002:43.751,-65.974:43.737,-65.963:43.714,-65.973:43.706,-65.979:43.703,-65.991:43.72,-65.983:43.729,-65.984:43.731,-65.991:43.724,-66.005:43.717,-66.007:43.708,-66.005:43.7,-66.006:43.697,-66.015:43.698,-66.024:43.702,-66.028:43.709,-66.029:43.716,-66.026:43.716,-66.032:43.737,-66.031:43.746,-66.042:43.741,-66.055:43.716,-66.06:43.729,-66.074:43.741,-66.077:43.768,-66.073:43.772,-66.079:43.767,-66.093:43.755,-66.107:43.744,-66.115:43.744,-66.122:43.81,-66.134:43.825,-66.12:43.836,-66.113:43.848,-66.111:43.853,-66.118:43.85,-66.128:43.842,-66.136:43.833,-66.142:43.826,-66.149:43.84,-66.148:43.853,-66.149:43.86,-66.156:43.86,-66.17:43.871,-66.166:43.88,-66.167:43.887,-66.17:43.894,-66.17:43.904,-66.165:43.924,-66.152:43.932,-66.149:43.947,-66.154:43.961,-66.161:43.976,-66.163:44.003,-66.149:44.011,-66.15:44.022,-66.156:44.024,-66.158:44.084,-66.183:44.093,-66.194:44.086,-66.21:44.106,-66.21:44.143,-66.195:44.165,-66.19:44.171,-66.188:44.201,-66.159:44.209,-66.152:44.231,-66.142:44.343,-66.114:44.374,-66.095:44.394,-66.063:44.407,-66.047:44.426,-66.04:44.437,-66.032:44.489,-65.966:44.506,-65.928:44.533,-65.889:44.544,-65.867:44.557,-65.848:44.574,-65.84:44.587,-65.849:44.588,-65.868:44.58,-65.913:44.581,-65.924:44.584,-65.933:44.584,-65.942:44.521,-66.028:44.395,-66.187:44.391,-66.197:44.418,-66.192:44.434,-66.18:44.58,-65.999:44.631,-65.889:44.643,-65.875:44.696,-65.786:44.686,-65.773:44.672,-65.763:44.657,-65.756:44.642,-65.752:44.632,-65.754:44.621,-65.757:44.611,-65.757:44.607,-65.749:44.609,-65.729:44.614,-65.71:44.621,-65.692:44.629,-65.68:44.648,-65.656:44.667,-65.625:44.678,-65.612:44.696,-65.601:44.689,-65.594:44.737,-65.537:44.744,-65.522:44.749,-65.494:44.771,-65.451:44.778,-65.429:44.781,-65.447:44.758,-65.492:44.747,-65.535:44.709,-65.615:44.698,-65.654:44.696,-65.676:44.675,-65.717:44.668,-65.742:44.683,-65.758:44.728,-65.723:44.779,-65.621:44.855,-65.457:44.895,-65.398:44.901,-65.378:44.904,-65.358:44.955,-65.232:44.967,-65.213:44.993,-65.18:45.06,-65.022:45.14,-64.863:45.192,-64.714:45.201,-64.644:45.22,-64.575:45.229,-64.511:45.24,-64.475:45.256,-64.441:45.272,-64.415:45.302,-64.395:45.32,-64.417:45.329,-64.459:45.334,-64.498:45.341,-64.478:45.339,-64.456:45.326,-64.415:45.32,-64.349:45.31,-64.33:45.295,-64.318:45.283,-64.32:45.272,-64.33:45.262,-64.343:45.248,-64.351:45.213,-64.359:45.197,-64.367:45.185,-64.352:45.171,-64.357:45.157,-64.372:45.149,-64.388:45.126,-64.367:45.116,-64.362:45.108,-64.367:45.104,-64.357:45.106,-64.345:45.113,-64.337:45.125,-64.333:45.136,-64.331:45.142,-64.326:45.146,-64.317:45.149,-64.305:45.109,-64.223:45.05,-64.151:45.039,-64.149:44.984,-64.155:44.998,-64.147:45.003,-64.136:45.003,-64.122:44.998,-64.107:45.012,-64.116:45.03,-64.119:45.046,-64.114:45.053,-64.101:45.06,-64.101:45.062,-64.119:45.073,-64.136:45.114,-64.184:45.133,-64.197:45.149,-64.199:45.16,-64.166:45.168,-64.164:45.178,-64.166:45.186,-64.165:45.192,-64.158:45.2,-64.139:45.207,-64.131:45.216,-64.115:45.242,-64.024:45.251,-63.963:45.276,-63.906:45.279,-63.885:45.277,-63.846:45.28,-63.825:45.289,-63.809:45.299,-63.804:45.306,-63.804:45.311,-63.801:45.313,-63.788:45.311,-63.76:45.308,-63.748:45.3,-63.737:45.306,-63.73:45.322,-63.72:45.326,-63.716:45.326,-63.708:45.32,-63.675:45.322,-63.579:45.332,-63.543:45.334,-63.524:45.329,-63.504:45.317,-63.492:45.303,-63.483:45.292,-63.469:45.325,-63.461:45.345,-63.433:45.356,-63.396:45.361,-63.36:45.372,-63.392:45.375,-63.507:45.378,-63.528:45.392,-63.571:45.395,-63.593:45.395,-63.816:45.392,-63.834:45.385,-63.849:45.367,-63.874:45.362,-63.88:45.356,-63.885:45.353,-63.891:45.354,-63.901:45.359,-63.91:45.365,-63.914:45.373,-63.914:45.382,-63.908:45.399,-63.936:45.391,-64.014:45.395,-64.052:45.401,-64.042:45.402,-64.038:45.413,-64.066:45.415,-64.105:45.409,-64.183:45.395,-64.244:45.392,-64.276:45.402,-64.312:45.382,-64.314:45.38,-64.322:45.386,-64.334:45.389,-64.347:45.386,-64.359:45.382,-64.37:45.375,-64.379:45.367,-64.388:45.373,-64.4:45.382,-64.436:45.388,-64.446:45.395,-64.451:45.4,-64.459:45.416,-64.576:45.409,-64.62:45.389,-64.672:45.361,-64.707:45.326,-64.696:45.325,-64.717:45.316,-64.732:45.306,-64.745:45.3,-64.759:45.297,-64.768:45.298,-64.768:45.303,-64.767:45.313,-64.772:45.318,-64.773:45.325,-64.766:45.33,-64.768:45.333,-64.774:45.332,-64.786:45.334,-64.792:45.348,-64.823:45.353,-64.86:45.347,-64.897:45.326,-64.929:45.351,-64.936:45.383,-64.929:45.412,-64.915:45.43,-64.902:45.457,-64.854:45.459,-64.839:45.468,-64.815:45.471,-64.799:45.484,-64.833:45.537,-64.706:45.543,-64.681:45.557,-64.663:45.559,-64.649:45.586,-64.645:45.603,-64.613:45.615,-64.573:45.632,-64.542:45.657,-64.513:45.676,-64.484:45.679,-64.477:45.681,-64.462:45.683,-64.457:45.691,-64.448:45.704,-64.438:45.71,-64.429:45.725,-64.437:45.739,-64.439:45.748,-64.432:45.752,-64.412:45.756,-64.398:45.768,-64.386:45.781,-64.379:45.793,-64.381:45.827,-64.305:45.816,-64.293:45.805,-64.294:45.786,-64.312:45.781,-64.319:45.78,-64.326:45.777,-64.331:45.769,-64.333:45.763,-64.331:45.76,-64.328:45.755,-64.328:45.745,-64.333:45.756,-64.317:45.762,-64.303:45.765,-64.287:45.765,-64.264:45.774,-64.269:45.779,-64.279:45.78,-64.291:45.779,-64.305:45.784,-64.294:45.794,-64.283:45.805,-64.274:45.814,-64.271:45.831,-64.271:45.836,-64.273:45.836,-64.273:45.845,-64.264:45.857,-64.258:45.87,-64.252:45.881,-64.245:45.894,-64.23:45.904,-64.214:45.916,-64.199:45.931,-64.187:45.95,-64.175:45.964,-64.16:45.973,-64.141:45.976,-64.12:45.975,-64.099:45.973,-64.073:45.977,-64.051:45.992,-64.043:45.992,-64.043:45.991,-64.042:45.995,-64.033:46.002,-64.024:46.005,-64.017:46.005,-64.008:46.011,-59.706:45.999,-59.706:45.995,-59.708:45.998,-59.714:46,-59.726:46,-59.76:46.004,-59.781:46.012,-59.778:46.029,-59.724:46.034,-59.695:46.03,-59.689:46.023,-59.703:46.011,-59.706:47.001,-60.501:46.999,-60.486:47.003,-60.461:47.022,-60.42:47.026,-60.396:47.017,-60.383:46.996,-60.398:46.964,-60.434:46.927,-60.465:46.905,-60.49:46.896,-60.496:46.897,-60.474:46.893,-60.452:46.885,-60.442:46.876,-60.455:46.868,-60.455:46.864,-60.43:46.863,-60.393:46.866,-60.358:46.876,-60.339:46.872,-60.331:46.867,-60.323:46.861,-60.317:46.855,-60.311:46.834,-60.305:46.803,-60.309:46.745,-60.324:46.709,-60.342:46.694,-60.345:46.687,-60.352:46.67,-60.399:46.661,-60.391:46.656,-60.381:46.654,-60.37:46.656,-60.358:46.65,-60.358:46.648,-60.365:46.644,-60.378:46.642,-60.386:46.63,-60.374:46.623,-60.36:46.616,-60.35:46.601,-60.352:46.595,-60.357:46.581,-60.38:46.525,-60.421:46.423,-60.461:46.407,-60.473:46.369,-60.509:46.356,-60.516:46.324,-60.53:46.264,-60.578:46.21,-60.606:46.21,-60.606:46.211,-60.605:46.201,-60.6:46.197,-60.599:46.262,-60.552:46.272,-60.54:46.278,-60.524:46.32,-60.475:46.333,-60.443:46.334,-60.434:46.33,-60.419:46.324,-60.416:46.315,-60.418:46.303,-60.421:46.284,-60.427:46.271,-60.442:46.252,-60.475:46.128,-60.612:46.118,-60.632:46.102,-60.675:46.091,-60.691:46.088,-60.701:46.107,-60.715:46.105,-60.725:46.085,-60.748:46.081,-60.756:46.073,-60.773:46.062,-60.816:46.053,-60.873:46.062,-60.879:46.068,-60.874:46.073,-60.863:46.074,-60.852:46.079,-60.874:46.052,-60.912:45.992,-60.975:45.982,-60.993:45.975,-61.015:45.958,-61.102:45.95,-61.119:45.93,-61.126:45.937,-61.033:45.942,-61.01:45.954,-60.995:45.97,-60.983:45.985,-60.969:46.01,-60.903:46.035,-60.884:46.038,-60.863:46.039,-60.818:46.059,-60.773:46.066,-60.747:46.057,-60.736:46.037,-60.743:46.022,-60.76:46.008,-60.781:45.992,-60.797:45.975,-60.803:45.954,-60.806:45.937,-60.815:45.93,-60.835:45.929,-60.847:45.925,-60.858:45.92,-60.868:45.913,-60.876:45.908,-60.886:45.91,-60.898:45.916,-60.92:45.915,-60.962:45.91,-60.981:45.899,-60.989:45.897,-61.001:45.898,-61.056:45.896,-61.071:45.889,-61.052:45.889,-61.044:45.88,-61.057:45.875,-61.073:45.868,-61.088:45.855,-61.098:45.854,-61.084:45.857,-61.061:45.864,-61.039:45.872,-61.03:45.876,-61.019:45.875,-60.998:45.877,-60.983:45.889,-60.989:45.886,-60.968:45.855,-60.914:45.848,-60.926:45.851,-60.937:45.857,-60.949:45.861,-60.965:45.857,-60.967:45.835,-60.942:45.827,-60.934:45.827,-60.953:45.829,-60.961:45.834,-60.969:45.821,-60.982:45.82,-60.995:45.824,-61.006:45.823,-61.013:45.814,-61.024:45.779,-61.103:45.764,-61.123:45.745,-61.134:45.747,-61.129:45.752,-61.112:45.745,-61.111:45.736,-61.111:45.728,-61.113:45.724,-61.116:45.722,-61.126:45.717,-61.134:45.712,-61.14:45.708,-61.148:45.703,-61.143:45.699,-61.133:45.691,-61.082:45.699,-61.049:45.752,-60.947:45.756,-60.913:45.752,-60.873:45.741,-60.836:45.721,-60.807:45.703,-60.799:45.691,-60.808:45.679,-60.824:45.655,-60.845:45.651,-60.85:45.648,-60.849:45.642,-60.838:45.641,-60.829:45.644,-60.826:45.65,-60.828:45.655,-60.832:45.663,-60.81:45.669,-60.818:45.669,-60.784:45.674,-60.777:45.693,-60.766:45.694,-60.759:45.685,-60.744:45.684,-60.732:45.691,-60.73:45.704,-60.742:45.714,-60.73:45.725,-60.733:45.735,-60.743:45.745,-60.749:45.76,-60.746:45.774,-60.737:45.785,-60.725:45.793,-60.715:45.8,-60.7:45.81,-60.669:45.82,-60.653:45.831,-60.644:45.844,-60.634:45.856,-60.623:45.861,-60.609:45.866,-60.599:45.89,-60.569:45.901,-60.541:45.924,-60.521:45.937,-60.478:45.954,-60.445:45.976,-60.416:45.998,-60.399:45.993,-60.42:45.977,-60.463:45.957,-60.497:45.944,-60.564:45.92,-60.621:45.913,-60.646:45.899,-60.665:45.891,-60.699:45.89,-60.71:45.896,-60.722:45.905,-60.731:45.923,-60.74:45.93,-60.749:45.931,-60.762:45.929,-60.776:45.93,-60.787:45.94,-60.791:45.954,-60.782:45.985,-60.715:46.007,-60.684:46.015,-60.666:46.018,-60.642:46.024,-60.622:46.067,-60.564:46.091,-60.508:46.102,-60.489:46.149,-60.431:46.156,-60.417:46.164,-60.405:46.197,-60.375:46.205,-60.355:46.205,-60.334:46.209,-60.315:46.219,-60.301:46.238,-60.297:46.23,-60.318:46.226,-60.338:46.224,-60.383:46.218,-60.401:46.177,-60.447:46.077,-60.607:46.068,-60.63:46.067,-60.639:46.072,-60.653:46.082,-60.655:46.091,-60.65:46.095,-60.642:46.101,-60.621:46.116,-60.601:46.149,-60.571:46.201,-60.502:46.218,-60.494:46.234,-60.475:46.312,-60.351:46.328,-60.283:46.317,-60.279:46.279,-60.259:46.242,-60.205:46.224,-60.212:46.156,-60.29:46.159,-60.278:46.166,-60.268:46.173,-60.261:46.177,-60.256:46.176,-60.244:46.173,-60.235:46.162,-60.221:46.145,-60.212:46.142,-60.205:46.156,-60.194:46.166,-60.192:46.175,-60.195:46.184,-60.199:46.194,-60.201:46.212,-60.193:46.231,-60.174:46.246,-60.152:46.252,-60.136:46.251,-60.109:46.246,-60.083:46.238,-60.059:46.224,-60.037:46.211,-60.091:46.207,-59.991:46.196,-59.944:46.162,-59.948:46.159,-59.934:46.172,-59.901:46.177,-59.882:46.17,-59.81:46.156,-59.836:46.137,-59.863:46.111,-59.882:46.081,-59.885:46.094,-59.871:46.105,-59.851:46.112,-59.829:46.115,-59.81:46.108,-59.81:46.074,-59.872:46.05,-59.896:46.042,-59.909:46.036,-59.954:46.028,-59.958:46.016,-59.95:46.002,-59.937:45.995,-59.921:45.997,-59.898:46.005,-59.858:46.005,-59.84:46.003,-59.832:45.998,-59.824:45.999,-59.83:45.992,-59.832:45.978,-59.83:45.971,-59.824:45.961,-59.807:45.957,-59.803:45.945,-59.802:45.936,-59.805:45.931,-59.812:45.933,-59.824:45.936,-59.862:45.904,-59.939:45.91,-59.968:45.905,-59.975:45.901,-59.98:45.896,-59.985:45.889,-59.989:45.886,-59.984:45.88,-59.98:45.875,-59.975:45.87,-60.127:45.847,-60.153:45.838,-60.155:45.837,-60.154:45.838,-60.147:45.834,-60.133:45.824,-60.112:45.821,-60.101:45.82,-60.088:45.816,-60.075:45.806,-60.072:45.797,-60.074:45.793,-60.081:45.791,-60.093:45.767,-60.178:45.756,-60.199:45.741,-60.208:45.719,-60.215:45.707,-60.235:45.7,-60.26:45.697,-60.283:45.684,-60.323:45.643,-60.395:45.636,-60.441:45.636,-60.462:45.64,-60.47:45.649,-60.475:45.632,-60.5:45.627,-60.512:45.595,-60.63:45.578,-60.662:45.574,-60.672:45.573,-60.704:45.572,-60.711:45.568,-60.719:45.566,-60.727:45.567,-60.736:45.573,-60.741:45.582,-60.742:45.59,-60.744:45.594,-60.752:45.601,-60.828:45.605,-60.844:45.614,-60.849:45.627,-60.85:45.639,-60.855:45.646,-60.871:45.637,-60.884:45.624,-60.895:45.614,-60.907:45.621,-60.916:45.626,-60.925:45.628,-60.936:45.628,-60.947:45.612,-60.946:45.608,-60.97:45.614,-61.024:45.608,-61.01:45.595,-61.016:45.592,-61.025:45.594,-61.047:45.592,-61.058:45.573,-61.085:45.56,-61.131:45.557,-61.157:45.559,-61.175:45.565,-61.157:45.572,-61.151:45.579,-61.155:45.587,-61.167:45.59,-61.182:45.59,-61.196:45.593,-61.205:45.608,-61.208:45.6,-61.215:45.59,-61.22:45.582,-61.225:45.584,-61.232:45.585,-61.241:45.58,-61.253:45.572,-61.266:45.567,-61.277:45.548,-61.27:45.548,-61.284:45.559,-61.322:45.566,-61.335:45.611,-61.363:45.657,-61.419:45.682,-61.442:45.71,-61.455:45.776,-61.465:45.811,-61.475:45.827,-61.492:45.835,-61.497:45.889,-61.489:45.906,-61.5:45.919,-61.514:45.933,-61.523:45.951,-61.516:45.961,-61.521:45.981,-61.521:45.992,-61.523:45.997,-61.529:46.003,-61.538:46.012,-61.547:46.022,-61.551:46.041,-61.541:46.053,-61.517:46.063,-61.491:46.074,-61.475:46.093,-61.47:46.12,-61.466:46.145,-61.459:46.156,-61.445:46.163,-61.431:46.194,-61.384:46.243,-61.289:46.246,-61.28:46.255,-61.278:46.331,-61.212:46.367,-61.191:46.386,-61.178:46.454,-61.095:46.467,-61.086:46.481,-61.08:46.513,-61.075:46.527,-61.066:46.55,-61.04:46.568,-61.03:46.582,-61.037:46.592,-61.05:46.601,-61.057:46.612,-61.054:46.625,-61.043:46.637,-61.029:46.642,-61.016:46.612,-61.03:46.601,-61.03:46.593,-61.024:46.601,-61.017:46.614,-61.012:46.626,-61.01:46.633,-61.005:46.653,-60.972:46.662,-60.965:46.698,-60.947:46.769,-60.899:46.8,-60.869:46.821,-60.832:46.835,-60.788:46.844,-60.769:46.905,-60.701:46.982,-60.651:47.004,-60.642:47.011,-60.633:47.017,-60.623:47.034,-60.603:47.035,-60.593:47.026,-60.571:47.022,-60.534:47.019,-60.523:47.013,-60.514:47.007,-60.509:47.001,-60.501" + +} diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index c9f978f..85e8a25 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -58,6 +58,9 @@ describe("Testing fixtures conversion", function() { describe('Checking fixture 2', function() { checkFormatFixture('testcase2.json'); }); + describe('Checking fixture 3', function() { + checkFormatFixture('testcase3.json'); + }); }); function checkFormatFixture(file) { @@ -71,35 +74,33 @@ function checkFormatFixture(file) { //window.formats = { "formats": {'length': 0} }; //Layer.optimize(0); - var Layer = new LayerOptimizer({layer: L.geoJson(fixture.source)}); + var Layer = new LayerOptimizer({layer: convertToGeoJSON(fixture.source)}); var counters = Layer.countTracksNodes(); + it('Converts GeoJSON to GPX properly', function() { - checkExportFormat(gpx, fixture.source, fixture.gpx); + checkExportFormat(gpx, Layer, fixture.gpx); }); it('Converts GeoJSON to GPX with correct estimated size', function() { checkSizePrecision(gpx, fixture.gpx, counters); }); - it('Converts GeoJSON to Mediawiki properly', function() { - checkExportFormat(mediawiki, fixture.source, fixture.mediawiki); + checkExportFormat(mediawiki, Layer, fixture.mediawiki); }); it('Converts GeoJSON to Mediawiki with correct estimated size', function() { checkSizePrecision(mediawiki, fixture.mediawiki, counters); }); - it('Converts GeoJSON to KML properly', function() { - checkExportFormat(kml, fixture.source, fixture.kml); + checkExportFormat(kml, Layer, fixture.kml); }); it('Converts GeoJSON to KML with correct estimated size', function() { checkSizePrecision(kml, fixture.kml, counters); }); - it('Converts GeoJSON to GeoJSON properly', function() { - checkExportFormat(geojson, fixture.source, fixture.geojson); + checkExportFormat(geojson, Layer, fixture.geojson); }); it('Converts GeoJSON to GeoJSON with correct estimated size', function() { @@ -115,7 +116,9 @@ function checkFormatFixture(file) { */ function checkSizePrecision(format, data, counters) { var estimatedSize = format.getEstimatedSize(counters.tracks, counters.nodes); - var precision = 10/100; // 10 percent + var precision = 15/100; // 15 percent + // Debug in case size is not precise enough + //console.log((data.length*(1-precision)-1) + " < " + estimatedSize + " < " + (data.length*(1+precision)+1) + " ----------- REAL : "+ data.length+"----- percent : "+Math.abs(estimatedSize/data.length)); expect(data.length*(1+precision)+1).toBeGreaterThan(estimatedSize); expect(data.length*(1-precision)-1).toBeLessThan(estimatedSize); } @@ -126,7 +129,28 @@ function checkSizePrecision(format, data, counters) { * @param format the export format * @param data the generated data */ -function checkExportFormat(format, source, data) { - expect(format.exportData(source)).toEqual(data); +function checkExportFormat(format, Layer, data) { + expect(format.groupData(Layer)).toEqual(data); } + +// Got it from https://github.com/makinacorpus/Leaflet.FileLayer/blob/gh-pages/leaflet.filelayer.js +function loadGeoJSON(content) { + if (typeof content == 'string') { + content = JSON.parse(content); + } + var layer = L.geoJson(content); + if (layer.getLayers().length === 0) { + throw new Error('GeoJSON has no valid layers.'); + } + return layer; +} +function convertToGeoJSON(content) { + // Format is either 'gpx' or 'kml' + if (typeof content == 'string') { + var format = content.match(/ Date: Fri, 29 Jan 2016 14:17:33 +0100 Subject: [PATCH 16/25] Remaing test cases. --- .../{testcase1.json => testcase1-classic-geojson.json} | 0 .../{testcase2.json => testcase2-empty-geojson.json} | 0 ...case3.json => testcase3-multitracks-kml-novascotia.json} | 0 tests/formatsSpec.js | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename tests/fixtures/{testcase1.json => testcase1-classic-geojson.json} (100%) rename tests/fixtures/{testcase2.json => testcase2-empty-geojson.json} (100%) rename tests/fixtures/{testcase3.json => testcase3-multitracks-kml-novascotia.json} (100%) diff --git a/tests/fixtures/testcase1.json b/tests/fixtures/testcase1-classic-geojson.json similarity index 100% rename from tests/fixtures/testcase1.json rename to tests/fixtures/testcase1-classic-geojson.json diff --git a/tests/fixtures/testcase2.json b/tests/fixtures/testcase2-empty-geojson.json similarity index 100% rename from tests/fixtures/testcase2.json rename to tests/fixtures/testcase2-empty-geojson.json diff --git a/tests/fixtures/testcase3.json b/tests/fixtures/testcase3-multitracks-kml-novascotia.json similarity index 100% rename from tests/fixtures/testcase3.json rename to tests/fixtures/testcase3-multitracks-kml-novascotia.json diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index 85e8a25..303edb4 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -53,13 +53,13 @@ describe("Testing fixtures conversion", function() { window.map.hasLayer = function() { return true; } describe('Checking fixture 1', function() { - checkFormatFixture('testcase1.json'); + checkFormatFixture('testcase1-classic-geojson.json'); }); describe('Checking fixture 2', function() { - checkFormatFixture('testcase2.json'); + checkFormatFixture('testcase2-empty-geojson.json'); }); describe('Checking fixture 3', function() { - checkFormatFixture('testcase3.json'); + checkFormatFixture('testcase3-multitracks-kml-novascotia.json'); }); }); From 96aafe1875676e93036963733d3f3150f4e0cfc0 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 14:34:32 +0100 Subject: [PATCH 17/25] Rebasing --- dist/app.min.js | 19 +++---------------- dist/formats.min.js | 2 +- dist/layers.min.js | 6 +----- dist/libs.min.js | 1 + dist/style.min.css | 2 +- 5 files changed, 7 insertions(+), 23 deletions(-) diff --git a/dist/app.min.js b/dist/app.min.js index fe19daf..8e6dcef 100644 --- a/dist/app.min.js +++ b/dist/app.min.js @@ -16,20 +16,7 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po !function(d,s,id){ var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);} }(document, 'script', 'twitter-wjs');; -<<<<<<< HEAD -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:45,size_track:110,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:92,size_track:150,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); -======= +function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); ->>>>>>> Initiating Jasmine tests with Grunt & Travis -======= -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:35,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:80,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); ->>>>>>> More tests + better testing environment +function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); \ No newline at end of file diff --git a/dist/formats.min.js b/dist/formats.min.js index 0078ef2..2a0be13 100644 --- a/dist/formats.min.js +++ b/dist/formats.min.js @@ -1 +1 @@ -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:35,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:80,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a>>>>>> More tests + better testing environment +function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;admax&&(index=i,dmax=d);if(dmax>tolerance)var results_one=simplifyGeometry(points.slice(0,index),tolerance),results_two=simplifyGeometry(points.slice(index,points.length),tolerance),results=results_one.concat(results_two);else results=points.length>1?[points[0],points[points.length-1]]:[points[0]];return results};module.exports=simplifyGeometry},{"./line":2}],2:[function(require,module){var Line=function(p1,p2){this.p1=p1,this.p2=p2};Line.prototype.rise=function(){return this.p2[1]-this.p1[1]},Line.prototype.run=function(){return this.p2[0]-this.p1[0]},Line.prototype.slope=function(){return this.rise()/this.run()},Line.prototype.yIntercept=function(){return this.p1[1]-this.p1[0]*this.slope(this.p1,this.p2)},Line.prototype.isVertical=function(){return!isFinite(this.slope())},Line.prototype.isHorizontal=function(){return this.p1[1]==this.p2[1]},Line.prototype._perpendicularDistanceHorizontal=function(point){return Math.abs(this.p1[1]-point[1])},Line.prototype._perpendicularDistanceVertical=function(point){return Math.abs(this.p1[0]-point[0])},Line.prototype._perpendicularDistanceHasSlope=function(point){var slope=this.slope(),y_intercept=this.yIntercept();return Math.abs(slope*point[0]-point[1]+y_intercept)/Math.sqrt(Math.pow(slope,2)+1)},Line.prototype.perpendicularDistance=function(point){return this.isVertical()?this._perpendicularDistanceVertical(point):this.isHorizontal()?this._perpendicularDistanceHorizontal(point):this._perpendicularDistanceHasSlope(point)},module.exports=Line},{}]},{},[1])(1)});; !function(a){function b(b,d){if(g[b]){var e=c(this),f=g[b].apply(e,d);return"undefined"==typeof f?a(this):f}throw new Error("method '"+b+"()' does not exist for slider.")}function c(b){var c=a(b).data("slider");if(c&&c instanceof f)return c;throw new Error(e.callingContextNotSliderInstance)}function d(b){var c=a(this);return c.each(function(){var c=a(this),d=c.data("slider"),e="object"==typeof b&&b;d&&!e&&(e={},a.each(a.fn.slider.defaults,function(a){e[a]=d[a]})),c.data("slider",new f(this,a.extend({},a.fn.slider.defaults,e)))}),c}var e={formatInvalidInputErrorMsg:function(a){return"Invalid input value '"+a+"' passed in"},callingContextNotSliderInstance:"Calling context element does not have instance of Slider bound to it. Check your code to make sure the JQuery object returned from the call to the slider() initializer is calling the method"},f=function(b,c){var d=this.element=a(b).hide(),e=a(b)[0].style.width,f=!1,g=this.element.parent();g.hasClass("slider")===!0?(f=!0,this.picker=g):this.picker=a('
').insertBefore(this.element).append(this.element),this.id=this.element.data("slider-id")||c.id,this.id&&(this.picker[0].id=this.id),("ontouchstart"in window||window.DocumentTouch&&document instanceof window.DocumentTouch)&&(this.touchCapable=!0);var h=this.element.data("slider-tooltip")||c.tooltip;switch(this.tooltip=this.picker.find("#tooltip"),this.tooltipInner=this.tooltip.find("div.tooltip-inner"),this.tooltip_min=this.picker.find("#tooltip_min"),this.tooltipInner_min=this.tooltip_min.find("div.tooltip-inner"),this.tooltip_max=this.picker.find("#tooltip_max"),this.tooltipInner_max=this.tooltip_max.find("div.tooltip-inner"),f===!0&&(this.picker.removeClass("slider-horizontal"),this.picker.removeClass("slider-vertical"),this.tooltip.removeClass("hide"),this.tooltip_min.removeClass("hide"),this.tooltip_max.removeClass("hide")),this.orientation=this.element.data("slider-orientation")||c.orientation,this.orientation){case"vertical":this.picker.addClass("slider-vertical"),this.stylePos="top",this.mousePos="pageY",this.sizePos="offsetHeight",this.tooltip.addClass("right")[0].style.left="100%",this.tooltip_min.addClass("right")[0].style.left="100%",this.tooltip_max.addClass("right")[0].style.left="100%";break;default:this.picker.addClass("slider-horizontal").css("width",e),this.orientation="horizontal",this.stylePos="left",this.mousePos="pageX",this.sizePos="offsetWidth",this.tooltip.addClass("top")[0].style.top=-this.tooltip.outerHeight()-14+"px",this.tooltip_min.addClass("top")[0].style.top=-this.tooltip_min.outerHeight()-14+"px",this.tooltip_max.addClass("top")[0].style.top=-this.tooltip_max.outerHeight()-14+"px"}var i=this;switch(a.each(["min","max","step","precision","value","reversed","handle"],function(a,b){i[b]="undefined"!=typeof d.data("slider-"+b)?d.data("slider-"+b):"undefined"!=typeof c[b]?c[b]:"undefined"!=typeof d.prop(b)?d.prop(b):0}),this.value instanceof Array?f&&!this.range?this.value=this.value[0]:this.range=!0:this.range&&(this.value=[this.value,this.max]),this.selection=this.element.data("slider-selection")||c.selection,this.selectionEl=this.picker.find(".slider-selection"),"none"===this.selection&&this.selectionEl.addClass("hide"),this.selectionElStyle=this.selectionEl[0].style,this.handle1=this.picker.find(".slider-handle:first"),this.handle1Stype=this.handle1[0].style,this.handle2=this.picker.find(".slider-handle:last"),this.handle2Stype=this.handle2[0].style,f===!0&&(this.handle1.removeClass("round triangle"),this.handle2.removeClass("round triangle hide")),this.handle){case"round":this.handle1.addClass("round"),this.handle2.addClass("round");break;case"triangle":this.handle1.addClass("triangle"),this.handle2.addClass("triangle")}this.offset=this.picker.offset(),this.size=this.picker[0][this.sizePos],this.formater=c.formater,this.tooltip_separator=c.tooltip_separator,this.tooltip_split=c.tooltip_split,this.setValue(this.value),this.handle1.on({keydown:a.proxy(this.keydown,this,0)}),this.handle2.on({keydown:a.proxy(this.keydown,this,1)}),this.touchCapable&&this.picker.on({touchstart:a.proxy(this.mousedown,this)}),this.picker.on({mousedown:a.proxy(this.mousedown,this)}),"hide"===h?(this.tooltip.addClass("hide"),this.tooltip_min.addClass("hide"),this.tooltip_max.addClass("hide")):"always"===h?(this.showTooltip(),this.alwaysShowTooltip=!0):(this.picker.on({mouseenter:a.proxy(this.showTooltip,this),mouseleave:a.proxy(this.hideTooltip,this)}),this.handle1.on({focus:a.proxy(this.showTooltip,this),blur:a.proxy(this.hideTooltip,this)}),this.handle2.on({focus:a.proxy(this.showTooltip,this),blur:a.proxy(this.hideTooltip,this)})),this.enabled=c.enabled&&(void 0===this.element.data("slider-enabled")||this.element.data("slider-enabled")===!0),this.enabled?this.enable():this.disable(),this.natural_arrow_keys=this.element.data("slider-natural_arrow_keys")||c.natural_arrow_keys};f.prototype={constructor:f,over:!1,inDrag:!1,showTooltip:function(){this.tooltip_split===!1?this.tooltip.addClass("in"):(this.tooltip_min.addClass("in"),this.tooltip_max.addClass("in")),this.over=!0},hideTooltip:function(){this.inDrag===!1&&this.alwaysShowTooltip!==!0&&(this.tooltip.removeClass("in"),this.tooltip_min.removeClass("in"),this.tooltip_max.removeClass("in")),this.over=!1},layout:function(){var a;if(a=this.reversed?[100-this.percentage[0],this.percentage[1]]:[this.percentage[0],this.percentage[1]],this.handle1Stype[this.stylePos]=a[0]+"%",this.handle2Stype[this.stylePos]=a[1]+"%","vertical"===this.orientation)this.selectionElStyle.top=Math.min(a[0],a[1])+"%",this.selectionElStyle.height=Math.abs(a[0]-a[1])+"%";else{this.selectionElStyle.left=Math.min(a[0],a[1])+"%",this.selectionElStyle.width=Math.abs(a[0]-a[1])+"%";var b=this.tooltip_min[0].getBoundingClientRect(),c=this.tooltip_max[0].getBoundingClientRect();b.right>c.left?(this.tooltip_max.removeClass("top"),this.tooltip_max.addClass("bottom")[0].style.top="18px"):(this.tooltip_max.removeClass("bottom"),this.tooltip_max.addClass("top")[0].style.top="-30px")}this.range?(this.tooltipInner.text(this.formater(this.value[0])+this.tooltip_separator+this.formater(this.value[1])),this.tooltip[0].style[this.stylePos]=this.size*(a[0]+(a[1]-a[0])/2)/100-("vertical"===this.orientation?this.tooltip.outerHeight()/2:this.tooltip.outerWidth()/2)+"px",this.tooltipInner_min.text(this.formater(this.value[0])),this.tooltipInner_max.text(this.formater(this.value[1])),this.tooltip_min[0].style[this.stylePos]=this.size*(a[0]/100)-("vertical"===this.orientation?this.tooltip_min.outerHeight()/2:this.tooltip_min.outerWidth()/2)+"px",this.tooltip_max[0].style[this.stylePos]=this.size*(a[1]/100)-("vertical"===this.orientation?this.tooltip_max.outerHeight()/2:this.tooltip_max.outerWidth()/2)+"px"):(this.tooltipInner.text(this.formater(this.value[0])),this.tooltip[0].style[this.stylePos]=this.size*a[0]/100-("vertical"===this.orientation?this.tooltip.outerHeight()/2:this.tooltip.outerWidth()/2)+"px")},mousedown:function(b){if(!this.isEnabled())return!1;this.touchCapable&&"touchstart"===b.type&&(b=b.originalEvent),this.triggerFocusOnHandle(),this.offset=this.picker.offset(),this.size=this.picker[0][this.sizePos];var c=this.getPercentage(b);if(this.range){var d=Math.abs(this.percentage[0]-c),e=Math.abs(this.percentage[1]-c);this.dragged=e>d?0:1}else this.dragged=0;this.percentage[this.dragged]=this.reversed?100-c:c,this.layout(),this.touchCapable&&a(document).on({touchmove:a.proxy(this.mousemove,this),touchend:a.proxy(this.mouseup,this)}),a(document).on({mousemove:a.proxy(this.mousemove,this),mouseup:a.proxy(this.mouseup,this)}),this.inDrag=!0;var f=this.calculateValue();return this.element.trigger({type:"slideStart",value:f}).data("value",f).prop("value",f),this.setValue(f),!0},triggerFocusOnHandle:function(a){0===a&&this.handle1.focus(),1===a&&this.handle2.focus()},keydown:function(a,b){if(!this.isEnabled())return!1;var c;switch(b.which){case 37:case 40:c=-1;break;case 39:case 38:c=1}if(c){this.natural_arrow_keys&&("vertical"===this.orientation&&!this.reversed||"horizontal"===this.orientation&&this.reversed)&&(c=-1*c);var d=c*this.percentage[2],e=this.percentage[a]+d;e>100?e=100:0>e&&(e=0),this.dragged=a,this.adjustPercentageForRangeSliders(e),this.percentage[this.dragged]=e,this.layout();var f=this.calculateValue();return this.element.trigger({type:"slideStart",value:f}).data("value",f).prop("value",f),this.setValue(f,!0),this.element.trigger({type:"slideStop",value:f}).data("value",f).prop("value",f),!1}},mousemove:function(a){if(!this.isEnabled())return!1;this.touchCapable&&"touchmove"===a.type&&(a=a.originalEvent);var b=this.getPercentage(a);this.adjustPercentageForRangeSliders(b),this.percentage[this.dragged]=this.reversed?100-b:b,this.layout();var c=this.calculateValue();return this.setValue(c,!0),!1},adjustPercentageForRangeSliders:function(a){this.range&&(0===this.dragged&&this.percentage[1]a&&(this.percentage[1]=this.percentage[0],this.dragged=0))},mouseup:function(){if(!this.isEnabled())return!1;this.touchCapable&&a(document).off({touchmove:this.mousemove,touchend:this.mouseup}),a(document).off({mousemove:this.mousemove,mouseup:this.mouseup}),this.inDrag=!1,this.over===!1&&this.hideTooltip();var b=this.calculateValue();return this.layout(),this.element.data("value",b).prop("value",b).trigger({type:"slideStop",value:b}),!1},calculateValue:function(){var a;return this.range?(a=[this.min,this.max],0!==this.percentage[0]&&(a[0]=Math.max(this.min,this.min+Math.round(this.diff*this.percentage[0]/100/this.step)*this.step),a[0]=this.applyPrecision(a[0])),100!==this.percentage[1]&&(a[1]=Math.min(this.max,this.min+Math.round(this.diff*this.percentage[1]/100/this.step)*this.step),a[1]=this.applyPrecision(a[1])),this.value=a):(a=this.min+Math.round(this.diff*this.percentage[0]/100/this.step)*this.step,athis.max&&(a=this.max),a=parseFloat(a),a=this.applyPrecision(a),this.value=[a,this.value[1]]),a},applyPrecision:function(a){var b=this.precision||this.getNumDigitsAfterDecimalPlace(this.step);return this.applyToFixedAndParseFloat(a,b)},getNumDigitsAfterDecimalPlace:function(a){var b=(""+a).match(/(?:\.(\d+))?(?:[eE]([+-]?\d+))?$/);return b?Math.max(0,(b[1]?b[1].length:0)-(b[2]?+b[2]:0)):0},applyToFixedAndParseFloat:function(a,b){var c=a.toFixed(b);return parseFloat(c)},getPercentage:function(a){!this.touchCapable||"touchstart"!==a.type&&"touchmove"!==a.type||(a=a.touches[0]);var b=100*(a[this.mousePos]-this.offset[this.stylePos])/this.size;return b=Math.round(b/this.percentage[2])*this.percentage[2],Math.max(0,Math.min(100,b))},getValue:function(){return this.range?this.value:this.value[0]},setValue:function(a,b){if(a||(a=0),this.value=this.validateInputValue(a),this.range?(this.value[0]=this.applyPrecision(this.value[0]),this.value[1]=this.applyPrecision(this.value[1]),this.value[0]=Math.max(this.min,Math.min(this.max,this.value[0])),this.value[1]=Math.max(this.min,Math.min(this.max,this.value[1]))):(this.value=this.applyPrecision(this.value),this.value=[Math.max(this.min,Math.min(this.max,this.value))],this.handle2.addClass("hide"),this.value[1]="after"===this.selection?this.max:this.min),this.diff=this.max-this.min,this.percentage=this.diff>0?[100*(this.value[0]-this.min)/this.diff,100*(this.value[1]-this.min)/this.diff,100*this.step/this.diff]:[0,0,100],this.layout(),b===!0){var c=this.range?this.value:this.value[0];this.element.trigger({type:"slide",value:c}).data("value",c).prop("value",c)}},validateInputValue:function(b){if("number"==typeof b)return b;if(b instanceof Array)return a.each(b,function(a,b){if("number"!=typeof b)throw new Error(e.formatInvalidInputErrorMsg(b))}),b;throw new Error(e.formatInvalidInputErrorMsg(b))},destroy:function(){this.handle1.off(),this.handle2.off(),this.element.off().show().insertBefore(this.picker),this.picker.off().remove(),a(this.element).removeData("slider")},disable:function(){this.enabled=!1,this.handle1.removeAttr("tabindex"),this.handle2.removeAttr("tabindex"),this.picker.addClass("slider-disabled"),this.element.trigger("slideDisabled")},enable:function(){this.enabled=!0,this.handle1.attr("tabindex",0),this.handle2.attr("tabindex",0),this.picker.removeClass("slider-disabled"),this.element.trigger("slideEnabled")},toggle:function(){this.enabled?this.disable():this.enable()},isEnabled:function(){return this.enabled},setAttribute:function(a,b){this[a]=b},getAttribute:function(a){return this[a]}};var g={getValue:f.prototype.getValue,setValue:f.prototype.setValue,setAttribute:f.prototype.setAttribute,getAttribute:f.prototype.getAttribute,destroy:f.prototype.destroy,disable:f.prototype.disable,enable:f.prototype.enable,toggle:f.prototype.toggle,isEnabled:f.prototype.isEnabled};a.fn.slider=function(a){if("string"==typeof a&&"refresh"!==a){var c=Array.prototype.slice.call(arguments,1);return b.call(this,a,c)}return d.call(this,a)},a.fn.slider.defaults={min:0,max:10,step:1,precision:0,orientation:"horizontal",value:5,range:!1,selection:"before",tooltip:"show",tooltip_separator:":",tooltip_split:!1,natural_arrow_keys:!1,handle:"round",reversed:!1,enabled:!0,formater:function(a){return a}},a.fn.slider.Constructor=f}(window.jQuery);; +!function(a){"use strict";"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports&&"function"==typeof require?require("jquery"):jQuery)}(function(a){"use strict";function b(c,d){var e=function(){},f=this,g={ajaxSettings:{},autoSelectFirst:!1,appendTo:document.body,serviceUrl:null,lookup:null,onSelect:null,width:"auto",minChars:1,maxHeight:300,deferRequestBy:0,params:{},formatResult:b.formatResult,delimiter:null,zIndex:9999,type:"GET",noCache:!1,onSearchStart:e,onSearchComplete:e,onSearchError:e,preserveInput:!1,containerClass:"autocomplete-suggestions",tabDisabled:!1,dataType:"text",currentRequest:null,triggerSelectOnValidInput:!0,preventBadQueries:!0,lookupFilter:function(a,b,c){return-1!==a.value.toLowerCase().indexOf(c)},paramName:"query",transformResult:function(b){return"string"==typeof b?a.parseJSON(b):b},showNoSuggestionNotice:!1,noSuggestionNotice:"No results",orientation:"bottom",forceFixPosition:!1};f.element=c,f.el=a(c),f.suggestions=[],f.badQueries=[],f.selectedIndex=-1,f.currentValue=f.element.value,f.intervalId=0,f.cachedResponse={},f.onChangeInterval=null,f.onChange=null,f.isLocal=!1,f.suggestionsContainer=null,f.noSuggestionsContainer=null,f.options=a.extend({},g,d),f.classes={selected:"autocomplete-selected",suggestion:"autocomplete-suggestion"},f.hint=null,f.hintValue="",f.selection=null,f.initialize(),f.setOptions(d)}var c=function(){return{escapeRegExChars:function(a){return a.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")},createNode:function(a){var b=document.createElement("div");return b.className=a,b.style.position="absolute",b.style.display="none",b}}}(),d={ESC:27,TAB:9,RETURN:13,LEFT:37,UP:38,RIGHT:39,DOWN:40};b.utils=c,a.Autocomplete=b,b.formatResult=function(a,b){var d="("+c.escapeRegExChars(b)+")";return a.value.replace(new RegExp(d,"gi"),"$1")},b.prototype={killerFn:null,initialize:function(){var c,d=this,e="."+d.classes.suggestion,f=d.classes.selected,g=d.options;d.element.setAttribute("autocomplete","off"),d.killerFn=function(b){0===a(b.target).closest("."+d.options.containerClass).length&&(d.killSuggestions(),d.disableKillerFn())},d.noSuggestionsContainer=a('
').html(this.options.noSuggestionNotice).get(0),d.suggestionsContainer=b.utils.createNode(g.containerClass),c=a(d.suggestionsContainer),c.appendTo(g.appendTo),"auto"!==g.width&&c.width(g.width),c.on("mouseover.autocomplete",e,function(){d.activate(a(this).data("index"))}),c.on("mouseout.autocomplete",function(){d.selectedIndex=-1,c.children("."+f).removeClass(f)}),c.on("click.autocomplete",e,function(){d.select(a(this).data("index"))}),d.fixPositionCapture=function(){d.visible&&d.fixPosition()},a(window).on("resize.autocomplete",d.fixPositionCapture),d.el.on("keydown.autocomplete",function(a){d.onKeyPress(a)}),d.el.on("keyup.autocomplete",function(a){d.onKeyUp(a)}),d.el.on("blur.autocomplete",function(){d.onBlur()}),d.el.on("focus.autocomplete",function(){d.onFocus()}),d.el.on("change.autocomplete",function(a){d.onKeyUp(a)}),d.el.on("input.autocomplete",function(a){d.onKeyUp(a)})},onFocus:function(){var a=this;a.fixPosition(),a.options.minChars<=a.el.val().length&&a.onValueChange()},onBlur:function(){this.enableKillerFn()},setOptions:function(b){var c=this,d=c.options;a.extend(d,b),c.isLocal=a.isArray(d.lookup),c.isLocal&&(d.lookup=c.verifySuggestionsFormat(d.lookup)),d.orientation=c.validateOrientation(d.orientation,"bottom"),a(c.suggestionsContainer).css({"max-height":d.maxHeight+"px",width:d.width+"px","z-index":d.zIndex})},clearCache:function(){this.cachedResponse={},this.badQueries=[]},clear:function(){this.clearCache(),this.currentValue="",this.suggestions=[]},disable:function(){var a=this;a.disabled=!0,clearInterval(a.onChangeInterval),a.currentRequest&&a.currentRequest.abort()},enable:function(){this.disabled=!1},fixPosition:function(){var b=this,c=a(b.suggestionsContainer),d=c.parent().get(0);if(d===document.body||b.options.forceFixPosition){var e=b.options.orientation,f=c.outerHeight(),g=b.el.outerHeight(),h=b.el.offset(),i={top:h.top,left:h.left};if("auto"===e){var j=a(window).height(),k=a(window).scrollTop(),l=-k+h.top-f,m=k+j-(h.top+g+f);e=Math.max(l,m)===l?"top":"bottom"}if(i.top+="top"===e?-f:g,d!==document.body){var n,o=c.css("opacity");b.visible||c.css("opacity",0).show(),n=c.offsetParent().offset(),i.top-=n.top,i.left-=n.left,b.visible||c.css("opacity",o).hide()}"auto"===b.options.width&&(i.width=b.el.outerWidth()-2+"px"),c.css(i)}},enableKillerFn:function(){var b=this;a(document).on("click.autocomplete",b.killerFn)},disableKillerFn:function(){var b=this;a(document).off("click.autocomplete",b.killerFn)},killSuggestions:function(){var a=this;a.stopKillSuggestions(),a.intervalId=window.setInterval(function(){a.hide(),a.stopKillSuggestions()},50)},stopKillSuggestions:function(){window.clearInterval(this.intervalId)},isCursorAtEnd:function(){var a,b=this,c=b.el.val().length,d=b.element.selectionStart;return"number"==typeof d?d===c:document.selection?(a=document.selection.createRange(),a.moveStart("character",-c),c===a.text.length):!0},onKeyPress:function(a){var b=this;if(!b.disabled&&!b.visible&&a.which===d.DOWN&&b.currentValue)return void b.suggest();if(!b.disabled&&b.visible){switch(a.which){case d.ESC:b.el.val(b.currentValue),b.hide();break;case d.RIGHT:if(b.hint&&b.options.onHint&&b.isCursorAtEnd()){b.selectHint();break}return;case d.TAB:if(b.hint&&b.options.onHint)return void b.selectHint();if(-1===b.selectedIndex)return void b.hide();if(b.select(b.selectedIndex),b.options.tabDisabled===!1)return;break;case d.RETURN:if(-1===b.selectedIndex)return void b.hide();b.select(b.selectedIndex);break;case d.UP:b.moveUp();break;case d.DOWN:b.moveDown();break;default:return}a.stopImmediatePropagation(),a.preventDefault()}},onKeyUp:function(a){var b=this;if(!b.disabled){switch(a.which){case d.UP:case d.DOWN:return}clearInterval(b.onChangeInterval),b.currentValue!==b.el.val()&&(b.findBestHint(),b.options.deferRequestBy>0?b.onChangeInterval=setInterval(function(){b.onValueChange()},b.options.deferRequestBy):b.onValueChange())}},onValueChange:function(){var b,c=this,d=c.options,e=c.el.val(),f=c.getQuery(e);return c.selection&&c.currentValue!==f&&(c.selection=null,(d.onInvalidateSelection||a.noop).call(c.element)),clearInterval(c.onChangeInterval),c.currentValue=e,c.selectedIndex=-1,d.triggerSelectOnValidInput&&(b=c.findSuggestionIndex(f),-1!==b)?void c.select(b):void(f.lengthh&&(c.suggestions=c.suggestions.slice(0,h)),c},getSuggestions:function(b){var c,d,e,f,g=this,h=g.options,i=h.serviceUrl;if(h.params[h.paramName]=b,d=h.ignoreParams?null:h.params,h.onSearchStart.call(g.element,h.params)!==!1){if(a.isFunction(h.lookup))return void h.lookup(b,function(a){g.suggestions=a.suggestions,g.suggest(),h.onSearchComplete.call(g.element,b,a.suggestions)});g.isLocal?c=g.getSuggestionsLocal(b):(a.isFunction(i)&&(i=i.call(g.element,b)),e=i+"?"+a.param(d||{}),c=g.cachedResponse[e]),c&&a.isArray(c.suggestions)?(g.suggestions=c.suggestions,g.suggest(),h.onSearchComplete.call(g.element,b,c.suggestions)):g.isBadQuery(b)?h.onSearchComplete.call(g.element,b,[]):(g.currentRequest&&g.currentRequest.abort(),f={url:i,data:d,type:h.type,dataType:h.dataType},a.extend(f,h.ajaxSettings),g.currentRequest=a.ajax(f).done(function(a){var c;g.currentRequest=null,c=h.transformResult(a),g.processResponse(c,b,e),h.onSearchComplete.call(g.element,b,c.suggestions)}).fail(function(a,c,d){h.onSearchError.call(g.element,b,a,c,d)}))}},isBadQuery:function(a){if(!this.options.preventBadQueries)return!1;for(var b=this.badQueries,c=b.length;c--;)if(0===a.indexOf(b[c]))return!0;return!1},hide:function(){var b=this,c=a(b.suggestionsContainer);a.isFunction(b.options.onHide)&&b.visible&&b.options.onHide.call(b.element,c),b.visible=!1,b.selectedIndex=-1,clearInterval(b.onChangeInterval),a(b.suggestionsContainer).hide(),b.signalHint(null)},suggest:function(){if(0===this.suggestions.length)return void(this.options.showNoSuggestionNotice?this.noSuggestions():this.hide());var b,c,d=this,e=d.options,f=e.groupBy,g=e.formatResult,h=d.getQuery(d.currentValue),i=d.classes.suggestion,j=d.classes.selected,k=a(d.suggestionsContainer),l=a(d.noSuggestionsContainer),m=e.beforeRender,n="",o=function(a){var c=a.data[f];return b===c?"":(b=c,'
'+b+"
")};return e.triggerSelectOnValidInput&&(c=d.findSuggestionIndex(h),-1!==c)?void d.select(c):(a.each(d.suggestions,function(a,b){f&&(n+=o(b,h,a)),n+='
'+g(b,h)+"
"}),this.adjustContainerWidth(),l.detach(),k.html(n),a.isFunction(m)&&m.call(d.element,k),d.fixPosition(),k.show(),e.autoSelectFirst&&(d.selectedIndex=0,k.scrollTop(0),k.children("."+i).first().addClass(j)),d.visible=!0,void d.findBestHint())},noSuggestions:function(){var b=this,c=a(b.suggestionsContainer),d=a(b.noSuggestionsContainer);this.adjustContainerWidth(),d.detach(),c.empty(),c.append(d),b.fixPosition(),c.show(),b.visible=!0},adjustContainerWidth:function(){var b,c=this,d=c.options,e=a(c.suggestionsContainer);"auto"===d.width&&(b=c.el.outerWidth()-2,e.width(b>0?b:300))},findBestHint:function(){var b=this,c=b.el.val().toLowerCase(),d=null;c&&(a.each(b.suggestions,function(a,b){var e=0===b.value.toLowerCase().indexOf(c);return e&&(d=b),!e}),b.signalHint(d))},signalHint:function(b){var c="",d=this;b&&(c=d.currentValue+b.value.substr(d.currentValue.length)),d.hintValue!==c&&(d.hintValue=c,d.hint=b,(this.options.onHint||a.noop)(c))},verifySuggestionsFormat:function(b){return b.length&&"string"==typeof b[0]?a.map(b,function(a){return{value:a,data:null}}):b},validateOrientation:function(b,c){return b=a.trim(b||"").toLowerCase(),-1===a.inArray(b,["auto","bottom","top"])&&(b=c),b},processResponse:function(a,b,c){var d=this,e=d.options;a.suggestions=d.verifySuggestionsFormat(a.suggestions),e.noCache||(d.cachedResponse[c]=a,e.preventBadQueries&&0===a.suggestions.length&&d.badQueries.push(b)),b===d.getQuery(d.currentValue)&&(d.suggestions=a.suggestions,d.suggest())},activate:function(b){var c,d=this,e=d.classes.selected,f=a(d.suggestionsContainer),g=f.find("."+d.classes.suggestion);return f.find("."+e).removeClass(e),d.selectedIndex=b,-1!==d.selectedIndex&&g.length>d.selectedIndex?(c=g.get(d.selectedIndex),a(c).addClass(e),c):null},selectHint:function(){var b=this,c=a.inArray(b.hint,b.suggestions);b.select(c)},select:function(a){var b=this;b.hide(),b.onSelect(a)},moveUp:function(){var b=this;if(-1!==b.selectedIndex)return 0===b.selectedIndex?(a(b.suggestionsContainer).children().first().removeClass(b.classes.selected),b.selectedIndex=-1,b.el.val(b.currentValue),void b.findBestHint()):void b.adjustScroll(b.selectedIndex-1)},moveDown:function(){var a=this;a.selectedIndex!==a.suggestions.length-1&&a.adjustScroll(a.selectedIndex+1)},adjustScroll:function(b){var c=this,d=c.activate(b);if(d){var e,f,g,h=a(d).outerHeight();e=d.offsetTop,f=a(c.suggestionsContainer).scrollTop(),g=f+c.options.maxHeight-h,f>e?a(c.suggestionsContainer).scrollTop(e):e>g&&a(c.suggestionsContainer).scrollTop(e-c.options.maxHeight+h),c.options.preserveInput||c.el.val(c.getValue(c.suggestions[b].value)),c.signalHint(null)}},onSelect:function(b){var c=this,d=c.options.onSelect,e=c.suggestions[b];c.currentValue=c.getValue(e.value),c.currentValue===c.el.val()||c.options.preserveInput||c.el.val(c.currentValue),c.signalHint(null),c.suggestions=[],c.selection=e,a.isFunction(d)&&d.call(c.element,e)},getValue:function(a){var b,c,d=this,e=d.options.delimiter;return e?(b=d.currentValue,c=b.split(e),1===c.length?a:b.substr(0,b.length-c[c.length-1].length)+a):a},dispose:function(){var b=this;b.el.off(".autocomplete").removeData("autocomplete"),b.disableKillerFn(),a(window).off("resize.autocomplete",b.fixPositionCapture),a(b.suggestionsContainer).remove()}},a.fn.autocomplete=a.fn.devbridgeAutocomplete=function(c,d){var e="autocomplete";return 0===arguments.length?this.first().data(e):this.each(function(){var f=a(this),g=f.data(e);"string"==typeof c?g&&"function"==typeof g[c]&&g[c](d):(g&&g.dispose&&g.dispose(),g=new b(this,c),f.data(e,g))})}});; !function(a){function b(a,b){if(!b||"function"==typeof b)return a;for(var c in b)a[c]=b[c];return a}function c(a,b){for(var d in b)d in a?c(a[d],b[d]):a[d]=b[d];return a}function d(a,b,c){var d,e=0,f=a.length,g=void 0===f||"[object Array]"!==Object.prototype.toString.apply(a)||"function"==typeof a;if(c)if(g){for(d in a)if(b.apply(a[d],c)===!1)break}else for(;f>e&&b.apply(a[e++],c)!==!1;);else if(g){for(d in a)if(b.call(a[d],d,a[d])===!1)break}else for(;f>e&&b.call(a[e],e,a[e++])!==!1;);return a}function e(a){return"string"==typeof a?a.replace(/[&<>"'\/]/g,function(a){return R[a]}):a}function f(a){var b=function(a){if(window.XMLHttpRequest)return a(null,new XMLHttpRequest);if(window.ActiveXObject)try{return a(null,new ActiveXObject("Msxml2.XMLHTTP"))}catch(b){return a(null,new ActiveXObject("Microsoft.XMLHTTP"))}return a(new Error)},c=function(a){if("string"==typeof a)return a;var b=[];for(var c in a)a.hasOwnProperty(c)&&b.push(encodeURIComponent(c)+"="+encodeURIComponent(a[c]));return b.join("&")},d=function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;cd?b+=String.fromCharCode(d):d>127&&2048>d?(b+=String.fromCharCode(d>>6|192),b+=String.fromCharCode(63&d|128)):(b+=String.fromCharCode(d>>12|224),b+=String.fromCharCode(d>>6&63|128),b+=String.fromCharCode(63&d|128))}return b},e=function(a){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a=d(a);var c,e,f,g,h,i,j,k="",l=0;do c=a.charCodeAt(l++),e=a.charCodeAt(l++),f=a.charCodeAt(l++),g=c>>2,h=(3&c)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k+=b.charAt(g)+b.charAt(h)+b.charAt(i)+b.charAt(j),c=e=f="",g=h=i=j="";while(l1&&(d+=d.indexOf("?")>-1?"&"+k:"?"+k),e.jsonp){var l=document.getElementsByTagName("head")[0],m=document.createElement("script");return m.type="text/javascript",m.src=d,void l.appendChild(m)}}b(function(b,c){if(b)return h(b);c.open(a,d,e.async);for(var f in j)j.hasOwnProperty(f)&&c.setRequestHeader(f,j[f]);c.onreadystatechange=function(){if(4===c.readyState){var a=c.responseText||"";if(!h)return;h(c.status,{text:function(){return a},json:function(){try{return JSON.parse(a)}catch(b){return U.error("Can not parse JSON. URL: "+d),{}}}})}},c.send(i)})},h={authBasic:function(a,b){g.headers.Authorization="Basic "+e(a+":"+b)},connect:function(a,b,c){return g("CONNECT",a,b,c)},del:function(a,b,c){return g("DELETE",a,b,c)},get:function(a,b,c){return g("GET",a,b,c)},head:function(a,b,c){return g("HEAD",a,b,c)},headers:function(a){g.headers=a||{}},isAllowed:function(a,b,c){this.options(a,function(a,d){c(-1!==d.text().indexOf(b))})},options:function(a,b,c){return g("OPTIONS",a,b,c)},patch:function(a,b,c){return g("PATCH",a,b,c)},post:function(a,b,c){return g("POST",a,b,c)},put:function(a,b,c){return g("PUT",a,b,c)},trace:function(a,b,c){return g("TRACE",a,b,c)}},i=a.type?a.type.toLowerCase():"get";h[i](a.url,a,function(b,c){200===b||0===b&&c.text()?a.success(c.json(),b,null):a.error(c.text(),b,null)})}function g(a,b){"function"==typeof a&&(b=a,a={}),a=a||{},U.extend(Q,a),delete Q.fixLng,Q.functions&&(delete Q.functions,U.extend(U,a.functions)),"string"==typeof Q.ns&&(Q.ns={namespaces:[Q.ns],defaultNs:Q.ns}),"string"==typeof Q.fallbackNS&&(Q.fallbackNS=[Q.fallbackNS]),("string"==typeof Q.fallbackLng||"boolean"==typeof Q.fallbackLng)&&(Q.fallbackLng=[Q.fallbackLng]),Q.interpolationPrefixEscaped=U.regexEscape(Q.interpolationPrefix),Q.interpolationSuffixEscaped=U.regexEscape(Q.interpolationSuffix),Q.lng||(Q.lng=U.detectLanguage()),M=U.toLanguages(Q.lng),H=M[0],U.log("currentLng set to: "+H),Q.useCookie&&U.cookie.read(Q.cookieName)!==H&&U.cookie.create(Q.cookieName,H,Q.cookieExpirationTime,Q.cookieDomain),Q.detectLngFromLocalStorage&&"undefined"!=typeof document&&window.localStorage&&U.localStorage.setItem("i18next_lng",H);var c=B;a.fixLng&&(c=function(a,b){return b=b||{},b.lng=b.lng||c.lng,B(a,b)},c.lng=H),X.setCurrentLng(H),I&&Q.setJqueryExt&&u();var d;if(I&&I.Deferred&&(d=I.Deferred()),!Q.resStore){var e=U.toLanguages(Q.lng);"string"==typeof Q.preload&&(Q.preload=[Q.preload]);for(var f=0,g=Q.preload.length;g>f;f++)for(var h=U.toLanguages(Q.preload[f]),i=0,j=h.length;j>i;i++)e.indexOf(h[i])<0&&e.push(h[i]);return J.sync.load(e,Q,function(a,e){K=e,N=!0,b&&b(c),d&&d.resolve(c)}),d?d.promise():void 0}return K=Q.resStore,N=!0,b&&b(c),d&&d.resolve(c),d?d.promise():void 0}function h(a,b){"string"==typeof a&&(a=[a]);for(var c=0,d=a.length;d>c;c++)Q.preload.indexOf(a[c])<0&&Q.preload.push(a[c]);return g(b)}function i(a,b,c,d){"string"!=typeof b?(c=b,b=Q.ns.defaultNs):Q.ns.namespaces.indexOf(b)<0&&Q.ns.namespaces.push(b),K[a]=K[a]||{},K[a][b]=K[a][b]||{},d?U.deepExtend(K[a][b],c):U.extend(K[a][b],c),Q.useLocalStorage&&O._storeLocal(K)}function j(a,b){"string"!=typeof b&&(b=Q.ns.defaultNs),K[a]=K[a]||{};var c=K[a][b]||{},d=!1;for(var e in c)c.hasOwnProperty(e)&&(d=!0);return d}function k(a,b){return"string"!=typeof b&&(b=Q.ns.defaultNs),K[a]=K[a]||{},U.extend({},K[a][b])}function l(a,b){"string"!=typeof b&&(b=Q.ns.defaultNs),K[a]=K[a]||{},K[a][b]={},Q.useLocalStorage&&O._storeLocal(K)}function m(a,b,c,d){"string"!=typeof b?(resource=b,b=Q.ns.defaultNs):Q.ns.namespaces.indexOf(b)<0&&Q.ns.namespaces.push(b),K[a]=K[a]||{},K[a][b]=K[a][b]||{};for(var e=c.split(Q.keyseparator),f=0,g=K[a][b];e[f];)f==e.length-1?g[e[f]]=d:(null==g[e[f]]&&(g[e[f]]={}),g=g[e[f]]),f++;Q.useLocalStorage&&O._storeLocal(K)}function n(a,b,c){"string"!=typeof b?(resource=b,b=Q.ns.defaultNs):Q.ns.namespaces.indexOf(b)<0&&Q.ns.namespaces.push(b);for(var d in c)"string"==typeof c[d]&&m(a,b,d,c[d])}function o(a){Q.ns.defaultNs=a}function p(a,b){q([a],b)}function q(a,b){var c={dynamicLoad:Q.dynamicLoad,resGetPath:Q.resGetPath,getAsync:Q.getAsync,customLoad:Q.customLoad,ns:{namespaces:a,defaultNs:""}},d=U.toLanguages(Q.lng);"string"==typeof Q.preload&&(Q.preload=[Q.preload]);for(var e=0,f=Q.preload.length;f>e;e++)for(var g=U.toLanguages(Q.preload[e]),h=0,i=g.length;i>h;h++)d.indexOf(g[h])<0&&d.push(g[h]);for(var j=[],k=0,l=d.length;l>k;k++){var m=!1,n=K[d[k]];if(n)for(var o=0,p=a.length;p>o;o++)n[a[o]]||(m=!0);else m=!0;m&&j.push(d[k])}j.length?J.sync._fetch(j,c,function(c,d){var e=a.length*j.length;U.each(a,function(a,c){Q.ns.namespaces.indexOf(c)<0&&Q.ns.namespaces.push(c),U.each(j,function(a,f){K[f]=K[f]||{},K[f][c]=d[f][c],e--,0===e&&b&&(Q.useLocalStorage&&J.sync._storeLocal(K),b())})})}):b&&b()}function r(a,b,c){return"function"==typeof b?(c=b,b={}):b||(b={}),b.lng=a,g(b,c)}function s(){return H}function t(a){K={},r(H,a)}function u(){function a(a,b,c){if(0!==b.length){var d="text";if(0===b.indexOf("[")){var e=b.split("]");b=e[1],d=e[0].substr(1,e[0].length-1)}b.indexOf(";")===b.length-1&&(b=b.substr(0,b.length-2));var f;if("html"===d)f=Q.defaultValueFromContent?I.extend({defaultValue:a.html()},c):c,a.html(I.t(b,f));else if("text"===d)f=Q.defaultValueFromContent?I.extend({defaultValue:a.text()},c):c,a.text(I.t(b,f));else if("prepend"===d)f=Q.defaultValueFromContent?I.extend({defaultValue:a.html()},c):c,a.prepend(I.t(b,f));else if("append"===d)f=Q.defaultValueFromContent?I.extend({defaultValue:a.html()},c):c,a.append(I.t(b,f));else if(0===d.indexOf("data-")){var g=d.substr("data-".length);f=Q.defaultValueFromContent?I.extend({defaultValue:a.data(g)},c):c;var h=I.t(b,f);a.data(g,h),a.attr(d,h)}else f=Q.defaultValueFromContent?I.extend({defaultValue:a.attr(d)},c):c,a.attr(d,I.t(b,f))}}function b(b,c){var d=b.attr(Q.selectorAttr);if(d||"undefined"==typeof d||d===!1||(d=b.text()||b.val()),d){var e=b,f=b.data("i18n-target");if(f&&(e=b.find(f)||b),c||Q.useDataAttrOptions!==!0||(c=b.data("i18n-options")),c=c||{},d.indexOf(";")>=0){var g=d.split(";");I.each(g,function(b,d){""!==d&&a(e,d,c)})}else a(e,d,c);Q.useDataAttrOptions===!0&&b.data("i18n-options",c)}}I.t=I.t||B,I.fn.i18n=function(a){return this.each(function(){b(I(this),a);var c=I(this).find("["+Q.selectorAttr+"]");c.each(function(){b(I(this),a)})})}}function v(a,b,c,d){if(!a)return a;if(d=d||b,a.indexOf(d.interpolationPrefix||Q.interpolationPrefix)<0)return a;var e=d.interpolationPrefix?U.regexEscape(d.interpolationPrefix):Q.interpolationPrefixEscaped,f=d.interpolationSuffix?U.regexEscape(d.interpolationSuffix):Q.interpolationSuffixEscaped,g="HTML"+f,h=b.replace&&"object"==typeof b.replace?b.replace:b;return U.each(h,function(b,h){var i=c?c+Q.keyseparator+b:b;"object"==typeof h&&null!==h?a=v(a,h,i,d):d.escapeInterpolation||Q.escapeInterpolation?(a=a.replace(new RegExp([e,i,g].join(""),"g"),U.regexReplacementEscape(h)),a=a.replace(new RegExp([e,i,f].join(""),"g"),U.regexReplacementEscape(U.escape(h)))):a=a.replace(new RegExp([e,i,f].join(""),"g"),U.regexReplacementEscape(h))}),a}function w(a,b){var c=",",d="{",e="}",f=U.extend({},b);for(delete f.postProcess;-1!=a.indexOf(Q.reusePrefix)&&(L++,!(L>Q.maxRecursion));){var g=a.lastIndexOf(Q.reusePrefix),h=a.indexOf(Q.reuseSuffix,g)+Q.reuseSuffix.length,i=a.substring(g,h),j=i.replace(Q.reusePrefix,"").replace(Q.reuseSuffix,"");if(g>=h)return U.error("there is an missing closing in following translation value",a),"";if(-1!=j.indexOf(c)){var k=j.indexOf(c);if(-1!=j.indexOf(d,k)&&-1!=j.indexOf(e,k)){var l=j.indexOf(d,k),m=j.indexOf(e,l)+e.length;try{f=U.extend(f,JSON.parse(j.substring(l,m))),j=j.substring(0,k)}catch(n){}}}var o=E(j,f);a=a.replace(i,U.regexReplacementEscape(o))}return a}function x(a){return a.context&&("string"==typeof a.context||"number"==typeof a.context)}function y(a){return void 0!==a.count&&"string"!=typeof a.count}function z(a){return void 0!==a.indefinite_article&&"string"!=typeof a.indefinite_article&&a.indefinite_article}function A(a,b){b=b||{};var c=C(a,b),d=F(a,b);return void 0!==d||d===c}function B(a,b){return b=b||{},N?(L=0,E.apply(null,arguments)):(U.log("i18next not finished initialization. you might have called t function before loading resources finished."),b.defaultValue||"")}function C(a,b){return void 0!==b.defaultValue?b.defaultValue:a}function D(){for(var a=[],b=1;b1)for(var d=0;d-1&&(e=c.split(Q.nsseparator),i=e[0],c=e[1]),void 0===g&&Q.sendMissing&&"function"==typeof Q.missingKeyHandler&&(b.lng?Q.missingKeyHandler(h[0],i,c,f,h):Q.missingKeyHandler(Q.lng,i,c,f,h));var j;j="string"==typeof Q.postProcess&&""!==Q.postProcess?[Q.postProcess]:"array"==typeof Q.postProcess||"object"==typeof Q.postProcess?Q.postProcess:[],"string"==typeof b.postProcess&&""!==b.postProcess?j=j.concat([b.postProcess]):("array"==typeof b.postProcess||"object"==typeof b.postProcess)&&(j=j.concat(b.postProcess)),void 0!==g&&j.length&&j.forEach(function(a){Y[a]&&(g=Y[a](g,c,b))});var k=f;if(f.indexOf(Q.nsseparator)>-1&&(e=f.split(Q.nsseparator),k=e[1]),k===c&&Q.parseMissingKey&&(f=Q.parseMissingKey(f)),void 0===g&&(f=v(f,b),f=w(f,b),j.length)){var l=C(c,b);j.forEach(function(a){Y[a]&&(g=Y[a](l,c,b))})}return void 0!==g?g:f}function F(a,b){b=b||{};var c,d,e=C(a,b),f=M;if(!K)return e;if("cimode"===f[0].toLowerCase())return e;if(b.lngs&&(f=b.lngs),b.lng&&(f=U.toLanguages(b.lng,b.fallbackLng),!K[f[0]])){var g=Q.getAsync;Q.getAsync=!1,J.sync.load(f,Q,function(a,b){U.extend(K,b),Q.getAsync=g})}var h=b.ns||Q.ns.defaultNs;if(a.indexOf(Q.nsseparator)>-1){var i=a.split(Q.nsseparator);h=i[0],a=i[1]}if(x(b)){c=U.extend({},b),delete c.context,c.defaultValue=Q.contextNotFound;var j=h+Q.nsseparator+a+"_"+b.context;if(d=B(j,c),d!=Q.contextNotFound)return v(d,{context:b.context})}if(y(b,f[0])){c=U.extend({lngs:[f[0]]},b),delete c.count,c._origLng=c._origLng||c.lng||f[0],delete c.lng,c.defaultValue=Q.pluralNotFound;var k;if(X.needsPlural(f[0],b.count)){k=h+Q.nsseparator+a+Q.pluralSuffix;var l=X.get(f[0],b.count);l>=0?k=k+"_"+l:1===l&&(k=h+Q.nsseparator+a)}else k=h+Q.nsseparator+a;if(d=B(k,c),d!=Q.pluralNotFound)return v(d,{count:b.count,interpolationPrefix:b.interpolationPrefix,interpolationSuffix:b.interpolationSuffix});if(!(f.length>1))return c.lng=c._origLng,delete c._origLng,d=B(h+Q.nsseparator+a,c),v(d,{count:b.count,interpolationPrefix:b.interpolationPrefix,interpolationSuffix:b.interpolationSuffix});var m=f.slice();if(m.shift(),b=U.extend(b,{lngs:m}),b._origLng=c._origLng,delete b.lng,d=B(h+Q.nsseparator+a,b),d!=Q.pluralNotFound)return d}if(z(b)){var n=U.extend({},b);delete n.indefinite_article,n.defaultValue=Q.indefiniteNotFound;var o=h+Q.nsseparator+a+(b.count&&!y(b,f[0])||!b.count?Q.indefiniteSuffix:"");if(d=B(o,n),d!=Q.indefiniteNotFound)return d}for(var p,q=a.split(Q.keyseparator),r=0,s=f.length;s>r&&void 0===p;r++){for(var t=f[r],u=0,A=K[t]&&K[t][h];q[u];)A=A&&A[q[u]],u++;if(void 0!==A){var D=Object.prototype.toString.apply(A);if("string"==typeof A)A=v(A,b),A=w(A,b);else if("[object Array]"!==D||Q.returnObjectTrees||b.returnObjectTrees){if(null===A&&Q.fallbackOnNull===!0)A=void 0;else if(null!==A)if(Q.returnObjectTrees||b.returnObjectTrees){if("[object Number]"!==D&&"[object Function]"!==D&&"[object RegExp]"!==D){var G="[object Array]"===D?[]:{};U.each(A,function(c){G[c]=E(h+Q.nsseparator+a+Q.keyseparator+c,b)}),A=G}}else Q.objectTreeKeyHandler&&"function"==typeof Q.objectTreeKeyHandler?A=Q.objectTreeKeyHandler(a,A,t,h,b):(A="key '"+h+":"+a+" ("+t+")' returned an object instead of string.",U.log(A))}else A=A.join("\n"),A=v(A,b),A=w(A,b);"string"==typeof A&&""===A.trim()&&Q.fallbackOnEmpty===!0&&(A=void 0),p=A}}if(void 0===p&&!b.isFallbackLookup&&(Q.fallbackToDefaultNS===!0||Q.fallbackNS&&Q.fallbackNS.length>0)){if(b.isFallbackLookup=!0,Q.fallbackNS.length){for(var H=0,I=Q.fallbackNS.length;I>H;H++)if(p=F(Q.fallbackNS[H]+Q.nsseparator+a,b),p||""===p&&Q.fallbackOnEmpty===!1){var L=p.indexOf(Q.nsseparator)>-1?p.split(Q.nsseparator)[1]:p,N=e.indexOf(Q.nsseparator)>-1?e.split(Q.nsseparator)[1]:e;if(L!==N)break}}else p=F(a,b);b.isFallbackLookup=!1}return p}function G(){var a,b=Q.lngWhitelist||[],c=[];if("undefined"!=typeof window&&!function(){for(var a=window.location.search.substring(1),b=a.split("&"),d=0;d0){var f=b[d].substring(0,e);f==Q.detectLngQS&&c.push(b[d].substring(e+1))}}}(),Q.useCookie&&"undefined"!=typeof document){var d=U.cookie.read(Q.cookieName);d&&c.push(d)}if(Q.detectLngFromLocalStorage&&"undefined"!=typeof window&&window.localStorage&&c.push(U.localStorage.getItem("i18next_lng")),"undefined"!=typeof navigator){if(navigator.languages)for(var e=0;e-1){var f=e.split("-");e=Q.lowerCaseLng?f[0].toLowerCase()+"-"+f[1].toLowerCase():f[0].toLowerCase()+"-"+f[1].toUpperCase()}if(0===b.length||b.indexOf(e)>-1){a=e;break}}}(),a||(a=Q.fallbackLng[0]),a}Array.prototype.indexOf||(Array.prototype.indexOf=function(a){"use strict";if(null==this)throw new TypeError;var b=Object(this),c=b.length>>>0;if(0===c)return-1;var d=0;if(arguments.length>0&&(d=Number(arguments[1]),d!=d?d=0:0!=d&&d!=1/0&&d!=-(1/0)&&(d=(d>0||-1)*Math.floor(Math.abs(d)))),d>=c)return-1;for(var e=d>=0?d:Math.max(c-Math.abs(d),0);c>e;e++)if(e in b&&b[e]===a)return e;return-1}),Array.prototype.lastIndexOf||(Array.prototype.lastIndexOf=function(a){"use strict";if(null==this)throw new TypeError;var b=Object(this),c=b.length>>>0;if(0===c)return-1;var d=c;arguments.length>1&&(d=Number(arguments[1]),d!=d?d=0:0!=d&&d!=1/0&&d!=-(1/0)&&(d=(d>0||-1)*Math.floor(Math.abs(d))));for(var e=d>=0?Math.min(d,c-1):c-Math.abs(d);e>=0;e--)if(e in b&&b[e]===a)return e;return-1}),"function"!=typeof String.prototype.trim&&(String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")});var H,I=a.jQuery||a.Zepto,J={},K={},L=0,M=[],N=!1,O={};if("undefined"!=typeof module&&module.exports){if(module.exports=J,!I)try{I=require("jquery")}catch(P){}}else a.i18n=a.i18n||J;I&&(I.i18n=I.i18n||J),O={load:function(a,b,c){b.useLocalStorage?O._loadLocal(a,b,function(d,e){for(var f=[],g=0,h=a.length;h>g;g++)e[a[g]]||f.push(a[g]);f.length>0?O._fetch(f,b,function(a,b){U.extend(e,b),O._storeLocal(b),c(null,e)}):c(null,e)}):O._fetch(a,b,function(a,b){c(null,b)})},_loadLocal:function(a,b,c){var d={},e=(new Date).getTime();if(window.localStorage){var f=a.length;U.each(a,function(a,g){var h=U.localStorage.getItem("res_"+g);h&&(h=JSON.parse(h),h.i18nStamp&&h.i18nStamp+b.localStorageExpirationTime>e&&(d[g]=h)),f--,0===f&&c(null,d)})}},_storeLocal:function(a){if(window.localStorage)for(var b in a)a[b].i18nStamp=(new Date).getTime(),U.localStorage.setItem("res_"+b,JSON.stringify(a[b]))},_fetch:function(a,b,c){var d=b.ns,e={};if(b.dynamicLoad){var f=function(a,b){c(null,b)};if("function"==typeof b.customLoad)b.customLoad(a,d.namespaces,b,f);else{var g=v(b.resGetPath,{lng:a.join("+"),ns:d.namespaces.join("+")});U.ajax({url:g,success:function(a){U.log("loaded: "+g),f(null,a)},error:function(a,b,c){U.log("failed loading: "+g),f("failed loading resource.json error: "+c)},dataType:"json",async:b.getAsync})}}else{var h,i=d.namespaces.length*a.length;U.each(d.namespaces,function(d,f){U.each(a,function(a,d){var g=function(a,b){a&&(h=h||[],h.push(a)),e[d]=e[d]||{},e[d][f]=b,i--,0===i&&c(h,e)};"function"==typeof b.customLoad?b.customLoad(d,f,b,g):O._fetchOne(d,f,b,g)})})}},_fetchOne:function(a,b,c,d){var e=v(c.resGetPath,{lng:a,ns:b});U.ajax({url:e,success:function(a){U.log("loaded: "+e),d(null,a)},error:function(a,b,c){if(b&&200==b||a&&a.status&&200==a.status)U.error("There is a typo in: "+e);else if(b&&404==b||a&&a.status&&404==a.status)U.log("Does not exist: "+e);else{var f=b?b:a&&a.status?a.status:null;U.log(f+" when loading "+e)}d(c,{})},dataType:"json",async:c.getAsync})},postMissing:function(a,b,c,d,e){var f={};f[c]=d;var g=[];if("fallback"===Q.sendMissingTo&&Q.fallbackLng[0]!==!1)for(var h=0;hh;h++)g.push({lng:e[h],url:v(Q.resPostPath,{lng:e[h],ns:b})});for(var j=0,k=g.length;k>j;j++){var l=g[j];U.ajax({url:l.url,type:Q.sendType,data:f,success:function(){U.log("posted missing key '"+c+"' to: "+l.url);for(var a=c.split("."),e=0,f=K[l.lng][b];a[e];)f=f[a[e]]=e===a.length-1?d:f[a[e]]||{},e++},error:function(){U.log("failed posting missing key '"+c+"' to: "+l.url)},dataType:"json",async:Q.postAsync})}},reload:t};var Q={lng:void 0,load:"all",preload:[],lowerCaseLng:!1,returnObjectTrees:!1,fallbackLng:["dev"],fallbackNS:[],detectLngQS:"setLng",detectLngFromLocalStorage:!1,ns:"translation",fallbackOnNull:!0,fallbackOnEmpty:!1,fallbackToDefaultNS:!1,nsseparator:":",keyseparator:".",selectorAttr:"data-i18n",debug:!1,resGetPath:"locales/__lng__/__ns__.json",resPostPath:"locales/add/__lng__/__ns__",getAsync:!0,postAsync:!0,resStore:void 0,useLocalStorage:!1,localStorageExpirationTime:6048e5,dynamicLoad:!1,sendMissing:!1,sendMissingTo:"fallback",sendType:"POST",interpolationPrefix:"__",interpolationSuffix:"__",defaultVariables:!1,reusePrefix:"$t(",reuseSuffix:")",pluralSuffix:"_plural",pluralNotFound:["plural_not_found",Math.random()].join(""),contextNotFound:["context_not_found",Math.random()].join(""),escapeInterpolation:!1,indefiniteSuffix:"_indefinite",indefiniteNotFound:["indefinite_not_found",Math.random()].join(""),setJqueryExt:!0,defaultValueFromContent:!0,useDataAttrOptions:!1,cookieExpirationTime:void 0,useCookie:!0,cookieName:"i18next",cookieDomain:void 0,objectTreeKeyHandler:void 0,postProcess:void 0,parseMissingKey:void 0,missingKeyHandler:O.postMissing,shortcutFunction:"sprintf"},R={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},S={create:function(a,b,c,d){var e;if(c){var f=new Date;f.setTime(f.getTime()+60*c*1e3),e="; expires="+f.toGMTString()}else e="";d=d?"domain="+d+";":"",document.cookie=a+"="+b+e+";"+d+"path=/"},read:function(a){for(var b=a+"=",c=document.cookie.split(";"),d=0;d-1){var c=a.split("-");b=Q.lowerCaseLng?c[0].toLowerCase()+"-"+c[1].toLowerCase():c[0].toLowerCase()+"-"+c[1].toUpperCase()}else b=Q.lowerCaseLng?a.toLowerCase():a;return b}var c=this.log,d=[],e=Q.lngWhitelist||!1,f=function(a){!e||e.indexOf(a)>-1?d.push(a):c("rejecting non-whitelisted language: "+a)};if("string"==typeof a&&a.indexOf("-")>-1){var g=a.split("-");"unspecific"!==Q.load&&f(b(a)),"current"!==Q.load&&f(b(g[this.getCountyIndexOfLng(a)]))}else f(b(a));for(var h=0;h1)},2:function(a){return Number(1!=a)},3:function(){return 0},4:function(a){return Number(a%10==1&&a%100!=11?0:a%10>=2&&4>=a%10&&(10>a%100||a%100>=20)?1:2)},5:function(a){return Number(0===a?0:1==a?1:2==a?2:a%100>=3&&10>=a%100?3:a%100>=11?4:5)},6:function(a){return Number(1==a?0:a>=2&&4>=a?1:2)},7:function(a){return Number(1==a?0:a%10>=2&&4>=a%10&&(10>a%100||a%100>=20)?1:2)},8:function(a){return Number(1==a?0:2==a?1:8!=a&&11!=a?2:3)},9:function(a){return Number(a>=2)},10:function(a){return Number(1==a?0:2==a?1:7>a?2:11>a?3:4)},11:function(a){return Number(1==a||11==a?0:2==a||12==a?1:a>2&&20>a?2:3)},12:function(a){return Number(a%10!=1||a%100==11)},13:function(a){return Number(0!==a)},14:function(a){return Number(1==a?0:2==a?1:3==a?2:3)},15:function(a){return Number(a%10==1&&a%100!=11?0:a%10>=2&&(10>a%100||a%100>=20)?1:2)},16:function(a){return Number(a%10==1&&a%100!=11?0:0!==a?1:2)},17:function(a){return Number(1==a||a%10==1?0:1)},18:function(a){return Number(1==a?1:2)},19:function(a){return Number(1==a?0:0===a||a%100>1&&11>a%100?1:a%100>10&&20>a%100?2:3)},20:function(a){return Number(1==a?0:0===a||a%100>0&&20>a%100?1:2)},21:function(a){return Number(a%100==1?1:a%100==2?2:a%100==3||a%100==4?3:0)}},X={rules:function(){var a,b={};for(a=V.length;a--;)b[V[a][0]]={name:V[a][1],numbers:V[a][2],plurals:W[V[a][3]]};return b}(),addRule:function(a,b){X.rules[a]=b},setCurrentLng:function(a){if(!X.currentRule||X.currentRule.lng!==a){var b=a.split("-");X.currentRule={lng:a,rule:X.rules[b[0]]}}},needsPlural:function(a,b){var c,d=a.split("-");return c=X.currentRule&&X.currentRule.lng===a?X.currentRule.rule:X.rules[d[U.getCountyIndexOfLng(a)]],c&&c.numbers.length<=1?!1:1!==this.get(a,b)},get:function(a,b){function c(b,c){var d;if(d=X.currentRule&&X.currentRule.lng===a?X.currentRule.rule:X.rules[b]){var e;e=d.plurals(d.noAbs?c:Math.abs(c));var f=d.numbers[e];return 2===d.numbers.length&&1===d.numbers[0]&&(2===f?f=-1:1===f&&(f=1)),f}return 1===c?"1":"-1"}var d=a.split("-");return c(d[U.getCountyIndexOfLng(a)],b)}},Y={},Z=function(a,b){Y[a]=b},$=function(){function a(a){return Object.prototype.toString.call(a).slice(8,-1).toLowerCase()}function b(a,b){for(var c=[];b>0;c[--b]=a);return c.join("")}var c=function(){return c.cache.hasOwnProperty(arguments[0])||(c.cache[arguments[0]]=c.parse(arguments[0])),c.format.call(null,c.cache[arguments[0]],arguments)};return c.format=function(c,d){var e,f,g,h,i,j,k,l=1,m=c.length,n="",o=[];for(f=0;m>f;f++)if(n=a(c[f]),"string"===n)o.push(c[f]);else if("array"===n){if(h=c[f],h[2])for(e=d[l],g=0;g=0?"+"+e:e,j=h[4]?"0"==h[4]?"0":h[4].charAt(1):" ",k=h[6]-String(e).length,i=h[6]?b(j,k):"",o.push(h[5]?e+i:i+e)}return o.join("")},c.cache={},c.parse=function(a){for(var b=a,c=[],d=[],e=0;b;){if(null!==(c=/^[^\x25]+/.exec(b)))d.push(c[0]);else if(null!==(c=/^\x25{2}/.exec(b)))d.push("%");else{if(null===(c=/^\x25(?:([1-9]\d*)\$|\(([^\)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-fosuxX])/.exec(b)))throw"[sprintf] huh?";if(c[2]){e|=1;var f=[],g=c[2],h=[];if(null===(h=/^([a-z_][a-z_\d]*)/i.exec(g)))throw"[sprintf] huh?";for(f.push(h[1]);""!==(g=g.substring(h[0].length));)if(null!==(h=/^\.([a-z_][a-z_\d]*)/i.exec(g)))f.push(h[1]);else{if(null===(h=/^\[(\d+)\]/.exec(g)))throw"[sprintf] huh?";f.push(h[1])}c[2]=f}else e|=2;if(3===e)throw"[sprintf] mixing positional and named placeholders is not (yet) supported";d.push(c)}b=b.substring(c[0].length)}return d},c}(),_=function(a,b){return b.unshift(a),$.apply(null,b)};Z("sprintf",function(a,b,c){return c.sprintf?"[object Array]"===Object.prototype.toString.apply(c.sprintf)?_(a,c.sprintf):"object"==typeof c.sprintf?$(a,c.sprintf):a:a}),J.init=g,J.setLng=r,J.preload=h,J.addResourceBundle=i,J.hasResourceBundle=j,J.getResourceBundle=k,J.addResource=m,J.addResources=n,J.removeResourceBundle=l,J.loadNamespace=p,J.loadNamespaces=q,J.setDefaultNamespace=o,J.t=B,J.translate=B,J.exists=A,J.detectLanguage=U.detectLanguage,J.pluralExtensions=X,J.sync=O,J.functions=U,J.lng=s,J.addPostProcessor=Z,J.applyReplacement=U.applyReplacement,J.options=Q}("undefined"==typeof exports?window:exports); \ No newline at end of file diff --git a/dist/style.min.css b/dist/style.min.css index 351ff18..f81967e 100644 --- a/dist/style.min.css +++ b/dist/style.min.css @@ -3,4 +3,4 @@ * * Licensed under the Apache License v2.0 * - */.slider-selection,.slider-track{border-radius:4px;background-repeat:repeat-x}body,h4 a{color:#eee}#modal .modal-header,.formats a{font-weight:700}.slider{display:inline-block;vertical-align:middle;position:relative}#map,.slider-handle,.slider-selection,.slider-track{position:absolute}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle{margin-left:-10px;margin-top:-5px}.slider.slider-horizontal .slider-handle.triangle{border-width:0 10px 10px;width:0;height:0;border-bottom-color:#0480be;margin-top:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;margin-left:-5px;left:50%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-handle{margin-left:-5px;margin-top:-10px}.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#0480be;margin-left:0}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap}.slider-track{cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.slider-selection{background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.slider-handle{width:20px;height:20px;background-color:#3a94a5;background-image:-webkit-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:linear-gradient(to bottom,#149bdf 0,#0480be 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);opacity:.8;border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.triangle{background:0 0}body{background:#4d5b69}h4{float:left;letter-spacing:.065em;margin:5px 20px 5px 10px;padding:5px;text-shadow:1px 1px 3px #333}h4 a:hover{color:#fff}#map{background:#dce6f0;bottom:40px;left:0;right:0;top:40px;-webkit-touch-callout:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.leaflet-bar a{color:#4d5b69}.leaflet-bar a:first-child{background:#fff;font-size:18px}.leaflet-bar a:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-control{background-color:rgba(255,255,255,.6);box-shadow:0 1px 3px rgba(0,0,0,.65);text-shadow:0 1px 3px rgba(255,255,255,.6);color:#4d5b69}.leaflet-control-attribution.leaflet-control{background:0 0;box-shadow:none}#size-format,.leaflet-control-stats,.leaflet-sidebar .close{box-shadow:0 1px 3px rgba(0,0,0,.65)}.leaflet-control-switcher-box{color:#4d5b69;display:none;padding:5px;text-align:center}.leaflet-control-switcher-box select{border:1px solid #4d5b69;display:block;width:200px}.leaflet-control-stats{background-color:rgba(255,255,255,.6);padding:5px;border-radius:5px;color:#4d5b69;display:none;font-size:16px;text-shadow:1px 1px 2px #fff}#sidebar,.leaflet-sidebar .close{background:#dce6f0;color:#4d5b69}.leaflet-sidebar .close{font-size:20pt;height:23px;left:-10px;opacity:1;right:auto;top:1px;width:23px}#ribbon,#slider-wrap{right:0;position:absolute}#sidebar{box-shadow:0 1px 4px rgba(0,0,0,.6);overflow-y:auto;padding:8px}#slider-wrap{bottom:0;height:40px;left:0;padding:10px 20px}#slider-wrap #slider{visibility:hidden}#slider-wrap .slider-handle{background:#7d8b99;opacity:1}#credits .list-group-item.active,#modal .modal-header{background:#4d5b69;color:#fff}#modal{z-index:2000}#modal .modal-content{border:2px solid #eee;border-radius:0}#modal .modal-header .close{color:#fff;font-size:2.5em;line-height:1.2em;opacity:1;text-shadow:none}#modal .modal-body{padding:12px;text-align:center}#social{padding:8px;position:fixed;right:220px;top:0;z-index:800}#social .fb-like{line-height:12px}#copy{background:#424b54;border-radius:.7em;box-shadow:0 0 8px #eee;color:#eee;opacity:.8;padding:8px 8px 2px;position:fixed;right:30px;top:-8px;z-index:1000}#copy a{color:#ccc;text-decoration:none}#copy a:hover{color:#fff}.leaflet-control-lang{width:auto}.leaflet-control-lang a{display:inline-block;float:left;font-weight:700}.leaflet-control-lang a:only-child{border-radius:4px}.leaflet-control-lang a:not(:first-child):not(:last-child){border-left:1px solid #4d5b69;border-left-radius:0}.leaflet-control-lang a:last-child{border-left:1px solid #4d5b69;border-radius:0 4px 4px 0}.leaflet-control-lang a:first-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-control-lang a:not(last-child){font-size:14px}.leaflet-control-lang a.lang{display:none;width:80px}.leaflet-control-lang a:hover:not(:first-child){background-color:#4d5b69;color:#eee;cursor:pointer}.formats,.formats a{background-color:#eee}#ribbon{border:0;opacity:.8;top:0}.formats{border:2px solid rgba(77,91,105,.5);border-radius:4px;display:none;margin-left:45px;position:absolute;width:200px}.formats a{color:#4d5b69;cursor:pointer;display:block;height:30px;padding:3px}.formats a:hover{background-color:#4d5b69;color:#eee;text-decoration:none}#export-format a,#size-format{color:#4d5b69;font-weight:700}#export-format{background-color:#4d5b69;border-radius:2px;height:500px;margin:auto;overflow:hidden;padding:5px;position:absolute;width:750px}#export-format .actions{padding:10px;text-align:center}#export-format pre{margin:auto;padding:0}#export-format code{display:block;height:400px;margin:2px;overflow:auto;width:730px}#export-format h5{color:#eee;font-size:20px;text-align:center}#export-format a{background-color:#eee;border:1px solid #eee;padding:2px 4px}#size-format{background-color:rgba(255,255,255,.6);text-shadow:0 1px 3px rgba(255,255,255,.6);border-radius:4px;padding:4px;display:none;font-size:13px;height:140px;line-height:13px;width:180px}#size-format h5{font-size:16px;font-weight:700;text-align:center}#size-format .format-name{display:inline-block;white-space:nowrap;width:70px}#size-format .format-size{display:inline-block;text-align:right;width:80px} \ No newline at end of file + */body,h4 a{color:#eee}#export-format a,#modal .modal-header,#size-format,#size-format h5,.formats a{font-weight:700}.slider{display:inline-block;vertical-align:middle;position:relative}#map,#slider-wrap,.slider-handle,.slider-selection,.slider-track{position:absolute}.slider.slider-horizontal{width:210px;height:20px}.slider.slider-horizontal .slider-track{height:10px;width:100%;margin-top:-5px;top:50%;left:0}.slider.slider-horizontal .slider-selection{height:100%;top:0;bottom:0}.slider.slider-horizontal .slider-handle{margin-left:-10px;margin-top:-5px}.slider.slider-horizontal .slider-handle.triangle{border-width:0 10px 10px;width:0;height:0;border-bottom-color:#0480be;margin-top:0}.slider.slider-vertical{height:210px;width:20px}.slider.slider-vertical .slider-track{width:10px;height:100%;margin-left:-5px;left:50%;top:0}.slider.slider-vertical .slider-selection{width:100%;left:0;top:0;bottom:0}.slider.slider-vertical .slider-handle{margin-left:-5px;margin-top:-10px}.slider.slider-vertical .slider-handle.triangle{border-width:10px 0 10px 10px;width:1px;height:1px;border-left-color:#0480be;margin-left:0}.slider.slider-disabled .slider-handle{background-image:-webkit-linear-gradient(top,#dfdfdf 0,#bebebe 100%);background-image:linear-gradient(to bottom,#dfdfdf 0,#bebebe 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0)}.slider.slider-disabled .slider-track{background-image:-webkit-linear-gradient(top,#e5e5e5 0,#e9e9e9 100%);background-image:linear-gradient(to bottom,#e5e5e5 0,#e9e9e9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);cursor:not-allowed}.slider input{display:none}.slider .tooltip-inner{white-space:nowrap}.slider-track{cursor:pointer;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#f9f9f9 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#f9f9f9 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);border-radius:4px}.slider-selection{background-image:-webkit-linear-gradient(top,#f9f9f9 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#f9f9f9 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border-radius:4px}.slider-handle{width:20px;height:20px;background-color:#3a94a5;background-image:-webkit-linear-gradient(top,#149bdf 0,#0480be 100%);background-image:linear-gradient(to bottom,#149bdf 0,#0480be 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);filter:none;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05);opacity:.8;border:0 solid transparent}.slider-handle.round{border-radius:50%}.slider-handle.triangle{background:0 0}body{background:#4d5b69}h4{float:left;letter-spacing:.065em;margin:5px 20px 5px 10px;padding:5px;text-shadow:1px 1px 3px #333}h4 a:hover{color:#fff}#map{background:#dce6f0;bottom:40px;left:0;right:0;top:40px;-webkit-touch-callout:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.leaflet-bar a{color:#4d5b69}.leaflet-bar a:first-child{background:#fff;font-size:18px}.leaflet-bar a:last-of-type{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-control{background-color:rgba(255,255,255,.6);box-shadow:0 1px 3px rgba(0,0,0,.65);text-shadow:0 1px 3px rgba(255,255,255,.6);color:#4d5b69}.leaflet-control-attribution.leaflet-control{background:0 0;box-shadow:none}.leaflet-control-switcher-box{color:#4d5b69;display:none;padding:5px;text-align:center}.leaflet-control-switcher-box select{border:1px solid #4d5b69;display:block;width:200px}.leaflet-control-stats{background-color:rgba(255,255,255,.6);box-shadow:0 1px 3px rgba(0,0,0,.65);padding:5px;border-radius:5px;color:#4d5b69;display:none;font-size:16px;text-shadow:1px 1px 2px #fff}.leaflet-sidebar .close{background:#dce6f0;box-shadow:0 1px 3px rgba(0,0,0,.65);color:#4d5b69;font-size:20pt;height:23px;left:-10px;opacity:1;right:auto;top:1px;width:23px}#sidebar{background:#dce6f0;box-shadow:0 1px 4px rgba(0,0,0,.6);color:#4d5b69;overflow-y:auto;padding:8px}#credits .list-group-item.active,#modal .modal-header{background:#4d5b69;color:#fff}#slider-wrap{bottom:0;height:40px;left:0;padding:10px 20px;right:0}#copy,#social{position:fixed}#slider-wrap #slider{visibility:hidden}#slider-wrap .slider-handle{background:#7d8b99;opacity:1}#modal{z-index:2000}#modal .modal-content{border:2px solid #eee;border-radius:0}#modal .modal-header .close{color:#fff;font-size:2.5em;line-height:1.2em;opacity:1;text-shadow:none}#modal .modal-body{padding:12px;text-align:center}#social{padding:8px;right:220px;top:0;z-index:800}#social .fb-like{line-height:12px}#copy{background:#424b54;border-radius:.7em;box-shadow:0 0 8px #eee;color:#eee;opacity:.8;padding:8px 8px 2px;right:30px;top:-8px;z-index:1000}#export-format,#ribbon,.formats{position:absolute}#copy a{color:#ccc;text-decoration:none}#copy a:hover{color:#fff}.leaflet-control-lang{width:auto}.leaflet-control-lang a{display:inline-block;float:left;font-weight:700}.leaflet-control-lang a:only-child{border-radius:4px}.leaflet-control-lang a:not(:first-child):not(:last-child){border-left:1px solid #4d5b69;border-left-radius:0}.leaflet-control-lang a:last-child{border-left:1px solid #4d5b69;border-radius:0 4px 4px 0}.leaflet-control-lang a:first-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-control-lang a:not(last-child){font-size:14px}.leaflet-control-lang a.lang{display:none;width:80px}.leaflet-control-lang a:hover:not(:first-child){background-color:#4d5b69;color:#eee;cursor:pointer}.formats,.formats a{background-color:#eee}#ribbon{border:0;opacity:.8;right:0;top:0}.formats{border:2px solid rgba(77,91,105,.5);border-radius:4px;display:none;margin-left:45px;width:200px}.formats a{color:#4d5b69;cursor:pointer;display:block;height:30px;padding:3px}.formats a:hover{background-color:#4d5b69;color:#eee;text-decoration:none}#export-format{background-color:#4d5b69;border-radius:2px;height:500px;margin:auto;overflow:hidden;padding:5px;width:750px}#export-format .actions{padding:10px;text-align:center}#export-format pre{margin:auto;padding:0}#export-format code{display:block;height:400px;margin:2px;overflow:auto;width:730px}#export-format h5{color:#eee;font-size:20px;text-align:center}#export-format a{background-color:#eee;border:1px solid #eee;color:#4d5b69;padding:2px 4px}#size-format{background-color:rgba(255,255,255,.6);box-shadow:0 1px 3px rgba(0,0,0,.65);text-shadow:0 1px 3px rgba(255,255,255,.6);color:#4d5b69;border-radius:4px;padding:4px;display:none;font-size:13px;height:140px;line-height:13px;width:180px}#size-format h5{font-size:16px;text-align:center}#size-format .format-name{display:inline-block;white-space:nowrap;width:70px}#size-format .format-size{display:inline-block;text-align:right;width:80px} \ No newline at end of file From 8146140cff97e99f6fb0f971db5e777c5aa84ddc Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 18:01:39 +0100 Subject: [PATCH 18/25] Adding test cases with optimization=0 --- Gruntfile.js | 1 + ...tcase1-classic-geojson-optimization-1.json | 15 ++++++++++ ...tcase1-classic-geojson-optimization0.json} | 1 + ...estcase2-empty-geojson-optimization-1.json | 15 ++++++++++ ...estcase2-empty-geojson-optimization0.json} | 1 + ...tracks-kml-novascotia-optimization-1.json} | 7 +++-- ...titracks-kml-novascotia-optimization0.json | 16 ++++++++++ tests/formatsSpec.js | 30 ++++++++++++++----- 8 files changed, 75 insertions(+), 11 deletions(-) create mode 100644 tests/fixtures/testcase1-classic-geojson-optimization-1.json rename tests/fixtures/{testcase1-classic-geojson.json => testcase1-classic-geojson-optimization0.json} (99%) create mode 100644 tests/fixtures/testcase2-empty-geojson-optimization-1.json rename tests/fixtures/{testcase2-empty-geojson.json => testcase2-empty-geojson-optimization0.json} (97%) rename tests/fixtures/{testcase3-multitracks-kml-novascotia.json => testcase3-multitracks-kml-novascotia-optimization-1.json} (67%) create mode 100644 tests/fixtures/testcase3-multitracks-kml-novascotia-optimization0.json diff --git a/Gruntfile.js b/Gruntfile.js index a956160..59ed700 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -125,6 +125,7 @@ grunt.initConfig({ options: { vendor: [ 'http://code.jquery.com/jquery-1.8.3.min.js', + // Here we use the non minified source 'http://cdn.leafletjs.com/leaflet-0.7/leaflet-src.js', 'vendor/simplify-geometry/simplifygeometry-0.0.1.min.js', 'dist/jquery.cookie.min.js', diff --git a/tests/fixtures/testcase1-classic-geojson-optimization-1.json b/tests/fixtures/testcase1-classic-geojson-optimization-1.json new file mode 100644 index 0000000..028a278 --- /dev/null +++ b/tests/fixtures/testcase1-classic-geojson-optimization-1.json @@ -0,0 +1,15 @@ +{ + "name": "Simple track with 26 nodes", + "optimization": -1, + + "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}, + + "gpx": "", + + "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}", + + "kml": "-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559", + + "mediawiki": "44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173" + +} diff --git a/tests/fixtures/testcase1-classic-geojson.json b/tests/fixtures/testcase1-classic-geojson-optimization0.json similarity index 99% rename from tests/fixtures/testcase1-classic-geojson.json rename to tests/fixtures/testcase1-classic-geojson-optimization0.json index 4b24c25..4330497 100644 --- a/tests/fixtures/testcase1-classic-geojson.json +++ b/tests/fixtures/testcase1-classic-geojson-optimization0.json @@ -1,5 +1,6 @@ { "name": "Simple track with 26 nodes", + "optimization": 0, "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}, diff --git a/tests/fixtures/testcase2-empty-geojson-optimization-1.json b/tests/fixtures/testcase2-empty-geojson-optimization-1.json new file mode 100644 index 0000000..e36278c --- /dev/null +++ b/tests/fixtures/testcase2-empty-geojson-optimization-1.json @@ -0,0 +1,15 @@ +{ + "name" : "Empty track", + "optimization": -1, + + "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[]}}]}, + + "gpx": "", + + "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[]}}]}", + + "kml": "", + + "mediawiki": "" + +} diff --git a/tests/fixtures/testcase2-empty-geojson.json b/tests/fixtures/testcase2-empty-geojson-optimization0.json similarity index 97% rename from tests/fixtures/testcase2-empty-geojson.json rename to tests/fixtures/testcase2-empty-geojson-optimization0.json index 2a1933b..fb343bd 100644 --- a/tests/fixtures/testcase2-empty-geojson.json +++ b/tests/fixtures/testcase2-empty-geojson-optimization0.json @@ -1,5 +1,6 @@ { "name" : "Empty track", + "optimization": 0, "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[]}}]}, diff --git a/tests/fixtures/testcase3-multitracks-kml-novascotia.json b/tests/fixtures/testcase3-multitracks-kml-novascotia-optimization-1.json similarity index 67% rename from tests/fixtures/testcase3-multitracks-kml-novascotia.json rename to tests/fixtures/testcase3-multitracks-kml-novascotia-optimization-1.json index 089e7f8..b2e3b00 100644 --- a/tests/fixtures/testcase3-multitracks-kml-novascotia.json +++ b/tests/fixtures/testcase3-multitracks-kml-novascotia-optimization-1.json @@ -1,14 +1,15 @@ { - "name": "Nova Scotia, Multi tracks with Polygon (Issue #12)", + "name": "Nova Scotia, Multi tracks with Polygon (Issue #12)", + "optimization": -1, - "source" : " Nova Scotia -65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0 -59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0 -66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0 -60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0 -64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0 -59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0 -60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0 ", + "source" : " Nova Scotia -65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0 -59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0 -66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0 -60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0 -64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0 -59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0 -60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0 ", "gpx" : "Nova Scotia #0name=Nova Scotia #0\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #1name=Nova Scotia #1\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #2name=Nova Scotia #2\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #3name=Nova Scotia #3\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #4name=Nova Scotia #4\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #5name=Nova Scotia #5\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #6name=Nova Scotia #6\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1", "geojson" : "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-65.61,43.428,0],[-65.629,43.422,0],[-65.621,43.435,0],[-65.627,43.445,0],[-65.635,43.453,0],[-65.645,43.459,0],[-65.656,43.463,0],[-65.646,43.472,0],[-65.634,43.477,0],[-65.608,43.484,0],[-65.617,43.508,0],[-65.605,43.514,0],[-65.56,43.511,0],[-65.569,43.495,0],[-65.574,43.477,0],[-65.587,43.464,0],[-65.598,43.445,0],[-65.61,43.428,0]]},\"properties\":{\"name\":\"Nova Scotia #0\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.807,43.933,0],[-59.861,43.916,0],[-59.913,43.908,0],[-59.971,43.906,0],[-60.028,43.911,0],[-60.083,43.923,0],[-60.133,43.942,0],[-60.124,43.946,0],[-60.116,43.947,0],[-60.108,43.946,0],[-60.098,43.942,0],[-60.074,43.943,0],[-59.998,43.929,0],[-59.867,43.937,0],[-59.844,43.941,0],[-59.822,43.948,0],[-59.803,43.957,0],[-59.741,43.987,0],[-59.728,43.998,0],[-59.76,43.96,0],[-59.807,43.933,0]]},\"properties\":{\"name\":\"Nova Scotia #1\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-66.298,44.283,0],[-66.313,44.251,0],[-66.328,44.258,0],[-66.286,44.325,0],[-66.258,44.355,0],[-66.242,44.377,0],[-66.231,44.387,0],[-66.213,44.396,0],[-66.203,44.392,0],[-66.204,44.381,0],[-66.218,44.367,0],[-66.239,44.338,0],[-66.298,44.283,0]]},\"properties\":{\"name\":\"Nova Scotia #2\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.932,45.577,0],[-60.914,45.567,0],[-60.908,45.577,0],[-60.899,45.579,0],[-60.889,45.574,0],[-60.879,45.567,0],[-60.884,45.558,0],[-60.892,45.553,0],[-60.902,45.551,0],[-60.914,45.553,0],[-60.953,45.532,0],[-60.962,45.517,0],[-60.947,45.498,0],[-60.968,45.487,0],[-60.986,45.47,0],[-61.003,45.461,0],[-61.024,45.471,0],[-61.013,45.477,0],[-61.004,45.486,0],[-61.002,45.495,0],[-61.013,45.498,0],[-61.04,45.499,0],[-61.053,45.501,0],[-61.065,45.505,0],[-61.075,45.511,0],[-61.089,45.523,0],[-61.105,45.527,0],[-61.106,45.531,0],[-61.106,45.536,0],[-61.112,45.549,0],[-61.106,45.551,0],[-61.091,45.553,0],[-61.075,45.563,0],[-61.054,45.571,0],[-61.031,45.577,0],[-61.01,45.581,0],[-60.958,45.582,0],[-60.932,45.577,0]]},\"properties\":{\"name\":\"Nova Scotia #3\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-64.008,46.005,0],[-63.905,45.98,0],[-63.87,45.963,0],[-63.867,45.937,0],[-63.844,45.934,0],[-63.825,45.925,0],[-63.811,45.91,0],[-63.806,45.889,0],[-63.786,45.891,0],[-63.759,45.886,0],[-63.732,45.877,0],[-63.716,45.868,0],[-63.727,45.862,0],[-63.746,45.854,0],[-63.757,45.847,0],[-63.736,45.842,0],[-63.69,45.853,0],[-63.669,45.847,0],[-63.674,45.837,0],[-63.674,45.828,0],[-63.67,45.824,0],[-63.662,45.827,0],[-63.652,45.837,0],[-63.653,45.843,0],[-63.659,45.85,0],[-63.662,45.865,0],[-63.659,45.874,0],[-63.652,45.875,0],[-63.644,45.87,0],[-63.638,45.865,0],[-63.629,45.862,0],[-63.593,45.875,0],[-63.492,45.883,0],[-63.439,45.876,0],[-63.409,45.855,0],[-63.428,45.854,0],[-63.464,45.86,0],[-63.483,45.861,0],[-63.47,45.852,0],[-63.438,45.839,0],[-63.428,45.827,0],[-63.447,45.821,0],[-63.484,45.826,0],[-63.504,45.827,0],[-63.523,45.82,0],[-63.516,45.811,0],[-63.496,45.807,0],[-63.477,45.814,0],[-63.469,45.809,0],[-63.461,45.806,0],[-63.452,45.806,0],[-63.442,45.806,0],[-63.438,45.805,0],[-63.431,45.801,0],[-63.428,45.8,0],[-63.425,45.802,0],[-63.418,45.812,0],[-63.415,45.814,0],[-63.399,45.812,0],[-63.369,45.803,0],[-63.354,45.8,0],[-63.324,45.804,0],[-63.291,45.812,0],[-63.259,45.816,0],[-63.23,45.806,0],[-63.258,45.791,0],[-63.302,45.776,0],[-63.347,45.767,0],[-63.381,45.772,0],[-63.373,45.757,0],[-63.356,45.748,0],[-63.312,45.737,0],[-63.304,45.732,0],[-63.295,45.726,0],[-63.288,45.724,0],[-63.285,45.735,0],[-63.282,45.741,0],[-63.273,45.748,0],[-63.257,45.759,0],[-63.257,45.754,0],[-63.257,45.743,0],[-63.257,45.737,0],[-63.212,45.76,0],[-63.196,45.765,0],[-63.195,45.768,0],[-63.194,45.773,0],[-63.192,45.777,0],[-63.189,45.779,0],[-63.184,45.776,0],[-63.182,45.771,0],[-63.182,45.766,0],[-63.185,45.762,0],[-63.2,45.753,0],[-63.205,45.746,0],[-63.202,45.737,0],[-63.19,45.736,0],[-63.134,45.759,0],[-63.117,45.763,0],[-63.1,45.765,0],[-63.083,45.764,0],[-63.065,45.759,0],[-63.07,45.779,0],[-63.084,45.79,0],[-63.121,45.806,0],[-63.1,45.811,0],[-62.98,45.796,0],[-62.924,45.783,0],[-62.777,45.765,0],[-62.751,45.766,0],[-62.699,45.773,0],[-62.675,45.772,0],[-62.696,45.761,0],[-62.718,45.761,0],[-62.738,45.763,0],[-62.757,45.759,0],[-62.739,45.748,0],[-62.729,45.744,0],[-62.699,45.745,0],[-62.682,45.742,0],[-62.664,45.736,0],[-62.647,45.727,0],[-62.633,45.717,0],[-62.703,45.687,0],[-62.751,45.681,0],[-62.77,45.675,0],[-62.784,45.662,0],[-62.792,45.642,0],[-62.781,45.653,0],[-62.765,45.662,0],[-62.749,45.664,0],[-62.736,45.655,0],[-62.747,45.627,0],[-62.75,45.613,0],[-62.74,45.618,0],[-62.72,45.646,0],[-62.706,45.656,0],[-62.692,45.652,0],[-62.669,45.631,0],[-62.657,45.628,0],[-62.647,45.642,0],[-62.664,45.647,0],[-62.672,45.656,0],[-62.672,45.668,0],[-62.665,45.68,0],[-62.655,45.682,0],[-62.64,45.681,0],[-62.625,45.682,0],[-62.613,45.691,0],[-62.6,45.686,0],[-62.577,45.686,0],[-62.566,45.683,0],[-62.557,45.678,0],[-62.55,45.667,0],[-62.545,45.663,0],[-62.526,45.658,0],[-62.51,45.659,0],[-62.495,45.662,0],[-62.476,45.663,0],[-62.503,45.631,0],[-62.509,45.615,0],[-62.493,45.608,0],[-62.47,45.615,0],[-62.435,45.643,0],[-62.418,45.649,0],[-62.4,45.653,0],[-62.377,45.662,0],[-62.362,45.673,0],[-62.371,45.683,0],[-62.383,45.68,0],[-62.405,45.675,0],[-62.441,45.655,0],[-62.416,45.679,0],[-62.27,45.704,0],[-62.06,45.808,0],[-61.989,45.863,0],[-61.949,45.882,0],[-61.924,45.889,0],[-61.911,45.889,0],[-61.9,45.882,0],[-61.897,45.872,0],[-61.905,45.866,0],[-61.916,45.86,0],[-61.921,45.851,0],[-61.92,45.83,0],[-61.909,45.787,0],[-61.888,45.738,0],[-61.886,45.721,0],[-61.894,45.704,0],[-61.876,45.693,0],[-61.836,45.681,0],[-61.821,45.673,0],[-61.807,45.66,0],[-61.795,45.653,0],[-61.726,45.628,0],[-61.708,45.623,0],[-61.684,45.622,0],[-61.668,45.627,0],[-61.655,45.636,0],[-61.642,45.642,0],[-61.626,45.636,0],[-61.633,45.636,0],[-61.648,45.634,0],[-61.648,45.627,0],[-61.64,45.621,0],[-61.62,45.614,0],[-61.619,45.623,0],[-61.615,45.632,0],[-61.61,45.639,0],[-61.602,45.642,0],[-61.589,45.646,0],[-61.583,45.653,0],[-61.58,45.663,0],[-61.575,45.673,0],[-61.558,45.684,0],[-61.537,45.689,0],[-61.492,45.691,0],[-61.47,45.683,0],[-61.437,45.65,0],[-61.417,45.642,0],[-61.4,45.633,0],[-61.384,45.612,0],[-61.37,45.581,0],[-61.359,45.578,0],[-61.351,45.57,0],[-61.339,45.553,0],[-61.324,45.542,0],[-61.263,45.512,0],[-61.247,45.507,0],[-61.24,45.508,0],[-61.237,45.506,0],[-61.235,45.491,0],[-61.237,45.468,0],[-61.248,45.453,0],[-61.267,45.443,0],[-61.353,45.414,0],[-61.373,45.409,0],[-61.374,45.421,0],[-61.388,45.418,0],[-61.406,45.408,0],[-61.417,45.399,0],[-61.43,45.392,0],[-61.483,45.375,0],[-61.461,45.355,0],[-61.451,45.349,0],[-61.137,45.354,0],[-61.12,45.352,0],[-61.082,45.343,0],[-60.999,45.333,0],[-60.982,45.326,0],[-60.971,45.314,0],[-60.971,45.302,0],[-60.972,45.288,0],[-60.969,45.272,0],[-60.983,45.271,0],[-60.987,45.277,0],[-60.989,45.285,0],[-60.996,45.292,0],[-61.007,45.294,0],[-61.017,45.294,0],[-61.027,45.294,0],[-61.037,45.3,0],[-61.028,45.285,0],[-61.023,45.279,0],[-61.016,45.272,0],[-61.024,45.263,0],[-61.031,45.261,0],[-61.039,45.26,0],[-61.047,45.255,0],[-61.053,45.245,0],[-61.057,45.236,0],[-61.063,45.233,0],[-61.078,45.238,0],[-61.071,45.224,0],[-61.12,45.214,0],[-61.139,45.218,0],[-61.153,45.238,0],[-61.142,45.245,0],[-61.133,45.253,0],[-61.126,45.262,0],[-61.119,45.272,0],[-61.165,45.264,0],[-61.175,45.258,0],[-61.18,45.243,0],[-61.171,45.216,0],[-61.175,45.203,0],[-61.184,45.209,0],[-61.188,45.216,0],[-61.19,45.223,0],[-61.197,45.235,0],[-61.204,45.246,0],[-61.212,45.253,0],[-61.216,45.248,0],[-61.246,45.24,0],[-61.263,45.239,0],[-61.263,45.251,0],[-61.278,45.254,0],[-61.299,45.248,0],[-61.332,45.231,0],[-61.35,45.217,0],[-61.365,45.201,0],[-61.364,45.19,0],[-61.339,45.19,0],[-61.355,45.178,0],[-61.371,45.169,0],[-61.389,45.164,0],[-61.568,45.147,0],[-61.61,45.151,0],[-61.64,45.176,0],[-61.647,45.157,0],[-61.666,45.164,0],[-61.687,45.175,0],[-61.702,45.169,0],[-61.686,45.162,0],[-61.666,45.149,0],[-61.649,45.135,0],[-61.64,45.121,0],[-61.649,45.122,0],[-61.658,45.12,0],[-61.674,45.115,0],[-61.64,45.094,0],[-61.64,45.087,0],[-61.677,45.089,0],[-61.695,45.092,0],[-61.702,45.097,0],[-61.704,45.107,0],[-61.709,45.107,0],[-61.715,45.101,0],[-61.756,45.101,0],[-61.754,45.094,0],[-61.755,45.089,0],[-61.756,45.084,0],[-61.756,45.08,0],[-61.781,45.092,0],[-61.81,45.101,0],[-61.825,45.099,0],[-61.811,45.08,0],[-61.822,45.078,0],[-61.846,45.08,0],[-61.859,45.08,0],[-61.859,45.073,0],[-61.851,45.071,0],[-61.841,45.065,0],[-61.836,45.056,0],[-61.839,45.047,0],[-61.848,45.045,0],[-61.88,45.053,0],[-61.887,45.047,0],[-61.882,45.034,0],[-61.897,45.031,0],[-61.918,45.037,0],[-61.935,45.053,0],[-61.941,45.033,0],[-61.941,45.025,0],[-61.959,45.037,0],[-61.976,45.036,0],[-61.99,45.027,0],[-62.004,45.011,0],[-62.006,45.016,0],[-62.008,45.021,0],[-62.01,45.026,0],[-62.01,45.032,0],[-62.02,45.026,0],[-62.029,45.019,0],[-62.039,45.014,0],[-62.05,45.011,0],[-62.035,45.004,0],[-61.976,44.991,0],[-61.989,44.985,0],[-62.003,44.983,0],[-62.018,44.985,0],[-62.031,44.991,0],[-62.042,44.983,0],[-62.057,44.976,0],[-62.073,44.973,0],[-62.086,44.978,0],[-62.098,44.974,0],[-62.119,44.97,0],[-62.138,44.969,0],[-62.147,44.974,0],[-62.151,44.975,0],[-62.174,44.961,0],[-62.185,44.956,0],[-62.234,44.959,0],[-62.254,44.952,0],[-62.27,44.929,0],[-62.278,44.937,0],[-62.29,44.927,0],[-62.306,44.92,0],[-62.321,44.918,0],[-62.332,44.922,0],[-62.339,44.922,0],[-62.34,44.918,0],[-62.342,44.915,0],[-62.344,44.913,0],[-62.346,44.909,0],[-62.343,44.905,0],[-62.342,44.903,0],[-62.339,44.895,0],[-62.361,44.902,0],[-62.377,44.91,0],[-62.393,44.91,0],[-62.415,44.895,0],[-62.41,44.892,0],[-62.406,44.886,0],[-62.401,44.881,0],[-62.42,44.878,0],[-62.437,44.869,0],[-62.448,44.853,0],[-62.448,44.834,0],[-62.467,44.841,0],[-62.473,44.859,0],[-62.473,44.881,0],[-62.476,44.901,0],[-62.49,44.882,0],[-62.507,44.864,0],[-62.527,44.856,0],[-62.551,44.868,0],[-62.566,44.84,0],[-62.555,44.833,0],[-62.546,44.825,0],[-62.531,44.806,0],[-62.553,44.8,0],[-62.578,44.834,0],[-62.599,44.827,0],[-62.607,44.837,0],[-62.623,44.83,0],[-62.661,44.806,0],[-62.654,44.793,0],[-62.687,44.802,0],[-62.805,44.785,0],[-62.799,44.772,0],[-62.802,44.761,0],[-62.813,44.754,0],[-62.826,44.752,0],[-62.821,44.744,0],[-62.815,44.738,0],[-62.807,44.733,0],[-62.798,44.73,0],[-62.819,44.721,0],[-62.83,44.718,0],[-62.842,44.717,0],[-62.851,44.723,0],[-62.857,44.734,0],[-62.864,44.738,0],[-62.873,44.724,0],[-62.887,44.731,0],[-62.908,44.738,0],[-62.93,44.74,0],[-62.945,44.734,0],[-62.972,44.718,0],[-62.989,44.711,0],[-62.997,44.714,0],[-62.998,44.722,0],[-63,44.727,0],[-63.002,44.731,0],[-63.004,44.737,0],[-63.003,44.765,0],[-63.004,44.772,0],[-63.018,44.778,0],[-63.047,44.766,0],[-63.058,44.778,0],[-63.059,44.763,0],[-63.05,44.751,0],[-63.021,44.727,0],[-63.014,44.711,0],[-63.024,44.697,0],[-63.058,44.675,0],[-63.063,44.689,0],[-63.061,44.705,0],[-63.063,44.718,0],[-63.076,44.724,0],[-63.096,44.729,0],[-63.102,44.743,0],[-63.099,44.775,0],[-63.103,44.784,0],[-63.11,44.79,0],[-63.119,44.791,0],[-63.127,44.785,0],[-63.125,44.782,0],[-63.121,44.752,0],[-63.124,44.735,0],[-63.137,44.707,0],[-63.14,44.689,0],[-63.154,44.696,0],[-63.16,44.706,0],[-63.16,44.718,0],[-63.155,44.73,0],[-63.173,44.721,0],[-63.183,44.692,0],[-63.202,44.683,0],[-63.214,44.681,0],[-63.214,44.683,0],[-63.212,44.69,0],[-63.216,44.703,0],[-63.232,44.727,0],[-63.237,44.737,0],[-63.25,44.726,0],[-63.253,44.712,0],[-63.248,44.698,0],[-63.237,44.689,0],[-63.25,44.673,0],[-63.281,44.644,0],[-63.285,44.628,0],[-63.317,44.636,0],[-63.389,44.643,0],[-63.415,44.655,0],[-63.402,44.665,0],[-63.396,44.667,0],[-63.387,44.668,0],[-63.399,44.682,0],[-63.417,44.683,0],[-63.456,44.668,0],[-63.435,44.659,0],[-63.42,44.648,0],[-63.415,44.634,0],[-63.422,44.614,0],[-63.439,44.596,0],[-63.456,44.601,0],[-63.476,44.613,0],[-63.51,44.624,0],[-63.538,44.648,0],[-63.574,44.666,0],[-63.633,44.713,0],[-63.644,44.717,0],[-63.662,44.717,0],[-63.649,44.688,0],[-63.64,44.676,0],[-63.628,44.668,0],[-63.62,44.667,0],[-63.596,44.668,0],[-63.587,44.664,0],[-63.574,44.646,0],[-63.569,44.642,0],[-63.563,44.635,0],[-63.548,44.603,0],[-63.545,44.593,0],[-63.546,44.574,0],[-63.548,44.562,0],[-63.546,44.55,0],[-63.523,44.518,0],[-63.524,44.503,0],[-63.533,44.489,0],[-63.548,44.473,0],[-63.554,44.47,0],[-63.573,44.464,0],[-63.579,44.464,0],[-63.587,44.469,0],[-63.585,44.475,0],[-63.58,44.48,0],[-63.579,44.484,0],[-63.596,44.487,0],[-63.605,44.477,0],[-63.61,44.463,0],[-63.621,44.453,0],[-63.626,44.446,0],[-63.633,44.441,0],[-63.641,44.443,0],[-63.644,44.45,0],[-63.639,44.459,0],[-63.632,44.466,0],[-63.628,44.47,0],[-63.641,44.476,0],[-63.658,44.475,0],[-63.693,44.47,0],[-63.701,44.468,0],[-63.703,44.463,0],[-63.705,44.458,0],[-63.716,44.456,0],[-63.721,44.461,0],[-63.724,44.47,0],[-63.729,44.475,0],[-63.737,44.47,0],[-63.749,44.474,0],[-63.758,44.482,0],[-63.763,44.491,0],[-63.765,44.505,0],[-63.774,44.494,0],[-63.783,44.478,0],[-63.793,44.469,0],[-63.806,44.477,0],[-63.809,44.49,0],[-63.804,44.503,0],[-63.785,44.532,0],[-63.793,44.526,0],[-63.805,44.515,0],[-63.812,44.511,0],[-63.82,44.514,0],[-63.826,44.521,0],[-63.834,44.525,0],[-63.847,44.519,0],[-63.844,44.515,0],[-63.84,44.505,0],[-63.854,44.504,0],[-63.874,44.499,0],[-63.888,44.497,0],[-63.9,44.498,0],[-63.912,44.501,0],[-63.922,44.506,0],[-63.929,44.511,0],[-63.942,44.534,0],[-63.942,44.554,0],[-63.922,44.593,0],[-63.928,44.6,0],[-63.943,44.621,0],[-63.925,44.629,0],[-63.919,44.634,0],[-63.915,44.642,0],[-63.919,44.643,0],[-63.929,44.648,0],[-63.902,44.667,0],[-63.891,44.68,0],[-63.888,44.696,0],[-63.907,44.684,0],[-63.926,44.675,0],[-63.989,44.656,0],[-64.001,44.655,0],[-64.057,44.639,0],[-64.066,44.634,0],[-64.06,44.621,0],[-64.062,44.587,0],[-64.052,44.58,0],[-64.037,44.571,0],[-64.025,44.551,0],[-64.011,44.511,0],[-64.041,44.523,0],[-64.055,44.509,0],[-64.064,44.488,0],[-64.076,44.477,0],[-64.097,44.475,0],[-64.106,44.478,0],[-64.117,44.488,0],[-64.123,44.516,0],[-64.124,44.522,0],[-64.119,44.538,0],[-64.128,44.555,0],[-64.145,44.57,0],[-64.162,44.58,0],[-64.178,44.582,0],[-64.197,44.58,0],[-64.211,44.571,0],[-64.21,44.552,0],[-64.227,44.537,0],[-64.253,44.544,0],[-64.281,44.558,0],[-64.305,44.566,0],[-64.301,44.561,0],[-64.292,44.546,0],[-64.304,44.543,0],[-64.305,44.536,0],[-64.301,44.527,0],[-64.299,44.515,0],[-64.301,44.503,0],[-64.308,44.492,0],[-64.317,44.484,0],[-64.326,44.477,0],[-64.318,44.477,0],[-64.299,44.47,0],[-64.31,44.465,0],[-64.354,44.456,0],[-64.354,44.445,0],[-64.344,44.438,0],[-64.336,44.429,0],[-64.34,44.415,0],[-64.297,44.417,0],[-64.275,44.416,0],[-64.258,44.409,0],[-64.275,44.407,0],[-64.288,44.401,0],[-64.3,44.393,0],[-64.312,44.387,0],[-64.312,44.381,0],[-64.261,44.38,0],[-64.235,44.377,0],[-64.21,44.367,0],[-64.228,44.361,0],[-64.246,44.361,0],[-64.282,44.367,0],[-64.347,44.367,0],[-64.347,44.361,0],[-64.34,44.356,0],[-64.336,44.35,0],[-64.336,44.342,0],[-64.34,44.333,0],[-64.326,44.33,0],[-64.315,44.324,0],[-64.305,44.32,0],[-64.292,44.326,0],[-64.298,44.329,0],[-64.307,44.337,0],[-64.312,44.34,0],[-64.302,44.343,0],[-64.291,44.341,0],[-64.264,44.333,0],[-64.29,44.304,0],[-64.289,44.299,0],[-64.237,44.299,0],[-64.269,44.267,0],[-64.287,44.259,0],[-64.305,44.272,0],[-64.312,44.264,0],[-64.33,44.276,0],[-64.339,44.284,0],[-64.347,44.292,0],[-64.337,44.298,0],[-64.333,44.299,0],[-64.409,44.329,0],[-64.429,44.34,0],[-64.418,44.326,0],[-64.401,44.313,0],[-64.382,44.303,0],[-64.364,44.299,0],[-64.359,44.296,0],[-64.357,44.288,0],[-64.358,44.279,0],[-64.36,44.272,0],[-64.367,44.264,0],[-64.426,44.234,0],[-64.431,44.226,0],[-64.434,44.208,0],[-64.439,44.199,0],[-64.449,44.193,0],[-64.469,44.187,0],[-64.477,44.182,0],[-64.483,44.174,0],[-64.498,44.141,0],[-64.514,44.15,0],[-64.522,44.153,0],[-64.531,44.155,0],[-64.536,44.156,0],[-64.543,44.161,0],[-64.549,44.162,0],[-64.552,44.16,0],[-64.555,44.15,0],[-64.559,44.148,0],[-64.594,44.158,0],[-64.606,44.159,0],[-64.6,44.148,0],[-64.606,44.146,0],[-64.609,44.143,0],[-64.614,44.141,0],[-64.621,44.141,0],[-64.599,44.135,0],[-64.575,44.134,0],[-64.554,44.13,0],[-64.546,44.117,0],[-64.55,44.1,0],[-64.561,44.08,0],[-64.576,44.069,0],[-64.594,44.079,0],[-64.621,44.065,0],[-64.649,44.059,0],[-64.717,44.059,0],[-64.705,44.046,0],[-64.687,44.042,0],[-64.669,44.036,0],[-64.662,44.015,0],[-64.667,43.998,0],[-64.68,43.993,0],[-64.697,43.99,0],[-64.714,43.98,0],[-64.731,43.964,0],[-64.744,43.958,0],[-64.806,43.957,0],[-64.816,43.954,0],[-64.819,43.946,0],[-64.822,43.937,0],[-64.828,43.931,0],[-64.837,43.929,0],[-64.847,43.929,0],[-64.833,43.914,0],[-64.797,43.895,0],[-64.786,43.875,0],[-64.802,43.876,0],[-64.814,43.874,0],[-64.819,43.867,0],[-64.812,43.853,0],[-64.829,43.845,0],[-64.834,43.834,0],[-64.839,43.83,0],[-64.854,43.84,0],[-64.859,43.846,0],[-64.868,43.861,0],[-64.874,43.867,0],[-64.883,43.873,0],[-64.893,43.877,0],[-64.904,43.879,0],[-64.915,43.881,0],[-64.91,43.871,0],[-64.895,43.856,0],[-64.888,43.847,0],[-64.886,43.839,0],[-64.884,43.822,0],[-64.881,43.812,0],[-64.906,43.805,0],[-64.924,43.823,0],[-64.938,43.849,0],[-64.95,43.867,0],[-64.967,43.874,0],[-64.964,43.861,0],[-64.935,43.813,0],[-64.932,43.806,0],[-64.935,43.799,0],[-64.949,43.775,0],[-64.958,43.766,0],[-64.97,43.759,0],[-64.984,43.758,0],[-64.997,43.77,0],[-65.02,43.817,0],[-65.039,43.832,0],[-65.038,43.816,0],[-65.019,43.771,0],[-65.016,43.759,0],[-65.014,43.743,0],[-65.016,43.727,0],[-65.025,43.716,0],[-65.034,43.712,0],[-65.037,43.716,0],[-65.037,43.721,0],[-65.043,43.724,0],[-65.053,43.721,0],[-65.058,43.714,0],[-65.061,43.707,0],[-65.06,43.703,0],[-65.077,43.711,0],[-65.073,43.745,0],[-65.087,43.758,0],[-65.096,43.736,0],[-65.123,43.697,0],[-65.128,43.675,0],[-65.151,43.689,0],[-65.147,43.707,0],[-65.136,43.727,0],[-65.141,43.751,0],[-65.161,43.716,0],[-65.169,43.71,0],[-65.178,43.71,0],[-65.187,43.716,0],[-65.194,43.725,0],[-65.201,43.751,0],[-65.212,43.772,0],[-65.225,43.792,0],[-65.238,43.806,0],[-65.24,43.798,0],[-65.242,43.795,0],[-65.242,43.792,0],[-65.238,43.785,0],[-65.255,43.776,0],[-65.249,43.755,0],[-65.224,43.719,0],[-65.24,43.695,0],[-65.25,43.673,0],[-65.263,43.671,0],[-65.289,43.675,0],[-65.327,43.697,0],[-65.328,43.71,0],[-65.316,43.733,0],[-65.313,43.744,0],[-65.317,43.761,0],[-65.323,43.766,0],[-65.331,43.763,0],[-65.341,43.758,0],[-65.345,43.751,0],[-65.346,43.742,0],[-65.351,43.737,0],[-65.367,43.744,0],[-65.355,43.716,0],[-65.341,43.694,0],[-65.334,43.67,0],[-65.341,43.641,0],[-65.341,43.634,0],[-65.34,43.625,0],[-65.34,43.617,0],[-65.344,43.614,0],[-65.354,43.611,0],[-65.358,43.604,0],[-65.356,43.597,0],[-65.351,43.593,0],[-65.346,43.588,0],[-65.341,43.545,0],[-65.362,43.575,0],[-65.371,43.579,0],[-65.381,43.577,0],[-65.392,43.567,0],[-65.402,43.566,0],[-65.416,43.571,0],[-65.442,43.593,0],[-65.457,43.6,0],[-65.457,43.593,0],[-65.413,43.539,0],[-65.41,43.529,0],[-65.408,43.519,0],[-65.402,43.504,0],[-65.416,43.5,0],[-65.422,43.511,0],[-65.429,43.545,0],[-65.439,43.557,0],[-65.45,43.561,0],[-65.456,43.556,0],[-65.451,43.545,0],[-65.455,43.535,0],[-65.463,43.528,0],[-65.472,43.524,0],[-65.484,43.525,0],[-65.474,43.504,0],[-65.471,43.494,0],[-65.47,43.48,0],[-65.475,43.471,0],[-65.484,43.472,0],[-65.493,43.48,0],[-65.498,43.494,0],[-65.504,43.503,0],[-65.542,43.528,0],[-65.547,43.532,0],[-65.55,43.538,0],[-65.552,43.543,0],[-65.546,43.556,0],[-65.55,43.561,0],[-65.556,43.565,0],[-65.56,43.569,0],[-65.566,43.574,0],[-65.579,43.566,0],[-65.613,43.536,0],[-65.649,43.518,0],[-65.653,43.513,0],[-65.654,43.507,0],[-65.658,43.502,0],[-65.669,43.497,0],[-65.668,43.5,0],[-65.674,43.505,0],[-65.69,43.511,0],[-65.719,43.509,0],[-65.729,43.514,0],[-65.738,43.531,0],[-65.73,43.547,0],[-65.732,43.563,0],[-65.739,43.577,0],[-65.752,43.587,0],[-65.752,43.576,0],[-65.752,43.569,0],[-65.749,43.564,0],[-65.745,43.559,0],[-65.748,43.555,0],[-65.751,43.553,0],[-65.754,43.552,0],[-65.758,43.551,0],[-65.778,43.568,0],[-65.782,43.588,0],[-65.772,43.641,0],[-65.771,43.669,0],[-65.774,43.681,0],[-65.779,43.689,0],[-65.789,43.691,0],[-65.795,43.683,0],[-65.8,43.669,0],[-65.807,43.655,0],[-65.796,43.646,0],[-65.792,43.634,0],[-65.794,43.62,0],[-65.799,43.606,0],[-65.815,43.632,0],[-65.817,43.657,0],[-65.816,43.683,0],[-65.82,43.71,0],[-65.825,43.719,0],[-65.84,43.739,0],[-65.848,43.751,0],[-65.853,43.764,0],[-65.861,43.806,0],[-65.868,43.806,0],[-65.868,43.787,0],[-65.866,43.779,0],[-65.861,43.771,0],[-65.877,43.77,0],[-65.889,43.784,0],[-65.899,43.804,0],[-65.909,43.819,0],[-65.924,43.827,0],[-65.937,43.826,0],[-65.941,43.82,0],[-65.93,43.812,0],[-65.93,43.806,0],[-65.957,43.785,0],[-65.971,43.78,0],[-65.978,43.795,0],[-65.979,43.802,0],[-65.984,43.82,0],[-65.987,43.839,0],[-65.992,43.849,0],[-65.997,43.854,0],[-65.999,43.85,0],[-66.004,43.832,0],[-66.005,43.826,0],[-66.005,43.816,0],[-66.004,43.81,0],[-66.002,43.804,0],[-65.974,43.751,0],[-65.963,43.737,0],[-65.973,43.714,0],[-65.979,43.706,0],[-65.991,43.703,0],[-65.983,43.72,0],[-65.984,43.729,0],[-65.991,43.731,0],[-66.005,43.724,0],[-66.007,43.717,0],[-66.005,43.708,0],[-66.006,43.7,0],[-66.015,43.697,0],[-66.024,43.698,0],[-66.028,43.702,0],[-66.029,43.709,0],[-66.026,43.716,0],[-66.032,43.716,0],[-66.031,43.737,0],[-66.042,43.746,0],[-66.055,43.741,0],[-66.06,43.716,0],[-66.074,43.729,0],[-66.077,43.741,0],[-66.073,43.768,0],[-66.079,43.772,0],[-66.093,43.767,0],[-66.107,43.755,0],[-66.115,43.744,0],[-66.122,43.744,0],[-66.134,43.81,0],[-66.12,43.825,0],[-66.113,43.836,0],[-66.111,43.848,0],[-66.118,43.853,0],[-66.128,43.85,0],[-66.136,43.842,0],[-66.142,43.833,0],[-66.149,43.826,0],[-66.148,43.84,0],[-66.149,43.853,0],[-66.156,43.86,0],[-66.17,43.86,0],[-66.166,43.871,0],[-66.167,43.88,0],[-66.17,43.887,0],[-66.17,43.894,0],[-66.165,43.904,0],[-66.152,43.924,0],[-66.149,43.932,0],[-66.154,43.947,0],[-66.161,43.961,0],[-66.163,43.976,0],[-66.149,44.003,0],[-66.15,44.011,0],[-66.156,44.022,0],[-66.158,44.024,0],[-66.183,44.084,0],[-66.194,44.093,0],[-66.21,44.086,0],[-66.21,44.106,0],[-66.195,44.143,0],[-66.19,44.165,0],[-66.188,44.171,0],[-66.159,44.201,0],[-66.152,44.209,0],[-66.142,44.231,0],[-66.114,44.343,0],[-66.095,44.374,0],[-66.063,44.394,0],[-66.047,44.407,0],[-66.04,44.426,0],[-66.032,44.437,0],[-65.966,44.489,0],[-65.928,44.506,0],[-65.889,44.533,0],[-65.867,44.544,0],[-65.848,44.557,0],[-65.84,44.574,0],[-65.849,44.587,0],[-65.868,44.588,0],[-65.913,44.58,0],[-65.924,44.581,0],[-65.933,44.584,0],[-65.942,44.584,0],[-66.028,44.521,0],[-66.187,44.395,0],[-66.197,44.391,0],[-66.192,44.418,0],[-66.18,44.434,0],[-65.999,44.58,0],[-65.889,44.631,0],[-65.875,44.643,0],[-65.786,44.696,0],[-65.773,44.686,0],[-65.763,44.672,0],[-65.756,44.657,0],[-65.752,44.642,0],[-65.754,44.632,0],[-65.757,44.621,0],[-65.757,44.611,0],[-65.749,44.607,0],[-65.729,44.609,0],[-65.71,44.614,0],[-65.692,44.621,0],[-65.68,44.629,0],[-65.656,44.648,0],[-65.625,44.667,0],[-65.612,44.678,0],[-65.601,44.696,0],[-65.594,44.689,0],[-65.537,44.737,0],[-65.522,44.744,0],[-65.494,44.749,0],[-65.451,44.771,0],[-65.429,44.778,0],[-65.447,44.781,0],[-65.492,44.758,0],[-65.535,44.747,0],[-65.615,44.709,0],[-65.654,44.698,0],[-65.676,44.696,0],[-65.717,44.675,0],[-65.742,44.668,0],[-65.758,44.683,0],[-65.723,44.728,0],[-65.621,44.779,0],[-65.457,44.855,0],[-65.398,44.895,0],[-65.378,44.901,0],[-65.358,44.904,0],[-65.232,44.955,0],[-65.213,44.967,0],[-65.18,44.993,0],[-65.022,45.06,0],[-64.863,45.14,0],[-64.714,45.192,0],[-64.644,45.201,0],[-64.575,45.22,0],[-64.511,45.229,0],[-64.475,45.24,0],[-64.441,45.256,0],[-64.415,45.272,0],[-64.395,45.302,0],[-64.417,45.32,0],[-64.459,45.329,0],[-64.498,45.334,0],[-64.478,45.341,0],[-64.456,45.339,0],[-64.415,45.326,0],[-64.349,45.32,0],[-64.33,45.31,0],[-64.318,45.295,0],[-64.32,45.283,0],[-64.33,45.272,0],[-64.343,45.262,0],[-64.351,45.248,0],[-64.359,45.213,0],[-64.367,45.197,0],[-64.352,45.185,0],[-64.357,45.171,0],[-64.372,45.157,0],[-64.388,45.149,0],[-64.367,45.126,0],[-64.362,45.116,0],[-64.367,45.108,0],[-64.357,45.104,0],[-64.345,45.106,0],[-64.337,45.113,0],[-64.333,45.125,0],[-64.331,45.136,0],[-64.326,45.142,0],[-64.317,45.146,0],[-64.305,45.149,0],[-64.223,45.109,0],[-64.151,45.05,0],[-64.149,45.039,0],[-64.155,44.984,0],[-64.147,44.998,0],[-64.136,45.003,0],[-64.122,45.003,0],[-64.107,44.998,0],[-64.116,45.012,0],[-64.119,45.03,0],[-64.114,45.046,0],[-64.101,45.053,0],[-64.101,45.06,0],[-64.119,45.062,0],[-64.136,45.073,0],[-64.184,45.114,0],[-64.197,45.133,0],[-64.199,45.149,0],[-64.166,45.16,0],[-64.164,45.168,0],[-64.166,45.178,0],[-64.165,45.186,0],[-64.158,45.192,0],[-64.139,45.2,0],[-64.131,45.207,0],[-64.115,45.216,0],[-64.024,45.242,0],[-63.963,45.251,0],[-63.906,45.276,0],[-63.885,45.279,0],[-63.846,45.277,0],[-63.825,45.28,0],[-63.809,45.289,0],[-63.804,45.299,0],[-63.804,45.306,0],[-63.801,45.311,0],[-63.788,45.313,0],[-63.76,45.311,0],[-63.748,45.308,0],[-63.737,45.3,0],[-63.73,45.306,0],[-63.72,45.322,0],[-63.716,45.326,0],[-63.708,45.326,0],[-63.675,45.32,0],[-63.579,45.322,0],[-63.543,45.332,0],[-63.524,45.334,0],[-63.504,45.329,0],[-63.492,45.317,0],[-63.483,45.303,0],[-63.469,45.292,0],[-63.461,45.325,0],[-63.433,45.345,0],[-63.396,45.356,0],[-63.36,45.361,0],[-63.392,45.372,0],[-63.507,45.375,0],[-63.528,45.378,0],[-63.571,45.392,0],[-63.593,45.395,0],[-63.816,45.395,0],[-63.834,45.392,0],[-63.849,45.385,0],[-63.874,45.367,0],[-63.88,45.362,0],[-63.885,45.356,0],[-63.891,45.353,0],[-63.901,45.354,0],[-63.91,45.359,0],[-63.914,45.365,0],[-63.914,45.373,0],[-63.908,45.382,0],[-63.936,45.399,0],[-64.014,45.391,0],[-64.052,45.395,0],[-64.042,45.401,0],[-64.038,45.402,0],[-64.066,45.413,0],[-64.105,45.415,0],[-64.183,45.409,0],[-64.244,45.395,0],[-64.276,45.392,0],[-64.312,45.402,0],[-64.314,45.382,0],[-64.322,45.38,0],[-64.334,45.386,0],[-64.347,45.389,0],[-64.359,45.386,0],[-64.37,45.382,0],[-64.379,45.375,0],[-64.388,45.367,0],[-64.4,45.373,0],[-64.436,45.382,0],[-64.446,45.388,0],[-64.451,45.395,0],[-64.459,45.4,0],[-64.576,45.416,0],[-64.62,45.409,0],[-64.672,45.389,0],[-64.707,45.361,0],[-64.696,45.326,0],[-64.717,45.325,0],[-64.732,45.316,0],[-64.745,45.306,0],[-64.759,45.3,0],[-64.768,45.297,0],[-64.768,45.298,0],[-64.767,45.303,0],[-64.772,45.313,0],[-64.773,45.318,0],[-64.766,45.325,0],[-64.768,45.33,0],[-64.774,45.333,0],[-64.786,45.332,0],[-64.792,45.334,0],[-64.823,45.348,0],[-64.86,45.353,0],[-64.897,45.347,0],[-64.929,45.326,0],[-64.936,45.351,0],[-64.929,45.383,0],[-64.915,45.412,0],[-64.902,45.43,0],[-64.854,45.457,0],[-64.839,45.459,0],[-64.815,45.468,0],[-64.799,45.471,0],[-64.833,45.484,0],[-64.706,45.537,0],[-64.681,45.543,0],[-64.663,45.557,0],[-64.649,45.559,0],[-64.645,45.586,0],[-64.613,45.603,0],[-64.573,45.615,0],[-64.542,45.632,0],[-64.513,45.657,0],[-64.484,45.676,0],[-64.477,45.679,0],[-64.462,45.681,0],[-64.457,45.683,0],[-64.448,45.691,0],[-64.438,45.704,0],[-64.429,45.71,0],[-64.437,45.725,0],[-64.439,45.739,0],[-64.432,45.748,0],[-64.412,45.752,0],[-64.398,45.756,0],[-64.386,45.768,0],[-64.379,45.781,0],[-64.381,45.793,0],[-64.305,45.827,0],[-64.293,45.816,0],[-64.294,45.805,0],[-64.312,45.786,0],[-64.319,45.781,0],[-64.326,45.78,0],[-64.331,45.777,0],[-64.333,45.769,0],[-64.331,45.763,0],[-64.328,45.76,0],[-64.328,45.755,0],[-64.333,45.745,0],[-64.317,45.756,0],[-64.303,45.762,0],[-64.287,45.765,0],[-64.264,45.765,0],[-64.269,45.774,0],[-64.279,45.779,0],[-64.291,45.78,0],[-64.305,45.779,0],[-64.294,45.784,0],[-64.283,45.794,0],[-64.274,45.805,0],[-64.271,45.814,0],[-64.271,45.831,0],[-64.273,45.836,0],[-64.273,45.836,0],[-64.264,45.845,0],[-64.258,45.857,0],[-64.252,45.87,0],[-64.245,45.881,0],[-64.23,45.894,0],[-64.214,45.904,0],[-64.199,45.916,0],[-64.187,45.931,0],[-64.175,45.95,0],[-64.16,45.964,0],[-64.141,45.973,0],[-64.12,45.976,0],[-64.099,45.975,0],[-64.073,45.973,0],[-64.051,45.977,0],[-64.043,45.992,0],[-64.043,45.992,0],[-64.042,45.991,0],[-64.033,45.995,0],[-64.024,46.002,0],[-64.017,46.005,0],[-64.008,46.005,0]]},\"properties\":{\"name\":\"Nova Scotia #4\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.706,46.011,0],[-59.706,45.999,0],[-59.708,45.995,0],[-59.714,45.998,0],[-59.726,46,0],[-59.76,46,0],[-59.781,46.004,0],[-59.778,46.012,0],[-59.724,46.029,0],[-59.695,46.034,0],[-59.689,46.03,0],[-59.703,46.023,0],[-59.706,46.011,0]]},\"properties\":{\"name\":\"Nova Scotia #5\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.501,47.001,0],[-60.486,46.999,0],[-60.461,47.003,0],[-60.42,47.022,0],[-60.396,47.026,0],[-60.383,47.017,0],[-60.398,46.996,0],[-60.434,46.964,0],[-60.465,46.927,0],[-60.49,46.905,0],[-60.496,46.896,0],[-60.474,46.897,0],[-60.452,46.893,0],[-60.442,46.885,0],[-60.455,46.876,0],[-60.455,46.868,0],[-60.43,46.864,0],[-60.393,46.863,0],[-60.358,46.866,0],[-60.339,46.876,0],[-60.331,46.872,0],[-60.323,46.867,0],[-60.317,46.861,0],[-60.311,46.855,0],[-60.305,46.834,0],[-60.309,46.803,0],[-60.324,46.745,0],[-60.342,46.709,0],[-60.345,46.694,0],[-60.352,46.687,0],[-60.399,46.67,0],[-60.391,46.661,0],[-60.381,46.656,0],[-60.37,46.654,0],[-60.358,46.656,0],[-60.358,46.65,0],[-60.365,46.648,0],[-60.378,46.644,0],[-60.386,46.642,0],[-60.374,46.63,0],[-60.36,46.623,0],[-60.35,46.616,0],[-60.352,46.601,0],[-60.357,46.595,0],[-60.38,46.581,0],[-60.421,46.525,0],[-60.461,46.423,0],[-60.473,46.407,0],[-60.509,46.369,0],[-60.516,46.356,0],[-60.53,46.324,0],[-60.578,46.264,0],[-60.606,46.21,0],[-60.606,46.21,0],[-60.605,46.211,0],[-60.6,46.201,0],[-60.599,46.197,0],[-60.552,46.262,0],[-60.54,46.272,0],[-60.524,46.278,0],[-60.475,46.32,0],[-60.443,46.333,0],[-60.434,46.334,0],[-60.419,46.33,0],[-60.416,46.324,0],[-60.418,46.315,0],[-60.421,46.303,0],[-60.427,46.284,0],[-60.442,46.271,0],[-60.475,46.252,0],[-60.612,46.128,0],[-60.632,46.118,0],[-60.675,46.102,0],[-60.691,46.091,0],[-60.701,46.088,0],[-60.715,46.107,0],[-60.725,46.105,0],[-60.748,46.085,0],[-60.756,46.081,0],[-60.773,46.073,0],[-60.816,46.062,0],[-60.873,46.053,0],[-60.879,46.062,0],[-60.874,46.068,0],[-60.863,46.073,0],[-60.852,46.074,0],[-60.874,46.079,0],[-60.912,46.052,0],[-60.975,45.992,0],[-60.993,45.982,0],[-61.015,45.975,0],[-61.102,45.958,0],[-61.119,45.95,0],[-61.126,45.93,0],[-61.033,45.937,0],[-61.01,45.942,0],[-60.995,45.954,0],[-60.983,45.97,0],[-60.969,45.985,0],[-60.903,46.01,0],[-60.884,46.035,0],[-60.863,46.038,0],[-60.818,46.039,0],[-60.773,46.059,0],[-60.747,46.066,0],[-60.736,46.057,0],[-60.743,46.037,0],[-60.76,46.022,0],[-60.781,46.008,0],[-60.797,45.992,0],[-60.803,45.975,0],[-60.806,45.954,0],[-60.815,45.937,0],[-60.835,45.93,0],[-60.847,45.929,0],[-60.858,45.925,0],[-60.868,45.92,0],[-60.876,45.913,0],[-60.886,45.908,0],[-60.898,45.91,0],[-60.92,45.916,0],[-60.962,45.915,0],[-60.981,45.91,0],[-60.989,45.899,0],[-61.001,45.897,0],[-61.056,45.898,0],[-61.071,45.896,0],[-61.052,45.889,0],[-61.044,45.889,0],[-61.057,45.88,0],[-61.073,45.875,0],[-61.088,45.868,0],[-61.098,45.855,0],[-61.084,45.854,0],[-61.061,45.857,0],[-61.039,45.864,0],[-61.03,45.872,0],[-61.019,45.876,0],[-60.998,45.875,0],[-60.983,45.877,0],[-60.989,45.889,0],[-60.968,45.886,0],[-60.914,45.855,0],[-60.926,45.848,0],[-60.937,45.851,0],[-60.949,45.857,0],[-60.965,45.861,0],[-60.967,45.857,0],[-60.942,45.835,0],[-60.934,45.827,0],[-60.953,45.827,0],[-60.961,45.829,0],[-60.969,45.834,0],[-60.982,45.821,0],[-60.995,45.82,0],[-61.006,45.824,0],[-61.013,45.823,0],[-61.024,45.814,0],[-61.103,45.779,0],[-61.123,45.764,0],[-61.134,45.745,0],[-61.129,45.747,0],[-61.112,45.752,0],[-61.111,45.745,0],[-61.111,45.736,0],[-61.113,45.728,0],[-61.116,45.724,0],[-61.126,45.722,0],[-61.134,45.717,0],[-61.14,45.712,0],[-61.148,45.708,0],[-61.143,45.703,0],[-61.133,45.699,0],[-61.082,45.691,0],[-61.049,45.699,0],[-60.947,45.752,0],[-60.913,45.756,0],[-60.873,45.752,0],[-60.836,45.741,0],[-60.807,45.721,0],[-60.799,45.703,0],[-60.808,45.691,0],[-60.824,45.679,0],[-60.845,45.655,0],[-60.85,45.651,0],[-60.849,45.648,0],[-60.838,45.642,0],[-60.829,45.641,0],[-60.826,45.644,0],[-60.828,45.65,0],[-60.832,45.655,0],[-60.81,45.663,0],[-60.818,45.669,0],[-60.784,45.669,0],[-60.777,45.674,0],[-60.766,45.693,0],[-60.759,45.694,0],[-60.744,45.685,0],[-60.732,45.684,0],[-60.73,45.691,0],[-60.742,45.704,0],[-60.73,45.714,0],[-60.733,45.725,0],[-60.743,45.735,0],[-60.749,45.745,0],[-60.746,45.76,0],[-60.737,45.774,0],[-60.725,45.785,0],[-60.715,45.793,0],[-60.7,45.8,0],[-60.669,45.81,0],[-60.653,45.82,0],[-60.644,45.831,0],[-60.634,45.844,0],[-60.623,45.856,0],[-60.609,45.861,0],[-60.599,45.866,0],[-60.569,45.89,0],[-60.541,45.901,0],[-60.521,45.924,0],[-60.478,45.937,0],[-60.445,45.954,0],[-60.416,45.976,0],[-60.399,45.998,0],[-60.42,45.993,0],[-60.463,45.977,0],[-60.497,45.957,0],[-60.564,45.944,0],[-60.621,45.92,0],[-60.646,45.913,0],[-60.665,45.899,0],[-60.699,45.891,0],[-60.71,45.89,0],[-60.722,45.896,0],[-60.731,45.905,0],[-60.74,45.923,0],[-60.749,45.93,0],[-60.762,45.931,0],[-60.776,45.929,0],[-60.787,45.93,0],[-60.791,45.94,0],[-60.782,45.954,0],[-60.715,45.985,0],[-60.684,46.007,0],[-60.666,46.015,0],[-60.642,46.018,0],[-60.622,46.024,0],[-60.564,46.067,0],[-60.508,46.091,0],[-60.489,46.102,0],[-60.431,46.149,0],[-60.417,46.156,0],[-60.405,46.164,0],[-60.375,46.197,0],[-60.355,46.205,0],[-60.334,46.205,0],[-60.315,46.209,0],[-60.301,46.219,0],[-60.297,46.238,0],[-60.318,46.23,0],[-60.338,46.226,0],[-60.383,46.224,0],[-60.401,46.218,0],[-60.447,46.177,0],[-60.607,46.077,0],[-60.63,46.068,0],[-60.639,46.067,0],[-60.653,46.072,0],[-60.655,46.082,0],[-60.65,46.091,0],[-60.642,46.095,0],[-60.621,46.101,0],[-60.601,46.116,0],[-60.571,46.149,0],[-60.502,46.201,0],[-60.494,46.218,0],[-60.475,46.234,0],[-60.351,46.312,0],[-60.283,46.328,0],[-60.279,46.317,0],[-60.259,46.279,0],[-60.205,46.242,0],[-60.212,46.224,0],[-60.29,46.156,0],[-60.278,46.159,0],[-60.268,46.166,0],[-60.261,46.173,0],[-60.256,46.177,0],[-60.244,46.176,0],[-60.235,46.173,0],[-60.221,46.162,0],[-60.212,46.145,0],[-60.205,46.142,0],[-60.194,46.156,0],[-60.192,46.166,0],[-60.195,46.175,0],[-60.199,46.184,0],[-60.201,46.194,0],[-60.193,46.212,0],[-60.174,46.231,0],[-60.152,46.246,0],[-60.136,46.252,0],[-60.109,46.251,0],[-60.083,46.246,0],[-60.059,46.238,0],[-60.037,46.224,0],[-60.091,46.211,0],[-59.991,46.207,0],[-59.944,46.196,0],[-59.948,46.162,0],[-59.934,46.159,0],[-59.901,46.172,0],[-59.882,46.177,0],[-59.81,46.17,0],[-59.836,46.156,0],[-59.863,46.137,0],[-59.882,46.111,0],[-59.885,46.081,0],[-59.871,46.094,0],[-59.851,46.105,0],[-59.829,46.112,0],[-59.81,46.115,0],[-59.81,46.108,0],[-59.872,46.074,0],[-59.896,46.05,0],[-59.909,46.042,0],[-59.954,46.036,0],[-59.958,46.028,0],[-59.95,46.016,0],[-59.937,46.002,0],[-59.921,45.995,0],[-59.898,45.997,0],[-59.858,46.005,0],[-59.84,46.005,0],[-59.832,46.003,0],[-59.824,45.998,0],[-59.83,45.999,0],[-59.832,45.992,0],[-59.83,45.978,0],[-59.824,45.971,0],[-59.807,45.961,0],[-59.803,45.957,0],[-59.802,45.945,0],[-59.805,45.936,0],[-59.812,45.931,0],[-59.824,45.933,0],[-59.862,45.936,0],[-59.939,45.904,0],[-59.968,45.91,0],[-59.975,45.905,0],[-59.98,45.901,0],[-59.985,45.896,0],[-59.989,45.889,0],[-59.984,45.886,0],[-59.98,45.88,0],[-59.975,45.875,0],[-60.127,45.87,0],[-60.153,45.847,0],[-60.155,45.838,0],[-60.154,45.837,0],[-60.147,45.838,0],[-60.133,45.834,0],[-60.112,45.824,0],[-60.101,45.821,0],[-60.088,45.82,0],[-60.075,45.816,0],[-60.072,45.806,0],[-60.074,45.797,0],[-60.081,45.793,0],[-60.093,45.791,0],[-60.178,45.767,0],[-60.199,45.756,0],[-60.208,45.741,0],[-60.215,45.719,0],[-60.235,45.707,0],[-60.26,45.7,0],[-60.283,45.697,0],[-60.323,45.684,0],[-60.395,45.643,0],[-60.441,45.636,0],[-60.462,45.636,0],[-60.47,45.64,0],[-60.475,45.649,0],[-60.5,45.632,0],[-60.512,45.627,0],[-60.63,45.595,0],[-60.662,45.578,0],[-60.672,45.574,0],[-60.704,45.573,0],[-60.711,45.572,0],[-60.719,45.568,0],[-60.727,45.566,0],[-60.736,45.567,0],[-60.741,45.573,0],[-60.742,45.582,0],[-60.744,45.59,0],[-60.752,45.594,0],[-60.828,45.601,0],[-60.844,45.605,0],[-60.849,45.614,0],[-60.85,45.627,0],[-60.855,45.639,0],[-60.871,45.646,0],[-60.884,45.637,0],[-60.895,45.624,0],[-60.907,45.614,0],[-60.916,45.621,0],[-60.925,45.626,0],[-60.936,45.628,0],[-60.947,45.628,0],[-60.946,45.612,0],[-60.97,45.608,0],[-61.024,45.614,0],[-61.01,45.608,0],[-61.016,45.595,0],[-61.025,45.592,0],[-61.047,45.594,0],[-61.058,45.592,0],[-61.085,45.573,0],[-61.131,45.56,0],[-61.157,45.557,0],[-61.175,45.559,0],[-61.157,45.565,0],[-61.151,45.572,0],[-61.155,45.579,0],[-61.167,45.587,0],[-61.182,45.59,0],[-61.196,45.59,0],[-61.205,45.593,0],[-61.208,45.608,0],[-61.215,45.6,0],[-61.22,45.59,0],[-61.225,45.582,0],[-61.232,45.584,0],[-61.241,45.585,0],[-61.253,45.58,0],[-61.266,45.572,0],[-61.277,45.567,0],[-61.27,45.548,0],[-61.284,45.548,0],[-61.322,45.559,0],[-61.335,45.566,0],[-61.363,45.611,0],[-61.419,45.657,0],[-61.442,45.682,0],[-61.455,45.71,0],[-61.465,45.776,0],[-61.475,45.811,0],[-61.492,45.827,0],[-61.497,45.835,0],[-61.489,45.889,0],[-61.5,45.906,0],[-61.514,45.919,0],[-61.523,45.933,0],[-61.516,45.951,0],[-61.521,45.961,0],[-61.521,45.981,0],[-61.523,45.992,0],[-61.529,45.997,0],[-61.538,46.003,0],[-61.547,46.012,0],[-61.551,46.022,0],[-61.541,46.041,0],[-61.517,46.053,0],[-61.491,46.063,0],[-61.475,46.074,0],[-61.47,46.093,0],[-61.466,46.12,0],[-61.459,46.145,0],[-61.445,46.156,0],[-61.431,46.163,0],[-61.384,46.194,0],[-61.289,46.243,0],[-61.28,46.246,0],[-61.278,46.255,0],[-61.212,46.331,0],[-61.191,46.367,0],[-61.178,46.386,0],[-61.095,46.454,0],[-61.086,46.467,0],[-61.08,46.481,0],[-61.075,46.513,0],[-61.066,46.527,0],[-61.04,46.55,0],[-61.03,46.568,0],[-61.037,46.582,0],[-61.05,46.592,0],[-61.057,46.601,0],[-61.054,46.612,0],[-61.043,46.625,0],[-61.029,46.637,0],[-61.016,46.642,0],[-61.03,46.612,0],[-61.03,46.601,0],[-61.024,46.593,0],[-61.017,46.601,0],[-61.012,46.614,0],[-61.01,46.626,0],[-61.005,46.633,0],[-60.972,46.653,0],[-60.965,46.662,0],[-60.947,46.698,0],[-60.899,46.769,0],[-60.869,46.8,0],[-60.832,46.821,0],[-60.788,46.835,0],[-60.769,46.844,0],[-60.701,46.905,0],[-60.651,46.982,0],[-60.642,47.004,0],[-60.633,47.011,0],[-60.623,47.017,0],[-60.603,47.034,0],[-60.593,47.035,0],[-60.571,47.026,0],[-60.534,47.022,0],[-60.523,47.019,0],[-60.514,47.013,0],[-60.509,47.007,0],[-60.501,47.001,0]]},\"properties\":{\"name\":\"Nova Scotia #6\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}}]}", - "kml" : "Nova Scotia #0Nova Scotia #00000ff11-65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0Nova Scotia #1Nova Scotia #10000ff11-59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0Nova Scotia #2Nova Scotia #20000ff11-66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0Nova Scotia #3Nova Scotia #30000ff11-60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0Nova Scotia #4Nova Scotia #40000ff11-64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0Nova Scotia #5Nova Scotia #50000ff11-59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0Nova Scotia #6Nova Scotia #60000ff11-60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0", + "kml" : "Nova Scotia #0Nova Scotia #00000ff11-65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0Nova Scotia #1Nova Scotia #10000ff11-59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0Nova Scotia #2Nova Scotia #20000ff11-66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0Nova Scotia #3Nova Scotia #30000ff11-60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0Nova Scotia #4Nova Scotia #40000ff11-64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0Nova Scotia #5Nova Scotia #50000ff11-59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0Nova Scotia #6Nova Scotia #60000ff11-60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0", "mediawiki": "43.428,-65.61:43.422,-65.629:43.435,-65.621:43.445,-65.627:43.453,-65.635:43.459,-65.645:43.463,-65.656:43.472,-65.646:43.477,-65.634:43.484,-65.608:43.508,-65.617:43.514,-65.605:43.511,-65.56:43.495,-65.569:43.477,-65.574:43.464,-65.587:43.445,-65.598:43.428,-65.61:43.933,-59.807:43.916,-59.861:43.908,-59.913:43.906,-59.971:43.911,-60.028:43.923,-60.083:43.942,-60.133:43.946,-60.124:43.947,-60.116:43.946,-60.108:43.942,-60.098:43.943,-60.074:43.929,-59.998:43.937,-59.867:43.941,-59.844:43.948,-59.822:43.957,-59.803:43.987,-59.741:43.998,-59.728:43.96,-59.76:43.933,-59.807:44.283,-66.298:44.251,-66.313:44.258,-66.328:44.325,-66.286:44.355,-66.258:44.377,-66.242:44.387,-66.231:44.396,-66.213:44.392,-66.203:44.381,-66.204:44.367,-66.218:44.338,-66.239:44.283,-66.298:45.577,-60.932:45.567,-60.914:45.577,-60.908:45.579,-60.899:45.574,-60.889:45.567,-60.879:45.558,-60.884:45.553,-60.892:45.551,-60.902:45.553,-60.914:45.532,-60.953:45.517,-60.962:45.498,-60.947:45.487,-60.968:45.47,-60.986:45.461,-61.003:45.471,-61.024:45.477,-61.013:45.486,-61.004:45.495,-61.002:45.498,-61.013:45.499,-61.04:45.501,-61.053:45.505,-61.065:45.511,-61.075:45.523,-61.089:45.527,-61.105:45.531,-61.106:45.536,-61.106:45.549,-61.112:45.551,-61.106:45.553,-61.091:45.563,-61.075:45.571,-61.054:45.577,-61.031:45.581,-61.01:45.582,-60.958:45.577,-60.932:46.005,-64.008:45.98,-63.905:45.963,-63.87:45.937,-63.867:45.934,-63.844:45.925,-63.825:45.91,-63.811:45.889,-63.806:45.891,-63.786:45.886,-63.759:45.877,-63.732:45.868,-63.716:45.862,-63.727:45.854,-63.746:45.847,-63.757:45.842,-63.736:45.853,-63.69:45.847,-63.669:45.837,-63.674:45.828,-63.674:45.824,-63.67:45.827,-63.662:45.837,-63.652:45.843,-63.653:45.85,-63.659:45.865,-63.662:45.874,-63.659:45.875,-63.652:45.87,-63.644:45.865,-63.638:45.862,-63.629:45.875,-63.593:45.883,-63.492:45.876,-63.439:45.855,-63.409:45.854,-63.428:45.86,-63.464:45.861,-63.483:45.852,-63.47:45.839,-63.438:45.827,-63.428:45.821,-63.447:45.826,-63.484:45.827,-63.504:45.82,-63.523:45.811,-63.516:45.807,-63.496:45.814,-63.477:45.809,-63.469:45.806,-63.461:45.806,-63.452:45.806,-63.442:45.805,-63.438:45.801,-63.431:45.8,-63.428:45.802,-63.425:45.812,-63.418:45.814,-63.415:45.812,-63.399:45.803,-63.369:45.8,-63.354:45.804,-63.324:45.812,-63.291:45.816,-63.259:45.806,-63.23:45.791,-63.258:45.776,-63.302:45.767,-63.347:45.772,-63.381:45.757,-63.373:45.748,-63.356:45.737,-63.312:45.732,-63.304:45.726,-63.295:45.724,-63.288:45.735,-63.285:45.741,-63.282:45.748,-63.273:45.759,-63.257:45.754,-63.257:45.743,-63.257:45.737,-63.257:45.76,-63.212:45.765,-63.196:45.768,-63.195:45.773,-63.194:45.777,-63.192:45.779,-63.189:45.776,-63.184:45.771,-63.182:45.766,-63.182:45.762,-63.185:45.753,-63.2:45.746,-63.205:45.737,-63.202:45.736,-63.19:45.759,-63.134:45.763,-63.117:45.765,-63.1:45.764,-63.083:45.759,-63.065:45.779,-63.07:45.79,-63.084:45.806,-63.121:45.811,-63.1:45.796,-62.98:45.783,-62.924:45.765,-62.777:45.766,-62.751:45.773,-62.699:45.772,-62.675:45.761,-62.696:45.761,-62.718:45.763,-62.738:45.759,-62.757:45.748,-62.739:45.744,-62.729:45.745,-62.699:45.742,-62.682:45.736,-62.664:45.727,-62.647:45.717,-62.633:45.687,-62.703:45.681,-62.751:45.675,-62.77:45.662,-62.784:45.642,-62.792:45.653,-62.781:45.662,-62.765:45.664,-62.749:45.655,-62.736:45.627,-62.747:45.613,-62.75:45.618,-62.74:45.646,-62.72:45.656,-62.706:45.652,-62.692:45.631,-62.669:45.628,-62.657:45.642,-62.647:45.647,-62.664:45.656,-62.672:45.668,-62.672:45.68,-62.665:45.682,-62.655:45.681,-62.64:45.682,-62.625:45.691,-62.613:45.686,-62.6:45.686,-62.577:45.683,-62.566:45.678,-62.557:45.667,-62.55:45.663,-62.545:45.658,-62.526:45.659,-62.51:45.662,-62.495:45.663,-62.476:45.631,-62.503:45.615,-62.509:45.608,-62.493:45.615,-62.47:45.643,-62.435:45.649,-62.418:45.653,-62.4:45.662,-62.377:45.673,-62.362:45.683,-62.371:45.68,-62.383:45.675,-62.405:45.655,-62.441:45.679,-62.416:45.704,-62.27:45.808,-62.06:45.863,-61.989:45.882,-61.949:45.889,-61.924:45.889,-61.911:45.882,-61.9:45.872,-61.897:45.866,-61.905:45.86,-61.916:45.851,-61.921:45.83,-61.92:45.787,-61.909:45.738,-61.888:45.721,-61.886:45.704,-61.894:45.693,-61.876:45.681,-61.836:45.673,-61.821:45.66,-61.807:45.653,-61.795:45.628,-61.726:45.623,-61.708:45.622,-61.684:45.627,-61.668:45.636,-61.655:45.642,-61.642:45.636,-61.626:45.636,-61.633:45.634,-61.648:45.627,-61.648:45.621,-61.64:45.614,-61.62:45.623,-61.619:45.632,-61.615:45.639,-61.61:45.642,-61.602:45.646,-61.589:45.653,-61.583:45.663,-61.58:45.673,-61.575:45.684,-61.558:45.689,-61.537:45.691,-61.492:45.683,-61.47:45.65,-61.437:45.642,-61.417:45.633,-61.4:45.612,-61.384:45.581,-61.37:45.578,-61.359:45.57,-61.351:45.553,-61.339:45.542,-61.324:45.512,-61.263:45.507,-61.247:45.508,-61.24:45.506,-61.237:45.491,-61.235:45.468,-61.237:45.453,-61.248:45.443,-61.267:45.414,-61.353:45.409,-61.373:45.421,-61.374:45.418,-61.388:45.408,-61.406:45.399,-61.417:45.392,-61.43:45.375,-61.483:45.355,-61.461:45.349,-61.451:45.354,-61.137:45.352,-61.12:45.343,-61.082:45.333,-60.999:45.326,-60.982:45.314,-60.971:45.302,-60.971:45.288,-60.972:45.272,-60.969:45.271,-60.983:45.277,-60.987:45.285,-60.989:45.292,-60.996:45.294,-61.007:45.294,-61.017:45.294,-61.027:45.3,-61.037:45.285,-61.028:45.279,-61.023:45.272,-61.016:45.263,-61.024:45.261,-61.031:45.26,-61.039:45.255,-61.047:45.245,-61.053:45.236,-61.057:45.233,-61.063:45.238,-61.078:45.224,-61.071:45.214,-61.12:45.218,-61.139:45.238,-61.153:45.245,-61.142:45.253,-61.133:45.262,-61.126:45.272,-61.119:45.264,-61.165:45.258,-61.175:45.243,-61.18:45.216,-61.171:45.203,-61.175:45.209,-61.184:45.216,-61.188:45.223,-61.19:45.235,-61.197:45.246,-61.204:45.253,-61.212:45.248,-61.216:45.24,-61.246:45.239,-61.263:45.251,-61.263:45.254,-61.278:45.248,-61.299:45.231,-61.332:45.217,-61.35:45.201,-61.365:45.19,-61.364:45.19,-61.339:45.178,-61.355:45.169,-61.371:45.164,-61.389:45.147,-61.568:45.151,-61.61:45.176,-61.64:45.157,-61.647:45.164,-61.666:45.175,-61.687:45.169,-61.702:45.162,-61.686:45.149,-61.666:45.135,-61.649:45.121,-61.64:45.122,-61.649:45.12,-61.658:45.115,-61.674:45.094,-61.64:45.087,-61.64:45.089,-61.677:45.092,-61.695:45.097,-61.702:45.107,-61.704:45.107,-61.709:45.101,-61.715:45.101,-61.756:45.094,-61.754:45.089,-61.755:45.084,-61.756:45.08,-61.756:45.092,-61.781:45.101,-61.81:45.099,-61.825:45.08,-61.811:45.078,-61.822:45.08,-61.846:45.08,-61.859:45.073,-61.859:45.071,-61.851:45.065,-61.841:45.056,-61.836:45.047,-61.839:45.045,-61.848:45.053,-61.88:45.047,-61.887:45.034,-61.882:45.031,-61.897:45.037,-61.918:45.053,-61.935:45.033,-61.941:45.025,-61.941:45.037,-61.959:45.036,-61.976:45.027,-61.99:45.011,-62.004:45.016,-62.006:45.021,-62.008:45.026,-62.01:45.032,-62.01:45.026,-62.02:45.019,-62.029:45.014,-62.039:45.011,-62.05:45.004,-62.035:44.991,-61.976:44.985,-61.989:44.983,-62.003:44.985,-62.018:44.991,-62.031:44.983,-62.042:44.976,-62.057:44.973,-62.073:44.978,-62.086:44.974,-62.098:44.97,-62.119:44.969,-62.138:44.974,-62.147:44.975,-62.151:44.961,-62.174:44.956,-62.185:44.959,-62.234:44.952,-62.254:44.929,-62.27:44.937,-62.278:44.927,-62.29:44.92,-62.306:44.918,-62.321:44.922,-62.332:44.922,-62.339:44.918,-62.34:44.915,-62.342:44.913,-62.344:44.909,-62.346:44.905,-62.343:44.903,-62.342:44.895,-62.339:44.902,-62.361:44.91,-62.377:44.91,-62.393:44.895,-62.415:44.892,-62.41:44.886,-62.406:44.881,-62.401:44.878,-62.42:44.869,-62.437:44.853,-62.448:44.834,-62.448:44.841,-62.467:44.859,-62.473:44.881,-62.473:44.901,-62.476:44.882,-62.49:44.864,-62.507:44.856,-62.527:44.868,-62.551:44.84,-62.566:44.833,-62.555:44.825,-62.546:44.806,-62.531:44.8,-62.553:44.834,-62.578:44.827,-62.599:44.837,-62.607:44.83,-62.623:44.806,-62.661:44.793,-62.654:44.802,-62.687:44.785,-62.805:44.772,-62.799:44.761,-62.802:44.754,-62.813:44.752,-62.826:44.744,-62.821:44.738,-62.815:44.733,-62.807:44.73,-62.798:44.721,-62.819:44.718,-62.83:44.717,-62.842:44.723,-62.851:44.734,-62.857:44.738,-62.864:44.724,-62.873:44.731,-62.887:44.738,-62.908:44.74,-62.93:44.734,-62.945:44.718,-62.972:44.711,-62.989:44.714,-62.997:44.722,-62.998:44.727,-63:44.731,-63.002:44.737,-63.004:44.765,-63.003:44.772,-63.004:44.778,-63.018:44.766,-63.047:44.778,-63.058:44.763,-63.059:44.751,-63.05:44.727,-63.021:44.711,-63.014:44.697,-63.024:44.675,-63.058:44.689,-63.063:44.705,-63.061:44.718,-63.063:44.724,-63.076:44.729,-63.096:44.743,-63.102:44.775,-63.099:44.784,-63.103:44.79,-63.11:44.791,-63.119:44.785,-63.127:44.782,-63.125:44.752,-63.121:44.735,-63.124:44.707,-63.137:44.689,-63.14:44.696,-63.154:44.706,-63.16:44.718,-63.16:44.73,-63.155:44.721,-63.173:44.692,-63.183:44.683,-63.202:44.681,-63.214:44.683,-63.214:44.69,-63.212:44.703,-63.216:44.727,-63.232:44.737,-63.237:44.726,-63.25:44.712,-63.253:44.698,-63.248:44.689,-63.237:44.673,-63.25:44.644,-63.281:44.628,-63.285:44.636,-63.317:44.643,-63.389:44.655,-63.415:44.665,-63.402:44.667,-63.396:44.668,-63.387:44.682,-63.399:44.683,-63.417:44.668,-63.456:44.659,-63.435:44.648,-63.42:44.634,-63.415:44.614,-63.422:44.596,-63.439:44.601,-63.456:44.613,-63.476:44.624,-63.51:44.648,-63.538:44.666,-63.574:44.713,-63.633:44.717,-63.644:44.717,-63.662:44.688,-63.649:44.676,-63.64:44.668,-63.628:44.667,-63.62:44.668,-63.596:44.664,-63.587:44.646,-63.574:44.642,-63.569:44.635,-63.563:44.603,-63.548:44.593,-63.545:44.574,-63.546:44.562,-63.548:44.55,-63.546:44.518,-63.523:44.503,-63.524:44.489,-63.533:44.473,-63.548:44.47,-63.554:44.464,-63.573:44.464,-63.579:44.469,-63.587:44.475,-63.585:44.48,-63.58:44.484,-63.579:44.487,-63.596:44.477,-63.605:44.463,-63.61:44.453,-63.621:44.446,-63.626:44.441,-63.633:44.443,-63.641:44.45,-63.644:44.459,-63.639:44.466,-63.632:44.47,-63.628:44.476,-63.641:44.475,-63.658:44.47,-63.693:44.468,-63.701:44.463,-63.703:44.458,-63.705:44.456,-63.716:44.461,-63.721:44.47,-63.724:44.475,-63.729:44.47,-63.737:44.474,-63.749:44.482,-63.758:44.491,-63.763:44.505,-63.765:44.494,-63.774:44.478,-63.783:44.469,-63.793:44.477,-63.806:44.49,-63.809:44.503,-63.804:44.532,-63.785:44.526,-63.793:44.515,-63.805:44.511,-63.812:44.514,-63.82:44.521,-63.826:44.525,-63.834:44.519,-63.847:44.515,-63.844:44.505,-63.84:44.504,-63.854:44.499,-63.874:44.497,-63.888:44.498,-63.9:44.501,-63.912:44.506,-63.922:44.511,-63.929:44.534,-63.942:44.554,-63.942:44.593,-63.922:44.6,-63.928:44.621,-63.943:44.629,-63.925:44.634,-63.919:44.642,-63.915:44.643,-63.919:44.648,-63.929:44.667,-63.902:44.68,-63.891:44.696,-63.888:44.684,-63.907:44.675,-63.926:44.656,-63.989:44.655,-64.001:44.639,-64.057:44.634,-64.066:44.621,-64.06:44.587,-64.062:44.58,-64.052:44.571,-64.037:44.551,-64.025:44.511,-64.011:44.523,-64.041:44.509,-64.055:44.488,-64.064:44.477,-64.076:44.475,-64.097:44.478,-64.106:44.488,-64.117:44.516,-64.123:44.522,-64.124:44.538,-64.119:44.555,-64.128:44.57,-64.145:44.58,-64.162:44.582,-64.178:44.58,-64.197:44.571,-64.211:44.552,-64.21:44.537,-64.227:44.544,-64.253:44.558,-64.281:44.566,-64.305:44.561,-64.301:44.546,-64.292:44.543,-64.304:44.536,-64.305:44.527,-64.301:44.515,-64.299:44.503,-64.301:44.492,-64.308:44.484,-64.317:44.477,-64.326:44.477,-64.318:44.47,-64.299:44.465,-64.31:44.456,-64.354:44.445,-64.354:44.438,-64.344:44.429,-64.336:44.415,-64.34:44.417,-64.297:44.416,-64.275:44.409,-64.258:44.407,-64.275:44.401,-64.288:44.393,-64.3:44.387,-64.312:44.381,-64.312:44.38,-64.261:44.377,-64.235:44.367,-64.21:44.361,-64.228:44.361,-64.246:44.367,-64.282:44.367,-64.347:44.361,-64.347:44.356,-64.34:44.35,-64.336:44.342,-64.336:44.333,-64.34:44.33,-64.326:44.324,-64.315:44.32,-64.305:44.326,-64.292:44.329,-64.298:44.337,-64.307:44.34,-64.312:44.343,-64.302:44.341,-64.291:44.333,-64.264:44.304,-64.29:44.299,-64.289:44.299,-64.237:44.267,-64.269:44.259,-64.287:44.272,-64.305:44.264,-64.312:44.276,-64.33:44.284,-64.339:44.292,-64.347:44.298,-64.337:44.299,-64.333:44.329,-64.409:44.34,-64.429:44.326,-64.418:44.313,-64.401:44.303,-64.382:44.299,-64.364:44.296,-64.359:44.288,-64.357:44.279,-64.358:44.272,-64.36:44.264,-64.367:44.234,-64.426:44.226,-64.431:44.208,-64.434:44.199,-64.439:44.193,-64.449:44.187,-64.469:44.182,-64.477:44.174,-64.483:44.141,-64.498:44.15,-64.514:44.153,-64.522:44.155,-64.531:44.156,-64.536:44.161,-64.543:44.162,-64.549:44.16,-64.552:44.15,-64.555:44.148,-64.559:44.158,-64.594:44.159,-64.606:44.148,-64.6:44.146,-64.606:44.143,-64.609:44.141,-64.614:44.141,-64.621:44.135,-64.599:44.134,-64.575:44.13,-64.554:44.117,-64.546:44.1,-64.55:44.08,-64.561:44.069,-64.576:44.079,-64.594:44.065,-64.621:44.059,-64.649:44.059,-64.717:44.046,-64.705:44.042,-64.687:44.036,-64.669:44.015,-64.662:43.998,-64.667:43.993,-64.68:43.99,-64.697:43.98,-64.714:43.964,-64.731:43.958,-64.744:43.957,-64.806:43.954,-64.816:43.946,-64.819:43.937,-64.822:43.931,-64.828:43.929,-64.837:43.929,-64.847:43.914,-64.833:43.895,-64.797:43.875,-64.786:43.876,-64.802:43.874,-64.814:43.867,-64.819:43.853,-64.812:43.845,-64.829:43.834,-64.834:43.83,-64.839:43.84,-64.854:43.846,-64.859:43.861,-64.868:43.867,-64.874:43.873,-64.883:43.877,-64.893:43.879,-64.904:43.881,-64.915:43.871,-64.91:43.856,-64.895:43.847,-64.888:43.839,-64.886:43.822,-64.884:43.812,-64.881:43.805,-64.906:43.823,-64.924:43.849,-64.938:43.867,-64.95:43.874,-64.967:43.861,-64.964:43.813,-64.935:43.806,-64.932:43.799,-64.935:43.775,-64.949:43.766,-64.958:43.759,-64.97:43.758,-64.984:43.77,-64.997:43.817,-65.02:43.832,-65.039:43.816,-65.038:43.771,-65.019:43.759,-65.016:43.743,-65.014:43.727,-65.016:43.716,-65.025:43.712,-65.034:43.716,-65.037:43.721,-65.037:43.724,-65.043:43.721,-65.053:43.714,-65.058:43.707,-65.061:43.703,-65.06:43.711,-65.077:43.745,-65.073:43.758,-65.087:43.736,-65.096:43.697,-65.123:43.675,-65.128:43.689,-65.151:43.707,-65.147:43.727,-65.136:43.751,-65.141:43.716,-65.161:43.71,-65.169:43.71,-65.178:43.716,-65.187:43.725,-65.194:43.751,-65.201:43.772,-65.212:43.792,-65.225:43.806,-65.238:43.798,-65.24:43.795,-65.242:43.792,-65.242:43.785,-65.238:43.776,-65.255:43.755,-65.249:43.719,-65.224:43.695,-65.24:43.673,-65.25:43.671,-65.263:43.675,-65.289:43.697,-65.327:43.71,-65.328:43.733,-65.316:43.744,-65.313:43.761,-65.317:43.766,-65.323:43.763,-65.331:43.758,-65.341:43.751,-65.345:43.742,-65.346:43.737,-65.351:43.744,-65.367:43.716,-65.355:43.694,-65.341:43.67,-65.334:43.641,-65.341:43.634,-65.341:43.625,-65.34:43.617,-65.34:43.614,-65.344:43.611,-65.354:43.604,-65.358:43.597,-65.356:43.593,-65.351:43.588,-65.346:43.545,-65.341:43.575,-65.362:43.579,-65.371:43.577,-65.381:43.567,-65.392:43.566,-65.402:43.571,-65.416:43.593,-65.442:43.6,-65.457:43.593,-65.457:43.539,-65.413:43.529,-65.41:43.519,-65.408:43.504,-65.402:43.5,-65.416:43.511,-65.422:43.545,-65.429:43.557,-65.439:43.561,-65.45:43.556,-65.456:43.545,-65.451:43.535,-65.455:43.528,-65.463:43.524,-65.472:43.525,-65.484:43.504,-65.474:43.494,-65.471:43.48,-65.47:43.471,-65.475:43.472,-65.484:43.48,-65.493:43.494,-65.498:43.503,-65.504:43.528,-65.542:43.532,-65.547:43.538,-65.55:43.543,-65.552:43.556,-65.546:43.561,-65.55:43.565,-65.556:43.569,-65.56:43.574,-65.566:43.566,-65.579:43.536,-65.613:43.518,-65.649:43.513,-65.653:43.507,-65.654:43.502,-65.658:43.497,-65.669:43.5,-65.668:43.505,-65.674:43.511,-65.69:43.509,-65.719:43.514,-65.729:43.531,-65.738:43.547,-65.73:43.563,-65.732:43.577,-65.739:43.587,-65.752:43.576,-65.752:43.569,-65.752:43.564,-65.749:43.559,-65.745:43.555,-65.748:43.553,-65.751:43.552,-65.754:43.551,-65.758:43.568,-65.778:43.588,-65.782:43.641,-65.772:43.669,-65.771:43.681,-65.774:43.689,-65.779:43.691,-65.789:43.683,-65.795:43.669,-65.8:43.655,-65.807:43.646,-65.796:43.634,-65.792:43.62,-65.794:43.606,-65.799:43.632,-65.815:43.657,-65.817:43.683,-65.816:43.71,-65.82:43.719,-65.825:43.739,-65.84:43.751,-65.848:43.764,-65.853:43.806,-65.861:43.806,-65.868:43.787,-65.868:43.779,-65.866:43.771,-65.861:43.77,-65.877:43.784,-65.889:43.804,-65.899:43.819,-65.909:43.827,-65.924:43.826,-65.937:43.82,-65.941:43.812,-65.93:43.806,-65.93:43.785,-65.957:43.78,-65.971:43.795,-65.978:43.802,-65.979:43.82,-65.984:43.839,-65.987:43.849,-65.992:43.854,-65.997:43.85,-65.999:43.832,-66.004:43.826,-66.005:43.816,-66.005:43.81,-66.004:43.804,-66.002:43.751,-65.974:43.737,-65.963:43.714,-65.973:43.706,-65.979:43.703,-65.991:43.72,-65.983:43.729,-65.984:43.731,-65.991:43.724,-66.005:43.717,-66.007:43.708,-66.005:43.7,-66.006:43.697,-66.015:43.698,-66.024:43.702,-66.028:43.709,-66.029:43.716,-66.026:43.716,-66.032:43.737,-66.031:43.746,-66.042:43.741,-66.055:43.716,-66.06:43.729,-66.074:43.741,-66.077:43.768,-66.073:43.772,-66.079:43.767,-66.093:43.755,-66.107:43.744,-66.115:43.744,-66.122:43.81,-66.134:43.825,-66.12:43.836,-66.113:43.848,-66.111:43.853,-66.118:43.85,-66.128:43.842,-66.136:43.833,-66.142:43.826,-66.149:43.84,-66.148:43.853,-66.149:43.86,-66.156:43.86,-66.17:43.871,-66.166:43.88,-66.167:43.887,-66.17:43.894,-66.17:43.904,-66.165:43.924,-66.152:43.932,-66.149:43.947,-66.154:43.961,-66.161:43.976,-66.163:44.003,-66.149:44.011,-66.15:44.022,-66.156:44.024,-66.158:44.084,-66.183:44.093,-66.194:44.086,-66.21:44.106,-66.21:44.143,-66.195:44.165,-66.19:44.171,-66.188:44.201,-66.159:44.209,-66.152:44.231,-66.142:44.343,-66.114:44.374,-66.095:44.394,-66.063:44.407,-66.047:44.426,-66.04:44.437,-66.032:44.489,-65.966:44.506,-65.928:44.533,-65.889:44.544,-65.867:44.557,-65.848:44.574,-65.84:44.587,-65.849:44.588,-65.868:44.58,-65.913:44.581,-65.924:44.584,-65.933:44.584,-65.942:44.521,-66.028:44.395,-66.187:44.391,-66.197:44.418,-66.192:44.434,-66.18:44.58,-65.999:44.631,-65.889:44.643,-65.875:44.696,-65.786:44.686,-65.773:44.672,-65.763:44.657,-65.756:44.642,-65.752:44.632,-65.754:44.621,-65.757:44.611,-65.757:44.607,-65.749:44.609,-65.729:44.614,-65.71:44.621,-65.692:44.629,-65.68:44.648,-65.656:44.667,-65.625:44.678,-65.612:44.696,-65.601:44.689,-65.594:44.737,-65.537:44.744,-65.522:44.749,-65.494:44.771,-65.451:44.778,-65.429:44.781,-65.447:44.758,-65.492:44.747,-65.535:44.709,-65.615:44.698,-65.654:44.696,-65.676:44.675,-65.717:44.668,-65.742:44.683,-65.758:44.728,-65.723:44.779,-65.621:44.855,-65.457:44.895,-65.398:44.901,-65.378:44.904,-65.358:44.955,-65.232:44.967,-65.213:44.993,-65.18:45.06,-65.022:45.14,-64.863:45.192,-64.714:45.201,-64.644:45.22,-64.575:45.229,-64.511:45.24,-64.475:45.256,-64.441:45.272,-64.415:45.302,-64.395:45.32,-64.417:45.329,-64.459:45.334,-64.498:45.341,-64.478:45.339,-64.456:45.326,-64.415:45.32,-64.349:45.31,-64.33:45.295,-64.318:45.283,-64.32:45.272,-64.33:45.262,-64.343:45.248,-64.351:45.213,-64.359:45.197,-64.367:45.185,-64.352:45.171,-64.357:45.157,-64.372:45.149,-64.388:45.126,-64.367:45.116,-64.362:45.108,-64.367:45.104,-64.357:45.106,-64.345:45.113,-64.337:45.125,-64.333:45.136,-64.331:45.142,-64.326:45.146,-64.317:45.149,-64.305:45.109,-64.223:45.05,-64.151:45.039,-64.149:44.984,-64.155:44.998,-64.147:45.003,-64.136:45.003,-64.122:44.998,-64.107:45.012,-64.116:45.03,-64.119:45.046,-64.114:45.053,-64.101:45.06,-64.101:45.062,-64.119:45.073,-64.136:45.114,-64.184:45.133,-64.197:45.149,-64.199:45.16,-64.166:45.168,-64.164:45.178,-64.166:45.186,-64.165:45.192,-64.158:45.2,-64.139:45.207,-64.131:45.216,-64.115:45.242,-64.024:45.251,-63.963:45.276,-63.906:45.279,-63.885:45.277,-63.846:45.28,-63.825:45.289,-63.809:45.299,-63.804:45.306,-63.804:45.311,-63.801:45.313,-63.788:45.311,-63.76:45.308,-63.748:45.3,-63.737:45.306,-63.73:45.322,-63.72:45.326,-63.716:45.326,-63.708:45.32,-63.675:45.322,-63.579:45.332,-63.543:45.334,-63.524:45.329,-63.504:45.317,-63.492:45.303,-63.483:45.292,-63.469:45.325,-63.461:45.345,-63.433:45.356,-63.396:45.361,-63.36:45.372,-63.392:45.375,-63.507:45.378,-63.528:45.392,-63.571:45.395,-63.593:45.395,-63.816:45.392,-63.834:45.385,-63.849:45.367,-63.874:45.362,-63.88:45.356,-63.885:45.353,-63.891:45.354,-63.901:45.359,-63.91:45.365,-63.914:45.373,-63.914:45.382,-63.908:45.399,-63.936:45.391,-64.014:45.395,-64.052:45.401,-64.042:45.402,-64.038:45.413,-64.066:45.415,-64.105:45.409,-64.183:45.395,-64.244:45.392,-64.276:45.402,-64.312:45.382,-64.314:45.38,-64.322:45.386,-64.334:45.389,-64.347:45.386,-64.359:45.382,-64.37:45.375,-64.379:45.367,-64.388:45.373,-64.4:45.382,-64.436:45.388,-64.446:45.395,-64.451:45.4,-64.459:45.416,-64.576:45.409,-64.62:45.389,-64.672:45.361,-64.707:45.326,-64.696:45.325,-64.717:45.316,-64.732:45.306,-64.745:45.3,-64.759:45.297,-64.768:45.298,-64.768:45.303,-64.767:45.313,-64.772:45.318,-64.773:45.325,-64.766:45.33,-64.768:45.333,-64.774:45.332,-64.786:45.334,-64.792:45.348,-64.823:45.353,-64.86:45.347,-64.897:45.326,-64.929:45.351,-64.936:45.383,-64.929:45.412,-64.915:45.43,-64.902:45.457,-64.854:45.459,-64.839:45.468,-64.815:45.471,-64.799:45.484,-64.833:45.537,-64.706:45.543,-64.681:45.557,-64.663:45.559,-64.649:45.586,-64.645:45.603,-64.613:45.615,-64.573:45.632,-64.542:45.657,-64.513:45.676,-64.484:45.679,-64.477:45.681,-64.462:45.683,-64.457:45.691,-64.448:45.704,-64.438:45.71,-64.429:45.725,-64.437:45.739,-64.439:45.748,-64.432:45.752,-64.412:45.756,-64.398:45.768,-64.386:45.781,-64.379:45.793,-64.381:45.827,-64.305:45.816,-64.293:45.805,-64.294:45.786,-64.312:45.781,-64.319:45.78,-64.326:45.777,-64.331:45.769,-64.333:45.763,-64.331:45.76,-64.328:45.755,-64.328:45.745,-64.333:45.756,-64.317:45.762,-64.303:45.765,-64.287:45.765,-64.264:45.774,-64.269:45.779,-64.279:45.78,-64.291:45.779,-64.305:45.784,-64.294:45.794,-64.283:45.805,-64.274:45.814,-64.271:45.831,-64.271:45.836,-64.273:45.836,-64.273:45.845,-64.264:45.857,-64.258:45.87,-64.252:45.881,-64.245:45.894,-64.23:45.904,-64.214:45.916,-64.199:45.931,-64.187:45.95,-64.175:45.964,-64.16:45.973,-64.141:45.976,-64.12:45.975,-64.099:45.973,-64.073:45.977,-64.051:45.992,-64.043:45.992,-64.043:45.991,-64.042:45.995,-64.033:46.002,-64.024:46.005,-64.017:46.005,-64.008:46.011,-59.706:45.999,-59.706:45.995,-59.708:45.998,-59.714:46,-59.726:46,-59.76:46.004,-59.781:46.012,-59.778:46.029,-59.724:46.034,-59.695:46.03,-59.689:46.023,-59.703:46.011,-59.706:47.001,-60.501:46.999,-60.486:47.003,-60.461:47.022,-60.42:47.026,-60.396:47.017,-60.383:46.996,-60.398:46.964,-60.434:46.927,-60.465:46.905,-60.49:46.896,-60.496:46.897,-60.474:46.893,-60.452:46.885,-60.442:46.876,-60.455:46.868,-60.455:46.864,-60.43:46.863,-60.393:46.866,-60.358:46.876,-60.339:46.872,-60.331:46.867,-60.323:46.861,-60.317:46.855,-60.311:46.834,-60.305:46.803,-60.309:46.745,-60.324:46.709,-60.342:46.694,-60.345:46.687,-60.352:46.67,-60.399:46.661,-60.391:46.656,-60.381:46.654,-60.37:46.656,-60.358:46.65,-60.358:46.648,-60.365:46.644,-60.378:46.642,-60.386:46.63,-60.374:46.623,-60.36:46.616,-60.35:46.601,-60.352:46.595,-60.357:46.581,-60.38:46.525,-60.421:46.423,-60.461:46.407,-60.473:46.369,-60.509:46.356,-60.516:46.324,-60.53:46.264,-60.578:46.21,-60.606:46.21,-60.606:46.211,-60.605:46.201,-60.6:46.197,-60.599:46.262,-60.552:46.272,-60.54:46.278,-60.524:46.32,-60.475:46.333,-60.443:46.334,-60.434:46.33,-60.419:46.324,-60.416:46.315,-60.418:46.303,-60.421:46.284,-60.427:46.271,-60.442:46.252,-60.475:46.128,-60.612:46.118,-60.632:46.102,-60.675:46.091,-60.691:46.088,-60.701:46.107,-60.715:46.105,-60.725:46.085,-60.748:46.081,-60.756:46.073,-60.773:46.062,-60.816:46.053,-60.873:46.062,-60.879:46.068,-60.874:46.073,-60.863:46.074,-60.852:46.079,-60.874:46.052,-60.912:45.992,-60.975:45.982,-60.993:45.975,-61.015:45.958,-61.102:45.95,-61.119:45.93,-61.126:45.937,-61.033:45.942,-61.01:45.954,-60.995:45.97,-60.983:45.985,-60.969:46.01,-60.903:46.035,-60.884:46.038,-60.863:46.039,-60.818:46.059,-60.773:46.066,-60.747:46.057,-60.736:46.037,-60.743:46.022,-60.76:46.008,-60.781:45.992,-60.797:45.975,-60.803:45.954,-60.806:45.937,-60.815:45.93,-60.835:45.929,-60.847:45.925,-60.858:45.92,-60.868:45.913,-60.876:45.908,-60.886:45.91,-60.898:45.916,-60.92:45.915,-60.962:45.91,-60.981:45.899,-60.989:45.897,-61.001:45.898,-61.056:45.896,-61.071:45.889,-61.052:45.889,-61.044:45.88,-61.057:45.875,-61.073:45.868,-61.088:45.855,-61.098:45.854,-61.084:45.857,-61.061:45.864,-61.039:45.872,-61.03:45.876,-61.019:45.875,-60.998:45.877,-60.983:45.889,-60.989:45.886,-60.968:45.855,-60.914:45.848,-60.926:45.851,-60.937:45.857,-60.949:45.861,-60.965:45.857,-60.967:45.835,-60.942:45.827,-60.934:45.827,-60.953:45.829,-60.961:45.834,-60.969:45.821,-60.982:45.82,-60.995:45.824,-61.006:45.823,-61.013:45.814,-61.024:45.779,-61.103:45.764,-61.123:45.745,-61.134:45.747,-61.129:45.752,-61.112:45.745,-61.111:45.736,-61.111:45.728,-61.113:45.724,-61.116:45.722,-61.126:45.717,-61.134:45.712,-61.14:45.708,-61.148:45.703,-61.143:45.699,-61.133:45.691,-61.082:45.699,-61.049:45.752,-60.947:45.756,-60.913:45.752,-60.873:45.741,-60.836:45.721,-60.807:45.703,-60.799:45.691,-60.808:45.679,-60.824:45.655,-60.845:45.651,-60.85:45.648,-60.849:45.642,-60.838:45.641,-60.829:45.644,-60.826:45.65,-60.828:45.655,-60.832:45.663,-60.81:45.669,-60.818:45.669,-60.784:45.674,-60.777:45.693,-60.766:45.694,-60.759:45.685,-60.744:45.684,-60.732:45.691,-60.73:45.704,-60.742:45.714,-60.73:45.725,-60.733:45.735,-60.743:45.745,-60.749:45.76,-60.746:45.774,-60.737:45.785,-60.725:45.793,-60.715:45.8,-60.7:45.81,-60.669:45.82,-60.653:45.831,-60.644:45.844,-60.634:45.856,-60.623:45.861,-60.609:45.866,-60.599:45.89,-60.569:45.901,-60.541:45.924,-60.521:45.937,-60.478:45.954,-60.445:45.976,-60.416:45.998,-60.399:45.993,-60.42:45.977,-60.463:45.957,-60.497:45.944,-60.564:45.92,-60.621:45.913,-60.646:45.899,-60.665:45.891,-60.699:45.89,-60.71:45.896,-60.722:45.905,-60.731:45.923,-60.74:45.93,-60.749:45.931,-60.762:45.929,-60.776:45.93,-60.787:45.94,-60.791:45.954,-60.782:45.985,-60.715:46.007,-60.684:46.015,-60.666:46.018,-60.642:46.024,-60.622:46.067,-60.564:46.091,-60.508:46.102,-60.489:46.149,-60.431:46.156,-60.417:46.164,-60.405:46.197,-60.375:46.205,-60.355:46.205,-60.334:46.209,-60.315:46.219,-60.301:46.238,-60.297:46.23,-60.318:46.226,-60.338:46.224,-60.383:46.218,-60.401:46.177,-60.447:46.077,-60.607:46.068,-60.63:46.067,-60.639:46.072,-60.653:46.082,-60.655:46.091,-60.65:46.095,-60.642:46.101,-60.621:46.116,-60.601:46.149,-60.571:46.201,-60.502:46.218,-60.494:46.234,-60.475:46.312,-60.351:46.328,-60.283:46.317,-60.279:46.279,-60.259:46.242,-60.205:46.224,-60.212:46.156,-60.29:46.159,-60.278:46.166,-60.268:46.173,-60.261:46.177,-60.256:46.176,-60.244:46.173,-60.235:46.162,-60.221:46.145,-60.212:46.142,-60.205:46.156,-60.194:46.166,-60.192:46.175,-60.195:46.184,-60.199:46.194,-60.201:46.212,-60.193:46.231,-60.174:46.246,-60.152:46.252,-60.136:46.251,-60.109:46.246,-60.083:46.238,-60.059:46.224,-60.037:46.211,-60.091:46.207,-59.991:46.196,-59.944:46.162,-59.948:46.159,-59.934:46.172,-59.901:46.177,-59.882:46.17,-59.81:46.156,-59.836:46.137,-59.863:46.111,-59.882:46.081,-59.885:46.094,-59.871:46.105,-59.851:46.112,-59.829:46.115,-59.81:46.108,-59.81:46.074,-59.872:46.05,-59.896:46.042,-59.909:46.036,-59.954:46.028,-59.958:46.016,-59.95:46.002,-59.937:45.995,-59.921:45.997,-59.898:46.005,-59.858:46.005,-59.84:46.003,-59.832:45.998,-59.824:45.999,-59.83:45.992,-59.832:45.978,-59.83:45.971,-59.824:45.961,-59.807:45.957,-59.803:45.945,-59.802:45.936,-59.805:45.931,-59.812:45.933,-59.824:45.936,-59.862:45.904,-59.939:45.91,-59.968:45.905,-59.975:45.901,-59.98:45.896,-59.985:45.889,-59.989:45.886,-59.984:45.88,-59.98:45.875,-59.975:45.87,-60.127:45.847,-60.153:45.838,-60.155:45.837,-60.154:45.838,-60.147:45.834,-60.133:45.824,-60.112:45.821,-60.101:45.82,-60.088:45.816,-60.075:45.806,-60.072:45.797,-60.074:45.793,-60.081:45.791,-60.093:45.767,-60.178:45.756,-60.199:45.741,-60.208:45.719,-60.215:45.707,-60.235:45.7,-60.26:45.697,-60.283:45.684,-60.323:45.643,-60.395:45.636,-60.441:45.636,-60.462:45.64,-60.47:45.649,-60.475:45.632,-60.5:45.627,-60.512:45.595,-60.63:45.578,-60.662:45.574,-60.672:45.573,-60.704:45.572,-60.711:45.568,-60.719:45.566,-60.727:45.567,-60.736:45.573,-60.741:45.582,-60.742:45.59,-60.744:45.594,-60.752:45.601,-60.828:45.605,-60.844:45.614,-60.849:45.627,-60.85:45.639,-60.855:45.646,-60.871:45.637,-60.884:45.624,-60.895:45.614,-60.907:45.621,-60.916:45.626,-60.925:45.628,-60.936:45.628,-60.947:45.612,-60.946:45.608,-60.97:45.614,-61.024:45.608,-61.01:45.595,-61.016:45.592,-61.025:45.594,-61.047:45.592,-61.058:45.573,-61.085:45.56,-61.131:45.557,-61.157:45.559,-61.175:45.565,-61.157:45.572,-61.151:45.579,-61.155:45.587,-61.167:45.59,-61.182:45.59,-61.196:45.593,-61.205:45.608,-61.208:45.6,-61.215:45.59,-61.22:45.582,-61.225:45.584,-61.232:45.585,-61.241:45.58,-61.253:45.572,-61.266:45.567,-61.277:45.548,-61.27:45.548,-61.284:45.559,-61.322:45.566,-61.335:45.611,-61.363:45.657,-61.419:45.682,-61.442:45.71,-61.455:45.776,-61.465:45.811,-61.475:45.827,-61.492:45.835,-61.497:45.889,-61.489:45.906,-61.5:45.919,-61.514:45.933,-61.523:45.951,-61.516:45.961,-61.521:45.981,-61.521:45.992,-61.523:45.997,-61.529:46.003,-61.538:46.012,-61.547:46.022,-61.551:46.041,-61.541:46.053,-61.517:46.063,-61.491:46.074,-61.475:46.093,-61.47:46.12,-61.466:46.145,-61.459:46.156,-61.445:46.163,-61.431:46.194,-61.384:46.243,-61.289:46.246,-61.28:46.255,-61.278:46.331,-61.212:46.367,-61.191:46.386,-61.178:46.454,-61.095:46.467,-61.086:46.481,-61.08:46.513,-61.075:46.527,-61.066:46.55,-61.04:46.568,-61.03:46.582,-61.037:46.592,-61.05:46.601,-61.057:46.612,-61.054:46.625,-61.043:46.637,-61.029:46.642,-61.016:46.612,-61.03:46.601,-61.03:46.593,-61.024:46.601,-61.017:46.614,-61.012:46.626,-61.01:46.633,-61.005:46.653,-60.972:46.662,-60.965:46.698,-60.947:46.769,-60.899:46.8,-60.869:46.821,-60.832:46.835,-60.788:46.844,-60.769:46.905,-60.701:46.982,-60.651:47.004,-60.642:47.011,-60.633:47.017,-60.623:47.034,-60.603:47.035,-60.593:47.026,-60.571:47.022,-60.534:47.019,-60.523:47.013,-60.514:47.007,-60.509:47.001,-60.501" diff --git a/tests/fixtures/testcase3-multitracks-kml-novascotia-optimization0.json b/tests/fixtures/testcase3-multitracks-kml-novascotia-optimization0.json new file mode 100644 index 0000000..9a724f4 --- /dev/null +++ b/tests/fixtures/testcase3-multitracks-kml-novascotia-optimization0.json @@ -0,0 +1,16 @@ +{ + + "name": "Nova Scotia, Multi tracks with Polygon (Issue #12)", + "optimization": 0, + + "source" : " Nova Scotia -65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0 -59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0 -66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0 -60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0 -64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0 -59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0 -60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0 ", + + "gpx" : "Nova Scotia #0name=Nova Scotia #0\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #1name=Nova Scotia #1\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #2name=Nova Scotia #2\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #3name=Nova Scotia #3\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #4name=Nova Scotia #4\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #5name=Nova Scotia #5\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #6name=Nova Scotia #6\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1", + + "geojson" : "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-65.61,43.428,0],[-65.629,43.422,0],[-65.621,43.435,0],[-65.627,43.445,0],[-65.635,43.453,0],[-65.645,43.459,0],[-65.656,43.463,0],[-65.646,43.472,0],[-65.634,43.477,0],[-65.608,43.484,0],[-65.617,43.508,0],[-65.605,43.514,0],[-65.56,43.511,0],[-65.569,43.495,0],[-65.574,43.477,0],[-65.587,43.464,0],[-65.598,43.445,0],[-65.61,43.428,0]]},\"properties\":{\"name\":\"Nova Scotia #0\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.807,43.933,0],[-59.861,43.916,0],[-59.913,43.908,0],[-59.971,43.906,0],[-60.028,43.911,0],[-60.083,43.923,0],[-60.133,43.942,0],[-60.124,43.946,0],[-60.116,43.947,0],[-60.108,43.946,0],[-60.098,43.942,0],[-60.074,43.943,0],[-59.998,43.929,0],[-59.867,43.937,0],[-59.844,43.941,0],[-59.822,43.948,0],[-59.803,43.957,0],[-59.741,43.987,0],[-59.728,43.998,0],[-59.76,43.96,0],[-59.807,43.933,0]]},\"properties\":{\"name\":\"Nova Scotia #1\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-66.298,44.283,0],[-66.313,44.251,0],[-66.328,44.258,0],[-66.286,44.325,0],[-66.258,44.355,0],[-66.242,44.377,0],[-66.231,44.387,0],[-66.213,44.396,0],[-66.203,44.392,0],[-66.204,44.381,0],[-66.218,44.367,0],[-66.239,44.338,0],[-66.298,44.283,0]]},\"properties\":{\"name\":\"Nova Scotia #2\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.932,45.577,0],[-60.914,45.567,0],[-60.908,45.577,0],[-60.899,45.579,0],[-60.889,45.574,0],[-60.879,45.567,0],[-60.884,45.558,0],[-60.892,45.553,0],[-60.902,45.551,0],[-60.914,45.553,0],[-60.953,45.532,0],[-60.962,45.517,0],[-60.947,45.498,0],[-60.968,45.487,0],[-60.986,45.47,0],[-61.003,45.461,0],[-61.024,45.471,0],[-61.013,45.477,0],[-61.004,45.486,0],[-61.002,45.495,0],[-61.013,45.498,0],[-61.04,45.499,0],[-61.053,45.501,0],[-61.065,45.505,0],[-61.075,45.511,0],[-61.089,45.523,0],[-61.105,45.527,0],[-61.106,45.531,0],[-61.106,45.536,0],[-61.112,45.549,0],[-61.106,45.551,0],[-61.091,45.553,0],[-61.075,45.563,0],[-61.054,45.571,0],[-61.031,45.577,0],[-61.01,45.581,0],[-60.958,45.582,0],[-60.932,45.577,0]]},\"properties\":{\"name\":\"Nova Scotia #3\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-64.008,46.005,0],[-63.905,45.98,0],[-63.87,45.963,0],[-63.867,45.937,0],[-63.844,45.934,0],[-63.825,45.925,0],[-63.811,45.91,0],[-63.806,45.889,0],[-63.786,45.891,0],[-63.759,45.886,0],[-63.732,45.877,0],[-63.716,45.868,0],[-63.727,45.862,0],[-63.746,45.854,0],[-63.757,45.847,0],[-63.736,45.842,0],[-63.69,45.853,0],[-63.669,45.847,0],[-63.674,45.837,0],[-63.674,45.828,0],[-63.67,45.824,0],[-63.662,45.827,0],[-63.652,45.837,0],[-63.653,45.843,0],[-63.659,45.85,0],[-63.662,45.865,0],[-63.659,45.874,0],[-63.652,45.875,0],[-63.644,45.87,0],[-63.638,45.865,0],[-63.629,45.862,0],[-63.593,45.875,0],[-63.492,45.883,0],[-63.439,45.876,0],[-63.409,45.855,0],[-63.428,45.854,0],[-63.464,45.86,0],[-63.483,45.861,0],[-63.47,45.852,0],[-63.438,45.839,0],[-63.428,45.827,0],[-63.447,45.821,0],[-63.484,45.826,0],[-63.504,45.827,0],[-63.523,45.82,0],[-63.516,45.811,0],[-63.496,45.807,0],[-63.477,45.814,0],[-63.469,45.809,0],[-63.461,45.806,0],[-63.452,45.806,0],[-63.442,45.806,0],[-63.438,45.805,0],[-63.431,45.801,0],[-63.428,45.8,0],[-63.425,45.802,0],[-63.418,45.812,0],[-63.415,45.814,0],[-63.399,45.812,0],[-63.369,45.803,0],[-63.354,45.8,0],[-63.324,45.804,0],[-63.291,45.812,0],[-63.259,45.816,0],[-63.23,45.806,0],[-63.258,45.791,0],[-63.302,45.776,0],[-63.347,45.767,0],[-63.381,45.772,0],[-63.373,45.757,0],[-63.356,45.748,0],[-63.312,45.737,0],[-63.304,45.732,0],[-63.295,45.726,0],[-63.288,45.724,0],[-63.285,45.735,0],[-63.282,45.741,0],[-63.273,45.748,0],[-63.257,45.759,0],[-63.257,45.743,0],[-63.257,45.737,0],[-63.212,45.76,0],[-63.196,45.765,0],[-63.195,45.768,0],[-63.194,45.773,0],[-63.192,45.777,0],[-63.189,45.779,0],[-63.184,45.776,0],[-63.182,45.771,0],[-63.182,45.766,0],[-63.185,45.762,0],[-63.2,45.753,0],[-63.205,45.746,0],[-63.202,45.737,0],[-63.19,45.736,0],[-63.134,45.759,0],[-63.117,45.763,0],[-63.1,45.765,0],[-63.083,45.764,0],[-63.065,45.759,0],[-63.07,45.779,0],[-63.084,45.79,0],[-63.121,45.806,0],[-63.1,45.811,0],[-62.98,45.796,0],[-62.924,45.783,0],[-62.777,45.765,0],[-62.751,45.766,0],[-62.699,45.773,0],[-62.675,45.772,0],[-62.696,45.761,0],[-62.718,45.761,0],[-62.738,45.763,0],[-62.757,45.759,0],[-62.739,45.748,0],[-62.729,45.744,0],[-62.699,45.745,0],[-62.682,45.742,0],[-62.664,45.736,0],[-62.647,45.727,0],[-62.633,45.717,0],[-62.703,45.687,0],[-62.751,45.681,0],[-62.77,45.675,0],[-62.784,45.662,0],[-62.792,45.642,0],[-62.781,45.653,0],[-62.765,45.662,0],[-62.749,45.664,0],[-62.736,45.655,0],[-62.747,45.627,0],[-62.75,45.613,0],[-62.74,45.618,0],[-62.72,45.646,0],[-62.706,45.656,0],[-62.692,45.652,0],[-62.669,45.631,0],[-62.657,45.628,0],[-62.647,45.642,0],[-62.664,45.647,0],[-62.672,45.656,0],[-62.672,45.668,0],[-62.665,45.68,0],[-62.655,45.682,0],[-62.64,45.681,0],[-62.625,45.682,0],[-62.613,45.691,0],[-62.6,45.686,0],[-62.577,45.686,0],[-62.566,45.683,0],[-62.557,45.678,0],[-62.55,45.667,0],[-62.545,45.663,0],[-62.526,45.658,0],[-62.51,45.659,0],[-62.495,45.662,0],[-62.476,45.663,0],[-62.503,45.631,0],[-62.509,45.615,0],[-62.493,45.608,0],[-62.47,45.615,0],[-62.435,45.643,0],[-62.418,45.649,0],[-62.4,45.653,0],[-62.377,45.662,0],[-62.362,45.673,0],[-62.371,45.683,0],[-62.383,45.68,0],[-62.405,45.675,0],[-62.441,45.655,0],[-62.416,45.679,0],[-62.27,45.704,0],[-62.06,45.808,0],[-61.989,45.863,0],[-61.949,45.882,0],[-61.924,45.889,0],[-61.911,45.889,0],[-61.9,45.882,0],[-61.897,45.872,0],[-61.905,45.866,0],[-61.916,45.86,0],[-61.921,45.851,0],[-61.92,45.83,0],[-61.909,45.787,0],[-61.888,45.738,0],[-61.886,45.721,0],[-61.894,45.704,0],[-61.876,45.693,0],[-61.836,45.681,0],[-61.821,45.673,0],[-61.807,45.66,0],[-61.795,45.653,0],[-61.726,45.628,0],[-61.708,45.623,0],[-61.684,45.622,0],[-61.668,45.627,0],[-61.655,45.636,0],[-61.642,45.642,0],[-61.626,45.636,0],[-61.633,45.636,0],[-61.648,45.634,0],[-61.648,45.627,0],[-61.64,45.621,0],[-61.62,45.614,0],[-61.619,45.623,0],[-61.615,45.632,0],[-61.61,45.639,0],[-61.602,45.642,0],[-61.589,45.646,0],[-61.583,45.653,0],[-61.58,45.663,0],[-61.575,45.673,0],[-61.558,45.684,0],[-61.537,45.689,0],[-61.492,45.691,0],[-61.47,45.683,0],[-61.437,45.65,0],[-61.417,45.642,0],[-61.4,45.633,0],[-61.384,45.612,0],[-61.37,45.581,0],[-61.359,45.578,0],[-61.351,45.57,0],[-61.339,45.553,0],[-61.324,45.542,0],[-61.263,45.512,0],[-61.247,45.507,0],[-61.24,45.508,0],[-61.237,45.506,0],[-61.235,45.491,0],[-61.237,45.468,0],[-61.248,45.453,0],[-61.267,45.443,0],[-61.353,45.414,0],[-61.373,45.409,0],[-61.374,45.421,0],[-61.388,45.418,0],[-61.406,45.408,0],[-61.417,45.399,0],[-61.43,45.392,0],[-61.483,45.375,0],[-61.461,45.355,0],[-61.451,45.349,0],[-61.137,45.354,0],[-61.12,45.352,0],[-61.082,45.343,0],[-60.999,45.333,0],[-60.982,45.326,0],[-60.971,45.314,0],[-60.971,45.302,0],[-60.972,45.288,0],[-60.969,45.272,0],[-60.983,45.271,0],[-60.987,45.277,0],[-60.989,45.285,0],[-60.996,45.292,0],[-61.007,45.294,0],[-61.027,45.294,0],[-61.037,45.3,0],[-61.028,45.285,0],[-61.023,45.279,0],[-61.016,45.272,0],[-61.024,45.263,0],[-61.031,45.261,0],[-61.039,45.26,0],[-61.047,45.255,0],[-61.053,45.245,0],[-61.057,45.236,0],[-61.063,45.233,0],[-61.078,45.238,0],[-61.071,45.224,0],[-61.12,45.214,0],[-61.139,45.218,0],[-61.153,45.238,0],[-61.142,45.245,0],[-61.133,45.253,0],[-61.126,45.262,0],[-61.119,45.272,0],[-61.165,45.264,0],[-61.175,45.258,0],[-61.18,45.243,0],[-61.171,45.216,0],[-61.175,45.203,0],[-61.184,45.209,0],[-61.188,45.216,0],[-61.19,45.223,0],[-61.197,45.235,0],[-61.204,45.246,0],[-61.212,45.253,0],[-61.216,45.248,0],[-61.246,45.24,0],[-61.263,45.239,0],[-61.263,45.251,0],[-61.278,45.254,0],[-61.299,45.248,0],[-61.332,45.231,0],[-61.35,45.217,0],[-61.365,45.201,0],[-61.364,45.19,0],[-61.339,45.19,0],[-61.355,45.178,0],[-61.371,45.169,0],[-61.389,45.164,0],[-61.568,45.147,0],[-61.61,45.151,0],[-61.64,45.176,0],[-61.647,45.157,0],[-61.666,45.164,0],[-61.687,45.175,0],[-61.702,45.169,0],[-61.686,45.162,0],[-61.666,45.149,0],[-61.649,45.135,0],[-61.64,45.121,0],[-61.649,45.122,0],[-61.658,45.12,0],[-61.674,45.115,0],[-61.64,45.094,0],[-61.64,45.087,0],[-61.677,45.089,0],[-61.695,45.092,0],[-61.702,45.097,0],[-61.704,45.107,0],[-61.709,45.107,0],[-61.715,45.101,0],[-61.756,45.101,0],[-61.754,45.094,0],[-61.756,45.084,0],[-61.756,45.08,0],[-61.781,45.092,0],[-61.81,45.101,0],[-61.825,45.099,0],[-61.811,45.08,0],[-61.822,45.078,0],[-61.846,45.08,0],[-61.859,45.08,0],[-61.859,45.073,0],[-61.851,45.071,0],[-61.841,45.065,0],[-61.836,45.056,0],[-61.839,45.047,0],[-61.848,45.045,0],[-61.88,45.053,0],[-61.887,45.047,0],[-61.882,45.034,0],[-61.897,45.031,0],[-61.918,45.037,0],[-61.935,45.053,0],[-61.941,45.033,0],[-61.941,45.025,0],[-61.959,45.037,0],[-61.976,45.036,0],[-61.99,45.027,0],[-62.004,45.011,0],[-62.006,45.016,0],[-62.008,45.021,0],[-62.01,45.026,0],[-62.01,45.032,0],[-62.02,45.026,0],[-62.029,45.019,0],[-62.039,45.014,0],[-62.05,45.011,0],[-62.035,45.004,0],[-61.976,44.991,0],[-61.989,44.985,0],[-62.003,44.983,0],[-62.018,44.985,0],[-62.031,44.991,0],[-62.042,44.983,0],[-62.057,44.976,0],[-62.073,44.973,0],[-62.086,44.978,0],[-62.098,44.974,0],[-62.119,44.97,0],[-62.138,44.969,0],[-62.147,44.974,0],[-62.151,44.975,0],[-62.174,44.961,0],[-62.185,44.956,0],[-62.234,44.959,0],[-62.254,44.952,0],[-62.27,44.929,0],[-62.278,44.937,0],[-62.29,44.927,0],[-62.306,44.92,0],[-62.321,44.918,0],[-62.332,44.922,0],[-62.339,44.922,0],[-62.34,44.918,0],[-62.342,44.915,0],[-62.344,44.913,0],[-62.346,44.909,0],[-62.343,44.905,0],[-62.342,44.903,0],[-62.339,44.895,0],[-62.361,44.902,0],[-62.377,44.91,0],[-62.393,44.91,0],[-62.415,44.895,0],[-62.41,44.892,0],[-62.406,44.886,0],[-62.401,44.881,0],[-62.42,44.878,0],[-62.437,44.869,0],[-62.448,44.853,0],[-62.448,44.834,0],[-62.467,44.841,0],[-62.473,44.859,0],[-62.473,44.881,0],[-62.476,44.901,0],[-62.49,44.882,0],[-62.507,44.864,0],[-62.527,44.856,0],[-62.551,44.868,0],[-62.566,44.84,0],[-62.555,44.833,0],[-62.546,44.825,0],[-62.531,44.806,0],[-62.553,44.8,0],[-62.578,44.834,0],[-62.599,44.827,0],[-62.607,44.837,0],[-62.623,44.83,0],[-62.661,44.806,0],[-62.654,44.793,0],[-62.687,44.802,0],[-62.805,44.785,0],[-62.799,44.772,0],[-62.802,44.761,0],[-62.813,44.754,0],[-62.826,44.752,0],[-62.821,44.744,0],[-62.815,44.738,0],[-62.807,44.733,0],[-62.798,44.73,0],[-62.819,44.721,0],[-62.83,44.718,0],[-62.842,44.717,0],[-62.851,44.723,0],[-62.857,44.734,0],[-62.864,44.738,0],[-62.873,44.724,0],[-62.887,44.731,0],[-62.908,44.738,0],[-62.93,44.74,0],[-62.945,44.734,0],[-62.972,44.718,0],[-62.989,44.711,0],[-62.997,44.714,0],[-62.998,44.722,0],[-63,44.727,0],[-63.002,44.731,0],[-63.004,44.737,0],[-63.003,44.765,0],[-63.004,44.772,0],[-63.018,44.778,0],[-63.047,44.766,0],[-63.058,44.778,0],[-63.059,44.763,0],[-63.05,44.751,0],[-63.021,44.727,0],[-63.014,44.711,0],[-63.024,44.697,0],[-63.058,44.675,0],[-63.063,44.689,0],[-63.061,44.705,0],[-63.063,44.718,0],[-63.076,44.724,0],[-63.096,44.729,0],[-63.102,44.743,0],[-63.099,44.775,0],[-63.103,44.784,0],[-63.11,44.79,0],[-63.119,44.791,0],[-63.127,44.785,0],[-63.125,44.782,0],[-63.121,44.752,0],[-63.124,44.735,0],[-63.137,44.707,0],[-63.14,44.689,0],[-63.154,44.696,0],[-63.16,44.706,0],[-63.16,44.718,0],[-63.155,44.73,0],[-63.173,44.721,0],[-63.183,44.692,0],[-63.202,44.683,0],[-63.214,44.681,0],[-63.214,44.683,0],[-63.212,44.69,0],[-63.216,44.703,0],[-63.232,44.727,0],[-63.237,44.737,0],[-63.25,44.726,0],[-63.253,44.712,0],[-63.248,44.698,0],[-63.237,44.689,0],[-63.25,44.673,0],[-63.281,44.644,0],[-63.285,44.628,0],[-63.317,44.636,0],[-63.389,44.643,0],[-63.415,44.655,0],[-63.402,44.665,0],[-63.396,44.667,0],[-63.387,44.668,0],[-63.399,44.682,0],[-63.417,44.683,0],[-63.456,44.668,0],[-63.435,44.659,0],[-63.42,44.648,0],[-63.415,44.634,0],[-63.422,44.614,0],[-63.439,44.596,0],[-63.456,44.601,0],[-63.476,44.613,0],[-63.51,44.624,0],[-63.538,44.648,0],[-63.574,44.666,0],[-63.633,44.713,0],[-63.644,44.717,0],[-63.662,44.717,0],[-63.649,44.688,0],[-63.64,44.676,0],[-63.628,44.668,0],[-63.62,44.667,0],[-63.596,44.668,0],[-63.587,44.664,0],[-63.574,44.646,0],[-63.569,44.642,0],[-63.563,44.635,0],[-63.548,44.603,0],[-63.545,44.593,0],[-63.546,44.574,0],[-63.548,44.562,0],[-63.546,44.55,0],[-63.523,44.518,0],[-63.524,44.503,0],[-63.533,44.489,0],[-63.548,44.473,0],[-63.554,44.47,0],[-63.573,44.464,0],[-63.579,44.464,0],[-63.587,44.469,0],[-63.585,44.475,0],[-63.58,44.48,0],[-63.579,44.484,0],[-63.596,44.487,0],[-63.605,44.477,0],[-63.61,44.463,0],[-63.621,44.453,0],[-63.626,44.446,0],[-63.633,44.441,0],[-63.641,44.443,0],[-63.644,44.45,0],[-63.639,44.459,0],[-63.632,44.466,0],[-63.628,44.47,0],[-63.641,44.476,0],[-63.658,44.475,0],[-63.693,44.47,0],[-63.701,44.468,0],[-63.705,44.458,0],[-63.716,44.456,0],[-63.721,44.461,0],[-63.724,44.47,0],[-63.729,44.475,0],[-63.737,44.47,0],[-63.749,44.474,0],[-63.758,44.482,0],[-63.763,44.491,0],[-63.765,44.505,0],[-63.774,44.494,0],[-63.783,44.478,0],[-63.793,44.469,0],[-63.806,44.477,0],[-63.809,44.49,0],[-63.804,44.503,0],[-63.785,44.532,0],[-63.793,44.526,0],[-63.805,44.515,0],[-63.812,44.511,0],[-63.82,44.514,0],[-63.826,44.521,0],[-63.834,44.525,0],[-63.847,44.519,0],[-63.844,44.515,0],[-63.84,44.505,0],[-63.854,44.504,0],[-63.874,44.499,0],[-63.888,44.497,0],[-63.9,44.498,0],[-63.912,44.501,0],[-63.922,44.506,0],[-63.929,44.511,0],[-63.942,44.534,0],[-63.942,44.554,0],[-63.922,44.593,0],[-63.928,44.6,0],[-63.943,44.621,0],[-63.925,44.629,0],[-63.919,44.634,0],[-63.915,44.642,0],[-63.919,44.643,0],[-63.929,44.648,0],[-63.902,44.667,0],[-63.891,44.68,0],[-63.888,44.696,0],[-63.907,44.684,0],[-63.926,44.675,0],[-63.989,44.656,0],[-64.001,44.655,0],[-64.057,44.639,0],[-64.066,44.634,0],[-64.06,44.621,0],[-64.062,44.587,0],[-64.052,44.58,0],[-64.037,44.571,0],[-64.025,44.551,0],[-64.011,44.511,0],[-64.041,44.523,0],[-64.055,44.509,0],[-64.064,44.488,0],[-64.076,44.477,0],[-64.097,44.475,0],[-64.106,44.478,0],[-64.117,44.488,0],[-64.123,44.516,0],[-64.124,44.522,0],[-64.119,44.538,0],[-64.128,44.555,0],[-64.145,44.57,0],[-64.162,44.58,0],[-64.178,44.582,0],[-64.197,44.58,0],[-64.211,44.571,0],[-64.21,44.552,0],[-64.227,44.537,0],[-64.253,44.544,0],[-64.281,44.558,0],[-64.305,44.566,0],[-64.301,44.561,0],[-64.292,44.546,0],[-64.304,44.543,0],[-64.305,44.536,0],[-64.301,44.527,0],[-64.299,44.515,0],[-64.301,44.503,0],[-64.308,44.492,0],[-64.317,44.484,0],[-64.326,44.477,0],[-64.318,44.477,0],[-64.299,44.47,0],[-64.31,44.465,0],[-64.354,44.456,0],[-64.354,44.445,0],[-64.344,44.438,0],[-64.336,44.429,0],[-64.34,44.415,0],[-64.297,44.417,0],[-64.275,44.416,0],[-64.258,44.409,0],[-64.275,44.407,0],[-64.288,44.401,0],[-64.3,44.393,0],[-64.312,44.387,0],[-64.312,44.381,0],[-64.261,44.38,0],[-64.235,44.377,0],[-64.21,44.367,0],[-64.228,44.361,0],[-64.246,44.361,0],[-64.282,44.367,0],[-64.347,44.367,0],[-64.347,44.361,0],[-64.34,44.356,0],[-64.336,44.35,0],[-64.336,44.342,0],[-64.34,44.333,0],[-64.326,44.33,0],[-64.315,44.324,0],[-64.305,44.32,0],[-64.292,44.326,0],[-64.298,44.329,0],[-64.307,44.337,0],[-64.312,44.34,0],[-64.302,44.343,0],[-64.291,44.341,0],[-64.264,44.333,0],[-64.29,44.304,0],[-64.289,44.299,0],[-64.237,44.299,0],[-64.269,44.267,0],[-64.287,44.259,0],[-64.305,44.272,0],[-64.312,44.264,0],[-64.33,44.276,0],[-64.339,44.284,0],[-64.347,44.292,0],[-64.337,44.298,0],[-64.333,44.299,0],[-64.409,44.329,0],[-64.429,44.34,0],[-64.418,44.326,0],[-64.401,44.313,0],[-64.382,44.303,0],[-64.364,44.299,0],[-64.359,44.296,0],[-64.357,44.288,0],[-64.358,44.279,0],[-64.36,44.272,0],[-64.367,44.264,0],[-64.426,44.234,0],[-64.431,44.226,0],[-64.434,44.208,0],[-64.439,44.199,0],[-64.449,44.193,0],[-64.469,44.187,0],[-64.477,44.182,0],[-64.483,44.174,0],[-64.498,44.141,0],[-64.514,44.15,0],[-64.522,44.153,0],[-64.531,44.155,0],[-64.536,44.156,0],[-64.543,44.161,0],[-64.549,44.162,0],[-64.552,44.16,0],[-64.555,44.15,0],[-64.559,44.148,0],[-64.594,44.158,0],[-64.606,44.159,0],[-64.6,44.148,0],[-64.606,44.146,0],[-64.609,44.143,0],[-64.614,44.141,0],[-64.621,44.141,0],[-64.599,44.135,0],[-64.575,44.134,0],[-64.554,44.13,0],[-64.546,44.117,0],[-64.55,44.1,0],[-64.561,44.08,0],[-64.576,44.069,0],[-64.594,44.079,0],[-64.621,44.065,0],[-64.649,44.059,0],[-64.717,44.059,0],[-64.705,44.046,0],[-64.687,44.042,0],[-64.669,44.036,0],[-64.662,44.015,0],[-64.667,43.998,0],[-64.68,43.993,0],[-64.697,43.99,0],[-64.714,43.98,0],[-64.731,43.964,0],[-64.744,43.958,0],[-64.806,43.957,0],[-64.816,43.954,0],[-64.819,43.946,0],[-64.822,43.937,0],[-64.828,43.931,0],[-64.837,43.929,0],[-64.847,43.929,0],[-64.833,43.914,0],[-64.797,43.895,0],[-64.786,43.875,0],[-64.802,43.876,0],[-64.814,43.874,0],[-64.819,43.867,0],[-64.812,43.853,0],[-64.829,43.845,0],[-64.834,43.834,0],[-64.839,43.83,0],[-64.854,43.84,0],[-64.859,43.846,0],[-64.868,43.861,0],[-64.874,43.867,0],[-64.883,43.873,0],[-64.893,43.877,0],[-64.904,43.879,0],[-64.915,43.881,0],[-64.91,43.871,0],[-64.895,43.856,0],[-64.888,43.847,0],[-64.886,43.839,0],[-64.884,43.822,0],[-64.881,43.812,0],[-64.906,43.805,0],[-64.924,43.823,0],[-64.938,43.849,0],[-64.95,43.867,0],[-64.967,43.874,0],[-64.964,43.861,0],[-64.935,43.813,0],[-64.932,43.806,0],[-64.935,43.799,0],[-64.949,43.775,0],[-64.958,43.766,0],[-64.97,43.759,0],[-64.984,43.758,0],[-64.997,43.77,0],[-65.02,43.817,0],[-65.039,43.832,0],[-65.038,43.816,0],[-65.019,43.771,0],[-65.016,43.759,0],[-65.014,43.743,0],[-65.016,43.727,0],[-65.025,43.716,0],[-65.034,43.712,0],[-65.037,43.716,0],[-65.037,43.721,0],[-65.043,43.724,0],[-65.053,43.721,0],[-65.058,43.714,0],[-65.061,43.707,0],[-65.06,43.703,0],[-65.077,43.711,0],[-65.073,43.745,0],[-65.087,43.758,0],[-65.096,43.736,0],[-65.123,43.697,0],[-65.128,43.675,0],[-65.151,43.689,0],[-65.147,43.707,0],[-65.136,43.727,0],[-65.141,43.751,0],[-65.161,43.716,0],[-65.169,43.71,0],[-65.178,43.71,0],[-65.187,43.716,0],[-65.194,43.725,0],[-65.201,43.751,0],[-65.212,43.772,0],[-65.225,43.792,0],[-65.238,43.806,0],[-65.24,43.798,0],[-65.242,43.795,0],[-65.242,43.792,0],[-65.238,43.785,0],[-65.255,43.776,0],[-65.249,43.755,0],[-65.224,43.719,0],[-65.24,43.695,0],[-65.25,43.673,0],[-65.263,43.671,0],[-65.289,43.675,0],[-65.327,43.697,0],[-65.328,43.71,0],[-65.316,43.733,0],[-65.313,43.744,0],[-65.317,43.761,0],[-65.323,43.766,0],[-65.331,43.763,0],[-65.341,43.758,0],[-65.345,43.751,0],[-65.346,43.742,0],[-65.351,43.737,0],[-65.367,43.744,0],[-65.355,43.716,0],[-65.341,43.694,0],[-65.334,43.67,0],[-65.341,43.641,0],[-65.341,43.634,0],[-65.34,43.625,0],[-65.34,43.617,0],[-65.344,43.614,0],[-65.354,43.611,0],[-65.358,43.604,0],[-65.356,43.597,0],[-65.351,43.593,0],[-65.346,43.588,0],[-65.341,43.545,0],[-65.362,43.575,0],[-65.371,43.579,0],[-65.381,43.577,0],[-65.392,43.567,0],[-65.402,43.566,0],[-65.416,43.571,0],[-65.442,43.593,0],[-65.457,43.6,0],[-65.457,43.593,0],[-65.413,43.539,0],[-65.41,43.529,0],[-65.408,43.519,0],[-65.402,43.504,0],[-65.416,43.5,0],[-65.422,43.511,0],[-65.429,43.545,0],[-65.439,43.557,0],[-65.45,43.561,0],[-65.456,43.556,0],[-65.451,43.545,0],[-65.455,43.535,0],[-65.463,43.528,0],[-65.472,43.524,0],[-65.484,43.525,0],[-65.474,43.504,0],[-65.471,43.494,0],[-65.47,43.48,0],[-65.475,43.471,0],[-65.484,43.472,0],[-65.493,43.48,0],[-65.498,43.494,0],[-65.504,43.503,0],[-65.542,43.528,0],[-65.547,43.532,0],[-65.55,43.538,0],[-65.552,43.543,0],[-65.546,43.556,0],[-65.55,43.561,0],[-65.556,43.565,0],[-65.56,43.569,0],[-65.566,43.574,0],[-65.579,43.566,0],[-65.613,43.536,0],[-65.649,43.518,0],[-65.653,43.513,0],[-65.654,43.507,0],[-65.658,43.502,0],[-65.669,43.497,0],[-65.668,43.5,0],[-65.674,43.505,0],[-65.69,43.511,0],[-65.719,43.509,0],[-65.729,43.514,0],[-65.738,43.531,0],[-65.73,43.547,0],[-65.732,43.563,0],[-65.739,43.577,0],[-65.752,43.587,0],[-65.752,43.576,0],[-65.752,43.569,0],[-65.749,43.564,0],[-65.745,43.559,0],[-65.748,43.555,0],[-65.751,43.553,0],[-65.754,43.552,0],[-65.758,43.551,0],[-65.778,43.568,0],[-65.782,43.588,0],[-65.772,43.641,0],[-65.771,43.669,0],[-65.774,43.681,0],[-65.779,43.689,0],[-65.789,43.691,0],[-65.795,43.683,0],[-65.8,43.669,0],[-65.807,43.655,0],[-65.796,43.646,0],[-65.792,43.634,0],[-65.794,43.62,0],[-65.799,43.606,0],[-65.815,43.632,0],[-65.817,43.657,0],[-65.816,43.683,0],[-65.82,43.71,0],[-65.825,43.719,0],[-65.84,43.739,0],[-65.848,43.751,0],[-65.853,43.764,0],[-65.861,43.806,0],[-65.868,43.806,0],[-65.868,43.787,0],[-65.866,43.779,0],[-65.861,43.771,0],[-65.877,43.77,0],[-65.889,43.784,0],[-65.899,43.804,0],[-65.909,43.819,0],[-65.924,43.827,0],[-65.937,43.826,0],[-65.941,43.82,0],[-65.93,43.812,0],[-65.93,43.806,0],[-65.957,43.785,0],[-65.971,43.78,0],[-65.978,43.795,0],[-65.979,43.802,0],[-65.984,43.82,0],[-65.987,43.839,0],[-65.992,43.849,0],[-65.997,43.854,0],[-65.999,43.85,0],[-66.004,43.832,0],[-66.005,43.826,0],[-66.005,43.816,0],[-66.004,43.81,0],[-66.002,43.804,0],[-65.974,43.751,0],[-65.963,43.737,0],[-65.973,43.714,0],[-65.979,43.706,0],[-65.991,43.703,0],[-65.983,43.72,0],[-65.984,43.729,0],[-65.991,43.731,0],[-66.005,43.724,0],[-66.007,43.717,0],[-66.005,43.708,0],[-66.006,43.7,0],[-66.015,43.697,0],[-66.024,43.698,0],[-66.028,43.702,0],[-66.029,43.709,0],[-66.026,43.716,0],[-66.032,43.716,0],[-66.031,43.737,0],[-66.042,43.746,0],[-66.055,43.741,0],[-66.06,43.716,0],[-66.074,43.729,0],[-66.077,43.741,0],[-66.073,43.768,0],[-66.079,43.772,0],[-66.093,43.767,0],[-66.107,43.755,0],[-66.115,43.744,0],[-66.122,43.744,0],[-66.134,43.81,0],[-66.12,43.825,0],[-66.113,43.836,0],[-66.111,43.848,0],[-66.118,43.853,0],[-66.128,43.85,0],[-66.136,43.842,0],[-66.142,43.833,0],[-66.149,43.826,0],[-66.148,43.84,0],[-66.149,43.853,0],[-66.156,43.86,0],[-66.17,43.86,0],[-66.166,43.871,0],[-66.167,43.88,0],[-66.17,43.887,0],[-66.17,43.894,0],[-66.165,43.904,0],[-66.152,43.924,0],[-66.149,43.932,0],[-66.154,43.947,0],[-66.161,43.961,0],[-66.163,43.976,0],[-66.149,44.003,0],[-66.15,44.011,0],[-66.156,44.022,0],[-66.158,44.024,0],[-66.183,44.084,0],[-66.194,44.093,0],[-66.21,44.086,0],[-66.21,44.106,0],[-66.195,44.143,0],[-66.19,44.165,0],[-66.188,44.171,0],[-66.159,44.201,0],[-66.152,44.209,0],[-66.142,44.231,0],[-66.114,44.343,0],[-66.095,44.374,0],[-66.063,44.394,0],[-66.047,44.407,0],[-66.04,44.426,0],[-66.032,44.437,0],[-65.966,44.489,0],[-65.928,44.506,0],[-65.889,44.533,0],[-65.867,44.544,0],[-65.848,44.557,0],[-65.84,44.574,0],[-65.849,44.587,0],[-65.868,44.588,0],[-65.913,44.58,0],[-65.924,44.581,0],[-65.933,44.584,0],[-65.942,44.584,0],[-66.028,44.521,0],[-66.187,44.395,0],[-66.197,44.391,0],[-66.192,44.418,0],[-66.18,44.434,0],[-65.999,44.58,0],[-65.889,44.631,0],[-65.875,44.643,0],[-65.786,44.696,0],[-65.773,44.686,0],[-65.763,44.672,0],[-65.756,44.657,0],[-65.752,44.642,0],[-65.754,44.632,0],[-65.757,44.621,0],[-65.757,44.611,0],[-65.749,44.607,0],[-65.729,44.609,0],[-65.71,44.614,0],[-65.692,44.621,0],[-65.68,44.629,0],[-65.656,44.648,0],[-65.625,44.667,0],[-65.612,44.678,0],[-65.601,44.696,0],[-65.594,44.689,0],[-65.537,44.737,0],[-65.522,44.744,0],[-65.494,44.749,0],[-65.451,44.771,0],[-65.429,44.778,0],[-65.447,44.781,0],[-65.492,44.758,0],[-65.535,44.747,0],[-65.615,44.709,0],[-65.654,44.698,0],[-65.676,44.696,0],[-65.717,44.675,0],[-65.742,44.668,0],[-65.758,44.683,0],[-65.723,44.728,0],[-65.621,44.779,0],[-65.457,44.855,0],[-65.398,44.895,0],[-65.378,44.901,0],[-65.358,44.904,0],[-65.232,44.955,0],[-65.213,44.967,0],[-65.18,44.993,0],[-65.022,45.06,0],[-64.863,45.14,0],[-64.714,45.192,0],[-64.644,45.201,0],[-64.575,45.22,0],[-64.511,45.229,0],[-64.475,45.24,0],[-64.441,45.256,0],[-64.415,45.272,0],[-64.395,45.302,0],[-64.417,45.32,0],[-64.459,45.329,0],[-64.498,45.334,0],[-64.478,45.341,0],[-64.456,45.339,0],[-64.415,45.326,0],[-64.349,45.32,0],[-64.33,45.31,0],[-64.318,45.295,0],[-64.32,45.283,0],[-64.33,45.272,0],[-64.343,45.262,0],[-64.351,45.248,0],[-64.359,45.213,0],[-64.367,45.197,0],[-64.352,45.185,0],[-64.357,45.171,0],[-64.372,45.157,0],[-64.388,45.149,0],[-64.367,45.126,0],[-64.362,45.116,0],[-64.367,45.108,0],[-64.357,45.104,0],[-64.345,45.106,0],[-64.337,45.113,0],[-64.333,45.125,0],[-64.331,45.136,0],[-64.326,45.142,0],[-64.317,45.146,0],[-64.305,45.149,0],[-64.223,45.109,0],[-64.151,45.05,0],[-64.149,45.039,0],[-64.155,44.984,0],[-64.147,44.998,0],[-64.136,45.003,0],[-64.122,45.003,0],[-64.107,44.998,0],[-64.116,45.012,0],[-64.119,45.03,0],[-64.114,45.046,0],[-64.101,45.053,0],[-64.101,45.06,0],[-64.119,45.062,0],[-64.136,45.073,0],[-64.184,45.114,0],[-64.197,45.133,0],[-64.199,45.149,0],[-64.166,45.16,0],[-64.164,45.168,0],[-64.166,45.178,0],[-64.165,45.186,0],[-64.158,45.192,0],[-64.139,45.2,0],[-64.131,45.207,0],[-64.115,45.216,0],[-64.024,45.242,0],[-63.963,45.251,0],[-63.906,45.276,0],[-63.885,45.279,0],[-63.846,45.277,0],[-63.825,45.28,0],[-63.809,45.289,0],[-63.804,45.299,0],[-63.804,45.306,0],[-63.801,45.311,0],[-63.788,45.313,0],[-63.76,45.311,0],[-63.748,45.308,0],[-63.737,45.3,0],[-63.73,45.306,0],[-63.72,45.322,0],[-63.716,45.326,0],[-63.708,45.326,0],[-63.675,45.32,0],[-63.579,45.322,0],[-63.543,45.332,0],[-63.524,45.334,0],[-63.504,45.329,0],[-63.492,45.317,0],[-63.483,45.303,0],[-63.469,45.292,0],[-63.461,45.325,0],[-63.433,45.345,0],[-63.396,45.356,0],[-63.36,45.361,0],[-63.392,45.372,0],[-63.507,45.375,0],[-63.528,45.378,0],[-63.571,45.392,0],[-63.593,45.395,0],[-63.816,45.395,0],[-63.834,45.392,0],[-63.849,45.385,0],[-63.874,45.367,0],[-63.88,45.362,0],[-63.885,45.356,0],[-63.891,45.353,0],[-63.901,45.354,0],[-63.91,45.359,0],[-63.914,45.365,0],[-63.914,45.373,0],[-63.908,45.382,0],[-63.936,45.399,0],[-64.014,45.391,0],[-64.052,45.395,0],[-64.042,45.401,0],[-64.038,45.402,0],[-64.066,45.413,0],[-64.105,45.415,0],[-64.183,45.409,0],[-64.244,45.395,0],[-64.276,45.392,0],[-64.312,45.402,0],[-64.314,45.382,0],[-64.322,45.38,0],[-64.334,45.386,0],[-64.347,45.389,0],[-64.359,45.386,0],[-64.37,45.382,0],[-64.379,45.375,0],[-64.388,45.367,0],[-64.4,45.373,0],[-64.436,45.382,0],[-64.446,45.388,0],[-64.451,45.395,0],[-64.459,45.4,0],[-64.576,45.416,0],[-64.62,45.409,0],[-64.672,45.389,0],[-64.707,45.361,0],[-64.696,45.326,0],[-64.717,45.325,0],[-64.732,45.316,0],[-64.745,45.306,0],[-64.759,45.3,0],[-64.768,45.297,0],[-64.768,45.298,0],[-64.767,45.303,0],[-64.772,45.313,0],[-64.773,45.318,0],[-64.766,45.325,0],[-64.768,45.33,0],[-64.774,45.333,0],[-64.786,45.332,0],[-64.792,45.334,0],[-64.823,45.348,0],[-64.86,45.353,0],[-64.897,45.347,0],[-64.929,45.326,0],[-64.936,45.351,0],[-64.929,45.383,0],[-64.915,45.412,0],[-64.902,45.43,0],[-64.854,45.457,0],[-64.839,45.459,0],[-64.815,45.468,0],[-64.799,45.471,0],[-64.833,45.484,0],[-64.706,45.537,0],[-64.681,45.543,0],[-64.663,45.557,0],[-64.649,45.559,0],[-64.645,45.586,0],[-64.613,45.603,0],[-64.573,45.615,0],[-64.542,45.632,0],[-64.513,45.657,0],[-64.484,45.676,0],[-64.477,45.679,0],[-64.462,45.681,0],[-64.457,45.683,0],[-64.448,45.691,0],[-64.438,45.704,0],[-64.429,45.71,0],[-64.437,45.725,0],[-64.439,45.739,0],[-64.432,45.748,0],[-64.412,45.752,0],[-64.398,45.756,0],[-64.386,45.768,0],[-64.379,45.781,0],[-64.381,45.793,0],[-64.305,45.827,0],[-64.293,45.816,0],[-64.294,45.805,0],[-64.312,45.786,0],[-64.319,45.781,0],[-64.326,45.78,0],[-64.331,45.777,0],[-64.333,45.769,0],[-64.331,45.763,0],[-64.328,45.76,0],[-64.328,45.755,0],[-64.333,45.745,0],[-64.317,45.756,0],[-64.303,45.762,0],[-64.287,45.765,0],[-64.264,45.765,0],[-64.269,45.774,0],[-64.279,45.779,0],[-64.291,45.78,0],[-64.305,45.779,0],[-64.294,45.784,0],[-64.283,45.794,0],[-64.274,45.805,0],[-64.271,45.814,0],[-64.271,45.831,0],[-64.273,45.836,0],[-64.273,45.836,0],[-64.264,45.845,0],[-64.258,45.857,0],[-64.252,45.87,0],[-64.245,45.881,0],[-64.23,45.894,0],[-64.214,45.904,0],[-64.199,45.916,0],[-64.187,45.931,0],[-64.175,45.95,0],[-64.16,45.964,0],[-64.141,45.973,0],[-64.12,45.976,0],[-64.099,45.975,0],[-64.073,45.973,0],[-64.051,45.977,0],[-64.043,45.992,0],[-64.042,45.991,0],[-64.033,45.995,0],[-64.024,46.002,0],[-64.017,46.005,0],[-64.008,46.005,0]]},\"properties\":{\"name\":\"Nova Scotia #4\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.706,46.011,0],[-59.706,45.999,0],[-59.708,45.995,0],[-59.714,45.998,0],[-59.726,46,0],[-59.76,46,0],[-59.781,46.004,0],[-59.778,46.012,0],[-59.724,46.029,0],[-59.695,46.034,0],[-59.689,46.03,0],[-59.703,46.023,0],[-59.706,46.011,0]]},\"properties\":{\"name\":\"Nova Scotia #5\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.501,47.001,0],[-60.486,46.999,0],[-60.461,47.003,0],[-60.42,47.022,0],[-60.396,47.026,0],[-60.383,47.017,0],[-60.398,46.996,0],[-60.434,46.964,0],[-60.465,46.927,0],[-60.49,46.905,0],[-60.496,46.896,0],[-60.474,46.897,0],[-60.452,46.893,0],[-60.442,46.885,0],[-60.455,46.876,0],[-60.455,46.868,0],[-60.43,46.864,0],[-60.393,46.863,0],[-60.358,46.866,0],[-60.339,46.876,0],[-60.331,46.872,0],[-60.323,46.867,0],[-60.311,46.855,0],[-60.305,46.834,0],[-60.309,46.803,0],[-60.324,46.745,0],[-60.342,46.709,0],[-60.345,46.694,0],[-60.352,46.687,0],[-60.399,46.67,0],[-60.391,46.661,0],[-60.381,46.656,0],[-60.37,46.654,0],[-60.358,46.656,0],[-60.358,46.65,0],[-60.365,46.648,0],[-60.378,46.644,0],[-60.386,46.642,0],[-60.374,46.63,0],[-60.36,46.623,0],[-60.35,46.616,0],[-60.352,46.601,0],[-60.357,46.595,0],[-60.38,46.581,0],[-60.421,46.525,0],[-60.461,46.423,0],[-60.473,46.407,0],[-60.509,46.369,0],[-60.516,46.356,0],[-60.53,46.324,0],[-60.578,46.264,0],[-60.606,46.21,0],[-60.606,46.21,0],[-60.605,46.211,0],[-60.6,46.201,0],[-60.599,46.197,0],[-60.552,46.262,0],[-60.54,46.272,0],[-60.524,46.278,0],[-60.475,46.32,0],[-60.443,46.333,0],[-60.434,46.334,0],[-60.419,46.33,0],[-60.416,46.324,0],[-60.418,46.315,0],[-60.421,46.303,0],[-60.427,46.284,0],[-60.442,46.271,0],[-60.475,46.252,0],[-60.612,46.128,0],[-60.632,46.118,0],[-60.675,46.102,0],[-60.691,46.091,0],[-60.701,46.088,0],[-60.715,46.107,0],[-60.725,46.105,0],[-60.748,46.085,0],[-60.756,46.081,0],[-60.773,46.073,0],[-60.816,46.062,0],[-60.873,46.053,0],[-60.879,46.062,0],[-60.874,46.068,0],[-60.863,46.073,0],[-60.852,46.074,0],[-60.874,46.079,0],[-60.912,46.052,0],[-60.975,45.992,0],[-60.993,45.982,0],[-61.015,45.975,0],[-61.102,45.958,0],[-61.119,45.95,0],[-61.126,45.93,0],[-61.033,45.937,0],[-61.01,45.942,0],[-60.995,45.954,0],[-60.983,45.97,0],[-60.969,45.985,0],[-60.903,46.01,0],[-60.884,46.035,0],[-60.863,46.038,0],[-60.818,46.039,0],[-60.773,46.059,0],[-60.747,46.066,0],[-60.736,46.057,0],[-60.743,46.037,0],[-60.76,46.022,0],[-60.781,46.008,0],[-60.797,45.992,0],[-60.803,45.975,0],[-60.806,45.954,0],[-60.815,45.937,0],[-60.835,45.93,0],[-60.847,45.929,0],[-60.858,45.925,0],[-60.868,45.92,0],[-60.876,45.913,0],[-60.886,45.908,0],[-60.898,45.91,0],[-60.92,45.916,0],[-60.962,45.915,0],[-60.981,45.91,0],[-60.989,45.899,0],[-61.001,45.897,0],[-61.056,45.898,0],[-61.071,45.896,0],[-61.052,45.889,0],[-61.044,45.889,0],[-61.057,45.88,0],[-61.073,45.875,0],[-61.088,45.868,0],[-61.098,45.855,0],[-61.084,45.854,0],[-61.061,45.857,0],[-61.039,45.864,0],[-61.03,45.872,0],[-61.019,45.876,0],[-60.998,45.875,0],[-60.983,45.877,0],[-60.989,45.889,0],[-60.968,45.886,0],[-60.914,45.855,0],[-60.926,45.848,0],[-60.937,45.851,0],[-60.949,45.857,0],[-60.965,45.861,0],[-60.967,45.857,0],[-60.942,45.835,0],[-60.934,45.827,0],[-60.953,45.827,0],[-60.961,45.829,0],[-60.969,45.834,0],[-60.982,45.821,0],[-60.995,45.82,0],[-61.006,45.824,0],[-61.013,45.823,0],[-61.024,45.814,0],[-61.103,45.779,0],[-61.123,45.764,0],[-61.134,45.745,0],[-61.129,45.747,0],[-61.112,45.752,0],[-61.111,45.745,0],[-61.111,45.736,0],[-61.113,45.728,0],[-61.116,45.724,0],[-61.126,45.722,0],[-61.134,45.717,0],[-61.14,45.712,0],[-61.148,45.708,0],[-61.143,45.703,0],[-61.133,45.699,0],[-61.082,45.691,0],[-61.049,45.699,0],[-60.947,45.752,0],[-60.913,45.756,0],[-60.873,45.752,0],[-60.836,45.741,0],[-60.807,45.721,0],[-60.799,45.703,0],[-60.808,45.691,0],[-60.824,45.679,0],[-60.845,45.655,0],[-60.85,45.651,0],[-60.849,45.648,0],[-60.838,45.642,0],[-60.829,45.641,0],[-60.826,45.644,0],[-60.828,45.65,0],[-60.832,45.655,0],[-60.81,45.663,0],[-60.818,45.669,0],[-60.784,45.669,0],[-60.777,45.674,0],[-60.766,45.693,0],[-60.759,45.694,0],[-60.744,45.685,0],[-60.732,45.684,0],[-60.73,45.691,0],[-60.742,45.704,0],[-60.73,45.714,0],[-60.733,45.725,0],[-60.743,45.735,0],[-60.749,45.745,0],[-60.746,45.76,0],[-60.737,45.774,0],[-60.725,45.785,0],[-60.715,45.793,0],[-60.7,45.8,0],[-60.669,45.81,0],[-60.653,45.82,0],[-60.644,45.831,0],[-60.634,45.844,0],[-60.623,45.856,0],[-60.609,45.861,0],[-60.599,45.866,0],[-60.569,45.89,0],[-60.541,45.901,0],[-60.521,45.924,0],[-60.478,45.937,0],[-60.445,45.954,0],[-60.416,45.976,0],[-60.399,45.998,0],[-60.42,45.993,0],[-60.463,45.977,0],[-60.497,45.957,0],[-60.564,45.944,0],[-60.621,45.92,0],[-60.646,45.913,0],[-60.665,45.899,0],[-60.699,45.891,0],[-60.71,45.89,0],[-60.722,45.896,0],[-60.731,45.905,0],[-60.74,45.923,0],[-60.749,45.93,0],[-60.762,45.931,0],[-60.776,45.929,0],[-60.787,45.93,0],[-60.791,45.94,0],[-60.782,45.954,0],[-60.715,45.985,0],[-60.684,46.007,0],[-60.666,46.015,0],[-60.642,46.018,0],[-60.622,46.024,0],[-60.564,46.067,0],[-60.508,46.091,0],[-60.489,46.102,0],[-60.431,46.149,0],[-60.417,46.156,0],[-60.405,46.164,0],[-60.375,46.197,0],[-60.355,46.205,0],[-60.334,46.205,0],[-60.315,46.209,0],[-60.301,46.219,0],[-60.297,46.238,0],[-60.318,46.23,0],[-60.338,46.226,0],[-60.383,46.224,0],[-60.401,46.218,0],[-60.447,46.177,0],[-60.607,46.077,0],[-60.63,46.068,0],[-60.639,46.067,0],[-60.653,46.072,0],[-60.655,46.082,0],[-60.65,46.091,0],[-60.642,46.095,0],[-60.621,46.101,0],[-60.601,46.116,0],[-60.571,46.149,0],[-60.502,46.201,0],[-60.494,46.218,0],[-60.475,46.234,0],[-60.351,46.312,0],[-60.283,46.328,0],[-60.279,46.317,0],[-60.259,46.279,0],[-60.205,46.242,0],[-60.212,46.224,0],[-60.29,46.156,0],[-60.278,46.159,0],[-60.268,46.166,0],[-60.261,46.173,0],[-60.256,46.177,0],[-60.244,46.176,0],[-60.235,46.173,0],[-60.221,46.162,0],[-60.212,46.145,0],[-60.205,46.142,0],[-60.194,46.156,0],[-60.192,46.166,0],[-60.195,46.175,0],[-60.199,46.184,0],[-60.201,46.194,0],[-60.193,46.212,0],[-60.174,46.231,0],[-60.152,46.246,0],[-60.136,46.252,0],[-60.109,46.251,0],[-60.083,46.246,0],[-60.059,46.238,0],[-60.037,46.224,0],[-60.091,46.211,0],[-59.991,46.207,0],[-59.944,46.196,0],[-59.948,46.162,0],[-59.934,46.159,0],[-59.901,46.172,0],[-59.882,46.177,0],[-59.81,46.17,0],[-59.836,46.156,0],[-59.863,46.137,0],[-59.882,46.111,0],[-59.885,46.081,0],[-59.871,46.094,0],[-59.851,46.105,0],[-59.829,46.112,0],[-59.81,46.115,0],[-59.81,46.108,0],[-59.872,46.074,0],[-59.896,46.05,0],[-59.909,46.042,0],[-59.954,46.036,0],[-59.958,46.028,0],[-59.95,46.016,0],[-59.937,46.002,0],[-59.921,45.995,0],[-59.898,45.997,0],[-59.858,46.005,0],[-59.84,46.005,0],[-59.832,46.003,0],[-59.824,45.998,0],[-59.83,45.999,0],[-59.832,45.992,0],[-59.83,45.978,0],[-59.824,45.971,0],[-59.807,45.961,0],[-59.803,45.957,0],[-59.802,45.945,0],[-59.805,45.936,0],[-59.812,45.931,0],[-59.824,45.933,0],[-59.862,45.936,0],[-59.939,45.904,0],[-59.968,45.91,0],[-59.975,45.905,0],[-59.98,45.901,0],[-59.985,45.896,0],[-59.989,45.889,0],[-59.984,45.886,0],[-59.98,45.88,0],[-59.975,45.875,0],[-60.127,45.87,0],[-60.153,45.847,0],[-60.155,45.838,0],[-60.154,45.837,0],[-60.147,45.838,0],[-60.133,45.834,0],[-60.112,45.824,0],[-60.101,45.821,0],[-60.088,45.82,0],[-60.075,45.816,0],[-60.072,45.806,0],[-60.074,45.797,0],[-60.081,45.793,0],[-60.093,45.791,0],[-60.178,45.767,0],[-60.199,45.756,0],[-60.208,45.741,0],[-60.215,45.719,0],[-60.235,45.707,0],[-60.26,45.7,0],[-60.283,45.697,0],[-60.323,45.684,0],[-60.395,45.643,0],[-60.441,45.636,0],[-60.462,45.636,0],[-60.47,45.64,0],[-60.475,45.649,0],[-60.5,45.632,0],[-60.512,45.627,0],[-60.63,45.595,0],[-60.662,45.578,0],[-60.672,45.574,0],[-60.704,45.573,0],[-60.711,45.572,0],[-60.719,45.568,0],[-60.727,45.566,0],[-60.736,45.567,0],[-60.741,45.573,0],[-60.742,45.582,0],[-60.744,45.59,0],[-60.752,45.594,0],[-60.828,45.601,0],[-60.844,45.605,0],[-60.849,45.614,0],[-60.85,45.627,0],[-60.855,45.639,0],[-60.871,45.646,0],[-60.884,45.637,0],[-60.895,45.624,0],[-60.907,45.614,0],[-60.916,45.621,0],[-60.925,45.626,0],[-60.936,45.628,0],[-60.947,45.628,0],[-60.946,45.612,0],[-60.97,45.608,0],[-61.024,45.614,0],[-61.01,45.608,0],[-61.016,45.595,0],[-61.025,45.592,0],[-61.047,45.594,0],[-61.058,45.592,0],[-61.085,45.573,0],[-61.131,45.56,0],[-61.157,45.557,0],[-61.175,45.559,0],[-61.157,45.565,0],[-61.151,45.572,0],[-61.155,45.579,0],[-61.167,45.587,0],[-61.182,45.59,0],[-61.196,45.59,0],[-61.205,45.593,0],[-61.208,45.608,0],[-61.215,45.6,0],[-61.22,45.59,0],[-61.225,45.582,0],[-61.232,45.584,0],[-61.241,45.585,0],[-61.253,45.58,0],[-61.266,45.572,0],[-61.277,45.567,0],[-61.27,45.548,0],[-61.284,45.548,0],[-61.322,45.559,0],[-61.335,45.566,0],[-61.363,45.611,0],[-61.419,45.657,0],[-61.442,45.682,0],[-61.455,45.71,0],[-61.465,45.776,0],[-61.475,45.811,0],[-61.492,45.827,0],[-61.497,45.835,0],[-61.489,45.889,0],[-61.5,45.906,0],[-61.514,45.919,0],[-61.523,45.933,0],[-61.516,45.951,0],[-61.521,45.961,0],[-61.521,45.981,0],[-61.523,45.992,0],[-61.529,45.997,0],[-61.538,46.003,0],[-61.547,46.012,0],[-61.551,46.022,0],[-61.541,46.041,0],[-61.517,46.053,0],[-61.491,46.063,0],[-61.475,46.074,0],[-61.47,46.093,0],[-61.466,46.12,0],[-61.459,46.145,0],[-61.445,46.156,0],[-61.431,46.163,0],[-61.384,46.194,0],[-61.289,46.243,0],[-61.28,46.246,0],[-61.278,46.255,0],[-61.212,46.331,0],[-61.191,46.367,0],[-61.178,46.386,0],[-61.095,46.454,0],[-61.086,46.467,0],[-61.08,46.481,0],[-61.075,46.513,0],[-61.066,46.527,0],[-61.04,46.55,0],[-61.03,46.568,0],[-61.037,46.582,0],[-61.05,46.592,0],[-61.057,46.601,0],[-61.054,46.612,0],[-61.043,46.625,0],[-61.029,46.637,0],[-61.016,46.642,0],[-61.03,46.612,0],[-61.03,46.601,0],[-61.024,46.593,0],[-61.017,46.601,0],[-61.012,46.614,0],[-61.01,46.626,0],[-61.005,46.633,0],[-60.972,46.653,0],[-60.965,46.662,0],[-60.947,46.698,0],[-60.899,46.769,0],[-60.869,46.8,0],[-60.832,46.821,0],[-60.788,46.835,0],[-60.769,46.844,0],[-60.701,46.905,0],[-60.651,46.982,0],[-60.642,47.004,0],[-60.633,47.011,0],[-60.623,47.017,0],[-60.603,47.034,0],[-60.593,47.035,0],[-60.571,47.026,0],[-60.534,47.022,0],[-60.523,47.019,0],[-60.514,47.013,0],[-60.509,47.007,0],[-60.501,47.001,0]]},\"properties\":{\"name\":\"Nova Scotia #6\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}}]}", + + "kml" : "Nova Scotia #0Nova Scotia #00000ff11-65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0Nova Scotia #1Nova Scotia #10000ff11-59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0Nova Scotia #2Nova Scotia #20000ff11-66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0Nova Scotia #3Nova Scotia #30000ff11-60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0Nova Scotia #4Nova Scotia #40000ff11-64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0Nova Scotia #5Nova Scotia #50000ff11-59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0Nova Scotia #6Nova Scotia #60000ff11-60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0", + + "mediawiki": "43.428,-65.61:43.422,-65.629:43.435,-65.621:43.445,-65.627:43.453,-65.635:43.459,-65.645:43.463,-65.656:43.472,-65.646:43.477,-65.634:43.484,-65.608:43.508,-65.617:43.514,-65.605:43.511,-65.56:43.495,-65.569:43.477,-65.574:43.464,-65.587:43.445,-65.598:43.428,-65.61:43.933,-59.807:43.916,-59.861:43.908,-59.913:43.906,-59.971:43.911,-60.028:43.923,-60.083:43.942,-60.133:43.946,-60.124:43.947,-60.116:43.946,-60.108:43.942,-60.098:43.943,-60.074:43.929,-59.998:43.937,-59.867:43.941,-59.844:43.948,-59.822:43.957,-59.803:43.987,-59.741:43.998,-59.728:43.96,-59.76:43.933,-59.807:44.283,-66.298:44.251,-66.313:44.258,-66.328:44.325,-66.286:44.355,-66.258:44.377,-66.242:44.387,-66.231:44.396,-66.213:44.392,-66.203:44.381,-66.204:44.367,-66.218:44.338,-66.239:44.283,-66.298:45.577,-60.932:45.567,-60.914:45.577,-60.908:45.579,-60.899:45.574,-60.889:45.567,-60.879:45.558,-60.884:45.553,-60.892:45.551,-60.902:45.553,-60.914:45.532,-60.953:45.517,-60.962:45.498,-60.947:45.487,-60.968:45.47,-60.986:45.461,-61.003:45.471,-61.024:45.477,-61.013:45.486,-61.004:45.495,-61.002:45.498,-61.013:45.499,-61.04:45.501,-61.053:45.505,-61.065:45.511,-61.075:45.523,-61.089:45.527,-61.105:45.531,-61.106:45.536,-61.106:45.549,-61.112:45.551,-61.106:45.553,-61.091:45.563,-61.075:45.571,-61.054:45.577,-61.031:45.581,-61.01:45.582,-60.958:45.577,-60.932:46.005,-64.008:45.98,-63.905:45.963,-63.87:45.937,-63.867:45.934,-63.844:45.925,-63.825:45.91,-63.811:45.889,-63.806:45.891,-63.786:45.886,-63.759:45.877,-63.732:45.868,-63.716:45.862,-63.727:45.854,-63.746:45.847,-63.757:45.842,-63.736:45.853,-63.69:45.847,-63.669:45.837,-63.674:45.828,-63.674:45.824,-63.67:45.827,-63.662:45.837,-63.652:45.843,-63.653:45.85,-63.659:45.865,-63.662:45.874,-63.659:45.875,-63.652:45.87,-63.644:45.865,-63.638:45.862,-63.629:45.875,-63.593:45.883,-63.492:45.876,-63.439:45.855,-63.409:45.854,-63.428:45.86,-63.464:45.861,-63.483:45.852,-63.47:45.839,-63.438:45.827,-63.428:45.821,-63.447:45.826,-63.484:45.827,-63.504:45.82,-63.523:45.811,-63.516:45.807,-63.496:45.814,-63.477:45.809,-63.469:45.806,-63.461:45.806,-63.452:45.806,-63.442:45.805,-63.438:45.801,-63.431:45.8,-63.428:45.802,-63.425:45.812,-63.418:45.814,-63.415:45.812,-63.399:45.803,-63.369:45.8,-63.354:45.804,-63.324:45.812,-63.291:45.816,-63.259:45.806,-63.23:45.791,-63.258:45.776,-63.302:45.767,-63.347:45.772,-63.381:45.757,-63.373:45.748,-63.356:45.737,-63.312:45.732,-63.304:45.726,-63.295:45.724,-63.288:45.735,-63.285:45.741,-63.282:45.748,-63.273:45.759,-63.257:45.743,-63.257:45.737,-63.257:45.76,-63.212:45.765,-63.196:45.768,-63.195:45.773,-63.194:45.777,-63.192:45.779,-63.189:45.776,-63.184:45.771,-63.182:45.766,-63.182:45.762,-63.185:45.753,-63.2:45.746,-63.205:45.737,-63.202:45.736,-63.19:45.759,-63.134:45.763,-63.117:45.765,-63.1:45.764,-63.083:45.759,-63.065:45.779,-63.07:45.79,-63.084:45.806,-63.121:45.811,-63.1:45.796,-62.98:45.783,-62.924:45.765,-62.777:45.766,-62.751:45.773,-62.699:45.772,-62.675:45.761,-62.696:45.761,-62.718:45.763,-62.738:45.759,-62.757:45.748,-62.739:45.744,-62.729:45.745,-62.699:45.742,-62.682:45.736,-62.664:45.727,-62.647:45.717,-62.633:45.687,-62.703:45.681,-62.751:45.675,-62.77:45.662,-62.784:45.642,-62.792:45.653,-62.781:45.662,-62.765:45.664,-62.749:45.655,-62.736:45.627,-62.747:45.613,-62.75:45.618,-62.74:45.646,-62.72:45.656,-62.706:45.652,-62.692:45.631,-62.669:45.628,-62.657:45.642,-62.647:45.647,-62.664:45.656,-62.672:45.668,-62.672:45.68,-62.665:45.682,-62.655:45.681,-62.64:45.682,-62.625:45.691,-62.613:45.686,-62.6:45.686,-62.577:45.683,-62.566:45.678,-62.557:45.667,-62.55:45.663,-62.545:45.658,-62.526:45.659,-62.51:45.662,-62.495:45.663,-62.476:45.631,-62.503:45.615,-62.509:45.608,-62.493:45.615,-62.47:45.643,-62.435:45.649,-62.418:45.653,-62.4:45.662,-62.377:45.673,-62.362:45.683,-62.371:45.68,-62.383:45.675,-62.405:45.655,-62.441:45.679,-62.416:45.704,-62.27:45.808,-62.06:45.863,-61.989:45.882,-61.949:45.889,-61.924:45.889,-61.911:45.882,-61.9:45.872,-61.897:45.866,-61.905:45.86,-61.916:45.851,-61.921:45.83,-61.92:45.787,-61.909:45.738,-61.888:45.721,-61.886:45.704,-61.894:45.693,-61.876:45.681,-61.836:45.673,-61.821:45.66,-61.807:45.653,-61.795:45.628,-61.726:45.623,-61.708:45.622,-61.684:45.627,-61.668:45.636,-61.655:45.642,-61.642:45.636,-61.626:45.636,-61.633:45.634,-61.648:45.627,-61.648:45.621,-61.64:45.614,-61.62:45.623,-61.619:45.632,-61.615:45.639,-61.61:45.642,-61.602:45.646,-61.589:45.653,-61.583:45.663,-61.58:45.673,-61.575:45.684,-61.558:45.689,-61.537:45.691,-61.492:45.683,-61.47:45.65,-61.437:45.642,-61.417:45.633,-61.4:45.612,-61.384:45.581,-61.37:45.578,-61.359:45.57,-61.351:45.553,-61.339:45.542,-61.324:45.512,-61.263:45.507,-61.247:45.508,-61.24:45.506,-61.237:45.491,-61.235:45.468,-61.237:45.453,-61.248:45.443,-61.267:45.414,-61.353:45.409,-61.373:45.421,-61.374:45.418,-61.388:45.408,-61.406:45.399,-61.417:45.392,-61.43:45.375,-61.483:45.355,-61.461:45.349,-61.451:45.354,-61.137:45.352,-61.12:45.343,-61.082:45.333,-60.999:45.326,-60.982:45.314,-60.971:45.302,-60.971:45.288,-60.972:45.272,-60.969:45.271,-60.983:45.277,-60.987:45.285,-60.989:45.292,-60.996:45.294,-61.007:45.294,-61.027:45.3,-61.037:45.285,-61.028:45.279,-61.023:45.272,-61.016:45.263,-61.024:45.261,-61.031:45.26,-61.039:45.255,-61.047:45.245,-61.053:45.236,-61.057:45.233,-61.063:45.238,-61.078:45.224,-61.071:45.214,-61.12:45.218,-61.139:45.238,-61.153:45.245,-61.142:45.253,-61.133:45.262,-61.126:45.272,-61.119:45.264,-61.165:45.258,-61.175:45.243,-61.18:45.216,-61.171:45.203,-61.175:45.209,-61.184:45.216,-61.188:45.223,-61.19:45.235,-61.197:45.246,-61.204:45.253,-61.212:45.248,-61.216:45.24,-61.246:45.239,-61.263:45.251,-61.263:45.254,-61.278:45.248,-61.299:45.231,-61.332:45.217,-61.35:45.201,-61.365:45.19,-61.364:45.19,-61.339:45.178,-61.355:45.169,-61.371:45.164,-61.389:45.147,-61.568:45.151,-61.61:45.176,-61.64:45.157,-61.647:45.164,-61.666:45.175,-61.687:45.169,-61.702:45.162,-61.686:45.149,-61.666:45.135,-61.649:45.121,-61.64:45.122,-61.649:45.12,-61.658:45.115,-61.674:45.094,-61.64:45.087,-61.64:45.089,-61.677:45.092,-61.695:45.097,-61.702:45.107,-61.704:45.107,-61.709:45.101,-61.715:45.101,-61.756:45.094,-61.754:45.084,-61.756:45.08,-61.756:45.092,-61.781:45.101,-61.81:45.099,-61.825:45.08,-61.811:45.078,-61.822:45.08,-61.846:45.08,-61.859:45.073,-61.859:45.071,-61.851:45.065,-61.841:45.056,-61.836:45.047,-61.839:45.045,-61.848:45.053,-61.88:45.047,-61.887:45.034,-61.882:45.031,-61.897:45.037,-61.918:45.053,-61.935:45.033,-61.941:45.025,-61.941:45.037,-61.959:45.036,-61.976:45.027,-61.99:45.011,-62.004:45.016,-62.006:45.021,-62.008:45.026,-62.01:45.032,-62.01:45.026,-62.02:45.019,-62.029:45.014,-62.039:45.011,-62.05:45.004,-62.035:44.991,-61.976:44.985,-61.989:44.983,-62.003:44.985,-62.018:44.991,-62.031:44.983,-62.042:44.976,-62.057:44.973,-62.073:44.978,-62.086:44.974,-62.098:44.97,-62.119:44.969,-62.138:44.974,-62.147:44.975,-62.151:44.961,-62.174:44.956,-62.185:44.959,-62.234:44.952,-62.254:44.929,-62.27:44.937,-62.278:44.927,-62.29:44.92,-62.306:44.918,-62.321:44.922,-62.332:44.922,-62.339:44.918,-62.34:44.915,-62.342:44.913,-62.344:44.909,-62.346:44.905,-62.343:44.903,-62.342:44.895,-62.339:44.902,-62.361:44.91,-62.377:44.91,-62.393:44.895,-62.415:44.892,-62.41:44.886,-62.406:44.881,-62.401:44.878,-62.42:44.869,-62.437:44.853,-62.448:44.834,-62.448:44.841,-62.467:44.859,-62.473:44.881,-62.473:44.901,-62.476:44.882,-62.49:44.864,-62.507:44.856,-62.527:44.868,-62.551:44.84,-62.566:44.833,-62.555:44.825,-62.546:44.806,-62.531:44.8,-62.553:44.834,-62.578:44.827,-62.599:44.837,-62.607:44.83,-62.623:44.806,-62.661:44.793,-62.654:44.802,-62.687:44.785,-62.805:44.772,-62.799:44.761,-62.802:44.754,-62.813:44.752,-62.826:44.744,-62.821:44.738,-62.815:44.733,-62.807:44.73,-62.798:44.721,-62.819:44.718,-62.83:44.717,-62.842:44.723,-62.851:44.734,-62.857:44.738,-62.864:44.724,-62.873:44.731,-62.887:44.738,-62.908:44.74,-62.93:44.734,-62.945:44.718,-62.972:44.711,-62.989:44.714,-62.997:44.722,-62.998:44.727,-63:44.731,-63.002:44.737,-63.004:44.765,-63.003:44.772,-63.004:44.778,-63.018:44.766,-63.047:44.778,-63.058:44.763,-63.059:44.751,-63.05:44.727,-63.021:44.711,-63.014:44.697,-63.024:44.675,-63.058:44.689,-63.063:44.705,-63.061:44.718,-63.063:44.724,-63.076:44.729,-63.096:44.743,-63.102:44.775,-63.099:44.784,-63.103:44.79,-63.11:44.791,-63.119:44.785,-63.127:44.782,-63.125:44.752,-63.121:44.735,-63.124:44.707,-63.137:44.689,-63.14:44.696,-63.154:44.706,-63.16:44.718,-63.16:44.73,-63.155:44.721,-63.173:44.692,-63.183:44.683,-63.202:44.681,-63.214:44.683,-63.214:44.69,-63.212:44.703,-63.216:44.727,-63.232:44.737,-63.237:44.726,-63.25:44.712,-63.253:44.698,-63.248:44.689,-63.237:44.673,-63.25:44.644,-63.281:44.628,-63.285:44.636,-63.317:44.643,-63.389:44.655,-63.415:44.665,-63.402:44.667,-63.396:44.668,-63.387:44.682,-63.399:44.683,-63.417:44.668,-63.456:44.659,-63.435:44.648,-63.42:44.634,-63.415:44.614,-63.422:44.596,-63.439:44.601,-63.456:44.613,-63.476:44.624,-63.51:44.648,-63.538:44.666,-63.574:44.713,-63.633:44.717,-63.644:44.717,-63.662:44.688,-63.649:44.676,-63.64:44.668,-63.628:44.667,-63.62:44.668,-63.596:44.664,-63.587:44.646,-63.574:44.642,-63.569:44.635,-63.563:44.603,-63.548:44.593,-63.545:44.574,-63.546:44.562,-63.548:44.55,-63.546:44.518,-63.523:44.503,-63.524:44.489,-63.533:44.473,-63.548:44.47,-63.554:44.464,-63.573:44.464,-63.579:44.469,-63.587:44.475,-63.585:44.48,-63.58:44.484,-63.579:44.487,-63.596:44.477,-63.605:44.463,-63.61:44.453,-63.621:44.446,-63.626:44.441,-63.633:44.443,-63.641:44.45,-63.644:44.459,-63.639:44.466,-63.632:44.47,-63.628:44.476,-63.641:44.475,-63.658:44.47,-63.693:44.468,-63.701:44.458,-63.705:44.456,-63.716:44.461,-63.721:44.47,-63.724:44.475,-63.729:44.47,-63.737:44.474,-63.749:44.482,-63.758:44.491,-63.763:44.505,-63.765:44.494,-63.774:44.478,-63.783:44.469,-63.793:44.477,-63.806:44.49,-63.809:44.503,-63.804:44.532,-63.785:44.526,-63.793:44.515,-63.805:44.511,-63.812:44.514,-63.82:44.521,-63.826:44.525,-63.834:44.519,-63.847:44.515,-63.844:44.505,-63.84:44.504,-63.854:44.499,-63.874:44.497,-63.888:44.498,-63.9:44.501,-63.912:44.506,-63.922:44.511,-63.929:44.534,-63.942:44.554,-63.942:44.593,-63.922:44.6,-63.928:44.621,-63.943:44.629,-63.925:44.634,-63.919:44.642,-63.915:44.643,-63.919:44.648,-63.929:44.667,-63.902:44.68,-63.891:44.696,-63.888:44.684,-63.907:44.675,-63.926:44.656,-63.989:44.655,-64.001:44.639,-64.057:44.634,-64.066:44.621,-64.06:44.587,-64.062:44.58,-64.052:44.571,-64.037:44.551,-64.025:44.511,-64.011:44.523,-64.041:44.509,-64.055:44.488,-64.064:44.477,-64.076:44.475,-64.097:44.478,-64.106:44.488,-64.117:44.516,-64.123:44.522,-64.124:44.538,-64.119:44.555,-64.128:44.57,-64.145:44.58,-64.162:44.582,-64.178:44.58,-64.197:44.571,-64.211:44.552,-64.21:44.537,-64.227:44.544,-64.253:44.558,-64.281:44.566,-64.305:44.561,-64.301:44.546,-64.292:44.543,-64.304:44.536,-64.305:44.527,-64.301:44.515,-64.299:44.503,-64.301:44.492,-64.308:44.484,-64.317:44.477,-64.326:44.477,-64.318:44.47,-64.299:44.465,-64.31:44.456,-64.354:44.445,-64.354:44.438,-64.344:44.429,-64.336:44.415,-64.34:44.417,-64.297:44.416,-64.275:44.409,-64.258:44.407,-64.275:44.401,-64.288:44.393,-64.3:44.387,-64.312:44.381,-64.312:44.38,-64.261:44.377,-64.235:44.367,-64.21:44.361,-64.228:44.361,-64.246:44.367,-64.282:44.367,-64.347:44.361,-64.347:44.356,-64.34:44.35,-64.336:44.342,-64.336:44.333,-64.34:44.33,-64.326:44.324,-64.315:44.32,-64.305:44.326,-64.292:44.329,-64.298:44.337,-64.307:44.34,-64.312:44.343,-64.302:44.341,-64.291:44.333,-64.264:44.304,-64.29:44.299,-64.289:44.299,-64.237:44.267,-64.269:44.259,-64.287:44.272,-64.305:44.264,-64.312:44.276,-64.33:44.284,-64.339:44.292,-64.347:44.298,-64.337:44.299,-64.333:44.329,-64.409:44.34,-64.429:44.326,-64.418:44.313,-64.401:44.303,-64.382:44.299,-64.364:44.296,-64.359:44.288,-64.357:44.279,-64.358:44.272,-64.36:44.264,-64.367:44.234,-64.426:44.226,-64.431:44.208,-64.434:44.199,-64.439:44.193,-64.449:44.187,-64.469:44.182,-64.477:44.174,-64.483:44.141,-64.498:44.15,-64.514:44.153,-64.522:44.155,-64.531:44.156,-64.536:44.161,-64.543:44.162,-64.549:44.16,-64.552:44.15,-64.555:44.148,-64.559:44.158,-64.594:44.159,-64.606:44.148,-64.6:44.146,-64.606:44.143,-64.609:44.141,-64.614:44.141,-64.621:44.135,-64.599:44.134,-64.575:44.13,-64.554:44.117,-64.546:44.1,-64.55:44.08,-64.561:44.069,-64.576:44.079,-64.594:44.065,-64.621:44.059,-64.649:44.059,-64.717:44.046,-64.705:44.042,-64.687:44.036,-64.669:44.015,-64.662:43.998,-64.667:43.993,-64.68:43.99,-64.697:43.98,-64.714:43.964,-64.731:43.958,-64.744:43.957,-64.806:43.954,-64.816:43.946,-64.819:43.937,-64.822:43.931,-64.828:43.929,-64.837:43.929,-64.847:43.914,-64.833:43.895,-64.797:43.875,-64.786:43.876,-64.802:43.874,-64.814:43.867,-64.819:43.853,-64.812:43.845,-64.829:43.834,-64.834:43.83,-64.839:43.84,-64.854:43.846,-64.859:43.861,-64.868:43.867,-64.874:43.873,-64.883:43.877,-64.893:43.879,-64.904:43.881,-64.915:43.871,-64.91:43.856,-64.895:43.847,-64.888:43.839,-64.886:43.822,-64.884:43.812,-64.881:43.805,-64.906:43.823,-64.924:43.849,-64.938:43.867,-64.95:43.874,-64.967:43.861,-64.964:43.813,-64.935:43.806,-64.932:43.799,-64.935:43.775,-64.949:43.766,-64.958:43.759,-64.97:43.758,-64.984:43.77,-64.997:43.817,-65.02:43.832,-65.039:43.816,-65.038:43.771,-65.019:43.759,-65.016:43.743,-65.014:43.727,-65.016:43.716,-65.025:43.712,-65.034:43.716,-65.037:43.721,-65.037:43.724,-65.043:43.721,-65.053:43.714,-65.058:43.707,-65.061:43.703,-65.06:43.711,-65.077:43.745,-65.073:43.758,-65.087:43.736,-65.096:43.697,-65.123:43.675,-65.128:43.689,-65.151:43.707,-65.147:43.727,-65.136:43.751,-65.141:43.716,-65.161:43.71,-65.169:43.71,-65.178:43.716,-65.187:43.725,-65.194:43.751,-65.201:43.772,-65.212:43.792,-65.225:43.806,-65.238:43.798,-65.24:43.795,-65.242:43.792,-65.242:43.785,-65.238:43.776,-65.255:43.755,-65.249:43.719,-65.224:43.695,-65.24:43.673,-65.25:43.671,-65.263:43.675,-65.289:43.697,-65.327:43.71,-65.328:43.733,-65.316:43.744,-65.313:43.761,-65.317:43.766,-65.323:43.763,-65.331:43.758,-65.341:43.751,-65.345:43.742,-65.346:43.737,-65.351:43.744,-65.367:43.716,-65.355:43.694,-65.341:43.67,-65.334:43.641,-65.341:43.634,-65.341:43.625,-65.34:43.617,-65.34:43.614,-65.344:43.611,-65.354:43.604,-65.358:43.597,-65.356:43.593,-65.351:43.588,-65.346:43.545,-65.341:43.575,-65.362:43.579,-65.371:43.577,-65.381:43.567,-65.392:43.566,-65.402:43.571,-65.416:43.593,-65.442:43.6,-65.457:43.593,-65.457:43.539,-65.413:43.529,-65.41:43.519,-65.408:43.504,-65.402:43.5,-65.416:43.511,-65.422:43.545,-65.429:43.557,-65.439:43.561,-65.45:43.556,-65.456:43.545,-65.451:43.535,-65.455:43.528,-65.463:43.524,-65.472:43.525,-65.484:43.504,-65.474:43.494,-65.471:43.48,-65.47:43.471,-65.475:43.472,-65.484:43.48,-65.493:43.494,-65.498:43.503,-65.504:43.528,-65.542:43.532,-65.547:43.538,-65.55:43.543,-65.552:43.556,-65.546:43.561,-65.55:43.565,-65.556:43.569,-65.56:43.574,-65.566:43.566,-65.579:43.536,-65.613:43.518,-65.649:43.513,-65.653:43.507,-65.654:43.502,-65.658:43.497,-65.669:43.5,-65.668:43.505,-65.674:43.511,-65.69:43.509,-65.719:43.514,-65.729:43.531,-65.738:43.547,-65.73:43.563,-65.732:43.577,-65.739:43.587,-65.752:43.576,-65.752:43.569,-65.752:43.564,-65.749:43.559,-65.745:43.555,-65.748:43.553,-65.751:43.552,-65.754:43.551,-65.758:43.568,-65.778:43.588,-65.782:43.641,-65.772:43.669,-65.771:43.681,-65.774:43.689,-65.779:43.691,-65.789:43.683,-65.795:43.669,-65.8:43.655,-65.807:43.646,-65.796:43.634,-65.792:43.62,-65.794:43.606,-65.799:43.632,-65.815:43.657,-65.817:43.683,-65.816:43.71,-65.82:43.719,-65.825:43.739,-65.84:43.751,-65.848:43.764,-65.853:43.806,-65.861:43.806,-65.868:43.787,-65.868:43.779,-65.866:43.771,-65.861:43.77,-65.877:43.784,-65.889:43.804,-65.899:43.819,-65.909:43.827,-65.924:43.826,-65.937:43.82,-65.941:43.812,-65.93:43.806,-65.93:43.785,-65.957:43.78,-65.971:43.795,-65.978:43.802,-65.979:43.82,-65.984:43.839,-65.987:43.849,-65.992:43.854,-65.997:43.85,-65.999:43.832,-66.004:43.826,-66.005:43.816,-66.005:43.81,-66.004:43.804,-66.002:43.751,-65.974:43.737,-65.963:43.714,-65.973:43.706,-65.979:43.703,-65.991:43.72,-65.983:43.729,-65.984:43.731,-65.991:43.724,-66.005:43.717,-66.007:43.708,-66.005:43.7,-66.006:43.697,-66.015:43.698,-66.024:43.702,-66.028:43.709,-66.029:43.716,-66.026:43.716,-66.032:43.737,-66.031:43.746,-66.042:43.741,-66.055:43.716,-66.06:43.729,-66.074:43.741,-66.077:43.768,-66.073:43.772,-66.079:43.767,-66.093:43.755,-66.107:43.744,-66.115:43.744,-66.122:43.81,-66.134:43.825,-66.12:43.836,-66.113:43.848,-66.111:43.853,-66.118:43.85,-66.128:43.842,-66.136:43.833,-66.142:43.826,-66.149:43.84,-66.148:43.853,-66.149:43.86,-66.156:43.86,-66.17:43.871,-66.166:43.88,-66.167:43.887,-66.17:43.894,-66.17:43.904,-66.165:43.924,-66.152:43.932,-66.149:43.947,-66.154:43.961,-66.161:43.976,-66.163:44.003,-66.149:44.011,-66.15:44.022,-66.156:44.024,-66.158:44.084,-66.183:44.093,-66.194:44.086,-66.21:44.106,-66.21:44.143,-66.195:44.165,-66.19:44.171,-66.188:44.201,-66.159:44.209,-66.152:44.231,-66.142:44.343,-66.114:44.374,-66.095:44.394,-66.063:44.407,-66.047:44.426,-66.04:44.437,-66.032:44.489,-65.966:44.506,-65.928:44.533,-65.889:44.544,-65.867:44.557,-65.848:44.574,-65.84:44.587,-65.849:44.588,-65.868:44.58,-65.913:44.581,-65.924:44.584,-65.933:44.584,-65.942:44.521,-66.028:44.395,-66.187:44.391,-66.197:44.418,-66.192:44.434,-66.18:44.58,-65.999:44.631,-65.889:44.643,-65.875:44.696,-65.786:44.686,-65.773:44.672,-65.763:44.657,-65.756:44.642,-65.752:44.632,-65.754:44.621,-65.757:44.611,-65.757:44.607,-65.749:44.609,-65.729:44.614,-65.71:44.621,-65.692:44.629,-65.68:44.648,-65.656:44.667,-65.625:44.678,-65.612:44.696,-65.601:44.689,-65.594:44.737,-65.537:44.744,-65.522:44.749,-65.494:44.771,-65.451:44.778,-65.429:44.781,-65.447:44.758,-65.492:44.747,-65.535:44.709,-65.615:44.698,-65.654:44.696,-65.676:44.675,-65.717:44.668,-65.742:44.683,-65.758:44.728,-65.723:44.779,-65.621:44.855,-65.457:44.895,-65.398:44.901,-65.378:44.904,-65.358:44.955,-65.232:44.967,-65.213:44.993,-65.18:45.06,-65.022:45.14,-64.863:45.192,-64.714:45.201,-64.644:45.22,-64.575:45.229,-64.511:45.24,-64.475:45.256,-64.441:45.272,-64.415:45.302,-64.395:45.32,-64.417:45.329,-64.459:45.334,-64.498:45.341,-64.478:45.339,-64.456:45.326,-64.415:45.32,-64.349:45.31,-64.33:45.295,-64.318:45.283,-64.32:45.272,-64.33:45.262,-64.343:45.248,-64.351:45.213,-64.359:45.197,-64.367:45.185,-64.352:45.171,-64.357:45.157,-64.372:45.149,-64.388:45.126,-64.367:45.116,-64.362:45.108,-64.367:45.104,-64.357:45.106,-64.345:45.113,-64.337:45.125,-64.333:45.136,-64.331:45.142,-64.326:45.146,-64.317:45.149,-64.305:45.109,-64.223:45.05,-64.151:45.039,-64.149:44.984,-64.155:44.998,-64.147:45.003,-64.136:45.003,-64.122:44.998,-64.107:45.012,-64.116:45.03,-64.119:45.046,-64.114:45.053,-64.101:45.06,-64.101:45.062,-64.119:45.073,-64.136:45.114,-64.184:45.133,-64.197:45.149,-64.199:45.16,-64.166:45.168,-64.164:45.178,-64.166:45.186,-64.165:45.192,-64.158:45.2,-64.139:45.207,-64.131:45.216,-64.115:45.242,-64.024:45.251,-63.963:45.276,-63.906:45.279,-63.885:45.277,-63.846:45.28,-63.825:45.289,-63.809:45.299,-63.804:45.306,-63.804:45.311,-63.801:45.313,-63.788:45.311,-63.76:45.308,-63.748:45.3,-63.737:45.306,-63.73:45.322,-63.72:45.326,-63.716:45.326,-63.708:45.32,-63.675:45.322,-63.579:45.332,-63.543:45.334,-63.524:45.329,-63.504:45.317,-63.492:45.303,-63.483:45.292,-63.469:45.325,-63.461:45.345,-63.433:45.356,-63.396:45.361,-63.36:45.372,-63.392:45.375,-63.507:45.378,-63.528:45.392,-63.571:45.395,-63.593:45.395,-63.816:45.392,-63.834:45.385,-63.849:45.367,-63.874:45.362,-63.88:45.356,-63.885:45.353,-63.891:45.354,-63.901:45.359,-63.91:45.365,-63.914:45.373,-63.914:45.382,-63.908:45.399,-63.936:45.391,-64.014:45.395,-64.052:45.401,-64.042:45.402,-64.038:45.413,-64.066:45.415,-64.105:45.409,-64.183:45.395,-64.244:45.392,-64.276:45.402,-64.312:45.382,-64.314:45.38,-64.322:45.386,-64.334:45.389,-64.347:45.386,-64.359:45.382,-64.37:45.375,-64.379:45.367,-64.388:45.373,-64.4:45.382,-64.436:45.388,-64.446:45.395,-64.451:45.4,-64.459:45.416,-64.576:45.409,-64.62:45.389,-64.672:45.361,-64.707:45.326,-64.696:45.325,-64.717:45.316,-64.732:45.306,-64.745:45.3,-64.759:45.297,-64.768:45.298,-64.768:45.303,-64.767:45.313,-64.772:45.318,-64.773:45.325,-64.766:45.33,-64.768:45.333,-64.774:45.332,-64.786:45.334,-64.792:45.348,-64.823:45.353,-64.86:45.347,-64.897:45.326,-64.929:45.351,-64.936:45.383,-64.929:45.412,-64.915:45.43,-64.902:45.457,-64.854:45.459,-64.839:45.468,-64.815:45.471,-64.799:45.484,-64.833:45.537,-64.706:45.543,-64.681:45.557,-64.663:45.559,-64.649:45.586,-64.645:45.603,-64.613:45.615,-64.573:45.632,-64.542:45.657,-64.513:45.676,-64.484:45.679,-64.477:45.681,-64.462:45.683,-64.457:45.691,-64.448:45.704,-64.438:45.71,-64.429:45.725,-64.437:45.739,-64.439:45.748,-64.432:45.752,-64.412:45.756,-64.398:45.768,-64.386:45.781,-64.379:45.793,-64.381:45.827,-64.305:45.816,-64.293:45.805,-64.294:45.786,-64.312:45.781,-64.319:45.78,-64.326:45.777,-64.331:45.769,-64.333:45.763,-64.331:45.76,-64.328:45.755,-64.328:45.745,-64.333:45.756,-64.317:45.762,-64.303:45.765,-64.287:45.765,-64.264:45.774,-64.269:45.779,-64.279:45.78,-64.291:45.779,-64.305:45.784,-64.294:45.794,-64.283:45.805,-64.274:45.814,-64.271:45.831,-64.271:45.836,-64.273:45.836,-64.273:45.845,-64.264:45.857,-64.258:45.87,-64.252:45.881,-64.245:45.894,-64.23:45.904,-64.214:45.916,-64.199:45.931,-64.187:45.95,-64.175:45.964,-64.16:45.973,-64.141:45.976,-64.12:45.975,-64.099:45.973,-64.073:45.977,-64.051:45.992,-64.043:45.991,-64.042:45.995,-64.033:46.002,-64.024:46.005,-64.017:46.005,-64.008:46.011,-59.706:45.999,-59.706:45.995,-59.708:45.998,-59.714:46,-59.726:46,-59.76:46.004,-59.781:46.012,-59.778:46.029,-59.724:46.034,-59.695:46.03,-59.689:46.023,-59.703:46.011,-59.706:47.001,-60.501:46.999,-60.486:47.003,-60.461:47.022,-60.42:47.026,-60.396:47.017,-60.383:46.996,-60.398:46.964,-60.434:46.927,-60.465:46.905,-60.49:46.896,-60.496:46.897,-60.474:46.893,-60.452:46.885,-60.442:46.876,-60.455:46.868,-60.455:46.864,-60.43:46.863,-60.393:46.866,-60.358:46.876,-60.339:46.872,-60.331:46.867,-60.323:46.855,-60.311:46.834,-60.305:46.803,-60.309:46.745,-60.324:46.709,-60.342:46.694,-60.345:46.687,-60.352:46.67,-60.399:46.661,-60.391:46.656,-60.381:46.654,-60.37:46.656,-60.358:46.65,-60.358:46.648,-60.365:46.644,-60.378:46.642,-60.386:46.63,-60.374:46.623,-60.36:46.616,-60.35:46.601,-60.352:46.595,-60.357:46.581,-60.38:46.525,-60.421:46.423,-60.461:46.407,-60.473:46.369,-60.509:46.356,-60.516:46.324,-60.53:46.264,-60.578:46.21,-60.606:46.21,-60.606:46.211,-60.605:46.201,-60.6:46.197,-60.599:46.262,-60.552:46.272,-60.54:46.278,-60.524:46.32,-60.475:46.333,-60.443:46.334,-60.434:46.33,-60.419:46.324,-60.416:46.315,-60.418:46.303,-60.421:46.284,-60.427:46.271,-60.442:46.252,-60.475:46.128,-60.612:46.118,-60.632:46.102,-60.675:46.091,-60.691:46.088,-60.701:46.107,-60.715:46.105,-60.725:46.085,-60.748:46.081,-60.756:46.073,-60.773:46.062,-60.816:46.053,-60.873:46.062,-60.879:46.068,-60.874:46.073,-60.863:46.074,-60.852:46.079,-60.874:46.052,-60.912:45.992,-60.975:45.982,-60.993:45.975,-61.015:45.958,-61.102:45.95,-61.119:45.93,-61.126:45.937,-61.033:45.942,-61.01:45.954,-60.995:45.97,-60.983:45.985,-60.969:46.01,-60.903:46.035,-60.884:46.038,-60.863:46.039,-60.818:46.059,-60.773:46.066,-60.747:46.057,-60.736:46.037,-60.743:46.022,-60.76:46.008,-60.781:45.992,-60.797:45.975,-60.803:45.954,-60.806:45.937,-60.815:45.93,-60.835:45.929,-60.847:45.925,-60.858:45.92,-60.868:45.913,-60.876:45.908,-60.886:45.91,-60.898:45.916,-60.92:45.915,-60.962:45.91,-60.981:45.899,-60.989:45.897,-61.001:45.898,-61.056:45.896,-61.071:45.889,-61.052:45.889,-61.044:45.88,-61.057:45.875,-61.073:45.868,-61.088:45.855,-61.098:45.854,-61.084:45.857,-61.061:45.864,-61.039:45.872,-61.03:45.876,-61.019:45.875,-60.998:45.877,-60.983:45.889,-60.989:45.886,-60.968:45.855,-60.914:45.848,-60.926:45.851,-60.937:45.857,-60.949:45.861,-60.965:45.857,-60.967:45.835,-60.942:45.827,-60.934:45.827,-60.953:45.829,-60.961:45.834,-60.969:45.821,-60.982:45.82,-60.995:45.824,-61.006:45.823,-61.013:45.814,-61.024:45.779,-61.103:45.764,-61.123:45.745,-61.134:45.747,-61.129:45.752,-61.112:45.745,-61.111:45.736,-61.111:45.728,-61.113:45.724,-61.116:45.722,-61.126:45.717,-61.134:45.712,-61.14:45.708,-61.148:45.703,-61.143:45.699,-61.133:45.691,-61.082:45.699,-61.049:45.752,-60.947:45.756,-60.913:45.752,-60.873:45.741,-60.836:45.721,-60.807:45.703,-60.799:45.691,-60.808:45.679,-60.824:45.655,-60.845:45.651,-60.85:45.648,-60.849:45.642,-60.838:45.641,-60.829:45.644,-60.826:45.65,-60.828:45.655,-60.832:45.663,-60.81:45.669,-60.818:45.669,-60.784:45.674,-60.777:45.693,-60.766:45.694,-60.759:45.685,-60.744:45.684,-60.732:45.691,-60.73:45.704,-60.742:45.714,-60.73:45.725,-60.733:45.735,-60.743:45.745,-60.749:45.76,-60.746:45.774,-60.737:45.785,-60.725:45.793,-60.715:45.8,-60.7:45.81,-60.669:45.82,-60.653:45.831,-60.644:45.844,-60.634:45.856,-60.623:45.861,-60.609:45.866,-60.599:45.89,-60.569:45.901,-60.541:45.924,-60.521:45.937,-60.478:45.954,-60.445:45.976,-60.416:45.998,-60.399:45.993,-60.42:45.977,-60.463:45.957,-60.497:45.944,-60.564:45.92,-60.621:45.913,-60.646:45.899,-60.665:45.891,-60.699:45.89,-60.71:45.896,-60.722:45.905,-60.731:45.923,-60.74:45.93,-60.749:45.931,-60.762:45.929,-60.776:45.93,-60.787:45.94,-60.791:45.954,-60.782:45.985,-60.715:46.007,-60.684:46.015,-60.666:46.018,-60.642:46.024,-60.622:46.067,-60.564:46.091,-60.508:46.102,-60.489:46.149,-60.431:46.156,-60.417:46.164,-60.405:46.197,-60.375:46.205,-60.355:46.205,-60.334:46.209,-60.315:46.219,-60.301:46.238,-60.297:46.23,-60.318:46.226,-60.338:46.224,-60.383:46.218,-60.401:46.177,-60.447:46.077,-60.607:46.068,-60.63:46.067,-60.639:46.072,-60.653:46.082,-60.655:46.091,-60.65:46.095,-60.642:46.101,-60.621:46.116,-60.601:46.149,-60.571:46.201,-60.502:46.218,-60.494:46.234,-60.475:46.312,-60.351:46.328,-60.283:46.317,-60.279:46.279,-60.259:46.242,-60.205:46.224,-60.212:46.156,-60.29:46.159,-60.278:46.166,-60.268:46.173,-60.261:46.177,-60.256:46.176,-60.244:46.173,-60.235:46.162,-60.221:46.145,-60.212:46.142,-60.205:46.156,-60.194:46.166,-60.192:46.175,-60.195:46.184,-60.199:46.194,-60.201:46.212,-60.193:46.231,-60.174:46.246,-60.152:46.252,-60.136:46.251,-60.109:46.246,-60.083:46.238,-60.059:46.224,-60.037:46.211,-60.091:46.207,-59.991:46.196,-59.944:46.162,-59.948:46.159,-59.934:46.172,-59.901:46.177,-59.882:46.17,-59.81:46.156,-59.836:46.137,-59.863:46.111,-59.882:46.081,-59.885:46.094,-59.871:46.105,-59.851:46.112,-59.829:46.115,-59.81:46.108,-59.81:46.074,-59.872:46.05,-59.896:46.042,-59.909:46.036,-59.954:46.028,-59.958:46.016,-59.95:46.002,-59.937:45.995,-59.921:45.997,-59.898:46.005,-59.858:46.005,-59.84:46.003,-59.832:45.998,-59.824:45.999,-59.83:45.992,-59.832:45.978,-59.83:45.971,-59.824:45.961,-59.807:45.957,-59.803:45.945,-59.802:45.936,-59.805:45.931,-59.812:45.933,-59.824:45.936,-59.862:45.904,-59.939:45.91,-59.968:45.905,-59.975:45.901,-59.98:45.896,-59.985:45.889,-59.989:45.886,-59.984:45.88,-59.98:45.875,-59.975:45.87,-60.127:45.847,-60.153:45.838,-60.155:45.837,-60.154:45.838,-60.147:45.834,-60.133:45.824,-60.112:45.821,-60.101:45.82,-60.088:45.816,-60.075:45.806,-60.072:45.797,-60.074:45.793,-60.081:45.791,-60.093:45.767,-60.178:45.756,-60.199:45.741,-60.208:45.719,-60.215:45.707,-60.235:45.7,-60.26:45.697,-60.283:45.684,-60.323:45.643,-60.395:45.636,-60.441:45.636,-60.462:45.64,-60.47:45.649,-60.475:45.632,-60.5:45.627,-60.512:45.595,-60.63:45.578,-60.662:45.574,-60.672:45.573,-60.704:45.572,-60.711:45.568,-60.719:45.566,-60.727:45.567,-60.736:45.573,-60.741:45.582,-60.742:45.59,-60.744:45.594,-60.752:45.601,-60.828:45.605,-60.844:45.614,-60.849:45.627,-60.85:45.639,-60.855:45.646,-60.871:45.637,-60.884:45.624,-60.895:45.614,-60.907:45.621,-60.916:45.626,-60.925:45.628,-60.936:45.628,-60.947:45.612,-60.946:45.608,-60.97:45.614,-61.024:45.608,-61.01:45.595,-61.016:45.592,-61.025:45.594,-61.047:45.592,-61.058:45.573,-61.085:45.56,-61.131:45.557,-61.157:45.559,-61.175:45.565,-61.157:45.572,-61.151:45.579,-61.155:45.587,-61.167:45.59,-61.182:45.59,-61.196:45.593,-61.205:45.608,-61.208:45.6,-61.215:45.59,-61.22:45.582,-61.225:45.584,-61.232:45.585,-61.241:45.58,-61.253:45.572,-61.266:45.567,-61.277:45.548,-61.27:45.548,-61.284:45.559,-61.322:45.566,-61.335:45.611,-61.363:45.657,-61.419:45.682,-61.442:45.71,-61.455:45.776,-61.465:45.811,-61.475:45.827,-61.492:45.835,-61.497:45.889,-61.489:45.906,-61.5:45.919,-61.514:45.933,-61.523:45.951,-61.516:45.961,-61.521:45.981,-61.521:45.992,-61.523:45.997,-61.529:46.003,-61.538:46.012,-61.547:46.022,-61.551:46.041,-61.541:46.053,-61.517:46.063,-61.491:46.074,-61.475:46.093,-61.47:46.12,-61.466:46.145,-61.459:46.156,-61.445:46.163,-61.431:46.194,-61.384:46.243,-61.289:46.246,-61.28:46.255,-61.278:46.331,-61.212:46.367,-61.191:46.386,-61.178:46.454,-61.095:46.467,-61.086:46.481,-61.08:46.513,-61.075:46.527,-61.066:46.55,-61.04:46.568,-61.03:46.582,-61.037:46.592,-61.05:46.601,-61.057:46.612,-61.054:46.625,-61.043:46.637,-61.029:46.642,-61.016:46.612,-61.03:46.601,-61.03:46.593,-61.024:46.601,-61.017:46.614,-61.012:46.626,-61.01:46.633,-61.005:46.653,-60.972:46.662,-60.965:46.698,-60.947:46.769,-60.899:46.8,-60.869:46.821,-60.832:46.835,-60.788:46.844,-60.769:46.905,-60.701:46.982,-60.651:47.004,-60.642:47.011,-60.633:47.017,-60.623:47.034,-60.603:47.035,-60.593:47.026,-60.571:47.022,-60.534:47.019,-60.523:47.013,-60.514:47.007,-60.509:47.001,-60.501" + +} diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index 303edb4..0d7a52e 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -52,14 +52,25 @@ describe("Testing fixtures conversion", function() { window.map = L.map('map'); window.map.hasLayer = function() { return true; } - describe('Checking fixture 1', function() { - checkFormatFixture('testcase1-classic-geojson.json'); + describe('Checking fixture 1 (optimization -1)', function() { + checkFormatFixture('testcase1-classic-geojson-optimization-1.json'); }); - describe('Checking fixture 2', function() { - checkFormatFixture('testcase2-empty-geojson.json'); + describe('Checking fixture 1 (optimization 0)', function() { + checkFormatFixture('testcase1-classic-geojson-optimization0.json'); }); - describe('Checking fixture 3', function() { - checkFormatFixture('testcase3-multitracks-kml-novascotia.json'); + describe('Checking fixture 2 (optimization -1)', function() { + checkFormatFixture('testcase2-empty-geojson-optimization-1.json'); + }); + /* + describe('Checking fixture 2 (optimization 0)', function() { + checkFormatFixture('testcase2-empty-geojson-optimization0.json'); + }); + */ + describe('Checking fixture 3 (optimization -1)', function() { + checkFormatFixture('testcase3-multitracks-kml-novascotia-optimization-1.json'); + }); + describe('Checking fixture 3 (optimization 0)', function() { + checkFormatFixture('testcase3-multitracks-kml-novascotia-optimization0.json'); }); }); @@ -72,9 +83,12 @@ function checkFormatFixture(file) { - //window.formats = { "formats": {'length': 0} }; - //Layer.optimize(0); + window.formats = { "formats": {'length': 0} }; var Layer = new LayerOptimizer({layer: convertToGeoJSON(fixture.source)}); + //console.log(fixture.optimization); + if (fixture.optimization !== -1) { + Layer.optimize(fixture.optimization); + } var counters = Layer.countTracksNodes(); From 848c912c21ef82a558a657bc66428213068f5aba Mon Sep 17 00:00:00 2001 From: Wilkins Date: Thu, 28 Jan 2016 17:46:42 +0100 Subject: [PATCH 19/25] More tests + better testing environment --- dist/app.min.js | 22 +++++++++++++++++++++- dist/formats.min.js | 6 +++++- dist/layers.min.js | 10 +++++++++- src/layers.js | 3 +++ tests/fixtures/testcase1.json | 14 ++++++++++++++ tests/fixtures/testcase2.json | 14 ++++++++++++++ 6 files changed, 66 insertions(+), 3 deletions(-) create mode 100644 tests/fixtures/testcase1.json create mode 100644 tests/fixtures/testcase2.json diff --git a/dist/app.min.js b/dist/app.min.js index 8e6dcef..afb5e4f 100644 --- a/dist/app.min.js +++ b/dist/app.min.js @@ -16,7 +16,27 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po !function(d,s,id){ var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);} }(document, 'script', 'twitter-wjs');; +<<<<<<< HEAD function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); \ No newline at end of file +$(function(){var a=new L.Map("map",{zoomControl:!1,attributionControl:!1}).setView(L.latLng(36,-30),3).on("click",hideAll);window.map=a,L.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png").addTo(a),window.Layers={},window.currentLayer=null,L.control.zoom({zoomInTitle:$.t("actions.zoomin"),zoomOutTitle:$.t("actions.zoomout")}).addTo(a),L.Control.FileLayerLoad.LABEL='',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); +======= +<<<<<<< HEAD +function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:45,size_track:110,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:92,size_track:150,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); +======= +function hideLanguages(){$(".leaflet-control-lang a.lang").each(function(){$(this).hide()})}function switchLanguage(){hideLanguages(),window.location.href="?setLng="+$(this).attr("data-lang").toLowerCase()}function initLanguage(){var a,b=$(".leaflet-control-lang").get(0);for(var c in window.languages)a=L.DomUtil.create("a","",b),a.innerHTML=window.languages[c],a.className="lang",$(a).attr("data-lang",c),L.DomEvent.on(a,"click",switchLanguage.bind(a))}function showLanguage(){hideAll(),$(".leaflet-control-lang a.lang").each(function(){$(this).show()})}$.i18n.init({ns:{namespaces:["ns.special"],defaultNs:"ns.special"},useLocalStorage:!1,getAsync:!1,fallbackLng:"en",debug:!1},function(){$("body").i18n()}),window.languages={En:"English",It:"Italiano",Fr:"Français"};; +function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); +>>>>>>> Initiating Jasmine tests with Grunt & Travis +======= +function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:35,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:80,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); +>>>>>>> More tests + better testing environment +>>>>>>> More tests + better testing environment diff --git a/dist/formats.min.js b/dist/formats.min.js index 2a0be13..d669ffc 100644 --- a/dist/formats.min.js +++ b/dist/formats.min.js @@ -1 +1,5 @@ -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b>>>>>> More tests + better testing environment diff --git a/dist/layers.min.js b/dist/layers.min.js index 0b3c491..e123292 100644 --- a/dist/layers.min.js +++ b/dist/layers.min.js @@ -1 +1,9 @@ -function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a>>>>>> More tests + better testing environment +>>>>>>> More tests + better testing environment diff --git a/src/layers.js b/src/layers.js index 5f5ed0b..1844ccd 100644 --- a/src/layers.js +++ b/src/layers.js @@ -172,6 +172,7 @@ LayerOptimizer.prototype = { simplifiedJSON = this.simplifiedLayerData[i].getLayers()[0].toGeoJSON(); simplifiedJSON.geometry.coordinates = newcoords; this.simplifiedLayerData[i].clearLayers(); + //console.log(JSON.stringify(simplifiedJSON)); this.simplifiedLayerData[i].addData(simplifiedJSON); this.simplifiedLayerNodes += newcoords.length; @@ -253,6 +254,8 @@ LayerOptimizer.prototype = { for (var i=0; i
", + + "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}", + + "kml": "-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559", + + "mediawiki": "44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173" + +} diff --git a/tests/fixtures/testcase2.json b/tests/fixtures/testcase2.json new file mode 100644 index 0000000..2a1933b --- /dev/null +++ b/tests/fixtures/testcase2.json @@ -0,0 +1,14 @@ +{ + "name" : "Empty track", + + "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[]}}]}, + + "gpx": "", + + "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[]}}]}", + + "kml": "", + + "mediawiki": "" + +} From caf47756e9d8e7cec55089c75eb8f2c5cd5544ab Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 10:52:10 +0100 Subject: [PATCH 20/25] New tests for Nova Scotia (issue #12) --- src/layers.js | 3 --- tests/fixtures/testcase3.json | 15 +++++++++++++++ tests/formatsSpec.js | 6 +++--- 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 tests/fixtures/testcase3.json diff --git a/src/layers.js b/src/layers.js index 1844ccd..5f5ed0b 100644 --- a/src/layers.js +++ b/src/layers.js @@ -172,7 +172,6 @@ LayerOptimizer.prototype = { simplifiedJSON = this.simplifiedLayerData[i].getLayers()[0].toGeoJSON(); simplifiedJSON.geometry.coordinates = newcoords; this.simplifiedLayerData[i].clearLayers(); - //console.log(JSON.stringify(simplifiedJSON)); this.simplifiedLayerData[i].addData(simplifiedJSON); this.simplifiedLayerNodes += newcoords.length; @@ -254,8 +253,6 @@ LayerOptimizer.prototype = { for (var i=0; i Nova Scotia -65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0 -59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0 -66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0 -60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0 -64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0 -59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0 -60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0 ", + + "gpx" : "Nova Scotia #0name=Nova Scotia #0\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #1name=Nova Scotia #1\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #2name=Nova Scotia #2\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #3name=Nova Scotia #3\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #4name=Nova Scotia #4\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #5name=Nova Scotia #5\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #6name=Nova Scotia #6\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1", + + "geojson" : "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-65.61,43.428,0],[-65.629,43.422,0],[-65.621,43.435,0],[-65.627,43.445,0],[-65.635,43.453,0],[-65.645,43.459,0],[-65.656,43.463,0],[-65.646,43.472,0],[-65.634,43.477,0],[-65.608,43.484,0],[-65.617,43.508,0],[-65.605,43.514,0],[-65.56,43.511,0],[-65.569,43.495,0],[-65.574,43.477,0],[-65.587,43.464,0],[-65.598,43.445,0],[-65.61,43.428,0]]},\"properties\":{\"name\":\"Nova Scotia #0\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.807,43.933,0],[-59.861,43.916,0],[-59.913,43.908,0],[-59.971,43.906,0],[-60.028,43.911,0],[-60.083,43.923,0],[-60.133,43.942,0],[-60.124,43.946,0],[-60.116,43.947,0],[-60.108,43.946,0],[-60.098,43.942,0],[-60.074,43.943,0],[-59.998,43.929,0],[-59.867,43.937,0],[-59.844,43.941,0],[-59.822,43.948,0],[-59.803,43.957,0],[-59.741,43.987,0],[-59.728,43.998,0],[-59.76,43.96,0],[-59.807,43.933,0]]},\"properties\":{\"name\":\"Nova Scotia #1\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-66.298,44.283,0],[-66.313,44.251,0],[-66.328,44.258,0],[-66.286,44.325,0],[-66.258,44.355,0],[-66.242,44.377,0],[-66.231,44.387,0],[-66.213,44.396,0],[-66.203,44.392,0],[-66.204,44.381,0],[-66.218,44.367,0],[-66.239,44.338,0],[-66.298,44.283,0]]},\"properties\":{\"name\":\"Nova Scotia #2\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.932,45.577,0],[-60.914,45.567,0],[-60.908,45.577,0],[-60.899,45.579,0],[-60.889,45.574,0],[-60.879,45.567,0],[-60.884,45.558,0],[-60.892,45.553,0],[-60.902,45.551,0],[-60.914,45.553,0],[-60.953,45.532,0],[-60.962,45.517,0],[-60.947,45.498,0],[-60.968,45.487,0],[-60.986,45.47,0],[-61.003,45.461,0],[-61.024,45.471,0],[-61.013,45.477,0],[-61.004,45.486,0],[-61.002,45.495,0],[-61.013,45.498,0],[-61.04,45.499,0],[-61.053,45.501,0],[-61.065,45.505,0],[-61.075,45.511,0],[-61.089,45.523,0],[-61.105,45.527,0],[-61.106,45.531,0],[-61.106,45.536,0],[-61.112,45.549,0],[-61.106,45.551,0],[-61.091,45.553,0],[-61.075,45.563,0],[-61.054,45.571,0],[-61.031,45.577,0],[-61.01,45.581,0],[-60.958,45.582,0],[-60.932,45.577,0]]},\"properties\":{\"name\":\"Nova Scotia #3\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-64.008,46.005,0],[-63.905,45.98,0],[-63.87,45.963,0],[-63.867,45.937,0],[-63.844,45.934,0],[-63.825,45.925,0],[-63.811,45.91,0],[-63.806,45.889,0],[-63.786,45.891,0],[-63.759,45.886,0],[-63.732,45.877,0],[-63.716,45.868,0],[-63.727,45.862,0],[-63.746,45.854,0],[-63.757,45.847,0],[-63.736,45.842,0],[-63.69,45.853,0],[-63.669,45.847,0],[-63.674,45.837,0],[-63.674,45.828,0],[-63.67,45.824,0],[-63.662,45.827,0],[-63.652,45.837,0],[-63.653,45.843,0],[-63.659,45.85,0],[-63.662,45.865,0],[-63.659,45.874,0],[-63.652,45.875,0],[-63.644,45.87,0],[-63.638,45.865,0],[-63.629,45.862,0],[-63.593,45.875,0],[-63.492,45.883,0],[-63.439,45.876,0],[-63.409,45.855,0],[-63.428,45.854,0],[-63.464,45.86,0],[-63.483,45.861,0],[-63.47,45.852,0],[-63.438,45.839,0],[-63.428,45.827,0],[-63.447,45.821,0],[-63.484,45.826,0],[-63.504,45.827,0],[-63.523,45.82,0],[-63.516,45.811,0],[-63.496,45.807,0],[-63.477,45.814,0],[-63.469,45.809,0],[-63.461,45.806,0],[-63.452,45.806,0],[-63.442,45.806,0],[-63.438,45.805,0],[-63.431,45.801,0],[-63.428,45.8,0],[-63.425,45.802,0],[-63.418,45.812,0],[-63.415,45.814,0],[-63.399,45.812,0],[-63.369,45.803,0],[-63.354,45.8,0],[-63.324,45.804,0],[-63.291,45.812,0],[-63.259,45.816,0],[-63.23,45.806,0],[-63.258,45.791,0],[-63.302,45.776,0],[-63.347,45.767,0],[-63.381,45.772,0],[-63.373,45.757,0],[-63.356,45.748,0],[-63.312,45.737,0],[-63.304,45.732,0],[-63.295,45.726,0],[-63.288,45.724,0],[-63.285,45.735,0],[-63.282,45.741,0],[-63.273,45.748,0],[-63.257,45.759,0],[-63.257,45.754,0],[-63.257,45.743,0],[-63.257,45.737,0],[-63.212,45.76,0],[-63.196,45.765,0],[-63.195,45.768,0],[-63.194,45.773,0],[-63.192,45.777,0],[-63.189,45.779,0],[-63.184,45.776,0],[-63.182,45.771,0],[-63.182,45.766,0],[-63.185,45.762,0],[-63.2,45.753,0],[-63.205,45.746,0],[-63.202,45.737,0],[-63.19,45.736,0],[-63.134,45.759,0],[-63.117,45.763,0],[-63.1,45.765,0],[-63.083,45.764,0],[-63.065,45.759,0],[-63.07,45.779,0],[-63.084,45.79,0],[-63.121,45.806,0],[-63.1,45.811,0],[-62.98,45.796,0],[-62.924,45.783,0],[-62.777,45.765,0],[-62.751,45.766,0],[-62.699,45.773,0],[-62.675,45.772,0],[-62.696,45.761,0],[-62.718,45.761,0],[-62.738,45.763,0],[-62.757,45.759,0],[-62.739,45.748,0],[-62.729,45.744,0],[-62.699,45.745,0],[-62.682,45.742,0],[-62.664,45.736,0],[-62.647,45.727,0],[-62.633,45.717,0],[-62.703,45.687,0],[-62.751,45.681,0],[-62.77,45.675,0],[-62.784,45.662,0],[-62.792,45.642,0],[-62.781,45.653,0],[-62.765,45.662,0],[-62.749,45.664,0],[-62.736,45.655,0],[-62.747,45.627,0],[-62.75,45.613,0],[-62.74,45.618,0],[-62.72,45.646,0],[-62.706,45.656,0],[-62.692,45.652,0],[-62.669,45.631,0],[-62.657,45.628,0],[-62.647,45.642,0],[-62.664,45.647,0],[-62.672,45.656,0],[-62.672,45.668,0],[-62.665,45.68,0],[-62.655,45.682,0],[-62.64,45.681,0],[-62.625,45.682,0],[-62.613,45.691,0],[-62.6,45.686,0],[-62.577,45.686,0],[-62.566,45.683,0],[-62.557,45.678,0],[-62.55,45.667,0],[-62.545,45.663,0],[-62.526,45.658,0],[-62.51,45.659,0],[-62.495,45.662,0],[-62.476,45.663,0],[-62.503,45.631,0],[-62.509,45.615,0],[-62.493,45.608,0],[-62.47,45.615,0],[-62.435,45.643,0],[-62.418,45.649,0],[-62.4,45.653,0],[-62.377,45.662,0],[-62.362,45.673,0],[-62.371,45.683,0],[-62.383,45.68,0],[-62.405,45.675,0],[-62.441,45.655,0],[-62.416,45.679,0],[-62.27,45.704,0],[-62.06,45.808,0],[-61.989,45.863,0],[-61.949,45.882,0],[-61.924,45.889,0],[-61.911,45.889,0],[-61.9,45.882,0],[-61.897,45.872,0],[-61.905,45.866,0],[-61.916,45.86,0],[-61.921,45.851,0],[-61.92,45.83,0],[-61.909,45.787,0],[-61.888,45.738,0],[-61.886,45.721,0],[-61.894,45.704,0],[-61.876,45.693,0],[-61.836,45.681,0],[-61.821,45.673,0],[-61.807,45.66,0],[-61.795,45.653,0],[-61.726,45.628,0],[-61.708,45.623,0],[-61.684,45.622,0],[-61.668,45.627,0],[-61.655,45.636,0],[-61.642,45.642,0],[-61.626,45.636,0],[-61.633,45.636,0],[-61.648,45.634,0],[-61.648,45.627,0],[-61.64,45.621,0],[-61.62,45.614,0],[-61.619,45.623,0],[-61.615,45.632,0],[-61.61,45.639,0],[-61.602,45.642,0],[-61.589,45.646,0],[-61.583,45.653,0],[-61.58,45.663,0],[-61.575,45.673,0],[-61.558,45.684,0],[-61.537,45.689,0],[-61.492,45.691,0],[-61.47,45.683,0],[-61.437,45.65,0],[-61.417,45.642,0],[-61.4,45.633,0],[-61.384,45.612,0],[-61.37,45.581,0],[-61.359,45.578,0],[-61.351,45.57,0],[-61.339,45.553,0],[-61.324,45.542,0],[-61.263,45.512,0],[-61.247,45.507,0],[-61.24,45.508,0],[-61.237,45.506,0],[-61.235,45.491,0],[-61.237,45.468,0],[-61.248,45.453,0],[-61.267,45.443,0],[-61.353,45.414,0],[-61.373,45.409,0],[-61.374,45.421,0],[-61.388,45.418,0],[-61.406,45.408,0],[-61.417,45.399,0],[-61.43,45.392,0],[-61.483,45.375,0],[-61.461,45.355,0],[-61.451,45.349,0],[-61.137,45.354,0],[-61.12,45.352,0],[-61.082,45.343,0],[-60.999,45.333,0],[-60.982,45.326,0],[-60.971,45.314,0],[-60.971,45.302,0],[-60.972,45.288,0],[-60.969,45.272,0],[-60.983,45.271,0],[-60.987,45.277,0],[-60.989,45.285,0],[-60.996,45.292,0],[-61.007,45.294,0],[-61.017,45.294,0],[-61.027,45.294,0],[-61.037,45.3,0],[-61.028,45.285,0],[-61.023,45.279,0],[-61.016,45.272,0],[-61.024,45.263,0],[-61.031,45.261,0],[-61.039,45.26,0],[-61.047,45.255,0],[-61.053,45.245,0],[-61.057,45.236,0],[-61.063,45.233,0],[-61.078,45.238,0],[-61.071,45.224,0],[-61.12,45.214,0],[-61.139,45.218,0],[-61.153,45.238,0],[-61.142,45.245,0],[-61.133,45.253,0],[-61.126,45.262,0],[-61.119,45.272,0],[-61.165,45.264,0],[-61.175,45.258,0],[-61.18,45.243,0],[-61.171,45.216,0],[-61.175,45.203,0],[-61.184,45.209,0],[-61.188,45.216,0],[-61.19,45.223,0],[-61.197,45.235,0],[-61.204,45.246,0],[-61.212,45.253,0],[-61.216,45.248,0],[-61.246,45.24,0],[-61.263,45.239,0],[-61.263,45.251,0],[-61.278,45.254,0],[-61.299,45.248,0],[-61.332,45.231,0],[-61.35,45.217,0],[-61.365,45.201,0],[-61.364,45.19,0],[-61.339,45.19,0],[-61.355,45.178,0],[-61.371,45.169,0],[-61.389,45.164,0],[-61.568,45.147,0],[-61.61,45.151,0],[-61.64,45.176,0],[-61.647,45.157,0],[-61.666,45.164,0],[-61.687,45.175,0],[-61.702,45.169,0],[-61.686,45.162,0],[-61.666,45.149,0],[-61.649,45.135,0],[-61.64,45.121,0],[-61.649,45.122,0],[-61.658,45.12,0],[-61.674,45.115,0],[-61.64,45.094,0],[-61.64,45.087,0],[-61.677,45.089,0],[-61.695,45.092,0],[-61.702,45.097,0],[-61.704,45.107,0],[-61.709,45.107,0],[-61.715,45.101,0],[-61.756,45.101,0],[-61.754,45.094,0],[-61.755,45.089,0],[-61.756,45.084,0],[-61.756,45.08,0],[-61.781,45.092,0],[-61.81,45.101,0],[-61.825,45.099,0],[-61.811,45.08,0],[-61.822,45.078,0],[-61.846,45.08,0],[-61.859,45.08,0],[-61.859,45.073,0],[-61.851,45.071,0],[-61.841,45.065,0],[-61.836,45.056,0],[-61.839,45.047,0],[-61.848,45.045,0],[-61.88,45.053,0],[-61.887,45.047,0],[-61.882,45.034,0],[-61.897,45.031,0],[-61.918,45.037,0],[-61.935,45.053,0],[-61.941,45.033,0],[-61.941,45.025,0],[-61.959,45.037,0],[-61.976,45.036,0],[-61.99,45.027,0],[-62.004,45.011,0],[-62.006,45.016,0],[-62.008,45.021,0],[-62.01,45.026,0],[-62.01,45.032,0],[-62.02,45.026,0],[-62.029,45.019,0],[-62.039,45.014,0],[-62.05,45.011,0],[-62.035,45.004,0],[-61.976,44.991,0],[-61.989,44.985,0],[-62.003,44.983,0],[-62.018,44.985,0],[-62.031,44.991,0],[-62.042,44.983,0],[-62.057,44.976,0],[-62.073,44.973,0],[-62.086,44.978,0],[-62.098,44.974,0],[-62.119,44.97,0],[-62.138,44.969,0],[-62.147,44.974,0],[-62.151,44.975,0],[-62.174,44.961,0],[-62.185,44.956,0],[-62.234,44.959,0],[-62.254,44.952,0],[-62.27,44.929,0],[-62.278,44.937,0],[-62.29,44.927,0],[-62.306,44.92,0],[-62.321,44.918,0],[-62.332,44.922,0],[-62.339,44.922,0],[-62.34,44.918,0],[-62.342,44.915,0],[-62.344,44.913,0],[-62.346,44.909,0],[-62.343,44.905,0],[-62.342,44.903,0],[-62.339,44.895,0],[-62.361,44.902,0],[-62.377,44.91,0],[-62.393,44.91,0],[-62.415,44.895,0],[-62.41,44.892,0],[-62.406,44.886,0],[-62.401,44.881,0],[-62.42,44.878,0],[-62.437,44.869,0],[-62.448,44.853,0],[-62.448,44.834,0],[-62.467,44.841,0],[-62.473,44.859,0],[-62.473,44.881,0],[-62.476,44.901,0],[-62.49,44.882,0],[-62.507,44.864,0],[-62.527,44.856,0],[-62.551,44.868,0],[-62.566,44.84,0],[-62.555,44.833,0],[-62.546,44.825,0],[-62.531,44.806,0],[-62.553,44.8,0],[-62.578,44.834,0],[-62.599,44.827,0],[-62.607,44.837,0],[-62.623,44.83,0],[-62.661,44.806,0],[-62.654,44.793,0],[-62.687,44.802,0],[-62.805,44.785,0],[-62.799,44.772,0],[-62.802,44.761,0],[-62.813,44.754,0],[-62.826,44.752,0],[-62.821,44.744,0],[-62.815,44.738,0],[-62.807,44.733,0],[-62.798,44.73,0],[-62.819,44.721,0],[-62.83,44.718,0],[-62.842,44.717,0],[-62.851,44.723,0],[-62.857,44.734,0],[-62.864,44.738,0],[-62.873,44.724,0],[-62.887,44.731,0],[-62.908,44.738,0],[-62.93,44.74,0],[-62.945,44.734,0],[-62.972,44.718,0],[-62.989,44.711,0],[-62.997,44.714,0],[-62.998,44.722,0],[-63,44.727,0],[-63.002,44.731,0],[-63.004,44.737,0],[-63.003,44.765,0],[-63.004,44.772,0],[-63.018,44.778,0],[-63.047,44.766,0],[-63.058,44.778,0],[-63.059,44.763,0],[-63.05,44.751,0],[-63.021,44.727,0],[-63.014,44.711,0],[-63.024,44.697,0],[-63.058,44.675,0],[-63.063,44.689,0],[-63.061,44.705,0],[-63.063,44.718,0],[-63.076,44.724,0],[-63.096,44.729,0],[-63.102,44.743,0],[-63.099,44.775,0],[-63.103,44.784,0],[-63.11,44.79,0],[-63.119,44.791,0],[-63.127,44.785,0],[-63.125,44.782,0],[-63.121,44.752,0],[-63.124,44.735,0],[-63.137,44.707,0],[-63.14,44.689,0],[-63.154,44.696,0],[-63.16,44.706,0],[-63.16,44.718,0],[-63.155,44.73,0],[-63.173,44.721,0],[-63.183,44.692,0],[-63.202,44.683,0],[-63.214,44.681,0],[-63.214,44.683,0],[-63.212,44.69,0],[-63.216,44.703,0],[-63.232,44.727,0],[-63.237,44.737,0],[-63.25,44.726,0],[-63.253,44.712,0],[-63.248,44.698,0],[-63.237,44.689,0],[-63.25,44.673,0],[-63.281,44.644,0],[-63.285,44.628,0],[-63.317,44.636,0],[-63.389,44.643,0],[-63.415,44.655,0],[-63.402,44.665,0],[-63.396,44.667,0],[-63.387,44.668,0],[-63.399,44.682,0],[-63.417,44.683,0],[-63.456,44.668,0],[-63.435,44.659,0],[-63.42,44.648,0],[-63.415,44.634,0],[-63.422,44.614,0],[-63.439,44.596,0],[-63.456,44.601,0],[-63.476,44.613,0],[-63.51,44.624,0],[-63.538,44.648,0],[-63.574,44.666,0],[-63.633,44.713,0],[-63.644,44.717,0],[-63.662,44.717,0],[-63.649,44.688,0],[-63.64,44.676,0],[-63.628,44.668,0],[-63.62,44.667,0],[-63.596,44.668,0],[-63.587,44.664,0],[-63.574,44.646,0],[-63.569,44.642,0],[-63.563,44.635,0],[-63.548,44.603,0],[-63.545,44.593,0],[-63.546,44.574,0],[-63.548,44.562,0],[-63.546,44.55,0],[-63.523,44.518,0],[-63.524,44.503,0],[-63.533,44.489,0],[-63.548,44.473,0],[-63.554,44.47,0],[-63.573,44.464,0],[-63.579,44.464,0],[-63.587,44.469,0],[-63.585,44.475,0],[-63.58,44.48,0],[-63.579,44.484,0],[-63.596,44.487,0],[-63.605,44.477,0],[-63.61,44.463,0],[-63.621,44.453,0],[-63.626,44.446,0],[-63.633,44.441,0],[-63.641,44.443,0],[-63.644,44.45,0],[-63.639,44.459,0],[-63.632,44.466,0],[-63.628,44.47,0],[-63.641,44.476,0],[-63.658,44.475,0],[-63.693,44.47,0],[-63.701,44.468,0],[-63.703,44.463,0],[-63.705,44.458,0],[-63.716,44.456,0],[-63.721,44.461,0],[-63.724,44.47,0],[-63.729,44.475,0],[-63.737,44.47,0],[-63.749,44.474,0],[-63.758,44.482,0],[-63.763,44.491,0],[-63.765,44.505,0],[-63.774,44.494,0],[-63.783,44.478,0],[-63.793,44.469,0],[-63.806,44.477,0],[-63.809,44.49,0],[-63.804,44.503,0],[-63.785,44.532,0],[-63.793,44.526,0],[-63.805,44.515,0],[-63.812,44.511,0],[-63.82,44.514,0],[-63.826,44.521,0],[-63.834,44.525,0],[-63.847,44.519,0],[-63.844,44.515,0],[-63.84,44.505,0],[-63.854,44.504,0],[-63.874,44.499,0],[-63.888,44.497,0],[-63.9,44.498,0],[-63.912,44.501,0],[-63.922,44.506,0],[-63.929,44.511,0],[-63.942,44.534,0],[-63.942,44.554,0],[-63.922,44.593,0],[-63.928,44.6,0],[-63.943,44.621,0],[-63.925,44.629,0],[-63.919,44.634,0],[-63.915,44.642,0],[-63.919,44.643,0],[-63.929,44.648,0],[-63.902,44.667,0],[-63.891,44.68,0],[-63.888,44.696,0],[-63.907,44.684,0],[-63.926,44.675,0],[-63.989,44.656,0],[-64.001,44.655,0],[-64.057,44.639,0],[-64.066,44.634,0],[-64.06,44.621,0],[-64.062,44.587,0],[-64.052,44.58,0],[-64.037,44.571,0],[-64.025,44.551,0],[-64.011,44.511,0],[-64.041,44.523,0],[-64.055,44.509,0],[-64.064,44.488,0],[-64.076,44.477,0],[-64.097,44.475,0],[-64.106,44.478,0],[-64.117,44.488,0],[-64.123,44.516,0],[-64.124,44.522,0],[-64.119,44.538,0],[-64.128,44.555,0],[-64.145,44.57,0],[-64.162,44.58,0],[-64.178,44.582,0],[-64.197,44.58,0],[-64.211,44.571,0],[-64.21,44.552,0],[-64.227,44.537,0],[-64.253,44.544,0],[-64.281,44.558,0],[-64.305,44.566,0],[-64.301,44.561,0],[-64.292,44.546,0],[-64.304,44.543,0],[-64.305,44.536,0],[-64.301,44.527,0],[-64.299,44.515,0],[-64.301,44.503,0],[-64.308,44.492,0],[-64.317,44.484,0],[-64.326,44.477,0],[-64.318,44.477,0],[-64.299,44.47,0],[-64.31,44.465,0],[-64.354,44.456,0],[-64.354,44.445,0],[-64.344,44.438,0],[-64.336,44.429,0],[-64.34,44.415,0],[-64.297,44.417,0],[-64.275,44.416,0],[-64.258,44.409,0],[-64.275,44.407,0],[-64.288,44.401,0],[-64.3,44.393,0],[-64.312,44.387,0],[-64.312,44.381,0],[-64.261,44.38,0],[-64.235,44.377,0],[-64.21,44.367,0],[-64.228,44.361,0],[-64.246,44.361,0],[-64.282,44.367,0],[-64.347,44.367,0],[-64.347,44.361,0],[-64.34,44.356,0],[-64.336,44.35,0],[-64.336,44.342,0],[-64.34,44.333,0],[-64.326,44.33,0],[-64.315,44.324,0],[-64.305,44.32,0],[-64.292,44.326,0],[-64.298,44.329,0],[-64.307,44.337,0],[-64.312,44.34,0],[-64.302,44.343,0],[-64.291,44.341,0],[-64.264,44.333,0],[-64.29,44.304,0],[-64.289,44.299,0],[-64.237,44.299,0],[-64.269,44.267,0],[-64.287,44.259,0],[-64.305,44.272,0],[-64.312,44.264,0],[-64.33,44.276,0],[-64.339,44.284,0],[-64.347,44.292,0],[-64.337,44.298,0],[-64.333,44.299,0],[-64.409,44.329,0],[-64.429,44.34,0],[-64.418,44.326,0],[-64.401,44.313,0],[-64.382,44.303,0],[-64.364,44.299,0],[-64.359,44.296,0],[-64.357,44.288,0],[-64.358,44.279,0],[-64.36,44.272,0],[-64.367,44.264,0],[-64.426,44.234,0],[-64.431,44.226,0],[-64.434,44.208,0],[-64.439,44.199,0],[-64.449,44.193,0],[-64.469,44.187,0],[-64.477,44.182,0],[-64.483,44.174,0],[-64.498,44.141,0],[-64.514,44.15,0],[-64.522,44.153,0],[-64.531,44.155,0],[-64.536,44.156,0],[-64.543,44.161,0],[-64.549,44.162,0],[-64.552,44.16,0],[-64.555,44.15,0],[-64.559,44.148,0],[-64.594,44.158,0],[-64.606,44.159,0],[-64.6,44.148,0],[-64.606,44.146,0],[-64.609,44.143,0],[-64.614,44.141,0],[-64.621,44.141,0],[-64.599,44.135,0],[-64.575,44.134,0],[-64.554,44.13,0],[-64.546,44.117,0],[-64.55,44.1,0],[-64.561,44.08,0],[-64.576,44.069,0],[-64.594,44.079,0],[-64.621,44.065,0],[-64.649,44.059,0],[-64.717,44.059,0],[-64.705,44.046,0],[-64.687,44.042,0],[-64.669,44.036,0],[-64.662,44.015,0],[-64.667,43.998,0],[-64.68,43.993,0],[-64.697,43.99,0],[-64.714,43.98,0],[-64.731,43.964,0],[-64.744,43.958,0],[-64.806,43.957,0],[-64.816,43.954,0],[-64.819,43.946,0],[-64.822,43.937,0],[-64.828,43.931,0],[-64.837,43.929,0],[-64.847,43.929,0],[-64.833,43.914,0],[-64.797,43.895,0],[-64.786,43.875,0],[-64.802,43.876,0],[-64.814,43.874,0],[-64.819,43.867,0],[-64.812,43.853,0],[-64.829,43.845,0],[-64.834,43.834,0],[-64.839,43.83,0],[-64.854,43.84,0],[-64.859,43.846,0],[-64.868,43.861,0],[-64.874,43.867,0],[-64.883,43.873,0],[-64.893,43.877,0],[-64.904,43.879,0],[-64.915,43.881,0],[-64.91,43.871,0],[-64.895,43.856,0],[-64.888,43.847,0],[-64.886,43.839,0],[-64.884,43.822,0],[-64.881,43.812,0],[-64.906,43.805,0],[-64.924,43.823,0],[-64.938,43.849,0],[-64.95,43.867,0],[-64.967,43.874,0],[-64.964,43.861,0],[-64.935,43.813,0],[-64.932,43.806,0],[-64.935,43.799,0],[-64.949,43.775,0],[-64.958,43.766,0],[-64.97,43.759,0],[-64.984,43.758,0],[-64.997,43.77,0],[-65.02,43.817,0],[-65.039,43.832,0],[-65.038,43.816,0],[-65.019,43.771,0],[-65.016,43.759,0],[-65.014,43.743,0],[-65.016,43.727,0],[-65.025,43.716,0],[-65.034,43.712,0],[-65.037,43.716,0],[-65.037,43.721,0],[-65.043,43.724,0],[-65.053,43.721,0],[-65.058,43.714,0],[-65.061,43.707,0],[-65.06,43.703,0],[-65.077,43.711,0],[-65.073,43.745,0],[-65.087,43.758,0],[-65.096,43.736,0],[-65.123,43.697,0],[-65.128,43.675,0],[-65.151,43.689,0],[-65.147,43.707,0],[-65.136,43.727,0],[-65.141,43.751,0],[-65.161,43.716,0],[-65.169,43.71,0],[-65.178,43.71,0],[-65.187,43.716,0],[-65.194,43.725,0],[-65.201,43.751,0],[-65.212,43.772,0],[-65.225,43.792,0],[-65.238,43.806,0],[-65.24,43.798,0],[-65.242,43.795,0],[-65.242,43.792,0],[-65.238,43.785,0],[-65.255,43.776,0],[-65.249,43.755,0],[-65.224,43.719,0],[-65.24,43.695,0],[-65.25,43.673,0],[-65.263,43.671,0],[-65.289,43.675,0],[-65.327,43.697,0],[-65.328,43.71,0],[-65.316,43.733,0],[-65.313,43.744,0],[-65.317,43.761,0],[-65.323,43.766,0],[-65.331,43.763,0],[-65.341,43.758,0],[-65.345,43.751,0],[-65.346,43.742,0],[-65.351,43.737,0],[-65.367,43.744,0],[-65.355,43.716,0],[-65.341,43.694,0],[-65.334,43.67,0],[-65.341,43.641,0],[-65.341,43.634,0],[-65.34,43.625,0],[-65.34,43.617,0],[-65.344,43.614,0],[-65.354,43.611,0],[-65.358,43.604,0],[-65.356,43.597,0],[-65.351,43.593,0],[-65.346,43.588,0],[-65.341,43.545,0],[-65.362,43.575,0],[-65.371,43.579,0],[-65.381,43.577,0],[-65.392,43.567,0],[-65.402,43.566,0],[-65.416,43.571,0],[-65.442,43.593,0],[-65.457,43.6,0],[-65.457,43.593,0],[-65.413,43.539,0],[-65.41,43.529,0],[-65.408,43.519,0],[-65.402,43.504,0],[-65.416,43.5,0],[-65.422,43.511,0],[-65.429,43.545,0],[-65.439,43.557,0],[-65.45,43.561,0],[-65.456,43.556,0],[-65.451,43.545,0],[-65.455,43.535,0],[-65.463,43.528,0],[-65.472,43.524,0],[-65.484,43.525,0],[-65.474,43.504,0],[-65.471,43.494,0],[-65.47,43.48,0],[-65.475,43.471,0],[-65.484,43.472,0],[-65.493,43.48,0],[-65.498,43.494,0],[-65.504,43.503,0],[-65.542,43.528,0],[-65.547,43.532,0],[-65.55,43.538,0],[-65.552,43.543,0],[-65.546,43.556,0],[-65.55,43.561,0],[-65.556,43.565,0],[-65.56,43.569,0],[-65.566,43.574,0],[-65.579,43.566,0],[-65.613,43.536,0],[-65.649,43.518,0],[-65.653,43.513,0],[-65.654,43.507,0],[-65.658,43.502,0],[-65.669,43.497,0],[-65.668,43.5,0],[-65.674,43.505,0],[-65.69,43.511,0],[-65.719,43.509,0],[-65.729,43.514,0],[-65.738,43.531,0],[-65.73,43.547,0],[-65.732,43.563,0],[-65.739,43.577,0],[-65.752,43.587,0],[-65.752,43.576,0],[-65.752,43.569,0],[-65.749,43.564,0],[-65.745,43.559,0],[-65.748,43.555,0],[-65.751,43.553,0],[-65.754,43.552,0],[-65.758,43.551,0],[-65.778,43.568,0],[-65.782,43.588,0],[-65.772,43.641,0],[-65.771,43.669,0],[-65.774,43.681,0],[-65.779,43.689,0],[-65.789,43.691,0],[-65.795,43.683,0],[-65.8,43.669,0],[-65.807,43.655,0],[-65.796,43.646,0],[-65.792,43.634,0],[-65.794,43.62,0],[-65.799,43.606,0],[-65.815,43.632,0],[-65.817,43.657,0],[-65.816,43.683,0],[-65.82,43.71,0],[-65.825,43.719,0],[-65.84,43.739,0],[-65.848,43.751,0],[-65.853,43.764,0],[-65.861,43.806,0],[-65.868,43.806,0],[-65.868,43.787,0],[-65.866,43.779,0],[-65.861,43.771,0],[-65.877,43.77,0],[-65.889,43.784,0],[-65.899,43.804,0],[-65.909,43.819,0],[-65.924,43.827,0],[-65.937,43.826,0],[-65.941,43.82,0],[-65.93,43.812,0],[-65.93,43.806,0],[-65.957,43.785,0],[-65.971,43.78,0],[-65.978,43.795,0],[-65.979,43.802,0],[-65.984,43.82,0],[-65.987,43.839,0],[-65.992,43.849,0],[-65.997,43.854,0],[-65.999,43.85,0],[-66.004,43.832,0],[-66.005,43.826,0],[-66.005,43.816,0],[-66.004,43.81,0],[-66.002,43.804,0],[-65.974,43.751,0],[-65.963,43.737,0],[-65.973,43.714,0],[-65.979,43.706,0],[-65.991,43.703,0],[-65.983,43.72,0],[-65.984,43.729,0],[-65.991,43.731,0],[-66.005,43.724,0],[-66.007,43.717,0],[-66.005,43.708,0],[-66.006,43.7,0],[-66.015,43.697,0],[-66.024,43.698,0],[-66.028,43.702,0],[-66.029,43.709,0],[-66.026,43.716,0],[-66.032,43.716,0],[-66.031,43.737,0],[-66.042,43.746,0],[-66.055,43.741,0],[-66.06,43.716,0],[-66.074,43.729,0],[-66.077,43.741,0],[-66.073,43.768,0],[-66.079,43.772,0],[-66.093,43.767,0],[-66.107,43.755,0],[-66.115,43.744,0],[-66.122,43.744,0],[-66.134,43.81,0],[-66.12,43.825,0],[-66.113,43.836,0],[-66.111,43.848,0],[-66.118,43.853,0],[-66.128,43.85,0],[-66.136,43.842,0],[-66.142,43.833,0],[-66.149,43.826,0],[-66.148,43.84,0],[-66.149,43.853,0],[-66.156,43.86,0],[-66.17,43.86,0],[-66.166,43.871,0],[-66.167,43.88,0],[-66.17,43.887,0],[-66.17,43.894,0],[-66.165,43.904,0],[-66.152,43.924,0],[-66.149,43.932,0],[-66.154,43.947,0],[-66.161,43.961,0],[-66.163,43.976,0],[-66.149,44.003,0],[-66.15,44.011,0],[-66.156,44.022,0],[-66.158,44.024,0],[-66.183,44.084,0],[-66.194,44.093,0],[-66.21,44.086,0],[-66.21,44.106,0],[-66.195,44.143,0],[-66.19,44.165,0],[-66.188,44.171,0],[-66.159,44.201,0],[-66.152,44.209,0],[-66.142,44.231,0],[-66.114,44.343,0],[-66.095,44.374,0],[-66.063,44.394,0],[-66.047,44.407,0],[-66.04,44.426,0],[-66.032,44.437,0],[-65.966,44.489,0],[-65.928,44.506,0],[-65.889,44.533,0],[-65.867,44.544,0],[-65.848,44.557,0],[-65.84,44.574,0],[-65.849,44.587,0],[-65.868,44.588,0],[-65.913,44.58,0],[-65.924,44.581,0],[-65.933,44.584,0],[-65.942,44.584,0],[-66.028,44.521,0],[-66.187,44.395,0],[-66.197,44.391,0],[-66.192,44.418,0],[-66.18,44.434,0],[-65.999,44.58,0],[-65.889,44.631,0],[-65.875,44.643,0],[-65.786,44.696,0],[-65.773,44.686,0],[-65.763,44.672,0],[-65.756,44.657,0],[-65.752,44.642,0],[-65.754,44.632,0],[-65.757,44.621,0],[-65.757,44.611,0],[-65.749,44.607,0],[-65.729,44.609,0],[-65.71,44.614,0],[-65.692,44.621,0],[-65.68,44.629,0],[-65.656,44.648,0],[-65.625,44.667,0],[-65.612,44.678,0],[-65.601,44.696,0],[-65.594,44.689,0],[-65.537,44.737,0],[-65.522,44.744,0],[-65.494,44.749,0],[-65.451,44.771,0],[-65.429,44.778,0],[-65.447,44.781,0],[-65.492,44.758,0],[-65.535,44.747,0],[-65.615,44.709,0],[-65.654,44.698,0],[-65.676,44.696,0],[-65.717,44.675,0],[-65.742,44.668,0],[-65.758,44.683,0],[-65.723,44.728,0],[-65.621,44.779,0],[-65.457,44.855,0],[-65.398,44.895,0],[-65.378,44.901,0],[-65.358,44.904,0],[-65.232,44.955,0],[-65.213,44.967,0],[-65.18,44.993,0],[-65.022,45.06,0],[-64.863,45.14,0],[-64.714,45.192,0],[-64.644,45.201,0],[-64.575,45.22,0],[-64.511,45.229,0],[-64.475,45.24,0],[-64.441,45.256,0],[-64.415,45.272,0],[-64.395,45.302,0],[-64.417,45.32,0],[-64.459,45.329,0],[-64.498,45.334,0],[-64.478,45.341,0],[-64.456,45.339,0],[-64.415,45.326,0],[-64.349,45.32,0],[-64.33,45.31,0],[-64.318,45.295,0],[-64.32,45.283,0],[-64.33,45.272,0],[-64.343,45.262,0],[-64.351,45.248,0],[-64.359,45.213,0],[-64.367,45.197,0],[-64.352,45.185,0],[-64.357,45.171,0],[-64.372,45.157,0],[-64.388,45.149,0],[-64.367,45.126,0],[-64.362,45.116,0],[-64.367,45.108,0],[-64.357,45.104,0],[-64.345,45.106,0],[-64.337,45.113,0],[-64.333,45.125,0],[-64.331,45.136,0],[-64.326,45.142,0],[-64.317,45.146,0],[-64.305,45.149,0],[-64.223,45.109,0],[-64.151,45.05,0],[-64.149,45.039,0],[-64.155,44.984,0],[-64.147,44.998,0],[-64.136,45.003,0],[-64.122,45.003,0],[-64.107,44.998,0],[-64.116,45.012,0],[-64.119,45.03,0],[-64.114,45.046,0],[-64.101,45.053,0],[-64.101,45.06,0],[-64.119,45.062,0],[-64.136,45.073,0],[-64.184,45.114,0],[-64.197,45.133,0],[-64.199,45.149,0],[-64.166,45.16,0],[-64.164,45.168,0],[-64.166,45.178,0],[-64.165,45.186,0],[-64.158,45.192,0],[-64.139,45.2,0],[-64.131,45.207,0],[-64.115,45.216,0],[-64.024,45.242,0],[-63.963,45.251,0],[-63.906,45.276,0],[-63.885,45.279,0],[-63.846,45.277,0],[-63.825,45.28,0],[-63.809,45.289,0],[-63.804,45.299,0],[-63.804,45.306,0],[-63.801,45.311,0],[-63.788,45.313,0],[-63.76,45.311,0],[-63.748,45.308,0],[-63.737,45.3,0],[-63.73,45.306,0],[-63.72,45.322,0],[-63.716,45.326,0],[-63.708,45.326,0],[-63.675,45.32,0],[-63.579,45.322,0],[-63.543,45.332,0],[-63.524,45.334,0],[-63.504,45.329,0],[-63.492,45.317,0],[-63.483,45.303,0],[-63.469,45.292,0],[-63.461,45.325,0],[-63.433,45.345,0],[-63.396,45.356,0],[-63.36,45.361,0],[-63.392,45.372,0],[-63.507,45.375,0],[-63.528,45.378,0],[-63.571,45.392,0],[-63.593,45.395,0],[-63.816,45.395,0],[-63.834,45.392,0],[-63.849,45.385,0],[-63.874,45.367,0],[-63.88,45.362,0],[-63.885,45.356,0],[-63.891,45.353,0],[-63.901,45.354,0],[-63.91,45.359,0],[-63.914,45.365,0],[-63.914,45.373,0],[-63.908,45.382,0],[-63.936,45.399,0],[-64.014,45.391,0],[-64.052,45.395,0],[-64.042,45.401,0],[-64.038,45.402,0],[-64.066,45.413,0],[-64.105,45.415,0],[-64.183,45.409,0],[-64.244,45.395,0],[-64.276,45.392,0],[-64.312,45.402,0],[-64.314,45.382,0],[-64.322,45.38,0],[-64.334,45.386,0],[-64.347,45.389,0],[-64.359,45.386,0],[-64.37,45.382,0],[-64.379,45.375,0],[-64.388,45.367,0],[-64.4,45.373,0],[-64.436,45.382,0],[-64.446,45.388,0],[-64.451,45.395,0],[-64.459,45.4,0],[-64.576,45.416,0],[-64.62,45.409,0],[-64.672,45.389,0],[-64.707,45.361,0],[-64.696,45.326,0],[-64.717,45.325,0],[-64.732,45.316,0],[-64.745,45.306,0],[-64.759,45.3,0],[-64.768,45.297,0],[-64.768,45.298,0],[-64.767,45.303,0],[-64.772,45.313,0],[-64.773,45.318,0],[-64.766,45.325,0],[-64.768,45.33,0],[-64.774,45.333,0],[-64.786,45.332,0],[-64.792,45.334,0],[-64.823,45.348,0],[-64.86,45.353,0],[-64.897,45.347,0],[-64.929,45.326,0],[-64.936,45.351,0],[-64.929,45.383,0],[-64.915,45.412,0],[-64.902,45.43,0],[-64.854,45.457,0],[-64.839,45.459,0],[-64.815,45.468,0],[-64.799,45.471,0],[-64.833,45.484,0],[-64.706,45.537,0],[-64.681,45.543,0],[-64.663,45.557,0],[-64.649,45.559,0],[-64.645,45.586,0],[-64.613,45.603,0],[-64.573,45.615,0],[-64.542,45.632,0],[-64.513,45.657,0],[-64.484,45.676,0],[-64.477,45.679,0],[-64.462,45.681,0],[-64.457,45.683,0],[-64.448,45.691,0],[-64.438,45.704,0],[-64.429,45.71,0],[-64.437,45.725,0],[-64.439,45.739,0],[-64.432,45.748,0],[-64.412,45.752,0],[-64.398,45.756,0],[-64.386,45.768,0],[-64.379,45.781,0],[-64.381,45.793,0],[-64.305,45.827,0],[-64.293,45.816,0],[-64.294,45.805,0],[-64.312,45.786,0],[-64.319,45.781,0],[-64.326,45.78,0],[-64.331,45.777,0],[-64.333,45.769,0],[-64.331,45.763,0],[-64.328,45.76,0],[-64.328,45.755,0],[-64.333,45.745,0],[-64.317,45.756,0],[-64.303,45.762,0],[-64.287,45.765,0],[-64.264,45.765,0],[-64.269,45.774,0],[-64.279,45.779,0],[-64.291,45.78,0],[-64.305,45.779,0],[-64.294,45.784,0],[-64.283,45.794,0],[-64.274,45.805,0],[-64.271,45.814,0],[-64.271,45.831,0],[-64.273,45.836,0],[-64.273,45.836,0],[-64.264,45.845,0],[-64.258,45.857,0],[-64.252,45.87,0],[-64.245,45.881,0],[-64.23,45.894,0],[-64.214,45.904,0],[-64.199,45.916,0],[-64.187,45.931,0],[-64.175,45.95,0],[-64.16,45.964,0],[-64.141,45.973,0],[-64.12,45.976,0],[-64.099,45.975,0],[-64.073,45.973,0],[-64.051,45.977,0],[-64.043,45.992,0],[-64.043,45.992,0],[-64.042,45.991,0],[-64.033,45.995,0],[-64.024,46.002,0],[-64.017,46.005,0],[-64.008,46.005,0]]},\"properties\":{\"name\":\"Nova Scotia #4\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.706,46.011,0],[-59.706,45.999,0],[-59.708,45.995,0],[-59.714,45.998,0],[-59.726,46,0],[-59.76,46,0],[-59.781,46.004,0],[-59.778,46.012,0],[-59.724,46.029,0],[-59.695,46.034,0],[-59.689,46.03,0],[-59.703,46.023,0],[-59.706,46.011,0]]},\"properties\":{\"name\":\"Nova Scotia #5\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.501,47.001,0],[-60.486,46.999,0],[-60.461,47.003,0],[-60.42,47.022,0],[-60.396,47.026,0],[-60.383,47.017,0],[-60.398,46.996,0],[-60.434,46.964,0],[-60.465,46.927,0],[-60.49,46.905,0],[-60.496,46.896,0],[-60.474,46.897,0],[-60.452,46.893,0],[-60.442,46.885,0],[-60.455,46.876,0],[-60.455,46.868,0],[-60.43,46.864,0],[-60.393,46.863,0],[-60.358,46.866,0],[-60.339,46.876,0],[-60.331,46.872,0],[-60.323,46.867,0],[-60.317,46.861,0],[-60.311,46.855,0],[-60.305,46.834,0],[-60.309,46.803,0],[-60.324,46.745,0],[-60.342,46.709,0],[-60.345,46.694,0],[-60.352,46.687,0],[-60.399,46.67,0],[-60.391,46.661,0],[-60.381,46.656,0],[-60.37,46.654,0],[-60.358,46.656,0],[-60.358,46.65,0],[-60.365,46.648,0],[-60.378,46.644,0],[-60.386,46.642,0],[-60.374,46.63,0],[-60.36,46.623,0],[-60.35,46.616,0],[-60.352,46.601,0],[-60.357,46.595,0],[-60.38,46.581,0],[-60.421,46.525,0],[-60.461,46.423,0],[-60.473,46.407,0],[-60.509,46.369,0],[-60.516,46.356,0],[-60.53,46.324,0],[-60.578,46.264,0],[-60.606,46.21,0],[-60.606,46.21,0],[-60.605,46.211,0],[-60.6,46.201,0],[-60.599,46.197,0],[-60.552,46.262,0],[-60.54,46.272,0],[-60.524,46.278,0],[-60.475,46.32,0],[-60.443,46.333,0],[-60.434,46.334,0],[-60.419,46.33,0],[-60.416,46.324,0],[-60.418,46.315,0],[-60.421,46.303,0],[-60.427,46.284,0],[-60.442,46.271,0],[-60.475,46.252,0],[-60.612,46.128,0],[-60.632,46.118,0],[-60.675,46.102,0],[-60.691,46.091,0],[-60.701,46.088,0],[-60.715,46.107,0],[-60.725,46.105,0],[-60.748,46.085,0],[-60.756,46.081,0],[-60.773,46.073,0],[-60.816,46.062,0],[-60.873,46.053,0],[-60.879,46.062,0],[-60.874,46.068,0],[-60.863,46.073,0],[-60.852,46.074,0],[-60.874,46.079,0],[-60.912,46.052,0],[-60.975,45.992,0],[-60.993,45.982,0],[-61.015,45.975,0],[-61.102,45.958,0],[-61.119,45.95,0],[-61.126,45.93,0],[-61.033,45.937,0],[-61.01,45.942,0],[-60.995,45.954,0],[-60.983,45.97,0],[-60.969,45.985,0],[-60.903,46.01,0],[-60.884,46.035,0],[-60.863,46.038,0],[-60.818,46.039,0],[-60.773,46.059,0],[-60.747,46.066,0],[-60.736,46.057,0],[-60.743,46.037,0],[-60.76,46.022,0],[-60.781,46.008,0],[-60.797,45.992,0],[-60.803,45.975,0],[-60.806,45.954,0],[-60.815,45.937,0],[-60.835,45.93,0],[-60.847,45.929,0],[-60.858,45.925,0],[-60.868,45.92,0],[-60.876,45.913,0],[-60.886,45.908,0],[-60.898,45.91,0],[-60.92,45.916,0],[-60.962,45.915,0],[-60.981,45.91,0],[-60.989,45.899,0],[-61.001,45.897,0],[-61.056,45.898,0],[-61.071,45.896,0],[-61.052,45.889,0],[-61.044,45.889,0],[-61.057,45.88,0],[-61.073,45.875,0],[-61.088,45.868,0],[-61.098,45.855,0],[-61.084,45.854,0],[-61.061,45.857,0],[-61.039,45.864,0],[-61.03,45.872,0],[-61.019,45.876,0],[-60.998,45.875,0],[-60.983,45.877,0],[-60.989,45.889,0],[-60.968,45.886,0],[-60.914,45.855,0],[-60.926,45.848,0],[-60.937,45.851,0],[-60.949,45.857,0],[-60.965,45.861,0],[-60.967,45.857,0],[-60.942,45.835,0],[-60.934,45.827,0],[-60.953,45.827,0],[-60.961,45.829,0],[-60.969,45.834,0],[-60.982,45.821,0],[-60.995,45.82,0],[-61.006,45.824,0],[-61.013,45.823,0],[-61.024,45.814,0],[-61.103,45.779,0],[-61.123,45.764,0],[-61.134,45.745,0],[-61.129,45.747,0],[-61.112,45.752,0],[-61.111,45.745,0],[-61.111,45.736,0],[-61.113,45.728,0],[-61.116,45.724,0],[-61.126,45.722,0],[-61.134,45.717,0],[-61.14,45.712,0],[-61.148,45.708,0],[-61.143,45.703,0],[-61.133,45.699,0],[-61.082,45.691,0],[-61.049,45.699,0],[-60.947,45.752,0],[-60.913,45.756,0],[-60.873,45.752,0],[-60.836,45.741,0],[-60.807,45.721,0],[-60.799,45.703,0],[-60.808,45.691,0],[-60.824,45.679,0],[-60.845,45.655,0],[-60.85,45.651,0],[-60.849,45.648,0],[-60.838,45.642,0],[-60.829,45.641,0],[-60.826,45.644,0],[-60.828,45.65,0],[-60.832,45.655,0],[-60.81,45.663,0],[-60.818,45.669,0],[-60.784,45.669,0],[-60.777,45.674,0],[-60.766,45.693,0],[-60.759,45.694,0],[-60.744,45.685,0],[-60.732,45.684,0],[-60.73,45.691,0],[-60.742,45.704,0],[-60.73,45.714,0],[-60.733,45.725,0],[-60.743,45.735,0],[-60.749,45.745,0],[-60.746,45.76,0],[-60.737,45.774,0],[-60.725,45.785,0],[-60.715,45.793,0],[-60.7,45.8,0],[-60.669,45.81,0],[-60.653,45.82,0],[-60.644,45.831,0],[-60.634,45.844,0],[-60.623,45.856,0],[-60.609,45.861,0],[-60.599,45.866,0],[-60.569,45.89,0],[-60.541,45.901,0],[-60.521,45.924,0],[-60.478,45.937,0],[-60.445,45.954,0],[-60.416,45.976,0],[-60.399,45.998,0],[-60.42,45.993,0],[-60.463,45.977,0],[-60.497,45.957,0],[-60.564,45.944,0],[-60.621,45.92,0],[-60.646,45.913,0],[-60.665,45.899,0],[-60.699,45.891,0],[-60.71,45.89,0],[-60.722,45.896,0],[-60.731,45.905,0],[-60.74,45.923,0],[-60.749,45.93,0],[-60.762,45.931,0],[-60.776,45.929,0],[-60.787,45.93,0],[-60.791,45.94,0],[-60.782,45.954,0],[-60.715,45.985,0],[-60.684,46.007,0],[-60.666,46.015,0],[-60.642,46.018,0],[-60.622,46.024,0],[-60.564,46.067,0],[-60.508,46.091,0],[-60.489,46.102,0],[-60.431,46.149,0],[-60.417,46.156,0],[-60.405,46.164,0],[-60.375,46.197,0],[-60.355,46.205,0],[-60.334,46.205,0],[-60.315,46.209,0],[-60.301,46.219,0],[-60.297,46.238,0],[-60.318,46.23,0],[-60.338,46.226,0],[-60.383,46.224,0],[-60.401,46.218,0],[-60.447,46.177,0],[-60.607,46.077,0],[-60.63,46.068,0],[-60.639,46.067,0],[-60.653,46.072,0],[-60.655,46.082,0],[-60.65,46.091,0],[-60.642,46.095,0],[-60.621,46.101,0],[-60.601,46.116,0],[-60.571,46.149,0],[-60.502,46.201,0],[-60.494,46.218,0],[-60.475,46.234,0],[-60.351,46.312,0],[-60.283,46.328,0],[-60.279,46.317,0],[-60.259,46.279,0],[-60.205,46.242,0],[-60.212,46.224,0],[-60.29,46.156,0],[-60.278,46.159,0],[-60.268,46.166,0],[-60.261,46.173,0],[-60.256,46.177,0],[-60.244,46.176,0],[-60.235,46.173,0],[-60.221,46.162,0],[-60.212,46.145,0],[-60.205,46.142,0],[-60.194,46.156,0],[-60.192,46.166,0],[-60.195,46.175,0],[-60.199,46.184,0],[-60.201,46.194,0],[-60.193,46.212,0],[-60.174,46.231,0],[-60.152,46.246,0],[-60.136,46.252,0],[-60.109,46.251,0],[-60.083,46.246,0],[-60.059,46.238,0],[-60.037,46.224,0],[-60.091,46.211,0],[-59.991,46.207,0],[-59.944,46.196,0],[-59.948,46.162,0],[-59.934,46.159,0],[-59.901,46.172,0],[-59.882,46.177,0],[-59.81,46.17,0],[-59.836,46.156,0],[-59.863,46.137,0],[-59.882,46.111,0],[-59.885,46.081,0],[-59.871,46.094,0],[-59.851,46.105,0],[-59.829,46.112,0],[-59.81,46.115,0],[-59.81,46.108,0],[-59.872,46.074,0],[-59.896,46.05,0],[-59.909,46.042,0],[-59.954,46.036,0],[-59.958,46.028,0],[-59.95,46.016,0],[-59.937,46.002,0],[-59.921,45.995,0],[-59.898,45.997,0],[-59.858,46.005,0],[-59.84,46.005,0],[-59.832,46.003,0],[-59.824,45.998,0],[-59.83,45.999,0],[-59.832,45.992,0],[-59.83,45.978,0],[-59.824,45.971,0],[-59.807,45.961,0],[-59.803,45.957,0],[-59.802,45.945,0],[-59.805,45.936,0],[-59.812,45.931,0],[-59.824,45.933,0],[-59.862,45.936,0],[-59.939,45.904,0],[-59.968,45.91,0],[-59.975,45.905,0],[-59.98,45.901,0],[-59.985,45.896,0],[-59.989,45.889,0],[-59.984,45.886,0],[-59.98,45.88,0],[-59.975,45.875,0],[-60.127,45.87,0],[-60.153,45.847,0],[-60.155,45.838,0],[-60.154,45.837,0],[-60.147,45.838,0],[-60.133,45.834,0],[-60.112,45.824,0],[-60.101,45.821,0],[-60.088,45.82,0],[-60.075,45.816,0],[-60.072,45.806,0],[-60.074,45.797,0],[-60.081,45.793,0],[-60.093,45.791,0],[-60.178,45.767,0],[-60.199,45.756,0],[-60.208,45.741,0],[-60.215,45.719,0],[-60.235,45.707,0],[-60.26,45.7,0],[-60.283,45.697,0],[-60.323,45.684,0],[-60.395,45.643,0],[-60.441,45.636,0],[-60.462,45.636,0],[-60.47,45.64,0],[-60.475,45.649,0],[-60.5,45.632,0],[-60.512,45.627,0],[-60.63,45.595,0],[-60.662,45.578,0],[-60.672,45.574,0],[-60.704,45.573,0],[-60.711,45.572,0],[-60.719,45.568,0],[-60.727,45.566,0],[-60.736,45.567,0],[-60.741,45.573,0],[-60.742,45.582,0],[-60.744,45.59,0],[-60.752,45.594,0],[-60.828,45.601,0],[-60.844,45.605,0],[-60.849,45.614,0],[-60.85,45.627,0],[-60.855,45.639,0],[-60.871,45.646,0],[-60.884,45.637,0],[-60.895,45.624,0],[-60.907,45.614,0],[-60.916,45.621,0],[-60.925,45.626,0],[-60.936,45.628,0],[-60.947,45.628,0],[-60.946,45.612,0],[-60.97,45.608,0],[-61.024,45.614,0],[-61.01,45.608,0],[-61.016,45.595,0],[-61.025,45.592,0],[-61.047,45.594,0],[-61.058,45.592,0],[-61.085,45.573,0],[-61.131,45.56,0],[-61.157,45.557,0],[-61.175,45.559,0],[-61.157,45.565,0],[-61.151,45.572,0],[-61.155,45.579,0],[-61.167,45.587,0],[-61.182,45.59,0],[-61.196,45.59,0],[-61.205,45.593,0],[-61.208,45.608,0],[-61.215,45.6,0],[-61.22,45.59,0],[-61.225,45.582,0],[-61.232,45.584,0],[-61.241,45.585,0],[-61.253,45.58,0],[-61.266,45.572,0],[-61.277,45.567,0],[-61.27,45.548,0],[-61.284,45.548,0],[-61.322,45.559,0],[-61.335,45.566,0],[-61.363,45.611,0],[-61.419,45.657,0],[-61.442,45.682,0],[-61.455,45.71,0],[-61.465,45.776,0],[-61.475,45.811,0],[-61.492,45.827,0],[-61.497,45.835,0],[-61.489,45.889,0],[-61.5,45.906,0],[-61.514,45.919,0],[-61.523,45.933,0],[-61.516,45.951,0],[-61.521,45.961,0],[-61.521,45.981,0],[-61.523,45.992,0],[-61.529,45.997,0],[-61.538,46.003,0],[-61.547,46.012,0],[-61.551,46.022,0],[-61.541,46.041,0],[-61.517,46.053,0],[-61.491,46.063,0],[-61.475,46.074,0],[-61.47,46.093,0],[-61.466,46.12,0],[-61.459,46.145,0],[-61.445,46.156,0],[-61.431,46.163,0],[-61.384,46.194,0],[-61.289,46.243,0],[-61.28,46.246,0],[-61.278,46.255,0],[-61.212,46.331,0],[-61.191,46.367,0],[-61.178,46.386,0],[-61.095,46.454,0],[-61.086,46.467,0],[-61.08,46.481,0],[-61.075,46.513,0],[-61.066,46.527,0],[-61.04,46.55,0],[-61.03,46.568,0],[-61.037,46.582,0],[-61.05,46.592,0],[-61.057,46.601,0],[-61.054,46.612,0],[-61.043,46.625,0],[-61.029,46.637,0],[-61.016,46.642,0],[-61.03,46.612,0],[-61.03,46.601,0],[-61.024,46.593,0],[-61.017,46.601,0],[-61.012,46.614,0],[-61.01,46.626,0],[-61.005,46.633,0],[-60.972,46.653,0],[-60.965,46.662,0],[-60.947,46.698,0],[-60.899,46.769,0],[-60.869,46.8,0],[-60.832,46.821,0],[-60.788,46.835,0],[-60.769,46.844,0],[-60.701,46.905,0],[-60.651,46.982,0],[-60.642,47.004,0],[-60.633,47.011,0],[-60.623,47.017,0],[-60.603,47.034,0],[-60.593,47.035,0],[-60.571,47.026,0],[-60.534,47.022,0],[-60.523,47.019,0],[-60.514,47.013,0],[-60.509,47.007,0],[-60.501,47.001,0]]},\"properties\":{\"name\":\"Nova Scotia #6\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}}]}", + + "kml" : "Nova Scotia #0Nova Scotia #00000ff11-65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0Nova Scotia #1Nova Scotia #10000ff11-59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0Nova Scotia #2Nova Scotia #20000ff11-66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0Nova Scotia #3Nova Scotia #30000ff11-60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0Nova Scotia #4Nova Scotia #40000ff11-64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0Nova Scotia #5Nova Scotia #50000ff11-59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0Nova Scotia #6Nova Scotia #60000ff11-60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0", + + "mediawiki": "43.428,-65.61:43.422,-65.629:43.435,-65.621:43.445,-65.627:43.453,-65.635:43.459,-65.645:43.463,-65.656:43.472,-65.646:43.477,-65.634:43.484,-65.608:43.508,-65.617:43.514,-65.605:43.511,-65.56:43.495,-65.569:43.477,-65.574:43.464,-65.587:43.445,-65.598:43.428,-65.61:43.933,-59.807:43.916,-59.861:43.908,-59.913:43.906,-59.971:43.911,-60.028:43.923,-60.083:43.942,-60.133:43.946,-60.124:43.947,-60.116:43.946,-60.108:43.942,-60.098:43.943,-60.074:43.929,-59.998:43.937,-59.867:43.941,-59.844:43.948,-59.822:43.957,-59.803:43.987,-59.741:43.998,-59.728:43.96,-59.76:43.933,-59.807:44.283,-66.298:44.251,-66.313:44.258,-66.328:44.325,-66.286:44.355,-66.258:44.377,-66.242:44.387,-66.231:44.396,-66.213:44.392,-66.203:44.381,-66.204:44.367,-66.218:44.338,-66.239:44.283,-66.298:45.577,-60.932:45.567,-60.914:45.577,-60.908:45.579,-60.899:45.574,-60.889:45.567,-60.879:45.558,-60.884:45.553,-60.892:45.551,-60.902:45.553,-60.914:45.532,-60.953:45.517,-60.962:45.498,-60.947:45.487,-60.968:45.47,-60.986:45.461,-61.003:45.471,-61.024:45.477,-61.013:45.486,-61.004:45.495,-61.002:45.498,-61.013:45.499,-61.04:45.501,-61.053:45.505,-61.065:45.511,-61.075:45.523,-61.089:45.527,-61.105:45.531,-61.106:45.536,-61.106:45.549,-61.112:45.551,-61.106:45.553,-61.091:45.563,-61.075:45.571,-61.054:45.577,-61.031:45.581,-61.01:45.582,-60.958:45.577,-60.932:46.005,-64.008:45.98,-63.905:45.963,-63.87:45.937,-63.867:45.934,-63.844:45.925,-63.825:45.91,-63.811:45.889,-63.806:45.891,-63.786:45.886,-63.759:45.877,-63.732:45.868,-63.716:45.862,-63.727:45.854,-63.746:45.847,-63.757:45.842,-63.736:45.853,-63.69:45.847,-63.669:45.837,-63.674:45.828,-63.674:45.824,-63.67:45.827,-63.662:45.837,-63.652:45.843,-63.653:45.85,-63.659:45.865,-63.662:45.874,-63.659:45.875,-63.652:45.87,-63.644:45.865,-63.638:45.862,-63.629:45.875,-63.593:45.883,-63.492:45.876,-63.439:45.855,-63.409:45.854,-63.428:45.86,-63.464:45.861,-63.483:45.852,-63.47:45.839,-63.438:45.827,-63.428:45.821,-63.447:45.826,-63.484:45.827,-63.504:45.82,-63.523:45.811,-63.516:45.807,-63.496:45.814,-63.477:45.809,-63.469:45.806,-63.461:45.806,-63.452:45.806,-63.442:45.805,-63.438:45.801,-63.431:45.8,-63.428:45.802,-63.425:45.812,-63.418:45.814,-63.415:45.812,-63.399:45.803,-63.369:45.8,-63.354:45.804,-63.324:45.812,-63.291:45.816,-63.259:45.806,-63.23:45.791,-63.258:45.776,-63.302:45.767,-63.347:45.772,-63.381:45.757,-63.373:45.748,-63.356:45.737,-63.312:45.732,-63.304:45.726,-63.295:45.724,-63.288:45.735,-63.285:45.741,-63.282:45.748,-63.273:45.759,-63.257:45.754,-63.257:45.743,-63.257:45.737,-63.257:45.76,-63.212:45.765,-63.196:45.768,-63.195:45.773,-63.194:45.777,-63.192:45.779,-63.189:45.776,-63.184:45.771,-63.182:45.766,-63.182:45.762,-63.185:45.753,-63.2:45.746,-63.205:45.737,-63.202:45.736,-63.19:45.759,-63.134:45.763,-63.117:45.765,-63.1:45.764,-63.083:45.759,-63.065:45.779,-63.07:45.79,-63.084:45.806,-63.121:45.811,-63.1:45.796,-62.98:45.783,-62.924:45.765,-62.777:45.766,-62.751:45.773,-62.699:45.772,-62.675:45.761,-62.696:45.761,-62.718:45.763,-62.738:45.759,-62.757:45.748,-62.739:45.744,-62.729:45.745,-62.699:45.742,-62.682:45.736,-62.664:45.727,-62.647:45.717,-62.633:45.687,-62.703:45.681,-62.751:45.675,-62.77:45.662,-62.784:45.642,-62.792:45.653,-62.781:45.662,-62.765:45.664,-62.749:45.655,-62.736:45.627,-62.747:45.613,-62.75:45.618,-62.74:45.646,-62.72:45.656,-62.706:45.652,-62.692:45.631,-62.669:45.628,-62.657:45.642,-62.647:45.647,-62.664:45.656,-62.672:45.668,-62.672:45.68,-62.665:45.682,-62.655:45.681,-62.64:45.682,-62.625:45.691,-62.613:45.686,-62.6:45.686,-62.577:45.683,-62.566:45.678,-62.557:45.667,-62.55:45.663,-62.545:45.658,-62.526:45.659,-62.51:45.662,-62.495:45.663,-62.476:45.631,-62.503:45.615,-62.509:45.608,-62.493:45.615,-62.47:45.643,-62.435:45.649,-62.418:45.653,-62.4:45.662,-62.377:45.673,-62.362:45.683,-62.371:45.68,-62.383:45.675,-62.405:45.655,-62.441:45.679,-62.416:45.704,-62.27:45.808,-62.06:45.863,-61.989:45.882,-61.949:45.889,-61.924:45.889,-61.911:45.882,-61.9:45.872,-61.897:45.866,-61.905:45.86,-61.916:45.851,-61.921:45.83,-61.92:45.787,-61.909:45.738,-61.888:45.721,-61.886:45.704,-61.894:45.693,-61.876:45.681,-61.836:45.673,-61.821:45.66,-61.807:45.653,-61.795:45.628,-61.726:45.623,-61.708:45.622,-61.684:45.627,-61.668:45.636,-61.655:45.642,-61.642:45.636,-61.626:45.636,-61.633:45.634,-61.648:45.627,-61.648:45.621,-61.64:45.614,-61.62:45.623,-61.619:45.632,-61.615:45.639,-61.61:45.642,-61.602:45.646,-61.589:45.653,-61.583:45.663,-61.58:45.673,-61.575:45.684,-61.558:45.689,-61.537:45.691,-61.492:45.683,-61.47:45.65,-61.437:45.642,-61.417:45.633,-61.4:45.612,-61.384:45.581,-61.37:45.578,-61.359:45.57,-61.351:45.553,-61.339:45.542,-61.324:45.512,-61.263:45.507,-61.247:45.508,-61.24:45.506,-61.237:45.491,-61.235:45.468,-61.237:45.453,-61.248:45.443,-61.267:45.414,-61.353:45.409,-61.373:45.421,-61.374:45.418,-61.388:45.408,-61.406:45.399,-61.417:45.392,-61.43:45.375,-61.483:45.355,-61.461:45.349,-61.451:45.354,-61.137:45.352,-61.12:45.343,-61.082:45.333,-60.999:45.326,-60.982:45.314,-60.971:45.302,-60.971:45.288,-60.972:45.272,-60.969:45.271,-60.983:45.277,-60.987:45.285,-60.989:45.292,-60.996:45.294,-61.007:45.294,-61.017:45.294,-61.027:45.3,-61.037:45.285,-61.028:45.279,-61.023:45.272,-61.016:45.263,-61.024:45.261,-61.031:45.26,-61.039:45.255,-61.047:45.245,-61.053:45.236,-61.057:45.233,-61.063:45.238,-61.078:45.224,-61.071:45.214,-61.12:45.218,-61.139:45.238,-61.153:45.245,-61.142:45.253,-61.133:45.262,-61.126:45.272,-61.119:45.264,-61.165:45.258,-61.175:45.243,-61.18:45.216,-61.171:45.203,-61.175:45.209,-61.184:45.216,-61.188:45.223,-61.19:45.235,-61.197:45.246,-61.204:45.253,-61.212:45.248,-61.216:45.24,-61.246:45.239,-61.263:45.251,-61.263:45.254,-61.278:45.248,-61.299:45.231,-61.332:45.217,-61.35:45.201,-61.365:45.19,-61.364:45.19,-61.339:45.178,-61.355:45.169,-61.371:45.164,-61.389:45.147,-61.568:45.151,-61.61:45.176,-61.64:45.157,-61.647:45.164,-61.666:45.175,-61.687:45.169,-61.702:45.162,-61.686:45.149,-61.666:45.135,-61.649:45.121,-61.64:45.122,-61.649:45.12,-61.658:45.115,-61.674:45.094,-61.64:45.087,-61.64:45.089,-61.677:45.092,-61.695:45.097,-61.702:45.107,-61.704:45.107,-61.709:45.101,-61.715:45.101,-61.756:45.094,-61.754:45.089,-61.755:45.084,-61.756:45.08,-61.756:45.092,-61.781:45.101,-61.81:45.099,-61.825:45.08,-61.811:45.078,-61.822:45.08,-61.846:45.08,-61.859:45.073,-61.859:45.071,-61.851:45.065,-61.841:45.056,-61.836:45.047,-61.839:45.045,-61.848:45.053,-61.88:45.047,-61.887:45.034,-61.882:45.031,-61.897:45.037,-61.918:45.053,-61.935:45.033,-61.941:45.025,-61.941:45.037,-61.959:45.036,-61.976:45.027,-61.99:45.011,-62.004:45.016,-62.006:45.021,-62.008:45.026,-62.01:45.032,-62.01:45.026,-62.02:45.019,-62.029:45.014,-62.039:45.011,-62.05:45.004,-62.035:44.991,-61.976:44.985,-61.989:44.983,-62.003:44.985,-62.018:44.991,-62.031:44.983,-62.042:44.976,-62.057:44.973,-62.073:44.978,-62.086:44.974,-62.098:44.97,-62.119:44.969,-62.138:44.974,-62.147:44.975,-62.151:44.961,-62.174:44.956,-62.185:44.959,-62.234:44.952,-62.254:44.929,-62.27:44.937,-62.278:44.927,-62.29:44.92,-62.306:44.918,-62.321:44.922,-62.332:44.922,-62.339:44.918,-62.34:44.915,-62.342:44.913,-62.344:44.909,-62.346:44.905,-62.343:44.903,-62.342:44.895,-62.339:44.902,-62.361:44.91,-62.377:44.91,-62.393:44.895,-62.415:44.892,-62.41:44.886,-62.406:44.881,-62.401:44.878,-62.42:44.869,-62.437:44.853,-62.448:44.834,-62.448:44.841,-62.467:44.859,-62.473:44.881,-62.473:44.901,-62.476:44.882,-62.49:44.864,-62.507:44.856,-62.527:44.868,-62.551:44.84,-62.566:44.833,-62.555:44.825,-62.546:44.806,-62.531:44.8,-62.553:44.834,-62.578:44.827,-62.599:44.837,-62.607:44.83,-62.623:44.806,-62.661:44.793,-62.654:44.802,-62.687:44.785,-62.805:44.772,-62.799:44.761,-62.802:44.754,-62.813:44.752,-62.826:44.744,-62.821:44.738,-62.815:44.733,-62.807:44.73,-62.798:44.721,-62.819:44.718,-62.83:44.717,-62.842:44.723,-62.851:44.734,-62.857:44.738,-62.864:44.724,-62.873:44.731,-62.887:44.738,-62.908:44.74,-62.93:44.734,-62.945:44.718,-62.972:44.711,-62.989:44.714,-62.997:44.722,-62.998:44.727,-63:44.731,-63.002:44.737,-63.004:44.765,-63.003:44.772,-63.004:44.778,-63.018:44.766,-63.047:44.778,-63.058:44.763,-63.059:44.751,-63.05:44.727,-63.021:44.711,-63.014:44.697,-63.024:44.675,-63.058:44.689,-63.063:44.705,-63.061:44.718,-63.063:44.724,-63.076:44.729,-63.096:44.743,-63.102:44.775,-63.099:44.784,-63.103:44.79,-63.11:44.791,-63.119:44.785,-63.127:44.782,-63.125:44.752,-63.121:44.735,-63.124:44.707,-63.137:44.689,-63.14:44.696,-63.154:44.706,-63.16:44.718,-63.16:44.73,-63.155:44.721,-63.173:44.692,-63.183:44.683,-63.202:44.681,-63.214:44.683,-63.214:44.69,-63.212:44.703,-63.216:44.727,-63.232:44.737,-63.237:44.726,-63.25:44.712,-63.253:44.698,-63.248:44.689,-63.237:44.673,-63.25:44.644,-63.281:44.628,-63.285:44.636,-63.317:44.643,-63.389:44.655,-63.415:44.665,-63.402:44.667,-63.396:44.668,-63.387:44.682,-63.399:44.683,-63.417:44.668,-63.456:44.659,-63.435:44.648,-63.42:44.634,-63.415:44.614,-63.422:44.596,-63.439:44.601,-63.456:44.613,-63.476:44.624,-63.51:44.648,-63.538:44.666,-63.574:44.713,-63.633:44.717,-63.644:44.717,-63.662:44.688,-63.649:44.676,-63.64:44.668,-63.628:44.667,-63.62:44.668,-63.596:44.664,-63.587:44.646,-63.574:44.642,-63.569:44.635,-63.563:44.603,-63.548:44.593,-63.545:44.574,-63.546:44.562,-63.548:44.55,-63.546:44.518,-63.523:44.503,-63.524:44.489,-63.533:44.473,-63.548:44.47,-63.554:44.464,-63.573:44.464,-63.579:44.469,-63.587:44.475,-63.585:44.48,-63.58:44.484,-63.579:44.487,-63.596:44.477,-63.605:44.463,-63.61:44.453,-63.621:44.446,-63.626:44.441,-63.633:44.443,-63.641:44.45,-63.644:44.459,-63.639:44.466,-63.632:44.47,-63.628:44.476,-63.641:44.475,-63.658:44.47,-63.693:44.468,-63.701:44.463,-63.703:44.458,-63.705:44.456,-63.716:44.461,-63.721:44.47,-63.724:44.475,-63.729:44.47,-63.737:44.474,-63.749:44.482,-63.758:44.491,-63.763:44.505,-63.765:44.494,-63.774:44.478,-63.783:44.469,-63.793:44.477,-63.806:44.49,-63.809:44.503,-63.804:44.532,-63.785:44.526,-63.793:44.515,-63.805:44.511,-63.812:44.514,-63.82:44.521,-63.826:44.525,-63.834:44.519,-63.847:44.515,-63.844:44.505,-63.84:44.504,-63.854:44.499,-63.874:44.497,-63.888:44.498,-63.9:44.501,-63.912:44.506,-63.922:44.511,-63.929:44.534,-63.942:44.554,-63.942:44.593,-63.922:44.6,-63.928:44.621,-63.943:44.629,-63.925:44.634,-63.919:44.642,-63.915:44.643,-63.919:44.648,-63.929:44.667,-63.902:44.68,-63.891:44.696,-63.888:44.684,-63.907:44.675,-63.926:44.656,-63.989:44.655,-64.001:44.639,-64.057:44.634,-64.066:44.621,-64.06:44.587,-64.062:44.58,-64.052:44.571,-64.037:44.551,-64.025:44.511,-64.011:44.523,-64.041:44.509,-64.055:44.488,-64.064:44.477,-64.076:44.475,-64.097:44.478,-64.106:44.488,-64.117:44.516,-64.123:44.522,-64.124:44.538,-64.119:44.555,-64.128:44.57,-64.145:44.58,-64.162:44.582,-64.178:44.58,-64.197:44.571,-64.211:44.552,-64.21:44.537,-64.227:44.544,-64.253:44.558,-64.281:44.566,-64.305:44.561,-64.301:44.546,-64.292:44.543,-64.304:44.536,-64.305:44.527,-64.301:44.515,-64.299:44.503,-64.301:44.492,-64.308:44.484,-64.317:44.477,-64.326:44.477,-64.318:44.47,-64.299:44.465,-64.31:44.456,-64.354:44.445,-64.354:44.438,-64.344:44.429,-64.336:44.415,-64.34:44.417,-64.297:44.416,-64.275:44.409,-64.258:44.407,-64.275:44.401,-64.288:44.393,-64.3:44.387,-64.312:44.381,-64.312:44.38,-64.261:44.377,-64.235:44.367,-64.21:44.361,-64.228:44.361,-64.246:44.367,-64.282:44.367,-64.347:44.361,-64.347:44.356,-64.34:44.35,-64.336:44.342,-64.336:44.333,-64.34:44.33,-64.326:44.324,-64.315:44.32,-64.305:44.326,-64.292:44.329,-64.298:44.337,-64.307:44.34,-64.312:44.343,-64.302:44.341,-64.291:44.333,-64.264:44.304,-64.29:44.299,-64.289:44.299,-64.237:44.267,-64.269:44.259,-64.287:44.272,-64.305:44.264,-64.312:44.276,-64.33:44.284,-64.339:44.292,-64.347:44.298,-64.337:44.299,-64.333:44.329,-64.409:44.34,-64.429:44.326,-64.418:44.313,-64.401:44.303,-64.382:44.299,-64.364:44.296,-64.359:44.288,-64.357:44.279,-64.358:44.272,-64.36:44.264,-64.367:44.234,-64.426:44.226,-64.431:44.208,-64.434:44.199,-64.439:44.193,-64.449:44.187,-64.469:44.182,-64.477:44.174,-64.483:44.141,-64.498:44.15,-64.514:44.153,-64.522:44.155,-64.531:44.156,-64.536:44.161,-64.543:44.162,-64.549:44.16,-64.552:44.15,-64.555:44.148,-64.559:44.158,-64.594:44.159,-64.606:44.148,-64.6:44.146,-64.606:44.143,-64.609:44.141,-64.614:44.141,-64.621:44.135,-64.599:44.134,-64.575:44.13,-64.554:44.117,-64.546:44.1,-64.55:44.08,-64.561:44.069,-64.576:44.079,-64.594:44.065,-64.621:44.059,-64.649:44.059,-64.717:44.046,-64.705:44.042,-64.687:44.036,-64.669:44.015,-64.662:43.998,-64.667:43.993,-64.68:43.99,-64.697:43.98,-64.714:43.964,-64.731:43.958,-64.744:43.957,-64.806:43.954,-64.816:43.946,-64.819:43.937,-64.822:43.931,-64.828:43.929,-64.837:43.929,-64.847:43.914,-64.833:43.895,-64.797:43.875,-64.786:43.876,-64.802:43.874,-64.814:43.867,-64.819:43.853,-64.812:43.845,-64.829:43.834,-64.834:43.83,-64.839:43.84,-64.854:43.846,-64.859:43.861,-64.868:43.867,-64.874:43.873,-64.883:43.877,-64.893:43.879,-64.904:43.881,-64.915:43.871,-64.91:43.856,-64.895:43.847,-64.888:43.839,-64.886:43.822,-64.884:43.812,-64.881:43.805,-64.906:43.823,-64.924:43.849,-64.938:43.867,-64.95:43.874,-64.967:43.861,-64.964:43.813,-64.935:43.806,-64.932:43.799,-64.935:43.775,-64.949:43.766,-64.958:43.759,-64.97:43.758,-64.984:43.77,-64.997:43.817,-65.02:43.832,-65.039:43.816,-65.038:43.771,-65.019:43.759,-65.016:43.743,-65.014:43.727,-65.016:43.716,-65.025:43.712,-65.034:43.716,-65.037:43.721,-65.037:43.724,-65.043:43.721,-65.053:43.714,-65.058:43.707,-65.061:43.703,-65.06:43.711,-65.077:43.745,-65.073:43.758,-65.087:43.736,-65.096:43.697,-65.123:43.675,-65.128:43.689,-65.151:43.707,-65.147:43.727,-65.136:43.751,-65.141:43.716,-65.161:43.71,-65.169:43.71,-65.178:43.716,-65.187:43.725,-65.194:43.751,-65.201:43.772,-65.212:43.792,-65.225:43.806,-65.238:43.798,-65.24:43.795,-65.242:43.792,-65.242:43.785,-65.238:43.776,-65.255:43.755,-65.249:43.719,-65.224:43.695,-65.24:43.673,-65.25:43.671,-65.263:43.675,-65.289:43.697,-65.327:43.71,-65.328:43.733,-65.316:43.744,-65.313:43.761,-65.317:43.766,-65.323:43.763,-65.331:43.758,-65.341:43.751,-65.345:43.742,-65.346:43.737,-65.351:43.744,-65.367:43.716,-65.355:43.694,-65.341:43.67,-65.334:43.641,-65.341:43.634,-65.341:43.625,-65.34:43.617,-65.34:43.614,-65.344:43.611,-65.354:43.604,-65.358:43.597,-65.356:43.593,-65.351:43.588,-65.346:43.545,-65.341:43.575,-65.362:43.579,-65.371:43.577,-65.381:43.567,-65.392:43.566,-65.402:43.571,-65.416:43.593,-65.442:43.6,-65.457:43.593,-65.457:43.539,-65.413:43.529,-65.41:43.519,-65.408:43.504,-65.402:43.5,-65.416:43.511,-65.422:43.545,-65.429:43.557,-65.439:43.561,-65.45:43.556,-65.456:43.545,-65.451:43.535,-65.455:43.528,-65.463:43.524,-65.472:43.525,-65.484:43.504,-65.474:43.494,-65.471:43.48,-65.47:43.471,-65.475:43.472,-65.484:43.48,-65.493:43.494,-65.498:43.503,-65.504:43.528,-65.542:43.532,-65.547:43.538,-65.55:43.543,-65.552:43.556,-65.546:43.561,-65.55:43.565,-65.556:43.569,-65.56:43.574,-65.566:43.566,-65.579:43.536,-65.613:43.518,-65.649:43.513,-65.653:43.507,-65.654:43.502,-65.658:43.497,-65.669:43.5,-65.668:43.505,-65.674:43.511,-65.69:43.509,-65.719:43.514,-65.729:43.531,-65.738:43.547,-65.73:43.563,-65.732:43.577,-65.739:43.587,-65.752:43.576,-65.752:43.569,-65.752:43.564,-65.749:43.559,-65.745:43.555,-65.748:43.553,-65.751:43.552,-65.754:43.551,-65.758:43.568,-65.778:43.588,-65.782:43.641,-65.772:43.669,-65.771:43.681,-65.774:43.689,-65.779:43.691,-65.789:43.683,-65.795:43.669,-65.8:43.655,-65.807:43.646,-65.796:43.634,-65.792:43.62,-65.794:43.606,-65.799:43.632,-65.815:43.657,-65.817:43.683,-65.816:43.71,-65.82:43.719,-65.825:43.739,-65.84:43.751,-65.848:43.764,-65.853:43.806,-65.861:43.806,-65.868:43.787,-65.868:43.779,-65.866:43.771,-65.861:43.77,-65.877:43.784,-65.889:43.804,-65.899:43.819,-65.909:43.827,-65.924:43.826,-65.937:43.82,-65.941:43.812,-65.93:43.806,-65.93:43.785,-65.957:43.78,-65.971:43.795,-65.978:43.802,-65.979:43.82,-65.984:43.839,-65.987:43.849,-65.992:43.854,-65.997:43.85,-65.999:43.832,-66.004:43.826,-66.005:43.816,-66.005:43.81,-66.004:43.804,-66.002:43.751,-65.974:43.737,-65.963:43.714,-65.973:43.706,-65.979:43.703,-65.991:43.72,-65.983:43.729,-65.984:43.731,-65.991:43.724,-66.005:43.717,-66.007:43.708,-66.005:43.7,-66.006:43.697,-66.015:43.698,-66.024:43.702,-66.028:43.709,-66.029:43.716,-66.026:43.716,-66.032:43.737,-66.031:43.746,-66.042:43.741,-66.055:43.716,-66.06:43.729,-66.074:43.741,-66.077:43.768,-66.073:43.772,-66.079:43.767,-66.093:43.755,-66.107:43.744,-66.115:43.744,-66.122:43.81,-66.134:43.825,-66.12:43.836,-66.113:43.848,-66.111:43.853,-66.118:43.85,-66.128:43.842,-66.136:43.833,-66.142:43.826,-66.149:43.84,-66.148:43.853,-66.149:43.86,-66.156:43.86,-66.17:43.871,-66.166:43.88,-66.167:43.887,-66.17:43.894,-66.17:43.904,-66.165:43.924,-66.152:43.932,-66.149:43.947,-66.154:43.961,-66.161:43.976,-66.163:44.003,-66.149:44.011,-66.15:44.022,-66.156:44.024,-66.158:44.084,-66.183:44.093,-66.194:44.086,-66.21:44.106,-66.21:44.143,-66.195:44.165,-66.19:44.171,-66.188:44.201,-66.159:44.209,-66.152:44.231,-66.142:44.343,-66.114:44.374,-66.095:44.394,-66.063:44.407,-66.047:44.426,-66.04:44.437,-66.032:44.489,-65.966:44.506,-65.928:44.533,-65.889:44.544,-65.867:44.557,-65.848:44.574,-65.84:44.587,-65.849:44.588,-65.868:44.58,-65.913:44.581,-65.924:44.584,-65.933:44.584,-65.942:44.521,-66.028:44.395,-66.187:44.391,-66.197:44.418,-66.192:44.434,-66.18:44.58,-65.999:44.631,-65.889:44.643,-65.875:44.696,-65.786:44.686,-65.773:44.672,-65.763:44.657,-65.756:44.642,-65.752:44.632,-65.754:44.621,-65.757:44.611,-65.757:44.607,-65.749:44.609,-65.729:44.614,-65.71:44.621,-65.692:44.629,-65.68:44.648,-65.656:44.667,-65.625:44.678,-65.612:44.696,-65.601:44.689,-65.594:44.737,-65.537:44.744,-65.522:44.749,-65.494:44.771,-65.451:44.778,-65.429:44.781,-65.447:44.758,-65.492:44.747,-65.535:44.709,-65.615:44.698,-65.654:44.696,-65.676:44.675,-65.717:44.668,-65.742:44.683,-65.758:44.728,-65.723:44.779,-65.621:44.855,-65.457:44.895,-65.398:44.901,-65.378:44.904,-65.358:44.955,-65.232:44.967,-65.213:44.993,-65.18:45.06,-65.022:45.14,-64.863:45.192,-64.714:45.201,-64.644:45.22,-64.575:45.229,-64.511:45.24,-64.475:45.256,-64.441:45.272,-64.415:45.302,-64.395:45.32,-64.417:45.329,-64.459:45.334,-64.498:45.341,-64.478:45.339,-64.456:45.326,-64.415:45.32,-64.349:45.31,-64.33:45.295,-64.318:45.283,-64.32:45.272,-64.33:45.262,-64.343:45.248,-64.351:45.213,-64.359:45.197,-64.367:45.185,-64.352:45.171,-64.357:45.157,-64.372:45.149,-64.388:45.126,-64.367:45.116,-64.362:45.108,-64.367:45.104,-64.357:45.106,-64.345:45.113,-64.337:45.125,-64.333:45.136,-64.331:45.142,-64.326:45.146,-64.317:45.149,-64.305:45.109,-64.223:45.05,-64.151:45.039,-64.149:44.984,-64.155:44.998,-64.147:45.003,-64.136:45.003,-64.122:44.998,-64.107:45.012,-64.116:45.03,-64.119:45.046,-64.114:45.053,-64.101:45.06,-64.101:45.062,-64.119:45.073,-64.136:45.114,-64.184:45.133,-64.197:45.149,-64.199:45.16,-64.166:45.168,-64.164:45.178,-64.166:45.186,-64.165:45.192,-64.158:45.2,-64.139:45.207,-64.131:45.216,-64.115:45.242,-64.024:45.251,-63.963:45.276,-63.906:45.279,-63.885:45.277,-63.846:45.28,-63.825:45.289,-63.809:45.299,-63.804:45.306,-63.804:45.311,-63.801:45.313,-63.788:45.311,-63.76:45.308,-63.748:45.3,-63.737:45.306,-63.73:45.322,-63.72:45.326,-63.716:45.326,-63.708:45.32,-63.675:45.322,-63.579:45.332,-63.543:45.334,-63.524:45.329,-63.504:45.317,-63.492:45.303,-63.483:45.292,-63.469:45.325,-63.461:45.345,-63.433:45.356,-63.396:45.361,-63.36:45.372,-63.392:45.375,-63.507:45.378,-63.528:45.392,-63.571:45.395,-63.593:45.395,-63.816:45.392,-63.834:45.385,-63.849:45.367,-63.874:45.362,-63.88:45.356,-63.885:45.353,-63.891:45.354,-63.901:45.359,-63.91:45.365,-63.914:45.373,-63.914:45.382,-63.908:45.399,-63.936:45.391,-64.014:45.395,-64.052:45.401,-64.042:45.402,-64.038:45.413,-64.066:45.415,-64.105:45.409,-64.183:45.395,-64.244:45.392,-64.276:45.402,-64.312:45.382,-64.314:45.38,-64.322:45.386,-64.334:45.389,-64.347:45.386,-64.359:45.382,-64.37:45.375,-64.379:45.367,-64.388:45.373,-64.4:45.382,-64.436:45.388,-64.446:45.395,-64.451:45.4,-64.459:45.416,-64.576:45.409,-64.62:45.389,-64.672:45.361,-64.707:45.326,-64.696:45.325,-64.717:45.316,-64.732:45.306,-64.745:45.3,-64.759:45.297,-64.768:45.298,-64.768:45.303,-64.767:45.313,-64.772:45.318,-64.773:45.325,-64.766:45.33,-64.768:45.333,-64.774:45.332,-64.786:45.334,-64.792:45.348,-64.823:45.353,-64.86:45.347,-64.897:45.326,-64.929:45.351,-64.936:45.383,-64.929:45.412,-64.915:45.43,-64.902:45.457,-64.854:45.459,-64.839:45.468,-64.815:45.471,-64.799:45.484,-64.833:45.537,-64.706:45.543,-64.681:45.557,-64.663:45.559,-64.649:45.586,-64.645:45.603,-64.613:45.615,-64.573:45.632,-64.542:45.657,-64.513:45.676,-64.484:45.679,-64.477:45.681,-64.462:45.683,-64.457:45.691,-64.448:45.704,-64.438:45.71,-64.429:45.725,-64.437:45.739,-64.439:45.748,-64.432:45.752,-64.412:45.756,-64.398:45.768,-64.386:45.781,-64.379:45.793,-64.381:45.827,-64.305:45.816,-64.293:45.805,-64.294:45.786,-64.312:45.781,-64.319:45.78,-64.326:45.777,-64.331:45.769,-64.333:45.763,-64.331:45.76,-64.328:45.755,-64.328:45.745,-64.333:45.756,-64.317:45.762,-64.303:45.765,-64.287:45.765,-64.264:45.774,-64.269:45.779,-64.279:45.78,-64.291:45.779,-64.305:45.784,-64.294:45.794,-64.283:45.805,-64.274:45.814,-64.271:45.831,-64.271:45.836,-64.273:45.836,-64.273:45.845,-64.264:45.857,-64.258:45.87,-64.252:45.881,-64.245:45.894,-64.23:45.904,-64.214:45.916,-64.199:45.931,-64.187:45.95,-64.175:45.964,-64.16:45.973,-64.141:45.976,-64.12:45.975,-64.099:45.973,-64.073:45.977,-64.051:45.992,-64.043:45.992,-64.043:45.991,-64.042:45.995,-64.033:46.002,-64.024:46.005,-64.017:46.005,-64.008:46.011,-59.706:45.999,-59.706:45.995,-59.708:45.998,-59.714:46,-59.726:46,-59.76:46.004,-59.781:46.012,-59.778:46.029,-59.724:46.034,-59.695:46.03,-59.689:46.023,-59.703:46.011,-59.706:47.001,-60.501:46.999,-60.486:47.003,-60.461:47.022,-60.42:47.026,-60.396:47.017,-60.383:46.996,-60.398:46.964,-60.434:46.927,-60.465:46.905,-60.49:46.896,-60.496:46.897,-60.474:46.893,-60.452:46.885,-60.442:46.876,-60.455:46.868,-60.455:46.864,-60.43:46.863,-60.393:46.866,-60.358:46.876,-60.339:46.872,-60.331:46.867,-60.323:46.861,-60.317:46.855,-60.311:46.834,-60.305:46.803,-60.309:46.745,-60.324:46.709,-60.342:46.694,-60.345:46.687,-60.352:46.67,-60.399:46.661,-60.391:46.656,-60.381:46.654,-60.37:46.656,-60.358:46.65,-60.358:46.648,-60.365:46.644,-60.378:46.642,-60.386:46.63,-60.374:46.623,-60.36:46.616,-60.35:46.601,-60.352:46.595,-60.357:46.581,-60.38:46.525,-60.421:46.423,-60.461:46.407,-60.473:46.369,-60.509:46.356,-60.516:46.324,-60.53:46.264,-60.578:46.21,-60.606:46.21,-60.606:46.211,-60.605:46.201,-60.6:46.197,-60.599:46.262,-60.552:46.272,-60.54:46.278,-60.524:46.32,-60.475:46.333,-60.443:46.334,-60.434:46.33,-60.419:46.324,-60.416:46.315,-60.418:46.303,-60.421:46.284,-60.427:46.271,-60.442:46.252,-60.475:46.128,-60.612:46.118,-60.632:46.102,-60.675:46.091,-60.691:46.088,-60.701:46.107,-60.715:46.105,-60.725:46.085,-60.748:46.081,-60.756:46.073,-60.773:46.062,-60.816:46.053,-60.873:46.062,-60.879:46.068,-60.874:46.073,-60.863:46.074,-60.852:46.079,-60.874:46.052,-60.912:45.992,-60.975:45.982,-60.993:45.975,-61.015:45.958,-61.102:45.95,-61.119:45.93,-61.126:45.937,-61.033:45.942,-61.01:45.954,-60.995:45.97,-60.983:45.985,-60.969:46.01,-60.903:46.035,-60.884:46.038,-60.863:46.039,-60.818:46.059,-60.773:46.066,-60.747:46.057,-60.736:46.037,-60.743:46.022,-60.76:46.008,-60.781:45.992,-60.797:45.975,-60.803:45.954,-60.806:45.937,-60.815:45.93,-60.835:45.929,-60.847:45.925,-60.858:45.92,-60.868:45.913,-60.876:45.908,-60.886:45.91,-60.898:45.916,-60.92:45.915,-60.962:45.91,-60.981:45.899,-60.989:45.897,-61.001:45.898,-61.056:45.896,-61.071:45.889,-61.052:45.889,-61.044:45.88,-61.057:45.875,-61.073:45.868,-61.088:45.855,-61.098:45.854,-61.084:45.857,-61.061:45.864,-61.039:45.872,-61.03:45.876,-61.019:45.875,-60.998:45.877,-60.983:45.889,-60.989:45.886,-60.968:45.855,-60.914:45.848,-60.926:45.851,-60.937:45.857,-60.949:45.861,-60.965:45.857,-60.967:45.835,-60.942:45.827,-60.934:45.827,-60.953:45.829,-60.961:45.834,-60.969:45.821,-60.982:45.82,-60.995:45.824,-61.006:45.823,-61.013:45.814,-61.024:45.779,-61.103:45.764,-61.123:45.745,-61.134:45.747,-61.129:45.752,-61.112:45.745,-61.111:45.736,-61.111:45.728,-61.113:45.724,-61.116:45.722,-61.126:45.717,-61.134:45.712,-61.14:45.708,-61.148:45.703,-61.143:45.699,-61.133:45.691,-61.082:45.699,-61.049:45.752,-60.947:45.756,-60.913:45.752,-60.873:45.741,-60.836:45.721,-60.807:45.703,-60.799:45.691,-60.808:45.679,-60.824:45.655,-60.845:45.651,-60.85:45.648,-60.849:45.642,-60.838:45.641,-60.829:45.644,-60.826:45.65,-60.828:45.655,-60.832:45.663,-60.81:45.669,-60.818:45.669,-60.784:45.674,-60.777:45.693,-60.766:45.694,-60.759:45.685,-60.744:45.684,-60.732:45.691,-60.73:45.704,-60.742:45.714,-60.73:45.725,-60.733:45.735,-60.743:45.745,-60.749:45.76,-60.746:45.774,-60.737:45.785,-60.725:45.793,-60.715:45.8,-60.7:45.81,-60.669:45.82,-60.653:45.831,-60.644:45.844,-60.634:45.856,-60.623:45.861,-60.609:45.866,-60.599:45.89,-60.569:45.901,-60.541:45.924,-60.521:45.937,-60.478:45.954,-60.445:45.976,-60.416:45.998,-60.399:45.993,-60.42:45.977,-60.463:45.957,-60.497:45.944,-60.564:45.92,-60.621:45.913,-60.646:45.899,-60.665:45.891,-60.699:45.89,-60.71:45.896,-60.722:45.905,-60.731:45.923,-60.74:45.93,-60.749:45.931,-60.762:45.929,-60.776:45.93,-60.787:45.94,-60.791:45.954,-60.782:45.985,-60.715:46.007,-60.684:46.015,-60.666:46.018,-60.642:46.024,-60.622:46.067,-60.564:46.091,-60.508:46.102,-60.489:46.149,-60.431:46.156,-60.417:46.164,-60.405:46.197,-60.375:46.205,-60.355:46.205,-60.334:46.209,-60.315:46.219,-60.301:46.238,-60.297:46.23,-60.318:46.226,-60.338:46.224,-60.383:46.218,-60.401:46.177,-60.447:46.077,-60.607:46.068,-60.63:46.067,-60.639:46.072,-60.653:46.082,-60.655:46.091,-60.65:46.095,-60.642:46.101,-60.621:46.116,-60.601:46.149,-60.571:46.201,-60.502:46.218,-60.494:46.234,-60.475:46.312,-60.351:46.328,-60.283:46.317,-60.279:46.279,-60.259:46.242,-60.205:46.224,-60.212:46.156,-60.29:46.159,-60.278:46.166,-60.268:46.173,-60.261:46.177,-60.256:46.176,-60.244:46.173,-60.235:46.162,-60.221:46.145,-60.212:46.142,-60.205:46.156,-60.194:46.166,-60.192:46.175,-60.195:46.184,-60.199:46.194,-60.201:46.212,-60.193:46.231,-60.174:46.246,-60.152:46.252,-60.136:46.251,-60.109:46.246,-60.083:46.238,-60.059:46.224,-60.037:46.211,-60.091:46.207,-59.991:46.196,-59.944:46.162,-59.948:46.159,-59.934:46.172,-59.901:46.177,-59.882:46.17,-59.81:46.156,-59.836:46.137,-59.863:46.111,-59.882:46.081,-59.885:46.094,-59.871:46.105,-59.851:46.112,-59.829:46.115,-59.81:46.108,-59.81:46.074,-59.872:46.05,-59.896:46.042,-59.909:46.036,-59.954:46.028,-59.958:46.016,-59.95:46.002,-59.937:45.995,-59.921:45.997,-59.898:46.005,-59.858:46.005,-59.84:46.003,-59.832:45.998,-59.824:45.999,-59.83:45.992,-59.832:45.978,-59.83:45.971,-59.824:45.961,-59.807:45.957,-59.803:45.945,-59.802:45.936,-59.805:45.931,-59.812:45.933,-59.824:45.936,-59.862:45.904,-59.939:45.91,-59.968:45.905,-59.975:45.901,-59.98:45.896,-59.985:45.889,-59.989:45.886,-59.984:45.88,-59.98:45.875,-59.975:45.87,-60.127:45.847,-60.153:45.838,-60.155:45.837,-60.154:45.838,-60.147:45.834,-60.133:45.824,-60.112:45.821,-60.101:45.82,-60.088:45.816,-60.075:45.806,-60.072:45.797,-60.074:45.793,-60.081:45.791,-60.093:45.767,-60.178:45.756,-60.199:45.741,-60.208:45.719,-60.215:45.707,-60.235:45.7,-60.26:45.697,-60.283:45.684,-60.323:45.643,-60.395:45.636,-60.441:45.636,-60.462:45.64,-60.47:45.649,-60.475:45.632,-60.5:45.627,-60.512:45.595,-60.63:45.578,-60.662:45.574,-60.672:45.573,-60.704:45.572,-60.711:45.568,-60.719:45.566,-60.727:45.567,-60.736:45.573,-60.741:45.582,-60.742:45.59,-60.744:45.594,-60.752:45.601,-60.828:45.605,-60.844:45.614,-60.849:45.627,-60.85:45.639,-60.855:45.646,-60.871:45.637,-60.884:45.624,-60.895:45.614,-60.907:45.621,-60.916:45.626,-60.925:45.628,-60.936:45.628,-60.947:45.612,-60.946:45.608,-60.97:45.614,-61.024:45.608,-61.01:45.595,-61.016:45.592,-61.025:45.594,-61.047:45.592,-61.058:45.573,-61.085:45.56,-61.131:45.557,-61.157:45.559,-61.175:45.565,-61.157:45.572,-61.151:45.579,-61.155:45.587,-61.167:45.59,-61.182:45.59,-61.196:45.593,-61.205:45.608,-61.208:45.6,-61.215:45.59,-61.22:45.582,-61.225:45.584,-61.232:45.585,-61.241:45.58,-61.253:45.572,-61.266:45.567,-61.277:45.548,-61.27:45.548,-61.284:45.559,-61.322:45.566,-61.335:45.611,-61.363:45.657,-61.419:45.682,-61.442:45.71,-61.455:45.776,-61.465:45.811,-61.475:45.827,-61.492:45.835,-61.497:45.889,-61.489:45.906,-61.5:45.919,-61.514:45.933,-61.523:45.951,-61.516:45.961,-61.521:45.981,-61.521:45.992,-61.523:45.997,-61.529:46.003,-61.538:46.012,-61.547:46.022,-61.551:46.041,-61.541:46.053,-61.517:46.063,-61.491:46.074,-61.475:46.093,-61.47:46.12,-61.466:46.145,-61.459:46.156,-61.445:46.163,-61.431:46.194,-61.384:46.243,-61.289:46.246,-61.28:46.255,-61.278:46.331,-61.212:46.367,-61.191:46.386,-61.178:46.454,-61.095:46.467,-61.086:46.481,-61.08:46.513,-61.075:46.527,-61.066:46.55,-61.04:46.568,-61.03:46.582,-61.037:46.592,-61.05:46.601,-61.057:46.612,-61.054:46.625,-61.043:46.637,-61.029:46.642,-61.016:46.612,-61.03:46.601,-61.03:46.593,-61.024:46.601,-61.017:46.614,-61.012:46.626,-61.01:46.633,-61.005:46.653,-60.972:46.662,-60.965:46.698,-60.947:46.769,-60.899:46.8,-60.869:46.821,-60.832:46.835,-60.788:46.844,-60.769:46.905,-60.701:46.982,-60.651:47.004,-60.642:47.011,-60.633:47.017,-60.623:47.034,-60.603:47.035,-60.593:47.026,-60.571:47.022,-60.534:47.019,-60.523:47.013,-60.514:47.007,-60.509:47.001,-60.501" + +} diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index a74de25..ace1654 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -72,6 +72,9 @@ describe("Testing fixtures conversion", function() { describe('Checking fixture 3 (optimization 0)', function() { checkFormatFixture('testcase3-multitracks-kml-novascotia-optimization0.json'); }); + describe('Checking fixture 3', function() { + checkFormatFixture('testcase3.json'); + }); }); function checkFormatFixture(file) { @@ -99,7 +102,6 @@ function checkFormatFixture(file) { it('Converts GeoJSON to GPX with correct estimated size', function() { checkSizePrecision(gpx, fixture.gpx, counters); }); - it('Converts GeoJSON to Mediawiki properly', function() { checkExportFormat(mediawiki, Layer, fixture.mediawiki); }); @@ -107,7 +109,6 @@ function checkFormatFixture(file) { it('Converts GeoJSON to Mediawiki with correct estimated size', function() { checkSizePrecision(mediawiki, fixture.mediawiki, counters); }); - it('Converts GeoJSON to KML properly', function() { checkExportFormat(kml, Layer, fixture.kml); }); @@ -115,7 +116,6 @@ function checkFormatFixture(file) { it('Converts GeoJSON to KML with correct estimated size', function() { checkSizePrecision(kml, fixture.kml, counters); }); - it('Converts GeoJSON to GeoJSON properly', function() { checkExportFormat(geojson, Layer, fixture.geojson); }); From b69a8c3d1824e1fe1fbefe579c9543b75445fef4 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 14:17:33 +0100 Subject: [PATCH 21/25] Remaing test cases. --- tests/fixtures/testcase1.json | 14 -------------- tests/fixtures/testcase2.json | 14 -------------- tests/fixtures/testcase3.json | 15 --------------- tests/formatsSpec.js | 2 +- 4 files changed, 1 insertion(+), 44 deletions(-) delete mode 100644 tests/fixtures/testcase1.json delete mode 100644 tests/fixtures/testcase2.json delete mode 100644 tests/fixtures/testcase3.json diff --git a/tests/fixtures/testcase1.json b/tests/fixtures/testcase1.json deleted file mode 100644 index 4b24c25..0000000 --- a/tests/fixtures/testcase1.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Simple track with 26 nodes", - - "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}, - - "gpx": "", - - "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}", - - "kml": "-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559", - - "mediawiki": "44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173" - -} diff --git a/tests/fixtures/testcase2.json b/tests/fixtures/testcase2.json deleted file mode 100644 index 2a1933b..0000000 --- a/tests/fixtures/testcase2.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name" : "Empty track", - - "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[]}}]}, - - "gpx": "", - - "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[]}}]}", - - "kml": "", - - "mediawiki": "" - -} diff --git a/tests/fixtures/testcase3.json b/tests/fixtures/testcase3.json deleted file mode 100644 index 089e7f8..0000000 --- a/tests/fixtures/testcase3.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - - "name": "Nova Scotia, Multi tracks with Polygon (Issue #12)", - - "source" : " Nova Scotia -65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0 -59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0 -66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0 -60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0 -64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0 -59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0 -60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0 ", - - "gpx" : "Nova Scotia #0name=Nova Scotia #0\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #1name=Nova Scotia #1\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #2name=Nova Scotia #2\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #3name=Nova Scotia #3\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #4name=Nova Scotia #4\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #5name=Nova Scotia #5\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #6name=Nova Scotia #6\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1", - - "geojson" : "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-65.61,43.428,0],[-65.629,43.422,0],[-65.621,43.435,0],[-65.627,43.445,0],[-65.635,43.453,0],[-65.645,43.459,0],[-65.656,43.463,0],[-65.646,43.472,0],[-65.634,43.477,0],[-65.608,43.484,0],[-65.617,43.508,0],[-65.605,43.514,0],[-65.56,43.511,0],[-65.569,43.495,0],[-65.574,43.477,0],[-65.587,43.464,0],[-65.598,43.445,0],[-65.61,43.428,0]]},\"properties\":{\"name\":\"Nova Scotia #0\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.807,43.933,0],[-59.861,43.916,0],[-59.913,43.908,0],[-59.971,43.906,0],[-60.028,43.911,0],[-60.083,43.923,0],[-60.133,43.942,0],[-60.124,43.946,0],[-60.116,43.947,0],[-60.108,43.946,0],[-60.098,43.942,0],[-60.074,43.943,0],[-59.998,43.929,0],[-59.867,43.937,0],[-59.844,43.941,0],[-59.822,43.948,0],[-59.803,43.957,0],[-59.741,43.987,0],[-59.728,43.998,0],[-59.76,43.96,0],[-59.807,43.933,0]]},\"properties\":{\"name\":\"Nova Scotia #1\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-66.298,44.283,0],[-66.313,44.251,0],[-66.328,44.258,0],[-66.286,44.325,0],[-66.258,44.355,0],[-66.242,44.377,0],[-66.231,44.387,0],[-66.213,44.396,0],[-66.203,44.392,0],[-66.204,44.381,0],[-66.218,44.367,0],[-66.239,44.338,0],[-66.298,44.283,0]]},\"properties\":{\"name\":\"Nova Scotia #2\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.932,45.577,0],[-60.914,45.567,0],[-60.908,45.577,0],[-60.899,45.579,0],[-60.889,45.574,0],[-60.879,45.567,0],[-60.884,45.558,0],[-60.892,45.553,0],[-60.902,45.551,0],[-60.914,45.553,0],[-60.953,45.532,0],[-60.962,45.517,0],[-60.947,45.498,0],[-60.968,45.487,0],[-60.986,45.47,0],[-61.003,45.461,0],[-61.024,45.471,0],[-61.013,45.477,0],[-61.004,45.486,0],[-61.002,45.495,0],[-61.013,45.498,0],[-61.04,45.499,0],[-61.053,45.501,0],[-61.065,45.505,0],[-61.075,45.511,0],[-61.089,45.523,0],[-61.105,45.527,0],[-61.106,45.531,0],[-61.106,45.536,0],[-61.112,45.549,0],[-61.106,45.551,0],[-61.091,45.553,0],[-61.075,45.563,0],[-61.054,45.571,0],[-61.031,45.577,0],[-61.01,45.581,0],[-60.958,45.582,0],[-60.932,45.577,0]]},\"properties\":{\"name\":\"Nova Scotia #3\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-64.008,46.005,0],[-63.905,45.98,0],[-63.87,45.963,0],[-63.867,45.937,0],[-63.844,45.934,0],[-63.825,45.925,0],[-63.811,45.91,0],[-63.806,45.889,0],[-63.786,45.891,0],[-63.759,45.886,0],[-63.732,45.877,0],[-63.716,45.868,0],[-63.727,45.862,0],[-63.746,45.854,0],[-63.757,45.847,0],[-63.736,45.842,0],[-63.69,45.853,0],[-63.669,45.847,0],[-63.674,45.837,0],[-63.674,45.828,0],[-63.67,45.824,0],[-63.662,45.827,0],[-63.652,45.837,0],[-63.653,45.843,0],[-63.659,45.85,0],[-63.662,45.865,0],[-63.659,45.874,0],[-63.652,45.875,0],[-63.644,45.87,0],[-63.638,45.865,0],[-63.629,45.862,0],[-63.593,45.875,0],[-63.492,45.883,0],[-63.439,45.876,0],[-63.409,45.855,0],[-63.428,45.854,0],[-63.464,45.86,0],[-63.483,45.861,0],[-63.47,45.852,0],[-63.438,45.839,0],[-63.428,45.827,0],[-63.447,45.821,0],[-63.484,45.826,0],[-63.504,45.827,0],[-63.523,45.82,0],[-63.516,45.811,0],[-63.496,45.807,0],[-63.477,45.814,0],[-63.469,45.809,0],[-63.461,45.806,0],[-63.452,45.806,0],[-63.442,45.806,0],[-63.438,45.805,0],[-63.431,45.801,0],[-63.428,45.8,0],[-63.425,45.802,0],[-63.418,45.812,0],[-63.415,45.814,0],[-63.399,45.812,0],[-63.369,45.803,0],[-63.354,45.8,0],[-63.324,45.804,0],[-63.291,45.812,0],[-63.259,45.816,0],[-63.23,45.806,0],[-63.258,45.791,0],[-63.302,45.776,0],[-63.347,45.767,0],[-63.381,45.772,0],[-63.373,45.757,0],[-63.356,45.748,0],[-63.312,45.737,0],[-63.304,45.732,0],[-63.295,45.726,0],[-63.288,45.724,0],[-63.285,45.735,0],[-63.282,45.741,0],[-63.273,45.748,0],[-63.257,45.759,0],[-63.257,45.754,0],[-63.257,45.743,0],[-63.257,45.737,0],[-63.212,45.76,0],[-63.196,45.765,0],[-63.195,45.768,0],[-63.194,45.773,0],[-63.192,45.777,0],[-63.189,45.779,0],[-63.184,45.776,0],[-63.182,45.771,0],[-63.182,45.766,0],[-63.185,45.762,0],[-63.2,45.753,0],[-63.205,45.746,0],[-63.202,45.737,0],[-63.19,45.736,0],[-63.134,45.759,0],[-63.117,45.763,0],[-63.1,45.765,0],[-63.083,45.764,0],[-63.065,45.759,0],[-63.07,45.779,0],[-63.084,45.79,0],[-63.121,45.806,0],[-63.1,45.811,0],[-62.98,45.796,0],[-62.924,45.783,0],[-62.777,45.765,0],[-62.751,45.766,0],[-62.699,45.773,0],[-62.675,45.772,0],[-62.696,45.761,0],[-62.718,45.761,0],[-62.738,45.763,0],[-62.757,45.759,0],[-62.739,45.748,0],[-62.729,45.744,0],[-62.699,45.745,0],[-62.682,45.742,0],[-62.664,45.736,0],[-62.647,45.727,0],[-62.633,45.717,0],[-62.703,45.687,0],[-62.751,45.681,0],[-62.77,45.675,0],[-62.784,45.662,0],[-62.792,45.642,0],[-62.781,45.653,0],[-62.765,45.662,0],[-62.749,45.664,0],[-62.736,45.655,0],[-62.747,45.627,0],[-62.75,45.613,0],[-62.74,45.618,0],[-62.72,45.646,0],[-62.706,45.656,0],[-62.692,45.652,0],[-62.669,45.631,0],[-62.657,45.628,0],[-62.647,45.642,0],[-62.664,45.647,0],[-62.672,45.656,0],[-62.672,45.668,0],[-62.665,45.68,0],[-62.655,45.682,0],[-62.64,45.681,0],[-62.625,45.682,0],[-62.613,45.691,0],[-62.6,45.686,0],[-62.577,45.686,0],[-62.566,45.683,0],[-62.557,45.678,0],[-62.55,45.667,0],[-62.545,45.663,0],[-62.526,45.658,0],[-62.51,45.659,0],[-62.495,45.662,0],[-62.476,45.663,0],[-62.503,45.631,0],[-62.509,45.615,0],[-62.493,45.608,0],[-62.47,45.615,0],[-62.435,45.643,0],[-62.418,45.649,0],[-62.4,45.653,0],[-62.377,45.662,0],[-62.362,45.673,0],[-62.371,45.683,0],[-62.383,45.68,0],[-62.405,45.675,0],[-62.441,45.655,0],[-62.416,45.679,0],[-62.27,45.704,0],[-62.06,45.808,0],[-61.989,45.863,0],[-61.949,45.882,0],[-61.924,45.889,0],[-61.911,45.889,0],[-61.9,45.882,0],[-61.897,45.872,0],[-61.905,45.866,0],[-61.916,45.86,0],[-61.921,45.851,0],[-61.92,45.83,0],[-61.909,45.787,0],[-61.888,45.738,0],[-61.886,45.721,0],[-61.894,45.704,0],[-61.876,45.693,0],[-61.836,45.681,0],[-61.821,45.673,0],[-61.807,45.66,0],[-61.795,45.653,0],[-61.726,45.628,0],[-61.708,45.623,0],[-61.684,45.622,0],[-61.668,45.627,0],[-61.655,45.636,0],[-61.642,45.642,0],[-61.626,45.636,0],[-61.633,45.636,0],[-61.648,45.634,0],[-61.648,45.627,0],[-61.64,45.621,0],[-61.62,45.614,0],[-61.619,45.623,0],[-61.615,45.632,0],[-61.61,45.639,0],[-61.602,45.642,0],[-61.589,45.646,0],[-61.583,45.653,0],[-61.58,45.663,0],[-61.575,45.673,0],[-61.558,45.684,0],[-61.537,45.689,0],[-61.492,45.691,0],[-61.47,45.683,0],[-61.437,45.65,0],[-61.417,45.642,0],[-61.4,45.633,0],[-61.384,45.612,0],[-61.37,45.581,0],[-61.359,45.578,0],[-61.351,45.57,0],[-61.339,45.553,0],[-61.324,45.542,0],[-61.263,45.512,0],[-61.247,45.507,0],[-61.24,45.508,0],[-61.237,45.506,0],[-61.235,45.491,0],[-61.237,45.468,0],[-61.248,45.453,0],[-61.267,45.443,0],[-61.353,45.414,0],[-61.373,45.409,0],[-61.374,45.421,0],[-61.388,45.418,0],[-61.406,45.408,0],[-61.417,45.399,0],[-61.43,45.392,0],[-61.483,45.375,0],[-61.461,45.355,0],[-61.451,45.349,0],[-61.137,45.354,0],[-61.12,45.352,0],[-61.082,45.343,0],[-60.999,45.333,0],[-60.982,45.326,0],[-60.971,45.314,0],[-60.971,45.302,0],[-60.972,45.288,0],[-60.969,45.272,0],[-60.983,45.271,0],[-60.987,45.277,0],[-60.989,45.285,0],[-60.996,45.292,0],[-61.007,45.294,0],[-61.017,45.294,0],[-61.027,45.294,0],[-61.037,45.3,0],[-61.028,45.285,0],[-61.023,45.279,0],[-61.016,45.272,0],[-61.024,45.263,0],[-61.031,45.261,0],[-61.039,45.26,0],[-61.047,45.255,0],[-61.053,45.245,0],[-61.057,45.236,0],[-61.063,45.233,0],[-61.078,45.238,0],[-61.071,45.224,0],[-61.12,45.214,0],[-61.139,45.218,0],[-61.153,45.238,0],[-61.142,45.245,0],[-61.133,45.253,0],[-61.126,45.262,0],[-61.119,45.272,0],[-61.165,45.264,0],[-61.175,45.258,0],[-61.18,45.243,0],[-61.171,45.216,0],[-61.175,45.203,0],[-61.184,45.209,0],[-61.188,45.216,0],[-61.19,45.223,0],[-61.197,45.235,0],[-61.204,45.246,0],[-61.212,45.253,0],[-61.216,45.248,0],[-61.246,45.24,0],[-61.263,45.239,0],[-61.263,45.251,0],[-61.278,45.254,0],[-61.299,45.248,0],[-61.332,45.231,0],[-61.35,45.217,0],[-61.365,45.201,0],[-61.364,45.19,0],[-61.339,45.19,0],[-61.355,45.178,0],[-61.371,45.169,0],[-61.389,45.164,0],[-61.568,45.147,0],[-61.61,45.151,0],[-61.64,45.176,0],[-61.647,45.157,0],[-61.666,45.164,0],[-61.687,45.175,0],[-61.702,45.169,0],[-61.686,45.162,0],[-61.666,45.149,0],[-61.649,45.135,0],[-61.64,45.121,0],[-61.649,45.122,0],[-61.658,45.12,0],[-61.674,45.115,0],[-61.64,45.094,0],[-61.64,45.087,0],[-61.677,45.089,0],[-61.695,45.092,0],[-61.702,45.097,0],[-61.704,45.107,0],[-61.709,45.107,0],[-61.715,45.101,0],[-61.756,45.101,0],[-61.754,45.094,0],[-61.755,45.089,0],[-61.756,45.084,0],[-61.756,45.08,0],[-61.781,45.092,0],[-61.81,45.101,0],[-61.825,45.099,0],[-61.811,45.08,0],[-61.822,45.078,0],[-61.846,45.08,0],[-61.859,45.08,0],[-61.859,45.073,0],[-61.851,45.071,0],[-61.841,45.065,0],[-61.836,45.056,0],[-61.839,45.047,0],[-61.848,45.045,0],[-61.88,45.053,0],[-61.887,45.047,0],[-61.882,45.034,0],[-61.897,45.031,0],[-61.918,45.037,0],[-61.935,45.053,0],[-61.941,45.033,0],[-61.941,45.025,0],[-61.959,45.037,0],[-61.976,45.036,0],[-61.99,45.027,0],[-62.004,45.011,0],[-62.006,45.016,0],[-62.008,45.021,0],[-62.01,45.026,0],[-62.01,45.032,0],[-62.02,45.026,0],[-62.029,45.019,0],[-62.039,45.014,0],[-62.05,45.011,0],[-62.035,45.004,0],[-61.976,44.991,0],[-61.989,44.985,0],[-62.003,44.983,0],[-62.018,44.985,0],[-62.031,44.991,0],[-62.042,44.983,0],[-62.057,44.976,0],[-62.073,44.973,0],[-62.086,44.978,0],[-62.098,44.974,0],[-62.119,44.97,0],[-62.138,44.969,0],[-62.147,44.974,0],[-62.151,44.975,0],[-62.174,44.961,0],[-62.185,44.956,0],[-62.234,44.959,0],[-62.254,44.952,0],[-62.27,44.929,0],[-62.278,44.937,0],[-62.29,44.927,0],[-62.306,44.92,0],[-62.321,44.918,0],[-62.332,44.922,0],[-62.339,44.922,0],[-62.34,44.918,0],[-62.342,44.915,0],[-62.344,44.913,0],[-62.346,44.909,0],[-62.343,44.905,0],[-62.342,44.903,0],[-62.339,44.895,0],[-62.361,44.902,0],[-62.377,44.91,0],[-62.393,44.91,0],[-62.415,44.895,0],[-62.41,44.892,0],[-62.406,44.886,0],[-62.401,44.881,0],[-62.42,44.878,0],[-62.437,44.869,0],[-62.448,44.853,0],[-62.448,44.834,0],[-62.467,44.841,0],[-62.473,44.859,0],[-62.473,44.881,0],[-62.476,44.901,0],[-62.49,44.882,0],[-62.507,44.864,0],[-62.527,44.856,0],[-62.551,44.868,0],[-62.566,44.84,0],[-62.555,44.833,0],[-62.546,44.825,0],[-62.531,44.806,0],[-62.553,44.8,0],[-62.578,44.834,0],[-62.599,44.827,0],[-62.607,44.837,0],[-62.623,44.83,0],[-62.661,44.806,0],[-62.654,44.793,0],[-62.687,44.802,0],[-62.805,44.785,0],[-62.799,44.772,0],[-62.802,44.761,0],[-62.813,44.754,0],[-62.826,44.752,0],[-62.821,44.744,0],[-62.815,44.738,0],[-62.807,44.733,0],[-62.798,44.73,0],[-62.819,44.721,0],[-62.83,44.718,0],[-62.842,44.717,0],[-62.851,44.723,0],[-62.857,44.734,0],[-62.864,44.738,0],[-62.873,44.724,0],[-62.887,44.731,0],[-62.908,44.738,0],[-62.93,44.74,0],[-62.945,44.734,0],[-62.972,44.718,0],[-62.989,44.711,0],[-62.997,44.714,0],[-62.998,44.722,0],[-63,44.727,0],[-63.002,44.731,0],[-63.004,44.737,0],[-63.003,44.765,0],[-63.004,44.772,0],[-63.018,44.778,0],[-63.047,44.766,0],[-63.058,44.778,0],[-63.059,44.763,0],[-63.05,44.751,0],[-63.021,44.727,0],[-63.014,44.711,0],[-63.024,44.697,0],[-63.058,44.675,0],[-63.063,44.689,0],[-63.061,44.705,0],[-63.063,44.718,0],[-63.076,44.724,0],[-63.096,44.729,0],[-63.102,44.743,0],[-63.099,44.775,0],[-63.103,44.784,0],[-63.11,44.79,0],[-63.119,44.791,0],[-63.127,44.785,0],[-63.125,44.782,0],[-63.121,44.752,0],[-63.124,44.735,0],[-63.137,44.707,0],[-63.14,44.689,0],[-63.154,44.696,0],[-63.16,44.706,0],[-63.16,44.718,0],[-63.155,44.73,0],[-63.173,44.721,0],[-63.183,44.692,0],[-63.202,44.683,0],[-63.214,44.681,0],[-63.214,44.683,0],[-63.212,44.69,0],[-63.216,44.703,0],[-63.232,44.727,0],[-63.237,44.737,0],[-63.25,44.726,0],[-63.253,44.712,0],[-63.248,44.698,0],[-63.237,44.689,0],[-63.25,44.673,0],[-63.281,44.644,0],[-63.285,44.628,0],[-63.317,44.636,0],[-63.389,44.643,0],[-63.415,44.655,0],[-63.402,44.665,0],[-63.396,44.667,0],[-63.387,44.668,0],[-63.399,44.682,0],[-63.417,44.683,0],[-63.456,44.668,0],[-63.435,44.659,0],[-63.42,44.648,0],[-63.415,44.634,0],[-63.422,44.614,0],[-63.439,44.596,0],[-63.456,44.601,0],[-63.476,44.613,0],[-63.51,44.624,0],[-63.538,44.648,0],[-63.574,44.666,0],[-63.633,44.713,0],[-63.644,44.717,0],[-63.662,44.717,0],[-63.649,44.688,0],[-63.64,44.676,0],[-63.628,44.668,0],[-63.62,44.667,0],[-63.596,44.668,0],[-63.587,44.664,0],[-63.574,44.646,0],[-63.569,44.642,0],[-63.563,44.635,0],[-63.548,44.603,0],[-63.545,44.593,0],[-63.546,44.574,0],[-63.548,44.562,0],[-63.546,44.55,0],[-63.523,44.518,0],[-63.524,44.503,0],[-63.533,44.489,0],[-63.548,44.473,0],[-63.554,44.47,0],[-63.573,44.464,0],[-63.579,44.464,0],[-63.587,44.469,0],[-63.585,44.475,0],[-63.58,44.48,0],[-63.579,44.484,0],[-63.596,44.487,0],[-63.605,44.477,0],[-63.61,44.463,0],[-63.621,44.453,0],[-63.626,44.446,0],[-63.633,44.441,0],[-63.641,44.443,0],[-63.644,44.45,0],[-63.639,44.459,0],[-63.632,44.466,0],[-63.628,44.47,0],[-63.641,44.476,0],[-63.658,44.475,0],[-63.693,44.47,0],[-63.701,44.468,0],[-63.703,44.463,0],[-63.705,44.458,0],[-63.716,44.456,0],[-63.721,44.461,0],[-63.724,44.47,0],[-63.729,44.475,0],[-63.737,44.47,0],[-63.749,44.474,0],[-63.758,44.482,0],[-63.763,44.491,0],[-63.765,44.505,0],[-63.774,44.494,0],[-63.783,44.478,0],[-63.793,44.469,0],[-63.806,44.477,0],[-63.809,44.49,0],[-63.804,44.503,0],[-63.785,44.532,0],[-63.793,44.526,0],[-63.805,44.515,0],[-63.812,44.511,0],[-63.82,44.514,0],[-63.826,44.521,0],[-63.834,44.525,0],[-63.847,44.519,0],[-63.844,44.515,0],[-63.84,44.505,0],[-63.854,44.504,0],[-63.874,44.499,0],[-63.888,44.497,0],[-63.9,44.498,0],[-63.912,44.501,0],[-63.922,44.506,0],[-63.929,44.511,0],[-63.942,44.534,0],[-63.942,44.554,0],[-63.922,44.593,0],[-63.928,44.6,0],[-63.943,44.621,0],[-63.925,44.629,0],[-63.919,44.634,0],[-63.915,44.642,0],[-63.919,44.643,0],[-63.929,44.648,0],[-63.902,44.667,0],[-63.891,44.68,0],[-63.888,44.696,0],[-63.907,44.684,0],[-63.926,44.675,0],[-63.989,44.656,0],[-64.001,44.655,0],[-64.057,44.639,0],[-64.066,44.634,0],[-64.06,44.621,0],[-64.062,44.587,0],[-64.052,44.58,0],[-64.037,44.571,0],[-64.025,44.551,0],[-64.011,44.511,0],[-64.041,44.523,0],[-64.055,44.509,0],[-64.064,44.488,0],[-64.076,44.477,0],[-64.097,44.475,0],[-64.106,44.478,0],[-64.117,44.488,0],[-64.123,44.516,0],[-64.124,44.522,0],[-64.119,44.538,0],[-64.128,44.555,0],[-64.145,44.57,0],[-64.162,44.58,0],[-64.178,44.582,0],[-64.197,44.58,0],[-64.211,44.571,0],[-64.21,44.552,0],[-64.227,44.537,0],[-64.253,44.544,0],[-64.281,44.558,0],[-64.305,44.566,0],[-64.301,44.561,0],[-64.292,44.546,0],[-64.304,44.543,0],[-64.305,44.536,0],[-64.301,44.527,0],[-64.299,44.515,0],[-64.301,44.503,0],[-64.308,44.492,0],[-64.317,44.484,0],[-64.326,44.477,0],[-64.318,44.477,0],[-64.299,44.47,0],[-64.31,44.465,0],[-64.354,44.456,0],[-64.354,44.445,0],[-64.344,44.438,0],[-64.336,44.429,0],[-64.34,44.415,0],[-64.297,44.417,0],[-64.275,44.416,0],[-64.258,44.409,0],[-64.275,44.407,0],[-64.288,44.401,0],[-64.3,44.393,0],[-64.312,44.387,0],[-64.312,44.381,0],[-64.261,44.38,0],[-64.235,44.377,0],[-64.21,44.367,0],[-64.228,44.361,0],[-64.246,44.361,0],[-64.282,44.367,0],[-64.347,44.367,0],[-64.347,44.361,0],[-64.34,44.356,0],[-64.336,44.35,0],[-64.336,44.342,0],[-64.34,44.333,0],[-64.326,44.33,0],[-64.315,44.324,0],[-64.305,44.32,0],[-64.292,44.326,0],[-64.298,44.329,0],[-64.307,44.337,0],[-64.312,44.34,0],[-64.302,44.343,0],[-64.291,44.341,0],[-64.264,44.333,0],[-64.29,44.304,0],[-64.289,44.299,0],[-64.237,44.299,0],[-64.269,44.267,0],[-64.287,44.259,0],[-64.305,44.272,0],[-64.312,44.264,0],[-64.33,44.276,0],[-64.339,44.284,0],[-64.347,44.292,0],[-64.337,44.298,0],[-64.333,44.299,0],[-64.409,44.329,0],[-64.429,44.34,0],[-64.418,44.326,0],[-64.401,44.313,0],[-64.382,44.303,0],[-64.364,44.299,0],[-64.359,44.296,0],[-64.357,44.288,0],[-64.358,44.279,0],[-64.36,44.272,0],[-64.367,44.264,0],[-64.426,44.234,0],[-64.431,44.226,0],[-64.434,44.208,0],[-64.439,44.199,0],[-64.449,44.193,0],[-64.469,44.187,0],[-64.477,44.182,0],[-64.483,44.174,0],[-64.498,44.141,0],[-64.514,44.15,0],[-64.522,44.153,0],[-64.531,44.155,0],[-64.536,44.156,0],[-64.543,44.161,0],[-64.549,44.162,0],[-64.552,44.16,0],[-64.555,44.15,0],[-64.559,44.148,0],[-64.594,44.158,0],[-64.606,44.159,0],[-64.6,44.148,0],[-64.606,44.146,0],[-64.609,44.143,0],[-64.614,44.141,0],[-64.621,44.141,0],[-64.599,44.135,0],[-64.575,44.134,0],[-64.554,44.13,0],[-64.546,44.117,0],[-64.55,44.1,0],[-64.561,44.08,0],[-64.576,44.069,0],[-64.594,44.079,0],[-64.621,44.065,0],[-64.649,44.059,0],[-64.717,44.059,0],[-64.705,44.046,0],[-64.687,44.042,0],[-64.669,44.036,0],[-64.662,44.015,0],[-64.667,43.998,0],[-64.68,43.993,0],[-64.697,43.99,0],[-64.714,43.98,0],[-64.731,43.964,0],[-64.744,43.958,0],[-64.806,43.957,0],[-64.816,43.954,0],[-64.819,43.946,0],[-64.822,43.937,0],[-64.828,43.931,0],[-64.837,43.929,0],[-64.847,43.929,0],[-64.833,43.914,0],[-64.797,43.895,0],[-64.786,43.875,0],[-64.802,43.876,0],[-64.814,43.874,0],[-64.819,43.867,0],[-64.812,43.853,0],[-64.829,43.845,0],[-64.834,43.834,0],[-64.839,43.83,0],[-64.854,43.84,0],[-64.859,43.846,0],[-64.868,43.861,0],[-64.874,43.867,0],[-64.883,43.873,0],[-64.893,43.877,0],[-64.904,43.879,0],[-64.915,43.881,0],[-64.91,43.871,0],[-64.895,43.856,0],[-64.888,43.847,0],[-64.886,43.839,0],[-64.884,43.822,0],[-64.881,43.812,0],[-64.906,43.805,0],[-64.924,43.823,0],[-64.938,43.849,0],[-64.95,43.867,0],[-64.967,43.874,0],[-64.964,43.861,0],[-64.935,43.813,0],[-64.932,43.806,0],[-64.935,43.799,0],[-64.949,43.775,0],[-64.958,43.766,0],[-64.97,43.759,0],[-64.984,43.758,0],[-64.997,43.77,0],[-65.02,43.817,0],[-65.039,43.832,0],[-65.038,43.816,0],[-65.019,43.771,0],[-65.016,43.759,0],[-65.014,43.743,0],[-65.016,43.727,0],[-65.025,43.716,0],[-65.034,43.712,0],[-65.037,43.716,0],[-65.037,43.721,0],[-65.043,43.724,0],[-65.053,43.721,0],[-65.058,43.714,0],[-65.061,43.707,0],[-65.06,43.703,0],[-65.077,43.711,0],[-65.073,43.745,0],[-65.087,43.758,0],[-65.096,43.736,0],[-65.123,43.697,0],[-65.128,43.675,0],[-65.151,43.689,0],[-65.147,43.707,0],[-65.136,43.727,0],[-65.141,43.751,0],[-65.161,43.716,0],[-65.169,43.71,0],[-65.178,43.71,0],[-65.187,43.716,0],[-65.194,43.725,0],[-65.201,43.751,0],[-65.212,43.772,0],[-65.225,43.792,0],[-65.238,43.806,0],[-65.24,43.798,0],[-65.242,43.795,0],[-65.242,43.792,0],[-65.238,43.785,0],[-65.255,43.776,0],[-65.249,43.755,0],[-65.224,43.719,0],[-65.24,43.695,0],[-65.25,43.673,0],[-65.263,43.671,0],[-65.289,43.675,0],[-65.327,43.697,0],[-65.328,43.71,0],[-65.316,43.733,0],[-65.313,43.744,0],[-65.317,43.761,0],[-65.323,43.766,0],[-65.331,43.763,0],[-65.341,43.758,0],[-65.345,43.751,0],[-65.346,43.742,0],[-65.351,43.737,0],[-65.367,43.744,0],[-65.355,43.716,0],[-65.341,43.694,0],[-65.334,43.67,0],[-65.341,43.641,0],[-65.341,43.634,0],[-65.34,43.625,0],[-65.34,43.617,0],[-65.344,43.614,0],[-65.354,43.611,0],[-65.358,43.604,0],[-65.356,43.597,0],[-65.351,43.593,0],[-65.346,43.588,0],[-65.341,43.545,0],[-65.362,43.575,0],[-65.371,43.579,0],[-65.381,43.577,0],[-65.392,43.567,0],[-65.402,43.566,0],[-65.416,43.571,0],[-65.442,43.593,0],[-65.457,43.6,0],[-65.457,43.593,0],[-65.413,43.539,0],[-65.41,43.529,0],[-65.408,43.519,0],[-65.402,43.504,0],[-65.416,43.5,0],[-65.422,43.511,0],[-65.429,43.545,0],[-65.439,43.557,0],[-65.45,43.561,0],[-65.456,43.556,0],[-65.451,43.545,0],[-65.455,43.535,0],[-65.463,43.528,0],[-65.472,43.524,0],[-65.484,43.525,0],[-65.474,43.504,0],[-65.471,43.494,0],[-65.47,43.48,0],[-65.475,43.471,0],[-65.484,43.472,0],[-65.493,43.48,0],[-65.498,43.494,0],[-65.504,43.503,0],[-65.542,43.528,0],[-65.547,43.532,0],[-65.55,43.538,0],[-65.552,43.543,0],[-65.546,43.556,0],[-65.55,43.561,0],[-65.556,43.565,0],[-65.56,43.569,0],[-65.566,43.574,0],[-65.579,43.566,0],[-65.613,43.536,0],[-65.649,43.518,0],[-65.653,43.513,0],[-65.654,43.507,0],[-65.658,43.502,0],[-65.669,43.497,0],[-65.668,43.5,0],[-65.674,43.505,0],[-65.69,43.511,0],[-65.719,43.509,0],[-65.729,43.514,0],[-65.738,43.531,0],[-65.73,43.547,0],[-65.732,43.563,0],[-65.739,43.577,0],[-65.752,43.587,0],[-65.752,43.576,0],[-65.752,43.569,0],[-65.749,43.564,0],[-65.745,43.559,0],[-65.748,43.555,0],[-65.751,43.553,0],[-65.754,43.552,0],[-65.758,43.551,0],[-65.778,43.568,0],[-65.782,43.588,0],[-65.772,43.641,0],[-65.771,43.669,0],[-65.774,43.681,0],[-65.779,43.689,0],[-65.789,43.691,0],[-65.795,43.683,0],[-65.8,43.669,0],[-65.807,43.655,0],[-65.796,43.646,0],[-65.792,43.634,0],[-65.794,43.62,0],[-65.799,43.606,0],[-65.815,43.632,0],[-65.817,43.657,0],[-65.816,43.683,0],[-65.82,43.71,0],[-65.825,43.719,0],[-65.84,43.739,0],[-65.848,43.751,0],[-65.853,43.764,0],[-65.861,43.806,0],[-65.868,43.806,0],[-65.868,43.787,0],[-65.866,43.779,0],[-65.861,43.771,0],[-65.877,43.77,0],[-65.889,43.784,0],[-65.899,43.804,0],[-65.909,43.819,0],[-65.924,43.827,0],[-65.937,43.826,0],[-65.941,43.82,0],[-65.93,43.812,0],[-65.93,43.806,0],[-65.957,43.785,0],[-65.971,43.78,0],[-65.978,43.795,0],[-65.979,43.802,0],[-65.984,43.82,0],[-65.987,43.839,0],[-65.992,43.849,0],[-65.997,43.854,0],[-65.999,43.85,0],[-66.004,43.832,0],[-66.005,43.826,0],[-66.005,43.816,0],[-66.004,43.81,0],[-66.002,43.804,0],[-65.974,43.751,0],[-65.963,43.737,0],[-65.973,43.714,0],[-65.979,43.706,0],[-65.991,43.703,0],[-65.983,43.72,0],[-65.984,43.729,0],[-65.991,43.731,0],[-66.005,43.724,0],[-66.007,43.717,0],[-66.005,43.708,0],[-66.006,43.7,0],[-66.015,43.697,0],[-66.024,43.698,0],[-66.028,43.702,0],[-66.029,43.709,0],[-66.026,43.716,0],[-66.032,43.716,0],[-66.031,43.737,0],[-66.042,43.746,0],[-66.055,43.741,0],[-66.06,43.716,0],[-66.074,43.729,0],[-66.077,43.741,0],[-66.073,43.768,0],[-66.079,43.772,0],[-66.093,43.767,0],[-66.107,43.755,0],[-66.115,43.744,0],[-66.122,43.744,0],[-66.134,43.81,0],[-66.12,43.825,0],[-66.113,43.836,0],[-66.111,43.848,0],[-66.118,43.853,0],[-66.128,43.85,0],[-66.136,43.842,0],[-66.142,43.833,0],[-66.149,43.826,0],[-66.148,43.84,0],[-66.149,43.853,0],[-66.156,43.86,0],[-66.17,43.86,0],[-66.166,43.871,0],[-66.167,43.88,0],[-66.17,43.887,0],[-66.17,43.894,0],[-66.165,43.904,0],[-66.152,43.924,0],[-66.149,43.932,0],[-66.154,43.947,0],[-66.161,43.961,0],[-66.163,43.976,0],[-66.149,44.003,0],[-66.15,44.011,0],[-66.156,44.022,0],[-66.158,44.024,0],[-66.183,44.084,0],[-66.194,44.093,0],[-66.21,44.086,0],[-66.21,44.106,0],[-66.195,44.143,0],[-66.19,44.165,0],[-66.188,44.171,0],[-66.159,44.201,0],[-66.152,44.209,0],[-66.142,44.231,0],[-66.114,44.343,0],[-66.095,44.374,0],[-66.063,44.394,0],[-66.047,44.407,0],[-66.04,44.426,0],[-66.032,44.437,0],[-65.966,44.489,0],[-65.928,44.506,0],[-65.889,44.533,0],[-65.867,44.544,0],[-65.848,44.557,0],[-65.84,44.574,0],[-65.849,44.587,0],[-65.868,44.588,0],[-65.913,44.58,0],[-65.924,44.581,0],[-65.933,44.584,0],[-65.942,44.584,0],[-66.028,44.521,0],[-66.187,44.395,0],[-66.197,44.391,0],[-66.192,44.418,0],[-66.18,44.434,0],[-65.999,44.58,0],[-65.889,44.631,0],[-65.875,44.643,0],[-65.786,44.696,0],[-65.773,44.686,0],[-65.763,44.672,0],[-65.756,44.657,0],[-65.752,44.642,0],[-65.754,44.632,0],[-65.757,44.621,0],[-65.757,44.611,0],[-65.749,44.607,0],[-65.729,44.609,0],[-65.71,44.614,0],[-65.692,44.621,0],[-65.68,44.629,0],[-65.656,44.648,0],[-65.625,44.667,0],[-65.612,44.678,0],[-65.601,44.696,0],[-65.594,44.689,0],[-65.537,44.737,0],[-65.522,44.744,0],[-65.494,44.749,0],[-65.451,44.771,0],[-65.429,44.778,0],[-65.447,44.781,0],[-65.492,44.758,0],[-65.535,44.747,0],[-65.615,44.709,0],[-65.654,44.698,0],[-65.676,44.696,0],[-65.717,44.675,0],[-65.742,44.668,0],[-65.758,44.683,0],[-65.723,44.728,0],[-65.621,44.779,0],[-65.457,44.855,0],[-65.398,44.895,0],[-65.378,44.901,0],[-65.358,44.904,0],[-65.232,44.955,0],[-65.213,44.967,0],[-65.18,44.993,0],[-65.022,45.06,0],[-64.863,45.14,0],[-64.714,45.192,0],[-64.644,45.201,0],[-64.575,45.22,0],[-64.511,45.229,0],[-64.475,45.24,0],[-64.441,45.256,0],[-64.415,45.272,0],[-64.395,45.302,0],[-64.417,45.32,0],[-64.459,45.329,0],[-64.498,45.334,0],[-64.478,45.341,0],[-64.456,45.339,0],[-64.415,45.326,0],[-64.349,45.32,0],[-64.33,45.31,0],[-64.318,45.295,0],[-64.32,45.283,0],[-64.33,45.272,0],[-64.343,45.262,0],[-64.351,45.248,0],[-64.359,45.213,0],[-64.367,45.197,0],[-64.352,45.185,0],[-64.357,45.171,0],[-64.372,45.157,0],[-64.388,45.149,0],[-64.367,45.126,0],[-64.362,45.116,0],[-64.367,45.108,0],[-64.357,45.104,0],[-64.345,45.106,0],[-64.337,45.113,0],[-64.333,45.125,0],[-64.331,45.136,0],[-64.326,45.142,0],[-64.317,45.146,0],[-64.305,45.149,0],[-64.223,45.109,0],[-64.151,45.05,0],[-64.149,45.039,0],[-64.155,44.984,0],[-64.147,44.998,0],[-64.136,45.003,0],[-64.122,45.003,0],[-64.107,44.998,0],[-64.116,45.012,0],[-64.119,45.03,0],[-64.114,45.046,0],[-64.101,45.053,0],[-64.101,45.06,0],[-64.119,45.062,0],[-64.136,45.073,0],[-64.184,45.114,0],[-64.197,45.133,0],[-64.199,45.149,0],[-64.166,45.16,0],[-64.164,45.168,0],[-64.166,45.178,0],[-64.165,45.186,0],[-64.158,45.192,0],[-64.139,45.2,0],[-64.131,45.207,0],[-64.115,45.216,0],[-64.024,45.242,0],[-63.963,45.251,0],[-63.906,45.276,0],[-63.885,45.279,0],[-63.846,45.277,0],[-63.825,45.28,0],[-63.809,45.289,0],[-63.804,45.299,0],[-63.804,45.306,0],[-63.801,45.311,0],[-63.788,45.313,0],[-63.76,45.311,0],[-63.748,45.308,0],[-63.737,45.3,0],[-63.73,45.306,0],[-63.72,45.322,0],[-63.716,45.326,0],[-63.708,45.326,0],[-63.675,45.32,0],[-63.579,45.322,0],[-63.543,45.332,0],[-63.524,45.334,0],[-63.504,45.329,0],[-63.492,45.317,0],[-63.483,45.303,0],[-63.469,45.292,0],[-63.461,45.325,0],[-63.433,45.345,0],[-63.396,45.356,0],[-63.36,45.361,0],[-63.392,45.372,0],[-63.507,45.375,0],[-63.528,45.378,0],[-63.571,45.392,0],[-63.593,45.395,0],[-63.816,45.395,0],[-63.834,45.392,0],[-63.849,45.385,0],[-63.874,45.367,0],[-63.88,45.362,0],[-63.885,45.356,0],[-63.891,45.353,0],[-63.901,45.354,0],[-63.91,45.359,0],[-63.914,45.365,0],[-63.914,45.373,0],[-63.908,45.382,0],[-63.936,45.399,0],[-64.014,45.391,0],[-64.052,45.395,0],[-64.042,45.401,0],[-64.038,45.402,0],[-64.066,45.413,0],[-64.105,45.415,0],[-64.183,45.409,0],[-64.244,45.395,0],[-64.276,45.392,0],[-64.312,45.402,0],[-64.314,45.382,0],[-64.322,45.38,0],[-64.334,45.386,0],[-64.347,45.389,0],[-64.359,45.386,0],[-64.37,45.382,0],[-64.379,45.375,0],[-64.388,45.367,0],[-64.4,45.373,0],[-64.436,45.382,0],[-64.446,45.388,0],[-64.451,45.395,0],[-64.459,45.4,0],[-64.576,45.416,0],[-64.62,45.409,0],[-64.672,45.389,0],[-64.707,45.361,0],[-64.696,45.326,0],[-64.717,45.325,0],[-64.732,45.316,0],[-64.745,45.306,0],[-64.759,45.3,0],[-64.768,45.297,0],[-64.768,45.298,0],[-64.767,45.303,0],[-64.772,45.313,0],[-64.773,45.318,0],[-64.766,45.325,0],[-64.768,45.33,0],[-64.774,45.333,0],[-64.786,45.332,0],[-64.792,45.334,0],[-64.823,45.348,0],[-64.86,45.353,0],[-64.897,45.347,0],[-64.929,45.326,0],[-64.936,45.351,0],[-64.929,45.383,0],[-64.915,45.412,0],[-64.902,45.43,0],[-64.854,45.457,0],[-64.839,45.459,0],[-64.815,45.468,0],[-64.799,45.471,0],[-64.833,45.484,0],[-64.706,45.537,0],[-64.681,45.543,0],[-64.663,45.557,0],[-64.649,45.559,0],[-64.645,45.586,0],[-64.613,45.603,0],[-64.573,45.615,0],[-64.542,45.632,0],[-64.513,45.657,0],[-64.484,45.676,0],[-64.477,45.679,0],[-64.462,45.681,0],[-64.457,45.683,0],[-64.448,45.691,0],[-64.438,45.704,0],[-64.429,45.71,0],[-64.437,45.725,0],[-64.439,45.739,0],[-64.432,45.748,0],[-64.412,45.752,0],[-64.398,45.756,0],[-64.386,45.768,0],[-64.379,45.781,0],[-64.381,45.793,0],[-64.305,45.827,0],[-64.293,45.816,0],[-64.294,45.805,0],[-64.312,45.786,0],[-64.319,45.781,0],[-64.326,45.78,0],[-64.331,45.777,0],[-64.333,45.769,0],[-64.331,45.763,0],[-64.328,45.76,0],[-64.328,45.755,0],[-64.333,45.745,0],[-64.317,45.756,0],[-64.303,45.762,0],[-64.287,45.765,0],[-64.264,45.765,0],[-64.269,45.774,0],[-64.279,45.779,0],[-64.291,45.78,0],[-64.305,45.779,0],[-64.294,45.784,0],[-64.283,45.794,0],[-64.274,45.805,0],[-64.271,45.814,0],[-64.271,45.831,0],[-64.273,45.836,0],[-64.273,45.836,0],[-64.264,45.845,0],[-64.258,45.857,0],[-64.252,45.87,0],[-64.245,45.881,0],[-64.23,45.894,0],[-64.214,45.904,0],[-64.199,45.916,0],[-64.187,45.931,0],[-64.175,45.95,0],[-64.16,45.964,0],[-64.141,45.973,0],[-64.12,45.976,0],[-64.099,45.975,0],[-64.073,45.973,0],[-64.051,45.977,0],[-64.043,45.992,0],[-64.043,45.992,0],[-64.042,45.991,0],[-64.033,45.995,0],[-64.024,46.002,0],[-64.017,46.005,0],[-64.008,46.005,0]]},\"properties\":{\"name\":\"Nova Scotia #4\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.706,46.011,0],[-59.706,45.999,0],[-59.708,45.995,0],[-59.714,45.998,0],[-59.726,46,0],[-59.76,46,0],[-59.781,46.004,0],[-59.778,46.012,0],[-59.724,46.029,0],[-59.695,46.034,0],[-59.689,46.03,0],[-59.703,46.023,0],[-59.706,46.011,0]]},\"properties\":{\"name\":\"Nova Scotia #5\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.501,47.001,0],[-60.486,46.999,0],[-60.461,47.003,0],[-60.42,47.022,0],[-60.396,47.026,0],[-60.383,47.017,0],[-60.398,46.996,0],[-60.434,46.964,0],[-60.465,46.927,0],[-60.49,46.905,0],[-60.496,46.896,0],[-60.474,46.897,0],[-60.452,46.893,0],[-60.442,46.885,0],[-60.455,46.876,0],[-60.455,46.868,0],[-60.43,46.864,0],[-60.393,46.863,0],[-60.358,46.866,0],[-60.339,46.876,0],[-60.331,46.872,0],[-60.323,46.867,0],[-60.317,46.861,0],[-60.311,46.855,0],[-60.305,46.834,0],[-60.309,46.803,0],[-60.324,46.745,0],[-60.342,46.709,0],[-60.345,46.694,0],[-60.352,46.687,0],[-60.399,46.67,0],[-60.391,46.661,0],[-60.381,46.656,0],[-60.37,46.654,0],[-60.358,46.656,0],[-60.358,46.65,0],[-60.365,46.648,0],[-60.378,46.644,0],[-60.386,46.642,0],[-60.374,46.63,0],[-60.36,46.623,0],[-60.35,46.616,0],[-60.352,46.601,0],[-60.357,46.595,0],[-60.38,46.581,0],[-60.421,46.525,0],[-60.461,46.423,0],[-60.473,46.407,0],[-60.509,46.369,0],[-60.516,46.356,0],[-60.53,46.324,0],[-60.578,46.264,0],[-60.606,46.21,0],[-60.606,46.21,0],[-60.605,46.211,0],[-60.6,46.201,0],[-60.599,46.197,0],[-60.552,46.262,0],[-60.54,46.272,0],[-60.524,46.278,0],[-60.475,46.32,0],[-60.443,46.333,0],[-60.434,46.334,0],[-60.419,46.33,0],[-60.416,46.324,0],[-60.418,46.315,0],[-60.421,46.303,0],[-60.427,46.284,0],[-60.442,46.271,0],[-60.475,46.252,0],[-60.612,46.128,0],[-60.632,46.118,0],[-60.675,46.102,0],[-60.691,46.091,0],[-60.701,46.088,0],[-60.715,46.107,0],[-60.725,46.105,0],[-60.748,46.085,0],[-60.756,46.081,0],[-60.773,46.073,0],[-60.816,46.062,0],[-60.873,46.053,0],[-60.879,46.062,0],[-60.874,46.068,0],[-60.863,46.073,0],[-60.852,46.074,0],[-60.874,46.079,0],[-60.912,46.052,0],[-60.975,45.992,0],[-60.993,45.982,0],[-61.015,45.975,0],[-61.102,45.958,0],[-61.119,45.95,0],[-61.126,45.93,0],[-61.033,45.937,0],[-61.01,45.942,0],[-60.995,45.954,0],[-60.983,45.97,0],[-60.969,45.985,0],[-60.903,46.01,0],[-60.884,46.035,0],[-60.863,46.038,0],[-60.818,46.039,0],[-60.773,46.059,0],[-60.747,46.066,0],[-60.736,46.057,0],[-60.743,46.037,0],[-60.76,46.022,0],[-60.781,46.008,0],[-60.797,45.992,0],[-60.803,45.975,0],[-60.806,45.954,0],[-60.815,45.937,0],[-60.835,45.93,0],[-60.847,45.929,0],[-60.858,45.925,0],[-60.868,45.92,0],[-60.876,45.913,0],[-60.886,45.908,0],[-60.898,45.91,0],[-60.92,45.916,0],[-60.962,45.915,0],[-60.981,45.91,0],[-60.989,45.899,0],[-61.001,45.897,0],[-61.056,45.898,0],[-61.071,45.896,0],[-61.052,45.889,0],[-61.044,45.889,0],[-61.057,45.88,0],[-61.073,45.875,0],[-61.088,45.868,0],[-61.098,45.855,0],[-61.084,45.854,0],[-61.061,45.857,0],[-61.039,45.864,0],[-61.03,45.872,0],[-61.019,45.876,0],[-60.998,45.875,0],[-60.983,45.877,0],[-60.989,45.889,0],[-60.968,45.886,0],[-60.914,45.855,0],[-60.926,45.848,0],[-60.937,45.851,0],[-60.949,45.857,0],[-60.965,45.861,0],[-60.967,45.857,0],[-60.942,45.835,0],[-60.934,45.827,0],[-60.953,45.827,0],[-60.961,45.829,0],[-60.969,45.834,0],[-60.982,45.821,0],[-60.995,45.82,0],[-61.006,45.824,0],[-61.013,45.823,0],[-61.024,45.814,0],[-61.103,45.779,0],[-61.123,45.764,0],[-61.134,45.745,0],[-61.129,45.747,0],[-61.112,45.752,0],[-61.111,45.745,0],[-61.111,45.736,0],[-61.113,45.728,0],[-61.116,45.724,0],[-61.126,45.722,0],[-61.134,45.717,0],[-61.14,45.712,0],[-61.148,45.708,0],[-61.143,45.703,0],[-61.133,45.699,0],[-61.082,45.691,0],[-61.049,45.699,0],[-60.947,45.752,0],[-60.913,45.756,0],[-60.873,45.752,0],[-60.836,45.741,0],[-60.807,45.721,0],[-60.799,45.703,0],[-60.808,45.691,0],[-60.824,45.679,0],[-60.845,45.655,0],[-60.85,45.651,0],[-60.849,45.648,0],[-60.838,45.642,0],[-60.829,45.641,0],[-60.826,45.644,0],[-60.828,45.65,0],[-60.832,45.655,0],[-60.81,45.663,0],[-60.818,45.669,0],[-60.784,45.669,0],[-60.777,45.674,0],[-60.766,45.693,0],[-60.759,45.694,0],[-60.744,45.685,0],[-60.732,45.684,0],[-60.73,45.691,0],[-60.742,45.704,0],[-60.73,45.714,0],[-60.733,45.725,0],[-60.743,45.735,0],[-60.749,45.745,0],[-60.746,45.76,0],[-60.737,45.774,0],[-60.725,45.785,0],[-60.715,45.793,0],[-60.7,45.8,0],[-60.669,45.81,0],[-60.653,45.82,0],[-60.644,45.831,0],[-60.634,45.844,0],[-60.623,45.856,0],[-60.609,45.861,0],[-60.599,45.866,0],[-60.569,45.89,0],[-60.541,45.901,0],[-60.521,45.924,0],[-60.478,45.937,0],[-60.445,45.954,0],[-60.416,45.976,0],[-60.399,45.998,0],[-60.42,45.993,0],[-60.463,45.977,0],[-60.497,45.957,0],[-60.564,45.944,0],[-60.621,45.92,0],[-60.646,45.913,0],[-60.665,45.899,0],[-60.699,45.891,0],[-60.71,45.89,0],[-60.722,45.896,0],[-60.731,45.905,0],[-60.74,45.923,0],[-60.749,45.93,0],[-60.762,45.931,0],[-60.776,45.929,0],[-60.787,45.93,0],[-60.791,45.94,0],[-60.782,45.954,0],[-60.715,45.985,0],[-60.684,46.007,0],[-60.666,46.015,0],[-60.642,46.018,0],[-60.622,46.024,0],[-60.564,46.067,0],[-60.508,46.091,0],[-60.489,46.102,0],[-60.431,46.149,0],[-60.417,46.156,0],[-60.405,46.164,0],[-60.375,46.197,0],[-60.355,46.205,0],[-60.334,46.205,0],[-60.315,46.209,0],[-60.301,46.219,0],[-60.297,46.238,0],[-60.318,46.23,0],[-60.338,46.226,0],[-60.383,46.224,0],[-60.401,46.218,0],[-60.447,46.177,0],[-60.607,46.077,0],[-60.63,46.068,0],[-60.639,46.067,0],[-60.653,46.072,0],[-60.655,46.082,0],[-60.65,46.091,0],[-60.642,46.095,0],[-60.621,46.101,0],[-60.601,46.116,0],[-60.571,46.149,0],[-60.502,46.201,0],[-60.494,46.218,0],[-60.475,46.234,0],[-60.351,46.312,0],[-60.283,46.328,0],[-60.279,46.317,0],[-60.259,46.279,0],[-60.205,46.242,0],[-60.212,46.224,0],[-60.29,46.156,0],[-60.278,46.159,0],[-60.268,46.166,0],[-60.261,46.173,0],[-60.256,46.177,0],[-60.244,46.176,0],[-60.235,46.173,0],[-60.221,46.162,0],[-60.212,46.145,0],[-60.205,46.142,0],[-60.194,46.156,0],[-60.192,46.166,0],[-60.195,46.175,0],[-60.199,46.184,0],[-60.201,46.194,0],[-60.193,46.212,0],[-60.174,46.231,0],[-60.152,46.246,0],[-60.136,46.252,0],[-60.109,46.251,0],[-60.083,46.246,0],[-60.059,46.238,0],[-60.037,46.224,0],[-60.091,46.211,0],[-59.991,46.207,0],[-59.944,46.196,0],[-59.948,46.162,0],[-59.934,46.159,0],[-59.901,46.172,0],[-59.882,46.177,0],[-59.81,46.17,0],[-59.836,46.156,0],[-59.863,46.137,0],[-59.882,46.111,0],[-59.885,46.081,0],[-59.871,46.094,0],[-59.851,46.105,0],[-59.829,46.112,0],[-59.81,46.115,0],[-59.81,46.108,0],[-59.872,46.074,0],[-59.896,46.05,0],[-59.909,46.042,0],[-59.954,46.036,0],[-59.958,46.028,0],[-59.95,46.016,0],[-59.937,46.002,0],[-59.921,45.995,0],[-59.898,45.997,0],[-59.858,46.005,0],[-59.84,46.005,0],[-59.832,46.003,0],[-59.824,45.998,0],[-59.83,45.999,0],[-59.832,45.992,0],[-59.83,45.978,0],[-59.824,45.971,0],[-59.807,45.961,0],[-59.803,45.957,0],[-59.802,45.945,0],[-59.805,45.936,0],[-59.812,45.931,0],[-59.824,45.933,0],[-59.862,45.936,0],[-59.939,45.904,0],[-59.968,45.91,0],[-59.975,45.905,0],[-59.98,45.901,0],[-59.985,45.896,0],[-59.989,45.889,0],[-59.984,45.886,0],[-59.98,45.88,0],[-59.975,45.875,0],[-60.127,45.87,0],[-60.153,45.847,0],[-60.155,45.838,0],[-60.154,45.837,0],[-60.147,45.838,0],[-60.133,45.834,0],[-60.112,45.824,0],[-60.101,45.821,0],[-60.088,45.82,0],[-60.075,45.816,0],[-60.072,45.806,0],[-60.074,45.797,0],[-60.081,45.793,0],[-60.093,45.791,0],[-60.178,45.767,0],[-60.199,45.756,0],[-60.208,45.741,0],[-60.215,45.719,0],[-60.235,45.707,0],[-60.26,45.7,0],[-60.283,45.697,0],[-60.323,45.684,0],[-60.395,45.643,0],[-60.441,45.636,0],[-60.462,45.636,0],[-60.47,45.64,0],[-60.475,45.649,0],[-60.5,45.632,0],[-60.512,45.627,0],[-60.63,45.595,0],[-60.662,45.578,0],[-60.672,45.574,0],[-60.704,45.573,0],[-60.711,45.572,0],[-60.719,45.568,0],[-60.727,45.566,0],[-60.736,45.567,0],[-60.741,45.573,0],[-60.742,45.582,0],[-60.744,45.59,0],[-60.752,45.594,0],[-60.828,45.601,0],[-60.844,45.605,0],[-60.849,45.614,0],[-60.85,45.627,0],[-60.855,45.639,0],[-60.871,45.646,0],[-60.884,45.637,0],[-60.895,45.624,0],[-60.907,45.614,0],[-60.916,45.621,0],[-60.925,45.626,0],[-60.936,45.628,0],[-60.947,45.628,0],[-60.946,45.612,0],[-60.97,45.608,0],[-61.024,45.614,0],[-61.01,45.608,0],[-61.016,45.595,0],[-61.025,45.592,0],[-61.047,45.594,0],[-61.058,45.592,0],[-61.085,45.573,0],[-61.131,45.56,0],[-61.157,45.557,0],[-61.175,45.559,0],[-61.157,45.565,0],[-61.151,45.572,0],[-61.155,45.579,0],[-61.167,45.587,0],[-61.182,45.59,0],[-61.196,45.59,0],[-61.205,45.593,0],[-61.208,45.608,0],[-61.215,45.6,0],[-61.22,45.59,0],[-61.225,45.582,0],[-61.232,45.584,0],[-61.241,45.585,0],[-61.253,45.58,0],[-61.266,45.572,0],[-61.277,45.567,0],[-61.27,45.548,0],[-61.284,45.548,0],[-61.322,45.559,0],[-61.335,45.566,0],[-61.363,45.611,0],[-61.419,45.657,0],[-61.442,45.682,0],[-61.455,45.71,0],[-61.465,45.776,0],[-61.475,45.811,0],[-61.492,45.827,0],[-61.497,45.835,0],[-61.489,45.889,0],[-61.5,45.906,0],[-61.514,45.919,0],[-61.523,45.933,0],[-61.516,45.951,0],[-61.521,45.961,0],[-61.521,45.981,0],[-61.523,45.992,0],[-61.529,45.997,0],[-61.538,46.003,0],[-61.547,46.012,0],[-61.551,46.022,0],[-61.541,46.041,0],[-61.517,46.053,0],[-61.491,46.063,0],[-61.475,46.074,0],[-61.47,46.093,0],[-61.466,46.12,0],[-61.459,46.145,0],[-61.445,46.156,0],[-61.431,46.163,0],[-61.384,46.194,0],[-61.289,46.243,0],[-61.28,46.246,0],[-61.278,46.255,0],[-61.212,46.331,0],[-61.191,46.367,0],[-61.178,46.386,0],[-61.095,46.454,0],[-61.086,46.467,0],[-61.08,46.481,0],[-61.075,46.513,0],[-61.066,46.527,0],[-61.04,46.55,0],[-61.03,46.568,0],[-61.037,46.582,0],[-61.05,46.592,0],[-61.057,46.601,0],[-61.054,46.612,0],[-61.043,46.625,0],[-61.029,46.637,0],[-61.016,46.642,0],[-61.03,46.612,0],[-61.03,46.601,0],[-61.024,46.593,0],[-61.017,46.601,0],[-61.012,46.614,0],[-61.01,46.626,0],[-61.005,46.633,0],[-60.972,46.653,0],[-60.965,46.662,0],[-60.947,46.698,0],[-60.899,46.769,0],[-60.869,46.8,0],[-60.832,46.821,0],[-60.788,46.835,0],[-60.769,46.844,0],[-60.701,46.905,0],[-60.651,46.982,0],[-60.642,47.004,0],[-60.633,47.011,0],[-60.623,47.017,0],[-60.603,47.034,0],[-60.593,47.035,0],[-60.571,47.026,0],[-60.534,47.022,0],[-60.523,47.019,0],[-60.514,47.013,0],[-60.509,47.007,0],[-60.501,47.001,0]]},\"properties\":{\"name\":\"Nova Scotia #6\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}}]}", - - "kml" : "Nova Scotia #0Nova Scotia #00000ff11-65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0Nova Scotia #1Nova Scotia #10000ff11-59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0Nova Scotia #2Nova Scotia #20000ff11-66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0Nova Scotia #3Nova Scotia #30000ff11-60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0Nova Scotia #4Nova Scotia #40000ff11-64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0Nova Scotia #5Nova Scotia #50000ff11-59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0Nova Scotia #6Nova Scotia #60000ff11-60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0", - - "mediawiki": "43.428,-65.61:43.422,-65.629:43.435,-65.621:43.445,-65.627:43.453,-65.635:43.459,-65.645:43.463,-65.656:43.472,-65.646:43.477,-65.634:43.484,-65.608:43.508,-65.617:43.514,-65.605:43.511,-65.56:43.495,-65.569:43.477,-65.574:43.464,-65.587:43.445,-65.598:43.428,-65.61:43.933,-59.807:43.916,-59.861:43.908,-59.913:43.906,-59.971:43.911,-60.028:43.923,-60.083:43.942,-60.133:43.946,-60.124:43.947,-60.116:43.946,-60.108:43.942,-60.098:43.943,-60.074:43.929,-59.998:43.937,-59.867:43.941,-59.844:43.948,-59.822:43.957,-59.803:43.987,-59.741:43.998,-59.728:43.96,-59.76:43.933,-59.807:44.283,-66.298:44.251,-66.313:44.258,-66.328:44.325,-66.286:44.355,-66.258:44.377,-66.242:44.387,-66.231:44.396,-66.213:44.392,-66.203:44.381,-66.204:44.367,-66.218:44.338,-66.239:44.283,-66.298:45.577,-60.932:45.567,-60.914:45.577,-60.908:45.579,-60.899:45.574,-60.889:45.567,-60.879:45.558,-60.884:45.553,-60.892:45.551,-60.902:45.553,-60.914:45.532,-60.953:45.517,-60.962:45.498,-60.947:45.487,-60.968:45.47,-60.986:45.461,-61.003:45.471,-61.024:45.477,-61.013:45.486,-61.004:45.495,-61.002:45.498,-61.013:45.499,-61.04:45.501,-61.053:45.505,-61.065:45.511,-61.075:45.523,-61.089:45.527,-61.105:45.531,-61.106:45.536,-61.106:45.549,-61.112:45.551,-61.106:45.553,-61.091:45.563,-61.075:45.571,-61.054:45.577,-61.031:45.581,-61.01:45.582,-60.958:45.577,-60.932:46.005,-64.008:45.98,-63.905:45.963,-63.87:45.937,-63.867:45.934,-63.844:45.925,-63.825:45.91,-63.811:45.889,-63.806:45.891,-63.786:45.886,-63.759:45.877,-63.732:45.868,-63.716:45.862,-63.727:45.854,-63.746:45.847,-63.757:45.842,-63.736:45.853,-63.69:45.847,-63.669:45.837,-63.674:45.828,-63.674:45.824,-63.67:45.827,-63.662:45.837,-63.652:45.843,-63.653:45.85,-63.659:45.865,-63.662:45.874,-63.659:45.875,-63.652:45.87,-63.644:45.865,-63.638:45.862,-63.629:45.875,-63.593:45.883,-63.492:45.876,-63.439:45.855,-63.409:45.854,-63.428:45.86,-63.464:45.861,-63.483:45.852,-63.47:45.839,-63.438:45.827,-63.428:45.821,-63.447:45.826,-63.484:45.827,-63.504:45.82,-63.523:45.811,-63.516:45.807,-63.496:45.814,-63.477:45.809,-63.469:45.806,-63.461:45.806,-63.452:45.806,-63.442:45.805,-63.438:45.801,-63.431:45.8,-63.428:45.802,-63.425:45.812,-63.418:45.814,-63.415:45.812,-63.399:45.803,-63.369:45.8,-63.354:45.804,-63.324:45.812,-63.291:45.816,-63.259:45.806,-63.23:45.791,-63.258:45.776,-63.302:45.767,-63.347:45.772,-63.381:45.757,-63.373:45.748,-63.356:45.737,-63.312:45.732,-63.304:45.726,-63.295:45.724,-63.288:45.735,-63.285:45.741,-63.282:45.748,-63.273:45.759,-63.257:45.754,-63.257:45.743,-63.257:45.737,-63.257:45.76,-63.212:45.765,-63.196:45.768,-63.195:45.773,-63.194:45.777,-63.192:45.779,-63.189:45.776,-63.184:45.771,-63.182:45.766,-63.182:45.762,-63.185:45.753,-63.2:45.746,-63.205:45.737,-63.202:45.736,-63.19:45.759,-63.134:45.763,-63.117:45.765,-63.1:45.764,-63.083:45.759,-63.065:45.779,-63.07:45.79,-63.084:45.806,-63.121:45.811,-63.1:45.796,-62.98:45.783,-62.924:45.765,-62.777:45.766,-62.751:45.773,-62.699:45.772,-62.675:45.761,-62.696:45.761,-62.718:45.763,-62.738:45.759,-62.757:45.748,-62.739:45.744,-62.729:45.745,-62.699:45.742,-62.682:45.736,-62.664:45.727,-62.647:45.717,-62.633:45.687,-62.703:45.681,-62.751:45.675,-62.77:45.662,-62.784:45.642,-62.792:45.653,-62.781:45.662,-62.765:45.664,-62.749:45.655,-62.736:45.627,-62.747:45.613,-62.75:45.618,-62.74:45.646,-62.72:45.656,-62.706:45.652,-62.692:45.631,-62.669:45.628,-62.657:45.642,-62.647:45.647,-62.664:45.656,-62.672:45.668,-62.672:45.68,-62.665:45.682,-62.655:45.681,-62.64:45.682,-62.625:45.691,-62.613:45.686,-62.6:45.686,-62.577:45.683,-62.566:45.678,-62.557:45.667,-62.55:45.663,-62.545:45.658,-62.526:45.659,-62.51:45.662,-62.495:45.663,-62.476:45.631,-62.503:45.615,-62.509:45.608,-62.493:45.615,-62.47:45.643,-62.435:45.649,-62.418:45.653,-62.4:45.662,-62.377:45.673,-62.362:45.683,-62.371:45.68,-62.383:45.675,-62.405:45.655,-62.441:45.679,-62.416:45.704,-62.27:45.808,-62.06:45.863,-61.989:45.882,-61.949:45.889,-61.924:45.889,-61.911:45.882,-61.9:45.872,-61.897:45.866,-61.905:45.86,-61.916:45.851,-61.921:45.83,-61.92:45.787,-61.909:45.738,-61.888:45.721,-61.886:45.704,-61.894:45.693,-61.876:45.681,-61.836:45.673,-61.821:45.66,-61.807:45.653,-61.795:45.628,-61.726:45.623,-61.708:45.622,-61.684:45.627,-61.668:45.636,-61.655:45.642,-61.642:45.636,-61.626:45.636,-61.633:45.634,-61.648:45.627,-61.648:45.621,-61.64:45.614,-61.62:45.623,-61.619:45.632,-61.615:45.639,-61.61:45.642,-61.602:45.646,-61.589:45.653,-61.583:45.663,-61.58:45.673,-61.575:45.684,-61.558:45.689,-61.537:45.691,-61.492:45.683,-61.47:45.65,-61.437:45.642,-61.417:45.633,-61.4:45.612,-61.384:45.581,-61.37:45.578,-61.359:45.57,-61.351:45.553,-61.339:45.542,-61.324:45.512,-61.263:45.507,-61.247:45.508,-61.24:45.506,-61.237:45.491,-61.235:45.468,-61.237:45.453,-61.248:45.443,-61.267:45.414,-61.353:45.409,-61.373:45.421,-61.374:45.418,-61.388:45.408,-61.406:45.399,-61.417:45.392,-61.43:45.375,-61.483:45.355,-61.461:45.349,-61.451:45.354,-61.137:45.352,-61.12:45.343,-61.082:45.333,-60.999:45.326,-60.982:45.314,-60.971:45.302,-60.971:45.288,-60.972:45.272,-60.969:45.271,-60.983:45.277,-60.987:45.285,-60.989:45.292,-60.996:45.294,-61.007:45.294,-61.017:45.294,-61.027:45.3,-61.037:45.285,-61.028:45.279,-61.023:45.272,-61.016:45.263,-61.024:45.261,-61.031:45.26,-61.039:45.255,-61.047:45.245,-61.053:45.236,-61.057:45.233,-61.063:45.238,-61.078:45.224,-61.071:45.214,-61.12:45.218,-61.139:45.238,-61.153:45.245,-61.142:45.253,-61.133:45.262,-61.126:45.272,-61.119:45.264,-61.165:45.258,-61.175:45.243,-61.18:45.216,-61.171:45.203,-61.175:45.209,-61.184:45.216,-61.188:45.223,-61.19:45.235,-61.197:45.246,-61.204:45.253,-61.212:45.248,-61.216:45.24,-61.246:45.239,-61.263:45.251,-61.263:45.254,-61.278:45.248,-61.299:45.231,-61.332:45.217,-61.35:45.201,-61.365:45.19,-61.364:45.19,-61.339:45.178,-61.355:45.169,-61.371:45.164,-61.389:45.147,-61.568:45.151,-61.61:45.176,-61.64:45.157,-61.647:45.164,-61.666:45.175,-61.687:45.169,-61.702:45.162,-61.686:45.149,-61.666:45.135,-61.649:45.121,-61.64:45.122,-61.649:45.12,-61.658:45.115,-61.674:45.094,-61.64:45.087,-61.64:45.089,-61.677:45.092,-61.695:45.097,-61.702:45.107,-61.704:45.107,-61.709:45.101,-61.715:45.101,-61.756:45.094,-61.754:45.089,-61.755:45.084,-61.756:45.08,-61.756:45.092,-61.781:45.101,-61.81:45.099,-61.825:45.08,-61.811:45.078,-61.822:45.08,-61.846:45.08,-61.859:45.073,-61.859:45.071,-61.851:45.065,-61.841:45.056,-61.836:45.047,-61.839:45.045,-61.848:45.053,-61.88:45.047,-61.887:45.034,-61.882:45.031,-61.897:45.037,-61.918:45.053,-61.935:45.033,-61.941:45.025,-61.941:45.037,-61.959:45.036,-61.976:45.027,-61.99:45.011,-62.004:45.016,-62.006:45.021,-62.008:45.026,-62.01:45.032,-62.01:45.026,-62.02:45.019,-62.029:45.014,-62.039:45.011,-62.05:45.004,-62.035:44.991,-61.976:44.985,-61.989:44.983,-62.003:44.985,-62.018:44.991,-62.031:44.983,-62.042:44.976,-62.057:44.973,-62.073:44.978,-62.086:44.974,-62.098:44.97,-62.119:44.969,-62.138:44.974,-62.147:44.975,-62.151:44.961,-62.174:44.956,-62.185:44.959,-62.234:44.952,-62.254:44.929,-62.27:44.937,-62.278:44.927,-62.29:44.92,-62.306:44.918,-62.321:44.922,-62.332:44.922,-62.339:44.918,-62.34:44.915,-62.342:44.913,-62.344:44.909,-62.346:44.905,-62.343:44.903,-62.342:44.895,-62.339:44.902,-62.361:44.91,-62.377:44.91,-62.393:44.895,-62.415:44.892,-62.41:44.886,-62.406:44.881,-62.401:44.878,-62.42:44.869,-62.437:44.853,-62.448:44.834,-62.448:44.841,-62.467:44.859,-62.473:44.881,-62.473:44.901,-62.476:44.882,-62.49:44.864,-62.507:44.856,-62.527:44.868,-62.551:44.84,-62.566:44.833,-62.555:44.825,-62.546:44.806,-62.531:44.8,-62.553:44.834,-62.578:44.827,-62.599:44.837,-62.607:44.83,-62.623:44.806,-62.661:44.793,-62.654:44.802,-62.687:44.785,-62.805:44.772,-62.799:44.761,-62.802:44.754,-62.813:44.752,-62.826:44.744,-62.821:44.738,-62.815:44.733,-62.807:44.73,-62.798:44.721,-62.819:44.718,-62.83:44.717,-62.842:44.723,-62.851:44.734,-62.857:44.738,-62.864:44.724,-62.873:44.731,-62.887:44.738,-62.908:44.74,-62.93:44.734,-62.945:44.718,-62.972:44.711,-62.989:44.714,-62.997:44.722,-62.998:44.727,-63:44.731,-63.002:44.737,-63.004:44.765,-63.003:44.772,-63.004:44.778,-63.018:44.766,-63.047:44.778,-63.058:44.763,-63.059:44.751,-63.05:44.727,-63.021:44.711,-63.014:44.697,-63.024:44.675,-63.058:44.689,-63.063:44.705,-63.061:44.718,-63.063:44.724,-63.076:44.729,-63.096:44.743,-63.102:44.775,-63.099:44.784,-63.103:44.79,-63.11:44.791,-63.119:44.785,-63.127:44.782,-63.125:44.752,-63.121:44.735,-63.124:44.707,-63.137:44.689,-63.14:44.696,-63.154:44.706,-63.16:44.718,-63.16:44.73,-63.155:44.721,-63.173:44.692,-63.183:44.683,-63.202:44.681,-63.214:44.683,-63.214:44.69,-63.212:44.703,-63.216:44.727,-63.232:44.737,-63.237:44.726,-63.25:44.712,-63.253:44.698,-63.248:44.689,-63.237:44.673,-63.25:44.644,-63.281:44.628,-63.285:44.636,-63.317:44.643,-63.389:44.655,-63.415:44.665,-63.402:44.667,-63.396:44.668,-63.387:44.682,-63.399:44.683,-63.417:44.668,-63.456:44.659,-63.435:44.648,-63.42:44.634,-63.415:44.614,-63.422:44.596,-63.439:44.601,-63.456:44.613,-63.476:44.624,-63.51:44.648,-63.538:44.666,-63.574:44.713,-63.633:44.717,-63.644:44.717,-63.662:44.688,-63.649:44.676,-63.64:44.668,-63.628:44.667,-63.62:44.668,-63.596:44.664,-63.587:44.646,-63.574:44.642,-63.569:44.635,-63.563:44.603,-63.548:44.593,-63.545:44.574,-63.546:44.562,-63.548:44.55,-63.546:44.518,-63.523:44.503,-63.524:44.489,-63.533:44.473,-63.548:44.47,-63.554:44.464,-63.573:44.464,-63.579:44.469,-63.587:44.475,-63.585:44.48,-63.58:44.484,-63.579:44.487,-63.596:44.477,-63.605:44.463,-63.61:44.453,-63.621:44.446,-63.626:44.441,-63.633:44.443,-63.641:44.45,-63.644:44.459,-63.639:44.466,-63.632:44.47,-63.628:44.476,-63.641:44.475,-63.658:44.47,-63.693:44.468,-63.701:44.463,-63.703:44.458,-63.705:44.456,-63.716:44.461,-63.721:44.47,-63.724:44.475,-63.729:44.47,-63.737:44.474,-63.749:44.482,-63.758:44.491,-63.763:44.505,-63.765:44.494,-63.774:44.478,-63.783:44.469,-63.793:44.477,-63.806:44.49,-63.809:44.503,-63.804:44.532,-63.785:44.526,-63.793:44.515,-63.805:44.511,-63.812:44.514,-63.82:44.521,-63.826:44.525,-63.834:44.519,-63.847:44.515,-63.844:44.505,-63.84:44.504,-63.854:44.499,-63.874:44.497,-63.888:44.498,-63.9:44.501,-63.912:44.506,-63.922:44.511,-63.929:44.534,-63.942:44.554,-63.942:44.593,-63.922:44.6,-63.928:44.621,-63.943:44.629,-63.925:44.634,-63.919:44.642,-63.915:44.643,-63.919:44.648,-63.929:44.667,-63.902:44.68,-63.891:44.696,-63.888:44.684,-63.907:44.675,-63.926:44.656,-63.989:44.655,-64.001:44.639,-64.057:44.634,-64.066:44.621,-64.06:44.587,-64.062:44.58,-64.052:44.571,-64.037:44.551,-64.025:44.511,-64.011:44.523,-64.041:44.509,-64.055:44.488,-64.064:44.477,-64.076:44.475,-64.097:44.478,-64.106:44.488,-64.117:44.516,-64.123:44.522,-64.124:44.538,-64.119:44.555,-64.128:44.57,-64.145:44.58,-64.162:44.582,-64.178:44.58,-64.197:44.571,-64.211:44.552,-64.21:44.537,-64.227:44.544,-64.253:44.558,-64.281:44.566,-64.305:44.561,-64.301:44.546,-64.292:44.543,-64.304:44.536,-64.305:44.527,-64.301:44.515,-64.299:44.503,-64.301:44.492,-64.308:44.484,-64.317:44.477,-64.326:44.477,-64.318:44.47,-64.299:44.465,-64.31:44.456,-64.354:44.445,-64.354:44.438,-64.344:44.429,-64.336:44.415,-64.34:44.417,-64.297:44.416,-64.275:44.409,-64.258:44.407,-64.275:44.401,-64.288:44.393,-64.3:44.387,-64.312:44.381,-64.312:44.38,-64.261:44.377,-64.235:44.367,-64.21:44.361,-64.228:44.361,-64.246:44.367,-64.282:44.367,-64.347:44.361,-64.347:44.356,-64.34:44.35,-64.336:44.342,-64.336:44.333,-64.34:44.33,-64.326:44.324,-64.315:44.32,-64.305:44.326,-64.292:44.329,-64.298:44.337,-64.307:44.34,-64.312:44.343,-64.302:44.341,-64.291:44.333,-64.264:44.304,-64.29:44.299,-64.289:44.299,-64.237:44.267,-64.269:44.259,-64.287:44.272,-64.305:44.264,-64.312:44.276,-64.33:44.284,-64.339:44.292,-64.347:44.298,-64.337:44.299,-64.333:44.329,-64.409:44.34,-64.429:44.326,-64.418:44.313,-64.401:44.303,-64.382:44.299,-64.364:44.296,-64.359:44.288,-64.357:44.279,-64.358:44.272,-64.36:44.264,-64.367:44.234,-64.426:44.226,-64.431:44.208,-64.434:44.199,-64.439:44.193,-64.449:44.187,-64.469:44.182,-64.477:44.174,-64.483:44.141,-64.498:44.15,-64.514:44.153,-64.522:44.155,-64.531:44.156,-64.536:44.161,-64.543:44.162,-64.549:44.16,-64.552:44.15,-64.555:44.148,-64.559:44.158,-64.594:44.159,-64.606:44.148,-64.6:44.146,-64.606:44.143,-64.609:44.141,-64.614:44.141,-64.621:44.135,-64.599:44.134,-64.575:44.13,-64.554:44.117,-64.546:44.1,-64.55:44.08,-64.561:44.069,-64.576:44.079,-64.594:44.065,-64.621:44.059,-64.649:44.059,-64.717:44.046,-64.705:44.042,-64.687:44.036,-64.669:44.015,-64.662:43.998,-64.667:43.993,-64.68:43.99,-64.697:43.98,-64.714:43.964,-64.731:43.958,-64.744:43.957,-64.806:43.954,-64.816:43.946,-64.819:43.937,-64.822:43.931,-64.828:43.929,-64.837:43.929,-64.847:43.914,-64.833:43.895,-64.797:43.875,-64.786:43.876,-64.802:43.874,-64.814:43.867,-64.819:43.853,-64.812:43.845,-64.829:43.834,-64.834:43.83,-64.839:43.84,-64.854:43.846,-64.859:43.861,-64.868:43.867,-64.874:43.873,-64.883:43.877,-64.893:43.879,-64.904:43.881,-64.915:43.871,-64.91:43.856,-64.895:43.847,-64.888:43.839,-64.886:43.822,-64.884:43.812,-64.881:43.805,-64.906:43.823,-64.924:43.849,-64.938:43.867,-64.95:43.874,-64.967:43.861,-64.964:43.813,-64.935:43.806,-64.932:43.799,-64.935:43.775,-64.949:43.766,-64.958:43.759,-64.97:43.758,-64.984:43.77,-64.997:43.817,-65.02:43.832,-65.039:43.816,-65.038:43.771,-65.019:43.759,-65.016:43.743,-65.014:43.727,-65.016:43.716,-65.025:43.712,-65.034:43.716,-65.037:43.721,-65.037:43.724,-65.043:43.721,-65.053:43.714,-65.058:43.707,-65.061:43.703,-65.06:43.711,-65.077:43.745,-65.073:43.758,-65.087:43.736,-65.096:43.697,-65.123:43.675,-65.128:43.689,-65.151:43.707,-65.147:43.727,-65.136:43.751,-65.141:43.716,-65.161:43.71,-65.169:43.71,-65.178:43.716,-65.187:43.725,-65.194:43.751,-65.201:43.772,-65.212:43.792,-65.225:43.806,-65.238:43.798,-65.24:43.795,-65.242:43.792,-65.242:43.785,-65.238:43.776,-65.255:43.755,-65.249:43.719,-65.224:43.695,-65.24:43.673,-65.25:43.671,-65.263:43.675,-65.289:43.697,-65.327:43.71,-65.328:43.733,-65.316:43.744,-65.313:43.761,-65.317:43.766,-65.323:43.763,-65.331:43.758,-65.341:43.751,-65.345:43.742,-65.346:43.737,-65.351:43.744,-65.367:43.716,-65.355:43.694,-65.341:43.67,-65.334:43.641,-65.341:43.634,-65.341:43.625,-65.34:43.617,-65.34:43.614,-65.344:43.611,-65.354:43.604,-65.358:43.597,-65.356:43.593,-65.351:43.588,-65.346:43.545,-65.341:43.575,-65.362:43.579,-65.371:43.577,-65.381:43.567,-65.392:43.566,-65.402:43.571,-65.416:43.593,-65.442:43.6,-65.457:43.593,-65.457:43.539,-65.413:43.529,-65.41:43.519,-65.408:43.504,-65.402:43.5,-65.416:43.511,-65.422:43.545,-65.429:43.557,-65.439:43.561,-65.45:43.556,-65.456:43.545,-65.451:43.535,-65.455:43.528,-65.463:43.524,-65.472:43.525,-65.484:43.504,-65.474:43.494,-65.471:43.48,-65.47:43.471,-65.475:43.472,-65.484:43.48,-65.493:43.494,-65.498:43.503,-65.504:43.528,-65.542:43.532,-65.547:43.538,-65.55:43.543,-65.552:43.556,-65.546:43.561,-65.55:43.565,-65.556:43.569,-65.56:43.574,-65.566:43.566,-65.579:43.536,-65.613:43.518,-65.649:43.513,-65.653:43.507,-65.654:43.502,-65.658:43.497,-65.669:43.5,-65.668:43.505,-65.674:43.511,-65.69:43.509,-65.719:43.514,-65.729:43.531,-65.738:43.547,-65.73:43.563,-65.732:43.577,-65.739:43.587,-65.752:43.576,-65.752:43.569,-65.752:43.564,-65.749:43.559,-65.745:43.555,-65.748:43.553,-65.751:43.552,-65.754:43.551,-65.758:43.568,-65.778:43.588,-65.782:43.641,-65.772:43.669,-65.771:43.681,-65.774:43.689,-65.779:43.691,-65.789:43.683,-65.795:43.669,-65.8:43.655,-65.807:43.646,-65.796:43.634,-65.792:43.62,-65.794:43.606,-65.799:43.632,-65.815:43.657,-65.817:43.683,-65.816:43.71,-65.82:43.719,-65.825:43.739,-65.84:43.751,-65.848:43.764,-65.853:43.806,-65.861:43.806,-65.868:43.787,-65.868:43.779,-65.866:43.771,-65.861:43.77,-65.877:43.784,-65.889:43.804,-65.899:43.819,-65.909:43.827,-65.924:43.826,-65.937:43.82,-65.941:43.812,-65.93:43.806,-65.93:43.785,-65.957:43.78,-65.971:43.795,-65.978:43.802,-65.979:43.82,-65.984:43.839,-65.987:43.849,-65.992:43.854,-65.997:43.85,-65.999:43.832,-66.004:43.826,-66.005:43.816,-66.005:43.81,-66.004:43.804,-66.002:43.751,-65.974:43.737,-65.963:43.714,-65.973:43.706,-65.979:43.703,-65.991:43.72,-65.983:43.729,-65.984:43.731,-65.991:43.724,-66.005:43.717,-66.007:43.708,-66.005:43.7,-66.006:43.697,-66.015:43.698,-66.024:43.702,-66.028:43.709,-66.029:43.716,-66.026:43.716,-66.032:43.737,-66.031:43.746,-66.042:43.741,-66.055:43.716,-66.06:43.729,-66.074:43.741,-66.077:43.768,-66.073:43.772,-66.079:43.767,-66.093:43.755,-66.107:43.744,-66.115:43.744,-66.122:43.81,-66.134:43.825,-66.12:43.836,-66.113:43.848,-66.111:43.853,-66.118:43.85,-66.128:43.842,-66.136:43.833,-66.142:43.826,-66.149:43.84,-66.148:43.853,-66.149:43.86,-66.156:43.86,-66.17:43.871,-66.166:43.88,-66.167:43.887,-66.17:43.894,-66.17:43.904,-66.165:43.924,-66.152:43.932,-66.149:43.947,-66.154:43.961,-66.161:43.976,-66.163:44.003,-66.149:44.011,-66.15:44.022,-66.156:44.024,-66.158:44.084,-66.183:44.093,-66.194:44.086,-66.21:44.106,-66.21:44.143,-66.195:44.165,-66.19:44.171,-66.188:44.201,-66.159:44.209,-66.152:44.231,-66.142:44.343,-66.114:44.374,-66.095:44.394,-66.063:44.407,-66.047:44.426,-66.04:44.437,-66.032:44.489,-65.966:44.506,-65.928:44.533,-65.889:44.544,-65.867:44.557,-65.848:44.574,-65.84:44.587,-65.849:44.588,-65.868:44.58,-65.913:44.581,-65.924:44.584,-65.933:44.584,-65.942:44.521,-66.028:44.395,-66.187:44.391,-66.197:44.418,-66.192:44.434,-66.18:44.58,-65.999:44.631,-65.889:44.643,-65.875:44.696,-65.786:44.686,-65.773:44.672,-65.763:44.657,-65.756:44.642,-65.752:44.632,-65.754:44.621,-65.757:44.611,-65.757:44.607,-65.749:44.609,-65.729:44.614,-65.71:44.621,-65.692:44.629,-65.68:44.648,-65.656:44.667,-65.625:44.678,-65.612:44.696,-65.601:44.689,-65.594:44.737,-65.537:44.744,-65.522:44.749,-65.494:44.771,-65.451:44.778,-65.429:44.781,-65.447:44.758,-65.492:44.747,-65.535:44.709,-65.615:44.698,-65.654:44.696,-65.676:44.675,-65.717:44.668,-65.742:44.683,-65.758:44.728,-65.723:44.779,-65.621:44.855,-65.457:44.895,-65.398:44.901,-65.378:44.904,-65.358:44.955,-65.232:44.967,-65.213:44.993,-65.18:45.06,-65.022:45.14,-64.863:45.192,-64.714:45.201,-64.644:45.22,-64.575:45.229,-64.511:45.24,-64.475:45.256,-64.441:45.272,-64.415:45.302,-64.395:45.32,-64.417:45.329,-64.459:45.334,-64.498:45.341,-64.478:45.339,-64.456:45.326,-64.415:45.32,-64.349:45.31,-64.33:45.295,-64.318:45.283,-64.32:45.272,-64.33:45.262,-64.343:45.248,-64.351:45.213,-64.359:45.197,-64.367:45.185,-64.352:45.171,-64.357:45.157,-64.372:45.149,-64.388:45.126,-64.367:45.116,-64.362:45.108,-64.367:45.104,-64.357:45.106,-64.345:45.113,-64.337:45.125,-64.333:45.136,-64.331:45.142,-64.326:45.146,-64.317:45.149,-64.305:45.109,-64.223:45.05,-64.151:45.039,-64.149:44.984,-64.155:44.998,-64.147:45.003,-64.136:45.003,-64.122:44.998,-64.107:45.012,-64.116:45.03,-64.119:45.046,-64.114:45.053,-64.101:45.06,-64.101:45.062,-64.119:45.073,-64.136:45.114,-64.184:45.133,-64.197:45.149,-64.199:45.16,-64.166:45.168,-64.164:45.178,-64.166:45.186,-64.165:45.192,-64.158:45.2,-64.139:45.207,-64.131:45.216,-64.115:45.242,-64.024:45.251,-63.963:45.276,-63.906:45.279,-63.885:45.277,-63.846:45.28,-63.825:45.289,-63.809:45.299,-63.804:45.306,-63.804:45.311,-63.801:45.313,-63.788:45.311,-63.76:45.308,-63.748:45.3,-63.737:45.306,-63.73:45.322,-63.72:45.326,-63.716:45.326,-63.708:45.32,-63.675:45.322,-63.579:45.332,-63.543:45.334,-63.524:45.329,-63.504:45.317,-63.492:45.303,-63.483:45.292,-63.469:45.325,-63.461:45.345,-63.433:45.356,-63.396:45.361,-63.36:45.372,-63.392:45.375,-63.507:45.378,-63.528:45.392,-63.571:45.395,-63.593:45.395,-63.816:45.392,-63.834:45.385,-63.849:45.367,-63.874:45.362,-63.88:45.356,-63.885:45.353,-63.891:45.354,-63.901:45.359,-63.91:45.365,-63.914:45.373,-63.914:45.382,-63.908:45.399,-63.936:45.391,-64.014:45.395,-64.052:45.401,-64.042:45.402,-64.038:45.413,-64.066:45.415,-64.105:45.409,-64.183:45.395,-64.244:45.392,-64.276:45.402,-64.312:45.382,-64.314:45.38,-64.322:45.386,-64.334:45.389,-64.347:45.386,-64.359:45.382,-64.37:45.375,-64.379:45.367,-64.388:45.373,-64.4:45.382,-64.436:45.388,-64.446:45.395,-64.451:45.4,-64.459:45.416,-64.576:45.409,-64.62:45.389,-64.672:45.361,-64.707:45.326,-64.696:45.325,-64.717:45.316,-64.732:45.306,-64.745:45.3,-64.759:45.297,-64.768:45.298,-64.768:45.303,-64.767:45.313,-64.772:45.318,-64.773:45.325,-64.766:45.33,-64.768:45.333,-64.774:45.332,-64.786:45.334,-64.792:45.348,-64.823:45.353,-64.86:45.347,-64.897:45.326,-64.929:45.351,-64.936:45.383,-64.929:45.412,-64.915:45.43,-64.902:45.457,-64.854:45.459,-64.839:45.468,-64.815:45.471,-64.799:45.484,-64.833:45.537,-64.706:45.543,-64.681:45.557,-64.663:45.559,-64.649:45.586,-64.645:45.603,-64.613:45.615,-64.573:45.632,-64.542:45.657,-64.513:45.676,-64.484:45.679,-64.477:45.681,-64.462:45.683,-64.457:45.691,-64.448:45.704,-64.438:45.71,-64.429:45.725,-64.437:45.739,-64.439:45.748,-64.432:45.752,-64.412:45.756,-64.398:45.768,-64.386:45.781,-64.379:45.793,-64.381:45.827,-64.305:45.816,-64.293:45.805,-64.294:45.786,-64.312:45.781,-64.319:45.78,-64.326:45.777,-64.331:45.769,-64.333:45.763,-64.331:45.76,-64.328:45.755,-64.328:45.745,-64.333:45.756,-64.317:45.762,-64.303:45.765,-64.287:45.765,-64.264:45.774,-64.269:45.779,-64.279:45.78,-64.291:45.779,-64.305:45.784,-64.294:45.794,-64.283:45.805,-64.274:45.814,-64.271:45.831,-64.271:45.836,-64.273:45.836,-64.273:45.845,-64.264:45.857,-64.258:45.87,-64.252:45.881,-64.245:45.894,-64.23:45.904,-64.214:45.916,-64.199:45.931,-64.187:45.95,-64.175:45.964,-64.16:45.973,-64.141:45.976,-64.12:45.975,-64.099:45.973,-64.073:45.977,-64.051:45.992,-64.043:45.992,-64.043:45.991,-64.042:45.995,-64.033:46.002,-64.024:46.005,-64.017:46.005,-64.008:46.011,-59.706:45.999,-59.706:45.995,-59.708:45.998,-59.714:46,-59.726:46,-59.76:46.004,-59.781:46.012,-59.778:46.029,-59.724:46.034,-59.695:46.03,-59.689:46.023,-59.703:46.011,-59.706:47.001,-60.501:46.999,-60.486:47.003,-60.461:47.022,-60.42:47.026,-60.396:47.017,-60.383:46.996,-60.398:46.964,-60.434:46.927,-60.465:46.905,-60.49:46.896,-60.496:46.897,-60.474:46.893,-60.452:46.885,-60.442:46.876,-60.455:46.868,-60.455:46.864,-60.43:46.863,-60.393:46.866,-60.358:46.876,-60.339:46.872,-60.331:46.867,-60.323:46.861,-60.317:46.855,-60.311:46.834,-60.305:46.803,-60.309:46.745,-60.324:46.709,-60.342:46.694,-60.345:46.687,-60.352:46.67,-60.399:46.661,-60.391:46.656,-60.381:46.654,-60.37:46.656,-60.358:46.65,-60.358:46.648,-60.365:46.644,-60.378:46.642,-60.386:46.63,-60.374:46.623,-60.36:46.616,-60.35:46.601,-60.352:46.595,-60.357:46.581,-60.38:46.525,-60.421:46.423,-60.461:46.407,-60.473:46.369,-60.509:46.356,-60.516:46.324,-60.53:46.264,-60.578:46.21,-60.606:46.21,-60.606:46.211,-60.605:46.201,-60.6:46.197,-60.599:46.262,-60.552:46.272,-60.54:46.278,-60.524:46.32,-60.475:46.333,-60.443:46.334,-60.434:46.33,-60.419:46.324,-60.416:46.315,-60.418:46.303,-60.421:46.284,-60.427:46.271,-60.442:46.252,-60.475:46.128,-60.612:46.118,-60.632:46.102,-60.675:46.091,-60.691:46.088,-60.701:46.107,-60.715:46.105,-60.725:46.085,-60.748:46.081,-60.756:46.073,-60.773:46.062,-60.816:46.053,-60.873:46.062,-60.879:46.068,-60.874:46.073,-60.863:46.074,-60.852:46.079,-60.874:46.052,-60.912:45.992,-60.975:45.982,-60.993:45.975,-61.015:45.958,-61.102:45.95,-61.119:45.93,-61.126:45.937,-61.033:45.942,-61.01:45.954,-60.995:45.97,-60.983:45.985,-60.969:46.01,-60.903:46.035,-60.884:46.038,-60.863:46.039,-60.818:46.059,-60.773:46.066,-60.747:46.057,-60.736:46.037,-60.743:46.022,-60.76:46.008,-60.781:45.992,-60.797:45.975,-60.803:45.954,-60.806:45.937,-60.815:45.93,-60.835:45.929,-60.847:45.925,-60.858:45.92,-60.868:45.913,-60.876:45.908,-60.886:45.91,-60.898:45.916,-60.92:45.915,-60.962:45.91,-60.981:45.899,-60.989:45.897,-61.001:45.898,-61.056:45.896,-61.071:45.889,-61.052:45.889,-61.044:45.88,-61.057:45.875,-61.073:45.868,-61.088:45.855,-61.098:45.854,-61.084:45.857,-61.061:45.864,-61.039:45.872,-61.03:45.876,-61.019:45.875,-60.998:45.877,-60.983:45.889,-60.989:45.886,-60.968:45.855,-60.914:45.848,-60.926:45.851,-60.937:45.857,-60.949:45.861,-60.965:45.857,-60.967:45.835,-60.942:45.827,-60.934:45.827,-60.953:45.829,-60.961:45.834,-60.969:45.821,-60.982:45.82,-60.995:45.824,-61.006:45.823,-61.013:45.814,-61.024:45.779,-61.103:45.764,-61.123:45.745,-61.134:45.747,-61.129:45.752,-61.112:45.745,-61.111:45.736,-61.111:45.728,-61.113:45.724,-61.116:45.722,-61.126:45.717,-61.134:45.712,-61.14:45.708,-61.148:45.703,-61.143:45.699,-61.133:45.691,-61.082:45.699,-61.049:45.752,-60.947:45.756,-60.913:45.752,-60.873:45.741,-60.836:45.721,-60.807:45.703,-60.799:45.691,-60.808:45.679,-60.824:45.655,-60.845:45.651,-60.85:45.648,-60.849:45.642,-60.838:45.641,-60.829:45.644,-60.826:45.65,-60.828:45.655,-60.832:45.663,-60.81:45.669,-60.818:45.669,-60.784:45.674,-60.777:45.693,-60.766:45.694,-60.759:45.685,-60.744:45.684,-60.732:45.691,-60.73:45.704,-60.742:45.714,-60.73:45.725,-60.733:45.735,-60.743:45.745,-60.749:45.76,-60.746:45.774,-60.737:45.785,-60.725:45.793,-60.715:45.8,-60.7:45.81,-60.669:45.82,-60.653:45.831,-60.644:45.844,-60.634:45.856,-60.623:45.861,-60.609:45.866,-60.599:45.89,-60.569:45.901,-60.541:45.924,-60.521:45.937,-60.478:45.954,-60.445:45.976,-60.416:45.998,-60.399:45.993,-60.42:45.977,-60.463:45.957,-60.497:45.944,-60.564:45.92,-60.621:45.913,-60.646:45.899,-60.665:45.891,-60.699:45.89,-60.71:45.896,-60.722:45.905,-60.731:45.923,-60.74:45.93,-60.749:45.931,-60.762:45.929,-60.776:45.93,-60.787:45.94,-60.791:45.954,-60.782:45.985,-60.715:46.007,-60.684:46.015,-60.666:46.018,-60.642:46.024,-60.622:46.067,-60.564:46.091,-60.508:46.102,-60.489:46.149,-60.431:46.156,-60.417:46.164,-60.405:46.197,-60.375:46.205,-60.355:46.205,-60.334:46.209,-60.315:46.219,-60.301:46.238,-60.297:46.23,-60.318:46.226,-60.338:46.224,-60.383:46.218,-60.401:46.177,-60.447:46.077,-60.607:46.068,-60.63:46.067,-60.639:46.072,-60.653:46.082,-60.655:46.091,-60.65:46.095,-60.642:46.101,-60.621:46.116,-60.601:46.149,-60.571:46.201,-60.502:46.218,-60.494:46.234,-60.475:46.312,-60.351:46.328,-60.283:46.317,-60.279:46.279,-60.259:46.242,-60.205:46.224,-60.212:46.156,-60.29:46.159,-60.278:46.166,-60.268:46.173,-60.261:46.177,-60.256:46.176,-60.244:46.173,-60.235:46.162,-60.221:46.145,-60.212:46.142,-60.205:46.156,-60.194:46.166,-60.192:46.175,-60.195:46.184,-60.199:46.194,-60.201:46.212,-60.193:46.231,-60.174:46.246,-60.152:46.252,-60.136:46.251,-60.109:46.246,-60.083:46.238,-60.059:46.224,-60.037:46.211,-60.091:46.207,-59.991:46.196,-59.944:46.162,-59.948:46.159,-59.934:46.172,-59.901:46.177,-59.882:46.17,-59.81:46.156,-59.836:46.137,-59.863:46.111,-59.882:46.081,-59.885:46.094,-59.871:46.105,-59.851:46.112,-59.829:46.115,-59.81:46.108,-59.81:46.074,-59.872:46.05,-59.896:46.042,-59.909:46.036,-59.954:46.028,-59.958:46.016,-59.95:46.002,-59.937:45.995,-59.921:45.997,-59.898:46.005,-59.858:46.005,-59.84:46.003,-59.832:45.998,-59.824:45.999,-59.83:45.992,-59.832:45.978,-59.83:45.971,-59.824:45.961,-59.807:45.957,-59.803:45.945,-59.802:45.936,-59.805:45.931,-59.812:45.933,-59.824:45.936,-59.862:45.904,-59.939:45.91,-59.968:45.905,-59.975:45.901,-59.98:45.896,-59.985:45.889,-59.989:45.886,-59.984:45.88,-59.98:45.875,-59.975:45.87,-60.127:45.847,-60.153:45.838,-60.155:45.837,-60.154:45.838,-60.147:45.834,-60.133:45.824,-60.112:45.821,-60.101:45.82,-60.088:45.816,-60.075:45.806,-60.072:45.797,-60.074:45.793,-60.081:45.791,-60.093:45.767,-60.178:45.756,-60.199:45.741,-60.208:45.719,-60.215:45.707,-60.235:45.7,-60.26:45.697,-60.283:45.684,-60.323:45.643,-60.395:45.636,-60.441:45.636,-60.462:45.64,-60.47:45.649,-60.475:45.632,-60.5:45.627,-60.512:45.595,-60.63:45.578,-60.662:45.574,-60.672:45.573,-60.704:45.572,-60.711:45.568,-60.719:45.566,-60.727:45.567,-60.736:45.573,-60.741:45.582,-60.742:45.59,-60.744:45.594,-60.752:45.601,-60.828:45.605,-60.844:45.614,-60.849:45.627,-60.85:45.639,-60.855:45.646,-60.871:45.637,-60.884:45.624,-60.895:45.614,-60.907:45.621,-60.916:45.626,-60.925:45.628,-60.936:45.628,-60.947:45.612,-60.946:45.608,-60.97:45.614,-61.024:45.608,-61.01:45.595,-61.016:45.592,-61.025:45.594,-61.047:45.592,-61.058:45.573,-61.085:45.56,-61.131:45.557,-61.157:45.559,-61.175:45.565,-61.157:45.572,-61.151:45.579,-61.155:45.587,-61.167:45.59,-61.182:45.59,-61.196:45.593,-61.205:45.608,-61.208:45.6,-61.215:45.59,-61.22:45.582,-61.225:45.584,-61.232:45.585,-61.241:45.58,-61.253:45.572,-61.266:45.567,-61.277:45.548,-61.27:45.548,-61.284:45.559,-61.322:45.566,-61.335:45.611,-61.363:45.657,-61.419:45.682,-61.442:45.71,-61.455:45.776,-61.465:45.811,-61.475:45.827,-61.492:45.835,-61.497:45.889,-61.489:45.906,-61.5:45.919,-61.514:45.933,-61.523:45.951,-61.516:45.961,-61.521:45.981,-61.521:45.992,-61.523:45.997,-61.529:46.003,-61.538:46.012,-61.547:46.022,-61.551:46.041,-61.541:46.053,-61.517:46.063,-61.491:46.074,-61.475:46.093,-61.47:46.12,-61.466:46.145,-61.459:46.156,-61.445:46.163,-61.431:46.194,-61.384:46.243,-61.289:46.246,-61.28:46.255,-61.278:46.331,-61.212:46.367,-61.191:46.386,-61.178:46.454,-61.095:46.467,-61.086:46.481,-61.08:46.513,-61.075:46.527,-61.066:46.55,-61.04:46.568,-61.03:46.582,-61.037:46.592,-61.05:46.601,-61.057:46.612,-61.054:46.625,-61.043:46.637,-61.029:46.642,-61.016:46.612,-61.03:46.601,-61.03:46.593,-61.024:46.601,-61.017:46.614,-61.012:46.626,-61.01:46.633,-61.005:46.653,-60.972:46.662,-60.965:46.698,-60.947:46.769,-60.899:46.8,-60.869:46.821,-60.832:46.835,-60.788:46.844,-60.769:46.905,-60.701:46.982,-60.651:47.004,-60.642:47.011,-60.633:47.017,-60.623:47.034,-60.603:47.035,-60.593:47.026,-60.571:47.022,-60.534:47.019,-60.523:47.013,-60.514:47.007,-60.509:47.001,-60.501" - -} diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index ace1654..8dad735 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -73,7 +73,7 @@ describe("Testing fixtures conversion", function() { checkFormatFixture('testcase3-multitracks-kml-novascotia-optimization0.json'); }); describe('Checking fixture 3', function() { - checkFormatFixture('testcase3.json'); + checkFormatFixture('testcase3-multitracks-kml-novascotia.json'); }); }); From 89849eabd232af0705f99e8f03f604bbe1b31f78 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 14:34:32 +0100 Subject: [PATCH 22/25] Rebasing --- dist/app.min.js | 7 +++++++ dist/formats.min.js | 4 ++++ dist/layers.min.js | 4 ++++ 3 files changed, 15 insertions(+) diff --git a/dist/app.min.js b/dist/app.min.js index afb5e4f..6687ad0 100644 --- a/dist/app.min.js +++ b/dist/app.min.js @@ -17,6 +17,7 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);} }(document, 'script', 'twitter-wjs');; <<<<<<< HEAD +<<<<<<< HEAD function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); >>>>>>> More tests + better testing environment >>>>>>> More tests + better testing environment +======= +function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); +>>>>>>> Rebasing diff --git a/dist/formats.min.js b/dist/formats.min.js index d669ffc..88fcd57 100644 --- a/dist/formats.min.js +++ b/dist/formats.min.js @@ -1,5 +1,9 @@ <<<<<<< HEAD +<<<<<<< HEAD function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b>>>>>> More tests + better testing environment +======= +function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b>>>>>> Rebasing diff --git a/dist/layers.min.js b/dist/layers.min.js index e123292..62c7163 100644 --- a/dist/layers.min.js +++ b/dist/layers.min.js @@ -1,4 +1,5 @@ <<<<<<< HEAD +<<<<<<< HEAD function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a>>>>>> More tests + better testing environment >>>>>>> More tests + better testing environment +======= +function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a>>>>>> Rebasing From 502a1428c50b9c9d7bdb3daa35033cfd553e012b Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 18:01:39 +0100 Subject: [PATCH 23/25] Adding test cases with optimization=0 --- tests/fixtures/testcase1-classic-geojson.json | 14 -------------- tests/fixtures/testcase2-empty-geojson.json | 14 -------------- .../testcase3-multitracks-kml-novascotia.json | 15 --------------- tests/formatsSpec.js | 3 --- 4 files changed, 46 deletions(-) delete mode 100644 tests/fixtures/testcase1-classic-geojson.json delete mode 100644 tests/fixtures/testcase2-empty-geojson.json delete mode 100644 tests/fixtures/testcase3-multitracks-kml-novascotia.json diff --git a/tests/fixtures/testcase1-classic-geojson.json b/tests/fixtures/testcase1-classic-geojson.json deleted file mode 100644 index 4b24c25..0000000 --- a/tests/fixtures/testcase1-classic-geojson.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name": "Simple track with 26 nodes", - - "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}, - - "gpx": "", - - "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-0.580169,44.841228],[-0.42678,45.000941],[-0.426868,45.002157],[-0.602955,45.38455],[-0.603477,45.385947],[-0.589506,45.597002],[-0.589527,45.59825],[-0.667646,45.785438],[-0.667558,45.786107],[-0.558538,45.941167],[-0.558113,45.942187],[-0.510364,46.169241],[-0.509617,46.170379],[-0.299221,46.344348],[-0.299249,46.344476],[-0.407783,46.418584],[-0.409374,46.419001],[-0.664399,46.391373],[-0.665289,46.391522],[-1.073797,46.533238],[-1.074503,46.533726],[-1.13799,46.602358],[-1.138088,46.602591],[-1.166572,46.752703],[-1.16709,46.753447],[-1.560173,47.218559]]}}]}", - - "kml": "-0.580169,44.841228 -0.42678,45.000941 -0.426868,45.002157 -0.602955,45.38455 -0.603477,45.385947 -0.589506,45.597002 -0.589527,45.59825 -0.667646,45.785438 -0.667558,45.786107 -0.558538,45.941167 -0.558113,45.942187 -0.510364,46.169241 -0.509617,46.170379 -0.299221,46.344348 -0.299249,46.344476 -0.407783,46.418584 -0.409374,46.419001 -0.664399,46.391373 -0.665289,46.391522 -1.073797,46.533238 -1.074503,46.533726 -1.13799,46.602358 -1.138088,46.602591 -1.166572,46.752703 -1.16709,46.753447 -1.560173,47.218559", - - "mediawiki": "44.841228,-0.580169:45.000941,-0.42678:45.002157,-0.426868:45.38455,-0.602955:45.385947,-0.603477:45.597002,-0.589506:45.59825,-0.589527:45.785438,-0.667646:45.786107,-0.667558:45.941167,-0.558538:45.942187,-0.558113:46.169241,-0.510364:46.170379,-0.509617:46.344348,-0.299221:46.344476,-0.299249:46.418584,-0.407783:46.419001,-0.409374:46.391373,-0.664399:46.391522,-0.665289:46.533238,-1.073797:46.533726,-1.074503:46.602358,-1.13799:46.602591,-1.138088:46.752703,-1.166572:46.753447,-1.16709:47.218559,-1.560173" - -} diff --git a/tests/fixtures/testcase2-empty-geojson.json b/tests/fixtures/testcase2-empty-geojson.json deleted file mode 100644 index 2a1933b..0000000 --- a/tests/fixtures/testcase2-empty-geojson.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "name" : "Empty track", - - "source": {"type":"FeatureCollection","features":[{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[]}}]}, - - "gpx": "", - - "geojson": "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"properties\":{},\"geometry\":{\"type\":\"LineString\",\"coordinates\":[]}}]}", - - "kml": "", - - "mediawiki": "" - -} diff --git a/tests/fixtures/testcase3-multitracks-kml-novascotia.json b/tests/fixtures/testcase3-multitracks-kml-novascotia.json deleted file mode 100644 index 089e7f8..0000000 --- a/tests/fixtures/testcase3-multitracks-kml-novascotia.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - - "name": "Nova Scotia, Multi tracks with Polygon (Issue #12)", - - "source" : " Nova Scotia -65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0 -59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0 -66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0 -60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0 -64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0 -59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0 -60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0 ", - - "gpx" : "Nova Scotia #0name=Nova Scotia #0\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #1name=Nova Scotia #1\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #2name=Nova Scotia #2\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #3name=Nova Scotia #3\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #4name=Nova Scotia #4\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #5name=Nova Scotia #5\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1Nova Scotia #6name=Nova Scotia #6\nstroke=0000ff\nstroke-opacity=1\nstroke-width=1", - - "geojson" : "{\"type\":\"FeatureCollection\",\"features\":[{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-65.61,43.428,0],[-65.629,43.422,0],[-65.621,43.435,0],[-65.627,43.445,0],[-65.635,43.453,0],[-65.645,43.459,0],[-65.656,43.463,0],[-65.646,43.472,0],[-65.634,43.477,0],[-65.608,43.484,0],[-65.617,43.508,0],[-65.605,43.514,0],[-65.56,43.511,0],[-65.569,43.495,0],[-65.574,43.477,0],[-65.587,43.464,0],[-65.598,43.445,0],[-65.61,43.428,0]]},\"properties\":{\"name\":\"Nova Scotia #0\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.807,43.933,0],[-59.861,43.916,0],[-59.913,43.908,0],[-59.971,43.906,0],[-60.028,43.911,0],[-60.083,43.923,0],[-60.133,43.942,0],[-60.124,43.946,0],[-60.116,43.947,0],[-60.108,43.946,0],[-60.098,43.942,0],[-60.074,43.943,0],[-59.998,43.929,0],[-59.867,43.937,0],[-59.844,43.941,0],[-59.822,43.948,0],[-59.803,43.957,0],[-59.741,43.987,0],[-59.728,43.998,0],[-59.76,43.96,0],[-59.807,43.933,0]]},\"properties\":{\"name\":\"Nova Scotia #1\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-66.298,44.283,0],[-66.313,44.251,0],[-66.328,44.258,0],[-66.286,44.325,0],[-66.258,44.355,0],[-66.242,44.377,0],[-66.231,44.387,0],[-66.213,44.396,0],[-66.203,44.392,0],[-66.204,44.381,0],[-66.218,44.367,0],[-66.239,44.338,0],[-66.298,44.283,0]]},\"properties\":{\"name\":\"Nova Scotia #2\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.932,45.577,0],[-60.914,45.567,0],[-60.908,45.577,0],[-60.899,45.579,0],[-60.889,45.574,0],[-60.879,45.567,0],[-60.884,45.558,0],[-60.892,45.553,0],[-60.902,45.551,0],[-60.914,45.553,0],[-60.953,45.532,0],[-60.962,45.517,0],[-60.947,45.498,0],[-60.968,45.487,0],[-60.986,45.47,0],[-61.003,45.461,0],[-61.024,45.471,0],[-61.013,45.477,0],[-61.004,45.486,0],[-61.002,45.495,0],[-61.013,45.498,0],[-61.04,45.499,0],[-61.053,45.501,0],[-61.065,45.505,0],[-61.075,45.511,0],[-61.089,45.523,0],[-61.105,45.527,0],[-61.106,45.531,0],[-61.106,45.536,0],[-61.112,45.549,0],[-61.106,45.551,0],[-61.091,45.553,0],[-61.075,45.563,0],[-61.054,45.571,0],[-61.031,45.577,0],[-61.01,45.581,0],[-60.958,45.582,0],[-60.932,45.577,0]]},\"properties\":{\"name\":\"Nova Scotia #3\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-64.008,46.005,0],[-63.905,45.98,0],[-63.87,45.963,0],[-63.867,45.937,0],[-63.844,45.934,0],[-63.825,45.925,0],[-63.811,45.91,0],[-63.806,45.889,0],[-63.786,45.891,0],[-63.759,45.886,0],[-63.732,45.877,0],[-63.716,45.868,0],[-63.727,45.862,0],[-63.746,45.854,0],[-63.757,45.847,0],[-63.736,45.842,0],[-63.69,45.853,0],[-63.669,45.847,0],[-63.674,45.837,0],[-63.674,45.828,0],[-63.67,45.824,0],[-63.662,45.827,0],[-63.652,45.837,0],[-63.653,45.843,0],[-63.659,45.85,0],[-63.662,45.865,0],[-63.659,45.874,0],[-63.652,45.875,0],[-63.644,45.87,0],[-63.638,45.865,0],[-63.629,45.862,0],[-63.593,45.875,0],[-63.492,45.883,0],[-63.439,45.876,0],[-63.409,45.855,0],[-63.428,45.854,0],[-63.464,45.86,0],[-63.483,45.861,0],[-63.47,45.852,0],[-63.438,45.839,0],[-63.428,45.827,0],[-63.447,45.821,0],[-63.484,45.826,0],[-63.504,45.827,0],[-63.523,45.82,0],[-63.516,45.811,0],[-63.496,45.807,0],[-63.477,45.814,0],[-63.469,45.809,0],[-63.461,45.806,0],[-63.452,45.806,0],[-63.442,45.806,0],[-63.438,45.805,0],[-63.431,45.801,0],[-63.428,45.8,0],[-63.425,45.802,0],[-63.418,45.812,0],[-63.415,45.814,0],[-63.399,45.812,0],[-63.369,45.803,0],[-63.354,45.8,0],[-63.324,45.804,0],[-63.291,45.812,0],[-63.259,45.816,0],[-63.23,45.806,0],[-63.258,45.791,0],[-63.302,45.776,0],[-63.347,45.767,0],[-63.381,45.772,0],[-63.373,45.757,0],[-63.356,45.748,0],[-63.312,45.737,0],[-63.304,45.732,0],[-63.295,45.726,0],[-63.288,45.724,0],[-63.285,45.735,0],[-63.282,45.741,0],[-63.273,45.748,0],[-63.257,45.759,0],[-63.257,45.754,0],[-63.257,45.743,0],[-63.257,45.737,0],[-63.212,45.76,0],[-63.196,45.765,0],[-63.195,45.768,0],[-63.194,45.773,0],[-63.192,45.777,0],[-63.189,45.779,0],[-63.184,45.776,0],[-63.182,45.771,0],[-63.182,45.766,0],[-63.185,45.762,0],[-63.2,45.753,0],[-63.205,45.746,0],[-63.202,45.737,0],[-63.19,45.736,0],[-63.134,45.759,0],[-63.117,45.763,0],[-63.1,45.765,0],[-63.083,45.764,0],[-63.065,45.759,0],[-63.07,45.779,0],[-63.084,45.79,0],[-63.121,45.806,0],[-63.1,45.811,0],[-62.98,45.796,0],[-62.924,45.783,0],[-62.777,45.765,0],[-62.751,45.766,0],[-62.699,45.773,0],[-62.675,45.772,0],[-62.696,45.761,0],[-62.718,45.761,0],[-62.738,45.763,0],[-62.757,45.759,0],[-62.739,45.748,0],[-62.729,45.744,0],[-62.699,45.745,0],[-62.682,45.742,0],[-62.664,45.736,0],[-62.647,45.727,0],[-62.633,45.717,0],[-62.703,45.687,0],[-62.751,45.681,0],[-62.77,45.675,0],[-62.784,45.662,0],[-62.792,45.642,0],[-62.781,45.653,0],[-62.765,45.662,0],[-62.749,45.664,0],[-62.736,45.655,0],[-62.747,45.627,0],[-62.75,45.613,0],[-62.74,45.618,0],[-62.72,45.646,0],[-62.706,45.656,0],[-62.692,45.652,0],[-62.669,45.631,0],[-62.657,45.628,0],[-62.647,45.642,0],[-62.664,45.647,0],[-62.672,45.656,0],[-62.672,45.668,0],[-62.665,45.68,0],[-62.655,45.682,0],[-62.64,45.681,0],[-62.625,45.682,0],[-62.613,45.691,0],[-62.6,45.686,0],[-62.577,45.686,0],[-62.566,45.683,0],[-62.557,45.678,0],[-62.55,45.667,0],[-62.545,45.663,0],[-62.526,45.658,0],[-62.51,45.659,0],[-62.495,45.662,0],[-62.476,45.663,0],[-62.503,45.631,0],[-62.509,45.615,0],[-62.493,45.608,0],[-62.47,45.615,0],[-62.435,45.643,0],[-62.418,45.649,0],[-62.4,45.653,0],[-62.377,45.662,0],[-62.362,45.673,0],[-62.371,45.683,0],[-62.383,45.68,0],[-62.405,45.675,0],[-62.441,45.655,0],[-62.416,45.679,0],[-62.27,45.704,0],[-62.06,45.808,0],[-61.989,45.863,0],[-61.949,45.882,0],[-61.924,45.889,0],[-61.911,45.889,0],[-61.9,45.882,0],[-61.897,45.872,0],[-61.905,45.866,0],[-61.916,45.86,0],[-61.921,45.851,0],[-61.92,45.83,0],[-61.909,45.787,0],[-61.888,45.738,0],[-61.886,45.721,0],[-61.894,45.704,0],[-61.876,45.693,0],[-61.836,45.681,0],[-61.821,45.673,0],[-61.807,45.66,0],[-61.795,45.653,0],[-61.726,45.628,0],[-61.708,45.623,0],[-61.684,45.622,0],[-61.668,45.627,0],[-61.655,45.636,0],[-61.642,45.642,0],[-61.626,45.636,0],[-61.633,45.636,0],[-61.648,45.634,0],[-61.648,45.627,0],[-61.64,45.621,0],[-61.62,45.614,0],[-61.619,45.623,0],[-61.615,45.632,0],[-61.61,45.639,0],[-61.602,45.642,0],[-61.589,45.646,0],[-61.583,45.653,0],[-61.58,45.663,0],[-61.575,45.673,0],[-61.558,45.684,0],[-61.537,45.689,0],[-61.492,45.691,0],[-61.47,45.683,0],[-61.437,45.65,0],[-61.417,45.642,0],[-61.4,45.633,0],[-61.384,45.612,0],[-61.37,45.581,0],[-61.359,45.578,0],[-61.351,45.57,0],[-61.339,45.553,0],[-61.324,45.542,0],[-61.263,45.512,0],[-61.247,45.507,0],[-61.24,45.508,0],[-61.237,45.506,0],[-61.235,45.491,0],[-61.237,45.468,0],[-61.248,45.453,0],[-61.267,45.443,0],[-61.353,45.414,0],[-61.373,45.409,0],[-61.374,45.421,0],[-61.388,45.418,0],[-61.406,45.408,0],[-61.417,45.399,0],[-61.43,45.392,0],[-61.483,45.375,0],[-61.461,45.355,0],[-61.451,45.349,0],[-61.137,45.354,0],[-61.12,45.352,0],[-61.082,45.343,0],[-60.999,45.333,0],[-60.982,45.326,0],[-60.971,45.314,0],[-60.971,45.302,0],[-60.972,45.288,0],[-60.969,45.272,0],[-60.983,45.271,0],[-60.987,45.277,0],[-60.989,45.285,0],[-60.996,45.292,0],[-61.007,45.294,0],[-61.017,45.294,0],[-61.027,45.294,0],[-61.037,45.3,0],[-61.028,45.285,0],[-61.023,45.279,0],[-61.016,45.272,0],[-61.024,45.263,0],[-61.031,45.261,0],[-61.039,45.26,0],[-61.047,45.255,0],[-61.053,45.245,0],[-61.057,45.236,0],[-61.063,45.233,0],[-61.078,45.238,0],[-61.071,45.224,0],[-61.12,45.214,0],[-61.139,45.218,0],[-61.153,45.238,0],[-61.142,45.245,0],[-61.133,45.253,0],[-61.126,45.262,0],[-61.119,45.272,0],[-61.165,45.264,0],[-61.175,45.258,0],[-61.18,45.243,0],[-61.171,45.216,0],[-61.175,45.203,0],[-61.184,45.209,0],[-61.188,45.216,0],[-61.19,45.223,0],[-61.197,45.235,0],[-61.204,45.246,0],[-61.212,45.253,0],[-61.216,45.248,0],[-61.246,45.24,0],[-61.263,45.239,0],[-61.263,45.251,0],[-61.278,45.254,0],[-61.299,45.248,0],[-61.332,45.231,0],[-61.35,45.217,0],[-61.365,45.201,0],[-61.364,45.19,0],[-61.339,45.19,0],[-61.355,45.178,0],[-61.371,45.169,0],[-61.389,45.164,0],[-61.568,45.147,0],[-61.61,45.151,0],[-61.64,45.176,0],[-61.647,45.157,0],[-61.666,45.164,0],[-61.687,45.175,0],[-61.702,45.169,0],[-61.686,45.162,0],[-61.666,45.149,0],[-61.649,45.135,0],[-61.64,45.121,0],[-61.649,45.122,0],[-61.658,45.12,0],[-61.674,45.115,0],[-61.64,45.094,0],[-61.64,45.087,0],[-61.677,45.089,0],[-61.695,45.092,0],[-61.702,45.097,0],[-61.704,45.107,0],[-61.709,45.107,0],[-61.715,45.101,0],[-61.756,45.101,0],[-61.754,45.094,0],[-61.755,45.089,0],[-61.756,45.084,0],[-61.756,45.08,0],[-61.781,45.092,0],[-61.81,45.101,0],[-61.825,45.099,0],[-61.811,45.08,0],[-61.822,45.078,0],[-61.846,45.08,0],[-61.859,45.08,0],[-61.859,45.073,0],[-61.851,45.071,0],[-61.841,45.065,0],[-61.836,45.056,0],[-61.839,45.047,0],[-61.848,45.045,0],[-61.88,45.053,0],[-61.887,45.047,0],[-61.882,45.034,0],[-61.897,45.031,0],[-61.918,45.037,0],[-61.935,45.053,0],[-61.941,45.033,0],[-61.941,45.025,0],[-61.959,45.037,0],[-61.976,45.036,0],[-61.99,45.027,0],[-62.004,45.011,0],[-62.006,45.016,0],[-62.008,45.021,0],[-62.01,45.026,0],[-62.01,45.032,0],[-62.02,45.026,0],[-62.029,45.019,0],[-62.039,45.014,0],[-62.05,45.011,0],[-62.035,45.004,0],[-61.976,44.991,0],[-61.989,44.985,0],[-62.003,44.983,0],[-62.018,44.985,0],[-62.031,44.991,0],[-62.042,44.983,0],[-62.057,44.976,0],[-62.073,44.973,0],[-62.086,44.978,0],[-62.098,44.974,0],[-62.119,44.97,0],[-62.138,44.969,0],[-62.147,44.974,0],[-62.151,44.975,0],[-62.174,44.961,0],[-62.185,44.956,0],[-62.234,44.959,0],[-62.254,44.952,0],[-62.27,44.929,0],[-62.278,44.937,0],[-62.29,44.927,0],[-62.306,44.92,0],[-62.321,44.918,0],[-62.332,44.922,0],[-62.339,44.922,0],[-62.34,44.918,0],[-62.342,44.915,0],[-62.344,44.913,0],[-62.346,44.909,0],[-62.343,44.905,0],[-62.342,44.903,0],[-62.339,44.895,0],[-62.361,44.902,0],[-62.377,44.91,0],[-62.393,44.91,0],[-62.415,44.895,0],[-62.41,44.892,0],[-62.406,44.886,0],[-62.401,44.881,0],[-62.42,44.878,0],[-62.437,44.869,0],[-62.448,44.853,0],[-62.448,44.834,0],[-62.467,44.841,0],[-62.473,44.859,0],[-62.473,44.881,0],[-62.476,44.901,0],[-62.49,44.882,0],[-62.507,44.864,0],[-62.527,44.856,0],[-62.551,44.868,0],[-62.566,44.84,0],[-62.555,44.833,0],[-62.546,44.825,0],[-62.531,44.806,0],[-62.553,44.8,0],[-62.578,44.834,0],[-62.599,44.827,0],[-62.607,44.837,0],[-62.623,44.83,0],[-62.661,44.806,0],[-62.654,44.793,0],[-62.687,44.802,0],[-62.805,44.785,0],[-62.799,44.772,0],[-62.802,44.761,0],[-62.813,44.754,0],[-62.826,44.752,0],[-62.821,44.744,0],[-62.815,44.738,0],[-62.807,44.733,0],[-62.798,44.73,0],[-62.819,44.721,0],[-62.83,44.718,0],[-62.842,44.717,0],[-62.851,44.723,0],[-62.857,44.734,0],[-62.864,44.738,0],[-62.873,44.724,0],[-62.887,44.731,0],[-62.908,44.738,0],[-62.93,44.74,0],[-62.945,44.734,0],[-62.972,44.718,0],[-62.989,44.711,0],[-62.997,44.714,0],[-62.998,44.722,0],[-63,44.727,0],[-63.002,44.731,0],[-63.004,44.737,0],[-63.003,44.765,0],[-63.004,44.772,0],[-63.018,44.778,0],[-63.047,44.766,0],[-63.058,44.778,0],[-63.059,44.763,0],[-63.05,44.751,0],[-63.021,44.727,0],[-63.014,44.711,0],[-63.024,44.697,0],[-63.058,44.675,0],[-63.063,44.689,0],[-63.061,44.705,0],[-63.063,44.718,0],[-63.076,44.724,0],[-63.096,44.729,0],[-63.102,44.743,0],[-63.099,44.775,0],[-63.103,44.784,0],[-63.11,44.79,0],[-63.119,44.791,0],[-63.127,44.785,0],[-63.125,44.782,0],[-63.121,44.752,0],[-63.124,44.735,0],[-63.137,44.707,0],[-63.14,44.689,0],[-63.154,44.696,0],[-63.16,44.706,0],[-63.16,44.718,0],[-63.155,44.73,0],[-63.173,44.721,0],[-63.183,44.692,0],[-63.202,44.683,0],[-63.214,44.681,0],[-63.214,44.683,0],[-63.212,44.69,0],[-63.216,44.703,0],[-63.232,44.727,0],[-63.237,44.737,0],[-63.25,44.726,0],[-63.253,44.712,0],[-63.248,44.698,0],[-63.237,44.689,0],[-63.25,44.673,0],[-63.281,44.644,0],[-63.285,44.628,0],[-63.317,44.636,0],[-63.389,44.643,0],[-63.415,44.655,0],[-63.402,44.665,0],[-63.396,44.667,0],[-63.387,44.668,0],[-63.399,44.682,0],[-63.417,44.683,0],[-63.456,44.668,0],[-63.435,44.659,0],[-63.42,44.648,0],[-63.415,44.634,0],[-63.422,44.614,0],[-63.439,44.596,0],[-63.456,44.601,0],[-63.476,44.613,0],[-63.51,44.624,0],[-63.538,44.648,0],[-63.574,44.666,0],[-63.633,44.713,0],[-63.644,44.717,0],[-63.662,44.717,0],[-63.649,44.688,0],[-63.64,44.676,0],[-63.628,44.668,0],[-63.62,44.667,0],[-63.596,44.668,0],[-63.587,44.664,0],[-63.574,44.646,0],[-63.569,44.642,0],[-63.563,44.635,0],[-63.548,44.603,0],[-63.545,44.593,0],[-63.546,44.574,0],[-63.548,44.562,0],[-63.546,44.55,0],[-63.523,44.518,0],[-63.524,44.503,0],[-63.533,44.489,0],[-63.548,44.473,0],[-63.554,44.47,0],[-63.573,44.464,0],[-63.579,44.464,0],[-63.587,44.469,0],[-63.585,44.475,0],[-63.58,44.48,0],[-63.579,44.484,0],[-63.596,44.487,0],[-63.605,44.477,0],[-63.61,44.463,0],[-63.621,44.453,0],[-63.626,44.446,0],[-63.633,44.441,0],[-63.641,44.443,0],[-63.644,44.45,0],[-63.639,44.459,0],[-63.632,44.466,0],[-63.628,44.47,0],[-63.641,44.476,0],[-63.658,44.475,0],[-63.693,44.47,0],[-63.701,44.468,0],[-63.703,44.463,0],[-63.705,44.458,0],[-63.716,44.456,0],[-63.721,44.461,0],[-63.724,44.47,0],[-63.729,44.475,0],[-63.737,44.47,0],[-63.749,44.474,0],[-63.758,44.482,0],[-63.763,44.491,0],[-63.765,44.505,0],[-63.774,44.494,0],[-63.783,44.478,0],[-63.793,44.469,0],[-63.806,44.477,0],[-63.809,44.49,0],[-63.804,44.503,0],[-63.785,44.532,0],[-63.793,44.526,0],[-63.805,44.515,0],[-63.812,44.511,0],[-63.82,44.514,0],[-63.826,44.521,0],[-63.834,44.525,0],[-63.847,44.519,0],[-63.844,44.515,0],[-63.84,44.505,0],[-63.854,44.504,0],[-63.874,44.499,0],[-63.888,44.497,0],[-63.9,44.498,0],[-63.912,44.501,0],[-63.922,44.506,0],[-63.929,44.511,0],[-63.942,44.534,0],[-63.942,44.554,0],[-63.922,44.593,0],[-63.928,44.6,0],[-63.943,44.621,0],[-63.925,44.629,0],[-63.919,44.634,0],[-63.915,44.642,0],[-63.919,44.643,0],[-63.929,44.648,0],[-63.902,44.667,0],[-63.891,44.68,0],[-63.888,44.696,0],[-63.907,44.684,0],[-63.926,44.675,0],[-63.989,44.656,0],[-64.001,44.655,0],[-64.057,44.639,0],[-64.066,44.634,0],[-64.06,44.621,0],[-64.062,44.587,0],[-64.052,44.58,0],[-64.037,44.571,0],[-64.025,44.551,0],[-64.011,44.511,0],[-64.041,44.523,0],[-64.055,44.509,0],[-64.064,44.488,0],[-64.076,44.477,0],[-64.097,44.475,0],[-64.106,44.478,0],[-64.117,44.488,0],[-64.123,44.516,0],[-64.124,44.522,0],[-64.119,44.538,0],[-64.128,44.555,0],[-64.145,44.57,0],[-64.162,44.58,0],[-64.178,44.582,0],[-64.197,44.58,0],[-64.211,44.571,0],[-64.21,44.552,0],[-64.227,44.537,0],[-64.253,44.544,0],[-64.281,44.558,0],[-64.305,44.566,0],[-64.301,44.561,0],[-64.292,44.546,0],[-64.304,44.543,0],[-64.305,44.536,0],[-64.301,44.527,0],[-64.299,44.515,0],[-64.301,44.503,0],[-64.308,44.492,0],[-64.317,44.484,0],[-64.326,44.477,0],[-64.318,44.477,0],[-64.299,44.47,0],[-64.31,44.465,0],[-64.354,44.456,0],[-64.354,44.445,0],[-64.344,44.438,0],[-64.336,44.429,0],[-64.34,44.415,0],[-64.297,44.417,0],[-64.275,44.416,0],[-64.258,44.409,0],[-64.275,44.407,0],[-64.288,44.401,0],[-64.3,44.393,0],[-64.312,44.387,0],[-64.312,44.381,0],[-64.261,44.38,0],[-64.235,44.377,0],[-64.21,44.367,0],[-64.228,44.361,0],[-64.246,44.361,0],[-64.282,44.367,0],[-64.347,44.367,0],[-64.347,44.361,0],[-64.34,44.356,0],[-64.336,44.35,0],[-64.336,44.342,0],[-64.34,44.333,0],[-64.326,44.33,0],[-64.315,44.324,0],[-64.305,44.32,0],[-64.292,44.326,0],[-64.298,44.329,0],[-64.307,44.337,0],[-64.312,44.34,0],[-64.302,44.343,0],[-64.291,44.341,0],[-64.264,44.333,0],[-64.29,44.304,0],[-64.289,44.299,0],[-64.237,44.299,0],[-64.269,44.267,0],[-64.287,44.259,0],[-64.305,44.272,0],[-64.312,44.264,0],[-64.33,44.276,0],[-64.339,44.284,0],[-64.347,44.292,0],[-64.337,44.298,0],[-64.333,44.299,0],[-64.409,44.329,0],[-64.429,44.34,0],[-64.418,44.326,0],[-64.401,44.313,0],[-64.382,44.303,0],[-64.364,44.299,0],[-64.359,44.296,0],[-64.357,44.288,0],[-64.358,44.279,0],[-64.36,44.272,0],[-64.367,44.264,0],[-64.426,44.234,0],[-64.431,44.226,0],[-64.434,44.208,0],[-64.439,44.199,0],[-64.449,44.193,0],[-64.469,44.187,0],[-64.477,44.182,0],[-64.483,44.174,0],[-64.498,44.141,0],[-64.514,44.15,0],[-64.522,44.153,0],[-64.531,44.155,0],[-64.536,44.156,0],[-64.543,44.161,0],[-64.549,44.162,0],[-64.552,44.16,0],[-64.555,44.15,0],[-64.559,44.148,0],[-64.594,44.158,0],[-64.606,44.159,0],[-64.6,44.148,0],[-64.606,44.146,0],[-64.609,44.143,0],[-64.614,44.141,0],[-64.621,44.141,0],[-64.599,44.135,0],[-64.575,44.134,0],[-64.554,44.13,0],[-64.546,44.117,0],[-64.55,44.1,0],[-64.561,44.08,0],[-64.576,44.069,0],[-64.594,44.079,0],[-64.621,44.065,0],[-64.649,44.059,0],[-64.717,44.059,0],[-64.705,44.046,0],[-64.687,44.042,0],[-64.669,44.036,0],[-64.662,44.015,0],[-64.667,43.998,0],[-64.68,43.993,0],[-64.697,43.99,0],[-64.714,43.98,0],[-64.731,43.964,0],[-64.744,43.958,0],[-64.806,43.957,0],[-64.816,43.954,0],[-64.819,43.946,0],[-64.822,43.937,0],[-64.828,43.931,0],[-64.837,43.929,0],[-64.847,43.929,0],[-64.833,43.914,0],[-64.797,43.895,0],[-64.786,43.875,0],[-64.802,43.876,0],[-64.814,43.874,0],[-64.819,43.867,0],[-64.812,43.853,0],[-64.829,43.845,0],[-64.834,43.834,0],[-64.839,43.83,0],[-64.854,43.84,0],[-64.859,43.846,0],[-64.868,43.861,0],[-64.874,43.867,0],[-64.883,43.873,0],[-64.893,43.877,0],[-64.904,43.879,0],[-64.915,43.881,0],[-64.91,43.871,0],[-64.895,43.856,0],[-64.888,43.847,0],[-64.886,43.839,0],[-64.884,43.822,0],[-64.881,43.812,0],[-64.906,43.805,0],[-64.924,43.823,0],[-64.938,43.849,0],[-64.95,43.867,0],[-64.967,43.874,0],[-64.964,43.861,0],[-64.935,43.813,0],[-64.932,43.806,0],[-64.935,43.799,0],[-64.949,43.775,0],[-64.958,43.766,0],[-64.97,43.759,0],[-64.984,43.758,0],[-64.997,43.77,0],[-65.02,43.817,0],[-65.039,43.832,0],[-65.038,43.816,0],[-65.019,43.771,0],[-65.016,43.759,0],[-65.014,43.743,0],[-65.016,43.727,0],[-65.025,43.716,0],[-65.034,43.712,0],[-65.037,43.716,0],[-65.037,43.721,0],[-65.043,43.724,0],[-65.053,43.721,0],[-65.058,43.714,0],[-65.061,43.707,0],[-65.06,43.703,0],[-65.077,43.711,0],[-65.073,43.745,0],[-65.087,43.758,0],[-65.096,43.736,0],[-65.123,43.697,0],[-65.128,43.675,0],[-65.151,43.689,0],[-65.147,43.707,0],[-65.136,43.727,0],[-65.141,43.751,0],[-65.161,43.716,0],[-65.169,43.71,0],[-65.178,43.71,0],[-65.187,43.716,0],[-65.194,43.725,0],[-65.201,43.751,0],[-65.212,43.772,0],[-65.225,43.792,0],[-65.238,43.806,0],[-65.24,43.798,0],[-65.242,43.795,0],[-65.242,43.792,0],[-65.238,43.785,0],[-65.255,43.776,0],[-65.249,43.755,0],[-65.224,43.719,0],[-65.24,43.695,0],[-65.25,43.673,0],[-65.263,43.671,0],[-65.289,43.675,0],[-65.327,43.697,0],[-65.328,43.71,0],[-65.316,43.733,0],[-65.313,43.744,0],[-65.317,43.761,0],[-65.323,43.766,0],[-65.331,43.763,0],[-65.341,43.758,0],[-65.345,43.751,0],[-65.346,43.742,0],[-65.351,43.737,0],[-65.367,43.744,0],[-65.355,43.716,0],[-65.341,43.694,0],[-65.334,43.67,0],[-65.341,43.641,0],[-65.341,43.634,0],[-65.34,43.625,0],[-65.34,43.617,0],[-65.344,43.614,0],[-65.354,43.611,0],[-65.358,43.604,0],[-65.356,43.597,0],[-65.351,43.593,0],[-65.346,43.588,0],[-65.341,43.545,0],[-65.362,43.575,0],[-65.371,43.579,0],[-65.381,43.577,0],[-65.392,43.567,0],[-65.402,43.566,0],[-65.416,43.571,0],[-65.442,43.593,0],[-65.457,43.6,0],[-65.457,43.593,0],[-65.413,43.539,0],[-65.41,43.529,0],[-65.408,43.519,0],[-65.402,43.504,0],[-65.416,43.5,0],[-65.422,43.511,0],[-65.429,43.545,0],[-65.439,43.557,0],[-65.45,43.561,0],[-65.456,43.556,0],[-65.451,43.545,0],[-65.455,43.535,0],[-65.463,43.528,0],[-65.472,43.524,0],[-65.484,43.525,0],[-65.474,43.504,0],[-65.471,43.494,0],[-65.47,43.48,0],[-65.475,43.471,0],[-65.484,43.472,0],[-65.493,43.48,0],[-65.498,43.494,0],[-65.504,43.503,0],[-65.542,43.528,0],[-65.547,43.532,0],[-65.55,43.538,0],[-65.552,43.543,0],[-65.546,43.556,0],[-65.55,43.561,0],[-65.556,43.565,0],[-65.56,43.569,0],[-65.566,43.574,0],[-65.579,43.566,0],[-65.613,43.536,0],[-65.649,43.518,0],[-65.653,43.513,0],[-65.654,43.507,0],[-65.658,43.502,0],[-65.669,43.497,0],[-65.668,43.5,0],[-65.674,43.505,0],[-65.69,43.511,0],[-65.719,43.509,0],[-65.729,43.514,0],[-65.738,43.531,0],[-65.73,43.547,0],[-65.732,43.563,0],[-65.739,43.577,0],[-65.752,43.587,0],[-65.752,43.576,0],[-65.752,43.569,0],[-65.749,43.564,0],[-65.745,43.559,0],[-65.748,43.555,0],[-65.751,43.553,0],[-65.754,43.552,0],[-65.758,43.551,0],[-65.778,43.568,0],[-65.782,43.588,0],[-65.772,43.641,0],[-65.771,43.669,0],[-65.774,43.681,0],[-65.779,43.689,0],[-65.789,43.691,0],[-65.795,43.683,0],[-65.8,43.669,0],[-65.807,43.655,0],[-65.796,43.646,0],[-65.792,43.634,0],[-65.794,43.62,0],[-65.799,43.606,0],[-65.815,43.632,0],[-65.817,43.657,0],[-65.816,43.683,0],[-65.82,43.71,0],[-65.825,43.719,0],[-65.84,43.739,0],[-65.848,43.751,0],[-65.853,43.764,0],[-65.861,43.806,0],[-65.868,43.806,0],[-65.868,43.787,0],[-65.866,43.779,0],[-65.861,43.771,0],[-65.877,43.77,0],[-65.889,43.784,0],[-65.899,43.804,0],[-65.909,43.819,0],[-65.924,43.827,0],[-65.937,43.826,0],[-65.941,43.82,0],[-65.93,43.812,0],[-65.93,43.806,0],[-65.957,43.785,0],[-65.971,43.78,0],[-65.978,43.795,0],[-65.979,43.802,0],[-65.984,43.82,0],[-65.987,43.839,0],[-65.992,43.849,0],[-65.997,43.854,0],[-65.999,43.85,0],[-66.004,43.832,0],[-66.005,43.826,0],[-66.005,43.816,0],[-66.004,43.81,0],[-66.002,43.804,0],[-65.974,43.751,0],[-65.963,43.737,0],[-65.973,43.714,0],[-65.979,43.706,0],[-65.991,43.703,0],[-65.983,43.72,0],[-65.984,43.729,0],[-65.991,43.731,0],[-66.005,43.724,0],[-66.007,43.717,0],[-66.005,43.708,0],[-66.006,43.7,0],[-66.015,43.697,0],[-66.024,43.698,0],[-66.028,43.702,0],[-66.029,43.709,0],[-66.026,43.716,0],[-66.032,43.716,0],[-66.031,43.737,0],[-66.042,43.746,0],[-66.055,43.741,0],[-66.06,43.716,0],[-66.074,43.729,0],[-66.077,43.741,0],[-66.073,43.768,0],[-66.079,43.772,0],[-66.093,43.767,0],[-66.107,43.755,0],[-66.115,43.744,0],[-66.122,43.744,0],[-66.134,43.81,0],[-66.12,43.825,0],[-66.113,43.836,0],[-66.111,43.848,0],[-66.118,43.853,0],[-66.128,43.85,0],[-66.136,43.842,0],[-66.142,43.833,0],[-66.149,43.826,0],[-66.148,43.84,0],[-66.149,43.853,0],[-66.156,43.86,0],[-66.17,43.86,0],[-66.166,43.871,0],[-66.167,43.88,0],[-66.17,43.887,0],[-66.17,43.894,0],[-66.165,43.904,0],[-66.152,43.924,0],[-66.149,43.932,0],[-66.154,43.947,0],[-66.161,43.961,0],[-66.163,43.976,0],[-66.149,44.003,0],[-66.15,44.011,0],[-66.156,44.022,0],[-66.158,44.024,0],[-66.183,44.084,0],[-66.194,44.093,0],[-66.21,44.086,0],[-66.21,44.106,0],[-66.195,44.143,0],[-66.19,44.165,0],[-66.188,44.171,0],[-66.159,44.201,0],[-66.152,44.209,0],[-66.142,44.231,0],[-66.114,44.343,0],[-66.095,44.374,0],[-66.063,44.394,0],[-66.047,44.407,0],[-66.04,44.426,0],[-66.032,44.437,0],[-65.966,44.489,0],[-65.928,44.506,0],[-65.889,44.533,0],[-65.867,44.544,0],[-65.848,44.557,0],[-65.84,44.574,0],[-65.849,44.587,0],[-65.868,44.588,0],[-65.913,44.58,0],[-65.924,44.581,0],[-65.933,44.584,0],[-65.942,44.584,0],[-66.028,44.521,0],[-66.187,44.395,0],[-66.197,44.391,0],[-66.192,44.418,0],[-66.18,44.434,0],[-65.999,44.58,0],[-65.889,44.631,0],[-65.875,44.643,0],[-65.786,44.696,0],[-65.773,44.686,0],[-65.763,44.672,0],[-65.756,44.657,0],[-65.752,44.642,0],[-65.754,44.632,0],[-65.757,44.621,0],[-65.757,44.611,0],[-65.749,44.607,0],[-65.729,44.609,0],[-65.71,44.614,0],[-65.692,44.621,0],[-65.68,44.629,0],[-65.656,44.648,0],[-65.625,44.667,0],[-65.612,44.678,0],[-65.601,44.696,0],[-65.594,44.689,0],[-65.537,44.737,0],[-65.522,44.744,0],[-65.494,44.749,0],[-65.451,44.771,0],[-65.429,44.778,0],[-65.447,44.781,0],[-65.492,44.758,0],[-65.535,44.747,0],[-65.615,44.709,0],[-65.654,44.698,0],[-65.676,44.696,0],[-65.717,44.675,0],[-65.742,44.668,0],[-65.758,44.683,0],[-65.723,44.728,0],[-65.621,44.779,0],[-65.457,44.855,0],[-65.398,44.895,0],[-65.378,44.901,0],[-65.358,44.904,0],[-65.232,44.955,0],[-65.213,44.967,0],[-65.18,44.993,0],[-65.022,45.06,0],[-64.863,45.14,0],[-64.714,45.192,0],[-64.644,45.201,0],[-64.575,45.22,0],[-64.511,45.229,0],[-64.475,45.24,0],[-64.441,45.256,0],[-64.415,45.272,0],[-64.395,45.302,0],[-64.417,45.32,0],[-64.459,45.329,0],[-64.498,45.334,0],[-64.478,45.341,0],[-64.456,45.339,0],[-64.415,45.326,0],[-64.349,45.32,0],[-64.33,45.31,0],[-64.318,45.295,0],[-64.32,45.283,0],[-64.33,45.272,0],[-64.343,45.262,0],[-64.351,45.248,0],[-64.359,45.213,0],[-64.367,45.197,0],[-64.352,45.185,0],[-64.357,45.171,0],[-64.372,45.157,0],[-64.388,45.149,0],[-64.367,45.126,0],[-64.362,45.116,0],[-64.367,45.108,0],[-64.357,45.104,0],[-64.345,45.106,0],[-64.337,45.113,0],[-64.333,45.125,0],[-64.331,45.136,0],[-64.326,45.142,0],[-64.317,45.146,0],[-64.305,45.149,0],[-64.223,45.109,0],[-64.151,45.05,0],[-64.149,45.039,0],[-64.155,44.984,0],[-64.147,44.998,0],[-64.136,45.003,0],[-64.122,45.003,0],[-64.107,44.998,0],[-64.116,45.012,0],[-64.119,45.03,0],[-64.114,45.046,0],[-64.101,45.053,0],[-64.101,45.06,0],[-64.119,45.062,0],[-64.136,45.073,0],[-64.184,45.114,0],[-64.197,45.133,0],[-64.199,45.149,0],[-64.166,45.16,0],[-64.164,45.168,0],[-64.166,45.178,0],[-64.165,45.186,0],[-64.158,45.192,0],[-64.139,45.2,0],[-64.131,45.207,0],[-64.115,45.216,0],[-64.024,45.242,0],[-63.963,45.251,0],[-63.906,45.276,0],[-63.885,45.279,0],[-63.846,45.277,0],[-63.825,45.28,0],[-63.809,45.289,0],[-63.804,45.299,0],[-63.804,45.306,0],[-63.801,45.311,0],[-63.788,45.313,0],[-63.76,45.311,0],[-63.748,45.308,0],[-63.737,45.3,0],[-63.73,45.306,0],[-63.72,45.322,0],[-63.716,45.326,0],[-63.708,45.326,0],[-63.675,45.32,0],[-63.579,45.322,0],[-63.543,45.332,0],[-63.524,45.334,0],[-63.504,45.329,0],[-63.492,45.317,0],[-63.483,45.303,0],[-63.469,45.292,0],[-63.461,45.325,0],[-63.433,45.345,0],[-63.396,45.356,0],[-63.36,45.361,0],[-63.392,45.372,0],[-63.507,45.375,0],[-63.528,45.378,0],[-63.571,45.392,0],[-63.593,45.395,0],[-63.816,45.395,0],[-63.834,45.392,0],[-63.849,45.385,0],[-63.874,45.367,0],[-63.88,45.362,0],[-63.885,45.356,0],[-63.891,45.353,0],[-63.901,45.354,0],[-63.91,45.359,0],[-63.914,45.365,0],[-63.914,45.373,0],[-63.908,45.382,0],[-63.936,45.399,0],[-64.014,45.391,0],[-64.052,45.395,0],[-64.042,45.401,0],[-64.038,45.402,0],[-64.066,45.413,0],[-64.105,45.415,0],[-64.183,45.409,0],[-64.244,45.395,0],[-64.276,45.392,0],[-64.312,45.402,0],[-64.314,45.382,0],[-64.322,45.38,0],[-64.334,45.386,0],[-64.347,45.389,0],[-64.359,45.386,0],[-64.37,45.382,0],[-64.379,45.375,0],[-64.388,45.367,0],[-64.4,45.373,0],[-64.436,45.382,0],[-64.446,45.388,0],[-64.451,45.395,0],[-64.459,45.4,0],[-64.576,45.416,0],[-64.62,45.409,0],[-64.672,45.389,0],[-64.707,45.361,0],[-64.696,45.326,0],[-64.717,45.325,0],[-64.732,45.316,0],[-64.745,45.306,0],[-64.759,45.3,0],[-64.768,45.297,0],[-64.768,45.298,0],[-64.767,45.303,0],[-64.772,45.313,0],[-64.773,45.318,0],[-64.766,45.325,0],[-64.768,45.33,0],[-64.774,45.333,0],[-64.786,45.332,0],[-64.792,45.334,0],[-64.823,45.348,0],[-64.86,45.353,0],[-64.897,45.347,0],[-64.929,45.326,0],[-64.936,45.351,0],[-64.929,45.383,0],[-64.915,45.412,0],[-64.902,45.43,0],[-64.854,45.457,0],[-64.839,45.459,0],[-64.815,45.468,0],[-64.799,45.471,0],[-64.833,45.484,0],[-64.706,45.537,0],[-64.681,45.543,0],[-64.663,45.557,0],[-64.649,45.559,0],[-64.645,45.586,0],[-64.613,45.603,0],[-64.573,45.615,0],[-64.542,45.632,0],[-64.513,45.657,0],[-64.484,45.676,0],[-64.477,45.679,0],[-64.462,45.681,0],[-64.457,45.683,0],[-64.448,45.691,0],[-64.438,45.704,0],[-64.429,45.71,0],[-64.437,45.725,0],[-64.439,45.739,0],[-64.432,45.748,0],[-64.412,45.752,0],[-64.398,45.756,0],[-64.386,45.768,0],[-64.379,45.781,0],[-64.381,45.793,0],[-64.305,45.827,0],[-64.293,45.816,0],[-64.294,45.805,0],[-64.312,45.786,0],[-64.319,45.781,0],[-64.326,45.78,0],[-64.331,45.777,0],[-64.333,45.769,0],[-64.331,45.763,0],[-64.328,45.76,0],[-64.328,45.755,0],[-64.333,45.745,0],[-64.317,45.756,0],[-64.303,45.762,0],[-64.287,45.765,0],[-64.264,45.765,0],[-64.269,45.774,0],[-64.279,45.779,0],[-64.291,45.78,0],[-64.305,45.779,0],[-64.294,45.784,0],[-64.283,45.794,0],[-64.274,45.805,0],[-64.271,45.814,0],[-64.271,45.831,0],[-64.273,45.836,0],[-64.273,45.836,0],[-64.264,45.845,0],[-64.258,45.857,0],[-64.252,45.87,0],[-64.245,45.881,0],[-64.23,45.894,0],[-64.214,45.904,0],[-64.199,45.916,0],[-64.187,45.931,0],[-64.175,45.95,0],[-64.16,45.964,0],[-64.141,45.973,0],[-64.12,45.976,0],[-64.099,45.975,0],[-64.073,45.973,0],[-64.051,45.977,0],[-64.043,45.992,0],[-64.043,45.992,0],[-64.042,45.991,0],[-64.033,45.995,0],[-64.024,46.002,0],[-64.017,46.005,0],[-64.008,46.005,0]]},\"properties\":{\"name\":\"Nova Scotia #4\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-59.706,46.011,0],[-59.706,45.999,0],[-59.708,45.995,0],[-59.714,45.998,0],[-59.726,46,0],[-59.76,46,0],[-59.781,46.004,0],[-59.778,46.012,0],[-59.724,46.029,0],[-59.695,46.034,0],[-59.689,46.03,0],[-59.703,46.023,0],[-59.706,46.011,0]]},\"properties\":{\"name\":\"Nova Scotia #5\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}},{\"type\":\"Feature\",\"geometry\":{\"type\":\"LineString\",\"coordinates\":[[-60.501,47.001,0],[-60.486,46.999,0],[-60.461,47.003,0],[-60.42,47.022,0],[-60.396,47.026,0],[-60.383,47.017,0],[-60.398,46.996,0],[-60.434,46.964,0],[-60.465,46.927,0],[-60.49,46.905,0],[-60.496,46.896,0],[-60.474,46.897,0],[-60.452,46.893,0],[-60.442,46.885,0],[-60.455,46.876,0],[-60.455,46.868,0],[-60.43,46.864,0],[-60.393,46.863,0],[-60.358,46.866,0],[-60.339,46.876,0],[-60.331,46.872,0],[-60.323,46.867,0],[-60.317,46.861,0],[-60.311,46.855,0],[-60.305,46.834,0],[-60.309,46.803,0],[-60.324,46.745,0],[-60.342,46.709,0],[-60.345,46.694,0],[-60.352,46.687,0],[-60.399,46.67,0],[-60.391,46.661,0],[-60.381,46.656,0],[-60.37,46.654,0],[-60.358,46.656,0],[-60.358,46.65,0],[-60.365,46.648,0],[-60.378,46.644,0],[-60.386,46.642,0],[-60.374,46.63,0],[-60.36,46.623,0],[-60.35,46.616,0],[-60.352,46.601,0],[-60.357,46.595,0],[-60.38,46.581,0],[-60.421,46.525,0],[-60.461,46.423,0],[-60.473,46.407,0],[-60.509,46.369,0],[-60.516,46.356,0],[-60.53,46.324,0],[-60.578,46.264,0],[-60.606,46.21,0],[-60.606,46.21,0],[-60.605,46.211,0],[-60.6,46.201,0],[-60.599,46.197,0],[-60.552,46.262,0],[-60.54,46.272,0],[-60.524,46.278,0],[-60.475,46.32,0],[-60.443,46.333,0],[-60.434,46.334,0],[-60.419,46.33,0],[-60.416,46.324,0],[-60.418,46.315,0],[-60.421,46.303,0],[-60.427,46.284,0],[-60.442,46.271,0],[-60.475,46.252,0],[-60.612,46.128,0],[-60.632,46.118,0],[-60.675,46.102,0],[-60.691,46.091,0],[-60.701,46.088,0],[-60.715,46.107,0],[-60.725,46.105,0],[-60.748,46.085,0],[-60.756,46.081,0],[-60.773,46.073,0],[-60.816,46.062,0],[-60.873,46.053,0],[-60.879,46.062,0],[-60.874,46.068,0],[-60.863,46.073,0],[-60.852,46.074,0],[-60.874,46.079,0],[-60.912,46.052,0],[-60.975,45.992,0],[-60.993,45.982,0],[-61.015,45.975,0],[-61.102,45.958,0],[-61.119,45.95,0],[-61.126,45.93,0],[-61.033,45.937,0],[-61.01,45.942,0],[-60.995,45.954,0],[-60.983,45.97,0],[-60.969,45.985,0],[-60.903,46.01,0],[-60.884,46.035,0],[-60.863,46.038,0],[-60.818,46.039,0],[-60.773,46.059,0],[-60.747,46.066,0],[-60.736,46.057,0],[-60.743,46.037,0],[-60.76,46.022,0],[-60.781,46.008,0],[-60.797,45.992,0],[-60.803,45.975,0],[-60.806,45.954,0],[-60.815,45.937,0],[-60.835,45.93,0],[-60.847,45.929,0],[-60.858,45.925,0],[-60.868,45.92,0],[-60.876,45.913,0],[-60.886,45.908,0],[-60.898,45.91,0],[-60.92,45.916,0],[-60.962,45.915,0],[-60.981,45.91,0],[-60.989,45.899,0],[-61.001,45.897,0],[-61.056,45.898,0],[-61.071,45.896,0],[-61.052,45.889,0],[-61.044,45.889,0],[-61.057,45.88,0],[-61.073,45.875,0],[-61.088,45.868,0],[-61.098,45.855,0],[-61.084,45.854,0],[-61.061,45.857,0],[-61.039,45.864,0],[-61.03,45.872,0],[-61.019,45.876,0],[-60.998,45.875,0],[-60.983,45.877,0],[-60.989,45.889,0],[-60.968,45.886,0],[-60.914,45.855,0],[-60.926,45.848,0],[-60.937,45.851,0],[-60.949,45.857,0],[-60.965,45.861,0],[-60.967,45.857,0],[-60.942,45.835,0],[-60.934,45.827,0],[-60.953,45.827,0],[-60.961,45.829,0],[-60.969,45.834,0],[-60.982,45.821,0],[-60.995,45.82,0],[-61.006,45.824,0],[-61.013,45.823,0],[-61.024,45.814,0],[-61.103,45.779,0],[-61.123,45.764,0],[-61.134,45.745,0],[-61.129,45.747,0],[-61.112,45.752,0],[-61.111,45.745,0],[-61.111,45.736,0],[-61.113,45.728,0],[-61.116,45.724,0],[-61.126,45.722,0],[-61.134,45.717,0],[-61.14,45.712,0],[-61.148,45.708,0],[-61.143,45.703,0],[-61.133,45.699,0],[-61.082,45.691,0],[-61.049,45.699,0],[-60.947,45.752,0],[-60.913,45.756,0],[-60.873,45.752,0],[-60.836,45.741,0],[-60.807,45.721,0],[-60.799,45.703,0],[-60.808,45.691,0],[-60.824,45.679,0],[-60.845,45.655,0],[-60.85,45.651,0],[-60.849,45.648,0],[-60.838,45.642,0],[-60.829,45.641,0],[-60.826,45.644,0],[-60.828,45.65,0],[-60.832,45.655,0],[-60.81,45.663,0],[-60.818,45.669,0],[-60.784,45.669,0],[-60.777,45.674,0],[-60.766,45.693,0],[-60.759,45.694,0],[-60.744,45.685,0],[-60.732,45.684,0],[-60.73,45.691,0],[-60.742,45.704,0],[-60.73,45.714,0],[-60.733,45.725,0],[-60.743,45.735,0],[-60.749,45.745,0],[-60.746,45.76,0],[-60.737,45.774,0],[-60.725,45.785,0],[-60.715,45.793,0],[-60.7,45.8,0],[-60.669,45.81,0],[-60.653,45.82,0],[-60.644,45.831,0],[-60.634,45.844,0],[-60.623,45.856,0],[-60.609,45.861,0],[-60.599,45.866,0],[-60.569,45.89,0],[-60.541,45.901,0],[-60.521,45.924,0],[-60.478,45.937,0],[-60.445,45.954,0],[-60.416,45.976,0],[-60.399,45.998,0],[-60.42,45.993,0],[-60.463,45.977,0],[-60.497,45.957,0],[-60.564,45.944,0],[-60.621,45.92,0],[-60.646,45.913,0],[-60.665,45.899,0],[-60.699,45.891,0],[-60.71,45.89,0],[-60.722,45.896,0],[-60.731,45.905,0],[-60.74,45.923,0],[-60.749,45.93,0],[-60.762,45.931,0],[-60.776,45.929,0],[-60.787,45.93,0],[-60.791,45.94,0],[-60.782,45.954,0],[-60.715,45.985,0],[-60.684,46.007,0],[-60.666,46.015,0],[-60.642,46.018,0],[-60.622,46.024,0],[-60.564,46.067,0],[-60.508,46.091,0],[-60.489,46.102,0],[-60.431,46.149,0],[-60.417,46.156,0],[-60.405,46.164,0],[-60.375,46.197,0],[-60.355,46.205,0],[-60.334,46.205,0],[-60.315,46.209,0],[-60.301,46.219,0],[-60.297,46.238,0],[-60.318,46.23,0],[-60.338,46.226,0],[-60.383,46.224,0],[-60.401,46.218,0],[-60.447,46.177,0],[-60.607,46.077,0],[-60.63,46.068,0],[-60.639,46.067,0],[-60.653,46.072,0],[-60.655,46.082,0],[-60.65,46.091,0],[-60.642,46.095,0],[-60.621,46.101,0],[-60.601,46.116,0],[-60.571,46.149,0],[-60.502,46.201,0],[-60.494,46.218,0],[-60.475,46.234,0],[-60.351,46.312,0],[-60.283,46.328,0],[-60.279,46.317,0],[-60.259,46.279,0],[-60.205,46.242,0],[-60.212,46.224,0],[-60.29,46.156,0],[-60.278,46.159,0],[-60.268,46.166,0],[-60.261,46.173,0],[-60.256,46.177,0],[-60.244,46.176,0],[-60.235,46.173,0],[-60.221,46.162,0],[-60.212,46.145,0],[-60.205,46.142,0],[-60.194,46.156,0],[-60.192,46.166,0],[-60.195,46.175,0],[-60.199,46.184,0],[-60.201,46.194,0],[-60.193,46.212,0],[-60.174,46.231,0],[-60.152,46.246,0],[-60.136,46.252,0],[-60.109,46.251,0],[-60.083,46.246,0],[-60.059,46.238,0],[-60.037,46.224,0],[-60.091,46.211,0],[-59.991,46.207,0],[-59.944,46.196,0],[-59.948,46.162,0],[-59.934,46.159,0],[-59.901,46.172,0],[-59.882,46.177,0],[-59.81,46.17,0],[-59.836,46.156,0],[-59.863,46.137,0],[-59.882,46.111,0],[-59.885,46.081,0],[-59.871,46.094,0],[-59.851,46.105,0],[-59.829,46.112,0],[-59.81,46.115,0],[-59.81,46.108,0],[-59.872,46.074,0],[-59.896,46.05,0],[-59.909,46.042,0],[-59.954,46.036,0],[-59.958,46.028,0],[-59.95,46.016,0],[-59.937,46.002,0],[-59.921,45.995,0],[-59.898,45.997,0],[-59.858,46.005,0],[-59.84,46.005,0],[-59.832,46.003,0],[-59.824,45.998,0],[-59.83,45.999,0],[-59.832,45.992,0],[-59.83,45.978,0],[-59.824,45.971,0],[-59.807,45.961,0],[-59.803,45.957,0],[-59.802,45.945,0],[-59.805,45.936,0],[-59.812,45.931,0],[-59.824,45.933,0],[-59.862,45.936,0],[-59.939,45.904,0],[-59.968,45.91,0],[-59.975,45.905,0],[-59.98,45.901,0],[-59.985,45.896,0],[-59.989,45.889,0],[-59.984,45.886,0],[-59.98,45.88,0],[-59.975,45.875,0],[-60.127,45.87,0],[-60.153,45.847,0],[-60.155,45.838,0],[-60.154,45.837,0],[-60.147,45.838,0],[-60.133,45.834,0],[-60.112,45.824,0],[-60.101,45.821,0],[-60.088,45.82,0],[-60.075,45.816,0],[-60.072,45.806,0],[-60.074,45.797,0],[-60.081,45.793,0],[-60.093,45.791,0],[-60.178,45.767,0],[-60.199,45.756,0],[-60.208,45.741,0],[-60.215,45.719,0],[-60.235,45.707,0],[-60.26,45.7,0],[-60.283,45.697,0],[-60.323,45.684,0],[-60.395,45.643,0],[-60.441,45.636,0],[-60.462,45.636,0],[-60.47,45.64,0],[-60.475,45.649,0],[-60.5,45.632,0],[-60.512,45.627,0],[-60.63,45.595,0],[-60.662,45.578,0],[-60.672,45.574,0],[-60.704,45.573,0],[-60.711,45.572,0],[-60.719,45.568,0],[-60.727,45.566,0],[-60.736,45.567,0],[-60.741,45.573,0],[-60.742,45.582,0],[-60.744,45.59,0],[-60.752,45.594,0],[-60.828,45.601,0],[-60.844,45.605,0],[-60.849,45.614,0],[-60.85,45.627,0],[-60.855,45.639,0],[-60.871,45.646,0],[-60.884,45.637,0],[-60.895,45.624,0],[-60.907,45.614,0],[-60.916,45.621,0],[-60.925,45.626,0],[-60.936,45.628,0],[-60.947,45.628,0],[-60.946,45.612,0],[-60.97,45.608,0],[-61.024,45.614,0],[-61.01,45.608,0],[-61.016,45.595,0],[-61.025,45.592,0],[-61.047,45.594,0],[-61.058,45.592,0],[-61.085,45.573,0],[-61.131,45.56,0],[-61.157,45.557,0],[-61.175,45.559,0],[-61.157,45.565,0],[-61.151,45.572,0],[-61.155,45.579,0],[-61.167,45.587,0],[-61.182,45.59,0],[-61.196,45.59,0],[-61.205,45.593,0],[-61.208,45.608,0],[-61.215,45.6,0],[-61.22,45.59,0],[-61.225,45.582,0],[-61.232,45.584,0],[-61.241,45.585,0],[-61.253,45.58,0],[-61.266,45.572,0],[-61.277,45.567,0],[-61.27,45.548,0],[-61.284,45.548,0],[-61.322,45.559,0],[-61.335,45.566,0],[-61.363,45.611,0],[-61.419,45.657,0],[-61.442,45.682,0],[-61.455,45.71,0],[-61.465,45.776,0],[-61.475,45.811,0],[-61.492,45.827,0],[-61.497,45.835,0],[-61.489,45.889,0],[-61.5,45.906,0],[-61.514,45.919,0],[-61.523,45.933,0],[-61.516,45.951,0],[-61.521,45.961,0],[-61.521,45.981,0],[-61.523,45.992,0],[-61.529,45.997,0],[-61.538,46.003,0],[-61.547,46.012,0],[-61.551,46.022,0],[-61.541,46.041,0],[-61.517,46.053,0],[-61.491,46.063,0],[-61.475,46.074,0],[-61.47,46.093,0],[-61.466,46.12,0],[-61.459,46.145,0],[-61.445,46.156,0],[-61.431,46.163,0],[-61.384,46.194,0],[-61.289,46.243,0],[-61.28,46.246,0],[-61.278,46.255,0],[-61.212,46.331,0],[-61.191,46.367,0],[-61.178,46.386,0],[-61.095,46.454,0],[-61.086,46.467,0],[-61.08,46.481,0],[-61.075,46.513,0],[-61.066,46.527,0],[-61.04,46.55,0],[-61.03,46.568,0],[-61.037,46.582,0],[-61.05,46.592,0],[-61.057,46.601,0],[-61.054,46.612,0],[-61.043,46.625,0],[-61.029,46.637,0],[-61.016,46.642,0],[-61.03,46.612,0],[-61.03,46.601,0],[-61.024,46.593,0],[-61.017,46.601,0],[-61.012,46.614,0],[-61.01,46.626,0],[-61.005,46.633,0],[-60.972,46.653,0],[-60.965,46.662,0],[-60.947,46.698,0],[-60.899,46.769,0],[-60.869,46.8,0],[-60.832,46.821,0],[-60.788,46.835,0],[-60.769,46.844,0],[-60.701,46.905,0],[-60.651,46.982,0],[-60.642,47.004,0],[-60.633,47.011,0],[-60.623,47.017,0],[-60.603,47.034,0],[-60.593,47.035,0],[-60.571,47.026,0],[-60.534,47.022,0],[-60.523,47.019,0],[-60.514,47.013,0],[-60.509,47.007,0],[-60.501,47.001,0]]},\"properties\":{\"name\":\"Nova Scotia #6\",\"stroke\":\"0000ff\",\"stroke-opacity\":1,\"stroke-width\":1}}]}", - - "kml" : "Nova Scotia #0Nova Scotia #00000ff11-65.61,43.428,0 -65.629,43.422,0 -65.621,43.435,0 -65.627,43.445,0 -65.635,43.453,0 -65.645,43.459,0 -65.656,43.463,0 -65.646,43.472,0 -65.634,43.477,0 -65.608,43.484,0 -65.617,43.508,0 -65.605,43.514,0 -65.56,43.511,0 -65.569,43.495,0 -65.574,43.477,0 -65.587,43.464,0 -65.598,43.445,0 -65.61,43.428,0Nova Scotia #1Nova Scotia #10000ff11-59.807,43.933,0 -59.861,43.916,0 -59.913,43.908,0 -59.971,43.906,0 -60.028,43.911,0 -60.083,43.923,0 -60.133,43.942,0 -60.124,43.946,0 -60.116,43.947,0 -60.108,43.946,0 -60.098,43.942,0 -60.074,43.943,0 -59.998,43.929,0 -59.867,43.937,0 -59.844,43.941,0 -59.822,43.948,0 -59.803,43.957,0 -59.741,43.987,0 -59.728,43.998,0 -59.76,43.96,0 -59.807,43.933,0Nova Scotia #2Nova Scotia #20000ff11-66.298,44.283,0 -66.313,44.251,0 -66.328,44.258,0 -66.286,44.325,0 -66.258,44.355,0 -66.242,44.377,0 -66.231,44.387,0 -66.213,44.396,0 -66.203,44.392,0 -66.204,44.381,0 -66.218,44.367,0 -66.239,44.338,0 -66.298,44.283,0Nova Scotia #3Nova Scotia #30000ff11-60.932,45.577,0 -60.914,45.567,0 -60.908,45.577,0 -60.899,45.579,0 -60.889,45.574,0 -60.879,45.567,0 -60.884,45.558,0 -60.892,45.553,0 -60.902,45.551,0 -60.914,45.553,0 -60.953,45.532,0 -60.962,45.517,0 -60.947,45.498,0 -60.968,45.487,0 -60.986,45.47,0 -61.003,45.461,0 -61.024,45.471,0 -61.013,45.477,0 -61.004,45.486,0 -61.002,45.495,0 -61.013,45.498,0 -61.04,45.499,0 -61.053,45.501,0 -61.065,45.505,0 -61.075,45.511,0 -61.089,45.523,0 -61.105,45.527,0 -61.106,45.531,0 -61.106,45.536,0 -61.112,45.549,0 -61.106,45.551,0 -61.091,45.553,0 -61.075,45.563,0 -61.054,45.571,0 -61.031,45.577,0 -61.01,45.581,0 -60.958,45.582,0 -60.932,45.577,0Nova Scotia #4Nova Scotia #40000ff11-64.008,46.005,0 -63.905,45.98,0 -63.87,45.963,0 -63.867,45.937,0 -63.844,45.934,0 -63.825,45.925,0 -63.811,45.91,0 -63.806,45.889,0 -63.786,45.891,0 -63.759,45.886,0 -63.732,45.877,0 -63.716,45.868,0 -63.727,45.862,0 -63.746,45.854,0 -63.757,45.847,0 -63.736,45.842,0 -63.69,45.853,0 -63.669,45.847,0 -63.674,45.837,0 -63.674,45.828,0 -63.67,45.824,0 -63.662,45.827,0 -63.652,45.837,0 -63.653,45.843,0 -63.659,45.85,0 -63.662,45.865,0 -63.659,45.874,0 -63.652,45.875,0 -63.644,45.87,0 -63.638,45.865,0 -63.629,45.862,0 -63.593,45.875,0 -63.492,45.883,0 -63.439,45.876,0 -63.409,45.855,0 -63.428,45.854,0 -63.464,45.86,0 -63.483,45.861,0 -63.47,45.852,0 -63.438,45.839,0 -63.428,45.827,0 -63.447,45.821,0 -63.484,45.826,0 -63.504,45.827,0 -63.523,45.82,0 -63.516,45.811,0 -63.496,45.807,0 -63.477,45.814,0 -63.469,45.809,0 -63.461,45.806,0 -63.452,45.806,0 -63.442,45.806,0 -63.438,45.805,0 -63.431,45.801,0 -63.428,45.8,0 -63.425,45.802,0 -63.418,45.812,0 -63.415,45.814,0 -63.399,45.812,0 -63.369,45.803,0 -63.354,45.8,0 -63.324,45.804,0 -63.291,45.812,0 -63.259,45.816,0 -63.23,45.806,0 -63.258,45.791,0 -63.302,45.776,0 -63.347,45.767,0 -63.381,45.772,0 -63.373,45.757,0 -63.356,45.748,0 -63.312,45.737,0 -63.304,45.732,0 -63.295,45.726,0 -63.288,45.724,0 -63.285,45.735,0 -63.282,45.741,0 -63.273,45.748,0 -63.257,45.759,0 -63.257,45.754,0 -63.257,45.743,0 -63.257,45.737,0 -63.212,45.76,0 -63.196,45.765,0 -63.195,45.768,0 -63.194,45.773,0 -63.192,45.777,0 -63.189,45.779,0 -63.184,45.776,0 -63.182,45.771,0 -63.182,45.766,0 -63.185,45.762,0 -63.2,45.753,0 -63.205,45.746,0 -63.202,45.737,0 -63.19,45.736,0 -63.134,45.759,0 -63.117,45.763,0 -63.1,45.765,0 -63.083,45.764,0 -63.065,45.759,0 -63.07,45.779,0 -63.084,45.79,0 -63.121,45.806,0 -63.1,45.811,0 -62.98,45.796,0 -62.924,45.783,0 -62.777,45.765,0 -62.751,45.766,0 -62.699,45.773,0 -62.675,45.772,0 -62.696,45.761,0 -62.718,45.761,0 -62.738,45.763,0 -62.757,45.759,0 -62.739,45.748,0 -62.729,45.744,0 -62.699,45.745,0 -62.682,45.742,0 -62.664,45.736,0 -62.647,45.727,0 -62.633,45.717,0 -62.703,45.687,0 -62.751,45.681,0 -62.77,45.675,0 -62.784,45.662,0 -62.792,45.642,0 -62.781,45.653,0 -62.765,45.662,0 -62.749,45.664,0 -62.736,45.655,0 -62.747,45.627,0 -62.75,45.613,0 -62.74,45.618,0 -62.72,45.646,0 -62.706,45.656,0 -62.692,45.652,0 -62.669,45.631,0 -62.657,45.628,0 -62.647,45.642,0 -62.664,45.647,0 -62.672,45.656,0 -62.672,45.668,0 -62.665,45.68,0 -62.655,45.682,0 -62.64,45.681,0 -62.625,45.682,0 -62.613,45.691,0 -62.6,45.686,0 -62.577,45.686,0 -62.566,45.683,0 -62.557,45.678,0 -62.55,45.667,0 -62.545,45.663,0 -62.526,45.658,0 -62.51,45.659,0 -62.495,45.662,0 -62.476,45.663,0 -62.503,45.631,0 -62.509,45.615,0 -62.493,45.608,0 -62.47,45.615,0 -62.435,45.643,0 -62.418,45.649,0 -62.4,45.653,0 -62.377,45.662,0 -62.362,45.673,0 -62.371,45.683,0 -62.383,45.68,0 -62.405,45.675,0 -62.441,45.655,0 -62.416,45.679,0 -62.27,45.704,0 -62.06,45.808,0 -61.989,45.863,0 -61.949,45.882,0 -61.924,45.889,0 -61.911,45.889,0 -61.9,45.882,0 -61.897,45.872,0 -61.905,45.866,0 -61.916,45.86,0 -61.921,45.851,0 -61.92,45.83,0 -61.909,45.787,0 -61.888,45.738,0 -61.886,45.721,0 -61.894,45.704,0 -61.876,45.693,0 -61.836,45.681,0 -61.821,45.673,0 -61.807,45.66,0 -61.795,45.653,0 -61.726,45.628,0 -61.708,45.623,0 -61.684,45.622,0 -61.668,45.627,0 -61.655,45.636,0 -61.642,45.642,0 -61.626,45.636,0 -61.633,45.636,0 -61.648,45.634,0 -61.648,45.627,0 -61.64,45.621,0 -61.62,45.614,0 -61.619,45.623,0 -61.615,45.632,0 -61.61,45.639,0 -61.602,45.642,0 -61.589,45.646,0 -61.583,45.653,0 -61.58,45.663,0 -61.575,45.673,0 -61.558,45.684,0 -61.537,45.689,0 -61.492,45.691,0 -61.47,45.683,0 -61.437,45.65,0 -61.417,45.642,0 -61.4,45.633,0 -61.384,45.612,0 -61.37,45.581,0 -61.359,45.578,0 -61.351,45.57,0 -61.339,45.553,0 -61.324,45.542,0 -61.263,45.512,0 -61.247,45.507,0 -61.24,45.508,0 -61.237,45.506,0 -61.235,45.491,0 -61.237,45.468,0 -61.248,45.453,0 -61.267,45.443,0 -61.353,45.414,0 -61.373,45.409,0 -61.374,45.421,0 -61.388,45.418,0 -61.406,45.408,0 -61.417,45.399,0 -61.43,45.392,0 -61.483,45.375,0 -61.461,45.355,0 -61.451,45.349,0 -61.137,45.354,0 -61.12,45.352,0 -61.082,45.343,0 -60.999,45.333,0 -60.982,45.326,0 -60.971,45.314,0 -60.971,45.302,0 -60.972,45.288,0 -60.969,45.272,0 -60.983,45.271,0 -60.987,45.277,0 -60.989,45.285,0 -60.996,45.292,0 -61.007,45.294,0 -61.017,45.294,0 -61.027,45.294,0 -61.037,45.3,0 -61.028,45.285,0 -61.023,45.279,0 -61.016,45.272,0 -61.024,45.263,0 -61.031,45.261,0 -61.039,45.26,0 -61.047,45.255,0 -61.053,45.245,0 -61.057,45.236,0 -61.063,45.233,0 -61.078,45.238,0 -61.071,45.224,0 -61.12,45.214,0 -61.139,45.218,0 -61.153,45.238,0 -61.142,45.245,0 -61.133,45.253,0 -61.126,45.262,0 -61.119,45.272,0 -61.165,45.264,0 -61.175,45.258,0 -61.18,45.243,0 -61.171,45.216,0 -61.175,45.203,0 -61.184,45.209,0 -61.188,45.216,0 -61.19,45.223,0 -61.197,45.235,0 -61.204,45.246,0 -61.212,45.253,0 -61.216,45.248,0 -61.246,45.24,0 -61.263,45.239,0 -61.263,45.251,0 -61.278,45.254,0 -61.299,45.248,0 -61.332,45.231,0 -61.35,45.217,0 -61.365,45.201,0 -61.364,45.19,0 -61.339,45.19,0 -61.355,45.178,0 -61.371,45.169,0 -61.389,45.164,0 -61.568,45.147,0 -61.61,45.151,0 -61.64,45.176,0 -61.647,45.157,0 -61.666,45.164,0 -61.687,45.175,0 -61.702,45.169,0 -61.686,45.162,0 -61.666,45.149,0 -61.649,45.135,0 -61.64,45.121,0 -61.649,45.122,0 -61.658,45.12,0 -61.674,45.115,0 -61.64,45.094,0 -61.64,45.087,0 -61.677,45.089,0 -61.695,45.092,0 -61.702,45.097,0 -61.704,45.107,0 -61.709,45.107,0 -61.715,45.101,0 -61.756,45.101,0 -61.754,45.094,0 -61.755,45.089,0 -61.756,45.084,0 -61.756,45.08,0 -61.781,45.092,0 -61.81,45.101,0 -61.825,45.099,0 -61.811,45.08,0 -61.822,45.078,0 -61.846,45.08,0 -61.859,45.08,0 -61.859,45.073,0 -61.851,45.071,0 -61.841,45.065,0 -61.836,45.056,0 -61.839,45.047,0 -61.848,45.045,0 -61.88,45.053,0 -61.887,45.047,0 -61.882,45.034,0 -61.897,45.031,0 -61.918,45.037,0 -61.935,45.053,0 -61.941,45.033,0 -61.941,45.025,0 -61.959,45.037,0 -61.976,45.036,0 -61.99,45.027,0 -62.004,45.011,0 -62.006,45.016,0 -62.008,45.021,0 -62.01,45.026,0 -62.01,45.032,0 -62.02,45.026,0 -62.029,45.019,0 -62.039,45.014,0 -62.05,45.011,0 -62.035,45.004,0 -61.976,44.991,0 -61.989,44.985,0 -62.003,44.983,0 -62.018,44.985,0 -62.031,44.991,0 -62.042,44.983,0 -62.057,44.976,0 -62.073,44.973,0 -62.086,44.978,0 -62.098,44.974,0 -62.119,44.97,0 -62.138,44.969,0 -62.147,44.974,0 -62.151,44.975,0 -62.174,44.961,0 -62.185,44.956,0 -62.234,44.959,0 -62.254,44.952,0 -62.27,44.929,0 -62.278,44.937,0 -62.29,44.927,0 -62.306,44.92,0 -62.321,44.918,0 -62.332,44.922,0 -62.339,44.922,0 -62.34,44.918,0 -62.342,44.915,0 -62.344,44.913,0 -62.346,44.909,0 -62.343,44.905,0 -62.342,44.903,0 -62.339,44.895,0 -62.361,44.902,0 -62.377,44.91,0 -62.393,44.91,0 -62.415,44.895,0 -62.41,44.892,0 -62.406,44.886,0 -62.401,44.881,0 -62.42,44.878,0 -62.437,44.869,0 -62.448,44.853,0 -62.448,44.834,0 -62.467,44.841,0 -62.473,44.859,0 -62.473,44.881,0 -62.476,44.901,0 -62.49,44.882,0 -62.507,44.864,0 -62.527,44.856,0 -62.551,44.868,0 -62.566,44.84,0 -62.555,44.833,0 -62.546,44.825,0 -62.531,44.806,0 -62.553,44.8,0 -62.578,44.834,0 -62.599,44.827,0 -62.607,44.837,0 -62.623,44.83,0 -62.661,44.806,0 -62.654,44.793,0 -62.687,44.802,0 -62.805,44.785,0 -62.799,44.772,0 -62.802,44.761,0 -62.813,44.754,0 -62.826,44.752,0 -62.821,44.744,0 -62.815,44.738,0 -62.807,44.733,0 -62.798,44.73,0 -62.819,44.721,0 -62.83,44.718,0 -62.842,44.717,0 -62.851,44.723,0 -62.857,44.734,0 -62.864,44.738,0 -62.873,44.724,0 -62.887,44.731,0 -62.908,44.738,0 -62.93,44.74,0 -62.945,44.734,0 -62.972,44.718,0 -62.989,44.711,0 -62.997,44.714,0 -62.998,44.722,0 -63,44.727,0 -63.002,44.731,0 -63.004,44.737,0 -63.003,44.765,0 -63.004,44.772,0 -63.018,44.778,0 -63.047,44.766,0 -63.058,44.778,0 -63.059,44.763,0 -63.05,44.751,0 -63.021,44.727,0 -63.014,44.711,0 -63.024,44.697,0 -63.058,44.675,0 -63.063,44.689,0 -63.061,44.705,0 -63.063,44.718,0 -63.076,44.724,0 -63.096,44.729,0 -63.102,44.743,0 -63.099,44.775,0 -63.103,44.784,0 -63.11,44.79,0 -63.119,44.791,0 -63.127,44.785,0 -63.125,44.782,0 -63.121,44.752,0 -63.124,44.735,0 -63.137,44.707,0 -63.14,44.689,0 -63.154,44.696,0 -63.16,44.706,0 -63.16,44.718,0 -63.155,44.73,0 -63.173,44.721,0 -63.183,44.692,0 -63.202,44.683,0 -63.214,44.681,0 -63.214,44.683,0 -63.212,44.69,0 -63.216,44.703,0 -63.232,44.727,0 -63.237,44.737,0 -63.25,44.726,0 -63.253,44.712,0 -63.248,44.698,0 -63.237,44.689,0 -63.25,44.673,0 -63.281,44.644,0 -63.285,44.628,0 -63.317,44.636,0 -63.389,44.643,0 -63.415,44.655,0 -63.402,44.665,0 -63.396,44.667,0 -63.387,44.668,0 -63.399,44.682,0 -63.417,44.683,0 -63.456,44.668,0 -63.435,44.659,0 -63.42,44.648,0 -63.415,44.634,0 -63.422,44.614,0 -63.439,44.596,0 -63.456,44.601,0 -63.476,44.613,0 -63.51,44.624,0 -63.538,44.648,0 -63.574,44.666,0 -63.633,44.713,0 -63.644,44.717,0 -63.662,44.717,0 -63.649,44.688,0 -63.64,44.676,0 -63.628,44.668,0 -63.62,44.667,0 -63.596,44.668,0 -63.587,44.664,0 -63.574,44.646,0 -63.569,44.642,0 -63.563,44.635,0 -63.548,44.603,0 -63.545,44.593,0 -63.546,44.574,0 -63.548,44.562,0 -63.546,44.55,0 -63.523,44.518,0 -63.524,44.503,0 -63.533,44.489,0 -63.548,44.473,0 -63.554,44.47,0 -63.573,44.464,0 -63.579,44.464,0 -63.587,44.469,0 -63.585,44.475,0 -63.58,44.48,0 -63.579,44.484,0 -63.596,44.487,0 -63.605,44.477,0 -63.61,44.463,0 -63.621,44.453,0 -63.626,44.446,0 -63.633,44.441,0 -63.641,44.443,0 -63.644,44.45,0 -63.639,44.459,0 -63.632,44.466,0 -63.628,44.47,0 -63.641,44.476,0 -63.658,44.475,0 -63.693,44.47,0 -63.701,44.468,0 -63.703,44.463,0 -63.705,44.458,0 -63.716,44.456,0 -63.721,44.461,0 -63.724,44.47,0 -63.729,44.475,0 -63.737,44.47,0 -63.749,44.474,0 -63.758,44.482,0 -63.763,44.491,0 -63.765,44.505,0 -63.774,44.494,0 -63.783,44.478,0 -63.793,44.469,0 -63.806,44.477,0 -63.809,44.49,0 -63.804,44.503,0 -63.785,44.532,0 -63.793,44.526,0 -63.805,44.515,0 -63.812,44.511,0 -63.82,44.514,0 -63.826,44.521,0 -63.834,44.525,0 -63.847,44.519,0 -63.844,44.515,0 -63.84,44.505,0 -63.854,44.504,0 -63.874,44.499,0 -63.888,44.497,0 -63.9,44.498,0 -63.912,44.501,0 -63.922,44.506,0 -63.929,44.511,0 -63.942,44.534,0 -63.942,44.554,0 -63.922,44.593,0 -63.928,44.6,0 -63.943,44.621,0 -63.925,44.629,0 -63.919,44.634,0 -63.915,44.642,0 -63.919,44.643,0 -63.929,44.648,0 -63.902,44.667,0 -63.891,44.68,0 -63.888,44.696,0 -63.907,44.684,0 -63.926,44.675,0 -63.989,44.656,0 -64.001,44.655,0 -64.057,44.639,0 -64.066,44.634,0 -64.06,44.621,0 -64.062,44.587,0 -64.052,44.58,0 -64.037,44.571,0 -64.025,44.551,0 -64.011,44.511,0 -64.041,44.523,0 -64.055,44.509,0 -64.064,44.488,0 -64.076,44.477,0 -64.097,44.475,0 -64.106,44.478,0 -64.117,44.488,0 -64.123,44.516,0 -64.124,44.522,0 -64.119,44.538,0 -64.128,44.555,0 -64.145,44.57,0 -64.162,44.58,0 -64.178,44.582,0 -64.197,44.58,0 -64.211,44.571,0 -64.21,44.552,0 -64.227,44.537,0 -64.253,44.544,0 -64.281,44.558,0 -64.305,44.566,0 -64.301,44.561,0 -64.292,44.546,0 -64.304,44.543,0 -64.305,44.536,0 -64.301,44.527,0 -64.299,44.515,0 -64.301,44.503,0 -64.308,44.492,0 -64.317,44.484,0 -64.326,44.477,0 -64.318,44.477,0 -64.299,44.47,0 -64.31,44.465,0 -64.354,44.456,0 -64.354,44.445,0 -64.344,44.438,0 -64.336,44.429,0 -64.34,44.415,0 -64.297,44.417,0 -64.275,44.416,0 -64.258,44.409,0 -64.275,44.407,0 -64.288,44.401,0 -64.3,44.393,0 -64.312,44.387,0 -64.312,44.381,0 -64.261,44.38,0 -64.235,44.377,0 -64.21,44.367,0 -64.228,44.361,0 -64.246,44.361,0 -64.282,44.367,0 -64.347,44.367,0 -64.347,44.361,0 -64.34,44.356,0 -64.336,44.35,0 -64.336,44.342,0 -64.34,44.333,0 -64.326,44.33,0 -64.315,44.324,0 -64.305,44.32,0 -64.292,44.326,0 -64.298,44.329,0 -64.307,44.337,0 -64.312,44.34,0 -64.302,44.343,0 -64.291,44.341,0 -64.264,44.333,0 -64.29,44.304,0 -64.289,44.299,0 -64.237,44.299,0 -64.269,44.267,0 -64.287,44.259,0 -64.305,44.272,0 -64.312,44.264,0 -64.33,44.276,0 -64.339,44.284,0 -64.347,44.292,0 -64.337,44.298,0 -64.333,44.299,0 -64.409,44.329,0 -64.429,44.34,0 -64.418,44.326,0 -64.401,44.313,0 -64.382,44.303,0 -64.364,44.299,0 -64.359,44.296,0 -64.357,44.288,0 -64.358,44.279,0 -64.36,44.272,0 -64.367,44.264,0 -64.426,44.234,0 -64.431,44.226,0 -64.434,44.208,0 -64.439,44.199,0 -64.449,44.193,0 -64.469,44.187,0 -64.477,44.182,0 -64.483,44.174,0 -64.498,44.141,0 -64.514,44.15,0 -64.522,44.153,0 -64.531,44.155,0 -64.536,44.156,0 -64.543,44.161,0 -64.549,44.162,0 -64.552,44.16,0 -64.555,44.15,0 -64.559,44.148,0 -64.594,44.158,0 -64.606,44.159,0 -64.6,44.148,0 -64.606,44.146,0 -64.609,44.143,0 -64.614,44.141,0 -64.621,44.141,0 -64.599,44.135,0 -64.575,44.134,0 -64.554,44.13,0 -64.546,44.117,0 -64.55,44.1,0 -64.561,44.08,0 -64.576,44.069,0 -64.594,44.079,0 -64.621,44.065,0 -64.649,44.059,0 -64.717,44.059,0 -64.705,44.046,0 -64.687,44.042,0 -64.669,44.036,0 -64.662,44.015,0 -64.667,43.998,0 -64.68,43.993,0 -64.697,43.99,0 -64.714,43.98,0 -64.731,43.964,0 -64.744,43.958,0 -64.806,43.957,0 -64.816,43.954,0 -64.819,43.946,0 -64.822,43.937,0 -64.828,43.931,0 -64.837,43.929,0 -64.847,43.929,0 -64.833,43.914,0 -64.797,43.895,0 -64.786,43.875,0 -64.802,43.876,0 -64.814,43.874,0 -64.819,43.867,0 -64.812,43.853,0 -64.829,43.845,0 -64.834,43.834,0 -64.839,43.83,0 -64.854,43.84,0 -64.859,43.846,0 -64.868,43.861,0 -64.874,43.867,0 -64.883,43.873,0 -64.893,43.877,0 -64.904,43.879,0 -64.915,43.881,0 -64.91,43.871,0 -64.895,43.856,0 -64.888,43.847,0 -64.886,43.839,0 -64.884,43.822,0 -64.881,43.812,0 -64.906,43.805,0 -64.924,43.823,0 -64.938,43.849,0 -64.95,43.867,0 -64.967,43.874,0 -64.964,43.861,0 -64.935,43.813,0 -64.932,43.806,0 -64.935,43.799,0 -64.949,43.775,0 -64.958,43.766,0 -64.97,43.759,0 -64.984,43.758,0 -64.997,43.77,0 -65.02,43.817,0 -65.039,43.832,0 -65.038,43.816,0 -65.019,43.771,0 -65.016,43.759,0 -65.014,43.743,0 -65.016,43.727,0 -65.025,43.716,0 -65.034,43.712,0 -65.037,43.716,0 -65.037,43.721,0 -65.043,43.724,0 -65.053,43.721,0 -65.058,43.714,0 -65.061,43.707,0 -65.06,43.703,0 -65.077,43.711,0 -65.073,43.745,0 -65.087,43.758,0 -65.096,43.736,0 -65.123,43.697,0 -65.128,43.675,0 -65.151,43.689,0 -65.147,43.707,0 -65.136,43.727,0 -65.141,43.751,0 -65.161,43.716,0 -65.169,43.71,0 -65.178,43.71,0 -65.187,43.716,0 -65.194,43.725,0 -65.201,43.751,0 -65.212,43.772,0 -65.225,43.792,0 -65.238,43.806,0 -65.24,43.798,0 -65.242,43.795,0 -65.242,43.792,0 -65.238,43.785,0 -65.255,43.776,0 -65.249,43.755,0 -65.224,43.719,0 -65.24,43.695,0 -65.25,43.673,0 -65.263,43.671,0 -65.289,43.675,0 -65.327,43.697,0 -65.328,43.71,0 -65.316,43.733,0 -65.313,43.744,0 -65.317,43.761,0 -65.323,43.766,0 -65.331,43.763,0 -65.341,43.758,0 -65.345,43.751,0 -65.346,43.742,0 -65.351,43.737,0 -65.367,43.744,0 -65.355,43.716,0 -65.341,43.694,0 -65.334,43.67,0 -65.341,43.641,0 -65.341,43.634,0 -65.34,43.625,0 -65.34,43.617,0 -65.344,43.614,0 -65.354,43.611,0 -65.358,43.604,0 -65.356,43.597,0 -65.351,43.593,0 -65.346,43.588,0 -65.341,43.545,0 -65.362,43.575,0 -65.371,43.579,0 -65.381,43.577,0 -65.392,43.567,0 -65.402,43.566,0 -65.416,43.571,0 -65.442,43.593,0 -65.457,43.6,0 -65.457,43.593,0 -65.413,43.539,0 -65.41,43.529,0 -65.408,43.519,0 -65.402,43.504,0 -65.416,43.5,0 -65.422,43.511,0 -65.429,43.545,0 -65.439,43.557,0 -65.45,43.561,0 -65.456,43.556,0 -65.451,43.545,0 -65.455,43.535,0 -65.463,43.528,0 -65.472,43.524,0 -65.484,43.525,0 -65.474,43.504,0 -65.471,43.494,0 -65.47,43.48,0 -65.475,43.471,0 -65.484,43.472,0 -65.493,43.48,0 -65.498,43.494,0 -65.504,43.503,0 -65.542,43.528,0 -65.547,43.532,0 -65.55,43.538,0 -65.552,43.543,0 -65.546,43.556,0 -65.55,43.561,0 -65.556,43.565,0 -65.56,43.569,0 -65.566,43.574,0 -65.579,43.566,0 -65.613,43.536,0 -65.649,43.518,0 -65.653,43.513,0 -65.654,43.507,0 -65.658,43.502,0 -65.669,43.497,0 -65.668,43.5,0 -65.674,43.505,0 -65.69,43.511,0 -65.719,43.509,0 -65.729,43.514,0 -65.738,43.531,0 -65.73,43.547,0 -65.732,43.563,0 -65.739,43.577,0 -65.752,43.587,0 -65.752,43.576,0 -65.752,43.569,0 -65.749,43.564,0 -65.745,43.559,0 -65.748,43.555,0 -65.751,43.553,0 -65.754,43.552,0 -65.758,43.551,0 -65.778,43.568,0 -65.782,43.588,0 -65.772,43.641,0 -65.771,43.669,0 -65.774,43.681,0 -65.779,43.689,0 -65.789,43.691,0 -65.795,43.683,0 -65.8,43.669,0 -65.807,43.655,0 -65.796,43.646,0 -65.792,43.634,0 -65.794,43.62,0 -65.799,43.606,0 -65.815,43.632,0 -65.817,43.657,0 -65.816,43.683,0 -65.82,43.71,0 -65.825,43.719,0 -65.84,43.739,0 -65.848,43.751,0 -65.853,43.764,0 -65.861,43.806,0 -65.868,43.806,0 -65.868,43.787,0 -65.866,43.779,0 -65.861,43.771,0 -65.877,43.77,0 -65.889,43.784,0 -65.899,43.804,0 -65.909,43.819,0 -65.924,43.827,0 -65.937,43.826,0 -65.941,43.82,0 -65.93,43.812,0 -65.93,43.806,0 -65.957,43.785,0 -65.971,43.78,0 -65.978,43.795,0 -65.979,43.802,0 -65.984,43.82,0 -65.987,43.839,0 -65.992,43.849,0 -65.997,43.854,0 -65.999,43.85,0 -66.004,43.832,0 -66.005,43.826,0 -66.005,43.816,0 -66.004,43.81,0 -66.002,43.804,0 -65.974,43.751,0 -65.963,43.737,0 -65.973,43.714,0 -65.979,43.706,0 -65.991,43.703,0 -65.983,43.72,0 -65.984,43.729,0 -65.991,43.731,0 -66.005,43.724,0 -66.007,43.717,0 -66.005,43.708,0 -66.006,43.7,0 -66.015,43.697,0 -66.024,43.698,0 -66.028,43.702,0 -66.029,43.709,0 -66.026,43.716,0 -66.032,43.716,0 -66.031,43.737,0 -66.042,43.746,0 -66.055,43.741,0 -66.06,43.716,0 -66.074,43.729,0 -66.077,43.741,0 -66.073,43.768,0 -66.079,43.772,0 -66.093,43.767,0 -66.107,43.755,0 -66.115,43.744,0 -66.122,43.744,0 -66.134,43.81,0 -66.12,43.825,0 -66.113,43.836,0 -66.111,43.848,0 -66.118,43.853,0 -66.128,43.85,0 -66.136,43.842,0 -66.142,43.833,0 -66.149,43.826,0 -66.148,43.84,0 -66.149,43.853,0 -66.156,43.86,0 -66.17,43.86,0 -66.166,43.871,0 -66.167,43.88,0 -66.17,43.887,0 -66.17,43.894,0 -66.165,43.904,0 -66.152,43.924,0 -66.149,43.932,0 -66.154,43.947,0 -66.161,43.961,0 -66.163,43.976,0 -66.149,44.003,0 -66.15,44.011,0 -66.156,44.022,0 -66.158,44.024,0 -66.183,44.084,0 -66.194,44.093,0 -66.21,44.086,0 -66.21,44.106,0 -66.195,44.143,0 -66.19,44.165,0 -66.188,44.171,0 -66.159,44.201,0 -66.152,44.209,0 -66.142,44.231,0 -66.114,44.343,0 -66.095,44.374,0 -66.063,44.394,0 -66.047,44.407,0 -66.04,44.426,0 -66.032,44.437,0 -65.966,44.489,0 -65.928,44.506,0 -65.889,44.533,0 -65.867,44.544,0 -65.848,44.557,0 -65.84,44.574,0 -65.849,44.587,0 -65.868,44.588,0 -65.913,44.58,0 -65.924,44.581,0 -65.933,44.584,0 -65.942,44.584,0 -66.028,44.521,0 -66.187,44.395,0 -66.197,44.391,0 -66.192,44.418,0 -66.18,44.434,0 -65.999,44.58,0 -65.889,44.631,0 -65.875,44.643,0 -65.786,44.696,0 -65.773,44.686,0 -65.763,44.672,0 -65.756,44.657,0 -65.752,44.642,0 -65.754,44.632,0 -65.757,44.621,0 -65.757,44.611,0 -65.749,44.607,0 -65.729,44.609,0 -65.71,44.614,0 -65.692,44.621,0 -65.68,44.629,0 -65.656,44.648,0 -65.625,44.667,0 -65.612,44.678,0 -65.601,44.696,0 -65.594,44.689,0 -65.537,44.737,0 -65.522,44.744,0 -65.494,44.749,0 -65.451,44.771,0 -65.429,44.778,0 -65.447,44.781,0 -65.492,44.758,0 -65.535,44.747,0 -65.615,44.709,0 -65.654,44.698,0 -65.676,44.696,0 -65.717,44.675,0 -65.742,44.668,0 -65.758,44.683,0 -65.723,44.728,0 -65.621,44.779,0 -65.457,44.855,0 -65.398,44.895,0 -65.378,44.901,0 -65.358,44.904,0 -65.232,44.955,0 -65.213,44.967,0 -65.18,44.993,0 -65.022,45.06,0 -64.863,45.14,0 -64.714,45.192,0 -64.644,45.201,0 -64.575,45.22,0 -64.511,45.229,0 -64.475,45.24,0 -64.441,45.256,0 -64.415,45.272,0 -64.395,45.302,0 -64.417,45.32,0 -64.459,45.329,0 -64.498,45.334,0 -64.478,45.341,0 -64.456,45.339,0 -64.415,45.326,0 -64.349,45.32,0 -64.33,45.31,0 -64.318,45.295,0 -64.32,45.283,0 -64.33,45.272,0 -64.343,45.262,0 -64.351,45.248,0 -64.359,45.213,0 -64.367,45.197,0 -64.352,45.185,0 -64.357,45.171,0 -64.372,45.157,0 -64.388,45.149,0 -64.367,45.126,0 -64.362,45.116,0 -64.367,45.108,0 -64.357,45.104,0 -64.345,45.106,0 -64.337,45.113,0 -64.333,45.125,0 -64.331,45.136,0 -64.326,45.142,0 -64.317,45.146,0 -64.305,45.149,0 -64.223,45.109,0 -64.151,45.05,0 -64.149,45.039,0 -64.155,44.984,0 -64.147,44.998,0 -64.136,45.003,0 -64.122,45.003,0 -64.107,44.998,0 -64.116,45.012,0 -64.119,45.03,0 -64.114,45.046,0 -64.101,45.053,0 -64.101,45.06,0 -64.119,45.062,0 -64.136,45.073,0 -64.184,45.114,0 -64.197,45.133,0 -64.199,45.149,0 -64.166,45.16,0 -64.164,45.168,0 -64.166,45.178,0 -64.165,45.186,0 -64.158,45.192,0 -64.139,45.2,0 -64.131,45.207,0 -64.115,45.216,0 -64.024,45.242,0 -63.963,45.251,0 -63.906,45.276,0 -63.885,45.279,0 -63.846,45.277,0 -63.825,45.28,0 -63.809,45.289,0 -63.804,45.299,0 -63.804,45.306,0 -63.801,45.311,0 -63.788,45.313,0 -63.76,45.311,0 -63.748,45.308,0 -63.737,45.3,0 -63.73,45.306,0 -63.72,45.322,0 -63.716,45.326,0 -63.708,45.326,0 -63.675,45.32,0 -63.579,45.322,0 -63.543,45.332,0 -63.524,45.334,0 -63.504,45.329,0 -63.492,45.317,0 -63.483,45.303,0 -63.469,45.292,0 -63.461,45.325,0 -63.433,45.345,0 -63.396,45.356,0 -63.36,45.361,0 -63.392,45.372,0 -63.507,45.375,0 -63.528,45.378,0 -63.571,45.392,0 -63.593,45.395,0 -63.816,45.395,0 -63.834,45.392,0 -63.849,45.385,0 -63.874,45.367,0 -63.88,45.362,0 -63.885,45.356,0 -63.891,45.353,0 -63.901,45.354,0 -63.91,45.359,0 -63.914,45.365,0 -63.914,45.373,0 -63.908,45.382,0 -63.936,45.399,0 -64.014,45.391,0 -64.052,45.395,0 -64.042,45.401,0 -64.038,45.402,0 -64.066,45.413,0 -64.105,45.415,0 -64.183,45.409,0 -64.244,45.395,0 -64.276,45.392,0 -64.312,45.402,0 -64.314,45.382,0 -64.322,45.38,0 -64.334,45.386,0 -64.347,45.389,0 -64.359,45.386,0 -64.37,45.382,0 -64.379,45.375,0 -64.388,45.367,0 -64.4,45.373,0 -64.436,45.382,0 -64.446,45.388,0 -64.451,45.395,0 -64.459,45.4,0 -64.576,45.416,0 -64.62,45.409,0 -64.672,45.389,0 -64.707,45.361,0 -64.696,45.326,0 -64.717,45.325,0 -64.732,45.316,0 -64.745,45.306,0 -64.759,45.3,0 -64.768,45.297,0 -64.768,45.298,0 -64.767,45.303,0 -64.772,45.313,0 -64.773,45.318,0 -64.766,45.325,0 -64.768,45.33,0 -64.774,45.333,0 -64.786,45.332,0 -64.792,45.334,0 -64.823,45.348,0 -64.86,45.353,0 -64.897,45.347,0 -64.929,45.326,0 -64.936,45.351,0 -64.929,45.383,0 -64.915,45.412,0 -64.902,45.43,0 -64.854,45.457,0 -64.839,45.459,0 -64.815,45.468,0 -64.799,45.471,0 -64.833,45.484,0 -64.706,45.537,0 -64.681,45.543,0 -64.663,45.557,0 -64.649,45.559,0 -64.645,45.586,0 -64.613,45.603,0 -64.573,45.615,0 -64.542,45.632,0 -64.513,45.657,0 -64.484,45.676,0 -64.477,45.679,0 -64.462,45.681,0 -64.457,45.683,0 -64.448,45.691,0 -64.438,45.704,0 -64.429,45.71,0 -64.437,45.725,0 -64.439,45.739,0 -64.432,45.748,0 -64.412,45.752,0 -64.398,45.756,0 -64.386,45.768,0 -64.379,45.781,0 -64.381,45.793,0 -64.305,45.827,0 -64.293,45.816,0 -64.294,45.805,0 -64.312,45.786,0 -64.319,45.781,0 -64.326,45.78,0 -64.331,45.777,0 -64.333,45.769,0 -64.331,45.763,0 -64.328,45.76,0 -64.328,45.755,0 -64.333,45.745,0 -64.317,45.756,0 -64.303,45.762,0 -64.287,45.765,0 -64.264,45.765,0 -64.269,45.774,0 -64.279,45.779,0 -64.291,45.78,0 -64.305,45.779,0 -64.294,45.784,0 -64.283,45.794,0 -64.274,45.805,0 -64.271,45.814,0 -64.271,45.831,0 -64.273,45.836,0 -64.273,45.836,0 -64.264,45.845,0 -64.258,45.857,0 -64.252,45.87,0 -64.245,45.881,0 -64.23,45.894,0 -64.214,45.904,0 -64.199,45.916,0 -64.187,45.931,0 -64.175,45.95,0 -64.16,45.964,0 -64.141,45.973,0 -64.12,45.976,0 -64.099,45.975,0 -64.073,45.973,0 -64.051,45.977,0 -64.043,45.992,0 -64.043,45.992,0 -64.042,45.991,0 -64.033,45.995,0 -64.024,46.002,0 -64.017,46.005,0 -64.008,46.005,0Nova Scotia #5Nova Scotia #50000ff11-59.706,46.011,0 -59.706,45.999,0 -59.708,45.995,0 -59.714,45.998,0 -59.726,46,0 -59.76,46,0 -59.781,46.004,0 -59.778,46.012,0 -59.724,46.029,0 -59.695,46.034,0 -59.689,46.03,0 -59.703,46.023,0 -59.706,46.011,0Nova Scotia #6Nova Scotia #60000ff11-60.501,47.001,0 -60.486,46.999,0 -60.461,47.003,0 -60.42,47.022,0 -60.396,47.026,0 -60.383,47.017,0 -60.398,46.996,0 -60.434,46.964,0 -60.465,46.927,0 -60.49,46.905,0 -60.496,46.896,0 -60.474,46.897,0 -60.452,46.893,0 -60.442,46.885,0 -60.455,46.876,0 -60.455,46.868,0 -60.43,46.864,0 -60.393,46.863,0 -60.358,46.866,0 -60.339,46.876,0 -60.331,46.872,0 -60.323,46.867,0 -60.317,46.861,0 -60.311,46.855,0 -60.305,46.834,0 -60.309,46.803,0 -60.324,46.745,0 -60.342,46.709,0 -60.345,46.694,0 -60.352,46.687,0 -60.399,46.67,0 -60.391,46.661,0 -60.381,46.656,0 -60.37,46.654,0 -60.358,46.656,0 -60.358,46.65,0 -60.365,46.648,0 -60.378,46.644,0 -60.386,46.642,0 -60.374,46.63,0 -60.36,46.623,0 -60.35,46.616,0 -60.352,46.601,0 -60.357,46.595,0 -60.38,46.581,0 -60.421,46.525,0 -60.461,46.423,0 -60.473,46.407,0 -60.509,46.369,0 -60.516,46.356,0 -60.53,46.324,0 -60.578,46.264,0 -60.606,46.21,0 -60.606,46.21,0 -60.605,46.211,0 -60.6,46.201,0 -60.599,46.197,0 -60.552,46.262,0 -60.54,46.272,0 -60.524,46.278,0 -60.475,46.32,0 -60.443,46.333,0 -60.434,46.334,0 -60.419,46.33,0 -60.416,46.324,0 -60.418,46.315,0 -60.421,46.303,0 -60.427,46.284,0 -60.442,46.271,0 -60.475,46.252,0 -60.612,46.128,0 -60.632,46.118,0 -60.675,46.102,0 -60.691,46.091,0 -60.701,46.088,0 -60.715,46.107,0 -60.725,46.105,0 -60.748,46.085,0 -60.756,46.081,0 -60.773,46.073,0 -60.816,46.062,0 -60.873,46.053,0 -60.879,46.062,0 -60.874,46.068,0 -60.863,46.073,0 -60.852,46.074,0 -60.874,46.079,0 -60.912,46.052,0 -60.975,45.992,0 -60.993,45.982,0 -61.015,45.975,0 -61.102,45.958,0 -61.119,45.95,0 -61.126,45.93,0 -61.033,45.937,0 -61.01,45.942,0 -60.995,45.954,0 -60.983,45.97,0 -60.969,45.985,0 -60.903,46.01,0 -60.884,46.035,0 -60.863,46.038,0 -60.818,46.039,0 -60.773,46.059,0 -60.747,46.066,0 -60.736,46.057,0 -60.743,46.037,0 -60.76,46.022,0 -60.781,46.008,0 -60.797,45.992,0 -60.803,45.975,0 -60.806,45.954,0 -60.815,45.937,0 -60.835,45.93,0 -60.847,45.929,0 -60.858,45.925,0 -60.868,45.92,0 -60.876,45.913,0 -60.886,45.908,0 -60.898,45.91,0 -60.92,45.916,0 -60.962,45.915,0 -60.981,45.91,0 -60.989,45.899,0 -61.001,45.897,0 -61.056,45.898,0 -61.071,45.896,0 -61.052,45.889,0 -61.044,45.889,0 -61.057,45.88,0 -61.073,45.875,0 -61.088,45.868,0 -61.098,45.855,0 -61.084,45.854,0 -61.061,45.857,0 -61.039,45.864,0 -61.03,45.872,0 -61.019,45.876,0 -60.998,45.875,0 -60.983,45.877,0 -60.989,45.889,0 -60.968,45.886,0 -60.914,45.855,0 -60.926,45.848,0 -60.937,45.851,0 -60.949,45.857,0 -60.965,45.861,0 -60.967,45.857,0 -60.942,45.835,0 -60.934,45.827,0 -60.953,45.827,0 -60.961,45.829,0 -60.969,45.834,0 -60.982,45.821,0 -60.995,45.82,0 -61.006,45.824,0 -61.013,45.823,0 -61.024,45.814,0 -61.103,45.779,0 -61.123,45.764,0 -61.134,45.745,0 -61.129,45.747,0 -61.112,45.752,0 -61.111,45.745,0 -61.111,45.736,0 -61.113,45.728,0 -61.116,45.724,0 -61.126,45.722,0 -61.134,45.717,0 -61.14,45.712,0 -61.148,45.708,0 -61.143,45.703,0 -61.133,45.699,0 -61.082,45.691,0 -61.049,45.699,0 -60.947,45.752,0 -60.913,45.756,0 -60.873,45.752,0 -60.836,45.741,0 -60.807,45.721,0 -60.799,45.703,0 -60.808,45.691,0 -60.824,45.679,0 -60.845,45.655,0 -60.85,45.651,0 -60.849,45.648,0 -60.838,45.642,0 -60.829,45.641,0 -60.826,45.644,0 -60.828,45.65,0 -60.832,45.655,0 -60.81,45.663,0 -60.818,45.669,0 -60.784,45.669,0 -60.777,45.674,0 -60.766,45.693,0 -60.759,45.694,0 -60.744,45.685,0 -60.732,45.684,0 -60.73,45.691,0 -60.742,45.704,0 -60.73,45.714,0 -60.733,45.725,0 -60.743,45.735,0 -60.749,45.745,0 -60.746,45.76,0 -60.737,45.774,0 -60.725,45.785,0 -60.715,45.793,0 -60.7,45.8,0 -60.669,45.81,0 -60.653,45.82,0 -60.644,45.831,0 -60.634,45.844,0 -60.623,45.856,0 -60.609,45.861,0 -60.599,45.866,0 -60.569,45.89,0 -60.541,45.901,0 -60.521,45.924,0 -60.478,45.937,0 -60.445,45.954,0 -60.416,45.976,0 -60.399,45.998,0 -60.42,45.993,0 -60.463,45.977,0 -60.497,45.957,0 -60.564,45.944,0 -60.621,45.92,0 -60.646,45.913,0 -60.665,45.899,0 -60.699,45.891,0 -60.71,45.89,0 -60.722,45.896,0 -60.731,45.905,0 -60.74,45.923,0 -60.749,45.93,0 -60.762,45.931,0 -60.776,45.929,0 -60.787,45.93,0 -60.791,45.94,0 -60.782,45.954,0 -60.715,45.985,0 -60.684,46.007,0 -60.666,46.015,0 -60.642,46.018,0 -60.622,46.024,0 -60.564,46.067,0 -60.508,46.091,0 -60.489,46.102,0 -60.431,46.149,0 -60.417,46.156,0 -60.405,46.164,0 -60.375,46.197,0 -60.355,46.205,0 -60.334,46.205,0 -60.315,46.209,0 -60.301,46.219,0 -60.297,46.238,0 -60.318,46.23,0 -60.338,46.226,0 -60.383,46.224,0 -60.401,46.218,0 -60.447,46.177,0 -60.607,46.077,0 -60.63,46.068,0 -60.639,46.067,0 -60.653,46.072,0 -60.655,46.082,0 -60.65,46.091,0 -60.642,46.095,0 -60.621,46.101,0 -60.601,46.116,0 -60.571,46.149,0 -60.502,46.201,0 -60.494,46.218,0 -60.475,46.234,0 -60.351,46.312,0 -60.283,46.328,0 -60.279,46.317,0 -60.259,46.279,0 -60.205,46.242,0 -60.212,46.224,0 -60.29,46.156,0 -60.278,46.159,0 -60.268,46.166,0 -60.261,46.173,0 -60.256,46.177,0 -60.244,46.176,0 -60.235,46.173,0 -60.221,46.162,0 -60.212,46.145,0 -60.205,46.142,0 -60.194,46.156,0 -60.192,46.166,0 -60.195,46.175,0 -60.199,46.184,0 -60.201,46.194,0 -60.193,46.212,0 -60.174,46.231,0 -60.152,46.246,0 -60.136,46.252,0 -60.109,46.251,0 -60.083,46.246,0 -60.059,46.238,0 -60.037,46.224,0 -60.091,46.211,0 -59.991,46.207,0 -59.944,46.196,0 -59.948,46.162,0 -59.934,46.159,0 -59.901,46.172,0 -59.882,46.177,0 -59.81,46.17,0 -59.836,46.156,0 -59.863,46.137,0 -59.882,46.111,0 -59.885,46.081,0 -59.871,46.094,0 -59.851,46.105,0 -59.829,46.112,0 -59.81,46.115,0 -59.81,46.108,0 -59.872,46.074,0 -59.896,46.05,0 -59.909,46.042,0 -59.954,46.036,0 -59.958,46.028,0 -59.95,46.016,0 -59.937,46.002,0 -59.921,45.995,0 -59.898,45.997,0 -59.858,46.005,0 -59.84,46.005,0 -59.832,46.003,0 -59.824,45.998,0 -59.83,45.999,0 -59.832,45.992,0 -59.83,45.978,0 -59.824,45.971,0 -59.807,45.961,0 -59.803,45.957,0 -59.802,45.945,0 -59.805,45.936,0 -59.812,45.931,0 -59.824,45.933,0 -59.862,45.936,0 -59.939,45.904,0 -59.968,45.91,0 -59.975,45.905,0 -59.98,45.901,0 -59.985,45.896,0 -59.989,45.889,0 -59.984,45.886,0 -59.98,45.88,0 -59.975,45.875,0 -60.127,45.87,0 -60.153,45.847,0 -60.155,45.838,0 -60.154,45.837,0 -60.147,45.838,0 -60.133,45.834,0 -60.112,45.824,0 -60.101,45.821,0 -60.088,45.82,0 -60.075,45.816,0 -60.072,45.806,0 -60.074,45.797,0 -60.081,45.793,0 -60.093,45.791,0 -60.178,45.767,0 -60.199,45.756,0 -60.208,45.741,0 -60.215,45.719,0 -60.235,45.707,0 -60.26,45.7,0 -60.283,45.697,0 -60.323,45.684,0 -60.395,45.643,0 -60.441,45.636,0 -60.462,45.636,0 -60.47,45.64,0 -60.475,45.649,0 -60.5,45.632,0 -60.512,45.627,0 -60.63,45.595,0 -60.662,45.578,0 -60.672,45.574,0 -60.704,45.573,0 -60.711,45.572,0 -60.719,45.568,0 -60.727,45.566,0 -60.736,45.567,0 -60.741,45.573,0 -60.742,45.582,0 -60.744,45.59,0 -60.752,45.594,0 -60.828,45.601,0 -60.844,45.605,0 -60.849,45.614,0 -60.85,45.627,0 -60.855,45.639,0 -60.871,45.646,0 -60.884,45.637,0 -60.895,45.624,0 -60.907,45.614,0 -60.916,45.621,0 -60.925,45.626,0 -60.936,45.628,0 -60.947,45.628,0 -60.946,45.612,0 -60.97,45.608,0 -61.024,45.614,0 -61.01,45.608,0 -61.016,45.595,0 -61.025,45.592,0 -61.047,45.594,0 -61.058,45.592,0 -61.085,45.573,0 -61.131,45.56,0 -61.157,45.557,0 -61.175,45.559,0 -61.157,45.565,0 -61.151,45.572,0 -61.155,45.579,0 -61.167,45.587,0 -61.182,45.59,0 -61.196,45.59,0 -61.205,45.593,0 -61.208,45.608,0 -61.215,45.6,0 -61.22,45.59,0 -61.225,45.582,0 -61.232,45.584,0 -61.241,45.585,0 -61.253,45.58,0 -61.266,45.572,0 -61.277,45.567,0 -61.27,45.548,0 -61.284,45.548,0 -61.322,45.559,0 -61.335,45.566,0 -61.363,45.611,0 -61.419,45.657,0 -61.442,45.682,0 -61.455,45.71,0 -61.465,45.776,0 -61.475,45.811,0 -61.492,45.827,0 -61.497,45.835,0 -61.489,45.889,0 -61.5,45.906,0 -61.514,45.919,0 -61.523,45.933,0 -61.516,45.951,0 -61.521,45.961,0 -61.521,45.981,0 -61.523,45.992,0 -61.529,45.997,0 -61.538,46.003,0 -61.547,46.012,0 -61.551,46.022,0 -61.541,46.041,0 -61.517,46.053,0 -61.491,46.063,0 -61.475,46.074,0 -61.47,46.093,0 -61.466,46.12,0 -61.459,46.145,0 -61.445,46.156,0 -61.431,46.163,0 -61.384,46.194,0 -61.289,46.243,0 -61.28,46.246,0 -61.278,46.255,0 -61.212,46.331,0 -61.191,46.367,0 -61.178,46.386,0 -61.095,46.454,0 -61.086,46.467,0 -61.08,46.481,0 -61.075,46.513,0 -61.066,46.527,0 -61.04,46.55,0 -61.03,46.568,0 -61.037,46.582,0 -61.05,46.592,0 -61.057,46.601,0 -61.054,46.612,0 -61.043,46.625,0 -61.029,46.637,0 -61.016,46.642,0 -61.03,46.612,0 -61.03,46.601,0 -61.024,46.593,0 -61.017,46.601,0 -61.012,46.614,0 -61.01,46.626,0 -61.005,46.633,0 -60.972,46.653,0 -60.965,46.662,0 -60.947,46.698,0 -60.899,46.769,0 -60.869,46.8,0 -60.832,46.821,0 -60.788,46.835,0 -60.769,46.844,0 -60.701,46.905,0 -60.651,46.982,0 -60.642,47.004,0 -60.633,47.011,0 -60.623,47.017,0 -60.603,47.034,0 -60.593,47.035,0 -60.571,47.026,0 -60.534,47.022,0 -60.523,47.019,0 -60.514,47.013,0 -60.509,47.007,0 -60.501,47.001,0", - - "mediawiki": "43.428,-65.61:43.422,-65.629:43.435,-65.621:43.445,-65.627:43.453,-65.635:43.459,-65.645:43.463,-65.656:43.472,-65.646:43.477,-65.634:43.484,-65.608:43.508,-65.617:43.514,-65.605:43.511,-65.56:43.495,-65.569:43.477,-65.574:43.464,-65.587:43.445,-65.598:43.428,-65.61:43.933,-59.807:43.916,-59.861:43.908,-59.913:43.906,-59.971:43.911,-60.028:43.923,-60.083:43.942,-60.133:43.946,-60.124:43.947,-60.116:43.946,-60.108:43.942,-60.098:43.943,-60.074:43.929,-59.998:43.937,-59.867:43.941,-59.844:43.948,-59.822:43.957,-59.803:43.987,-59.741:43.998,-59.728:43.96,-59.76:43.933,-59.807:44.283,-66.298:44.251,-66.313:44.258,-66.328:44.325,-66.286:44.355,-66.258:44.377,-66.242:44.387,-66.231:44.396,-66.213:44.392,-66.203:44.381,-66.204:44.367,-66.218:44.338,-66.239:44.283,-66.298:45.577,-60.932:45.567,-60.914:45.577,-60.908:45.579,-60.899:45.574,-60.889:45.567,-60.879:45.558,-60.884:45.553,-60.892:45.551,-60.902:45.553,-60.914:45.532,-60.953:45.517,-60.962:45.498,-60.947:45.487,-60.968:45.47,-60.986:45.461,-61.003:45.471,-61.024:45.477,-61.013:45.486,-61.004:45.495,-61.002:45.498,-61.013:45.499,-61.04:45.501,-61.053:45.505,-61.065:45.511,-61.075:45.523,-61.089:45.527,-61.105:45.531,-61.106:45.536,-61.106:45.549,-61.112:45.551,-61.106:45.553,-61.091:45.563,-61.075:45.571,-61.054:45.577,-61.031:45.581,-61.01:45.582,-60.958:45.577,-60.932:46.005,-64.008:45.98,-63.905:45.963,-63.87:45.937,-63.867:45.934,-63.844:45.925,-63.825:45.91,-63.811:45.889,-63.806:45.891,-63.786:45.886,-63.759:45.877,-63.732:45.868,-63.716:45.862,-63.727:45.854,-63.746:45.847,-63.757:45.842,-63.736:45.853,-63.69:45.847,-63.669:45.837,-63.674:45.828,-63.674:45.824,-63.67:45.827,-63.662:45.837,-63.652:45.843,-63.653:45.85,-63.659:45.865,-63.662:45.874,-63.659:45.875,-63.652:45.87,-63.644:45.865,-63.638:45.862,-63.629:45.875,-63.593:45.883,-63.492:45.876,-63.439:45.855,-63.409:45.854,-63.428:45.86,-63.464:45.861,-63.483:45.852,-63.47:45.839,-63.438:45.827,-63.428:45.821,-63.447:45.826,-63.484:45.827,-63.504:45.82,-63.523:45.811,-63.516:45.807,-63.496:45.814,-63.477:45.809,-63.469:45.806,-63.461:45.806,-63.452:45.806,-63.442:45.805,-63.438:45.801,-63.431:45.8,-63.428:45.802,-63.425:45.812,-63.418:45.814,-63.415:45.812,-63.399:45.803,-63.369:45.8,-63.354:45.804,-63.324:45.812,-63.291:45.816,-63.259:45.806,-63.23:45.791,-63.258:45.776,-63.302:45.767,-63.347:45.772,-63.381:45.757,-63.373:45.748,-63.356:45.737,-63.312:45.732,-63.304:45.726,-63.295:45.724,-63.288:45.735,-63.285:45.741,-63.282:45.748,-63.273:45.759,-63.257:45.754,-63.257:45.743,-63.257:45.737,-63.257:45.76,-63.212:45.765,-63.196:45.768,-63.195:45.773,-63.194:45.777,-63.192:45.779,-63.189:45.776,-63.184:45.771,-63.182:45.766,-63.182:45.762,-63.185:45.753,-63.2:45.746,-63.205:45.737,-63.202:45.736,-63.19:45.759,-63.134:45.763,-63.117:45.765,-63.1:45.764,-63.083:45.759,-63.065:45.779,-63.07:45.79,-63.084:45.806,-63.121:45.811,-63.1:45.796,-62.98:45.783,-62.924:45.765,-62.777:45.766,-62.751:45.773,-62.699:45.772,-62.675:45.761,-62.696:45.761,-62.718:45.763,-62.738:45.759,-62.757:45.748,-62.739:45.744,-62.729:45.745,-62.699:45.742,-62.682:45.736,-62.664:45.727,-62.647:45.717,-62.633:45.687,-62.703:45.681,-62.751:45.675,-62.77:45.662,-62.784:45.642,-62.792:45.653,-62.781:45.662,-62.765:45.664,-62.749:45.655,-62.736:45.627,-62.747:45.613,-62.75:45.618,-62.74:45.646,-62.72:45.656,-62.706:45.652,-62.692:45.631,-62.669:45.628,-62.657:45.642,-62.647:45.647,-62.664:45.656,-62.672:45.668,-62.672:45.68,-62.665:45.682,-62.655:45.681,-62.64:45.682,-62.625:45.691,-62.613:45.686,-62.6:45.686,-62.577:45.683,-62.566:45.678,-62.557:45.667,-62.55:45.663,-62.545:45.658,-62.526:45.659,-62.51:45.662,-62.495:45.663,-62.476:45.631,-62.503:45.615,-62.509:45.608,-62.493:45.615,-62.47:45.643,-62.435:45.649,-62.418:45.653,-62.4:45.662,-62.377:45.673,-62.362:45.683,-62.371:45.68,-62.383:45.675,-62.405:45.655,-62.441:45.679,-62.416:45.704,-62.27:45.808,-62.06:45.863,-61.989:45.882,-61.949:45.889,-61.924:45.889,-61.911:45.882,-61.9:45.872,-61.897:45.866,-61.905:45.86,-61.916:45.851,-61.921:45.83,-61.92:45.787,-61.909:45.738,-61.888:45.721,-61.886:45.704,-61.894:45.693,-61.876:45.681,-61.836:45.673,-61.821:45.66,-61.807:45.653,-61.795:45.628,-61.726:45.623,-61.708:45.622,-61.684:45.627,-61.668:45.636,-61.655:45.642,-61.642:45.636,-61.626:45.636,-61.633:45.634,-61.648:45.627,-61.648:45.621,-61.64:45.614,-61.62:45.623,-61.619:45.632,-61.615:45.639,-61.61:45.642,-61.602:45.646,-61.589:45.653,-61.583:45.663,-61.58:45.673,-61.575:45.684,-61.558:45.689,-61.537:45.691,-61.492:45.683,-61.47:45.65,-61.437:45.642,-61.417:45.633,-61.4:45.612,-61.384:45.581,-61.37:45.578,-61.359:45.57,-61.351:45.553,-61.339:45.542,-61.324:45.512,-61.263:45.507,-61.247:45.508,-61.24:45.506,-61.237:45.491,-61.235:45.468,-61.237:45.453,-61.248:45.443,-61.267:45.414,-61.353:45.409,-61.373:45.421,-61.374:45.418,-61.388:45.408,-61.406:45.399,-61.417:45.392,-61.43:45.375,-61.483:45.355,-61.461:45.349,-61.451:45.354,-61.137:45.352,-61.12:45.343,-61.082:45.333,-60.999:45.326,-60.982:45.314,-60.971:45.302,-60.971:45.288,-60.972:45.272,-60.969:45.271,-60.983:45.277,-60.987:45.285,-60.989:45.292,-60.996:45.294,-61.007:45.294,-61.017:45.294,-61.027:45.3,-61.037:45.285,-61.028:45.279,-61.023:45.272,-61.016:45.263,-61.024:45.261,-61.031:45.26,-61.039:45.255,-61.047:45.245,-61.053:45.236,-61.057:45.233,-61.063:45.238,-61.078:45.224,-61.071:45.214,-61.12:45.218,-61.139:45.238,-61.153:45.245,-61.142:45.253,-61.133:45.262,-61.126:45.272,-61.119:45.264,-61.165:45.258,-61.175:45.243,-61.18:45.216,-61.171:45.203,-61.175:45.209,-61.184:45.216,-61.188:45.223,-61.19:45.235,-61.197:45.246,-61.204:45.253,-61.212:45.248,-61.216:45.24,-61.246:45.239,-61.263:45.251,-61.263:45.254,-61.278:45.248,-61.299:45.231,-61.332:45.217,-61.35:45.201,-61.365:45.19,-61.364:45.19,-61.339:45.178,-61.355:45.169,-61.371:45.164,-61.389:45.147,-61.568:45.151,-61.61:45.176,-61.64:45.157,-61.647:45.164,-61.666:45.175,-61.687:45.169,-61.702:45.162,-61.686:45.149,-61.666:45.135,-61.649:45.121,-61.64:45.122,-61.649:45.12,-61.658:45.115,-61.674:45.094,-61.64:45.087,-61.64:45.089,-61.677:45.092,-61.695:45.097,-61.702:45.107,-61.704:45.107,-61.709:45.101,-61.715:45.101,-61.756:45.094,-61.754:45.089,-61.755:45.084,-61.756:45.08,-61.756:45.092,-61.781:45.101,-61.81:45.099,-61.825:45.08,-61.811:45.078,-61.822:45.08,-61.846:45.08,-61.859:45.073,-61.859:45.071,-61.851:45.065,-61.841:45.056,-61.836:45.047,-61.839:45.045,-61.848:45.053,-61.88:45.047,-61.887:45.034,-61.882:45.031,-61.897:45.037,-61.918:45.053,-61.935:45.033,-61.941:45.025,-61.941:45.037,-61.959:45.036,-61.976:45.027,-61.99:45.011,-62.004:45.016,-62.006:45.021,-62.008:45.026,-62.01:45.032,-62.01:45.026,-62.02:45.019,-62.029:45.014,-62.039:45.011,-62.05:45.004,-62.035:44.991,-61.976:44.985,-61.989:44.983,-62.003:44.985,-62.018:44.991,-62.031:44.983,-62.042:44.976,-62.057:44.973,-62.073:44.978,-62.086:44.974,-62.098:44.97,-62.119:44.969,-62.138:44.974,-62.147:44.975,-62.151:44.961,-62.174:44.956,-62.185:44.959,-62.234:44.952,-62.254:44.929,-62.27:44.937,-62.278:44.927,-62.29:44.92,-62.306:44.918,-62.321:44.922,-62.332:44.922,-62.339:44.918,-62.34:44.915,-62.342:44.913,-62.344:44.909,-62.346:44.905,-62.343:44.903,-62.342:44.895,-62.339:44.902,-62.361:44.91,-62.377:44.91,-62.393:44.895,-62.415:44.892,-62.41:44.886,-62.406:44.881,-62.401:44.878,-62.42:44.869,-62.437:44.853,-62.448:44.834,-62.448:44.841,-62.467:44.859,-62.473:44.881,-62.473:44.901,-62.476:44.882,-62.49:44.864,-62.507:44.856,-62.527:44.868,-62.551:44.84,-62.566:44.833,-62.555:44.825,-62.546:44.806,-62.531:44.8,-62.553:44.834,-62.578:44.827,-62.599:44.837,-62.607:44.83,-62.623:44.806,-62.661:44.793,-62.654:44.802,-62.687:44.785,-62.805:44.772,-62.799:44.761,-62.802:44.754,-62.813:44.752,-62.826:44.744,-62.821:44.738,-62.815:44.733,-62.807:44.73,-62.798:44.721,-62.819:44.718,-62.83:44.717,-62.842:44.723,-62.851:44.734,-62.857:44.738,-62.864:44.724,-62.873:44.731,-62.887:44.738,-62.908:44.74,-62.93:44.734,-62.945:44.718,-62.972:44.711,-62.989:44.714,-62.997:44.722,-62.998:44.727,-63:44.731,-63.002:44.737,-63.004:44.765,-63.003:44.772,-63.004:44.778,-63.018:44.766,-63.047:44.778,-63.058:44.763,-63.059:44.751,-63.05:44.727,-63.021:44.711,-63.014:44.697,-63.024:44.675,-63.058:44.689,-63.063:44.705,-63.061:44.718,-63.063:44.724,-63.076:44.729,-63.096:44.743,-63.102:44.775,-63.099:44.784,-63.103:44.79,-63.11:44.791,-63.119:44.785,-63.127:44.782,-63.125:44.752,-63.121:44.735,-63.124:44.707,-63.137:44.689,-63.14:44.696,-63.154:44.706,-63.16:44.718,-63.16:44.73,-63.155:44.721,-63.173:44.692,-63.183:44.683,-63.202:44.681,-63.214:44.683,-63.214:44.69,-63.212:44.703,-63.216:44.727,-63.232:44.737,-63.237:44.726,-63.25:44.712,-63.253:44.698,-63.248:44.689,-63.237:44.673,-63.25:44.644,-63.281:44.628,-63.285:44.636,-63.317:44.643,-63.389:44.655,-63.415:44.665,-63.402:44.667,-63.396:44.668,-63.387:44.682,-63.399:44.683,-63.417:44.668,-63.456:44.659,-63.435:44.648,-63.42:44.634,-63.415:44.614,-63.422:44.596,-63.439:44.601,-63.456:44.613,-63.476:44.624,-63.51:44.648,-63.538:44.666,-63.574:44.713,-63.633:44.717,-63.644:44.717,-63.662:44.688,-63.649:44.676,-63.64:44.668,-63.628:44.667,-63.62:44.668,-63.596:44.664,-63.587:44.646,-63.574:44.642,-63.569:44.635,-63.563:44.603,-63.548:44.593,-63.545:44.574,-63.546:44.562,-63.548:44.55,-63.546:44.518,-63.523:44.503,-63.524:44.489,-63.533:44.473,-63.548:44.47,-63.554:44.464,-63.573:44.464,-63.579:44.469,-63.587:44.475,-63.585:44.48,-63.58:44.484,-63.579:44.487,-63.596:44.477,-63.605:44.463,-63.61:44.453,-63.621:44.446,-63.626:44.441,-63.633:44.443,-63.641:44.45,-63.644:44.459,-63.639:44.466,-63.632:44.47,-63.628:44.476,-63.641:44.475,-63.658:44.47,-63.693:44.468,-63.701:44.463,-63.703:44.458,-63.705:44.456,-63.716:44.461,-63.721:44.47,-63.724:44.475,-63.729:44.47,-63.737:44.474,-63.749:44.482,-63.758:44.491,-63.763:44.505,-63.765:44.494,-63.774:44.478,-63.783:44.469,-63.793:44.477,-63.806:44.49,-63.809:44.503,-63.804:44.532,-63.785:44.526,-63.793:44.515,-63.805:44.511,-63.812:44.514,-63.82:44.521,-63.826:44.525,-63.834:44.519,-63.847:44.515,-63.844:44.505,-63.84:44.504,-63.854:44.499,-63.874:44.497,-63.888:44.498,-63.9:44.501,-63.912:44.506,-63.922:44.511,-63.929:44.534,-63.942:44.554,-63.942:44.593,-63.922:44.6,-63.928:44.621,-63.943:44.629,-63.925:44.634,-63.919:44.642,-63.915:44.643,-63.919:44.648,-63.929:44.667,-63.902:44.68,-63.891:44.696,-63.888:44.684,-63.907:44.675,-63.926:44.656,-63.989:44.655,-64.001:44.639,-64.057:44.634,-64.066:44.621,-64.06:44.587,-64.062:44.58,-64.052:44.571,-64.037:44.551,-64.025:44.511,-64.011:44.523,-64.041:44.509,-64.055:44.488,-64.064:44.477,-64.076:44.475,-64.097:44.478,-64.106:44.488,-64.117:44.516,-64.123:44.522,-64.124:44.538,-64.119:44.555,-64.128:44.57,-64.145:44.58,-64.162:44.582,-64.178:44.58,-64.197:44.571,-64.211:44.552,-64.21:44.537,-64.227:44.544,-64.253:44.558,-64.281:44.566,-64.305:44.561,-64.301:44.546,-64.292:44.543,-64.304:44.536,-64.305:44.527,-64.301:44.515,-64.299:44.503,-64.301:44.492,-64.308:44.484,-64.317:44.477,-64.326:44.477,-64.318:44.47,-64.299:44.465,-64.31:44.456,-64.354:44.445,-64.354:44.438,-64.344:44.429,-64.336:44.415,-64.34:44.417,-64.297:44.416,-64.275:44.409,-64.258:44.407,-64.275:44.401,-64.288:44.393,-64.3:44.387,-64.312:44.381,-64.312:44.38,-64.261:44.377,-64.235:44.367,-64.21:44.361,-64.228:44.361,-64.246:44.367,-64.282:44.367,-64.347:44.361,-64.347:44.356,-64.34:44.35,-64.336:44.342,-64.336:44.333,-64.34:44.33,-64.326:44.324,-64.315:44.32,-64.305:44.326,-64.292:44.329,-64.298:44.337,-64.307:44.34,-64.312:44.343,-64.302:44.341,-64.291:44.333,-64.264:44.304,-64.29:44.299,-64.289:44.299,-64.237:44.267,-64.269:44.259,-64.287:44.272,-64.305:44.264,-64.312:44.276,-64.33:44.284,-64.339:44.292,-64.347:44.298,-64.337:44.299,-64.333:44.329,-64.409:44.34,-64.429:44.326,-64.418:44.313,-64.401:44.303,-64.382:44.299,-64.364:44.296,-64.359:44.288,-64.357:44.279,-64.358:44.272,-64.36:44.264,-64.367:44.234,-64.426:44.226,-64.431:44.208,-64.434:44.199,-64.439:44.193,-64.449:44.187,-64.469:44.182,-64.477:44.174,-64.483:44.141,-64.498:44.15,-64.514:44.153,-64.522:44.155,-64.531:44.156,-64.536:44.161,-64.543:44.162,-64.549:44.16,-64.552:44.15,-64.555:44.148,-64.559:44.158,-64.594:44.159,-64.606:44.148,-64.6:44.146,-64.606:44.143,-64.609:44.141,-64.614:44.141,-64.621:44.135,-64.599:44.134,-64.575:44.13,-64.554:44.117,-64.546:44.1,-64.55:44.08,-64.561:44.069,-64.576:44.079,-64.594:44.065,-64.621:44.059,-64.649:44.059,-64.717:44.046,-64.705:44.042,-64.687:44.036,-64.669:44.015,-64.662:43.998,-64.667:43.993,-64.68:43.99,-64.697:43.98,-64.714:43.964,-64.731:43.958,-64.744:43.957,-64.806:43.954,-64.816:43.946,-64.819:43.937,-64.822:43.931,-64.828:43.929,-64.837:43.929,-64.847:43.914,-64.833:43.895,-64.797:43.875,-64.786:43.876,-64.802:43.874,-64.814:43.867,-64.819:43.853,-64.812:43.845,-64.829:43.834,-64.834:43.83,-64.839:43.84,-64.854:43.846,-64.859:43.861,-64.868:43.867,-64.874:43.873,-64.883:43.877,-64.893:43.879,-64.904:43.881,-64.915:43.871,-64.91:43.856,-64.895:43.847,-64.888:43.839,-64.886:43.822,-64.884:43.812,-64.881:43.805,-64.906:43.823,-64.924:43.849,-64.938:43.867,-64.95:43.874,-64.967:43.861,-64.964:43.813,-64.935:43.806,-64.932:43.799,-64.935:43.775,-64.949:43.766,-64.958:43.759,-64.97:43.758,-64.984:43.77,-64.997:43.817,-65.02:43.832,-65.039:43.816,-65.038:43.771,-65.019:43.759,-65.016:43.743,-65.014:43.727,-65.016:43.716,-65.025:43.712,-65.034:43.716,-65.037:43.721,-65.037:43.724,-65.043:43.721,-65.053:43.714,-65.058:43.707,-65.061:43.703,-65.06:43.711,-65.077:43.745,-65.073:43.758,-65.087:43.736,-65.096:43.697,-65.123:43.675,-65.128:43.689,-65.151:43.707,-65.147:43.727,-65.136:43.751,-65.141:43.716,-65.161:43.71,-65.169:43.71,-65.178:43.716,-65.187:43.725,-65.194:43.751,-65.201:43.772,-65.212:43.792,-65.225:43.806,-65.238:43.798,-65.24:43.795,-65.242:43.792,-65.242:43.785,-65.238:43.776,-65.255:43.755,-65.249:43.719,-65.224:43.695,-65.24:43.673,-65.25:43.671,-65.263:43.675,-65.289:43.697,-65.327:43.71,-65.328:43.733,-65.316:43.744,-65.313:43.761,-65.317:43.766,-65.323:43.763,-65.331:43.758,-65.341:43.751,-65.345:43.742,-65.346:43.737,-65.351:43.744,-65.367:43.716,-65.355:43.694,-65.341:43.67,-65.334:43.641,-65.341:43.634,-65.341:43.625,-65.34:43.617,-65.34:43.614,-65.344:43.611,-65.354:43.604,-65.358:43.597,-65.356:43.593,-65.351:43.588,-65.346:43.545,-65.341:43.575,-65.362:43.579,-65.371:43.577,-65.381:43.567,-65.392:43.566,-65.402:43.571,-65.416:43.593,-65.442:43.6,-65.457:43.593,-65.457:43.539,-65.413:43.529,-65.41:43.519,-65.408:43.504,-65.402:43.5,-65.416:43.511,-65.422:43.545,-65.429:43.557,-65.439:43.561,-65.45:43.556,-65.456:43.545,-65.451:43.535,-65.455:43.528,-65.463:43.524,-65.472:43.525,-65.484:43.504,-65.474:43.494,-65.471:43.48,-65.47:43.471,-65.475:43.472,-65.484:43.48,-65.493:43.494,-65.498:43.503,-65.504:43.528,-65.542:43.532,-65.547:43.538,-65.55:43.543,-65.552:43.556,-65.546:43.561,-65.55:43.565,-65.556:43.569,-65.56:43.574,-65.566:43.566,-65.579:43.536,-65.613:43.518,-65.649:43.513,-65.653:43.507,-65.654:43.502,-65.658:43.497,-65.669:43.5,-65.668:43.505,-65.674:43.511,-65.69:43.509,-65.719:43.514,-65.729:43.531,-65.738:43.547,-65.73:43.563,-65.732:43.577,-65.739:43.587,-65.752:43.576,-65.752:43.569,-65.752:43.564,-65.749:43.559,-65.745:43.555,-65.748:43.553,-65.751:43.552,-65.754:43.551,-65.758:43.568,-65.778:43.588,-65.782:43.641,-65.772:43.669,-65.771:43.681,-65.774:43.689,-65.779:43.691,-65.789:43.683,-65.795:43.669,-65.8:43.655,-65.807:43.646,-65.796:43.634,-65.792:43.62,-65.794:43.606,-65.799:43.632,-65.815:43.657,-65.817:43.683,-65.816:43.71,-65.82:43.719,-65.825:43.739,-65.84:43.751,-65.848:43.764,-65.853:43.806,-65.861:43.806,-65.868:43.787,-65.868:43.779,-65.866:43.771,-65.861:43.77,-65.877:43.784,-65.889:43.804,-65.899:43.819,-65.909:43.827,-65.924:43.826,-65.937:43.82,-65.941:43.812,-65.93:43.806,-65.93:43.785,-65.957:43.78,-65.971:43.795,-65.978:43.802,-65.979:43.82,-65.984:43.839,-65.987:43.849,-65.992:43.854,-65.997:43.85,-65.999:43.832,-66.004:43.826,-66.005:43.816,-66.005:43.81,-66.004:43.804,-66.002:43.751,-65.974:43.737,-65.963:43.714,-65.973:43.706,-65.979:43.703,-65.991:43.72,-65.983:43.729,-65.984:43.731,-65.991:43.724,-66.005:43.717,-66.007:43.708,-66.005:43.7,-66.006:43.697,-66.015:43.698,-66.024:43.702,-66.028:43.709,-66.029:43.716,-66.026:43.716,-66.032:43.737,-66.031:43.746,-66.042:43.741,-66.055:43.716,-66.06:43.729,-66.074:43.741,-66.077:43.768,-66.073:43.772,-66.079:43.767,-66.093:43.755,-66.107:43.744,-66.115:43.744,-66.122:43.81,-66.134:43.825,-66.12:43.836,-66.113:43.848,-66.111:43.853,-66.118:43.85,-66.128:43.842,-66.136:43.833,-66.142:43.826,-66.149:43.84,-66.148:43.853,-66.149:43.86,-66.156:43.86,-66.17:43.871,-66.166:43.88,-66.167:43.887,-66.17:43.894,-66.17:43.904,-66.165:43.924,-66.152:43.932,-66.149:43.947,-66.154:43.961,-66.161:43.976,-66.163:44.003,-66.149:44.011,-66.15:44.022,-66.156:44.024,-66.158:44.084,-66.183:44.093,-66.194:44.086,-66.21:44.106,-66.21:44.143,-66.195:44.165,-66.19:44.171,-66.188:44.201,-66.159:44.209,-66.152:44.231,-66.142:44.343,-66.114:44.374,-66.095:44.394,-66.063:44.407,-66.047:44.426,-66.04:44.437,-66.032:44.489,-65.966:44.506,-65.928:44.533,-65.889:44.544,-65.867:44.557,-65.848:44.574,-65.84:44.587,-65.849:44.588,-65.868:44.58,-65.913:44.581,-65.924:44.584,-65.933:44.584,-65.942:44.521,-66.028:44.395,-66.187:44.391,-66.197:44.418,-66.192:44.434,-66.18:44.58,-65.999:44.631,-65.889:44.643,-65.875:44.696,-65.786:44.686,-65.773:44.672,-65.763:44.657,-65.756:44.642,-65.752:44.632,-65.754:44.621,-65.757:44.611,-65.757:44.607,-65.749:44.609,-65.729:44.614,-65.71:44.621,-65.692:44.629,-65.68:44.648,-65.656:44.667,-65.625:44.678,-65.612:44.696,-65.601:44.689,-65.594:44.737,-65.537:44.744,-65.522:44.749,-65.494:44.771,-65.451:44.778,-65.429:44.781,-65.447:44.758,-65.492:44.747,-65.535:44.709,-65.615:44.698,-65.654:44.696,-65.676:44.675,-65.717:44.668,-65.742:44.683,-65.758:44.728,-65.723:44.779,-65.621:44.855,-65.457:44.895,-65.398:44.901,-65.378:44.904,-65.358:44.955,-65.232:44.967,-65.213:44.993,-65.18:45.06,-65.022:45.14,-64.863:45.192,-64.714:45.201,-64.644:45.22,-64.575:45.229,-64.511:45.24,-64.475:45.256,-64.441:45.272,-64.415:45.302,-64.395:45.32,-64.417:45.329,-64.459:45.334,-64.498:45.341,-64.478:45.339,-64.456:45.326,-64.415:45.32,-64.349:45.31,-64.33:45.295,-64.318:45.283,-64.32:45.272,-64.33:45.262,-64.343:45.248,-64.351:45.213,-64.359:45.197,-64.367:45.185,-64.352:45.171,-64.357:45.157,-64.372:45.149,-64.388:45.126,-64.367:45.116,-64.362:45.108,-64.367:45.104,-64.357:45.106,-64.345:45.113,-64.337:45.125,-64.333:45.136,-64.331:45.142,-64.326:45.146,-64.317:45.149,-64.305:45.109,-64.223:45.05,-64.151:45.039,-64.149:44.984,-64.155:44.998,-64.147:45.003,-64.136:45.003,-64.122:44.998,-64.107:45.012,-64.116:45.03,-64.119:45.046,-64.114:45.053,-64.101:45.06,-64.101:45.062,-64.119:45.073,-64.136:45.114,-64.184:45.133,-64.197:45.149,-64.199:45.16,-64.166:45.168,-64.164:45.178,-64.166:45.186,-64.165:45.192,-64.158:45.2,-64.139:45.207,-64.131:45.216,-64.115:45.242,-64.024:45.251,-63.963:45.276,-63.906:45.279,-63.885:45.277,-63.846:45.28,-63.825:45.289,-63.809:45.299,-63.804:45.306,-63.804:45.311,-63.801:45.313,-63.788:45.311,-63.76:45.308,-63.748:45.3,-63.737:45.306,-63.73:45.322,-63.72:45.326,-63.716:45.326,-63.708:45.32,-63.675:45.322,-63.579:45.332,-63.543:45.334,-63.524:45.329,-63.504:45.317,-63.492:45.303,-63.483:45.292,-63.469:45.325,-63.461:45.345,-63.433:45.356,-63.396:45.361,-63.36:45.372,-63.392:45.375,-63.507:45.378,-63.528:45.392,-63.571:45.395,-63.593:45.395,-63.816:45.392,-63.834:45.385,-63.849:45.367,-63.874:45.362,-63.88:45.356,-63.885:45.353,-63.891:45.354,-63.901:45.359,-63.91:45.365,-63.914:45.373,-63.914:45.382,-63.908:45.399,-63.936:45.391,-64.014:45.395,-64.052:45.401,-64.042:45.402,-64.038:45.413,-64.066:45.415,-64.105:45.409,-64.183:45.395,-64.244:45.392,-64.276:45.402,-64.312:45.382,-64.314:45.38,-64.322:45.386,-64.334:45.389,-64.347:45.386,-64.359:45.382,-64.37:45.375,-64.379:45.367,-64.388:45.373,-64.4:45.382,-64.436:45.388,-64.446:45.395,-64.451:45.4,-64.459:45.416,-64.576:45.409,-64.62:45.389,-64.672:45.361,-64.707:45.326,-64.696:45.325,-64.717:45.316,-64.732:45.306,-64.745:45.3,-64.759:45.297,-64.768:45.298,-64.768:45.303,-64.767:45.313,-64.772:45.318,-64.773:45.325,-64.766:45.33,-64.768:45.333,-64.774:45.332,-64.786:45.334,-64.792:45.348,-64.823:45.353,-64.86:45.347,-64.897:45.326,-64.929:45.351,-64.936:45.383,-64.929:45.412,-64.915:45.43,-64.902:45.457,-64.854:45.459,-64.839:45.468,-64.815:45.471,-64.799:45.484,-64.833:45.537,-64.706:45.543,-64.681:45.557,-64.663:45.559,-64.649:45.586,-64.645:45.603,-64.613:45.615,-64.573:45.632,-64.542:45.657,-64.513:45.676,-64.484:45.679,-64.477:45.681,-64.462:45.683,-64.457:45.691,-64.448:45.704,-64.438:45.71,-64.429:45.725,-64.437:45.739,-64.439:45.748,-64.432:45.752,-64.412:45.756,-64.398:45.768,-64.386:45.781,-64.379:45.793,-64.381:45.827,-64.305:45.816,-64.293:45.805,-64.294:45.786,-64.312:45.781,-64.319:45.78,-64.326:45.777,-64.331:45.769,-64.333:45.763,-64.331:45.76,-64.328:45.755,-64.328:45.745,-64.333:45.756,-64.317:45.762,-64.303:45.765,-64.287:45.765,-64.264:45.774,-64.269:45.779,-64.279:45.78,-64.291:45.779,-64.305:45.784,-64.294:45.794,-64.283:45.805,-64.274:45.814,-64.271:45.831,-64.271:45.836,-64.273:45.836,-64.273:45.845,-64.264:45.857,-64.258:45.87,-64.252:45.881,-64.245:45.894,-64.23:45.904,-64.214:45.916,-64.199:45.931,-64.187:45.95,-64.175:45.964,-64.16:45.973,-64.141:45.976,-64.12:45.975,-64.099:45.973,-64.073:45.977,-64.051:45.992,-64.043:45.992,-64.043:45.991,-64.042:45.995,-64.033:46.002,-64.024:46.005,-64.017:46.005,-64.008:46.011,-59.706:45.999,-59.706:45.995,-59.708:45.998,-59.714:46,-59.726:46,-59.76:46.004,-59.781:46.012,-59.778:46.029,-59.724:46.034,-59.695:46.03,-59.689:46.023,-59.703:46.011,-59.706:47.001,-60.501:46.999,-60.486:47.003,-60.461:47.022,-60.42:47.026,-60.396:47.017,-60.383:46.996,-60.398:46.964,-60.434:46.927,-60.465:46.905,-60.49:46.896,-60.496:46.897,-60.474:46.893,-60.452:46.885,-60.442:46.876,-60.455:46.868,-60.455:46.864,-60.43:46.863,-60.393:46.866,-60.358:46.876,-60.339:46.872,-60.331:46.867,-60.323:46.861,-60.317:46.855,-60.311:46.834,-60.305:46.803,-60.309:46.745,-60.324:46.709,-60.342:46.694,-60.345:46.687,-60.352:46.67,-60.399:46.661,-60.391:46.656,-60.381:46.654,-60.37:46.656,-60.358:46.65,-60.358:46.648,-60.365:46.644,-60.378:46.642,-60.386:46.63,-60.374:46.623,-60.36:46.616,-60.35:46.601,-60.352:46.595,-60.357:46.581,-60.38:46.525,-60.421:46.423,-60.461:46.407,-60.473:46.369,-60.509:46.356,-60.516:46.324,-60.53:46.264,-60.578:46.21,-60.606:46.21,-60.606:46.211,-60.605:46.201,-60.6:46.197,-60.599:46.262,-60.552:46.272,-60.54:46.278,-60.524:46.32,-60.475:46.333,-60.443:46.334,-60.434:46.33,-60.419:46.324,-60.416:46.315,-60.418:46.303,-60.421:46.284,-60.427:46.271,-60.442:46.252,-60.475:46.128,-60.612:46.118,-60.632:46.102,-60.675:46.091,-60.691:46.088,-60.701:46.107,-60.715:46.105,-60.725:46.085,-60.748:46.081,-60.756:46.073,-60.773:46.062,-60.816:46.053,-60.873:46.062,-60.879:46.068,-60.874:46.073,-60.863:46.074,-60.852:46.079,-60.874:46.052,-60.912:45.992,-60.975:45.982,-60.993:45.975,-61.015:45.958,-61.102:45.95,-61.119:45.93,-61.126:45.937,-61.033:45.942,-61.01:45.954,-60.995:45.97,-60.983:45.985,-60.969:46.01,-60.903:46.035,-60.884:46.038,-60.863:46.039,-60.818:46.059,-60.773:46.066,-60.747:46.057,-60.736:46.037,-60.743:46.022,-60.76:46.008,-60.781:45.992,-60.797:45.975,-60.803:45.954,-60.806:45.937,-60.815:45.93,-60.835:45.929,-60.847:45.925,-60.858:45.92,-60.868:45.913,-60.876:45.908,-60.886:45.91,-60.898:45.916,-60.92:45.915,-60.962:45.91,-60.981:45.899,-60.989:45.897,-61.001:45.898,-61.056:45.896,-61.071:45.889,-61.052:45.889,-61.044:45.88,-61.057:45.875,-61.073:45.868,-61.088:45.855,-61.098:45.854,-61.084:45.857,-61.061:45.864,-61.039:45.872,-61.03:45.876,-61.019:45.875,-60.998:45.877,-60.983:45.889,-60.989:45.886,-60.968:45.855,-60.914:45.848,-60.926:45.851,-60.937:45.857,-60.949:45.861,-60.965:45.857,-60.967:45.835,-60.942:45.827,-60.934:45.827,-60.953:45.829,-60.961:45.834,-60.969:45.821,-60.982:45.82,-60.995:45.824,-61.006:45.823,-61.013:45.814,-61.024:45.779,-61.103:45.764,-61.123:45.745,-61.134:45.747,-61.129:45.752,-61.112:45.745,-61.111:45.736,-61.111:45.728,-61.113:45.724,-61.116:45.722,-61.126:45.717,-61.134:45.712,-61.14:45.708,-61.148:45.703,-61.143:45.699,-61.133:45.691,-61.082:45.699,-61.049:45.752,-60.947:45.756,-60.913:45.752,-60.873:45.741,-60.836:45.721,-60.807:45.703,-60.799:45.691,-60.808:45.679,-60.824:45.655,-60.845:45.651,-60.85:45.648,-60.849:45.642,-60.838:45.641,-60.829:45.644,-60.826:45.65,-60.828:45.655,-60.832:45.663,-60.81:45.669,-60.818:45.669,-60.784:45.674,-60.777:45.693,-60.766:45.694,-60.759:45.685,-60.744:45.684,-60.732:45.691,-60.73:45.704,-60.742:45.714,-60.73:45.725,-60.733:45.735,-60.743:45.745,-60.749:45.76,-60.746:45.774,-60.737:45.785,-60.725:45.793,-60.715:45.8,-60.7:45.81,-60.669:45.82,-60.653:45.831,-60.644:45.844,-60.634:45.856,-60.623:45.861,-60.609:45.866,-60.599:45.89,-60.569:45.901,-60.541:45.924,-60.521:45.937,-60.478:45.954,-60.445:45.976,-60.416:45.998,-60.399:45.993,-60.42:45.977,-60.463:45.957,-60.497:45.944,-60.564:45.92,-60.621:45.913,-60.646:45.899,-60.665:45.891,-60.699:45.89,-60.71:45.896,-60.722:45.905,-60.731:45.923,-60.74:45.93,-60.749:45.931,-60.762:45.929,-60.776:45.93,-60.787:45.94,-60.791:45.954,-60.782:45.985,-60.715:46.007,-60.684:46.015,-60.666:46.018,-60.642:46.024,-60.622:46.067,-60.564:46.091,-60.508:46.102,-60.489:46.149,-60.431:46.156,-60.417:46.164,-60.405:46.197,-60.375:46.205,-60.355:46.205,-60.334:46.209,-60.315:46.219,-60.301:46.238,-60.297:46.23,-60.318:46.226,-60.338:46.224,-60.383:46.218,-60.401:46.177,-60.447:46.077,-60.607:46.068,-60.63:46.067,-60.639:46.072,-60.653:46.082,-60.655:46.091,-60.65:46.095,-60.642:46.101,-60.621:46.116,-60.601:46.149,-60.571:46.201,-60.502:46.218,-60.494:46.234,-60.475:46.312,-60.351:46.328,-60.283:46.317,-60.279:46.279,-60.259:46.242,-60.205:46.224,-60.212:46.156,-60.29:46.159,-60.278:46.166,-60.268:46.173,-60.261:46.177,-60.256:46.176,-60.244:46.173,-60.235:46.162,-60.221:46.145,-60.212:46.142,-60.205:46.156,-60.194:46.166,-60.192:46.175,-60.195:46.184,-60.199:46.194,-60.201:46.212,-60.193:46.231,-60.174:46.246,-60.152:46.252,-60.136:46.251,-60.109:46.246,-60.083:46.238,-60.059:46.224,-60.037:46.211,-60.091:46.207,-59.991:46.196,-59.944:46.162,-59.948:46.159,-59.934:46.172,-59.901:46.177,-59.882:46.17,-59.81:46.156,-59.836:46.137,-59.863:46.111,-59.882:46.081,-59.885:46.094,-59.871:46.105,-59.851:46.112,-59.829:46.115,-59.81:46.108,-59.81:46.074,-59.872:46.05,-59.896:46.042,-59.909:46.036,-59.954:46.028,-59.958:46.016,-59.95:46.002,-59.937:45.995,-59.921:45.997,-59.898:46.005,-59.858:46.005,-59.84:46.003,-59.832:45.998,-59.824:45.999,-59.83:45.992,-59.832:45.978,-59.83:45.971,-59.824:45.961,-59.807:45.957,-59.803:45.945,-59.802:45.936,-59.805:45.931,-59.812:45.933,-59.824:45.936,-59.862:45.904,-59.939:45.91,-59.968:45.905,-59.975:45.901,-59.98:45.896,-59.985:45.889,-59.989:45.886,-59.984:45.88,-59.98:45.875,-59.975:45.87,-60.127:45.847,-60.153:45.838,-60.155:45.837,-60.154:45.838,-60.147:45.834,-60.133:45.824,-60.112:45.821,-60.101:45.82,-60.088:45.816,-60.075:45.806,-60.072:45.797,-60.074:45.793,-60.081:45.791,-60.093:45.767,-60.178:45.756,-60.199:45.741,-60.208:45.719,-60.215:45.707,-60.235:45.7,-60.26:45.697,-60.283:45.684,-60.323:45.643,-60.395:45.636,-60.441:45.636,-60.462:45.64,-60.47:45.649,-60.475:45.632,-60.5:45.627,-60.512:45.595,-60.63:45.578,-60.662:45.574,-60.672:45.573,-60.704:45.572,-60.711:45.568,-60.719:45.566,-60.727:45.567,-60.736:45.573,-60.741:45.582,-60.742:45.59,-60.744:45.594,-60.752:45.601,-60.828:45.605,-60.844:45.614,-60.849:45.627,-60.85:45.639,-60.855:45.646,-60.871:45.637,-60.884:45.624,-60.895:45.614,-60.907:45.621,-60.916:45.626,-60.925:45.628,-60.936:45.628,-60.947:45.612,-60.946:45.608,-60.97:45.614,-61.024:45.608,-61.01:45.595,-61.016:45.592,-61.025:45.594,-61.047:45.592,-61.058:45.573,-61.085:45.56,-61.131:45.557,-61.157:45.559,-61.175:45.565,-61.157:45.572,-61.151:45.579,-61.155:45.587,-61.167:45.59,-61.182:45.59,-61.196:45.593,-61.205:45.608,-61.208:45.6,-61.215:45.59,-61.22:45.582,-61.225:45.584,-61.232:45.585,-61.241:45.58,-61.253:45.572,-61.266:45.567,-61.277:45.548,-61.27:45.548,-61.284:45.559,-61.322:45.566,-61.335:45.611,-61.363:45.657,-61.419:45.682,-61.442:45.71,-61.455:45.776,-61.465:45.811,-61.475:45.827,-61.492:45.835,-61.497:45.889,-61.489:45.906,-61.5:45.919,-61.514:45.933,-61.523:45.951,-61.516:45.961,-61.521:45.981,-61.521:45.992,-61.523:45.997,-61.529:46.003,-61.538:46.012,-61.547:46.022,-61.551:46.041,-61.541:46.053,-61.517:46.063,-61.491:46.074,-61.475:46.093,-61.47:46.12,-61.466:46.145,-61.459:46.156,-61.445:46.163,-61.431:46.194,-61.384:46.243,-61.289:46.246,-61.28:46.255,-61.278:46.331,-61.212:46.367,-61.191:46.386,-61.178:46.454,-61.095:46.467,-61.086:46.481,-61.08:46.513,-61.075:46.527,-61.066:46.55,-61.04:46.568,-61.03:46.582,-61.037:46.592,-61.05:46.601,-61.057:46.612,-61.054:46.625,-61.043:46.637,-61.029:46.642,-61.016:46.612,-61.03:46.601,-61.03:46.593,-61.024:46.601,-61.017:46.614,-61.012:46.626,-61.01:46.633,-61.005:46.653,-60.972:46.662,-60.965:46.698,-60.947:46.769,-60.899:46.8,-60.869:46.821,-60.832:46.835,-60.788:46.844,-60.769:46.905,-60.701:46.982,-60.651:47.004,-60.642:47.011,-60.633:47.017,-60.623:47.034,-60.603:47.035,-60.593:47.026,-60.571:47.022,-60.534:47.019,-60.523:47.013,-60.514:47.007,-60.509:47.001,-60.501" - -} diff --git a/tests/formatsSpec.js b/tests/formatsSpec.js index 8dad735..0d7a52e 100644 --- a/tests/formatsSpec.js +++ b/tests/formatsSpec.js @@ -72,9 +72,6 @@ describe("Testing fixtures conversion", function() { describe('Checking fixture 3 (optimization 0)', function() { checkFormatFixture('testcase3-multitracks-kml-novascotia-optimization0.json'); }); - describe('Checking fixture 3', function() { - checkFormatFixture('testcase3-multitracks-kml-novascotia.json'); - }); }); function checkFormatFixture(file) { From b694c92e6590bcf52ae4a91a89a163280d9b2e50 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 18:16:20 +0100 Subject: [PATCH 24/25] Using Travis for upstream repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6480fd..e48534c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Track Simplifier / Optimizer online [![Build Status](https://travis-ci.org/Wilkins/gpx-simplify-optimizer.svg?branch=master)](https://travis-ci.org/Wilkins/gpx-simplify-optimizer) +Track Simplifier / Optimizer online [![Build Status](https://travis-ci.org/stefanocudini/gpx-simplify-optimizer.svg?branch=master)](https://travis-ci.org/stefanocudini/gpx-simplify-optimizer) ============ Online Simplifier and Optimizer for GPX / GeoJSON / KML tracks. From aa52da31a45c1c950b76db761ee3eab5039de1a4 Mon Sep 17 00:00:00 2001 From: Wilkins Date: Fri, 29 Jan 2016 18:20:54 +0100 Subject: [PATCH 25/25] Grunt --- dist/app.min.js | 29 +---------------------------- dist/formats.min.js | 10 +--------- dist/layers.min.js | 14 +------------- 3 files changed, 3 insertions(+), 50 deletions(-) diff --git a/dist/app.min.js b/dist/app.min.js index 6687ad0..8e6dcef 100644 --- a/dist/app.min.js +++ b/dist/app.min.js @@ -16,34 +16,7 @@ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po !function(d,s,id){ var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);} }(document, 'script', 'twitter-wjs');; -<<<<<<< HEAD -<<<<<<< HEAD function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); -======= -<<<<<<< HEAD -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:45,size_track:110,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:92,size_track:150,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); -======= -function hideLanguages(){$(".leaflet-control-lang a.lang").each(function(){$(this).hide()})}function switchLanguage(){hideLanguages(),window.location.href="?setLng="+$(this).attr("data-lang").toLowerCase()}function initLanguage(){var a,b=$(".leaflet-control-lang").get(0);for(var c in window.languages)a=L.DomUtil.create("a","",b),a.innerHTML=window.languages[c],a.className="lang",$(a).attr("data-lang",c),L.DomEvent.on(a,"click",switchLanguage.bind(a))}function showLanguage(){hideAll(),$(".leaflet-control-lang a.lang").each(function(){$(this).show()})}$.i18n.init({ns:{namespaces:["ns.special"],defaultNs:"ns.special"},useLocalStorage:!1,getAsync:!1,fallbackLng:"en",debug:!1},function(){$("body").i18n()}),window.languages={En:"English",It:"Italiano",Fr:"Français"};; -function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); ->>>>>>> Initiating Jasmine tests with Grunt & Travis -======= -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:35,size_node:22},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:70,size_node:41},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:80,size_node:20},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:20},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),initLanguage(),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); ->>>>>>> More tests + better testing environment ->>>>>>> More tests + better testing environment -======= -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); ->>>>>>> Rebasing +$(function(){var a=new L.Map("map",{zoomControl:!1,attributionControl:!1}).setView(L.latLng(36,-30),3).on("click",hideAll);window.map=a,L.tileLayer("http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png").addTo(a),window.Layers={},window.currentLayer=null,L.control.zoom({zoomInTitle:$.t("actions.zoomin"),zoomOutTitle:$.t("actions.zoomout")}).addTo(a),L.Control.FileLayerLoad.LABEL='',L.Control.FileLayerLoad.TITLE=$.t("actions.upload");var b=L.Control.fileLayerLoad({addToMap:!1,fitBounds:!1,fileSizeLimit:8096,binaryFormats:[]}).addTo(a);b.loader.on("data:loaded",function(a){hideAll(),window.currentLayer&&window.currentLayer.removeController();var b=new LayerOptimizer(a);b.choose(),window.Layers[b.id]=b,window.currentLayer=b,updateLayers()}).on("data:error",function(a){console.log("ERROR",a.error)}),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-download leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.download"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseDownloadFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-view leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.view"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",chooseViewFormat),a},a}().addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-erase leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.clear"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",clearMap).on(b,"click",hideAll),a},a}().addTo(a),L.control.attribution({position:"topright",prefix:'Leaflet'+$.t("osm.contributors")+""}).addTo(a),function(){var a=new L.Control({position:"topleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-lang leaflet-bar"),b=L.DomUtil.create("a","",a);return b.href="#",b.target="_blank",b.title=$.t("actions.lang"),$(b).addClass("first"),b.innerHTML='',L.DomEvent.on(b,"click",L.DomEvent.stop).on(b,"click",showLanguage),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomleft"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-stats");return a.id="stats",a.innerHTML='
',filename$=$("#filename",a),nodes$=$("#nodes",a),a},a}().addTo(a),function(){var a=new L.Control({position:"topright"});return a.onAdd=function(){var a=L.DomUtil.create("div","leaflet-control-switcher-box leaflet-bar"),b=L.DomUtil.create("label","",a);b.href="#",b.title=$.t("actions.switchlayer"),b.innerHTML=$.t("layers.switcher");var c=L.DomUtil.create("select","leaflet-control-switcher leaflet-bar",a);return L.DomEvent.on(c,"change",function(){window.currentLayer.removeController(),window.currentLayer=window.Layers[$(this).val()],window.currentLayer.choose()}),a},a}().addTo(a),function(){var a=new L.Control({position:"bottomright"});return a.onAdd=function(){return L.DomUtil.get("size-format")},a}().addTo(a),initLanguage(),$("#slider").slider({value:0,min:0,max:.1,step:5e-5,precision:8,tooltip:"hide"}).on("slide",function(a){window.currentLayer.optimize(Math.pow(a.value,2)),window.currentLayer.displayInfos()}).parent().width("100%"),$("#helpbtn").on("click",function(a){a.preventDefault(),$("#modal").modal("show")});var c=$.cookie("tour");(!c||parseInt(c)<3)&&($("#modal").modal("show"),c=(parseInt(c)||0)+1,$.cookie("tour",c,{expires:120}));var d=new Format;window.formats=d,d.loadAll(["GeoJSONFormat","GPXFormat","KMLFormat","MediawikiFormat"]),hljs.initHighlightingOnLoad()}); \ No newline at end of file diff --git a/dist/formats.min.js b/dist/formats.min.js index 88fcd57..2a0be13 100644 --- a/dist/formats.min.js +++ b/dist/formats.min.js @@ -1,9 +1 @@ -<<<<<<< HEAD -<<<<<<< HEAD -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b>>>>>> More tests + better testing environment -======= -function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b>>>>>> Rebasing +function filesizeHuman(a,b){if(0===a)return a;b=b||1;var c=$.t("export.units").split(",");return i=parseInt(Math.floor(Math.log(a)/Math.log(1024))),0===i&&(b=0),(a/Math.pow(1024,i)).toFixed(b)+" "+c[i]}function getPosition(a){for(var b=0,c=0;a;)b+=a.offsetLeft-a.scrollLeft+a.clientLeft,c+=a.offsetTop-a.scrollTop+a.clientTop,a=a.offsetParent;return{x:b,y:c}}function hideAll(){$(".popup").each(function(){$(this).hide()}),hideLanguages()}function chooseDownloadFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#download-formats").css("top",b.y-4),$("#download-formats").show()}function chooseViewFormat(a){hideAll();var b=getPosition(a.currentTarget);$("#view-formats").css("top",b.y-4),$("#view-formats").show(),$("#download-formats").hide()}function GeoJSONFormat(){this.param={key:"geojson",syntax:"json",name:"GeoJSON",extension:"geojson",contenttype:"appplication/json",size_header:90,size_track:36,size_node:20},this.exportData=function(a){return JSON.stringify(a)},this.display=function(a){return prettyData.json(a)}}function GPXFormat(){this.param={key:"gpx",syntax:"xml",name:"GPX",extension:"gpx",contenttype:"application/gpx+xml",size_header:186,size_track:75,size_node:37},this.exportData=function(a){return togpx(a)},this.display=function(a){return prettyData.xml(a)}}function KMLFormat(){this.param={key:"kml",syntax:"xml",name:"KML",extension:"kml",contenttype:"application/vnd.google-earth.kml+xml",size_header:150,size_track:81,size_node:19},this.exportData=function(a){return tokml(a)},this.display=function(a){return prettyData.xml(a)}}function MediawikiFormat(){this.param={key:"mediawiki",syntax:"nohighlight",name:"Mediawiki",extension:"txt",contenttype:"text/plain",size_header:0,size_track:0,size_node:17},this.exportData=function(a){return geojsonToPath(a)}}$("#export-close").on("click",function(){$("#export-format").hide()});var Format=function(){this.param={key:"format",name:"RootFormat"},this.formats=[]};Format.prototype={loadAll:function(a){for(var b=0;b"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+d+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a"+b.name+"")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a>>>>>> More tests + better testing environment ->>>>>>> More tests + better testing environment -======= -function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a>>>>>> Rebasing +function updateLayers(){$(".leaflet-control-switcher").html("");for(var a in window.Layers){var b=window.Layers[a];$(".leaflet-control-switcher").append('")}Object.keys(window.Layers).length>0?$(".leaflet-control-switcher-box").show():$(".leaflet-control-switcher-box").hide()}function clearMap(){for(var a in window.Layers)window.Layers[a].remove();window.Layers={},updateLayers()}var LayerOptimizer=function(a){this.id=this.createId(),this.name=a.filename,this.sourceLayer=a.layer,this.size=a.layer.getLayers().length,this.sourceLayerStyle={color:"red",opacity:.7,fillOpacity:.7,weight:5,clickable:!1},this.sourceLayerData=[],this.sourceLayerJSON=[],this.sourceLayerOptions=[],this.sourceLayerNodes=0,this.simplifiedLayerStyle={color:"blue",opacity:1,fillOpacity:1,weight:2,clickable:!1},this.simplifiedLayerData=[],this.simplifiedLayerNodes=0,this.controller=null,this.tolerance=0,this.init()};LayerOptimizer.prototype={init:function(){for(var a,b=[],c=0;c'+f.param.name+' :'+b+"

");$("#size-format").show()},clearInfos:function(){$("#filename").html(""),$("#nodes").html(""),$(".leaflet-control-stats").hide()},clearSizeFormats:function(){$("#size-format").hide()},remove:function(){this.removeLayers(),this.removeController(),this.clearInfos(),this.clearSizeFormats()},removeLayers:function(){for(var a=0;a