示例#1
1
 public static string ToGeoJson(System.Data.Entity.Spatial.DbGeometry location)
 {
     var wktReader = new WKTReader();
     var geometry = wktReader.Read(location.WellKnownValue.WellKnownText);
     var geoJsonWriter = new GeoJsonWriter();
     return geoJsonWriter.Write(geometry);
 }
        public void CascadedUnionError()
        {
            String[] wkt =
            {
               //MULTIPOLYGON (((-2.775 -37.382, -2.7694818956884695 -37.302294048833446, -4.381 -37.19, -4.379 -37.16, -2.7674053419183364 -37.272299383264858, -2.766 -37.252, -2.703 -37.257, -2.712 -37.386, -2.775 -37.382)), ((-0.558 -16.355, -0.556624473051351 -16.33528411373603, -2.168 -16.223, -2.165 -16.193, -0.55452706181921063 -16.305221219408683, -0.549 -16.226, -0.485 -16.23, -0.494 -16.36, -0.558 -16.355)))
                "MULTIPOLYGON (((-2.775 -37.382, -2.7694818956884695 -37.302294048833446, -4.381 -37.19, -4.379 -37.16, -2.7674053419183364 -37.272299383264858, -2.766 -37.252, -2.703 -37.257, -2.712 -37.386, -2.775 -37.382)), ((-0.558 -16.355, -0.556624473051351 -16.33528411373603, -2.168 -16.223, -2.165 -16.193, -0.55452706181921063 -16.305221219408683, -0.549 -16.226, -0.485 -16.23, -0.494 -16.36, -0.558 -16.355)))",
               //MULTIPOLYGON (((-4.218 -16.08, -4.216 -16.05, -2.924 -16.14, -2.926 -16.17, -4.218 -16.08)), ((-5.291 -18.097, -5.243 -17.415, -5.239 -17.352, -5.15929328747628 -17.357518157020873, -5.071 -16.091, -5.041 -16.093, -5.1292306097055169 -17.359599419328081, -5.109 -17.361, -5.114 -17.424, -5.161 -18.106, -5.291 -18.097)))
                "MULTIPOLYGON (((-4.218 -16.08, -4.216 -16.05, -2.924 -16.14, -2.926 -16.17, -4.218 -16.08)), ((-5.291 -18.097, -5.243 -17.415, -5.239 -17.352, -5.15929328747628 -17.357518157020873, -5.071 -16.091, -5.041 -16.093, -5.1292306097055169 -17.359599419328081, -5.109 -17.361, -5.114 -17.424, -5.161 -18.106, -5.291 -18.097)))"
            };

            IList<IGeometry> items = new List<IGeometry>();
            IGeometryFactory factory = GeometryFactory.Default;
            WKTReader reader = new WKTReader(factory);
            IGeometry geoms = reader.Read(wkt[0]);
            for (int i = 0; i < geoms.NumGeometries; i++)
            {
                IGeometry geom = geoms.GetGeometryN(i);
                items.Add(geom);
            }
            geoms = reader.Read(wkt[1]);
            for (int i = 0; i < geoms.NumGeometries; i++)
            {
                IGeometry geom = geoms.GetGeometryN(i);
                items.Add(geom);
            }

            UnaryUnionOp op = new UnaryUnionOp(items, new GeometryFactory(new PrecisionModel(100)));
            IGeometry result = op.Union();
            Assert.IsNotNull(result);
        }
        private void Execute(IGeometryFactory factory)
        {
            const string wkt1 = @"POLYGON ((34.8998882099012 30.3837960942026, 34.9010566737651 30.3644568453302, 34.952062587058 30.3841960548712, 34.9237694926759 30.3379967024143, 34.8688043479468 30.2722872698552, 34.8675239767921 30.2729668362851, 34.8644624659558 30.2746560404891, 34.8614352803289 30.2763912924804, 34.8584433396252 30.2781720660657, 34.8554875530179 30.2799978212197, 34.8525688188649 30.2818680042466, 34.8496880244379 30.2837820479458, 34.8468460456542 30.2857393717817, 34.8440437468117 30.2877393820578, 34.8412819803279 30.2897814720941, 34.8385615864812 30.291865022409, 34.8358833931563 30.2939894009049, 34.8332482155932 30.2961539630577, 34.8306568561393 30.2983580521099, 34.8281101040059 30.3006009992674, 34.8256087350277 30.3028821239005, 34.8231535114263 30.3052007337477, 34.8207451815784 30.3075561251236, 34.8183844797864 30.3099475831299, 34.8160721260548 30.3123743818706, 34.813808825869 30.3148357846692, 34.8115952699799 30.3173310442906, 34.8094321341915 30.3198594031656, 34.8073200791532 30.3224200936183, 34.8052597501567 30.3250123380972, 34.8038593775008 30.3268416420348, 34.8413134524996 30.34133631112, 34.8380456129141 30.3420679436136, 34.8345469119455 30.3429079098264, 34.8310655827664 30.3438006160548, 34.827824169131 30.3446853380141, 34.827602680711 30.3447457917824, 34.8241592556176 30.3457431505854, 34.8207363515157 30.3467923902175, 34.8173350063135 30.3478931927008, 34.8139562514873 30.34904522442, 34.8106011117732 30.3502481362226, 34.80727060486 30.3515015635225, 34.8039657410851 30.3528051264095, 34.8006875231308 30.3541584297621, 34.7974369457248 30.355561063366, 34.8114061852091 30.3793421607384, 34.8098261518056 30.3806388748041, 34.8072325551456 30.3828429255909, 34.8046836035397 30.3850858339783, 34.8021800734927 30.387366919357, 34.7997227278858 30.3896854894863, 34.797312315744 30.3920408407015, 34.7949495720071 30.3944322581256, 34.7926352173053 30.3968590158832, 34.7903699577383 30.3993203773193, 34.7881544846595 30.4018155952199, 34.8175519633847 30.421036532238, 34.8473374156124 30.4405111377535, 34.8473374156124 30.4405111377536, 34.8945946797018 30.4714093282142, 34.89504284421 30.4639917561117, 34.9249010902965 30.4502666241023, 34.9120339400511 30.4239712613602, 34.8990624811609 30.3974627330299, 34.8990624811609 30.3974627330298, 34.8998882099012 30.3837960942026), (34.8998882099012 30.3837960942026, 34.8896581575596 30.3782440174851, 34.8896581575596 30.3782440174851, 34.8998882099012 30.3837960942026))";
            const string wkt2 = @"POLYGON ((34.89504284421 30.4639917561117, 34.8974881525283 30.4235194508906, 34.8362388038152 30.4216169690234, 34.8683403196915 30.4762662772922, 34.89504284421 30.4639917561117))";

            WKTReader reader = new WKTReader(factory);

            IGeometry g1 = reader.Read(wkt1);
            Assert.IsFalse(g1.IsValid);
            IGeometry v1 = g1.Buffer(0);
            Assert.IsTrue(v1.IsValid);

            IGeometry g2 = reader.Read(wkt2);
            //Assert.IsFalse(g2.IsValid);
            IGeometry v2 = g2.Buffer(0);
            Assert.IsTrue(v2.IsValid);

            IGeometry union1 = g1.Union(g2);
            Assert.IsNotNull(union1);
            Assert.IsTrue(union1.IsValid);

            IGeometry union2 = v1.Union(v2);
            Assert.IsNotNull(union2);
            Assert.IsTrue(union2.IsValid);
        }
 public void Test4()
 {
     WKTReader reader = new WKTReader(new GeometryFactory(new PrecisionModel(1), 0));
     IGeometry geometry = reader.Read("MULTIPOINT (0 0, 10 0, 10 0)");
     LineString convexHull = (LineString)reader.Read("LINESTRING (0 0, 10 0)");
     Assert.IsTrue(convexHull.EqualsExact(geometry.ConvexHull()));
 }
 public void Test1()
 {
     WKTReader reader = new WKTReader(new GeometryFactory(new PrecisionModel(1), 0));
     LineString lineString = (LineString)reader.Read("LINESTRING (30 220, 240 220, 240 220)");
     LineString convexHull = (LineString)reader.Read("LINESTRING (30 220, 240 220)");
     Assert.IsTrue(convexHull.EqualsExact(lineString.ConvexHull()));
 }
示例#6
0
		public void MultiPoint_WKT_reader_should_skip_extra_parenthesis_around_coordinates()
		{
			WKTReader reader = new WKTReader();
			IGeometry mp1 = reader.Read("MULTIPOINT (10 10, 20 20)");
			IGeometry mp2 = reader.Read("MULTIPOINT ((10 10), (20 20))");
			Assert.IsTrue(mp1.EqualsExact(mp2));
		}
        private static void PerformTest(IGeometryFactory factory)
        {
            if (factory == null)
                throw new ArgumentNullException("factory");

            WKTReader reader = new WKTReader(factory);
            IGeometry g1 = reader.Read(t1);
            Assert.IsNotNull(g1);
            Assert.IsTrue(g1.IsValid);
            Assert.IsInstanceOf(typeof(IPolygon), g1);
            Assert.IsInstanceOf(typeof(Polygon), g1);

            IGeometry g2 = reader.Read(t2);
            Assert.IsNotNull(g2);
            Assert.IsTrue(g2.IsValid);
            Assert.IsInstanceOf(typeof(IMultiPolygon), g2);
            Assert.IsInstanceOf(typeof(MultiPolygon), g2);

            Stopwatch watch = new Stopwatch();
            watch.Start();
            IGeometry r = g1.Intersection(g2);
            watch.Stop();
            Assert.IsNotNull(r);
            Assert.IsInstanceOf(typeof(IMultiPolygon), r);
            Assert.IsInstanceOf(typeof(MultiPolygon), r);
            Assert.IsTrue(r.IsValid);
            Console.WriteLine("GeometryFactory.Default => Elapsed: {0}", watch.Elapsed);
        }
		public static void main(string[] args)
		{
			WKTReader rdr = new WKTReader();			
			IGeometry[] geom = new IGeometry[3];
			geom[0] = rdr.Read("POLYGON (( 100 180, 100 260, 180 260, 180 180, 100 180 ))");
			geom[1] = rdr.Read("POLYGON (( 80 140, 80 200, 200 200, 200 140, 80 140 ))");
			geom[2] = rdr.Read("POLYGON (( 160 160, 160 240, 240 240, 240 160, 160 160 ))");
            UnionUsingBufferOp(geom);
		}
		public static void main(string[] args)
		{
			WKTReader rdr = new WKTReader();
			
			ILineString line1 = (ILineString) rdr.Read("LINESTRING (0 0, 10 10, 20 20)");
			ShowSelfIntersections(line1);			
            ILineString line2 = (ILineString) rdr.Read("LINESTRING (0 40, 60 40, 60 0, 20 0, 20 60)");
			ShowSelfIntersections(line2);
		}
		public virtual void  Intersection(string wktA, string wktB, PrecisionModel pm)
		{
			Console.WriteLine("Running example using Precision Model = " + pm);
			GeometryFactory fact = new GeometryFactory(pm);
			WKTReader wktRdr = new WKTReader(fact);
			
			IGeometry A = wktRdr.Read(wktA);
			IGeometry B = wktRdr.Read(wktB);
			IGeometry C = A.Intersection(B);
			
			Console.WriteLine("A intersection B = " + C);
		}
示例#11
0
        public void check_difference_results_with_fixed_precision()
        {
            GeometryFactory precisionModel = new GeometryFactory(new PrecisionModel(100));
            WKTReader reader = new WKTReader(precisionModel);
            IGeometry p1 = reader.Read(@"POLYGON ((504927.9 6228865.64, 504969.88 6228833.89, 504980.82 6228861.76, 504927.9 6228865.64))");
            IGeometry p2 = reader.Read(@"POLYGON ((504927.9 6228865.64, 504951.14 6228848.06, 504957.42 6228863.47, 504927.9 6228865.64))");
            IGeometry test = p1.Difference(p2);
            Assert.That(test, Is.Not.Null);
            Assert.That(test.IsEmpty, Is.False);

            const string expected = @"POLYGON ((504927.9 6228865.64, 504980.82 6228861.76, 504969.88 6228833.89, 504951.14 6228848.06, 504957.42 6228863.47, 504927.9 6228865.64))";
            string actual = test.AsText();
            Assert.That(actual, Is.EqualTo(expected));
        }
        /// <summary>
        /// 
        /// </summary>
		public virtual void Run()
		{
			GeometryFactory fact = new GeometryFactory();
			WKTReader wktRdr = new WKTReader(fact);
			
			string wktA = "POLYGON((40 100, 40 20, 120 20, 120 100, 40 100))";
			string wktB = "LINESTRING(20 80, 80 60, 100 140)";
			IGeometry A = wktRdr.Read(wktA);
			IGeometry B = wktRdr.Read(wktB);
            IGeometry C = A.Intersection(B);
			Console.WriteLine("A = " + A);
			Console.WriteLine("B = " + B);
			Console.WriteLine("A intersection B = " + C);
			Console.WriteLine("A relate C = " + A.Relate(B));
		}
        private static bool TestWktWkb(int number, IGeometryFactory factory, string wkt, string wkb)
        {
            WKTReader r = new WKTReader(factory);
            IGeometry wktGeom = r.Read(wkt);
            WKBReader s = new WKBReader(factory);
            IGeometry wkbGeom = s.Read(WKBReader.HexToBytes(wkb));

            try
            {
                Assert.AreEqual(wkb, WKBWriter.ToHex(wktGeom.AsBinary()), "wkb's don't match");
                Assert.IsTrue(DiscreteHausdorffDistance.Distance(wktGeom, wkbGeom) < 1e-9, number + ": DiscreteHausdorffDistance.Distance(wktGeom, wkbGeom) < 1e-9");
                if (!wktGeom.EqualsExact(wkbGeom))
                {
                    Assert.AreEqual(wkt, wktGeom.AsText(), number + ": wkt.Equals(wktGeom.AsText())");
                    var wktGeom2 = s.Read(wktGeom.AsBinary());
                    Assert.AreEqual(wkt, wktGeom2.AsText(), number + ": wkt.Equals(wktGeom2.AsText())");
                    var diff = wkbGeom.Difference(wktGeom);
                    Assert.IsTrue(false, number + ": wktGeom.EqualsExact(wkbGeom)\n" + diff.AsText());
                }
                return false;
            }
            catch (AssertionException ex)
            {
                Console.WriteLine(ex.Message);
                return true;
            }
        }
        public void TestTransform()
        {
            CoordinateSystemFactory csFactory = new CoordinateSystemFactory();
            const string sourceCsWkt = "GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.01745329251994328,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]]";                                    
            ICoordinateSystem sourceCs = csFactory.CreateFromWkt(sourceCsWkt);
            Assert.That(sourceCs, Is.Not.Null);
            const string targetCsWkt = "PROJCS[\"WGS 84 / Australian Antarctic Lambert\",GEOGCS[\"WGS 84\",DATUM[\"WGS_1984\",SPHEROID[\"WGS 84\",6378137,298.257223563,AUTHORITY[\"EPSG\",\"7030\"]],AUTHORITY[\"EPSG\",\"6326\"]],PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],UNIT[\"degree\",0.01745329251994328,AUTHORITY[\"EPSG\",\"9122\"]],AUTHORITY[\"EPSG\",\"4326\"]],PROJECTION[\"Lambert_Conformal_Conic_2SP\"],PARAMETER[\"standard_parallel_1\",-68.5],PARAMETER[\"standard_parallel_2\",-74.5],PARAMETER[\"latitude_of_origin\",-50],PARAMETER[\"central_meridian\",70],PARAMETER[\"false_easting\",6000000],PARAMETER[\"false_northing\",6000000],UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],AUTHORITY[\"EPSG\",\"3033\"]]";
            ICoordinateSystem targetCs = csFactory.CreateFromWkt(targetCsWkt);
            Assert.That(targetCs, Is.Not.Null);
            CoordinateTransformationFactory ctFactory = new CoordinateTransformationFactory();
            ICoordinateTransformation coordTransformation = ctFactory.CreateFromCoordinateSystems(sourceCs, targetCs);

            IGeometryFactory gf = GeometryFactory.Default;            
            const string geomWkt = "MULTIPOINT (152.83949210500001 -42.14413555,152.83910355899999 -42.129844618)";
            WKTReader reader = new WKTReader(gf);
            IGeometry geom = reader.Read(geomWkt);
            Assert.That(geom, Is.Not.Null);
            Assert.That(geom.IsValid, Is.True);
            Assert.That(geom, Is.InstanceOf<IMultiPoint>());

            IMultiPoint mp = (IMultiPoint)geom;
            foreach (IPoint pt in mp.Geometries)
            {
                IGeometry tp = GeometryTransform.TransformGeometry(gf, pt, coordTransformation.MathTransform);
                Assert.That(tp, Is.Not.Null);
                Assert.That(tp.IsValid, Is.True);
            }

            IGeometry transformed = GeometryTransform.TransformGeometry(gf, mp, coordTransformation.MathTransform);
            Assert.That(transformed, Is.Not.Null);
            Assert.That(transformed.IsValid, Is.True);
        }
示例#15
0
        private static void RunVoronoi(string sitesWKT, string expectedWKT)
        {
            WKTReader reader = new WKTReader();
            IGeometry sites = reader.Read(sitesWKT);

            DelaunayTriangulationBuilder builder = new DelaunayTriangulationBuilder();
            builder.SetSites(sites);

            QuadEdgeSubdivision subdiv = builder.GetSubdivision();
            IGeometry result = subdiv.GetVoronoiDiagram(GeometryFactory.Default);
            Assert.IsNotNull(result);

            IGeometry expectedEdges = reader.Read(expectedWKT);
            result.Normalize();
            expectedEdges.Normalize();
            Assert.IsTrue(expectedEdges.EqualsExact(result, ComparisonTolerance));
        }
示例#16
0
        private static void RunDelaunay(string sitesWKT, bool computeTriangles, string expectedWKT)
        {
            WKTReader reader = new WKTReader();
            IGeometry sites = reader.Read(sitesWKT);

            DelaunayTriangulationBuilder builder = new DelaunayTriangulationBuilder();
            builder.SetSites(sites);

            IGeometryFactory geomFact = GeometryFactory.Default;
            IGeometry result = computeTriangles ? builder.GetTriangles(geomFact) : builder.GetEdges(geomFact);
            Assert.IsNotNull(result);

            IGeometry expected = reader.Read(expectedWKT);
            result.Normalize();
            expected.Normalize();
            Assert.IsTrue(expected.EqualsExact(result, ComparisonTolerance));
        }
        public void OverlayUsingFixedPrecision()
        {
            IGeometryFactory factory = GeometryFactory.Fixed;
            WKTReader reader = new WKTReader(factory);

            IGeometry pol = reader.Read(wktpol);
            Assert.IsNotNull(pol);
            Assert.IsTrue(pol.IsValid);
            Assert.IsTrue(pol.Factory.PrecisionModel == factory.PrecisionModel);

            IGeometry line = reader.Read(wktline);
            Assert.IsNotNull(line);
            Assert.IsTrue(line.IsValid);
            Assert.IsTrue(line.Factory.PrecisionModel == factory.PrecisionModel);

            Assert.IsTrue(pol.Intersects(line));
        }
示例#18
0
        public void Types_still_unknown(string wkt)
        {
            var reader = new WKTReader();

            // NB: If this doesn't throw, we're unblocked and can add support
            Assert.Throws <GeoParseException>(
                () => reader.Read(wkt));
        }
 public void TestSerializeable(string wkt)
 {
     var reader = new WKTReader(new GeometryFactory());
     var gS = (Geometry)reader.Read(wkt);
     var buffer = SerializationUtility.Serialize(gS);
     
     var gD = SerializationUtility.Deserialize<Geometry>(buffer);
     Assert.IsTrue(gD.EqualsExact(gS));
 }
示例#20
0
 public static string ToGeoJson(System.Data.Entity.Spatial.DbGeometry location, ProjectionInfo pStart,
     ProjectionInfo pEnd)
 {
     var wktReader = new WKTReader();
     var geometry = wktReader.Read(location.WellKnownValue.WellKnownText);
     geometry = Project(geometry, pStart, pEnd);
     var geoJsonWriter = new GeoJsonWriter();
     return geoJsonWriter.Write(geometry);
 }
示例#21
0
 public static System.Data.Entity.Spatial.DbGeometry UnionAggregate(
     IEnumerable<System.Data.Entity.Spatial.DbGeometry> dbGeometrys)
 {
     var wktReader = new WKTReader();
     var geometries = dbGeometrys.Select(x => wktReader.Read(x.WellKnownValue.WellKnownText)).ToArray();
     var collection = new GeometryCollection(geometries);
     var wktWriter = new WKTWriter();
     return System.Data.Entity.Spatial.DbGeometry.FromText(wktWriter.Write(collection));
 }
 public void test_intersection_bug_clipped()
 {
     IGeometryFactory factory = GeometryFactory.Default;
     WKTReader reader = new WKTReader(factory);
     IGeometry geom = reader.Read(NonNodedIntersection);
     Envelope clipEnv = geom.EnvelopeInternal;
     clipEnv.ExpandBy(BufferValue);
     IGeometry clip = factory.ToGeometry(clipEnv);
     Assert.DoesNotThrow(() => DoIntersection(FromWkb(Poly1Wkb, clip), FromWkb(Poly2Wkb, clip), clip));
 }
        public void check_difference_results_with_fixed_precision()
        {
            GeometryFactory precisionModel = new GeometryFactory(new PrecisionModel(100));
            WKTReader reader = new WKTReader(precisionModel);
            IGeometry p1 = reader.Read(@"POLYGON ((504927.9 6228865.64, 504969.88 6228833.89, 504980.82 6228861.76, 504927.9 6228865.64))");
            IGeometry p2 = reader.Read(@"POLYGON ((504927.9 6228865.64, 504951.14 6228848.06, 504957.42 6228863.47, 504927.9 6228865.64))");
            IGeometry test = p1.Difference(p2);
            Assert.That(test, Is.Not.Null);
            Assert.That(test.IsEmpty, Is.False);

            const string expected = @"POLYGON ((504927.9 6228865.64, 504980.82 6228861.76, 504969.88 6228833.89, 504951.14 6228848.06, 504957.42 6228863.47, 504927.9 6228865.64))";
            var res = reader.Read(expected);
            res.Normalize();
            test.Normalize();
            Console.WriteLine(test.AsText());
            Console.WriteLine(res.AsText());
            var hd = new HausdorffSimilarityMeasure();
            var resD  = hd.Measure(test, res);
            Assert.That(1-resD, Is.LessThan(1e7));
        }
示例#24
0
        public void TestIssue87()
        {
            var wktReader = new WKTReader();
            var lines = new List<IGeometry>(_wkts.Length);
            lines.AddRange(_wkts.Select(wkt => wktReader.Read(wkt))/*.Where(g => g.Length > 0 )*/);
            var polygonizer = new NetTopologySuite.Operation.Polygonize.Polygonizer();
            polygonizer.Add(lines);

            IGeometry res;
            Assert.DoesNotThrow( () =>  res = polygonizer.GetGeometry());
        }
        public void PerformancesTest()
        {
            const string strWKT1 = @"MULTIPOLYGON(((-148.673065185547 60.4469375610352,-147.937850952148 60.4513778686523,-147.94987487793 60.4316596984863,-150.333618164063 59.6183242797852,-150.357482910156 59.5894317626953,-163.77473449707 67.2292861938477,-148.673065185547 60.4469375610352)),((-147.633636474609 60.422492980957,-147.690002441406 60.4111022949219,-147.72998046875 60.3906860351563,-147.711944580078 60.3760986328125,-147.696670532227 60.3770751953125,-147.685272216797 60.3816604614258,-147.651123046875 60.3919372558594,-147.623046875 60.3883247375488,-147.629425048828 60.3677673339844,-147.635559082031 60.3569412231445,-147.723602294922 60.2099914550781,-147.757507324219 60.1679077148438,-147.770843505859 60.164436340332,-147.789443969727 60.1655502319336,-147.826110839844 60.1822128295898,-147.909729003906 60.2347183227539,-147.898345947266 60.2836074829102,-147.875823974609 60.3322143554688,-147.856658935547 60.3716583251953,-147.817779541016 60.4316635131836,-147.779861450195 60.4787368774414,-147.699020385742 60.5104103088379,-147.626510620117 60.4730453491211,-147.615829467773 60.4298515319824,-147.625274658203 60.4241638183594,-147.633636474609 60.422492980957)),((-162.232757568359 54.9652709960938,-162.229354858398 54.9519309997559,-162.234146118164 54.9301338195801,-162.227905273438 54.9112396240234,-162.228881835938 54.8969421386719,-162.235534667969 54.8877716064453,-162.256271362305 54.875545501709,-162.264312744141 54.8669395446777,-162.277923583984 54.8487434387207,-162.293060302734 54.8341598510742,-162.309448242188 54.8288803100586,-162.328887939453 54.829719543457,-162.355270385742 54.8459625244141,-162.36735534668 54.8530502319336,-162.386245727539 54.8627700805664,-162.395568847656 54.8677673339844,-162.405853271484 54.8763809204102,-162.419860839844 54.8859672546387,-162.423889160156 54.9058227539063,-162.430419921875 54.9216613769531,-162.431396484375 54.9327697753906,-162.42138671875 54.9352645874023,-162.385833740234 54.944709777832,-162.363739013672 54.9565200805664,-162.340545654297 54.9708213806152,-162.31999206543 54.9804077148438,-162.303894042969 54.9827651977539,-162.279876708984 54.9816551208496,-162.248199462891 54.973876953125,-162.232757568359 54.9652709960938)),((-76.3950042724609 39.2299880981445,-76.3869476318359 39.2263793945313,-76.3886108398438 39.2247085571289,-76.4163970947266 39.209716796875,-76.4385604858398 39.2122116088867,-76.4733047485352 39.2230834960938,-76.4894409179688 39.2365226745605,-76.5113983154297 39.2477722167969,-76.5494384765625 39.2611083984375,-76.5766754150391 39.2672119140625,-76.6105194091797 39.250373840332,-76.5827789306641 39.2420768737793,-76.5194473266602 39.2048263549805,-76.4782791137695 39.1771545410156,-76.4409713745117 39.1454086303711,-76.4215240478516 39.1083297729492,-76.3938903808594 39.0110359191895,-76.4539566040039 38.9132537841797,-76.5236206054688 38.8547134399414,-76.5375061035156 38.7316589355469,-76.5113906860352 38.5576286315918,-76.5050048828125 38.5311050415039,-76.491943359375 38.5055541992188,-76.4783325195313 38.4902725219727,-76.4419403076172 38.4572143554688,-76.4013900756836 38.4198532104492,-76.3785705566406 38.3652038574219,-76.40625 38.3372116088867,-76.4457626342773 38.3395385742188,-76.5791778564453 38.4319381713867,-76.6369476318359 38.490966796875,-76.6657028198242 38.585132598877,-76.6673583984375 38.6081886291504,-76.6661148071289 38.6367988586426,-76.6791610717773 38.662525177002,-76.6634674072266 38.4747123718262,-76.6494445800781 38.4533233642578,-76.5944519042969 38.4049911499023,-76.4819488525391 38.315544128418,-76.4487533569336 38.2999954223633,-76.3711090087891 38.288330078125,-76.39111328125 38.2481155395508,-76.3804092407227 38.2198486328125,-76.3477783203125 38.1938781738281,-76.3336181640625 38.1780471801758,-76.317497253418 38.148323059082,-76.3123474121094 38.0473022460938,-76.3386077880859 38.0588836669922,-76.5486145019531 38.1863784790039,-76.5602722167969 38.2033233642578,-76.5819549560547 38.2212371826172,-76.6062469482422 38.2330474853516,-76.6299896240234 38.2394332885742,-76.6538848876953 38.2419357299805,-76.6744384765625 38.2424926757813,-76.7020797729492 38.2408256530762,-76.7393035888672 38.2336044311523,-76.8706893920898 38.2745742797852,-76.9158325195313 38.3091583251953,-76.9701385498047 38.3584671020508,-77.0444488525391 38.4383201599121,-77.0752868652344 38.4165191650391,-77.1967697143555 38.3679428100586,-77.2437438964844 38.3982582092285,-77.2631988525391 38.4877700805664,-77.248046875 38.5241622924805,-77.2345809936523 38.5506896972656,-77.1805572509766 38.605827331543,-77.0875015258789 38.685546875,-77.0644454956055 38.6949920654297,-77.0293731689453 38.6989479064941,-77.0061187744141 38.754997253418,-77.0194549560547 38.7961044311523,-77.0227813720703 38.803092956543,-77.0216674804688 38.8088836669922,-77.0168075561523 38.8642997741699,-77.0533981323242 38.9011001586914,-77.0616912841797 38.9045715332031,-77.0502777099609 38.8788757324219,-77.0372161865234 38.8433227539063,-77.0422210693359 38.726619720459,-77.0958404541016 38.7047119140625,-77.1344451904297 38.698600769043,-77.2488861083984 38.5986022949219,-77.304443359375 38.4955444335938,-77.3264007568359 38.4024887084961,-77.3200073242188 38.3452682495117,-77.246337890625 38.3328323364258,-77.2241668701172 38.3336029052734,-77.1663208007813 38.3431854248047,-77.0687484741211 38.3790168762207,-77.0233306884766 38.3094329833984,-76.9324951171875 38.2030487060547,-76.8769378662109 38.1783294677734,-76.8455581665039 38.1688842773438,-76.6894378662109 38.1513824462891,-76.5909729003906 38.1227722167969,-76.5011138916016 38.0236053466797,-76.4050064086914 37.9745750427246,-76.3494415283203 37.956657409668,-76.2815322875977 37.9308242797852,-76.2436141967773 37.9061012268066,-76.2281951904297 37.8816604614258,-76.2855529785156 37.6969375610352,-76.3375091552734 37.6266555786133,-76.3536071777344 37.6185989379883,-76.3697128295898 37.6336059570313,-76.4788818359375 37.6783294677734,-76.7024993896484 37.8330535888672,-76.8344421386719 37.9530487060547,-76.8859939575195 38.0251922607422,-76.9109725952148 38.0676345825195,-76.9319458007813 38.089714050293,-77.0545120239258 38.1606826782227,-77.1298904418945 38.1691207885742,-77.1106948852539 38.1419372558594,-77.0208358764648 38.096378326416,-76.985969543457 38.0933265686035,-76.9479141235352 38.0769424438477,-76.9233322143555 38.0536041259766,-76.9029159545898 38.006160736084,-76.8484725952148 37.9277687072754,-76.7202758789063 37.794994354248,-76.6637496948242 37.7636070251465,-76.6361083984375 37.7611083984375,-76.6150054931641 37.7527770996094,-76.5897216796875 37.7274856567383,-76.5766754150391 37.6927642822266,-76.5641632080078 37.6604080200195,-76.5388870239258 37.6302719116211,-76.5186157226563 37.6202659606934,-76.42138671875 37.6033248901367,-76.2906951904297 37.5686073303223,-76.2452697753906 37.4952697753906,-76.2366638183594 37.4286727905273,-76.2394409179688 37.373462677002,-76.2611236572266 37.3341598510742,-76.2894439697266 37.3355484008789,-76.3652801513672 37.3838806152344,-76.4034729003906 37.3458213806152,-76.3764877319336 37.2805137634277,-76.4483337402344 37.2627716064453,-76.4547271728516 37.2619400024414,-76.4795150756836 37.2688102722168,-76.5788879394531 37.3236083984375,-76.6827697753906 37.4297180175781,-76.6705474853516 37.3866577148438,-76.6061096191406 37.3058242797852,-76.5855560302734 37.2919387817383,-76.5430603027344 37.2688827514648,-76.4655609130859 37.2297134399414,-76.4426345825195 37.2230453491211,-76.3772125244141 37.2141571044922,-76.2900009155273 37.1355476379395,-76.2677154541016 37.086311340332,-76.2914581298828 37.0053443908691,-76.3897247314453 36.9733200073242,-76.4363861083984 36.9972152709961,-76.5574951171875 37.0844345092773,-76.6131210327148 37.1339492797852,-76.613883972168 37.1561012268066,-76.6136093139648 37.1836013793945,-76.6313934326172 37.2162399291992,-76.6538848876953 37.226936340332,-76.6783294677734 37.2260971069336,-76.7852249145508 37.2350463867188,-76.8874664306641 37.2478790283203,-76.903678894043 37.2660865783691,-76.9741668701172 37.2988815307617,-76.9902725219727 37.3129081726074,-77.2386016845703 37.3361053466797,-77.2322235107422 37.29638671875,-77.1461181640625 37.2919387817383,-77.0272216796875 37.2836074829102,-76.8649444580078 37.2133827209473,-76.7166595458984 37.1474914550781,-76.6448669433594 37.046802520752,-76.5755615234375 37.0158309936523,-76.4796524047852 36.9577713012695,-76.4774932861328 36.9052658081055,-76.3316802978516 36.8636093139648,-76.2936096191406 36.8433227539063,-76.3180618286133 36.881103515625,-76.3143692016602 36.9449195861816,-76.2551422119141 36.9579124450684,-76.2355499267578 36.9508285522461,-76.1952667236328 36.9294357299805,-76.1608352661133 36.9188804626465,-76.0572204589844 36.9065856933594,-76.0138931274414 36.9200592041016,-75.9872894287109 36.9092292785645,-75.9629211425781 36.8542976379395,-75.8863983154297 36.6405487060547,-75.8516845703125 36.549072265625,-75.8494415283203 36.5316619873047,-75.8441619873047 36.5066604614258,-75.8277893066406 36.4408264160156,-75.8091583251953 36.3708267211914,-75.7852783203125 36.2836074829102,-75.7120819091797 36.1165199279785,-75.6999969482422 36.0966567993164,-75.6591644287109 36.0436096191406,-75.6358337402344 36.0077743530273,-75.5755615234375 35.9088821411133,-75.5533294677734 35.85888671875,-75.5326461791992 35.8015213012695,-75.5569458007813 35.8080444335938,-75.5890274047852 35.8564529418945,-75.5897903442383 35.8974914550781,-75.6369476318359 35.9529075622559,-75.6608276367188 35.9744338989258,-75.6833190917969 35.9916610717773,-75.7008361816406 36.0080490112305,-75.7286071777344 36.0611038208008,-75.7386093139648 36.1236343383789,-75.7512512207031 36.1827697753906,-75.7582015991211 36.2022132873535,-75.7683410644531 36.2224884033203,-75.8116607666016 36.3194427490234,-75.8638916015625 36.4763793945313,-75.8699951171875 36.4986038208008,-75.8791656494141 36.5327682495117,-75.8827056884766 36.5499420166016,-75.8819427490234 36.5819396972656,-75.9113922119141 36.6652679443359,-75.9453048706055 36.7124214172363,-75.9666595458984 36.6808242797852,-75.9755554199219 36.6208267211914,-75.975830078125 36.5658226013184,-75.9688415527344 36.5497207641602,-75.9490280151367 36.5425300598145,-75.9432983398438 36.5497207641602,-75.9382553100586 36.5636711120605,-75.9126434326172 36.5731887817383,-75.9092407226563 36.5499954223633,-75.8995819091797 36.4927711486816,-75.9269409179688 36.484992980957,-75.9699325561523 36.4919357299805,-76.0128021240234 36.5498428344727,-76.0195846557617 36.5667266845703,-76.0423583984375 36.5746421813965,-76.0289916992188 36.5499954223633,-76.0388870239258 36.5181884765625,-76.0347290039063 36.4966583251953,-75.9869384765625 36.4116592407227,-75.9466552734375 36.3719329833984,-75.9163970947266 36.3513870239258,-75.8833312988281 36.2955474853516,-75.79638671875 36.118049621582,-75.7931518554688 36.0738487243652,-75.8527069091797 36.1106872558594,-75.9389495849609 36.2838134765625,-75.9760360717773 36.3113784790039,-75.9973526000977 36.3108253479004,-75.9528732299805 36.1924057006836,-75.9265365600586 36.1708908081055,-75.9494323730469 36.1686019897461,-76.0046539306641 36.1811027526855,-76.0324172973633 36.2022132873535,-76.0427474975586 36.2197380065918,-76.1398620605469 36.2880516052246,-76.1996536254883 36.3173904418945,-76.2226409912109 36.2924957275391,-76.1836090087891 36.269157409668,-76.1507720947266 36.258674621582,-76.0921630859375 36.1976013183594,-76.0759124755859 36.1791000366211,-76.0709686279297 36.1492958068848,-76.2141723632813 36.0947113037109,-76.2358245849609 36.0949935913086,-76.3341674804688 36.1347198486328,-76.3708343505859 36.1499938964844,-76.3677673339844 36.1183242797852,-76.3713836669922 36.0769424438477,-76.4952697753906 36.009578704834,-76.5186157226563 36.0069389343262,-76.6597900390625 36.0331192016602,-76.6911697387695 36.0716438293457,-76.7102127075195 36.1175193786621,-76.7276382446289 36.1673545837402,-76.7188873291016 36.2094345092773,-76.7045822143555 36.2467269897461,-76.7461013793945 36.2281837463379,-76.7575073242188 36.204158782959,-76.7602844238281 36.1451301574707,-76.7538375854492 36.0947723388672,-76.7339172363281 36.0475997924805,-76.7295150756836 35.9398498535156,-76.6622161865234 35.933048248291,-76.5537490844727 35.9397125244141,-76.5297241210938 35.946102142334,-76.4702758789063 35.9649925231934,-76.4201354980469 35.9787368774414,-76.3927764892578 35.975269317627,-76.3798522949219 35.9576301574707,-76.2791748046875 35.9191589355469,-76.2675018310547 35.9188842773438,-76.3017349243164 35.9540519714355,-76.1747207641602 35.995964050293,-76.077507019043 35.9931869506836,-76.0511093139648 35.9822120666504,-76.0265274047852 35.962215423584,-76.0218124389648 35.9227714538574,-76.0530471801758 35.8737411499023,-76.0602722167969 35.8469390869141,-76.0530548095703 35.7936096191406,-76.0416717529297 35.7491607666016,-76.0447540283203 35.6843643188477,-76.1095809936523 35.6913070678711,-76.135627746582 35.6923866271973,-76.1031951904297 35.6604080200195,-76.0287475585938 35.6540908813477,-75.9938812255859 35.7102737426758,-75.9885406494141 35.7911033630371,-75.9955444335938 35.8133239746094,-75.9894409179688 35.8805465698242,-75.9706954956055 35.8977699279785,-75.9433288574219 35.9177703857422,-75.850830078125 35.975269317627,-75.8247299194336 35.9649925231934,-75.7833251953125 35.9197158813477,-75.7491683959961 35.8779067993164,-75.720832824707 35.8145065307617,-75.720832824707 35.6926307678223,-75.7407608032227 35.618465423584,-75.7894439697266 35.5713844299316,-75.8169555664063 35.5661010742188,-75.8383331298828 35.5669403076172,-75.8600006103516 35.584716796875,-75.8936157226563 35.575553894043,-75.9795837402344 35.5166625976563,-76.0022277832031 35.4661026000977,-76.0411071777344 35.4241638183594,-76.1331939697266 35.3598556518555,-76.149169921875 35.3369369506836,-76.4619445800781 35.3722114562988,-76.4961090087891 35.3847198486328,-76.5225067138672 35.4041595458984,-76.5671081542969 35.484935760498,-76.5637512207031 35.5088119506836,-76.5155639648438 35.5319366455078,-76.5881958007813 35.5510330200195,-76.614860534668 35.5358276367188,-76.6319427490234 35.5224914550781,-76.6161041259766 35.4588851928711,-76.6013946533203 35.4313812255859,-76.6524963378906 35.4149932861328,-76.9129180908203 35.4616622924805,-76.9426345825195 35.4772834777832,-77.0495834350586 35.5269393920898,-77.0230560302734 35.4869346618652,-76.8325042724609 35.392219543457,-76.5029830932617 35.3079071044922,-76.4688873291016 35.2716598510742,-76.4874954223633 35.2258224487305,-76.5636138916016 35.2336044311523,-76.6648941040039 35.166934967041,-76.5730514526367 35.1601295471191,-76.5529174804688 35.1379089355469,-76.5655517578125 35.1148529052734,-76.6040191650391 35.074161529541,-76.6541748046875 35.043327331543,-76.7270812988281 35.001522064209,-76.7613983154297 34.9877700805664,-76.805305480957 34.9855880737305,-76.8360595703125 34.9925498962402,-76.8672180175781 35,-76.9763946533203 35.0680541992188,-77.0681610107422 35.1497802734375,-76.9650115966797 34.9977722167969,-76.9318008422852 34.9695739746094,-76.8899993896484 34.9538803100586,-76.840690612793 34.9435157775879,-76.8163528442383 34.9394340515137,-76.7788848876953 34.9266586303711,-76.7530670166016 34.9052658081055,-76.7387466430664 34.9186058044434,-76.6972198486328 34.9488754272461,-76.6338195800781 34.982421875,-76.5291748046875 35.0044403076172,-76.4894409179688 35.009162902832,-76.4535675048828 35.0667610168457,-76.4323654174805 35.0427742004395,-76.433952331543 34.9878158569336,-76.4622955322266 34.9629783630371,-76.4531936645508 34.9352340698242,-76.4153289794922 34.9411544799805,-76.3235473632813 34.974292755127,-76.3337554931641 34.9962463378906,-76.3512496948242 35.0222129821777,-76.3126373291016 35.0126342773438,-76.2718124389648 34.9626312255859,-76.2924957275391 34.9369354248047,-76.34326171875 34.8819389343262,-76.3830490112305 34.8642272949219,-76.4113922119141 34.847770690918,-76.4813842773438 34.7763824462891,-76.5006256103516 34.7361717224121,-76.626106262207 34.710132598877,-76.6536102294922 34.7172813415527,-76.6609725952148 34.7578086853027,-76.6832580566406 34.797492980957,-76.7599334716797 34.7665901184082,-77.09423828125 34.6774215698242,-77.1233215332031 34.6933212280273,-77.1755523681641 34.6547088623047,-77.2730560302734 34.5844345092773,-77.3095779418945 34.5597152709961,-77.3339004516602 34.5759925842285,-77.3502349853516 34.6009902954102,-77.3309707641602 34.6399230957031,-77.3884735107422 34.7330474853516,-77.4288787841797 34.7419357299805,-77.4244384765625 34.7130508422852,-77.4094390869141 34.6891555786133,-77.3857192993164 34.6126022338867,-77.3790435791016 34.5629348754883,-77.3817291259766 34.5164527893066,-77.4212493896484 34.5144424438477,-77.4552764892578 34.5040245056152,-77.5736236572266 34.4369354248047,-77.6145782470703 34.4122161865234,-77.6366729736328 34.3980484008789,-77.6644439697266 34.3794326782227,-77.6822204589844 34.3655471801758,-77.7052764892578 34.3419342041016,-77.7572326660156 34.285270690918,-77.8350067138672 34.1919326782227,-77.8622207641602 34.1508255004883,-77.8697204589844 34.1308212280273,-77.8821487426758 34.0616607666016,-77.8841705322266 34.0327682495117,-77.9226379394531 33.9371452331543,-77.9344329833984 33.9269409179688,-77.9225006103516 33.9919357299805,-77.9206924438477 34.0192985534668,-77.9272842407227 34.117561340332,-77.9556274414063 34.1490173339844,-77.9508361816406 34.1194381713867,-77.9477691650391 34.0913772583008,-77.9449920654297 34.0649948120117,-77.9462432861328 34.0287437438965,-77.9529876708984 33.9924240112305,-77.9761123657227 33.9427680969238,-78.0259704589844 33.8893661499023,-78.0697326660156 33.8949966430664,-78.1013946533203 33.9047088623047,-78.1538925170898 33.9147109985352,-78.2373580932617 33.9198532104492,-78.4372100830078 33.8980484008789,-78.51806640625 33.8799896240234,-78.5722198486328 33.8816680908203,-78.5820922851563 33.8792953491211,-78.6005554199219 33.8708267211914,-78.8274993896484 33.7302703857422,-78.8612518310547 33.7072143554688,-78.8813781738281 33.6919326782227,-78.9177703857422 33.6574935913086,-78.9375 33.6380462646484,-78.9808349609375 33.5916595458984,-79.1376419067383 33.4156837463379,-79.1486206054688 33.3894386291504,-79.1641693115234 33.3144378662109,-79.1964416503906 33.278938293457,-79.2691040039063 33.3141593933105,-79.2634811401367 33.3369369506836,-79.2372894287109 33.3772125244141,-79.1996841430664 33.4302711486816,-79.2261047363281 33.4133224487305,-79.2713928222656 33.3733215332031,-79.2895812988281 33.3294410705566,-79.2956924438477 33.3051338195801,-79.2945785522461 33.2841606140137,-79.2825012207031 33.2663879394531,-79.2556076049805 33.2440490722656,-79.2247772216797 33.232551574707,-79.2047271728516 33.185546875,-79.2058410644531 33.1655426025391,-79.2330627441406 33.1411056518555,-79.2970733642578 33.0992088317871,-79.344352722168 33.0797576904297,-79.3717193603516 33.0589447021484,-79.3883361816406 33.0081901550293,-79.4452667236328 33.0047149658203,-79.4944381713867 33.009162902832,-79.523193359375 33.0333976745605,-79.5713882446289 33.0155487060547,-79.6025009155273 32.9865188598633,-79.6279067993164 32.9392967224121,-79.6122207641602 32.9174957275391,-79.7326354980469 32.8041572570801,-79.7947235107422 32.7752685546875,-79.8158264160156 32.7672119140625,-79.8573379516602 32.7707176208496,-79.8839721679688 32.7908821105957,-79.8936767578125 32.818187713623,-79.8783950805664 32.838809967041,-79.8954162597656 32.8520088195801,-79.9426345825195 32.8534660339355,-79.9691696166992 32.7879104614258,-79.9501342773438 32.7633285522461,-79.9101943969727 32.7451477050781,-79.8823928833008 32.7277297973633,-79.8779830932617 32.6948509216309,-79.9002838134766 32.6738815307617,-79.9172210693359 32.6624908447266,-79.9877777099609 32.6183242797852,-80.0469512939453 32.6061019897461,-80.2227783203125 32.5408325195313,-80.3277206420898 32.4804077148438,-80.4091644287109 32.4716567993164,-80.4319000244141 32.498363494873,-80.5369415283203 32.5149993896484,-80.6113891601563 32.5202713012695,-80.669303894043 32.5229110717773,-80.6800079345703 32.5001678466797,-80.5550003051758 32.4857559204102,-80.5305557250977 32.4911727905273,-80.4820861816406 32.4751281738281,-80.4295120239258 32.3980484008789,-80.4424896240234 32.351936340332,-80.4650039672852 32.3174934387207,-80.5333251953125 32.2861099243164,-80.5744476318359 32.2680511474609,-80.6313781738281 32.2563858032227,-80.6430740356445 32.2937850952148,-80.6416625976563 32.3429908752441,-80.6536102294922 32.4227676391602,-80.6744384765625 32.4502716064453,-80.6747131347656 32.397216796875,-80.6826095581055 32.3281593322754,-80.7111206054688 32.3197174072266,-80.764518737793 32.3726997375488,-80.7980499267578 32.4613800048828,-80.8069458007813 32.5002746582031,-80.8323669433594 32.5199928283691,-80.8274993896484 32.4624938964844,-80.8162536621094 32.4191627502441,-80.7833251953125 32.310546875,-80.7664031982422 32.2847213745117,-80.7403411865234 32.2600631713867,-80.7103500366211 32.2588844299316,-80.6722869873047 32.2170753479004,-80.7206954956055 32.1566581726074,-80.8197250366211 32.1095771789551,-80.8011016845703 32.1524887084961,-80.8255615234375 32.1566543579102,-80.8791656494141 32.0794372558594,-80.8961868286133 32.0417976379395,-80.8929595947266 32.0278549194336,-80.8354187011719 32.0062789916992,-80.8547210693359 31.9719390869141,-80.9345779418945 31.8945789337158,-80.9777069091797 31.8619403839111,-81.0555572509766 31.7922210693359,-81.1219329833984 31.7286071777344,-81.1269378662109 31.6926326751709,-81.1369476318359 31.6133308410645,-81.165901184082 31.5648574829102,-81.2417526245117 31.5601081848145,-81.2790298461914 31.5652751922607,-81.3024978637695 31.5677757263184,-81.3290252685547 31.5547885894775,-81.2840957641602 31.4911060333252,-81.2520599365234 31.501802444458,-81.2047271728516 31.4747161865234,-81.2774963378906 31.3572196960449,-81.2938842773438 31.3230514526367,-81.2689590454102 31.2671852111816,-81.2842330932617 31.2212448120117,-81.3860397338867 31.1624317169189,-81.4040832519531 31.1776256561279,-81.4085388183594 31.2050628662109,-81.4440994262695 31.2072162628174,-81.4884338378906 31.113468170166,-81.4356384277344 31.0846920013428,-81.4098815917969 31.0897312164307,-81.4194412231445 31.0290260314941,-81.4595947265625 30.9422187805176,-81.4736099243164 30.9272174835205,-81.5013885498047 30.900691986084,-81.5337524414063 30.8494415283203,-81.5101470947266 30.8002758026123,-81.4929122924805 30.7779159545898,-81.4872894287109 30.752010345459,-81.4952697753906 30.7322158813477,-81.5073394775391 30.7134628295898,-81.4727783203125 30.6919403076172,-81.4352722167969 30.6394386291504,-81.4441528320313 30.5730514526367,-81.4530639648438 30.5083312988281,-81.4125061035156 30.4670791625977,-81.3907012939453 30.3849964141846,-81.3927764892578 30.3580513000488,-81.3908386230469 30.2831916809082,-81.3861236572266 30.2611083984375,-81.3611145019531 30.1902732849121,-81.3297271728516 30.0744400024414,-81.3041687011719 29.9738845825195,-81.2872161865234 29.9038848876953,-81.2552795410156 29.7966651916504,-81.248046875 29.7766647338867,-81.1852722167969 29.6197166442871,-81.1591644287109 29.5583305358887,-81.0139007568359 29.243049621582,-80.9661102294922 29.1530494689941,-80.8297271728516 28.9397163391113,-80.7024993896484 28.7472152709961,-80.6811752319336 28.7159652709961,-80.6384735107422 28.6691608428955,-80.5872192382813 28.5905532836914,-80.5659790039063 28.5545806884766,-80.552490234375 28.5249977111816,-80.5351715087891 28.4493350982666,-80.5598602294922 28.4324951171875,-80.5969543457031 28.4022178649902,-80.5977783203125 28.3391647338867,-80.5977783203125 28.2741661071777,-80.5977783203125 28.2466621398926,-80.5955505371094 28.2261047363281,-80.5908355712891 28.1947174072266,-80.5869445800781 28.1736068725586,-80.5808410644531 28.142219543457,-80.5730590820313 28.1111068725586,-80.5613861083984 28.0794410705566,-80.5369415283203 28.0337467193604,-80.4966583251953 27.9688835144043,-80.4750061035156 27.9358291625977,-80.4641723632813 27.918327331543,-80.4461364746094 27.874475479126,-80.4466552734375 27.8644409179688,-80.5077819824219 27.9547157287598,-80.5613861083984 28.0445804595947,-80.5930557250977 28.1148586273193,-80.600830078125 28.1374969482422,-80.6072235107422 28.1611061096191,-80.6202774047852 28.2179107666016,-80.6216583251953 28.328052520752,-80.616943359375 28.402774810791,-80.6052780151367 28.4248561859131,-80.5916748046875 28.4688835144043,-80.5843048095703 28.5016632080078,-80.5846557617188 28.548885345459,-80.6031951904297 28.6086082458496,-80.6593017578125 28.6083297729492,-80.6745758056641 28.5889549255371,-80.7553482055664 28.6043701171875,-80.7824935913086 28.6356887817383,-80.7703475952148 28.6871814727783,-80.7450561523438 28.7081184387207,-80.7514572143555 28.7317314147949,-80.8130493164063 28.7716636657715,-80.8436126708984 28.780969619751,-80.8230590820313 28.6516609191895,-80.7572326660156 28.420690536499,-80.7188873291016 28.3374977111816,-80.5766754150391 28.0344429016113,-80.4869384765625 27.8541641235352,-80.4608993530273 27.8125648498535,-80.4419403076172 27.7872200012207,-80.4324951171875 27.7691650390625,-80.3972320556641 27.6955490112305,-80.3855590820313 27.6686058044434,-80.3719329833984 27.6322174072266,-80.3560333251953 27.5833301544189,-80.3495178222656 27.5381908416748,-80.3120727539063 27.4299945831299,-80.2150115966797 27.1936073303223,-80.1509704589844 27.1381893157959,-80.1052703857422 27.0516624450684,-80.0825119018555 26.9856872558594,-80.0516662597656 26.8644409179688,-80.0353393554688 26.795690536499,-80.0287475585938 26.6323566436768,-80.0352096557617 26.5529842376709,-80.04638671875 26.5149993896484,-80.0508270263672 26.4924926757813,-80.0675048828125 26.3836059570313,-80.0947265625 26.2005500793457,-80.1361236572266 25.9055519104004,-80.1912384033203 25.7431888580322,-80.2558441162109 25.6841621398926,-80.3129119873047 25.5993709564209,-80.3133239746094 25.5424957275391,-80.3119354248047 25.5380516052246,-80.3394470214844 25.5024261474609,-80.3760986328125 25.3197174072266,-80.4211120605469 25.2498569488525,-80.4194412231445 25.2079105377197,-80.3975067138672 25.1866550445557,-80.4153060913086 25.1912097930908,-80.4535446166992 25.2419376373291,-80.4888687133789 25.216329574585,-80.5031509399414 25.1987457275391,-80.5109100341797 25.2339839935303,-80.5399932861328 25.245548248291,-80.5739669799805 25.2405490875244,-80.6522216796875 25.186939239502,-80.6822204589844 25.1636085510254,-80.8277893066406 25.1622161865234,-81.0466613769531 25.1277732849121,-81.0880584716797 25.115550994873,-81.1033325195313 25.1263847351074,-81.1466751098633 25.1604118347168,-81.1774978637695 25.2404804229736,-81.135612487793 25.3205375671387,-81.1086730957031 25.2987194061279,-81.091667175293 25.2802753448486,-81.0033416748047 25.2111053466797,-80.9772109985352 25.2008972167969,-80.9288864135742 25.2198543548584,-80.9178466796875 25.2468719482422,-80.9544525146484 25.2991638183594,-80.990837097168 25.3224258422852,-81.0425033569336 25.3295803070068,-81.1077194213867 25.3653984069824,-81.1263885498047 25.379524230957,-81.1448669433594 25.4083290100098,-81.1722259521484 25.4711074829102,-81.3276519775391 25.7880535125732,-81.3409042358398 25.8097190856934,-81.3768005371094 25.8356914520264,-81.4022216796875 25.8488845825195,-81.5586090087891 25.9197158813477,-81.6183319091797 25.930549621582,-81.6747131347656 25.9144401550293,-81.7365875244141 25.9594421386719,-81.7805633544922 26.0869407653809,-81.8004150390625 26.0999965667725,-81.8111114501953 26.1388854980469,-81.8169555664063 26.1655502319336,-81.8411102294922 26.3499984741211,-81.8816223144531 26.4456882476807,-81.9693069458008 26.4818286895752,-81.9552459716797 26.5012035369873,-81.9187240600586 26.5123291015625,-81.9227752685547 26.5336074829102,-81.7859344482422 26.7069034576416,-81.8911209106445 26.6602745056152,-81.9156188964844 26.6280517578125,-81.9200668334961 26.5993003845215,-81.9487457275391 26.5408306121826,-82.0233764648438 26.5292186737061,-82.0669479370117 26.5543727874756,-82.0800018310547 26.6838836669922,-82.0797271728516 26.7077713012695,-82.0494384765625 26.8477745056152,-82.0172271728516 26.9647178649902,-82.1002807617188 26.9524955749512,-82.1919403076172 26.9380493164063,-82.1641693115234 26.8741645812988,-82.1508331298828 26.8188858032227,-82.1588897705078 26.7828788757324,-82.2911071777344 26.8295803070068,-82.309440612793 26.8444404602051,-82.3788833618164 26.9354114532471,-82.3963928222656 26.9623565673828,-82.4244384765625 27.0219421386719,-82.4561157226563 27.0908317565918,-82.5383987426758 27.288537979126,-82.5449981689453 27.3197174072266,-82.571533203125 27.3912467956543,-82.5872192382813 27.4097175598145,-82.6552734375 27.4616622924805,-82.6461181640625 27.4652709960938,-82.5908355712891 27.4969387054443,-82.5837554931641 27.5502758026123,-82.6161041259766 27.5536079406738,-82.5475006103516 27.640552520752,-82.5347290039063 27.6566619873047,-82.4658355712891 27.73291015625,-82.4422149658203 27.7449951171875,-82.4050064086914 27.7806911468506,-82.388542175293 27.8211078643799,-82.4075012207031 27.8805503845215,-82.4241638183594 27.9194393157959,-82.4433288574219 27.9308280944824,-82.6912460327148 28.029857635498,-82.7149276733398 27.9256210327148,-82.6375122070313 27.8836059570313,-82.6036071777344 27.8730506896973,-82.5950698852539 27.8218727111816,-82.6227722167969 27.7224960327148,-82.6365280151367 27.6961059570313,-82.724723815918 27.6580505371094,-82.7444458007813 27.6794395446777,-82.8350067138672 27.8144416809082,-82.8438873291016 27.8327751159668,-82.8541641235352 27.8586082458496,-82.852294921875 27.8948574066162,-82.8277816772461 27.9417304992676,-82.8357315063477 27.8971824645996,-82.8094329833984 27.9366607666016,-82.7975006103516 27.9697151184082,-82.7738952636719 28.0702743530273,-82.7497253417969 28.2305488586426,-82.7161102294922 28.3055534362793,-82.6640319824219 28.436939239502,-82.6416778564453 28.5394401550293,-82.6286010742188 28.6963844299316,-82.6368103027344 28.7523593902588,-82.6541748046875 28.7677764892578,-82.6756210327148 28.8040580749512,-82.64111328125 28.8258285522461,-82.6288833618164 28.8495807647705,-82.6297149658203 28.8801345825195,-82.6445846557617 28.8949947357178,-82.7508392333984 29.0074996948242,-82.7694549560547 29.0705528259277,-82.8027801513672 29.1549949645996,-82.8319549560547 29.1638832092285,-82.9330596923828 29.1827735900879,-82.9626388549805 29.1862449645996,-82.9837493896484 29.1797180175781,-83.0716705322266 29.224437713623,-83.1002807617188 29.2744407653809,-83.2225036621094 29.4227714538574,-83.3522186279297 29.5052757263184,-83.3744354248047 29.5141639709473,-83.398063659668 29.5254135131836,-83.4075012207031 29.5758285522461,-83.4280548095703 29.668327331543,-83.4669494628906 29.680549621582,-83.5366668701172 29.7226333618164,-83.5782699584961 29.7665252685547,-83.5832672119141 29.8054141998291,-83.6319427490234 29.8756904602051,-83.6694488525391 29.9061050415039,-83.7377777099609 29.9524955749512,-83.7881927490234 29.9740905761719,-83.8244476318359 29.9844398498535,-83.8893051147461 30.0176372528076,-83.9375 30.0505523681641,-84.0109786987305 30.0976371765137,-84.0316772460938 30.1013870239258,-84.2055587768555 30.10569190979,-84.2643127441406 30.0963859558105,-84.3291778564453 30.0708312988281,-84.4590301513672 29.9970779418945,-84.4374923706055 29.9580497741699,-84.4123611450195 29.9555511474609,-84.3861236572266 29.9580497741699,-84.3367385864258 29.9414520263672,-84.3349990844727 29.9199962615967,-84.3472900390625 29.8943710327148,-84.3765563964844 29.9048042297363,-84.4097290039063 29.9169387817383,-84.4493103027344 29.9209690093994,-84.5158386230469 29.9147186279297,-84.5508270263672 29.8994407653809,-84.5747222900391 29.8869400024414,-84.6519470214844 29.8458290100098,-84.7227783203125 29.8008308410645,-84.7522277832031 29.7812480926514,-84.8300018310547 29.7511100769043,-84.8655548095703 29.7374954223633,-84.8852844238281 29.7472152709961,-84.8641586303711 29.7955875396729,-84.9150085449219 29.7797203063965,-84.977783203125 29.7336044311523,-85.0599975585938 29.7199935913086,-85.2088928222656 29.6994400024414,-85.2952728271484 29.6888847351074,-85.3416748046875 29.676383972168,-85.3570861816406 29.6777725219727,-85.3743057250977 29.6911067962646,-85.3866729736328 29.7109661102295,-85.4005584716797 29.7516632080078,-85.412223815918 29.7937469482422,-85.413330078125 29.8138847351074,-85.3992004394531 29.8646812438965,-85.3990249633789 29.8211078643799,-85.3966674804688 29.7916641235352,-85.3857040405273 29.7411041259766,-85.3722229003906 29.7138824462891,-85.3471145629883 29.6869735717773,-85.3065948486328 29.6999950408936,-85.3022155761719 29.7441596984863,-85.3072128295898 29.8159694671631,-85.362907409668 29.8979110717773,-85.4058303833008 29.9336051940918,-85.54638671875 30.0338859558105,-85.6136016845703 30.0699977874756,-85.62939453125 30.1046276092529,-85.5986862182617 30.1023559570313,-85.5503158569336 30.0745658874512,-85.5215377807617 30.0605525970459,-85.4769515991211 30.0258293151855,-85.4394378662109 30.017671585083,-85.3938903808594 30.041524887085,-85.4131927490234 30.0554122924805,-85.4424896240234 30.0541648864746,-85.6473846435547 30.14599609375,-85.6882476806641 30.1906661987305,-85.6636199951172 30.2461051940918,-85.7469482421875 30.2972183227539,-85.8386840820313 30.2874279022217,-85.8455505371094 30.2470798492432,-85.8297271728516 30.227632522583,-85.8035354614258 30.2414512634277,-85.764030456543 30.2402725219727,-85.7389984130859 30.1988277435303,-85.7225799560547 30.1621608734131,-85.7255554199219 30.1258277893066,-85.7799987792969 30.1627731323242,-85.8302917480469 30.1955490112305,-85.8722229003906 30.2169380187988,-85.9024963378906 30.2322158813477,-85.9299926757813 30.2447166442871,-86.0308380126953 30.2838859558105,-86.0858306884766 30.3036079406738,-86.1647186279297 30.3294410705566,-86.2555541992188 30.3583297729492,-86.3125 30.3724975585938,-86.3373641967773 30.3844394683838,-86.1625061035156 30.3908309936523,-86.1042327880859 30.379093170166,-86.1227722167969 30.4261054992676,-86.1974945068359 30.4730491638184,-86.2600021362305 30.49582862854,-86.4380493164063 30.4961051940918,-86.4929122924805 30.4699954986572,-86.5980529785156 30.4149951934814,-86.6183319091797 30.4149971008301,-86.6644439697266 30.4172172546387,-86.7086181640625 30.4191627502441,-86.7802886962891 30.4166641235352,-86.9266662597656 30.3991622924805,-86.9708404541016 30.3933296203613,-87.0722274780273 30.3786087036133,-87.0983428955078 30.3730506896973,-87.1260986328125 30.363883972168,-87.175537109375 30.3698234558105,-87.1158294677734 30.3944396972656,-87.0848617553711 30.4008293151855,-87.0094528198242 30.4074954986572,-86.9862518310547 30.4172191619873,-86.9363861083984 30.4499969482422,-86.95361328125 30.4708290100098,-87.0125122070313 30.5199966430664,-87.1019439697266 30.5266647338867,-87.1608352661133 30.5177745819092,-87.1531982421875 30.498607635498,-87.1566696166992 30.4721488952637,-87.1797180175781 30.4316635131836,-87.26611328125 30.3511085510254,-87.3021087646484 30.3454475402832,-87.3066558837891 30.3213844299316,-87.3341674804688 30.3147201538086,-87.4530639648438 30.2905540466309,-87.5225601196289 30.2792930603027,-87.4985427856445 30.3033294677734,-87.4588012695313 30.3068714141846,-87.4180526733398 30.3383293151855,-87.3408355712891 30.4345779418945,-87.3550643920898 30.4563140869141,-87.4203948974609 30.4809455871582,-87.4088897705078 30.4527740478516,-87.4227752685547 30.4205513000488,-87.4633407592773 30.3597202301025,-87.5686187744141 30.2794418334961,-87.6559753417969 30.2519416809082,-87.7336120605469 30.234992980957,-87.7772216796875 30.2316627502441,-88.021354675293 30.2254791259766,-87.9524993896484 30.2483291625977,-87.915283203125 30.2449951171875,-87.8737411499023 30.2375640869141,-87.778190612793 30.2629146575928,-87.7577133178711 30.2824287414551,-87.7634048461914 30.303050994873,-87.8316802978516 30.3608283996582,-87.8717956542969 30.3843002319336,-87.9084091186523 30.4097175598145,-87.9341583251953 30.4952735900879,-87.9177780151367 30.5338859558105,-87.9094467163086 30.5694427490234,-87.9130554199219 30.5938873291016,-87.930549621582 30.6411056518555,-87.9490280151367 30.6703414916992,-88.0202789306641 30.7011070251465,-88.0825042724609 30.5747203826904,-88.1009750366211 30.512638092041,-88.1022186279297 30.470272064209,-88.1072235107422 30.3974952697754,-88.1111068725586 30.3670806884766,-88.1314544677734 30.3189544677734,-88.1940231323242 30.3315238952637,-88.1923141479492 30.3599281311035,-88.353401184082 30.4042320251465,-88.4021911621094 30.3876647949219,-88.4059753417969 30.3563861846924,-88.4579238891602 30.3174953460693,-88.4844436645508 30.3230514526367,-88.5598602294922 30.3483295440674,-88.6144409179688 30.3636093139648,-88.6961059570313 30.3456916809082,-88.7225036621094 30.3463859558105,-88.7447204589844 30.3541641235352,-88.7881927490234 30.3776340484619,-88.8325042724609 30.4130516052246,-88.9808349609375 30.418327331543,-88.9850006103516 30.3863830566406,-89.2023544311523 30.3270816802979,-89.2644500732422 30.3182621002197,-89.3117980957031 30.3105525970459,-89.4482574462891 30.1842994689941,-89.4986114501953 30.1838836669922,-89.5220642089844 30.1868553161621,-89.5931243896484 30.1532592773438,-89.6949996948242 30.1837730407715,-89.8197326660156 30.2233276367188,-89.9795837402344 30.2663860321045,-89.9879150390625 30.3011074066162,-90.0008316040039 30.319164276123,-90.0638885498047 30.3588848114014,-90.0894470214844 30.365550994873,-90.187629699707 30.3877735137939,-90.213752746582 30.38694190979,-90.2362518310547 30.3765239715576,-90.4150009155273 30.2034683227539,-90.4279098510742 30.1786060333252,-90.430549621582 30.1518001556396,-90.4251403808594 30.1234683990479,-90.4126358032227 30.0979137420654,-90.3497314453125 30.0616645812988,-90.1701354980469 30.0234699249268,-90.1316680908203 30.0222206115723,-90.0340270996094 30.0366649627686,-89.8119354248047 30.0991630554199,-89.7223129272461 30.1427307128906,-89.6735382080078 30.1671485900879,-89.6426467895508 30.1331920623779,-89.7191619873047 30.0580520629883,-89.7695159912109 30.0443019866943,-89.8056945800781 30.044303894043,-89.8277893066406 30.0329151153564,-89.84375 30.0070819854736,-89.8355560302734 29.9811058044434,-89.8178482055664 29.9454803466797,-89.6836090087891 29.8790245056152,-89.6580505371094 29.8738861083984,-89.6256942749023 29.8733978271484,-89.5893020629883 29.8995780944824,-89.5658264160156 29.9611053466797,-89.476318359375 30.074613571167,-89.3994445800781 30.0508308410645,-89.3337554931641 29.8781909942627,-89.4041748046875 29.7624969482422,-89.4122161865234 29.7902755737305,-89.4297180175781 29.8083305358887,-89.4480438232422 29.8213844299316,-89.4763870239258 29.8322868347168,-89.5905609130859 29.738883972168,-89.6625061035156 29.6663856506348,-89.7527160644531 29.6329803466797,-89.6777801513672 29.525691986084,-89.5191650390625 29.4624938964844,-89.4641723632813 29.4030494689941,-89.3175048828125 29.3505516052246,-89.2558441162109 29.3347206115723,-89.1872100830078 29.3397178649902,-89.0291748046875 29.2158279418945,-89.0093154907227 29.196382522583,-89.0087585449219 29.1741619110107,-89.0216674804688 29.1402740478516,-89.0423583984375 29.1104125976563,-89.1538848876953 29.0399971008301,-89.2494354248047 29.0961074829102,-89.3069458007813 29.0422210693359,-89.3258438110352 29.0183296203613,-89.3383331298828 28.9867992401123,-89.3630523681641 28.9536056518555,-89.390625 28.9320774078369,-89.4049987792969 28.9266624450684,-89.4130554199219 28.9311065673828,-89.3974990844727 28.9745788574219,-89.3812484741211 28.9892997741699,-89.3658294677734 29.0036087036133,-89.3019409179688 29.0824966430664,-89.2720184326172 29.1496486663818,-89.3243103027344 29.1780490875244,-89.3296585083008 29.1531200408936,-89.3237533569336 29.1218032836914,-89.3313903808594 29.1016635894775,-89.3554153442383 29.0866641998291,-89.3895797729492 29.0920810699463,-89.4786071777344 29.2336044311523,-89.6083984375 29.2511081695557,-89.7083435058594 29.3008308410645,-89.7705612182617 29.3391628265381,-89.7508316040039 29.3605518341064,-89.7733383178711 29.4148578643799,-89.8316802978516 29.4438858032227,-89.9852752685547 29.4863815307617,-90.1191558837891 29.5513877868652,-90.1824951171875 29.5698585510254,-90.2032699584961 29.5447196960449,-90.1911010742188 29.5108299255371,-90.1720809936523 29.4880504608154,-90.1248626708984 29.4658279418945,-90.0966644287109 29.4613838195801,-90.0587463378906 29.4595775604248,-90.0265274047852 29.4251346588135,-90.0569458007813 29.3119430541992,-90.0515899658203 29.2215232849121,-90.0658264160156 29.1833305358887,-90.115966796875 29.1390247344971,-90.1358337402344 29.1263847351074,-90.2094421386719 29.0911083221436,-90.2375030517578 29.0836067199707,-90.2477722167969 29.0824966430664,-90.235969543457 29.0922203063965,-90.2356948852539 29.1184673309326,-90.2555694580078 29.1972160339355,-90.2727813720703 29.2597198486328,-90.3450012207031 29.3091621398926,-90.3936157226563 29.317497253418,-90.4444427490234 29.3261070251465,-90.5244445800781 29.2897186279297,-90.5897216796875 29.2333297729492,-90.6472320556641 29.1580505371094,-90.6786041259766 29.1297187805176,-90.702018737793 29.1158294677734,-90.7650146484375 29.1094398498535,-90.8783264160156 29.1287460327148,-90.9122161865234 29.1508293151855,-90.9300003051758 29.1643009185791,-90.998893737793 29.2192325592041,-91.0353469848633 29.2131195068359,-91.0483245849609 29.1941623687744,-91.0776443481445 29.1948547363281,-91.0969543457031 29.2022171020508,-91.1947174072266 29.2269401550293,-91.2194519042969 29.2316627502441,-91.2548675537109 29.2443008422852,-91.2779159545898 29.2558326721191,-91.2994384765625 29.2713851928711,-91.3222351074219 29.2952766418457,-91.3393096923828 29.3247184753418,-91.2233276367188 29.3605537414551,-91.1621475219727 29.3297882080078,-91.1630554199219 29.29319190979,-91.173469543457 29.2736072540283,-91.1492385864258 29.249439239502,-91.1177062988281 29.2624969482422,-91.1144409179688 29.3254146575928,-91.1265258789063 29.3473587036133,-91.2672271728516 29.4669380187988,-91.4150085449219 29.5402755737305,-91.5230560302734 29.5322189331055,-91.5433349609375 29.5427742004395,-91.5511016845703 29.586109161377,-91.5571441650391 29.6304817199707,-91.6310348510742 29.7390232086182,-91.6641693115234 29.7486038208008,-91.8238983154297 29.7955532073975,-91.8388214111328 29.8282604217529,-91.899169921875 29.836109161377,-92.1486206054688 29.7688865661621,-92.1758270263672 29.6902732849121,-92.0997314453125 29.615550994873,-92.1372222900391 29.5899963378906,-92.2732009887695 29.5409698486328,-92.3083343505859 29.5397186279297,-92.3372192382813 29.5422210693359,-92.5700073242188 29.5758285522461,-92.6877746582031 29.6002731323242,-92.7511138916016 29.6206893920898,-92.8136138916016 29.6438865661621,-92.8552703857422 29.6630516052246,-92.9055633544922 29.6933269500732,-93.0375061035156 29.7391624450684,-93.1183319091797 29.7636108398438,-93.1447296142578 29.7694435119629,-93.2408294677734 29.7849960327148,-93.2722320556641 29.7869415283203,-93.2999877929688 29.7866630554199,-93.6677703857422 29.7638854980469,-93.7193069458008 29.7591648101807,-93.75 29.7499961853027,-93.7940292358398 29.7273559570313,-93.8234710693359 29.7081890106201,-93.8504867553711 29.7088146209717,-93.8855590820313 29.7452735900879,-93.9009780883789 29.791109085083,-93.8920135498047 29.8175659179688,-93.8620834350586 29.8306922912598,-93.8118667602539 29.8338851928711,-93.773063659668 29.9004135131836,-93.7680282592773 29.9762783050537,-93.7897262573242 29.9948558807373,-93.7966613769531 29.9941596984863,-93.8520126342773 29.9851322174072,-93.9584732055664 29.8166618347168,-93.9474945068359 29.7863178253174,-93.9147186279297 29.765552520752,-93.8907012939453 29.7404117584229,-93.8584365844727 29.6816253662109,-93.8909072875977 29.6721477508545,-93.9202728271484 29.6815223693848,-94.0363922119141 29.6791610717773,-94.0683441162109 29.6741638183594,-94.1343002319336 29.6536064147949,-94.3175048828125 29.5841636657715,-94.4588928222656 29.5274963378906,-94.6199951171875 29.4619407653809,-94.6536102294922 29.447078704834,-94.6836090087891 29.4291610717773,-94.7080612182617 29.4094409942627,-94.7337493896484 29.3806915283203,-94.7541732788086 29.3679122924805,-94.7869415283203 29.3735370635986,-94.7811126708984 29.3972187042236,-94.6920776367188 29.4674949645996,-94.6122131347656 29.4944381713867,-94.5154190063477 29.5165252685547,-94.4765930175781 29.5588855743408,-94.5740280151367 29.5731906890869,-94.6755523681641 29.5527763366699,-94.7658386230469 29.5680541992188,-94.7304229736328 29.6129131317139,-94.7220840454102 29.6337471008301,-94.7172241210938 29.6533279418945,-94.7066650390625 29.7111053466797,-94.7110443115234 29.7568035125732,-94.7570190429688 29.7849979400635,-94.8243103027344 29.76194190979,-94.8405609130859 29.7491607666016,-94.9555587768555 29.6958293914795,-95.0070877075195 29.7165222167969,-95.0600662231445 29.7150630950928,-95.0158386230469 29.5655517578125,-94.8979873657227 29.4208965301514,-94.8875045776367 29.385274887085,-94.8938980102539 29.337776184082,-94.9027862548828 29.3144416809082,-95.0869445800781 29.1819400787354,-95.1486129760742 29.051248550415,-95.3031921386719 28.9315242767334,-95.3319549560547 28.9127731323242,-95.3597259521484 28.8961067199707,-95.6183319091797 28.7555522918701,-95.6898880004883 28.7381324768066,-95.7456741333008 28.7373008728027,-95.7972259521484 28.7369384765625,-95.9411087036133 28.6864166259766,-95.941520690918 28.6263160705566,-95.8961181640625 28.6399955749512,-95.8760986328125 28.6502723693848,-95.8477783203125 28.6681900024414,-95.8169784545898 28.6808300018311,-95.765510559082 28.6924877166748,-95.8272247314453 28.6483306884766,-95.8580474853516 28.6352729797363,-95.8955535888672 28.6213836669922,-95.929443359375 28.6102752685547,-95.9516754150391 28.6036071777344,-95.9790267944336 28.5984687805176,-96.0005645751953 28.590274810791,-96.0361175537109 28.5736083984375,-96.0594329833984 28.5608291625977,-96.0641632080078 28.5574989318848,-96.131103515625 28.5219421386719,-96.1563873291016 28.510555267334,-96.2120132446289 28.4881191253662,-96.1956176757813 28.5097885131836,-96.1466674804688 28.538330078125,-96.0723648071289 28.5738849639893,-96.0458374023438 28.5844421386719,-96.0252838134766 28.5919418334961,-95.9965209960938 28.6038856506348,-95.9816665649414 28.6323566436768,-95.9906845092773 28.6510372161865,-96.0297241210938 28.6449966430664,-96.0591583251953 28.6344413757324,-96.0813903808594 28.6227722167969,-96.1069488525391 28.6122169494629,-96.1336135864258 28.6020793914795,-96.2174301147461 28.5819416046143,-96.2072219848633 28.6032600402832,-96.1831893920898 28.6027736663818,-96.1408004760742 28.6272869110107,-96.1920776367188 28.6954803466797,-96.2673645019531 28.6851348876953,-96.3941116333008 28.7361888885498,-96.4429092407227 28.7602767944336,-96.4376525878906 28.7258853912354,-96.4086761474609 28.6354808807373,-96.3755493164063 28.6220092773438,-96.4115295410156 28.6013851165771,-96.4319381713867 28.5993022918701,-96.4955444335938 28.619441986084,-96.5551986694336 28.6477737426758,-96.5626373291016 28.6741638183594,-96.5625610351563 28.6975631713867,-96.5947189331055 28.7192306518555,-96.6447296142578 28.7119388580322,-96.6513214111328 28.6855506896973,-96.5838928222656 28.5669403076172,-96.489990234375 28.5094413757324,-96.3999710083008 28.4417304992676,-96.6247100830078 28.3241653442383,-96.659309387207 28.31520652771,-96.6970062255859 28.3340930938721,-96.7022247314453 28.3699951171875,-96.7070846557617 28.3977031707764,-96.7469482421875 28.4377746582031,-96.8003387451172 28.4715213775635,-96.84521484375 28.4098567962646,-96.8318099975586 28.3880500793457,-96.783821105957 28.3489551544189,-96.7808380126953 28.241382598877,-96.8827667236328 28.1402740478516,-96.9309692382813 28.1270790100098,-96.9833374023438 28.1211071014404,-97.01611328125 28.1358299255371,-97.0280609130859 28.1863822937012,-97.1693725585938 28.1618003845215,-97.2134704589844 28.0685367584229,-97.1829147338867 28.0602741241455,-97.1466674804688 28.0399971008301,-97.1441650390625 28.0280532836914,-97.0980606079102 28.0697193145752,-97.0461120605469 28.0916633605957,-97.0258331298828 28.0786094665527,-97.0224990844727 28.031665802002,-97.1945114135742 27.8218021392822,-97.2264556884766 27.8208999633789,-97.3452758789063 27.8524971008301,-97.4924926757813 27.8780517578125,-97.51708984375 27.8638153076172,-97.4847183227539 27.8258304595947,-97.3927764892578 27.783332824707,-97.3155517578125 27.7155494689941,-97.2797241210938 27.6561050415039,-97.3869476318359 27.3952751159668,-97.4129867553711 27.3272876739502,-97.4899978637695 27.3062477111816,-97.5252838134766 27.3772201538086,-97.6246948242188 27.3448028564453,-97.6382751464844 27.3708839416504,-97.6769409179688 27.3855514526367,-97.7233276367188 27.4322166442871,-97.7693405151367 27.4497165679932,-97.7233276367188 27.3955497741699,-97.6766967773438 27.3169822692871,-97.6608276367188 27.2766647338867,-97.6338882446289 27.2524967193604,-97.5338897705078 27.2352714538574,-97.4769439697266 27.2577743530273,-97.4293670654297 27.2622890472412,-97.4444427490234 27.1280517578125,-97.4750061035156 27.0308303833008,-97.5574188232422 27.0054836273193,-97.5655517578125 26.9818000793457,-97.5604095458984 26.8420810699463,-97.5398559570313 26.8168716430664,-97.5040283203125 26.8070106506348,-97.491943359375 26.7902755737305,-97.4774932861328 26.7394371032715,-97.4230499267578 26.5455513000488,-97.4127807617188 26.4119415283203,-97.4019470214844 26.369441986084,-97.3694381713867 26.3651371002197,-97.3186187744141 26.2461051940918,-97.3194580078125 26.2133293151855,-97.3175048828125 26.1613845825195,-97.3072204589844 26.1227722167969,-97.2407684326172 25.9819393157959,-97.2093124389648 25.9924945831299,-97.1806564331055 26.0277042388916,-97.1678771972656 26.0701351165771,-97.1505584716797 26.0402755737305,-97.1461181640625 26.017219543457,-97.1410369873047 25.9797248840332,-97.140739440918 25.9664287567139,-97.1608428955078 25.9672203063965,-97.2652893066406 25.9411087036133,-97.3152923583984 25.9199981689453,-97.3466796875 25.8930530548096,-97.3447341918945 25.8596515655518,-97.3647308349609 25.8398590087891,-97.4172286987305 25.8433303833008,-97.5144500732422 25.8983287811279,-97.5594482421875 25.9511108398438,-97.6144561767578 26.004997253418,-97.6480560302734 26.0294418334961,-97.6789016723633 26.0380535125732,-97.8033447265625 26.0580520629883,-97.8475112915039 26.0636100769043,-97.979736328125 26.0586090087891,-98.0333404541016 26.0477752685547,-98.0601425170898 26.0388870239258,-98.2000122070313 26.0624961853027,-98.2861175537109 26.0977745056152,-98.3052825927734 26.1091651916504,-98.3613891601563 26.1536102294922,-98.3880615234375 26.1916656494141,-98.4398727416992 26.223331451416,-98.5783386230469 26.2561073303223,-98.604736328125 26.256664276123,-98.6955642700195 26.2897205352783,-98.7300109863281 26.3144416809082,-98.7841796875 26.3488883972168,-98.92529296875 26.3913879394531,-98.9755706787109 26.4058303833008,-99.104736328125 26.4349975585938,-99.1325073242188 26.5269432067871,-99.2005615234375 26.7144432067871,-99.2397308349609 26.8036079406738,-99.2533416748047 26.8308296203613,-99.271125793457 26.8599281311035,-99.3192443847656 26.8698577880859,-99.4586181640625 27.0469436645508,-99.4433441162109 27.2580528259277,-99.4731979370117 27.4766654968262,-99.5038986206055 27.5680522918701,-99.5308380126953 27.6000671386719,-99.6061859130859 27.6412467956543,-99.6536254882813 27.6413879394531,-99.6963958740234 27.6569442749023,-99.7138977050781 27.6689376831055,-99.7274322509766 27.6891632080078,-99.7414016723633 27.7147197723389,-99.7588958740234 27.7271499633789,-99.7823028564453 27.7376365661621,-99.7982025146484 27.7666645050049,-99.8067016601563 27.7717475891113,-99.8329238891602 27.7743034362793,-99.8609085083008 27.8051357269287,-99.8719482421875 27.8555526733398,-99.8808364868164 27.9038867950439,-99.9350128173828 27.9616661071777,-99.9622344970703 27.9847221374512,-100.050842285156 28.1163864135742,-100.078338623047 28.1556224822998,-100.108474731445 28.1656913757324,-100.186401367188 28.1974983215332,-100.240280151367 28.2427749633789,-100.281463623047 28.2805519104004,-100.331260681152 28.4004135131836,-100.32958984375 28.4254150390625,-100.350845336914 28.4947204589844,-100.359176635742 28.5183296203613,-100.399444580078 28.5711097717285,-100.443893432617 28.6263885498047,-100.479866027832 28.6758327484131,-100.492370605469 28.7041645050049,-100.491821289063 28.7257118225098,-100.527366638184 28.8227767944336,-100.564453125 28.8636093139648,-100.590560913086 28.8947219848633,-100.621948242188 28.9333305358887,-100.634452819824 28.9586086273193,-100.628204345703 28.9958305358887,-100.665840148926 29.1090259552002,-100.795707702637 29.2587490081787,-100.936950683594 29.3499984741211,-101.025283813477 29.4377746582031,-101.042999267578 29.4614963531494,-101.106674194336 29.4820823669434,-101.139038085938 29.4906921386719,-101.218612670898 29.5402755737305,-101.310836791992 29.6152763366699,-101.355834960938 29.6605529785156,-101.369354248047 29.6924705505371,-101.405014038086 29.772777557373,-101.456680297852 29.7722206115723,-101.539169311523 29.771110534668,-101.628761291504 29.7663879394531,-101.706680297852 29.7780532836914,-101.745010375977 29.7888870239258,-101.77473449707 29.7966651916504,-101.825836181641 29.8047218322754,-101.892227172852 29.8061103820801,-101.990844726563 29.8058319091797,-102.048202514648 29.798469543457,-102.072784423828 29.7981929779053,-102.097503662109 29.8027763366699,-102.121948242188 29.8105545043945,-102.227783203125 29.8472213745117,-102.261253356934 29.8679141998291,-102.301811218262 29.8879833221436,-102.355560302734 29.8505554199219,-102.496253967285 29.781665802002,-102.560836791992 29.7677764892578,-102.670288085938 29.7427749633789,-102.804763793945 29.4740791320801,-102.851119995117 29.3522186279297,-102.895843505859 29.2541656494141,-102.955001831055 29.1830520629883,-103.051956176758 29.094165802002,-103.163688659668 28.9840259552002,-103.290870666504 28.9965190887451,-103.296257019043 28.9973602294922,-103.375 29.023609161377,-103.401123046875 29.0363883972168,-103.461944580078 29.073055267334,-103.485000610352 29.0888862609863,-103.531402587891 29.1261100769043,-103.73583984375 29.1991653442383,-103.889175415039 29.285831451416,-103.975006103516 29.3058319091797,-104.023620605469 29.3211097717285,-104.045288085938 29.3308296203613,-104.063613891602 29.3424987792969,-104.080841064453 29.3552742004395,-104.169723510742 29.4227752685547,-104.202438354492 29.4609699249268,-104.22834777832 29.494441986084,-104.252792358398 29.5083312988281,-104.285140991211 29.5259704589844,-104.316741943359 29.5308990478516,-104.33805847168 29.5249977111816,-104.419174194336 29.5694427490234,-104.453338623047 29.595832824707,-104.541816711426 29.6729145050049,-104.678062438965 29.9409694671631,-104.695007324219 30.004997253418,-104.701324462891 30.0588855743408,-104.679306030273 30.1054153442383,-104.675003051758 30.1677742004395,-104.682235717773 30.1874961853027,-104.70556640625 30.2333297729492,-104.776947021484 30.3180541992188,-104.822235107422 30.3861083984375,-104.865005493164 30.4663887023926,-104.879730224609 30.5249977111816,-104.896530151367 30.5662479400635,-104.934730529785 30.6076374053955,-104.990844726563 30.6322212219238,-105.061950683594 30.694164276123,-105.125 30.7497215270996,-105.169448852539 30.7786102294922,-105.22257232666 30.8047199249268,-105.253059387207 30.7972202301025,-105.39306640625 30.8658332824707,-105.490707397461 30.9463863372803,-105.541397094727 30.9963874816895,-105.580703735352 31.0579147338867,-105.600006103516 31.0815258026123,-105.710006713867 31.1441650390625,-105.771667480469 31.1782627105713,-105.786956787109 31.2081928253174,-105.827514648438 31.2544441223145,-105.841949462891 31.2691650390625,-105.858062744141 31.2824974060059,-105.972778320313 31.3697204589844,-106.011672973633 31.3952770233154,-106.062927246094 31.4024982452393,-106.143615722656 31.431941986084,-106.209869384766 31.4722213745117,-106.272232055664 31.5593032836914,-106.289169311523 31.5974998474121,-106.303344726563 31.6374969482422,-106.334312438965 31.6873588562012,-106.395843505859 31.7474975585938,-106.416534423828 31.7540264129639,-106.439178466797 31.7516632080078,-106.460006713867 31.7502746582031,-106.496398925781 31.757080078125,-106.522880554199 31.7807540893555,-106.539566040039 31.7820510864258,-106.608337402344 31.7836074829102,-107.075286865234 31.783332824707,-107.141677856445 31.7838859558105,-107.174728393555 31.783332824707,-107.241958618164 31.7838859558105,-107.274726867676 31.783332824707,-107.341133117676 31.7838859558105,-107.375 31.783332824707,-107.441390991211 31.7838859558105,-107.507781982422 31.783332824707,-107.575012207031 31.7838859558105,-107.608062744141 31.783332824707,-107.708068847656 31.7838859558105,-107.908340454102 31.7830543518066,-108.175003051758 31.7838859558105,-108.208618164063 31.783332824707,-108.207778930664 31.6994438171387,-108.208618164063 31.5994415283203,-108.207778930664 31.5327758789063,-108.208618164063 31.4333305358887,-108.207778930664 31.3663864135742,-108.208343505859 31.3330535888672,-108.778633117676 31.3327751159668,-108.816650390625 31.3331737518311,-108.831939697266 31.3326320648193,-108.832763671875 31.3326034545898,-109.04736328125 31.3326034545898,-109.058929443359 31.3328723907471,-109.512222290039 31.3333320617676,-109.879180908203 31.3327751159668,-110.245559692383 31.3327751159668,-110.311950683594 31.3327751159668,-111.045837402344 31.3330535888672,-111.417510986328 31.4541664123535,-111.946380615234 31.623607635498,-112.299438476563 31.7355499267578,-112.5 31.7983703613281,-112.867279052734 31.9134101867676,-113.052886962891 31.9710693359375,-113.344512939453 32.0610809326172,-113.692008972168 32.1675758361816,-113.858283996582 32.2182998657227,-114.061317443848 32.2797317504883,-114.343902587891 32.3649482727051,-114.58553314209 32.4370918273926,-114.795227050781 32.5004959106445,-114.809829711914 32.5069885253906,-114.79167175293 32.5577774047852,-114.731391906738 32.6852760314941,-114.721389770508 32.7111053466797,-114.719093322754 32.7184562683105,-114.729797363281 32.7177124023438,-114.87134552002 32.7078514099121,-115.025894165039 32.6969871520996,-115.202499389648 32.684440612793,-115.404167175293 32.6697158813477,-115.605560302734 32.6547164916992,-115.907783508301 32.6319427490234,-116.242637634277 32.605770111084,-116.508148193359 32.5849990844727,-116.71305847168 32.568603515625,-116.914169311523 32.5522155761719,-117.095291137695 32.5366592407227,-117.122375488281 32.5353317260742,-117.133331298828 32.5658264160156,-117.182708740234 32.659294128418,-117.212913513184 32.6830291748047,-117.212379455566 32.6970558166504,-117.200508117676 32.6975936889648,-117.17407989502 32.6749382019043,-117.14722442627 32.6186027526855,-117.115623474121 32.6213111877441,-117.116653442383 32.6424942016602,-117.141387939453 32.6806144714355,-117.202156066895 32.7276954650879,-117.228813171387 32.7156143188477,-117.240547180176 32.684642791748,-117.242042541504 32.6625328063965,-117.254989624023 32.6571388244629,-117.268478393555 32.6884231567383,-117.26611328125 32.7086029052734,-117.258766174316 32.7704162597656,-117.280342102051 32.829216003418,-117.252922058105 32.8608245849609,-117.249061584473 32.8712921142578,-117.25 32.8897171020508,-117.269859313965 32.9770736694336,-117.319732666016 33.1052703857422,-117.329452514648 33.1244354248047,-117.340286254883 33.1416625976563,-117.409439086914 33.2441558837891,-117.480827331543 33.3274917602539,-117.495002746582 33.3422164916992,-117.631942749023 33.4427642822266,-117.672500610352 33.4705429077148,-117.774436950684 33.539436340332,-117.863891601563 33.5956840515137,-117.884017944336 33.6005516052246,-117.910827636719 33.6066589355469,-117.936111450195 33.6205444335938,-117.955001831055 33.6327667236328,-117.973617553711 33.6455459594727,-117.994995117188 33.6624908447266,-118.027084350586 33.694019317627,-118.045272827148 33.7094345092773,-118.083068847656 33.7397155761719,-118.108184814453 33.7569389343262,-118.134742736816 33.7666625976563,-118.222221374512 33.7841644287109,-118.267127990723 33.7577743530273,-118.272087097168 33.7233200073242,-118.297775268555 33.7161026000977,-118.318069458008 33.7208251953125,-118.400016784668 33.7498550415039,-118.417465209961 33.7817993164063,-118.398620605469 33.8080444335938,-118.386184692383 33.8409652709961,-118.421104431152 33.9212455749512,-118.432502746582 33.9391555786133,-118.454452514648 33.9677658081055,-118.471122741699 33.9877700805664,-118.508903503418 34.0311050415039,-118.530006408691 34.0479125976563,-118.554443359375 34.0556869506836,-118.654998779297 34.0494384765625,-118.697769165039 34.0461044311523,-118.752502441406 34.0397186279297,-118.781112670898 34.0331878662109,-118.836402893066 34.0305480957031,-118.936111450195 34.055549621582,-118.961402893066 34.0622100830078,-118.981109619141 34.067497253418,-119.129173278809 34.113883972168,-119.174301147461 34.1361083984375,-119.219650268555 34.1649208068848,-119.255844116211 34.223461151123,-119.312469482422 34.2835159301758,-119.416107177734 34.3574981689453,-119.446662902832 34.3733215332031,-119.54167175293 34.4141540527344,-119.577217102051 34.4205474853516,-119.599731445313 34.4236068725586,-119.624710083008 34.4247131347656,-119.798606872559 34.426383972168,-120.003746032715 34.4679069519043,-120.130828857422 34.4787368774414,-120.245002746582 34.4736022949219,-120.355003356934 34.4658279418945,-120.424156188965 34.4561004638672,-120.449028015137 34.4556884765625,-120.481941223145 34.5095748901367,-120.495346069336 34.5304756164551,-120.558326721191 34.5619354248047,-120.583190917969 34.5622138977051,-120.605827331543 34.5586013793945,-120.625961303711 34.5844383239746,-120.628326416016 34.6236038208008,-120.623893737793 34.6411056518555,-120.603324890137 34.6694374084473,-120.594169616699 34.6902694702148,-120.591377258301 34.710823059082,-120.59806060791 34.8608283996582,-120.624710083008 34.8949966430664,-120.613746643066 35.0186042785645,-120.600067138672 35.1000595092773,-120.618194580078 35.1394386291504,-120.680557250977 35.1711044311523,-120.718681335449 35.1805458068848,-120.73853302002 35.1646423339844,-120.831390380859 35.2099914550781,-120.856796264648 35.2288093566895,-120.869728088379 35.2572212219238,-120.868194580078 35.2799949645996,-120.859161376953 35.3074951171875,-120.841110229492 35.3552703857422,-120.919998168945 35.4488754272461,-120.977081298828 35.4659614562988,-120.999450683594 35.4791564941406,-121.047775268555 35.5249900817871,-121.166656494141 35.6491622924805,-121.268753051758 35.7001304626465,-121.29638671875 35.7661056518555,-121.32154083252 35.7940254211426,-121.368057250977 35.8291625976563,-121.434989929199 35.8942985534668,-121.441802978516 35.9280471801758,-121.460968017578 35.979434967041,-121.47208404541 35.9977722167969,-121.665420532227 36.1830444335938,-121.75806427002 36.229434967041,-121.796104431152 36.2411041259766,-121.867630004883 36.3153381347656,-121.864166259766 36.3429069519043,-121.873466491699 36.3938865661621,-121.884742736816 36.4338760375977,-121.897644042969 36.4673538208008,-121.921661376953 36.5180511474609,-121.943252563477 36.5945739746094,-121.899795532227 36.641242980957,-121.865615844727 36.6198539733887,-121.845001220703 36.6151313781738,-121.825561523438 36.6270751953125,-121.809150695801 36.6484642028809,-121.799308776855 36.6679077148438,-121.774719238281 36.759162902832,-121.763900756836 36.8124923706055,-121.799163818359 36.8840179443359,-121.851112365723 36.9506874084473,-121.879165649414 36.9724884033203,-121.913597106934 36.9803352355957,-121.978332519531 36.9691543579102,-122.020286560059 36.9548530578613,-122.041519165039 36.954158782959,-122.070976257324 36.9623527526855,-122.147232055664 36.9958267211914,-122.179580688477 37.0176315307617,-122.379020690918 37.1999893188477,-122.388343811035 37.2202682495117,-122.393684387207 37.2518653869629,-122.384452819824 37.2897186279297,-122.373191833496 37.329158782959,-122.378044128418 37.3744354248047,-122.425971984863 37.4842948913574,-122.443328857422 37.5043678283691,-122.480613708496 37.5122184753418,-122.490280151367 37.5299911499023,-122.495826721191 37.5661010742188,-122.499443054199 37.5899887084961,-122.490547180176 37.7522201538086,-122.484306335449 37.789924621582,-122.448120117188 37.81005859375,-122.379638671875 37.8138122558594,-122.359992980957 37.786937713623,-122.351387023926 37.7316589355469,-122.35693359375 37.687629699707,-122.36735534668 37.6544342041016,-122.357772827148 37.6158256530762,-122.064300537109 37.4592971801758,-122.02318572998 37.4579086303711,-122.005836486816 37.4713745117188,-122.029716491699 37.4794311523438,-122.080833435059 37.5102729797363,-122.125968933105 37.6027717590332,-122.130828857422 37.6322135925293,-122.138481140137 37.6622161865234,-122.1572265625 37.694709777832,-122.174713134766 37.714714050293,-122.242767333984 37.7666625976563,-122.299987792969 37.8263854980469,-122.393409729004 37.9591598510742,-122.352783203125 37.9908294677734,-122.225273132324 38.0641593933105,-122.16332244873 38.047435760498,-122.127731323242 38.0352630615234,-122.015838623047 38.0661010742188,-121.989440917969 38.065544128418,-121.915557861328 38.0541610717773,-121.857223510742 38.0430526733398,-121.833755493164 38.0366630554199,-121.684852600098 38.0181159973145,-121.654197692871 38.0486183166504,-121.643493652344 38.0789909362793,-121.591110229492 38.1046485900879,-121.498046875 38.0488815307617,-121.427215576172 38.0129089355469,-121.470550537109 38.0549926757813,-121.553192138672 38.1104125976563,-121.585006713867 38.1156883239746,-121.662216186523 38.0965881347656,-121.685218811035 38.0664672851563,-121.722915649414 38.0474662780762,-121.81867980957 38.0811538696289,-121.9052734375 38.0661010742188,-121.977783203125 38.0972137451172,-122.018623352051 38.1481132507324,-122.050003051758 38.1087799072266,-122.109733581543 38.0613784790039,-122.264183044434 38.109992980957,-122.292083740234 38.1269340515137,-122.311393737793 38.1361083984375,-122.365280151367 38.1555480957031,-122.390838623047 38.1474914550781,-122.478324890137 38.119571685791,-122.479866027832 37.9366569519043,-122.443328857422 37.9069366455078,-122.420135498047 37.883186340332,-122.456672668457 37.8334655761719,-122.505485534668 37.8310394287109,-122.656661987305 37.9105453491211,-122.782287597656 38.0013160705566,-122.816963195801 38.0202713012695,-122.896667480469 38.0544357299805,-122.928329467773 38.0536041259766,-122.956390380859 38.0580444335938,-122.926940917969 38.1624908447266,-122.839996337891 38.1077728271484,-122.803047180176 38.0819396972656,-122.807769775391 38.0949897766113,-122.83056640625 38.1274871826172,-122.958618164063 38.285270690918,-123.107223510742 38.4627723693848,-123.129028320313 38.4729080200195,-123.171661376953 38.4919357299805,-123.237213134766 38.5227661132813,-123.266662597656 38.5408325195313,-123.313064575195 38.5738830566406,-123.353057861328 38.6244354248047,-123.44750213623 38.7340202331543,-123.536117553711 38.7961044311523,-123.620002746582 38.8608245849609,-123.701522827148 38.9304122924805,-123.707260131836 38.9710998535156,-123.674583435059 39.004581451416,-123.666938781738 39.0255470275879,-123.686103820801 39.1219367980957,-123.712646484375 39.1780471801758,-123.754180908203 39.2594375610352,-123.795700073242 39.3533248901367,-123.795692443848 39.3858261108398,-123.774169921875 39.4965209960938,-123.763061523438 39.519157409668,-123.736869812012 39.5549926757813,-123.772361755371 39.7097129821777,-123.820281982422 39.7916641235352,-123.867492675781 39.8691558837891,-123.931106567383 39.9497146606445,-124.062355041504 40.0916595458984,-124.0927734375 40.1163101196289,-124.152572631836 40.1479072570801,-124.202217102051 40.1741638183594,-124.297233581543 40.2380447387695,-124.331184387207 40.2724571228027,-124.324035644531 40.3119354248047,-124.323341369629 40.3362426757813,-124.354309082031 40.4152679443359,-124.375823974609 40.447696685791,-124.352355957031 40.5322151184082,-124.33194732666 40.5816650390625,-124.275009155273 40.6947135925293,-124.252914428711 40.724365234375,-124.229446411133 40.7463836669922,-124.199432373047 40.7455444335938,-124.14306640625 40.8119354248047,-124.098892211914 40.9919357299805,-124.099304199219 41.0385360717773,-124.112503051758 41.0574951171875,-124.122222900391 41.1574935913086,-124.090972900391 41.2498550415039,-124.061393737793 41.3441543579102,-124.045837402344 41.3944396972656,-124.039993286133 41.4277725219727,-124.046798706055 41.4631843566895,-124.063606262207 41.5152740478516,-124.118606567383 41.6830520629883,-124.181381225586 41.7541656494141,-124.215560913086 41.8199920654297,-124.197357177734 41.8480491638184,-124.190277099609 41.8694381713867,-124.175277709961 41.9497146606445,-124.184158325195 41.9941558837891,-124.185852050781 41.9994659423828,-124.20361328125 42.0188827514648,-124.252784729004 42.0558242797852,-124.28971862793 42.0730514526367,-124.327507019043 42.1059646606445,-124.339447021484 42.1249923706055,-124.355560302734 42.1680526733398,-124.381103515625 42.243049621582,-124.396957397461 42.3161010742188,-124.408622741699 42.3747100830078,-124.419853210449 42.4838790893555,-124.40111541748 42.5170059204102,-124.384719848633 42.5542259216309,-124.382217407227 42.6288757324219,-124.392639160156 42.6661033630371,-124.412216186523 42.6826324462891,-124.433052062988 42.6948509216309,-124.481376647949 42.748046875,-124.521942138672 42.8286056518555,-124.524436950684 42.8661041259766,-124.514862060547 42.9056854248047,-124.503890991211 42.924991607666,-124.488327026367 42.9416580200195,-124.473052978516 42.964714050293,-124.426658630371 43.0406875610352,-124.387512207031 43.1888809204102,-124.370002746582 43.2644424438477,-124.373321533203 43.2891616821289,-124.378532409668 43.319019317627,-124.334159851074 43.3551025390625,-124.248062133789 43.3958320617676,-124.206665039063 43.3923530578613,-124.188468933105 43.3781852722168,-124.142784118652 43.3716926574707,-124.196952819824 43.4561004638672,-124.238067626953 43.4384880065918,-124.263725280762 43.415657043457,-124.285095214844 43.4031753540039,-124.302490234375 43.4005432128906,-124.294723510742 43.4094314575195,-124.277496337891 43.4394302368164,-124.222229003906 43.5627670288086,-124.212219238281 43.5966567993164,-124.203742980957 43.6363792419434,-124.187232971191 43.674430847168,-124.115829467773 43.7252655029297,-124.134452819824 43.7547149658203,-124.153877258301 43.7938842773438,-124.131378173828 43.9208297729492,-124.110282897949 44.1516571044922,-124.068061828613 44.522632598877,-124.057907104492 44.5973510742188,-124.04776763916 44.6254081726074,-124.040969848633 44.7391586303711,-124.049987792969 44.7694396972656,-124.059432983398 44.7899932861328,-124.05485534668 44.8369331359863,-124.022506713867 44.8869400024414,-124.003067016602 44.9491577148438,-123.995002746582 44.9777679443359,-123.944786071777 45.1798515319824,-123.955978393555 45.2155456542969,-123.944717407227 45.4611053466797,-123.94409942627 45.5205879211426,-123.871612548828 45.528980255127,-123.892417907715 45.5726013183594,-123.931106567383 45.5919342041016,-123.900283813477 45.6747131347656,-123.904716491699 45.7091598510742,-123.929718017578 45.73193359375,-123.951683044434 45.7658309936523,-123.949996948242 45.8060989379883,-123.936943054199 45.8947143554688,-123.916595458984 45.9975624084473,-123.909156799316 46.0304107666016,-123.911529541016 46.0656890869141,-123.916946411133 46.0955429077148,-123.927352905273 46.1333236694336,-123.951950073242 46.1811065673828,-123.926940917969 46.2144393920898,-123.828887939453 46.1902694702148,-123.702209472656 46.188045501709,-123.595977783203 46.2024917602539,-123.55403137207 46.224853515625,-123.53556060791 46.2398529052734,-123.506256103516 46.2501335144043,-123.47437286377 46.246452331543,-123.429786682129 46.2086715698242,-123.416519165039 46.1865196228027,-123.398620605469 46.1749954223633,-123.36735534668 46.1629066467285,-123.263473510742 46.1448554992676,-123.241806030273 46.145824432373,-123.203887939453 46.1608200073242,-123.16357421875 46.1951904296875,-123.258331298828 46.1715202331543,-123.295272827148 46.1773529052734,-123.371376037598 46.2227668762207,-123.39306640625 46.2416610717773,-123.409233093262 46.2727012634277,-123.43041229248 46.286937713623,-123.461395263672 46.2894401550293,-123.487503051758 46.2872161865234,-123.518341064453 46.281379699707,-123.548194885254 46.2748527526855,-123.58959197998 46.2726287841797,-123.620132446289 46.2763824462891,-123.655700683594 46.2922172546387,-123.693603515625 46.3005447387695,-123.737213134766 46.2938842773438,-123.822242736816 46.2727661132813,-123.857978820801 46.2605476379395,-123.89249420166 46.2656898498535,-124 46.3236083984375,-124.038330078125 46.4097137451172,-124.049987792969 46.625129699707,-124.038749694824 46.6566543579102,-124.018341064453 46.6562385559082,-124.005210876465 46.5743675231934,-124.013633728027 46.5422210693359,-124.013549804688 46.4988098144531,-123.983467102051 46.3938140869141,-123.941246032715 46.3929786682129,-123.899436950684 46.4430465698242,-123.879173278809 46.5324935913086,-123.88200378418 46.5641593933105,-123.906524658203 46.6058311462402,-123.921798706055 46.6193008422852,-123.940826416016 46.6366577148438,-123.895233154297 46.6873626708984,-123.830833435059 46.7142295837402,-123.810279846191 46.6974906921387,-123.78971862793 46.6777725219727,-123.759460449219 46.6856231689453,-123.846664428711 46.7466583251953,-123.876525878906 46.7548561096191,-123.902923583984 46.7402000427246,-123.959312438965 46.7230415344238,-124.053604125977 46.7355461120605,-124.078117370605 46.7492294311523,-124.097503662109 46.8613815307617,-124.082229614258 46.8861083984375,-123.971939086914 46.9327697753906,-123.938888549805 46.9374923706055,-123.871932983398 46.9533233642578,-123.801246643066 46.9767913818359,-123.909156799316 46.9908294677734,-123.961944580078 46.9886016845703,-123.989234924316 47.0008964538574,-124.000419616699 47.0238800048828,-124.021949768066 47.0472145080566,-124.050819396973 47.0620727539063,-124.074996948242 47.0662460327148,-124.111595153809 47.0595054626465,-124.133888244629 47.0420761108398,-124.122497558594 47.0013885498047,-124.110618591309 46.9756126403809,-124.152565002441 46.9416580200195,-124.164169311523 46.9463806152344,-124.157501220703 46.9766540527344,-124.152221679688 47.0077743530273,-124.148902893066 47.0330505371094,-124.148620605469 47.0608215332031,-124.153060913086 47.0911026000977,-124.183319091797 47.2213745117188,-124.208892822266 47.2794342041016,-124.227905273438 47.3139495849609,-124.267227172852 47.3419342041016,-124.300689697266 47.3731155395508,-124.307220458984 47.4330520629883,-124.327217102051 47.5358276367188,-124.35929107666 47.6672172546387,-124.394996643066 47.7294311523438,-124.463195800781 47.8243026733398,-124.498893737793 47.8522186279297,-124.525566101074 47.8712425231934,-124.54874420166 47.8830490112305,-124.579025268555 47.8851318359375,-124.618186950684 47.9249954223633,-124.644729614258 47.9733200073242,-124.655685424805 47.9969367980957,-124.668190002441 48.0398559570313,-124.672500610352 48.0641555786133,-124.681381225586 48.1263809204102,-124.687210083008 48.1844329833984,-124.681953430176 48.2522201538086,-124.705696105957 48.3712387084961,-124.714309692383 48.3970756530762,-124.637222290039 48.3999938964844,-124.566101074219 48.3797149658203,-124.546661376953 48.3722152709961,-124.478881835938 48.3422164916992,-124.415832519531 48.3163833618164,-124.309432983398 48.2838821411133,-124.232223510742 48.2758255004883,-124.144996643066 48.2513885498047,-124.099296569824 48.2320709228516,-124.08521270752 48.211727142334,-124.040283203125 48.1930465698242,-124.016952514648 48.1888809204102,-123.934722900391 48.1758270263672,-123.897232055664 48.1719360351563,-123.806953430176 48.1658248901367,-123.786666870117 48.1655426025391,-123.758346557617 48.1666641235352,-123.673889160156 48.1708297729492,-123.508903503418 48.1483306884766,-123.401390075684 48.1319389343262,-123.35417175293 48.1286010742188,-123.242706298828 48.1294326782227,-123.209175109863 48.1423530578613,-123.187767028809 48.1591567993164,-123.146667480469 48.1794357299805,-123.113265991211 48.1909599304199,-122.970001220703 48.1133270263672,-122.868041992188 48.1122856140137,-122.846527099609 48.1359634399414,-122.82527923584 48.1459693908691,-122.781677246094 48.1580429077148,-122.749435424805 48.1539497375488,-122.747001647949 48.1278381347656,-122.777496337891 48.110481262207,-122.778060913086 48.0902709960938,-122.713897705078 48.0102767944336,-122.678680419922 47.9872856140137,-122.630279541016 47.9158248901367,-122.671661376953 47.8569412231445,-122.747772216797 47.763053894043,-122.788063049316 47.7655487060547,-122.77986907959 47.8122138977051,-122.784729003906 47.8324966430664,-122.794998168945 47.8602752685547,-122.849296569824 47.8313789367676,-122.84944152832 47.8060989379883,-122.841949462891 47.7830505371094,-122.851097106934 47.7513885498047,-122.875411987305 47.703742980957,-122.893890380859 47.677490234375,-122.91471862793 47.6585998535156,-122.966400146484 47.6185989379883,-122.98388671875 47.6030502319336,-123.017227172852 47.5697174072266,-123.104446411133 47.4694366455078,-123.147926330566 47.371654510498,-123.129722595215 47.3594398498535,-123.103881835938 47.3563842773438,-123.00666809082 47.368465423584,-122.904716491699 47.4038772583008,-122.876106262207 47.4149932861328,-122.840629577637 47.4473152160645,-122.866096496582 47.4452667236328,-122.918060302734 47.4261016845703,-122.954727172852 47.4099884033203,-122.995979309082 47.3902702331543,-123.024993896484 47.3799896240234,-123.097496032715 47.4008255004883,-123.084167480469 47.4430465698242,-122.999732971191 47.5452728271484,-122.942489624023 47.60791015625,-122.903335571289 47.6343002319336,-122.836120605469 47.6566543579102,-122.736099243164 47.7216606140137,-122.72875213623 47.7477722167969,-122.565551757813 47.9380416870117,-122.514099121094 47.9220733642578,-122.460037231445 47.7637405395508,-122.54167175293 47.7422180175781,-122.59846496582 47.706657409668,-122.593391418457 47.6403846740723,-122.598091125488 47.6084365844727,-122.638473510742 47.6195755004883,-122.655418395996 47.6384658813477,-122.671104431152 47.6585998535156,-122.68083190918 47.6392288208008,-122.663330078125 47.5456886291504,-122.602783203125 47.5616607666016,-122.575096130371 47.5786285400391,-122.536521911621 47.5931816101074,-122.50862121582 47.5005493164063,-122.54776763916 47.2880477905273,-122.571113586426 47.2787399291992,-122.672904968262 47.3217620849609,-122.64485168457 47.3488807678223,-122.613677978516 47.3944358825684,-122.619163513184 47.4205474853516,-122.709579467773 47.3555488586426,-122.743049621582 47.2907600402832,-122.714134216309 47.2526321411133,-122.728607177734 47.2119369506836,-122.748962402344 47.1892967224121,-122.771118164063 47.20166015625,-122.790420532227 47.2226257324219,-122.811241149902 47.2705459594727,-122.795440673828 47.2922401428223,-122.767570495605 47.3204803466797,-122.770210266113 47.3720741271973,-122.797500610352 47.3952713012695,-122.8125 47.3677673339844,-122.846496582031 47.313159942627,-122.90291595459 47.2999992370605,-122.917007446289 47.284496307373,-122.926872253418 47.2506675720215,-122.939575195313 47.2056884765625,-122.98006439209 47.180477142334,-123.025283813477 47.1697158813477,-123.062568664551 47.1559600830078,-123.06485748291 47.113883972168,-123.02555847168 47.1241607666016,-122.951400756836 47.1349945068359,-122.900978088379 47.0663833618164,-122.878601074219 47.0641555786133,-122.885414123535 47.1564483642578,-122.845138549805 47.174991607666,-122.792778015137 47.1824913024902,-122.716949462891 47.1202697753906,-122.639717102051 47.1519317626953,-122.610000610352 47.1727676391602,-122.591377258301 47.1938781738281,-122.565277099609 47.2244338989258,-122.52709197998 47.2758255004883,-122.459167480469 47.2977752685547,-122.416397094727 47.3147125244141,-122.313537597656 47.3717956542969,-122.309577941895 47.4045715332031,-122.351387023926 47.4852676391602,-122.385147094727 47.5466613769531,-122.398620605469 47.5863800048828,-122.418327331543 47.6722183227539,-122.373603820801 47.8323554992676,-122.29109954834 47.9581871032715,-122.320556640625 48.0741653442383,-122.374404907227 48.2134284973145,-122.442626953125 48.2255401611328,-122.470001220703 48.169921875,-122.446800231934 48.133602142334,-122.429992675781 48.1197128295898,-122.451400756836 48.1149978637695,-122.500419616699 48.1290855407715,-122.528465270996 48.1829071044922,-122.531112670898 48.2051315307617,-122.520690917969 48.2360305786133,-122.498336791992 48.250415802002,-122.455696105957 48.254997253418,-122.434020996094 48.2551345825195,-122.415702819824 48.2470779418945,-122.397499084473 48.2381858825684,-122.378189086914 48.2847175598145,-122.392845153809 48.3094367980957,-122.590950012207 48.4257926940918,-122.607078552246 48.4112396240234,-122.625831604004 48.4031829833984,-122.658332824707 48.404712677002,-122.679580688477 48.4183235168457,-122.698738098145 48.4947853088379,-122.619720458984 48.5112457275391,-122.550415039063 48.4848518371582,-122.536109924316 48.4673538208008,-122.51708984375 48.4530487060547,-122.48624420166 48.4527015686035,-122.436660766602 48.5904083251953,-122.5 48.7448539733887,-122.521949768066 48.7615242004395,-122.56583404541 48.7751312255859,-122.58763885498 48.7720756530762,-122.609031677246 48.7527732849121,-122.649436950684 48.7644424438477,-122.681106567383 48.7955474853516,-122.809715270996 48.9429054260254,-122.770347595215 48.9640235900879,-122.73412322998 48.9623527526855,-122.753616333008 48.9938812255859,-122.760299682617 48.9994354248047,-122.699996948242 49,-122.566673278809 49,-122.433609008789 49,-122.333892822266 49,-122.100563049316 49,-121.084976196289 48.9997177124023,-120.534729003906 48.9994354248047,-120.034156799316 48.9994354248047,-119.934158325195 48.9994354248047,-119.867492675781 48.9994354248047,-119.4677734375 48.9994354248047,-119.267227172852 48.9994354248047,-119.134170532227 48.9994354248047,-118.967498779297 48.9994354248047,-118.767776489258 48.9994354248047,-118.368057250977 48.9994354248047,-118.134170532227 48.9994354248047,-118.000839233398 48.9994354248047,-117.867492675781 48.9994354248047,-117.834442138672 49,-117.567497253418 49,-117.300552368164 49,-117.234733581543 49,-117.200843811035 48.9994354248047,-117.067230224609 48.9997177124023,-117.03662109375 49.0031280517578,-117.001403808594 48.9997177124023,-116.04833984375 48.9997177124023,-115.734443664551 48.9994354248047,-115.601387023926 48.9994354248047,-115.567230224609 49,-115.468063354492 49,-115.368057250977 49,-115.167503356934 48.9994354248047,-115.034156799316 48.9994354248047,-114.901107788086 48.9994354248047,-114.633903503418 49,-114.534729003906 49,-114.467498779297 48.9994354248047,-114.335006713867 48.9994354248047,-114.059860229492 49.000602722168,-114.034439086914 48.9994354248047,-113.567497253418 48.9994354248047,-113.36833190918 48.9994354248047,-113.234161376953 48.9994354248047,-113.034439086914 49,-112.934722900391 49,-112.601669311523 49,-112.535003662109 49,-112.434997558594 49,-112.335006713867 49,-112.234733581543 49,-112.168327331543 48.9994354248047,-112.034729003906 48.9994354248047,-111.80110168457 48.9994354248047,-111.36833190918 48.9994354248047,-110.768623352051 48.9994354248047,-110.667770385742 49,-110.501106262207 49,-110.367767333984 49,-110.301666259766 49,-110.201110839844 48.9994354248047,-110.101387023926 48.9994354248047,-109.999656677246 49.000602722168,-109.9677734375 48.9997177124023,-109.801940917969 48.9994354248047,-109.634742736816 48.9994354248047,-109.334732055664 48.9994354248047,-108.834732055664 48.9994354248047,-108.667770385742 48.9994354248047,-108.534729003906 48.9994354248047,-108.335006713867 48.9994354248047,-108.168876647949 48.9994354248047,-107.80110168457 48.9994354248047,-107.735549926758 48.9994354248047,-107.634742736816 48.9994354248047,-107.434997558594 49,-107.33528137207 49,-106.735549926758 48.9994354248047,-106.468063354492 48.9994354248047,-106.268623352051 48.9994354248047,-106.135276794434 48.9994354248047,-106.034729003906 48.9994354248047,-105.935546875 48.9994354248047,-105.702217102051 48.9994354248047,-105.268341064453 49,-105.001403808594 48.9994354248047,-104.835006713867 48.9994354248047,-104.335006713867 48.9994354248047,-104.135276794434 48.9997177124023,-104.033096313477 49.0002517700195,-103.735282897949 48.9994354248047,-103.535278320313 48.9994354248047,-103.435546875 49.0002746582031,-103.268890380859 49,-103.168327331543 48.9994354248047,-103.035278320313 48.9994354248047,-102.768341064453 48.9994354248047,-102.535552978516 49.0002746582031,-102.335563659668 48.9994354248047,-102.168876647949 49,-101.468887329102 48.9994354248047,-101.367233276367 48.9987869262695,-101.302223205566 49.0002746582031,-101.06916809082 49,-100.501953125 48.9997177124023,-100.002227783203 49,-99.8355560302734 49,-99.3355560302734 48.9994354248047,-98.8686065673828 49,-98.5022277832031 48.9994354248047,-98.2691650390625 49.0002746582031,-97.9691619873047 49.0002746582031,-97.8019409179688 49,-97.6358337402344 48.9994354248047,-97.5027923583984 48.9994354248047,-97.2199401855469 48.9997177124023,-95.2665557861328 48.9999771118164,-95.1541748046875 48.9994354248047,-95.1539611816406 49.1733322143555,-95.1544494628906 49.3333282470703,-95.1541748046875 49.3663864135742,-95.1527862548828 49.3766555786133,-95.1425018310547 49.3716583251953,-95.1208343505859 49.3649978637695,-95.0818634033203 49.3595924377441,-95.0258331298828 49.3574981689453,-94.9986114501953 49.3574981689453,-94.9620895385742 49.360969543457,-94.9319610595703 49.3585395812988,-94.8177795410156 49.3055458068848,-94.8056869506836 49.1866607666016,-94.7983322143555 49.1574897766113,-94.7669525146484 49.075553894043,-94.7452697753906 49.0286026000977,-94.7299957275391 48.996940612793,-94.7186050415039 48.9747085571289,-94.7058410644531 48.9331855773926,-94.7009811401367 48.9024925231934,-94.7070388793945 48.8579978942871,-94.7080535888672 48.7967987060547,-94.6949920654297 48.7787399291992,-94.6404190063477 48.7411041259766,-94.6058349609375 48.7244338989258,-94.5238952636719 48.7019348144531,-94.5008392333984 48.6969375610352,-94.4610443115234 48.6949882507324,-94.4333190917969 48.7019348144531,-94.4003524780273 48.7108268737793,-94.298469543457 48.7072143554688,-94.2673645019531 48.6958923339844,-94.2478866577148 48.6609954833984,-94.1341705322266 48.6427688598633,-94.1119384765625 48.6411056518555,-94.0638885498047 48.6380462646484,-93.8829193115234 48.6302719116211,-93.8587493896484 48.628604888916,-93.8339538574219 48.616382598877,-93.8188934326172 48.5862426757813,-93.8047866821289 48.5318641662598,-93.7858352661133 48.5170783996582,-93.7241668701172 48.5138854980469,-93.6606979370117 48.51513671875,-93.4962539672852 48.5386085510254,-93.464241027832 48.5517272949219,-93.4540634155273 48.5843315124512,-93.4083404541016 48.6086044311523,-93.3156967163086 48.6291580200195,-93.2449951171875 48.6405487060547,-92.9513168334961 48.6226272583008,-92.7152862548828 48.5413818359375,-92.6977691650391 48.4852676391602,-92.5822296142578 48.4413757324219,-92.4552764892578 48.394157409668,-92.4263916015625 48.3116607666016,-92.3598556518555 48.2317276000977,-92.3316802978516 48.2341613769531,-92.2914047241211 48.2488632202148,-92.2861099243164 48.2699928283691,-92.2997894287109 48.2993659973145,-92.2768096923828 48.3349914550781,-92.2572326660156 48.3469390869141,-92.1622161865234 48.3566589355469,-92.1416778564453 48.3572158813477,-92.0393753051758 48.3453407287598,-92.0141677856445 48.3044357299805,-92.0080642700195 48.2809638977051,-91.9917984008789 48.2612457275391,-91.9637145996094 48.240535736084,-91.9402770996094 48.2305450439453,-91.8505554199219 48.2038803100586,-91.7838897705078 48.194709777832,-91.7401351928711 48.1913757324219,-91.6875 48.1447143554688,-91.6451416015625 48.0983428955078,-91.5736236572266 48.0930480957031,-91.4627838134766 48.0577697753906,-91.4183349609375 48.0411071777344,-91.3868026733398 48.0588798522949,-91.3472290039063 48.0680541992188,-91.3186111450195 48.0694389343262,-91.2763900756836 48.0726318359375,-91.2405548095703 48.0836029052734,-91.1924896240234 48.1149978637695,-91.149169921875 48.144157409668,-91.1260986328125 48.1549911499023,-90.9691619873047 48.214714050293,-90.9283294677734 48.2285995483398,-90.8980560302734 48.2366561889648,-90.8686065673828 48.2374954223633,-90.8352127075195 48.2270736694336,-90.8358001708984 48.204460144043,-90.7738952636719 48.1037483215332,-90.7498626708984 48.0927696228027,-90.2799987792969 48.1130523681641,-90.1465225219727 48.1214485168457,-90.0655517578125 48.1064529418945,-90.0327758789063 48.0697174072266,-89.9942398071289 48.0252685546875,-89.899787902832 47.9906158447266,-89.8625030517578 48.0008316040039,-89.8388977050781 48.0116653442383,-89.7555618286133 48.0295753479004,-89.6063842773438 48.0118675231934,-89.5729141235352 48.0022506713867,-89.4931259155273 48.0031661987305,-89.4477691650391 48.0033264160156,-89.3566589355469 47.9797134399414,-89.3233337402344 47.993049621582,-88.9741668701172 48.13916015625,-88.6916656494141 48.2555541992188,-88.6455535888672 48.26416015625,-88.3680572509766 48.3122100830078,-88.1883239746094 48.2441558837891,-87.4447174072266 47.9558258056641,-87.3416748046875 47.9155426025391,-87.2014007568359 47.8602752685547,-86.8844451904297 47.7347183227539,-86.5688934326172 47.6083297729492,-86.4666595458984 47.5672149658203,-86.0513916015625 47.3988800048828,-86.0147247314453 47.3838806152344,-85.8397216796875 47.3122100830078,-85.7388916015625 47.2708282470703,-85.4641723632813 47.1572113037109,-85.3544464111328 47.1116638183594,-84.9174957275391 46.9286041259766,-84.8645858764648 46.9058227539063,-84.8327789306641 46.8291625976563,-84.8255615234375 46.8069381713867,-84.8069458007813 46.7483291625977,-84.7877807617188 46.6897125244141,-84.7750091552734 46.6530456542969,-84.5650024414063 46.4663848876953,-84.5212554931641 46.4602699279785,-84.4839553833008 46.4602012634277,-84.4580612182617 46.4837417602539,-84.4313812255859 46.5016632080078,-84.4086151123047 46.5086059570313,-84.1927642822266 46.5466613769531,-84.1253433227539 46.5294380187988,-84.1200637817383 46.5070762634277,-84.1445846557617 46.4656867980957,-84.1544494628906 46.4452667236328,-84.1602783203125 46.4249954223633,-84.1576461791992 46.3941612243652,-84.1025009155273 46.2402687072754,-84.0897216796875 46.2202682495117,-84.0766754150391 46.2030487060547,-83.9543228149414 46.0704803466797,-83.9237518310547 46.0705604553223,-83.8905487060547 46.0946159362793,-83.8383407592773 46.125545501709,-83.6630554199219 46.1260986328125,-83.6191635131836 46.1211013793945,-83.5961151123047 46.1141586303711,-83.5720825195313 46.101936340332,-83.4790191650391 46.0401344299316,-83.4477691650391 46.0119400024414,-83.4877777099609 45.9616622924805,-83.5238952636719 45.9180526733398,-83.5977783203125 45.8272171020508,-83.5002899169922 45.7849960327148,-83.2708435058594 45.6833267211914,-83.1122131347656 45.6127700805664,-83.0508270263672 45.5852661132813,-82.9541778564453 45.5419387817383,-82.6650085449219 45.4119338989258,-82.6299896240234 45.3961029052734,-82.5430603027344 45.355827331543,-82.4305572509766 44.8827667236328,-82.3316802978516 44.460823059082,-82.2144470214844 43.9522171020508,-82.1302795410156 43.5852661132813,-82.1461181640625 43.5530471801758,-82.2288818359375 43.3913803100586,-82.2527923583984 43.3463821411133,-82.3222351074219 43.2105484008789,-82.4041748046875 43.0491638183594,-82.4187774658203 43.0186386108398,-82.4634780883789 42.9013786315918,-82.4815292358398 42.8263816833496,-82.4740905761719 42.7963829040527,-82.4729156494141 42.7608261108398,-82.4847259521484 42.7191543579102,-82.5173645019531 42.6276321411133,-82.5358276367188 42.5994338989258,-82.5790328979492 42.5637435913086,-82.6181945800781 42.5557556152344,-82.6626510620117 42.545295715332,-82.7044525146484 42.5083312988281,-82.7299957275391 42.4833297729492,-82.769172668457 42.4429054260254,-82.8012466430664 42.4180450439453,-82.8413848876953 42.3969421386719,-82.9405517578125 42.3574981689453,-82.975830078125 42.3447113037109,-83.0022277832031 42.3391571044922,-83.0272216796875 42.3319396972656,-83.0556640625 42.3195762634277,-83.0845413208008 42.2993583679199,-83.1129150390625 42.2652702331543,-83.1233215332031 42.2458267211914,-83.1324920654297 42.2208251953125,-83.1372222900391 42.2013854980469,-83.1686096191406 42.0461044311523,-83.1502838134766 42.0083312988281,-83.1308288574219 41.9705429077148,-83.1174163818359 41.9461936950684,-83.0763931274414 41.8673553466797,-82.6966552734375 41.6838760375977,-82.6499938964844 41.6819381713867,-82.4627838134766 41.6761016845703,-82.4252777099609 41.6755523681641,-82.2388916015625 41.7638854980469,-82.2180633544922 41.7744369506836,-81.8222351074219 41.9602737426758,-81.6236114501953 42.0527725219727,-81.4244384765625 42.1449966430664,-81.2491607666016 42.2249908447266,-80.8691558837891 42.2791595458984,-80.5285491943359 42.3266181945801,-80.5102844238281 42.3291625976563,-80.0915374755859 42.3981895446777,-79.7766723632813 42.5202713012695,-79.763427734375 42.5247039794922,-79.5664520263672 42.6007080078125,-79.2994384765625 42.7024917602539,-79.1544494628906 42.7572174072266,-79.1211090087891 42.769157409668,-78.9869384765625 42.8199920654297,-78.9658355712891 42.8336029052734,-78.9341583251953 42.8659629821777,-78.9177780151367 42.9019355773926,-78.9203414916992 42.9362411499023,-78.945198059082 42.9540214538574,-78.9752731323242 42.9597129821777,-79.0137557983398 42.9822120666504,-79.0420837402344 43.0097198486328,-79.0811157226563 43.0855484008789,-79.0546493530273 43.1405448913574,-79.0448608398438 43.1630439758301,-79.0537490844727 43.259578704834,-79.0667877197266 43.2793998718262,-79.1322174072266 43.3824920654297,-79.1847229003906 43.4655456542969,-79.0952758789063 43.4977722167969,-79.0280609130859 43.5219345092773,-78.9383239746094 43.5538787841797,-78.7247161865234 43.6294326782227,-78.6630554199219 43.6374969482422,-78.3880615234375 43.6383285522461,-77.8872222900391 43.6394348144531,-77.8577728271484 43.6394348144531,-77.7299957275391 43.63916015625,-77.5827789306641 43.6386032104492,-77.288330078125 43.6366577148438,-76.9741668701172 43.6344375610352,-76.8094482421875 43.6333274841309,-76.6974945068359 43.7686004638672,-76.5836181640625 43.9158248901367,-76.5694580078125 43.9341583251953,-76.5313873291016 43.9830474853516,-76.4373550415039 44.1020736694336,-76.4102783203125 44.1211013793945,-76.3633728027344 44.150993347168,-76.0611038208008 44.3431854248047,-76.0408401489258 44.3513832092285,-76.0194549560547 44.3533248901367,-75.9899749755859 44.3570671081543,-75.9661102294922 44.3641586303711,-75.9044494628906 44.3849945068359,-75.8720779418945 44.3980484008789,-75.8452758789063 44.4188804626465,-75.8312530517578 44.440544128418,-75.822639465332 44.4724884033203,-75.8066635131836 44.4870758056641,-75.7361145019531 44.54638671875,-75.6824951171875 44.5880432128906,-75.6230545043945 44.6313819885254,-75.5625 44.6738815307617,-75.5372161865234 44.6913757324219,-75.3958435058594 44.7858276367188,-75.3097229003906 44.8419342041016,-75.2780609130859 44.8572158813477,-75.1705474853516 44.8986053466797,-74.9961166381836 44.9836006164551,-74.8502807617188 45.0166625976563,-74.8205490112305 45.0184631347656,-74.7777786254883 45.0088844299316,-74.7511138916016 45.0022201538086,-74.6820220947266 45.0067138671875,-74.2491607666016 44.9922180175781,-73.9116439819336 45,-73.6227722167969 45.0066604614258,-73.3679656982422 45.0105857849121,-73.3529968261719 45.0094223022461,-73.3416442871094 45.0116233825684,-72.9563903808594 45.0183258056641,-72.7788848876953 45.0208282470703,-72.5102844238281 45.0172119140625,-72.4591674804688 45.0174942016602,-72.2716522216797 45.0187759399414,-72.0499877929688 45.0194396972656,-71.8927764892578 45.019157409668,-71.5547180175781 45.0199890136719,-71.4941558837891 45.0205459594727,-71.4980545043945 45.0494384765625,-71.4887466430664 45.0779762268066,-71.4591674804688 45.1027755737305,-71.4343032836914 45.1277694702148,-71.4013900756836 45.2143974304199,-71.4244384765625 45.25,-71.3211059570313 45.2969398498535,-71.2956924438477 45.3037414550781,-71.2725067138672 45.2963829040527,-71.2363891601563 45.2765197753906,-71.211669921875 45.2661056518555,-71.1797180175781 45.2558288574219,-71.143196105957 45.2527732849121,-71.0851287841797 45.3077087402344,-71.0211181640625 45.32666015625,-70.876594543457 45.2410316467285,-70.6970825195313 45.4636001586914,-70.7127838134766 45.4777679443359,-70.7249984741211 45.4972152709961,-70.7202758789063 45.5283279418945,-70.6930541992188 45.5719375610352,-70.6319427490234 45.6277694702148,-70.5769500732422 45.6608200073242,-70.5552673339844 45.6727676391602,-70.4666595458984 45.7119369506836,-70.3938903808594 45.7780456542969,-70.258056640625 45.9090881347656,-70.2449264526367 45.9604072570801,-70.2694473266602 45.9733200073242,-70.3048553466797 45.9799880981445,-70.3055572509766 46.0788803100586,-70.2877807617188 46.2030487060547,-70.2424926757813 46.2791595458984,-70.2002868652344 46.3363800048828,-70.1191558837891 46.3936080932617,-70.0784072875977 46.4175605773926,-70.0570831298828 46.4313812255859,-70.0477752685547 46.4538803100586,-70.0441589355469 46.4749908447266,-70.0386047363281 46.5099945068359,-70.0269470214844 46.5874938964844,-70.0091705322266 46.6980438232422,-69.9927673339844 46.7158279418945,-69.8472290039063 46.8622131347656,-69.7125091552734 46.996940612793,-69.6538848876953 47.0552673339844,-69.4236145019531 47.283332824707,-69.3052673339844 47.4002685546875,-69.2360610961914 47.4678916931152,-69.1283264160156 47.4591598510742,-69.0456237792969 47.4310302734375,-69.0445785522461 47.4031181335449,-69.052490234375 47.3805465698242,-69.0558319091797 47.3420715332031,-69.0551300048828 47.302074432373,-69.0535888671875 47.2937774658203,-69.0511093139648 47.2819366455078,-69.0322265625 47.2555503845215,-68.9619522094727 47.2188758850098,-68.8915328979492 47.1890144348145,-68.8316802978516 47.2088851928711,-68.7875061035156 47.2247085571289,-68.7619476318359 47.2327651977539,-68.5647125244141 47.2897186279297,-68.3704071044922 47.3491592407227,-68.3430557250977 47.3618011474609,-68.3148574829102 47.3651351928711,-68.2449951171875 47.351936340332,-68.2086181640625 47.3416595458984,-68.1858215332031 47.3327713012695,-67.9609756469727 47.1904754638672,-67.9500045776367 47.1686058044434,-67.8922271728516 47.1144409179688,-67.866943359375 47.1005477905273,-67.7949981689453 47.0699920654297,-67.7916717529297 46.9213790893555,-67.7888946533203 46.7877731323242,-67.7791748046875 46.283332824707,-67.7725067138672 45.9574966430664,-67.7866668701172 45.8883285522461,-67.8063812255859 45.7847213745117,-67.804443359375 45.7313766479492,-67.7945098876953 45.6958236694336,-67.6605529785156 45.6320762634277,-67.5738983154297 45.6116638183594,-67.5075073242188 45.6013832092285,-67.477783203125 45.6083297729492,-67.4580535888672 45.6136054992676,-67.4131240844727 45.5854759216309,-67.4212417602539 45.5249900817871,-67.4818344116211 45.4958267211914,-67.4505615234375 45.3330535888672,-67.4643096923828 45.2838821411133,-67.4552764892578 45.263053894043,-67.4225006103516 45.2149963378906,-67.4059677124023 45.1963806152344,-67.3386840820313 45.1502685546875,-67.3058319091797 45.1549186706543,-67.2900695800781 45.1801261901855,-67.2642440795898 45.1999893188477,-67.2361145019531 45.1938781738281,-67.20654296875 45.1830368041992,-67.1627731323242 45.168327331543,-67.1049957275391 45.0983276367188,-67.0344390869141 44.984992980957,-67.0750503540039 44.9521331787109,-67.1267547607422 44.9314193725586,-67.1920471191406 44.9257202148438,-67.1786117553711 44.8991584777832,-67.1218872070313 44.8784332275391,-67.0915908813477 44.8693084716797,-67.0748901367188 44.8869400024414,-67.0578842163086 44.9009323120117,-66.9830551147461 44.8663787841797,-66.970832824707 44.8279113769531,-66.9969482421875 44.8036041259766,-67.1899948120117 44.6602668762207,-67.2637557983398 44.6430511474609,-67.4158325195313 44.6283264160156,-67.5034790039063 44.6498374938965,-67.5460357666016 44.6668663024902,-67.5649948120117 44.6343002319336,-67.5613861083984 44.5969390869141,-67.5629119873047 44.552490234375,-67.7111129760742 44.5124969482422,-67.7358322143555 44.5201301574707,-67.7752838134766 44.5469436645508,-67.8650054931641 44.4938812255859,-67.9363861083984 44.4269409179688,-67.9736175537109 44.4058227539063,-68.0091705322266 44.3933258056641,-68.0594711303711 44.3517990112305,-68.0947875976563 44.404712677002,-68.1079177856445 44.4549942016602,-68.2700042724609 44.4663848876953,-68.3211517333984 44.4658813476563,-68.3642501831055 44.4471206665039,-68.3788757324219 44.4222183227539,-68.4631958007813 44.3993682861328,-68.5041809082031 44.422492980957,-68.5591583251953 44.4188842773438,-68.5491638183594 44.321174621582,-68.6158294677734 44.3063812255859,-68.8131942749023 44.3302726745605,-68.7938842773438 44.4580459594727,-68.7511138916016 44.5174942016602,-68.7315902709961 44.5558929443359,-68.7968673706055 44.5746116638184,-68.8109436035156 44.5222663879395,-68.8497314453125 44.4730453491211,-68.9022216796875 44.4622116088867,-68.9808349609375 44.441722869873,-69.0225067138672 44.2569427490234,-69.083610534668 44.1288795471191,-69.081672668457 44.0995063781738,-69.0502014160156 44.1009635925293,-69.065559387207 44.066104888916,-69.1991577148438 43.9802703857422,-69.2483367919922 43.9380416870117,-69.2980499267578 43.9972152709961,-69.3699951171875 44.0469436645508,-69.4588928222656 43.9252700805664,-69.4869384765625 43.8694381713867,-69.5004196166992 43.8504066467285,-69.5407180786133 43.8745765686035,-69.5535583496094 43.8978271484375,-69.5510482788086 43.9373245239258,-69.5564498901367 43.9756126403809,-69.5286102294922 44.0242614746094,-69.5889129638672 43.9582672119141,-69.5914154052734 43.9196434020996,-69.5870208740234 43.8844757080078,-69.6511993408203 43.9008331298828,-69.6423645019531 44.0034675598145,-69.6266632080078 44.0194358825684,-69.6173248291016 44.0388488769531,-69.6430587768555 44.028881072998,-69.6644439697266 44.0086059570313,-69.6790542602539 43.9671020507813,-69.7172622680664 43.905517578125,-69.6927185058594 43.882438659668,-69.6999969482422 43.8411026000977,-69.7192993164063 43.7920799255371,-69.7520141601563 43.8301620483398,-69.7819213867188 43.9630165100098,-69.7793807983398 44.0475616455078,-69.771598815918 44.0742988586426,-69.8734664916992 43.9923553466797,-69.8680419921875 43.9687385559082,-69.8304061889648 43.9276847839355,-69.8185501098633 43.9027709960938,-69.8127212524414 43.866268157959,-69.8006439208984 43.7887687683105,-69.8313903808594 43.7161712646484,-69.8516693115234 43.7594375610352,-69.8569488525391 43.8008270263672,-69.9222259521484 43.8647155761719,-69.9916000366211 43.8753395080566,-70.0919494628906 43.8277740478516,-70.1299896240234 43.8063812255859,-70.1725006103516 43.7805480957031,-70.2083435058594 43.7249908447266,-70.2311096191406 43.6740226745605,-70.2527923583984 43.652214050293,-70.2162475585938 43.6580429077148,-70.1965942382813 43.6429061889648,-70.1918716430664 43.5755462646484,-70.2907028198242 43.5566596984863,-70.3458404541016 43.4611053466797,-70.3538818359375 43.4427642822266,-70.3936157226563 43.4030456542969,-70.4515228271484 43.3577728271484,-70.4820785522461 43.3566589355469,-70.514030456543 43.3542289733887,-70.5491638183594 43.3236083984375,-70.5695877075195 43.2976303100586,-70.5837478637695 43.2570762634277,-70.5716705322266 43.2265167236328,-70.6016693115234 43.1777725219727,-70.6711807250977 43.0845031738281,-70.6939544677734 43.1001319885254,-70.7234039306641 43.1199188232422,-70.7375946044922 43.0780258178711,-70.7045135498047 43.0577011108398,-70.7194442749023 43.0230484008789,-70.7591705322266 42.9758224487305,-70.7902755737305 42.9388771057129,-70.8108215332031 42.8936080932617,-70.8129119873047 42.8775787353516,-70.8076324462891 42.7433280944824,-70.8059692382813 42.7158966064453,-70.7467346191406 42.6545715332031,-70.6624221801758 42.6416893005371,-70.6645889282227 42.6638793945313,-70.64306640625 42.680549621582,-70.6177749633789 42.6908226013184,-70.5818099975586 42.6528358459473,-70.6288833618164 42.5954093933105,-70.7791748046875 42.5608215332031,-70.8682556152344 42.5407600402832,-70.8880615234375 42.5077743530273,-71.0448608398438 42.3672142028809,-71.0395126342773 42.3048515319824,-70.9573669433594 42.2406845092773,-70.8678436279297 42.2572174072266,-70.8488922119141 42.2744369506836,-70.7570953369141 42.2454109191895,-70.717643737793 42.2138786315918,-70.6517333984375 42.0572814941406,-70.6822204589844 41.9972152709961,-70.6450729370117 41.9638824462891,-70.5946502685547 41.9480438232422,-70.573616027832 41.95166015625,-70.5340270996094 41.9344367980957,-70.5213928222656 41.8654098510742,-70.5273666381836 41.839714050293,-70.5268402099609 41.805965423584,-70.4519424438477 41.7554779052734,-70.3329162597656 41.7138824462891,-70.2936096191406 41.7088851928711,-70.2047271728516 41.7436027526855,-70.1722259521484 41.7533264160156,-70.1463928222656 41.759578704834,-70.1119384765625 41.7619400024414,-70.0852813720703 41.7686004638672,-70.0193099975586 41.7925643920898,-69.9909744262695 41.8304100036621,-69.9886093139648 41.9126281738281,-70.1069488525391 42.039436340332,-70.1344375610352 42.0589485168457,-70.1726303100586 42.0558242797852,-70.1872329711914 42.0290336608887,-70.2440185546875 42.0739479064941,-70.2261123657227 42.0905456542969,-70.1441650390625 42.0874938964844,-70.1122131347656 42.07763671875,-70.0741729736328 42.0588798522949,-70.033332824707 42.022632598877,-70.0075073242188 41.996940612793,-69.9930572509766 41.9808197021484,-69.9772186279297 41.9541625976563,-69.959587097168 41.92041015625,-69.9347229003906 41.8566589355469,-69.9272155761719 41.8322143554688,-69.9283294677734 41.7199859619141,-69.9354095458984 41.6724967956543,-69.9878311157227 41.6684379577637,-70.0177764892578 41.6694412231445,-70.0472259521484 41.6699905395508,-70.0891723632813 41.668327331543,-70.1854095458984 41.6555442810059,-70.2322235107422 41.644157409668,-70.3580474853516 41.6347198486328,-70.4184646606445 41.6335334777832,-70.4394378662109 41.6041641235352,-70.4856185913086 41.56005859375,-70.6486129760742 41.5394401550293,-70.6588897705078 41.6024932861328,-70.6511077880859 41.6416625976563,-70.6341705322266 41.7013854980469,-70.7261047363281 41.7277679443359,-70.8138885498047 41.6299896240234,-70.9263916015625 41.5538787841797,-71.0655517578125 41.5105514526367,-71.1280517578125 41.5108261108398,-71.1423721313477 41.4943008422852,-71.1883239746094 41.4683227539063,-71.2022247314453 41.4983291625977,-71.2077789306641 41.5490226745605,-71.2062530517578 41.6405448913574,-71.1986083984375 41.6674957275391,-71.1959838867188 41.671257019043,-71.1565322875977 41.7197113037109,-71.1355590820313 41.7488861083984,-71.1148529052734 41.7895088195801,-71.2161102294922 41.7252655029297,-71.2365417480469 41.7092361450195,-71.2347183227539 41.6774940490723,-71.2713928222656 41.6530456542969,-71.3078384399414 41.6646423339844,-71.3894424438477 41.8066940307617,-71.4138946533203 41.6049957275391,-71.4218063354492 41.4838790893555,-71.4280471801758 41.4611053466797,-71.4747161865234 41.3930511474609,-71.5116729736328 41.3699913024902,-71.5352783203125 41.3767967224121,-71.5636138916016 41.3769378662109,-71.5897216796875 41.3733215332031,-71.6716613769531 41.3538818359375,-71.7330627441406 41.3377685546875,-71.7822265625 41.3258285522461,-71.8083343505859 41.321662902832,-71.8457946777344 41.3188247680664,-71.8786087036133 41.3410301208496,-71.9594421386719 41.3474884033203,-72.1833190917969 41.3261032104492,-72.2354202270508 41.305965423584,-72.2548675537109 41.2870788574219,-72.3883438110352 41.2711029052734,-72.5313873291016 41.2636108398438,-72.5680694580078 41.2741622924805,-72.6069488525391 41.2791595458984,-72.6361236572266 41.2774887084961,-72.8183441162109 41.2583312988281,-72.8903503417969 41.2543678283691,-72.9063873291016 41.2861099243164,-72.9363861083984 41.273323059082,-73.0413818359375 41.2141571044922,-73.1036071777344 41.1777725219727,-73.1505584716797 41.1577682495117,-73.1777801513672 41.1708297729492,-73.2766723632813 41.1358261108398,-73.3227844238281 41.1183242797852,-73.3791656494141 41.0947113037109,-73.4336090087891 41.0683288574219,-73.4719390869141 41.0511016845703,-73.5594329833984 41.0158271789551,-73.6455078125 41.0075225830078,-73.6460418701172 40.9838790893555,-73.6772155761719 40.9539489746094,-73.7084808349609 40.9542961120605,-73.7486114501953 40.9252738952637,-73.7816772460938 40.8799896240234,-73.8227844238281 40.8261032104492,-73.9341583251953 40.7980499267578,-73.9233245849609 40.8705444335938,-73.9030609130859 40.9165229797363,-73.8916778564453 40.943603515625,-73.8836212158203 40.973876953125,-73.8729095458984 41.0266609191895,-73.8666687011719 41.0644378662109,-73.8661041259766 41.0891571044922,-73.8733291625977 41.1588821411133,-73.8779067993164 41.1787452697754,-73.9512786865234 41.3044357299805,-73.9861068725586 41.2683944702148,-73.960075378418 41.2042274475098,-73.9361038208008 41.187629699707,-73.9180603027344 41.1701278686523,-73.9130554199219 41.1458282470703,-73.9043426513672 40.9895629882813,-73.9036102294922 40.9808197021484,-73.9041748046875 40.9594345092773,-73.9283294677734 40.9044342041016,-74.0209808349609 40.7173500061035,-74.0863952636719 40.6691589355469,-74.1197814941406 40.6633911132813,-74.1072845458984 40.6929779052734,-74.1086044311523 40.7133941650391,-74.1338958740234 40.7008247375488,-74.1993026733398 40.6410331726074,-74.2525024414063 40.5522155761719,-74.2591705322266 40.522216796875,-74.2629852294922 40.4663772583008,-74.2441558837891 40.4524917602539,-74.1999969482422 40.4376258850098,-74.0838928222656 40.4380416870117,-73.9956588745117 40.4588470458984,-73.9563903808594 40.3981857299805,-73.9522247314453 40.2999954223633,-74.0211181640625 40.0294342041016,-74.088264465332 39.7748527526855,-74.0829238891602 39.8770751953125,-74.0666656494141 39.9399871826172,-74.0519485473633 39.9658241271973,-74.0444488525391 39.9997177124023,-74.0455474853516 40.052978515625,-74.0716018676758 40.0478439331055,-74.100830078125 39.9508285522461,-74.1711120605469 39.7805480957031,-74.178466796875 39.746524810791,-74.1563186645508 39.7249870300293,-74.1513214111328 39.703742980957,-74.1816711425781 39.6705474853516,-74.2111206054688 39.6436080932617,-74.3194580078125 39.5613784790039,-74.4055633544922 39.5161056518555,-74.3765716552734 39.4746627807617,-74.3932647705078 39.4412841796875,-74.4224700927734 39.4589385986328,-74.4410858154297 39.443531036377,-74.4625930786133 39.4210662841797,-74.4473190307617 39.4000205993652,-74.4287490844727 39.3911056518555,-74.42041015625 39.3539886474609,-74.5224304199219 39.3159637451172,-74.5155639648438 39.3366546630859,-74.5541687011719 39.3349914550781,-74.6501083374023 39.2902030944824,-74.6115264892578 39.2795753479004,-74.5999755859375 39.2575492858887,-74.6513977050781 39.1930465698242,-74.7111206054688 39.0899887084961,-74.7591705322266 39.0380477905273,-74.8208312988281 38.9719352722168,-74.8468017578125 38.9508247375488,-74.8763885498047 38.9383239746094,-74.9083404541016 38.9273567199707,-74.9452743530273 38.922981262207,-74.9644470214844 38.9333229064941,-74.9573669433594 38.9854049682617,-74.9484710693359 39.0093002319336,-74.9311065673828 39.0363845825195,-74.9077758789063 39.071662902832,-74.8923645019531 39.1040229797363,-74.8826370239258 39.1408958435059,-74.8949356079102 39.1690216064453,-74.9238891601563 39.1897125244141,-75.0408325195313 39.2138824462891,-75.0863952636719 39.2074966430664,-75.1644439697266 39.2327651977539,-75.3111114501953 39.3138809204102,-75.3783264160156 39.3536071777344,-75.4156951904297 39.378044128418,-75.5269470214844 39.4653396606445,-75.5427703857422 39.5005493164063,-75.5572204589844 39.6204071044922,-75.4527816772461 39.7568016052246,-75.4243087768555 39.782772064209,-75.4005584716797 39.7997207641602,-75.3683319091797 39.8180541992188,-75.3447265625 39.8294372558594,-75.2891693115234 39.8427658081055,-75.1961059570313 39.8633270263672,-75.137565612793 39.8739471435547,-75.1011047363281 39.9005432128906,-75.0655517578125 39.9644393920898,-75.0285186767578 40.0123062133789,-75.0388870239258 40.0102729797363,-75.0599975585938 40.0005493164063,-75.1116638183594 39.9733200073242,-75.1263809204102 39.9566612243652,-75.1384811401367 39.9354095458984,-75.1772155761719 39.8955459594727,-75.2216644287109 39.8727645874023,-75.309440612793 39.863883972168,-75.3611068725586 39.8495063781738,-75.4097213745117 39.8219413757324,-75.4214477539063 39.8119506835938,-75.4594421386719 39.788330078125,-75.5886077880859 39.6488800048828,-75.6044387817383 39.6140213012695,-75.5721588134766 39.4529075622559,-75.5272216796875 39.4166641235352,-75.4326324462891 39.3106880187988,-75.3954162597656 39.2462425231934,-75.3924331665039 39.200756072998,-75.4054794311523 39.1574935913086,-75.389030456543 39.0777740478516,-75.3022155761719 38.9188842773438,-75.1883239746094 38.8166656494141,-75.1399993896484 38.6949920654297,-75.2008361816406 38.597770690918,-75.1702728271484 38.5786056518555,-75.1404190063477 38.5894355773926,-75.0638885498047 38.5869369506836,-75.0384674072266 38.4797134399414,-75.0397186279297 38.4574966430664,-75.0436859130859 38.4508590698242,-75.0407791137695 38.4497222900391,-75.0445785522461 38.4172134399414,-75.0566635131836 38.3627700805664,-75.0733032226563 38.3409614562988,-75.0612411499023 38.4080505371094,-75.0604782104492 38.4466590881348,-75.0653076171875 38.4534149169922,-75.0794143676758 38.4575958251953,-75.0828552246094 38.4531631469727,-75.0794525146484 38.4458236694336,-75.0950012207031 38.3288116455078,-75.1544418334961 38.2415199279785,-75.1835327148438 38.224365234375,-75.3294525146484 38.1091613769531,-75.355827331543 38.082633972168,-75.3686065673828 38.0341644287109,-75.3700408935547 38.0243835449219,-75.3997344970703 37.9886016845703,-75.4122161865234 37.9194412231445,-75.490966796875 37.8147163391113,-75.5033416748047 37.7983322143555,-75.5700073242188 37.6811065673828,-75.6089553833008 37.5773544311523,-75.5965270996094 37.5590209960938,-75.6601409912109 37.4973182678223,-75.6876373291016 37.5238838195801,-75.7011032104492 37.5524215698242,-75.7205581665039 37.5477714538574,-75.8038787841797 37.4527740478516,-75.8416748046875 37.3724899291992,-75.8424987792969 37.3474884033203,-75.8511047363281 37.2761001586914,-75.8680572509766 37.2169342041016,-75.9608306884766 37.152214050293,-76.0027923583984 37.223876953125,-76.0164642333984 37.2708930969238,-76.0082015991211 37.3147163391113,-75.9563903808594 37.4977722167969,-75.9305572509766 37.5761032104492,-75.9169464111328 37.6083297729492,-75.8747177124023 37.6566543579102,-75.7813873291016 37.7249908447266,-75.6972198486328 37.7991638183594,-75.6625061035156 37.8405456542969,-75.6461181640625 37.944709777832,-75.64404296875 37.9611740112305,-75.6702728271484 37.9736022949219,-75.6931838989258 37.9791526794434,-75.754997253418 37.979434967041,-75.7744445800781 37.9747123718262,-75.8002777099609 37.9633255004883,-75.8207015991211 37.948184967041,-75.851806640625 37.9289512634277,-75.878532409668 37.9475593566895,-75.8822174072266 37.9859657287598,-75.8530578613281 38.0891571044922,-75.9122161865234 38.1452713012695,-75.8961181640625 38.2502746582031,-75.8463516235352 38.3987770080566,-76.0219421386719 38.2438812255859,-76.0375061035156 38.2266540527344,-76.0877838134766 38.2863845825195,-76.1611175537109 38.3494338989258,-76.2207946777344 38.3846435546875,-76.2222290039063 38.3433227539063,-76.2424926757813 38.3669357299805,-76.3219451904297 38.4886016845703,-76.2975006103516 38.5005493164063,-76.2469482421875 38.5102767944336,-76.2083435058594 38.5230484008789,-76.1849975585938 38.5344390869141,-76.1664581298828 38.568187713623,-76.1872177124023 38.5794410705566,-76.2141723632813 38.5736083984375,-76.2246551513672 38.5563087463379,-76.2649383544922 38.551586151123,-76.2849960327148 38.5702705383301,-76.2652893066406 38.6197128295898,-76.1777801513672 38.6116638183594,-76.1316299438477 38.5999336242676,-76.1037445068359 38.586238861084,-76.0519409179688 38.5748558044434,-76.0284729003906 38.5737457275391,-76.0026397705078 38.580135345459,-75.9754867553711 38.5936698913574,-75.9627838134766 38.6133270263672,-75.9609756469727 38.6515884399414,-75.9793014526367 38.6341552734375,-76.0021591186523 38.607006072998,-76.0327758789063 38.6033248901367,-76.0679168701172 38.6136741638184,-76.1911010742188 38.6838760375977,-76.2047271728516 38.7397155761719,-76.3208999633789 38.6820068359375,-76.342155456543 38.6882553100586,-76.3319549560547 38.7605514526367,-76.3000717163086 38.8187446594238,-76.2551727294922 38.8410339355469,-76.2151412963867 38.8131866455078,-76.2075042724609 38.7936096191406,-76.1861038208008 38.7761001586914,-76.1559677124023 38.7631874084473,-76.1322174072266 38.7724914550781,-76.1044387817383 38.7990913391113,-76.1419525146484 38.8861083984375,-76.2246551513672 38.9640884399414,-76.29638671875 38.922492980957,-76.3169555664063 38.8880462646484,-76.3563842773438 38.8516616821289,-76.35986328125 38.855411529541,-76.3577728271484 38.8952713012695,-76.3475036621094 38.9406890869141,-76.3388900756836 38.9670753479004,-76.2968368530273 39.0257530212402,-76.2662582397461 38.9966621398926,-76.2420806884766 38.9838790893555,-76.2200012207031 38.9813766479492,-76.1919403076172 38.9845733642578,-76.1561126708984 39.0026321411133,-76.0724639892578 39.141658782959,-76.1413879394531 39.1124954223633,-76.2208404541016 39.0608215332031,-76.2601470947266 39.1536712646484,-76.1683349609375 39.316520690918,-76.095832824707 39.359935760498,-75.977783203125 39.3899917602539,-75.8513870239258 39.5358276367188,-75.8353500366211 39.5719375610352,-75.9408264160156 39.6041603088379,-76.0847930908203 39.5489501953125,-76.1120071411133 39.4834632873535,-76.0633316040039 39.4580116271973,-76.0902862548828 39.4311027526855,-76.1879119873047 39.3719367980957,-76.212776184082 39.365550994873,-76.2290267944336 39.3870048522949,-76.2252807617188 39.4188842773438,-76.2569580078125 39.444709777832,-76.3597259521484 39.3999938964844,-76.3519439697266 39.3752670288086,-76.4277801513672 39.3169403076172,-76.4800033569336 39.302074432373,-76.4516754150391 39.2586059570313,-76.427360534668 39.2391586303711,-76.4076461791992 39.2310981750488,-76.3950042724609 39.2299880981445)),((-123.09375 48.9994354248047,-123.034317016602 48.9994354248047,-123.045867919922 48.9774856567383,-123.086532592773 48.9720726013184,-123.09375 48.9994354248047)),((-123.099731445313 48.6038818359375,-123.038330078125 48.5613784790039,-122.995002746582 48.5297164916992,-122.96263885498 48.4526329040527,-123.004173278809 48.4456825256348,-123.095283508301 48.4749908447266,-123.121932983398 48.4847183227539,-123.139450073242 48.4941558837891,-123.148620605469 48.5016632080078,-123.155563354492 48.5111083984375,-123.176795959473 48.5516586303711,-123.177284240723 48.591724395752,-123.152496337891 48.6165237426758,-123.141387939453 48.6188812255859,-123.105903625488 48.6114540100098,-123.099731445313 48.6038818359375)),((-119.868057250977 34.0841598510742,-119.698333740234 34.0452728271484,-119.593612670898 34.0538787841797,-119.563186645508 34.0658302307129,-119.552780151367 34.0658264160156,-119.515563964844 34.0445785522461,-119.532989501953 34.0151329040527,-119.589996337891 33.9972152709961,-119.713333129883 33.9708213806152,-119.77278137207 33.9672088623047,-119.788330078125 33.9672088623047,-119.836936950684 33.9741592407227,-119.870971679688 33.9915199279785,-119.917770385742 34.0652694702148,-119.91423034668 34.0826301574707,-119.868057250977 34.0841598510742)),((-164.77001953125 66.5308227539063,-164.779602050781 66.5256805419922,-164.864166259766 66.5052642822266,-164.876922607422 66.5027770996094,-165.047790527344 66.4772033691406,-165.364440917969 66.4263763427734,-165.468460083008 66.4129028320313,-165.454162597656 66.4213714599609,-165.433319091797 66.4274749755859,-165.420837402344 66.4299774169922,-165.144744873047 66.4813690185547,-165.117492675781 66.4860992431641,-165.019744873047 66.5016632080078,-164.763549804688 66.5361633300781,-164.77001953125 66.5308227539063)),((-166.210540771484 66.2088775634766,-166.287780761719 66.1902618408203,-166.567230224609 66.1227569580078,-166.587768554688 66.1163787841797,-166.663223266602 66.1052932739258,-166.598327636719 66.1336059570313,-166.466094970703 66.1749877929688,-166.443603515625 66.1808166503906,-166.382476806641 66.1941375732422,-166.321105957031 66.2074890136719,-166.255584716797 66.2197113037109,-166.222778320313 66.2230377197266,-166.181121826172 66.2230377197266,-166.171539306641 66.2190170288086,-166.210540771484 66.2088775634766)),((-162.349426269531 63.5886001586914,-162.377471923828 63.5444412231445,-162.5625 63.5386047363281,-162.607208251953 63.5438842773438,-162.680694580078 63.5566558837891,-162.693054199219 63.5616607666016,-162.70361328125 63.571662902832,-162.70166015625 63.5816650390625,-162.676666259766 63.6033248901367,-162.663345336914 63.6137466430664,-162.652221679688 63.6191558837891,-162.640838623047 63.6216583251953,-162.561950683594 63.6352691650391,-162.420288085938 63.6374969482422,-162.397521972656 63.6352691650391,-162.376922607422 63.6313781738281,-162.340896606445 63.5962409973145,-162.349426269531 63.5886001586914)),((-148.138336181641 60.756103515625,-148.123321533203 60.7497177124023,-148.108322143555 60.7349891662598,-148.094573974609 60.6774940490723,-148.098052978516 60.6659660339355,-148.119140625 60.652214050293,-148.145004272461 60.6409683227539,-148.157501220703 60.6424942016602,-148.223052978516 60.698600769043,-148.230682373047 60.7116622924805,-148.232086181641 60.7235984802246,-148.214172363281 60.7544403076172,-148.194458007813 60.7580490112305,-148.169158935547 60.759162902832,-148.154998779297 60.7588882446289,-148.138336181641 60.756103515625)),((-172.280029296875 60.3027725219727,-172.313323974609 60.3269348144531,-172.330429077148 60.3356857299805,-172.343872070313 60.3394317626953,-172.356384277344 60.3405456542969,-172.382507324219 60.3416595458984,-172.486663818359 60.3411026000977,-172.517547607422 60.3363723754883,-172.543334960938 60.3288726806641,-172.561950683594 60.3247146606445,-172.586944580078 60.3238754272461,-172.599151611328 60.3249969482422,-172.726531982422 60.3690147399902,-172.737213134766 60.3741607666016,-172.748077392578 60.3885955810547,-172.768096923828 60.3994369506836,-172.834442138672 60.4280395507813,-172.936706542969 60.4674835205078,-172.981384277344 60.4785995483398,-173.000610351563 60.483039855957,-173.051010131836 60.4958190917969,-173.033630371094 60.549430847168,-173.011413574219 60.5630416870117,-172.948638916016 60.5976257324219,-172.927825927734 60.6041564941406,-172.914886474609 60.6015167236328,-172.914184570313 60.5855407714844,-172.925277709961 60.5734596252441,-172.928482055664 60.561653137207,-172.920562744141 60.5488815307617,-172.900573730469 60.5252685546875,-172.885040283203 60.5124969482422,-172.874694824219 60.5041656494141,-172.864196777344 60.4958267211914,-172.844451904297 60.484992980957,-172.749176025391 60.4494247436523,-172.733062744141 60.443603515625,-172.594177246094 60.4010925292969,-172.57666015625 60.3961029052734,-172.554748535156 60.3927688598633,-172.520294189453 60.3883285522461,-172.481689453125 60.386100769043,-172.455703735352 60.3898544311523,-172.434722900391 60.3963775634766,-172.423614501953 60.3974838256836,-172.392547607422 60.3949928283691,-172.379730224609 60.3908309936523,-172.208084106445 60.315128326416,-172.235260009766 60.3069305419922,-172.256439208984 60.3041534423828,-172.280029296875 60.3027725219727)),((-145.088043212891 60.3994369506836,-145.115539550781 60.3141593933105,-145.126525878906 60.3056869506836,-145.141387939453 60.3044357299805,-145.216644287109 60.310546875,-145.244720458984 60.3177719116211,-145.280838012695 60.3323554992676,-145.258911132813 60.3449935913086,-145.113037109375 60.4094314575195,-145.098327636719 60.4155426025391,-145.084442138672 60.414436340332,-145.088043212891 60.3994369506836)),((-147.978607177734 60.3719329833984,-147.98388671875 60.3538818359375,-148.010559082031 60.3016586303711,-148.020431518555 60.2891654968262,-148.033630371094 60.2855529785156,-148.079437255859 60.2827682495117,-148.091949462891 60.2824935913086,-148.104431152344 60.283332824707,-148.140441894531 60.3049926757813,-148.142654418945 60.3172149658203,-148.133636474609 60.3299942016602,-148.084716796875 60.3608245849609,-148.071655273438 60.368049621582,-148.026672363281 60.3797149658203,-148 60.3852691650391,-147.986099243164 60.3852691650391,-147.978607177734 60.3719329833984)),((-148.036956787109 60.1841583251953,-148.077484130859 60.128044128418,-148.086944580078 60.1086044311523,-148.088882446289 60.0916557312012,-148.104156494141 60.0733261108398,-148.154876708984 60.0402717590332,-148.208618164063 60.0230484008789,-148.229156494141 60.0197143554688,-148.251403808594 60.0174942016602,-148.286956787109 60.0205459594727,-148.307083129883 60.0276336669922,-148.30029296875 60.055549621582,-148.224426269531 60.1083297729492,-148.056533813477 60.1937370300293,-148.035842895508 60.1870040893555,-148.036956787109 60.1841583251953)),((-144.238037109375 59.9877700805664,-144.255584716797 59.9830474853516,-144.303894042969 59.9661026000977,-144.333618164063 59.9527740478516,-144.4111328125 59.9163818359375,-144.420837402344 59.9072113037109,-144.455261230469 59.8827667236328,-144.542236328125 59.829719543457,-144.562774658203 59.8194427490234,-144.589294433594 59.8090209960938,-144.601379394531 59.8108215332031,-144.55680847168 59.861385345459,-144.523620605469 59.8830490112305,-144.50390625 59.8944396972656,-144.442504882813 59.9252700805664,-144.372497558594 59.9586029052734,-144.351379394531 59.9685974121094,-144.278900146484 59.9991607666016,-144.261413574219 60.0038833618164,-144.231658935547 60.0086059570313,-144.210906982422 60.0038146972656,-144.220550537109 59.993049621582,-144.238037109375 59.9877700805664)),((-161.113098144531 58.6552734375,-161.060272216797 58.7017974853516,-161.042236328125 58.7099914550781,-160.947784423828 58.7402725219727,-160.936126708984 58.7419357299805,-160.884185791016 58.7463836669922,-160.864166259766 58.7508316040039,-160.847229003906 58.7563858032227,-160.775299072266 58.783332824707,-160.759460449219 58.7922172546387,-160.746368408203 58.8022155761719,-160.689788818359 58.8147163391113,-160.902496337891 58.5783309936523,-160.911682128906 58.5697174072266,-160.925567626953 58.5630493164063,-160.943878173828 58.5580444335938,-160.956939697266 58.5569381713867,-161.088043212891 58.5569343566895,-161.086120605469 58.585823059082,-161.113098144531 58.6552734375)),((-134.515838623047 58.3380432128906,-134.507232666016 58.3361053466797,-134.475280761719 58.3238830566406,-134.454437255859 58.3133239746094,-134.275848388672 58.2124938964844,-134.26139831543 58.198673248291,-134.276397705078 58.1908264160156,-134.365539550781 58.2061004638672,-134.427490234375 58.2202682495117,-134.438598632813 58.2224884033203,-134.451110839844 58.223876953125,-134.477355957031 58.223461151123,-134.494979858398 58.2201271057129,-134.508911132813 58.2177658081055,-134.555572509766 58.2208251953125,-134.583190917969 58.225959777832,-134.608032226563 58.2377700805664,-134.627197265625 58.2486038208008,-134.638610839844 58.2563858032227,-134.655426025391 58.2706832885742,-134.682647705078 58.2995758056641,-134.671112060547 58.3116607666016,-134.655578613281 58.3166656494141,-134.583892822266 58.3386001586914,-134.566955566406 58.3408279418945,-134.556121826172 58.3408279418945,-134.515838623047 58.3380432128906)),((-170.280609130859 57.1049957275391,-170.269195556641 57.1329040527344,-170.270599365234 57.1442947387695,-170.304992675781 57.1505355834961,-170.317504882813 57.1510925292969,-170.353881835938 57.1447067260742,-170.407241821289 57.1615142822266,-170.413238525391 57.1713829040527,-170.411422729492 57.1837387084961,-170.397811889648 57.1974792480469,-170.386962890625 57.2016525268555,-170.316650390625 57.2136077880859,-170.150573730469 57.2283248901367,-170.139770507813 57.216926574707,-170.162933349609 57.1669273376465,-170.248870849609 57.1294326782227,-170.280609130859 57.1049957275391)),((-169.580017089844 56.5358276367188,-169.611663818359 56.5399856567383,-169.644744873047 56.5470771789551,-169.744140625 56.5888748168945,-169.769195556641 56.6024856567383,-169.782867431641 56.6142959594727,-169.760284423828 56.618049621582,-169.726104736328 56.6133193969727,-169.673370361328 56.6085968017578,-169.594451904297 56.6030426025391,-169.584197998047 56.6038818359375,-169.557525634766 56.6072158813477,-169.521392822266 56.6136016845703,-169.488067626953 56.6035995483398,-169.472763061523 56.5947113037109,-169.501953125 56.5747146606445,-169.565307617188 56.5410995483398,-169.580017089844 56.5358276367188)),((-154.083312988281 56.6038818359375,-154.075286865234 56.5883255004883,-154.077484130859 56.5738830566406,-154.10693359375 56.5366592407227,-154.176940917969 56.5074996948242,-154.207077026367 56.4997138977051,-154.236663818359 56.498046875,-154.246643066406 56.4988784790039,-154.296966552734 56.5047149658203,-154.328887939453 56.5104141235352,-154.339996337891 56.5216598510742,-154.352478027344 56.5416641235352,-154.315277099609 56.5752716064453,-154.304992675781 56.5830535888672,-154.287780761719 56.5941543579102,-154.272247314453 56.5994338989258,-154.234436035156 56.6069412231445,-154.214721679688 56.60888671875,-154.087219238281 56.6102714538574,-154.083312988281 56.6038818359375)),((-153.876098632813 56.5511016845703,-153.879577636719 56.5380516052246,-153.888626098633 56.5295753479004,-153.942230224609 56.5072174072266,-153.958892822266 56.5027770996094,-154.063049316406 56.4991607666016,-154.106658935547 56.501106262207,-154.129776000977 56.5084686279297,-154.107757568359 56.5236053466797,-154.071105957031 56.5380477905273,-154.039169311523 56.5474967956543,-154.012786865234 56.5508270263672,-153.9658203125 56.5538787841797,-153.899169921875 56.5580444335938,-153.875961303711 56.5556831359863,-153.876098632813 56.5511016845703)),((-155.556671142578 55.911376953125,-155.554168701172 55.8127670288086,-155.557495117188 55.8016586303711,-155.5634765625 55.7886085510254,-155.576812744141 55.7759628295898,-155.603057861328 55.7727661132813,-155.715972900391 55.7844390869141,-155.739990234375 55.8286056518555,-155.620269775391 55.9141540527344,-155.605819702148 55.919994354248,-155.58056640625 55.922492980957,-155.563903808594 55.9186019897461,-155.556671142578 55.911376953125)),((-133.215545654297 55.8619384765625,-133.21208190918 55.8547172546387,-133.211395263672 55.8408279418945,-133.212356567383 55.8263816833496,-133.230545043945 55.7895774841309,-133.245407104492 55.7751312255859,-133.260986328125 55.7780456542969,-133.309722900391 55.8211059570313,-133.331527709961 55.8736000061035,-133.28694152832 55.9011001586914,-133.268203735352 55.8994369506836,-133.215545654297 55.8619384765625)),((-74.0627746582031 40.6394348144531,-74.0554122924805 40.6198539733887,-74.055549621582 40.6020774841309,-74.1086120605469 40.5597152709961,-74.1233215332031 40.5497207641602,-74.1450042724609 40.5388870239258,-74.2200012207031 40.5116653442383,-74.2352066040039 40.5147171020508,-74.2324981689453 40.5388870239258,-74.1833343505859 40.634578704834,-74.1738891601563 40.6423530578613,-74.0783386230469 40.6502723693848,-74.0688934326172 40.6458282470703,-74.0627746582031 40.6394348144531)),((-75.5272216796875 35.2355499267578,-75.6100006103516 35.2222137451172,-75.6536102294922 35.2255477905273,-75.5340270996094 35.2695770263672,-75.5219421386719 35.2780456542969,-75.5172271728516 35.2897186279297,-75.5125122070313 35.3077697753906,-75.491943359375 35.4180526733398,-75.4650115966797 35.5799942016602,-75.4647216796875 35.5911026000977,-75.4741668701172 35.6347198486328,-75.4827728271484 35.6697158813477,-75.5041809082031 35.7274856567383,-75.5108337402344 35.7402725219727,-75.5266647338867 35.7683944702148,-75.5148010253906 35.7759628295898,-75.4949951171875 35.7530517578125,-75.4827728271484 35.7308197021484,-75.4769439697266 35.714714050293,-75.4516754150391 35.618049621582,-75.4477691650391 35.6030502319336,-75.4474945068359 35.5824966430664,-75.4830627441406 35.3458251953125,-75.4888916015625 35.3252716064453,-75.5158386230469 35.2463836669922,-75.5272216796875 35.2355499267578)),((-80.6605529785156 28.3188858032227,-80.6696472167969 28.2806930541992,-80.6656951904297 28.2624988555908,-80.6597213745117 28.2431888580322,-80.7236175537109 28.3791618347168,-80.7402801513672 28.478328704834,-80.7366638183594 28.5249977111816,-80.7316589355469 28.5391635894775,-80.6955413818359 28.5749969482422,-80.6430587768555 28.597635269165,-80.6249160766602 28.5898628234863,-80.6138916015625 28.5749969482422,-80.6102752685547 28.5602741241455,-80.6105499267578 28.5483322143555,-80.6155548095703 28.5338859558105,-80.6269378662109 28.5124969482422,-80.6336212158203 28.5005531311035,-80.6399993896484 28.4869384765625,-80.6461181640625 28.4733276367188,-80.6541748046875 28.4472160339355,-80.6690216064453 28.373607635498,-80.6605529785156 28.3188858032227)),((-80.4322204589844 27.8433303833008,-80.4049987792969 27.7769432067871,-80.4008331298828 27.7674980163574,-80.3919525146484 27.7497177124023,-80.3716583251953 27.7147178649902,-80.32861328125 27.5930519104004,-80.2924957275391 27.4688835144043,-80.2813873291016 27.4422187805176,-80.2377777099609 27.363883972168,-80.1674957275391 27.1994400024414,-80.1651458740234 27.1862468719482,-80.1872100830078 27.2070770263672,-80.2063903808594 27.2441596984863,-80.2888946533203 27.413330078125,-80.3899993896484 27.699161529541,-80.4449234008789 27.8504123687744,-80.4322204589844 27.8433303833008)),((-97.2463836669922 27.5444412231445,-97.2669525146484 27.5097198486328,-97.2944488525391 27.457218170166,-97.3086090087891 27.4244384765625,-97.3294525146484 27.3724975585938,-97.3377838134766 27.3505516052246,-97.3447265625 27.3263854980469,-97.3561096191406 27.273609161377,-97.3680572509766 27.2391624450684,-97.3748550415039 27.225549697876,-97.3879852294922 27.2224254608154,-97.3862533569336 27.2774963378906,-97.3747100830078 27.3430519104004,-97.3702697753906 27.3624954223633,-97.3369445800781 27.4508285522461,-97.3322296142578 27.4616355895996,-97.3172302246094 27.4958267211914,-97.3066635131836 27.5129146575928,-97.2813873291016 27.5511093139648,-97.1627807617188 27.7255516052246,-97.1533355712891 27.7377738952637,-97.0738906860352 27.8354148864746,-97.0630569458008 27.8419418334961,-97.0431900024414 27.8398571014404,-97.0430603027344 27.8291625976563,-97.0511016845703 27.8197174072266,-97.0758361816406 27.7922210693359,-97.1022186279297 27.7652740478516,-97.1174926757813 27.7463836669922,-97.1666564941406 27.680549621582,-97.1741638183594 27.668327331543,-97.2449951171875 27.5480537414551,-97.2463836669922 27.5444412231445)),((-97.3582458496094 26.7069625854492,-97.3662567138672 26.8015575408936,-97.3857574462891 26.8382244110107,-97.4005584716797 27.0208320617676,-97.4011077880859 27.0524978637695,-97.3999938964844 27.1202735900879,-97.3994445800781 27.1349945068359,-97.3975067138672 27.1494407653809,-97.3831939697266 27.2025299072266,-97.3797149658203 27.1786079406738,-97.3833312988281 27.1352729797363,-97.3866729736328 27.0513877868652,-97.3858337402344 27.010555267334,-97.3838958740234 26.9961051940918,-97.3586730957031 26.8392753601074,-97.3557510375977 26.8230228424072,-97.3428421020508 26.7746067047119,-97.3252868652344 26.6961059570313,-97.2894439697266 26.5966644287109,-97.2613983154297 26.5224990844727,-97.2483367919922 26.4813842773438,-97.227783203125 26.4108276367188,-97.2063903808594 26.3283309936523,-97.1991577148438 26.2877769470215,-97.1797180175781 26.1652717590332,-97.1722259521484 26.1177749633789,-97.1711120605469 26.1019401550293,-97.1765975952148 26.087776184082,-97.1885986328125 26.0966644287109,-97.1955413818359 26.1205520629883,-97.1994323730469 26.1399955749512,-97.2063903808594 26.2311058044434,-97.2247161865234 26.3433303833008,-97.2777862548828 26.5041656494141,-97.304443359375 26.5763854980469,-97.3461151123047 26.6841621398926,-97.3582458496094 26.7069625854492)),((-168.873321533203 63.1527709960938,-169.149185180664 63.1995697021484,-169.206954956055 63.2036666870117,-169.278350830078 63.1952667236328,-169.321151733398 63.1845741271973,-169.512390136719 63.0947113037109,-169.562789916992 63.0579032897949,-169.575302124023 63.0419387817383,-169.582565307617 63.0154647827148,-169.594757080078 62.9797058105469,-169.643096923828 62.9477691650391,-169.670425415039 62.944149017334,-169.749618530273 62.9624900817871,-169.758087158203 63.0088806152344,-169.73583984375 63.0572128295898,-169.789733886719 63.1122055053711,-169.805297851563 63.1252593994141,-169.893371582031 63.1517906188965,-169.967376708984 63.1534461975098,-169.92219543457 63.1280059814453,-169.973358154297 63.1519317626953,-170.082214355469 63.192756652832,-170.151428222656 63.182487487793,-170.258087158203 63.1995010375977,-170.224365234375 63.2063102722168,-170.211822509766 63.2509651184082,-170.234008789063 63.2789459228516,-170.50944519043 63.3752632141113,-170.568603515625 63.3908309936523,-170.607833862305 63.3975563049316,-170.640716552734 63.3949928283691,-170.785995483398 63.4220771789551,-170.80696105957 63.429988861084,-170.833572387695 63.453182220459,-170.862915039063 63.4613761901855,-171.006103515625 63.4358177185059,-170.959381103516 63.4285125732422,-170.853179931641 63.4184875488281,-170.828063964844 63.4149856567383,-170.627502441406 63.3780517578125,-170.595001220703 63.3719329833984,-170.543640136719 63.3597106933594,-170.48583984375 63.3411026000977,-170.466766357422 63.3341827392578,-170.401123046875 63.3038787841797,-170.363800048828 63.2841186523438,-170.341888427734 63.271125793457,-170.315856933594 63.2538757324219,-170.296112060547 63.2380447387695,-170.318908691406 63.2547149658203,-170.362213134766 63.2824935913086,-170.403900146484 63.3044357299805,-170.481491088867 63.3385276794434,-170.551147460938 63.3605499267578,-170.581970214844 63.368049621582,-170.814910888672 63.4109649658203,-170.863250732422 63.4185104370117,-170.960845947266 63.4277725219727,-171.018341064453 63.4311065673828,-171.101608276367 63.4316558837891,-171.241363525391 63.3988723754883,-171.264739990234 63.3923568725586,-171.283508300781 63.3799896240234,-171.304443359375 63.3583297729492,-171.325866699219 63.3399887084961,-171.426940917969 63.3177719116211,-171.455001831055 63.3145751953125,-171.549163818359 63.327766418457,-171.683074951172 63.363883972168,-171.709442138672 63.3713684082031,-171.738891601563 63.3805465698242,-171.802520751953 63.416374206543,-171.824737548828 63.4430465698242,-171.850830078125 63.5086059570313,-171.840972900391 63.5742950439453,-171.805725097656 63.63818359375,-171.764312744141 63.6466636657715,-171.741653442383 63.6663780212402,-171.724456787109 63.7502670288086,-171.72917175293 63.7893714904785,-171.663223266602 63.7901992797852,-171.630310058594 63.7744369506836,-171.633911132813 63.752140045166,-171.643768310547 63.7095642089844,-171.540008544922 63.6138801574707,-171.465576171875 63.6066589355469,-171.374694824219 63.6047058105469,-171.351104736328 63.6074905395508,-171.317443847656 63.6203346252441,-171.346237182617 63.6291542053223,-171.374725341797 63.6293563842773,-171.325317382813 63.6338806152344,-171.272277832031 63.6288757324219,-171.210296630859 63.6208267211914,-171.186157226563 63.6172027587891,-171.107330322266 63.6027679443359,-171.063323974609 63.5852584838867,-170.974456787109 63.5733184814453,-170.929992675781 63.5711059570313,-170.908920288086 63.5722122192383,-170.781143188477 63.6148490905762,-170.736053466797 63.6360969543457,-170.711120605469 63.6529006958008,-170.48583984375 63.7033157348633,-170.457763671875 63.7036056518555,-170.329162597656 63.6960906982422,-170.300018310547 63.6941528320313,-170.282379150391 63.6818656921387,-170.192504882813 63.6352615356445,-170.169891357422 63.6279029846191,-170.139190673828 63.6236038208008,-170.102996826172 63.620964050293,-170.066101074219 63.5955429077148,-170.051391601563 63.5758285522461,-170.032257080078 63.5338745117188,-169.923370361328 63.4785995483398,-169.844451904297 63.4513778686523,-169.716552734375 63.4379043579102,-169.653900146484 63.4366455078125,-169.597259521484 63.4210968017578,-169.572784423828 63.4083213806152,-169.560073852539 63.3723449707031,-169.524444580078 63.3541564941406,-169.488891601563 63.3485946655273,-169.454193115234 63.3456802368164,-169.41682434082 63.3481826782227,-169.253631591797 63.3374938964844,-169.203765869141 63.304573059082,-169.170013427734 63.2981872558594,-169.134460449219 63.2969436645508,-169.109954833984 63.2983245849609,-169.074096679688 63.3141555786133,-169.100006103516 63.3262405395508,-169.131103515625 63.3302688598633,-169.158935546875 63.3302688598633,-169.212097167969 63.3401908874512,-169.189453125 63.3441467285156,-169.045867919922 63.3413696289063,-168.962799072266 63.3360977172852,-168.896697998047 63.3302688598633,-168.717224121094 63.3058166503906,-168.700866699219 63.2905426025391,-168.716552734375 63.230541229248,-168.797241210938 63.1716537475586,-168.815322875977 63.1626205444336,-168.850006103516 63.1552658081055,-168.873321533203 63.1527709960938)),((-148.029724121094 60.9277725219727,-148.022796630859 60.9255523681641,-147.964157104492 60.9024925231934,-147.939453125 60.884162902832,-147.931396484375 60.8744354248047,-147.912368774414 60.8172836303711,-147.928894042969 60.8069381713867,-148.018341064453 60.7897186279297,-148.106658935547 60.7916641235352,-148.1220703125 60.7947158813477,-148.13362121582 60.8027725219727,-148.134323120117 60.8274955749512,-148.125274658203 60.8613815307617,-148.104431152344 60.9147148132324,-148.065002441406 60.9261016845703,-148.042236328125 60.9286041259766,-148.029724121094 60.9277725219727)),((-145.780578613281 60.5738830566406,-145.917510986328 60.5274887084961,-146.056396484375 60.4880447387695,-146.129425048828 60.4702682495117,-146.246948242188 60.4549942016602,-146.259460449219 60.4547119140625,-146.319717407227 60.4574928283691,-146.328063964844 60.4636077880859,-146.318893432617 60.4967956542969,-146.304718017578 60.5105514526367,-146.294464111328 60.5158309936523,-146.278625488281 60.5188827514648,-146.196960449219 60.5247116088867,-146.104705810547 60.5391616821289,-145.963745117188 60.5829124450684,-145.941955566406 60.5888824462891,-145.767791748047 60.6163864135742,-145.751327514648 60.5930442810059,-145.765563964844 60.5808258056641,-145.780578613281 60.5738830566406)),((-146.096954345703 60.3927688598633,-146.168060302734 60.3813781738281,-146.310272216797 60.3516616821289,-146.347229003906 60.3433227539063,-146.415832519531 60.3233261108398,-146.457489013672 60.3099899291992,-146.473602294922 60.3044357299805,-146.517242431641 60.2849960327148,-146.57666015625 60.2455444335938,-146.597351074219 60.2388801574707,-146.617065429688 60.2411041259766,-146.627777099609 60.2461013793945,-146.666961669922 60.2677688598633,-146.67790222168 60.2833251953125,-146.629669189453 60.3086585998535,-146.598983764648 60.3199920654297,-146.5556640625 60.3356628417969,-146.535079956055 60.3420753479004,-146.485549926758 60.3656883239746,-146.587753295898 60.3675155639648,-146.601837158203 60.3644332885742,-146.619659423828 60.3548927307129,-146.607360839844 60.351390838623,-146.616760253906 60.3453521728516,-146.630004882813 60.3452682495117,-146.698760986328 60.350269317627,-146.7158203125 60.35888671875,-146.72282409668 60.3762359619141,-146.715545654297 60.3916625976563,-146.70556640625 60.4077682495117,-146.696105957031 60.4169387817383,-146.618179321289 60.4716567993164,-146.603591918945 60.4781837463379,-146.580841064453 60.4824905395508,-146.535705566406 60.481517791748,-146.439453125 60.4630508422852,-146.365829467773 60.4437408447266,-146.363052368164 60.4119338989258,-146.353881835938 60.4074935913086,-146.339996337891 60.4072113037109,-146.310272216797 60.4124908447266,-146.290283203125 60.4160995483398,-146.200836181641 60.4319381713867,-146.167236328125 60.4352645874023,-146.154724121094 60.435546875,-146.140838623047 60.4349899291992,-146.124984741211 60.4322166442871,-146.080551147461 60.4037399291992,-146.096954345703 60.3927688598633)),((-166.109161376953 60.410270690918,-166.110275268555 60.4020690917969,-166.065307617188 60.3294334411621,-166.029479980469 60.3230438232422,-165.979187011719 60.318603515625,-165.922805786133 60.3192977905273,-165.909622192383 60.3348541259766,-165.872314453125 60.3443603515625,-165.795318603516 60.3372116088867,-165.77587890625 60.3322067260742,-165.710845947266 60.3080368041992,-165.684341430664 60.2965202331543,-165.674713134766 60.2755508422852,-165.679748535156 60.2116546630859,-165.688323974609 60.1538696289063,-165.669464111328 60.0591506958008,-165.639495849609 59.99609375,-165.60710144043 59.9691543579102,-165.585556030273 59.9732475280762,-165.543075561523 59.9802627563477,-165.555435180664 59.9287376403809,-165.574157714844 59.9131813049316,-165.612213134766 59.9022064208984,-165.661437988281 59.9047088623047,-165.728881835938 59.9099807739258,-165.786682128906 59.9022064208984,-165.88671875 59.8738708496094,-166.118179321289 59.851245880127,-166.176544189453 59.8630447387695,-166.209197998047 59.8574905395508,-166.23176574707 59.8395042419434,-166.194137573242 59.8255424499512,-166.145904541016 59.8201293945313,-166.10888671875 59.8052673339844,-166.088088989258 59.770923614502,-166.122528076172 59.7552719116211,-166.167266845703 59.7533187866211,-166.193481445313 59.757209777832,-166.253112792969 59.7954292297363,-166.296264648438 59.817268371582,-166.412231445313 59.8519287109375,-166.440277099609 59.8552742004395,-166.475830078125 59.8508224487305,-166.598083496094 59.8504066467285,-166.958648681641 59.9749908447266,-166.997772216797 59.9988708496094,-167.07958984375 59.9926261901855,-167.130447387695 59.9988746643066,-167.1611328125 60.0133285522461,-167.263366699219 60.0660934448242,-167.316436767578 60.0955429077148,-167.418060302734 60.1894226074219,-167.404022216797 60.2058258056641,-167.356384277344 60.2224807739258,-167.316986083984 60.2297058105469,-167.27587890625 60.23193359375,-167.201934814453 60.2333297729492,-167.174468994141 60.2313766479492,-167.071960449219 60.223876953125,-166.931671142578 60.2074966430664,-166.894744873047 60.2058258056641,-166.833068847656 60.2067260742188,-166.794525146484 60.2398490905762,-166.804580688477 60.2695732116699,-166.688629150391 60.3222198486328,-166.495849609375 60.3788757324219,-166.459869384766 60.3844375610352,-166.425598144531 60.3802604675293,-166.316101074219 60.3749847412109,-166.200317382813 60.392219543457,-166.150863647461 60.4305458068848,-166.118118286133 60.4214515686035,-166.109161376953 60.410270690918)),((-146.937774658203 60.2863845825195,-146.963897705078 60.2588882446289,-146.984710693359 60.2416610717773,-147.0927734375 60.1930465698242,-147.129974365234 60.177490234375,-147.181243896484 60.1587409973145,-147.214172363281 60.1444396972656,-147.227203369141 60.1372146606445,-147.238891601563 60.1291580200195,-147.482498168945 59.944019317627,-147.487350463867 59.9333267211914,-147.480560302734 59.9231872558594,-147.531127929688 59.851936340332,-147.713897705078 59.8144378662109,-147.849975585938 59.7769393920898,-147.860809326172 59.7758255004883,-147.871917724609 59.7761001586914,-147.887359619141 59.7786026000977,-147.910278320313 59.7925643920898,-147.8935546875 59.8427696228027,-147.792236328125 59.9308242797852,-147.671661376953 60.0063858032227,-147.604431152344 60.027214050293,-147.475555419922 60.0786056518555,-147.445831298828 60.0911026000977,-147.431396484375 60.0974884033203,-147.404174804688 60.1113815307617,-147.381790161133 60.1295051574707,-147.375274658203 60.1455459594727,-147.336944580078 60.1788787841797,-147.202209472656 60.2688827514648,-147.20930480957 60.2924919128418,-147.201110839844 60.3466567993164,-147.193603515625 60.3533248901367,-147.157501220703 60.3697128295898,-147.131927490234 60.3772125244141,-147.112213134766 60.3808212280273,-147.094863891602 60.3802680969238,-146.922790527344 60.3067970275879,-146.937774658203 60.2863845825195)),((-147.876647949219 60.1038818359375,-147.944458007813 60.0763854980469,-148.120269775391 59.9954109191895,-148.138763427734 59.9981880187988,-148.141128540039 60.0161056518555,-148.099426269531 60.0611038208008,-147.963745117188 60.1533241271973,-147.888473510742 60.1151313781738,-147.876647949219 60.1038818359375)),((-147.823883056641 60.0491638183594,-147.829986572266 60.0397186279297,-147.847778320313 60.0202713012695,-147.880828857422 59.9958267211914,-147.893890380859 59.9883270263672,-147.915008544922 59.9785995483398,-147.930297851563 59.9724884033203,-148.022933959961 59.9476280212402,-148.042236328125 59.9473495483398,-148.043762207031 59.9586029052734,-148.028900146484 59.9755477905273,-148.000305175781 59.9955444335938,-147.883331298828 60.0672149658203,-147.850128173828 60.0815238952637,-147.819869995117 60.0709686279297,-147.817077636719 60.0597114562988,-147.823883056641 60.0491638183594)),((-153.39306640625 59.4024887084961,-153.354431152344 59.3808212280273,-153.345840454102 59.3619384765625,-153.372497558594 59.3449935913086,-153.386688232422 59.3383255004883,-153.406814575195 59.3313865661621,-153.503631591797 59.3258285522461,-153.515838623047 59.3261032104492,-153.533905029297 59.3305511474609,-153.55207824707 59.3380470275879,-153.552215576172 59.3647155761719,-153.518753051758 59.3851356506348,-153.442504882813 59.4105453491211,-153.431945800781 59.4122085571289,-153.403076171875 59.4069366455078,-153.39306640625 59.4024887084961)),((-150.609710693359 59.3808212280273,-150.612213134766 59.3685989379883,-150.622497558594 59.3533248901367,-150.631927490234 59.3444366455078,-150.642517089844 59.3363800048828,-150.654449462891 59.3288803100586,-150.688339233398 59.308464050293,-150.714447021484 59.3058242797852,-150.764312744141 59.3179130554199,-150.775985717773 59.3258247375488,-150.690979003906 59.4041595458984,-150.677490234375 59.406379699707,-150.666656494141 59.4049911499023,-150.638336181641 59.3991622924805,-150.619277954102 59.3916625976563,-150.609710693359 59.3808212280273)),((-152.342224121094 58.5933227539063,-152.376922607422 58.5633239746094,-152.452911376953 58.4952697753906,-152.464447021484 58.4844360351563,-152.477203369141 58.4774856567383,-152.493865966797 58.4722137451172,-152.505584716797 58.4713745117188,-152.526672363281 58.473876953125,-152.545288085938 58.4774856567383,-152.622482299805 58.5015258789063,-152.633743286133 58.5094413757324,-152.658065795898 58.54541015625,-152.560821533203 58.5808258056641,-152.478607177734 58.6072158813477,-152.399993896484 58.631103515625,-152.381927490234 58.6355514526367,-152.368591308594 58.6358261108398,-152.348602294922 58.6292953491211,-152.339996337891 58.6022186279297,-152.342224121094 58.5933227539063)),((-152.695831298828 58.0533218383789,-152.771667480469 57.9983291625977,-152.782516479492 57.9936027526855,-152.85221862793 57.9929084777832,-152.913909912109 58.0108261108398,-153.006820678711 58.0392990112305,-153.032501220703 58.0497207641602,-153.038055419922 58.0536041259766,-153.069732666016 58.0905456542969,-153.138061523438 58.1011047363281,-153.148620605469 58.1022186279297,-153.168884277344 58.1119384765625,-153.220825195313 58.1536026000977,-153.230407714844 58.1661033630371,-153.221252441406 58.1935997009277,-153.209991455078 58.2044372558594,-153.197509765625 58.2116622924805,-153.176528930664 58.2165222167969,-153.089721679688 58.1991577148438,-153.012512207031 58.1791610717773,-152.915283203125 58.1663818359375,-152.902236938477 58.1674919128418,-152.948059082031 58.1954078674316,-153.01611328125 58.2227630615234,-153.071533203125 58.237491607666,-153.104309082031 58.2616653442383,-153.050979614258 58.3001327514648,-153.037506103516 58.3036041259766,-153.012786865234 58.3036041259766,-152.797775268555 58.282772064209,-152.791381835938 58.3741607666016,-152.788055419922 58.4122085571289,-152.719451904297 58.4555511474609,-152.654174804688 58.4780426025391,-152.638610839844 58.4797134399414,-152.546661376953 58.4605484008789,-152.406951904297 58.3631858825684,-152.351379394531 58.4205474853516,-152.301940917969 58.4241638183594,-152.281951904297 58.4211044311523,-151.983047485352 58.3436012268066,-151.965682983398 58.3233261108398,-151.96305847168 58.2780494689941,-151.972778320313 58.2330474853516,-151.991363525391 58.2158279418945,-152.061401367188 58.1669387817383,-152.080291748047 58.156379699707,-152.099990844727 58.1495742797852,-152.116088867188 58.1474914550781,-152.191680908203 58.1744384765625,-152.222915649414 58.2026329040527,-152.218887329102 58.2120742797852,-152.2177734375 58.2238807678223,-152.240966796875 58.2622184753418,-152.274185180664 58.2622184753418,-152.303619384766 58.2527770996094,-152.313613891602 58.2479133605957,-152.36735534668 58.1942977905273,-152.320983886719 58.151798248291,-152.29362487793 58.1530456542969,-152.277221679688 58.1294364929199,-152.403900146484 58.119987487793,-152.488586425781 58.1244354248047,-152.594146728516 58.1324920654297,-152.598602294922 58.1216583251953,-152.626373291016 58.0786056518555,-152.656127929688 58.0602722167969,-152.695831298828 58.0533218383789)),((-133.874145507813 57.4891586303711,-133.864715576172 57.4583282470703,-134.0029296875 57.487491607666,-134.049163818359 57.4911041259766,-134.056259155273 57.4655456542969,-133.988723754883 57.4524955749512,-133.889724731445 57.4243659973145,-133.86262512207 57.3655471801758,-133.94319152832 57.302978515625,-133.972503662109 57.3011016845703,-134.043060302734 57.3294372558594,-134.064102172852 57.3534660339355,-134.171249389648 57.3808937072754,-134.099975585938 57.2961044311523,-134.076690673828 57.2690200805664,-134.163909912109 57.1891555786133,-134.47770690918 57.0290870666504,-134.576385498047 57.027214050293,-134.593872070313 57.0372161865234,-134.620269775391 57.1108283996582,-134.613311767578 57.2249908447266,-134.496124267578 57.3712425231934,-134.345962524414 57.3288841247559,-134.316452026367 57.3315238952637,-134.342910766602 57.387077331543,-134.38249206543 57.3801307678223,-134.459289550781 57.3911056518555,-134.526672363281 57.4424896240234,-134.556671142578 57.4722137451172,-134.570831298828 57.4873542785645,-134.549789428711 57.4884643554688,-134.509033203125 57.4874229431152,-134.352981567383 57.5413131713867,-134.38249206543 57.5481224060059,-134.465545654297 57.5330505371094,-134.50390625 57.5202713012695,-134.554168701172 57.5077705383301,-134.573333740234 57.5058288574219,-134.589431762695 57.5374946594238,-134.610260009766 57.5616607666016,-134.632354736328 57.5799980163574,-134.657638549805 57.602912902832,-134.705841064453 57.7174911499023,-134.712631225586 57.7408256530762,-134.697296142578 57.7802696228027,-134.700820922852 57.8258285522461,-134.786056518555 58.1058959960938,-134.912506103516 58.2052688598633,-134.953048706055 58.2992973327637,-134.972076416016 58.3669357299805,-134.950134277344 58.4054756164551,-134.796966552734 58.3086013793945,-134.705337524414 58.2145042419434,-134.692291259766 58.1677017211914,-134.668334960938 58.1598510742188,-134.637222290039 58.1608238220215,-134.601654052734 58.1719398498535,-134.555267333984 58.1858215332031,-134.451934814453 58.1767997741699,-134.398895263672 58.1572113037109,-134.35693359375 58.1451301574707,-134.334854125977 58.143741607666,-134.295837402344 58.1519317626953,-134.201934814453 58.1638793945313,-134.173126220703 58.1597785949707,-134.162078857422 58.1251945495605,-134.136413574219 58.0516586303711,-134.078063964844 58.0083312988281,-134.003631591797 57.9361038208008,-133.913909912109 57.8127670288086,-133.89501953125 57.7566604614258,-133.875823974609 57.6727676391602,-133.893341064453 57.6552658081055,-133.960266113281 57.6844329833984,-133.982208251953 57.7338790893555,-133.996368408203 57.7686004638672,-134.068328857422 57.8305511474609,-134.091995239258 57.8486061096191,-134.109573364258 57.8768005371094,-134.140014648438 57.9544372558594,-134.154602050781 57.9920768737793,-134.175979614258 58.0134658813477,-134.238739013672 58.0667991638184,-134.288604736328 58.0772171020508,-134.319580078125 58.0309677124023,-134.271118164063 57.8736038208008,-134.246887207031 57.8572158813477,-134.181671142578 57.8144378662109,-134.005859375 57.6483306884766,-133.931457519531 57.5622138977051,-133.92236328125 57.532772064209,-133.894470214844 57.504997253418,-133.874145507813 57.4891586303711)),((-136.201934814453 57.7472152709961,-136.353057861328 57.8330535888672,-136.372970581055 57.8366584777832,-136.403747558594 57.8227348327637,-136.356033325195 57.9378433227539,-136.361251831055 57.966381072998,-136.337341308594 57.9888801574707,-136.305572509766 57.9866600036621,-136.215545654297 57.9313812255859,-136.054016113281 57.8459625244141,-136.033554077148 57.8469352722168,-136.060546875 57.8672103881836,-136.099426269531 57.8883285522461,-136.203887939453 57.9502716064453,-136.373046875 58.0533218383789,-136.394744873047 58.0688819885254,-136.418334960938 58.089714050293,-136.431671142578 58.1108283996582,-136.347900390625 58.2204055786133,-136.269454956055 58.2165870666504,-136.227783203125 58.1488800048828,-136.167236328125 58.0980453491211,-136.180068969727 58.1761741638184,-136.134582519531 58.2204055786133,-135.95930480957 58.2017974853516,-135.923202514648 58.2284622192383,-135.812850952148 58.2740173339844,-135.779312133789 58.2751312255859,-135.742767333984 58.256103515625,-135.584991455078 58.1966552734375,-135.508056640625 58.1756172180176,-135.483459472656 58.1580467224121,-135.513687133789 58.1038818359375,-135.610198974609 58.0423545837402,-135.656677246094 58.0444412231445,-135.700561523438 58.0554084777832,-135.778961181641 58.0425643920898,-135.707763671875 57.9783248901367,-135.647247314453 57.9622116088867,-135.618316650391 57.9616622924805,-135.558624267578 58.0002746582031,-135.541381835938 58.0127716064453,-135.488891601563 58.0683288574219,-135.452423095703 58.1201286315918,-135.406539916992 58.1374931335449,-135.099426269531 58.0941543579102,-134.935836791992 58.0319366455078,-134.920562744141 58.0170783996582,-134.905288696289 57.982349395752,-134.911254882813 57.919994354248,-134.970001220703 57.8852691650391,-135.018615722656 57.88916015625,-135.167510986328 57.9363784790039,-135.198745727539 57.9368667602539,-135.144744873047 57.8938827514648,-135.120819091797 57.8817977905273,-135.083068847656 57.8744354248047,-135.048614501953 57.8688812255859,-135.019866943359 57.8529090881348,-134.964721679688 57.8095779418945,-135.005279541016 57.779541015625,-135.044738769531 57.7802734375,-135.089447021484 57.7819404602051,-135.123596191406 57.7744369506836,-135.199157714844 57.7758255004883,-135.231231689453 57.779712677002,-135.267517089844 57.7916641235352,-135.337768554688 57.8252716064453,-135.555847167969 57.9027709960938,-135.718048095703 57.9438781738281,-135.822082519531 57.9804039001465,-135.844573974609 57.9898529052734,-135.880340576172 57.992488861084,-135.796249389648 57.9306869506836,-135.728332519531 57.9166641235352,-135.647247314453 57.9016571044922,-135.557495117188 57.8702697753906,-135.382476806641 57.8069381713867,-135.359985351563 57.7972183227539,-135.317779541016 57.7572174072266,-135.296966552734 57.7316589355469,-135.233062744141 57.7210998535156,-135.167510986328 57.7272109985352,-135.098602294922 57.7433242797852,-135.045288085938 57.751106262207,-134.957489013672 57.7608299255371,-134.931121826172 57.7594375610352,-134.912841796875 57.7498550415039,-134.84423828125 57.5964508056641,-134.8544921875 57.458740234375,-134.988311767578 57.4505462646484,-135.059295654297 57.4595069885254,-135.086929321289 57.4772148132324,-135.119720458984 57.4974899291992,-135.273895263672 57.5597152709961,-135.455261230469 57.6297149658203,-135.564727783203 57.672492980957,-135.622222900391 57.7044372558594,-135.644744873047 57.7141571044922,-135.666961669922 57.7236022949219,-135.697235107422 57.7363815307617,-135.730560302734 57.7477722167969,-135.750854492188 57.7530517578125,-135.800872802734 57.7598915100098,-135.6875 57.6416625976563,-135.570755004883 57.5857543945313,-135.552490234375 57.5341644287109,-135.545913696289 57.4657554626465,-135.601928710938 57.4141540527344,-135.688049316406 57.3627700805664,-135.729431152344 57.3663787841797,-135.835418701172 57.387077331543,-135.951934814453 57.4691543579102,-136.001525878906 57.5180473327637,-135.969573974609 57.5180511474609,-135.906387329102 57.4969367980957,-135.886123657227 57.4809646606445,-135.865264892578 57.4680480957031,-135.804718017578 57.4372100830078,-135.782165527344 57.4345741271973,-135.794586181641 57.4592971801758,-135.837768554688 57.4844360351563,-135.896392822266 57.5099945068359,-135.951934814453 57.5311050415039,-136.029998779297 57.5672149658203,-136.062622070313 57.6007919311523,-135.994720458984 57.6002731323242,-135.951324462891 57.6115951538086,-135.991363525391 57.6313781738281,-136.075286865234 57.647216796875,-136.125549316406 57.6988754272461,-136.201934814453 57.7472152709961)),((-153.258056640625 58.1363830566406,-153.239990234375 58.1216583251953,-153.212493896484 58.1052703857422,-153.185272216797 58.0924911499023,-153.055847167969 58.0355529785156,-152.968597412109 58.0158309936523,-152.906677246094 58.0013885498047,-152.891525268555 57.9906196594238,-152.903900146484 57.9858245849609,-152.961669921875 57.9811019897461,-152.974700927734 57.9808197021484,-152.986389160156 57.9811019897461,-153.045288085938 57.989990234375,-153.063903808594 57.9936065673828,-153.210540771484 58.0302734375,-153.343597412109 58.0391616821289,-153.355255126953 58.0380477905273,-153.369705200195 58.040412902832,-153.41569519043 58.0606880187988,-153.320281982422 58.1347198486328,-153.305267333984 58.1405487060547,-153.284729003906 58.1438827514648,-153.26904296875 58.1420783996582,-153.258056640625 58.1363830566406)),((-136.454437255859 58.0886001586914,-136.391387939453 58.0469436645508,-136.340545654297 58.0183258056641,-136.330429077148 58.007495880127,-136.354461669922 58.0008544921875,-136.3759765625 57.9840507507324,-136.385437011719 57.9567451477051,-136.380279541016 57.9147109985352,-136.415832519531 57.8641586303711,-136.425018310547 57.8541641235352,-136.441940307617 57.8458251953125,-136.532775878906 57.9180526733398,-136.546661376953 57.960823059082,-136.555557250977 58.0170783996582,-136.541809082031 58.0647125244141,-136.488189697266 58.0919342041016,-136.473602294922 58.0936050415039,-136.454437255859 58.0886001586914)),((-153.597778320313 57.598876953125,-153.585586547852 57.6054420471191,-153.611373901367 57.6379089355469,-153.678756713867 57.6701316833496,-153.710403442383 57.6801300048828,-153.746643066406 57.6874923706055,-153.789596557617 57.6944351196289,-153.858337402344 57.7005462646484,-153.895004272461 57.7039489746094,-153.927368164063 57.7280464172363,-153.937225341797 57.779712677002,-153.929321289063 57.8083267211914,-153.903625488281 57.8316650390625,-153.752227783203 57.897216796875,-153.732070922852 57.9024887084961,-153.64306640625 57.8661041259766,-153.571105957031 57.8292999267578,-153.558197021484 57.8116569519043,-153.555099487305 57.7534637451172,-153.545150756836 57.6865196228027,-153.531402587891 57.6583251953125,-153.506195068359 57.6284637451172,-153.320510864258 57.7272491455078,-153.406036376953 57.7888145446777,-153.450134277344 57.7917289733887,-153.47346496582 57.8103408813477,-153.470672607422 57.840892791748,-153.213043212891 57.788330078125,-153.193054199219 57.8374938964844,-153.150573730469 57.863883972168,-153.096649169922 57.8377685546875,-153.051177978516 57.8302688598633,-153.173889160156 57.9252700805664,-153.196105957031 57.9411010742188,-153.230560302734 57.9499969482422,-153.262649536133 57.956241607666,-153.294860839844 57.9944381713867,-153.25862121582 58.0023574829102,-153.230560302734 57.9916610717773,-153.1875 57.9736022949219,-153.116943359375 57.9499969482422,-153.032775878906 57.9336013793945,-152.999755859375 57.9463539123535,-152.949981689453 57.9472122192383,-152.8408203125 57.9244384765625,-152.8134765625 57.9095726013184,-152.830688476563 57.8940200805664,-152.879791259766 57.8802032470703,-152.909591674805 57.8348541259766,-152.920562744141 57.7577705383301,-152.877487182617 57.728874206543,-152.857284545898 57.7491607666016,-152.860534667969 57.7940216064453,-152.849914550781 57.834644317627,-152.801391601563 57.8588104248047,-152.691680908203 57.8805465698242,-152.623596191406 57.9274940490723,-152.592224121094 57.930549621582,-152.497772216797 57.9099884033203,-152.47721862793 57.9031829833984,-152.353607177734 57.8383255004883,-152.329925537109 57.8189163208008,-152.383911132813 57.7899932861328,-152.425567626953 57.7774887084961,-152.448059082031 57.7688827514648,-152.478881835938 57.7513885498047,-152.551605224609 57.7042274475098,-152.435272216797 57.6047134399414,-152.425018310547 57.6036071777344,-152.405426025391 57.6167984008789,-152.338592529297 57.6330490112305,-152.163543701172 57.6260986328125,-152.152297973633 57.6081886291504,-152.216400146484 57.5574951171875,-152.33576965332 57.4274940490723,-152.361801147461 57.4230499267578,-152.524444580078 57.4361038208008,-152.652496337891 57.4655456542969,-152.731018066406 57.5041618347168,-152.926940917969 57.5169372558594,-153.024459838867 57.4712409973145,-153.036987304688 57.4332885742188,-153.001800537109 57.4435997009277,-152.976577758789 57.459228515625,-152.840408325195 57.4723510742188,-152.804443359375 57.4685974121094,-152.773071289063 57.4583282470703,-152.631256103516 57.4019355773926,-152.600784301758 57.3736343383789,-152.633911132813 57.3177719116211,-152.681945800781 57.2827682495117,-152.704162597656 57.2738800048828,-152.825561523438 57.269157409668,-152.847900390625 57.2704086303711,-152.897369384766 57.303466796875,-152.906951904297 57.3270797729492,-153.166885375977 57.3460311889648,-153.174865722656 57.3024940490723,-153.079299926758 57.2876358032227,-153.058746337891 57.2905502319336,-153.034729003906 57.2983283996582,-153.004318237305 57.2926330566406,-152.977203369141 57.2799911499023,-152.956527709961 57.2557563781738,-152.984161376953 57.2416610717773,-153.067489624023 57.2166557312012,-153.098052978516 57.2122116088867,-153.140289306641 57.2158279418945,-153.169586181641 57.2198524475098,-153.255981445313 57.2288780212402,-153.301666259766 57.2102737426758,-153.370819091797 57.1788787841797,-153.373870849609 57.1699905395508,-153.425842285156 57.1302719116211,-153.504455566406 57.0634651184082,-153.551391601563 57.0733261108398,-153.580551147461 57.0811080932617,-153.602066040039 57.0817985534668,-153.727355957031 57.060962677002,-153.74951171875 57.0442314147949,-153.696380615234 57.0491638183594,-153.594711303711 57.0465240478516,-153.554168701172 56.9802665710449,-153.606384277344 56.935962677002,-153.633056640625 56.9327697753906,-153.725280761719 56.878044128418,-153.773895263672 56.8383255004883,-153.913909912109 56.7655487060547,-153.96208190918 56.743049621582,-153.985961914063 56.7384643554688,-154.138885498047 56.7416572570801,-154.120544433594 56.7899932861328,-154.073059082031 56.8413772583008,-153.949447631836 56.9073524475098,-153.901397705078 56.9229125976563,-153.859512329102 56.9333267211914,-153.805572509766 56.9733200073242,-153.827209472656 57.0102767944336,-153.85026550293 57.0202713012695,-153.868316650391 56.9941558837891,-153.876922607422 56.9756851196289,-153.898208618164 56.9626312255859,-153.94596862793 56.9566612243652,-153.966949462891 56.958324432373,-153.96012878418 56.9937438964844,-153.904174804688 57.0636024475098,-153.81640625 57.098876953125,-153.738739013672 57.1287384033203,-153.792083740234 57.152904510498,-153.954391479492 57.0679893493652,-154.007507324219 57.035270690918,-154.025009155273 57.0179100036621,-154.052917480469 56.9798545837402,-154.077774047852 56.9659652709961,-154.099716186523 56.9648551940918,-154.134323120117 56.9949913024902,-154.095001220703 57.0502700805664,-154.078063964844 57.0679092407227,-154.051681518555 57.0811042785645,-154.020553588867 57.107666015625,-154.124420166016 57.1430511474609,-154.14501953125 57.1449966430664,-154.24609375 57.1469421386719,-154.320831298828 57.1477737426758,-154.345001220703 57.1477737426758,-154.473190307617 57.1221084594727,-154.481658935547 57.0927696228027,-154.458755493164 57.0617980957031,-154.439453125 57.0526313781738,-154.380004882813 57.0461044311523,-154.355697631836 57.0531883239746,-154.334442138672 57.0719375610352,-154.315490722656 57.0966567993164,-154.275283813477 57.114574432373,-154.242767333984 57.1183242797852,-154.106094360352 57.115478515625,-154.106231689453 57.0833282470703,-154.159454345703 56.9594383239746,-154.243041992188 56.8741569519043,-154.2822265625 56.8544387817383,-154.297790527344 56.848876953125,-154.301666259766 56.9028396606445,-154.33332824707 56.9308242797852,-154.358337402344 56.944709777832,-154.383911132813 56.9580459594727,-154.403900146484 56.9677658081055,-154.458038330078 56.9780426025391,-154.528121948242 56.995964050293,-154.523620605469 57.0311050415039,-154.517791748047 57.0538787841797,-154.515426635742 57.0751342773438,-154.527648925781 57.1474914550781,-154.539184570313 57.1844329833984,-154.609573364258 57.2609672546387,-154.692367553711 57.2791595458984,-154.729568481445 57.2755470275879,-154.771194458008 57.2714500427246,-154.799453735352 57.2833290100098,-154.727783203125 57.4222183227539,-154.639190673828 57.504997253418,-154.616638183594 57.5186004638672,-154.516967773438 57.5786056518555,-154.348327636719 57.6452713012695,-154.249420166016 57.664436340332,-154.207214355469 57.6666641235352,-154.029998779297 57.6513824462891,-154.002029418945 57.640754699707,-153.930435180664 57.5237426757813,-153.922500610352 57.4992980957031,-153.918884277344 57.4722137451172,-153.912506103516 57.4472122192383,-153.902786254883 57.4277687072754,-153.890441894531 57.4097137451172,-153.801116943359 57.335823059082,-153.784729003906 57.3241653442383,-153.760299682617 57.3098526000977,-153.731109619141 57.2983283996582,-153.635009765625 57.2759666442871,-153.651962280273 57.2874946594238,-153.671951293945 57.2898559570313,-153.742431640625 57.3187408447266,-153.809020996094 57.4035987854004,-153.835266113281 57.5480499267578,-153.869522094727 57.6433258056641,-153.754028320313 57.649715423584,-153.669738769531 57.6386032104492,-153.648620605469 57.6330490112305,-153.597778320313 57.598876953125)),((-153.457214355469 57.9691543579102,-153.353332519531 57.9363784790039,-153.272521972656 57.9011039733887,-153.261138916016 57.8897171020508,-153.232208251953 57.8563842773438,-153.220550537109 57.8416595458984,-153.214447021484 57.8308258056641,-153.210556030273 57.8099937438965,-153.223876953125 57.8080444335938,-153.248870849609 57.8149948120117,-153.279449462891 57.8241653442383,-153.295288085938 57.8294372558594,-153.453887939453 57.8838806152344,-153.535079956055 57.9308929443359,-153.52571105957 57.9562454223633,-153.48193359375 57.9710998535156,-153.470550537109 57.9722137451172,-153.457214355469 57.9691543579102)),((-134.609985351563 56.575553894043,-134.625 56.5374984741211,-134.622222900391 56.4724884033203,-134.62109375 56.3855514526367,-134.622482299805 56.25,-134.654586791992 56.1661033630371,-134.761688232422 56.2213745117188,-134.882751464844 56.3455429077148,-134.994720458984 56.4663848876953,-135.047500610352 56.5309677124023,-135.029937744141 56.5752029418945,-135 56.5857429504395,-134.940002441406 56.6005477905273,-134.846801757813 56.6836051940918,-134.876861572266 56.6858253479004,-135.051940917969 56.6069412231445,-135.089172363281 56.593879699707,-135.105819702148 56.5953369140625,-135.2021484375 56.6856842041016,-135.174163818359 56.718879699707,-135.154449462891 56.7416610717773,-135.124298095703 56.8277702331543,-135.155426025391 56.8238830566406,-135.200836181641 56.8088836669922,-135.223052978516 56.8011016845703,-135.26335144043 56.7838859558105,-135.29833984375 56.7866592407227,-135.36735534668 56.8322143554688,-135.356796264648 56.9580497741699,-135.356582641602 57.0717315673828,-135.378051757813 57.0986022949219,-135.405426025391 57.1651649475098,-135.361389160156 57.1917953491211,-135.338256835938 57.2452011108398,-135.457489013672 57.2474899291992,-135.505004882813 57.2427673339844,-135.551940917969 57.2574996948242,-135.635284423828 57.3133239746094,-135.667526245117 57.3457870483398,-135.645568847656 57.3648567199707,-135.618453979492 57.3644409179688,-135.519165039063 57.3499984741211,-135.478332519531 57.363883972168,-135.546661376953 57.4124908447266,-135.515716552734 57.504997253418,-135.439727783203 57.5444412231445,-135.416107177734 57.5515213012695,-135.392105102539 57.553882598877,-135.351943969727 57.5480461120605,-135.157775878906 57.4755477905273,-134.975540161133 57.3861045837402,-134.945419311523 57.3648567199707,-134.83610534668 57.2502708435059,-134.797790527344 57.167350769043,-134.784454345703 57.1205444335938,-134.726104736328 56.988883972168,-134.684448242188 56.8966598510742,-134.644165039063 56.7969436645508,-134.618881225586 56.7287406921387,-134.612487792969 56.6824951171875,-134.607482910156 56.6019401550293,-134.609985351563 56.575553894043)),((-134.818878173828 57.4016571044922,-134.823059082031 57.3905487060547,-134.809585571289 57.3612403869629,-134.787643432617 57.3444366455078,-134.794937133789 57.2997131347656,-134.809448242188 57.2966613769531,-134.821929931641 57.3038787841797,-134.864440917969 57.3294372558594,-134.973114013672 57.4090156555176,-134.940551757813 57.4222183227539,-134.888061523438 57.4283294677734,-134.876647949219 57.4277725219727,-134.812377929688 57.4151306152344,-134.818878173828 57.4016571044922)),((-135.700286865234 57.3169403076172,-135.645294189453 57.2958297729492,-135.626373291016 57.287914276123,-135.611938476563 57.2786026000977,-135.589721679688 57.2633285522461,-135.576934814453 57.2505493164063,-135.554870605469 57.2266578674316,-135.546249389648 57.1322135925293,-135.566650390625 57.0822143554688,-135.625823974609 57.0061073303223,-135.7197265625 56.9936065673828,-135.795837402344 56.9863815307617,-135.826934814453 56.9858245849609,-135.837905883789 56.9908256530762,-135.825408935547 57.0799942016602,-135.815963745117 57.0891571044922,-135.783630371094 57.1011047363281,-135.762924194336 57.1059646606445,-135.752502441406 57.1105499267578,-135.714447021484 57.1411056518555,-135.712768554688 57.1629066467285,-135.748870849609 57.1647109985352,-135.807510375977 57.168327331543,-135.819580078125 57.1751289367676,-135.845840454102 57.3193016052246,-135.833465576172 57.3258285522461,-135.760559082031 57.3316650390625,-135.710540771484 57.3236083984375,-135.700286865234 57.3169403076172)),((-152.894744873047 57.1358261108398,-152.917083740234 57.1238784790039,-153.102203369141 57.0841598510742,-153.209442138672 57.0419387817383,-153.218612670898 57.0234642028809,-153.229431152344 57.0124969482422,-153.249038696289 56.999439239502,-153.311111450195 56.9888801574707,-153.337493896484 56.998046875,-153.399749755859 57.0558242797852,-153.406677246094 57.0697174072266,-153.275848388672 57.1967964172363,-153.234161376953 57.2058258056641,-153.223052978516 57.2069396972656,-153.17529296875 57.1841583251953,-152.966094970703 57.1758270263672,-152.955841064453 57.1747131347656,-152.891387939453 57.1597137451172,-152.882766723633 57.1469383239746,-152.894744873047 57.1358261108398)),((-133.051666259766 56.9774856567383,-132.972763061523 56.9244346618652,-132.926528930664 56.8515205383301,-132.945556640625 56.7427673339844,-132.924713134766 56.6599884033203,-132.93376159668 56.6297836303711,-132.970001220703 56.6086044311523,-133.009307861328 56.6006851196289,-133.126235961914 56.6663818359375,-133.1875 56.7166595458984,-133.20361328125 56.7508316040039,-133.216659545898 56.7817993164063,-133.242630004883 56.805965423584,-133.347213745117 56.8376274108887,-133.332489013672 56.7619400024414,-133.305572509766 56.7313766479492,-133.186401367188 56.6374969482422,-133.114166259766 56.6216583251953,-133.095275878906 56.6137466430664,-133.088043212891 56.5544357299805,-133.082702636719 56.5326309204102,-133.13151550293 56.4710998535156,-133.156265258789 56.4561042785645,-133.186950683594 56.4518013000488,-133.304992675781 56.4716567993164,-133.426940917969 56.4733200073242,-133.467224121094 56.4522171020508,-133.505157470703 56.4354057312012,-133.575561523438 56.4336013793945,-133.638885498047 56.4393615722656,-133.657928466797 56.4626312255859,-133.662231445313 56.5230484008789,-133.635009765625 56.5967979431152,-133.667297363281 56.638256072998,-133.693756103516 56.6506881713867,-133.706939697266 56.683464050293,-133.691680908203 56.7502746582031,-133.681945800781 56.7941589355469,-133.699310302734 56.8295783996582,-133.739715576172 56.8071403503418,-133.870819091797 56.8690185546875,-133.881759643555 56.8980674743652,-133.832641601563 56.8822135925293,-133.806396484375 56.8761024475098,-133.748596191406 56.8741607666016,-133.741317749023 56.8949928283691,-133.885559082031 56.9505462646484,-134.01806640625 57.0147171020508,-134.00813293457 57.0545768737793,-133.908050537109 57.0802764892578,-133.8427734375 57.0811080932617,-133.761138916016 57.0694427490234,-133.629699707031 57.0502700805664,-133.5 57.0283279418945,-133.438323974609 57.0133285522461,-133.317779541016 56.9938812255859,-133.296127319336 56.997631072998,-133.167236328125 57.0016632080078,-133.080963134766 56.9937400817871,-133.051666259766 56.9774856567383)),((-133.862213134766 56.2774887084961,-133.895294189453 56.3002700805664,-133.916778564453 56.319652557373,-133.947616577148 56.3510627746582,-133.971069335938 56.3585243225098,-133.973403930664 56.3440818786621,-133.965454101563 56.3171310424805,-133.96875 56.3033638000488,-133.976699829102 56.2888221740723,-133.984252929688 56.26904296875,-133.973495483398 56.2662315368652,-133.954971313477 56.2760238647461,-133.943603515625 56.2802734375,-133.922515869141 56.2794342041016,-133.911956787109 56.2745742797852,-133.902923583984 56.266242980957,-133.89697265625 56.2541656494141,-133.890838623047 56.2336044311523,-133.887786865234 56.2205429077148,-133.914459228516 56.1488800048828,-133.946105957031 56.0891571044922,-133.95915222168 56.0824966430664,-133.977767944336 56.0829124450684,-134.016662597656 56.0952682495117,-134.033767700195 56.1034698486328,-134.036819458008 56.1138801574707,-134.012512207031 56.1902694702148,-134.025970458984 56.2739105224609,-134.036590576172 56.3051986694336,-134.056655883789 56.3116569519043,-134.066253662109 56.3027725219727,-134.095825195313 56.1317977905273,-134.087219238281 56.0838813781738,-134.102203369141 56.0119400024414,-134.109436035156 55.9970779418945,-134.126098632813 55.997631072998,-134.161956787109 56.022216796875,-134.220825195313 56.0666656494141,-134.265426635742 56.2530517578125,-134.259323120117 56.2630500793457,-134.220275878906 56.2769393920898,-134.204711914063 56.2980499267578,-134.227203369141 56.3074951171875,-134.251953125 56.3149948120117,-134.282302856445 56.348461151123,-134.231658935547 56.4191589355469,-134.174728393555 56.4359588623047,-134.084991455078 56.397216796875,-134.064590454102 56.3842964172363,-134.056121826172 56.373046875,-134.049865722656 56.3621444702148,-134.034591674805 56.3773536682129,-134.032638549805 56.4174919128418,-134.052795410156 56.5038833618164,-134.064590454102 56.5480461120605,-134.071243286133 56.5559616088867,-134.089431762695 56.5381889343262,-134.174163818359 56.5358276367188,-134.30403137207 56.5581855773926,-134.390014648438 56.7111053466797,-134.393341064453 56.7213745117188,-134.408905029297 56.8294372558594,-134.404724121094 56.847770690918,-134.396545410156 56.8545799255371,-134.318054199219 56.8955497741699,-134.297790527344 56.9005432128906,-134.276123046875 56.8999938964844,-134.263916015625 56.8983306884766,-134.244140625 56.8936080932617,-134.221099853516 56.884162902832,-134.178344726563 56.85888671875,-134.155578613281 56.8494338989258,-134.120132446289 56.8420715332031,-134.10693359375 56.8458251953125,-134.136138916016 56.884162902832,-134.146820068359 56.88916015625,-134.172790527344 56.8947143554688,-134.195281982422 56.8963851928711,-134.213623046875 56.9013824462891,-134.26155090332 56.9387397766113,-134.248046875 56.9397125244141,-134.191680908203 56.9302749633789,-134.126922607422 56.9133224487305,-134.0361328125 56.8886032104492,-134.008911132813 56.8805465698242,-133.990539550781 56.872631072998,-133.925842285156 56.8019332885742,-133.903625488281 56.7499961853027,-133.922515869141 56.7149963378906,-133.965133666992 56.6574897766113,-133.979309082031 56.6516571044922,-134.014190673828 56.6508255004883,-134.024169921875 56.6484680175781,-134.006683349609 56.6419372558594,-133.975006103516 56.6355514526367,-133.958892822266 56.6397171020508,-133.945831298828 56.6463851928711,-133.917236328125 56.6672134399414,-133.872344970703 56.7095756530762,-133.862213134766 56.7236022949219,-133.856109619141 56.7369384765625,-133.853057861328 56.7491607666016,-133.853057861328 56.7605514526367,-133.855545043945 56.7737426757813,-133.865264892578 56.7902755737305,-133.83056640625 56.7961044311523,-133.73291015625 56.7758255004883,-133.719299316406 56.7690200805664,-133.725952148438 56.6530456542969,-133.692626953125 56.5970764160156,-133.738586425781 56.560546875,-133.749038696289 56.5559616088867,-133.763061523438 56.5547103881836,-133.773620605469 56.5566558837891,-133.782775878906 56.5649948120117,-133.787231445313 56.5805511474609,-133.794311523438 56.5935325622559,-133.817352294922 56.6070785522461,-133.833892822266 56.609992980957,-133.890838623047 56.6149978637695,-133.912231445313 56.6158294677734,-133.921249389648 56.6111030578613,-133.914459228516 56.6020774841309,-133.876647949219 56.5236053466797,-133.882476806641 56.4372100830078,-133.850280761719 56.3524932861328,-133.841812133789 56.3447113037109,-133.846099853516 56.2908325195313,-133.851516723633 56.2816619873047,-133.862213134766 56.2774887084961)),((-132.801940917969 56.7863845825195,-132.732482910156 56.7247085571289,-132.667236328125 56.6786041259766,-132.613891601563 56.6452713012695,-132.549743652344 56.6052703857422,-132.536254882813 56.6012420654297,-132.528198242188 56.5926284790039,-132.529327392578 56.5811042785645,-132.538757324219 56.5708274841309,-132.561950683594 56.5591583251953,-132.577209472656 56.5541610717773,-132.683624267578 56.5202713012695,-132.773071289063 56.4947128295898,-132.792510986328 56.4938812255859,-132.894744873047 56.4974899291992,-132.905853271484 56.4983291625977,-132.930419921875 56.5044403076172,-132.942993164063 56.5157585144043,-132.956390380859 56.5941543579102,-132.923034667969 56.6188812255859,-132.896743774414 56.6218872070313,-132.883224487305 56.6346588134766,-132.898239135742 56.6564483642578,-132.923034667969 56.702278137207,-132.918334960938 56.7488784790039,-132.873596191406 56.7961044311523,-132.801940917969 56.7863845825195)),((-154.42138671875 56.5877685546875,-154.412094116211 56.5827713012695,-154.403472900391 56.5734672546387,-154.39958190918 56.5612411499023,-154.405014038086 56.5445785522461,-154.416534423828 56.5373573303223,-154.428619384766 56.5336074829102,-154.455825805664 56.5331878662109,-154.429168701172 56.5395774841309,-154.418060302734 56.549991607666,-154.446243286133 56.5869369506836,-154.45556640625 56.5922164916992,-154.481109619141 56.5980453491211,-154.496673583984 56.5970764160156,-154.515014648438 56.5899887084961,-154.524871826172 56.5786056518555,-154.52668762207 56.5512733459473,-154.503829956055 56.5359077453613,-154.490432739258 56.5083312988281,-154.525100708008 56.5016326904297,-154.569625854492 56.4906044006348,-154.608627319336 56.4772109985352,-154.63737487793 56.4638137817383,-154.675598144531 56.4382095336914,-154.704360961914 56.4082679748535,-154.719711303711 56.3999938964844,-154.736267089844 56.3960571289063,-154.763244628906 56.3982200622559,-154.787475585938 56.414966583252,-154.792205810547 56.4299354553223,-154.77880859375 56.4519958496094,-154.759902954102 56.4748458862305,-154.740600585938 56.4953308105469,-154.714996337891 56.5177879333496,-154.648406982422 56.5473327636719,-154.605865478516 56.5666351318359,-154.563323974609 56.5871200561523,-154.53141784668 56.5993347167969,-154.505416870117 56.6028785705566,-154.481384277344 56.6016960144043,-154.452621459961 56.5957870483398,-154.42138671875 56.5877685546875)),((-157.240264892578 56.5816650390625,-157.159454345703 56.5830535888672,-157.072784423828 56.5808258056641,-157.055847167969 56.5769424438477,-157.000137329102 56.5570755004883,-156.975677490234 56.5372161865234,-157.002227783203 56.5294380187988,-157.024032592773 56.5454139709473,-157.036407470703 56.5486068725586,-157.069152832031 56.5491638183594,-157.111663818359 56.5494384765625,-157.122772216797 56.5494384765625,-157.140838623047 56.5449981689453,-157.195281982422 56.5308227539063,-157.327209472656 56.522216796875,-157.329711914063 56.5358276367188,-157.29833984375 56.5588836669922,-157.287231445313 56.5666656494141,-157.269470214844 56.5772171020508,-157.251678466797 56.5816650390625,-157.240264892578 56.5816650390625)),((-132.056121826172 56.1113815307617,-132.099014282227 56.1606864929199,-132.109436035156 56.1658248901367,-132.171112060547 56.1852645874023,-132.191680908203 56.1897125244141,-132.20361328125 56.1916580200195,-132.214721679688 56.1924896240234,-132.225006103516 56.194709777832,-132.251403808594 56.2030487060547,-132.273071289063 56.2136077880859,-132.302215576172 56.2322082519531,-132.3125 56.239990234375,-132.331115722656 56.2563858032227,-132.346237182617 56.2709655761719,-132.348052978516 56.2815246582031,-132.332504272461 56.3054084777832,-132.327789306641 56.3152694702148,-132.327209472656 56.32666015625,-132.32666015625 56.401798248291,-132.348602294922 56.436653137207,-132.368240356445 56.454158782959,-132.375686645508 56.4754066467285,-132.371795654297 56.4872131347656,-132.354995727539 56.4886016845703,-132.256256103516 56.4536018371582,-132.231231689453 56.4391555786133,-132.222702026367 56.4210357666016,-132.217910766602 56.3988838195801,-132.212356567383 56.3895797729492,-132.160827636719 56.3530502319336,-132.12776184082 56.3444366455078,-132.108596801758 56.3442993164063,-132.091674804688 56.3524932861328,-132.074172973633 56.3595809936523,-132.043060302734 56.3549957275391,-132.006546020508 56.3386001586914,-131.994995117188 56.3283309936523,-131.989440917969 56.3188858032227,-131.947235107422 56.2322082519531,-132.010284423828 56.1341590881348,-132.056121826172 56.1113815307617)),((-132.834167480469 56.2308197021484,-132.845001220703 56.2316589355469,-132.861389160156 56.2374954223633,-132.910278320313 56.2611083984375,-133.044738769531 56.3320770263672,-133.055480957031 56.3490867614746,-132.989303588867 56.4212417602539,-132.940277099609 56.4477691650391,-132.920837402344 56.4533271789551,-132.887786865234 56.4555511474609,-132.732757568359 56.4583282470703,-132.722503662109 56.4583282470703,-132.703063964844 56.4561004638672,-132.683074951172 56.4524917602539,-132.656402587891 56.4441528320313,-132.638473510742 56.435962677002,-132.629699707031 56.4247131347656,-132.614303588867 56.3936080932617,-132.634735107422 56.2983322143555,-132.640289306641 56.2831916809082,-132.648071289063 56.2761001586914,-132.677215576172 56.2655487060547,-132.700836181641 56.259162902832,-132.759460449219 56.2458267211914,-132.817230224609 56.2338790893555,-132.834167480469 56.2308197021484)),((-132.318878173828 55.9122085571289,-132.425567626953 55.9561004638672,-132.421936035156 55.9683227539063,-132.411270141602 55.9958267211914,-132.419738769531 56.0283279418945,-132.447784423828 56.0536041259766,-132.59846496582 56.0805511474609,-132.607482910156 56.0749969482422,-132.610809326172 56.0627670288086,-132.621795654297 56.0490226745605,-132.635009765625 56.0491638183594,-132.687225341797 56.0994338989258,-132.695831298828 56.1077728271484,-132.712768554688 56.1358261108398,-132.716949462891 56.1513824462891,-132.696395874023 56.2192993164063,-132.683609008789 56.2262420654297,-132.573333740234 56.2777709960938,-132.565277099609 56.289436340332,-132.529174804688 56.3319396972656,-132.515838623047 56.3386001586914,-132.495544433594 56.3433227539063,-132.437225341797 56.3502731323242,-132.417785644531 56.350830078125,-132.402099609375 56.3473510742188,-132.384643554688 56.3320083618164,-132.378601074219 56.3130493164063,-132.370544433594 56.2683258056641,-132.39501953125 56.2219314575195,-132.211669921875 56.1780471801758,-132.179306030273 56.1687431335449,-132.107208251953 56.1158294677734,-132.09375 56.1010322570801,-132.137786865234 56.067497253418,-132.114303588867 55.9474906921387,-132.119842529297 55.9351272583008,-132.131530761719 55.9270782470703,-132.143615722656 55.9244384765625,-132.273895263672 55.9166641235352,-132.318878173828 55.9122085571289)),((-132.1591796875 55.4444351196289,-132.2177734375 55.4755477905273,-132.377777099609 55.5302734375,-132.408355712891 55.5369415283203,-132.434448242188 55.5452728271484,-132.452651977539 55.5592994689941,-132.475830078125 55.5909652709961,-132.512847900391 55.615062713623,-132.542922973633 55.620964050293,-132.5625 55.5677719116211,-132.500137329102 55.5111045837402,-132.282440185547 55.4574241638184,-132.088287353516 55.2675971984863,-132.135009765625 55.2391586303711,-132.170562744141 55.2424926757813,-132.201385498047 55.248046875,-132.233322143555 55.2493019104004,-132.25 55.2116622924805,-132.235336303711 55.193115234375,-132.100479125977 55.1980438232422,-132.070419311523 55.2133255004883,-132.057708740234 55.2357521057129,-132.014785766602 55.2697105407715,-131.985824584961 55.259578704834,-131.968048095703 55.2209625244141,-131.969985961914 55.1786079406738,-131.995590209961 55.1054801940918,-132.043487548828 55.0790214538574,-132.083892822266 55.0677719116211,-132.074722290039 55.0409660339355,-132.14306640625 55.0138854980469,-132.172790527344 55.0047187805176,-132.213531494141 54.9937438964844,-132.137359619141 54.9651336669922,-132.085693359375 54.976375579834,-132.057769775391 54.9983291625977,-132.027923583984 55.0219383239746,-131.972564697266 55.029712677002,-131.949432373047 54.788330078125,-132.007232666016 54.6899871826172,-132.126388549805 54.6881828308105,-132.286544799805 54.7133255004883,-132.297149658203 54.7440185546875,-132.289443969727 54.7680511474609,-132.257354736328 54.7842979431152,-132.219146728516 54.7847213745117,-132.214172363281 54.7912445068359,-132.222076416016 54.8109664916992,-132.2841796875 54.8547134399414,-132.32666015625 54.8819351196289,-132.489700317383 54.9774894714355,-132.502365112305 54.9533233642578,-132.517105102539 54.9388771057129,-132.544174194336 54.9343643188477,-132.573333740234 54.948600769043,-132.59602355957 54.9690856933594,-132.574447631836 55.0349922180176,-132.547561645508 55.0449256896973,-132.515380859375 55.0514373779297,-132.511962890625 55.1063842773438,-132.650726318359 55.2438125610352,-132.647232055664 55.2058258056641,-132.63249206543 55.1883239746094,-132.609848022461 55.1706886291504,-132.622909545898 55.1479110717773,-132.655136108398 55.1387405395508,-132.694030761719 55.1429100036621,-132.777160644531 55.1815223693848,-132.802215576172 55.209644317627,-132.807495117188 55.248046875,-132.944732666016 55.2077713012695,-133.002807617188 55.2030487060547,-133.027603149414 55.215576171875,-132.987762451172 55.2287368774414,-132.91081237793 55.2757225036621,-132.970275878906 55.2711029052734,-133.025421142578 55.2672119140625,-133.212844848633 55.2778396606445,-133.26139831543 55.3356895446777,-133.209777832031 55.381103515625,-133.11637878418 55.3774909973145,-133.041534423828 55.3618698120117,-132.968597412109 55.3499984741211,-132.900421142578 55.3456840515137,-132.867492675781 55.3538818359375,-132.888336181641 55.359992980957,-132.944458007813 55.3702697753906,-132.9658203125 55.3722152709961,-132.986663818359 55.373046875,-133.001815795898 55.3792953491211,-133.031127929688 55.3980484008789,-133.114562988281 55.4655456542969,-133.126983642578 55.4910316467285,-133.117904663086 55.515552520752,-133.051940917969 55.5772171020508,-133.006134033203 55.6094360351563,-132.98193359375 55.6195755004883,-132.961242675781 55.6236000061035,-132.921142578125 55.624641418457,-132.966796875 55.6386070251465,-133.059448242188 55.6236000061035,-133.1201171875 55.6039505004883,-133.198608398438 55.5779113769531,-133.259460449219 55.5744400024414,-133.365966796875 55.6156158447266,-133.38298034668 55.640754699707,-133.371307373047 55.7215843200684,-133.264038085938 55.741382598877,-133.243194580078 55.7444381713867,-133.141876220703 55.8163795471191,-133.143859863281 55.8797836303711,-133.177642822266 55.8609657287598,-133.226654052734 55.8869400024414,-133.239837646484 55.9020767211914,-133.256958007813 55.9469337463379,-133.265075683594 56.1548500061035,-133.321655273438 56.1694412231445,-133.364715576172 56.1719360351563,-133.417510986328 56.1647109985352,-133.564300537109 56.1790237426758,-133.61164855957 56.2052001953125,-133.632751464844 56.2738800048828,-133.610534667969 56.3483276367188,-133.585540771484 56.3497161865234,-133.488586425781 56.3369369506836,-133.346374511719 56.3302764892578,-133.2490234375 56.3311080932617,-133.180206298828 56.3272857666016,-133.05680847168 56.237491607666,-133.023544311523 56.1724891662598,-133.062774658203 56.118049621582,-133.088119506836 56.1056213378906,-133.125411987305 56.1186714172363,-133.072906494141 56.0513114929199,-133.043060302734 56.0476379394531,-132.947784423828 56.0580444335938,-132.902221679688 56.0491638183594,-132.822769165039 56.0287437438965,-132.621795654297 55.9195747375488,-132.512512207031 55.8355484008789,-132.498336791992 55.820686340332,-132.464019775391 55.7754058837891,-132.442504882813 55.6880416870117,-132.404174804688 55.6583251953125,-132.246948242188 55.5419387817383,-132.226654052734 55.5372161865234,-132.206665039063 55.5269393920898,-132.182220458984 55.5124969482422,-132.165283203125 55.5013885498047,-132.141799926758 55.4756851196289,-132.14306640625 55.4524230957031,-132.1591796875 55.4444351196289)),((-133.285552978516 56.1288757324219,-133.313903808594 56.0813827514648,-133.363037109375 56.0102767944336,-133.458343505859 56.0033264160156,-133.608337402344 55.9588851928711,-133.637237548828 55.9333267211914,-133.699859619141 55.8959655761719,-133.787780761719 55.9190216064453,-133.793060302734 55.9313812255859,-133.793060302734 55.9483261108398,-133.785842895508 55.9630508422852,-133.774444580078 55.9758224487305,-133.682632446289 56.0642967224121,-133.611389160156 56.1061019897461,-133.571380615234 56.1272125244141,-133.400573730469 56.1544342041016,-133.390563964844 56.1544342041016,-133.314453125 56.1491622924805,-133.303344726563 56.1483306884766,-133.279663085938 56.1378402709961,-133.285552978516 56.1288757324219)),((-131.388916015625 55.254997253418,-131.398071289063 55.2563858032227,-131.418060302734 55.2611083984375,-131.454925537109 55.2786026000977,-131.458053588867 55.2997817993164,-131.428070068359 55.3133239746094,-131.368316650391 55.3377685546875,-131.290832519531 55.4111022949219,-131.273544311523 55.4331169128418,-131.281402587891 55.4891586303711,-131.347702026367 55.6431198120117,-131.367553710938 55.6249885559082,-131.360809326172 55.5749969482422,-131.353332519531 55.5552673339844,-131.326934814453 55.5080490112305,-131.316589355469 55.4575576782227,-131.328598022461 55.4258270263672,-131.400085449219 55.3484649658203,-131.458755493164 55.3268013000488,-131.421524047852 55.3651123046875,-131.422805786133 55.3854331970215,-131.445663452148 55.4070281982422,-131.470275878906 55.4483261108398,-131.4658203125 55.4716567993164,-131.429229736328 55.5204429626465,-131.493881225586 55.5055503845215,-131.516326904297 55.481029510498,-131.495391845703 55.4217948913574,-131.471908569336 55.3930740356445,-131.465728759766 55.368782043457,-131.518615722656 55.2945785522461,-131.545013427734 55.2918014526367,-131.665832519531 55.3447113037109,-131.687225341797 55.3547134399414,-131.711242675781 55.3677711486816,-131.81916809082 55.4536323547363,-131.700836181641 55.5261001586914,-131.690841674805 55.6099967956543,-131.704299926758 55.6251983642578,-131.69612121582 55.6709632873535,-131.629425048828 55.7308197021484,-131.622772216797 55.781379699707,-131.684020996094 55.7936058044434,-131.684860229492 55.8302726745605,-131.539184570313 55.851936340332,-131.530303955078 55.9016571044922,-131.478332519531 55.9191589355469,-131.439727783203 55.9299926757813,-131.291809082031 55.9579086303711,-131.25959777832 55.9602699279785,-131.231658935547 55.9538803100586,-131.209167480469 55.9380416870117,-131.142517089844 55.887077331543,-131.069458007813 55.8213806152344,-131.05598449707 55.8062438964844,-130.934997558594 55.6367988586426,-130.938049316406 55.5622100830078,-130.968063354492 55.3881874084473,-131.056396484375 55.2580490112305,-131.073883056641 55.2461013793945,-131.10026550293 55.2334632873535,-131.135009765625 55.2291564941406,-131.14208984375 55.1988792419434,-131.205276489258 55.1867942810059,-131.247787475586 55.2009658813477,-131.281127929688 55.2263793945313,-131.284729003906 55.2463836669922,-131.254165649414 55.2648544311523,-131.232482910156 55.2824935913086,-131.219573974609 55.2993011474609,-131.192016601563 55.3615875244141,-131.196105957031 55.3933258056641,-131.218048095703 55.4030456542969,-131.268753051758 55.3830451965332,-131.273056030273 55.3516578674316,-131.256195068359 55.3185348510742,-131.290557861328 55.2764511108398,-131.344146728516 55.2569427490234,-131.388916015625 55.254997253418)),((-134.114715576172 55.8997192382813,-134.121643066406 55.8986053466797,-134.136413574219 55.8936080932617,-134.176940917969 55.8749923706055,-134.209167480469 55.8583297729492,-134.221099853516 55.850830078125,-134.235260009766 55.835823059082,-134.252502441406 55.8173561096191,-134.293884277344 55.8305511474609,-134.315826416016 55.8524932861328,-134.340835571289 55.9137420654297,-134.321670532227 55.9236030578613,-134.116394042969 55.9216613769531,-134.101165771484 55.9150619506836,-134.114715576172 55.8997192382813)),((-158.808898925781 55.892219543457,-158.783630371094 55.8886032104492,-158.768890380859 55.8836059570313,-158.717361450195 55.8455467224121,-158.710556030273 55.8347129821777,-158.719161987305 55.8267974853516,-158.853332519531 55.8052673339844,-158.864166259766 55.8038787841797,-158.890579223633 55.8042984008789,-158.906051635742 55.8148536682129,-158.911956787109 55.834716796875,-158.894729614258 55.8699913024902,-158.832763671875 55.8938827514648,-158.813049316406 55.8938827514648,-158.808898925781 55.892219543457)),((-133.303344726563 55.7969436645508,-133.300979614258 55.7909698486328,-133.318603515625 55.7658309936523,-133.482482910156 55.6999969482422,-133.505584716797 55.6933212280273,-133.523071289063 55.6908264160156,-133.533905029297 55.6916580200195,-133.569152832031 55.7024917602539,-133.591094970703 55.7119369506836,-133.604431152344 55.7185974121094,-133.617492675781 55.7255477905273,-133.635284423828 55.7363815307617,-133.645568847656 55.7441558837891,-133.677780151367 55.7756843566895,-133.676116943359 55.7863845825195,-133.634185791016 55.8202743530273,-133.616928100586 55.82763671875,-133.553344726563 55.8291625976563,-133.542510986328 55.8283309936523,-133.325836181641 55.8022155761719,-133.303344726563 55.7969436645508)),((-133.269744873047 55.527214050293,-133.267791748047 55.496940612793,-133.272521972656 55.4880447387695,-133.289459228516 55.4758224487305,-133.348876953125 55.4473495483398,-133.434097290039 55.5240859985352,-133.419586181641 55.544303894043,-133.393890380859 55.5530471801758,-133.377471923828 55.5563812255859,-133.338317871094 55.5569381713867,-133.305419921875 55.552906036377,-133.279174804688 55.5363845825195,-133.269744873047 55.527214050293)),((-133.645568847656 55.4411010742188,-133.667510986328 55.4505462646484,-133.714157104492 55.4655456542969,-133.729431152344 55.4677658081055,-133.746643066406 55.4652709960938,-133.758056640625 55.4872131347656,-133.726791381836 55.5413856506348,-133.718872070313 55.5480499267578,-133.702484130859 55.551383972168,-133.691680908203 55.5505447387695,-133.583602905273 55.5370788574219,-133.577911376953 55.5276336669922,-133.576171875 55.5020790100098,-133.634719848633 55.4448509216309,-133.645568847656 55.4411010742188)),((-133.478332519531 55.5149993896484,-133.423614501953 55.4856872558594,-133.417922973633 55.476375579834,-133.417236328125 55.4624938964844,-133.421676635742 55.4469375610352,-133.428894042969 55.4394302368164,-133.443328857422 55.4347152709961,-133.459716796875 55.4313812255859,-133.505004882813 55.4272155761719,-133.515014648438 55.4272155761719,-133.537506103516 55.4297180175781,-133.578338623047 55.4385986328125,-133.599014282227 55.4486694335938,-133.512512207031 55.5194358825684,-133.499420166016 55.5208282470703,-133.478332519531 55.5149993896484)),((-160.154998779297 55.4374923706055,-160.178894042969 55.3961029052734,-160.317916870117 55.3920783996582,-160.32861328125 55.3958282470703,-160.340896606445 55.4123497009277,-160.339996337891 55.4280471801758,-160.329574584961 55.4387397766113,-160.290283203125 55.4577713012695,-160.264450073242 55.4631881713867,-160.245834350586 55.4620780944824,-160.154998779297 55.4374923706055)),((-133.447784423828 55.3999938964844,-133.445419311523 55.3719367980957,-133.503082275391 55.3486022949219,-133.559860229492 55.3141593933105,-133.595138549805 55.2355461120605,-133.606384277344 55.2322082519531,-133.644165039063 55.2588882446289,-133.653076171875 55.2672119140625,-133.684310913086 55.3083267211914,-133.651260375977 55.3719367980957,-133.637786865234 55.3827667236328,-133.586669921875 55.4172134399414,-133.572509765625 55.4208297729492,-133.561950683594 55.4199905395508,-133.446960449219 55.410270690918,-133.447784423828 55.3999938964844)),((-131.819458007813 55.4127655029297,-131.747497558594 55.3694381713867,-131.678070068359 55.3305511474609,-131.648345947266 55.3122100830078,-131.631652832031 55.3008270263672,-131.621917724609 55.2927703857422,-131.616577148438 55.2765922546387,-131.722229003906 55.136661529541,-131.73762512207 55.1355476379395,-131.808349609375 55.1827697753906,-131.815002441406 55.1919326782227,-131.818878173828 55.20166015625,-131.822784423828 55.2116622924805,-131.840270996094 55.2669372558594,-131.848602294922 55.2958297729492,-131.858337402344 55.3594360351563,-131.851806640625 55.4108238220215,-131.841934204102 55.4206848144531,-131.827789306641 55.4191589355469,-131.819458007813 55.4127655029297)),((-160.695556640625 55.3999938964844,-160.661407470703 55.3872146606445,-160.553619384766 55.3901329040527,-160.543884277344 55.3855514526367,-160.5361328125 55.3752670288086,-160.5322265625 55.3616638183594,-160.533905029297 55.3502731323242,-160.541107177734 55.3413772583008,-160.567642211914 55.3313865661621,-160.581665039063 55.3194389343262,-160.584716796875 55.305549621582,-160.573760986328 55.2306861877441,-160.560287475586 55.2256851196289,-160.522506713867 55.2226295471191,-160.511688232422 55.2185974121094,-160.464294433594 55.1867942810059,-160.506408691406 55.1652679443359,-160.547515869141 55.1524887084961,-160.628601074219 55.1498527526855,-160.679168701172 55.1638793945313,-160.801391601563 55.1252670288086,-160.813903808594 55.1179084777832,-160.824157714844 55.1369400024414,-160.850830078125 55.2038803100586,-160.857620239258 55.2656860351563,-160.846527099609 55.3324966430664,-160.800842285156 55.3763809204102,-160.790832519531 55.384162902832,-160.775573730469 55.3899917602539,-160.726654052734 55.406795501709,-160.695556640625 55.3999938964844)),((-160.328338623047 55.3502731323242,-160.317779541016 55.289436340332,-160.320831298828 55.2788772583008,-160.32861328125 55.2580490112305,-160.335556030273 55.2461013793945,-160.483062744141 55.2899932861328,-160.508636474609 55.3027725219727,-160.525360107422 55.3163795471191,-160.498474121094 55.349437713623,-160.346954345703 55.3685989379883,-160.327926635742 55.3566589355469,-160.328338623047 55.3502731323242)),((-133.296661376953 55.3305511474609,-133.230834960938 55.2649993896484,-133.223602294922 55.2505493164063,-133.24137878418 55.2154083251953,-133.249725341797 55.2091598510742,-133.323059082031 55.194709777832,-133.416946411133 55.1987419128418,-133.427795410156 55.2036056518555,-133.436401367188 55.2119369506836,-133.442230224609 55.2210998535156,-133.447082519531 55.2336044311523,-133.450561523438 55.2522201538086,-133.4375 55.3048515319824,-133.429168701172 55.3111038208008,-133.327224731445 55.3354072570801,-133.311950683594 55.3349914550781,-133.296661376953 55.3305511474609)),((-159.871643066406 55.2780456542969,-159.862213134766 55.2608261108398,-159.856658935547 55.2488784790039,-159.826934814453 55.1766586303711,-159.8408203125 55.1359634399414,-159.880416870117 55.0987434387207,-159.890838623047 55.097770690918,-160.008056640625 55.0427703857422,-160.122497558594 54.9710998535156,-160.17333984375 54.9311065673828,-160.180572509766 54.9222183227539,-160.198059082031 54.8936080932617,-160.20263671875 54.8745765686035,-160.216384887695 54.8701324462891,-160.225555419922 54.8752670288086,-160.244720458984 54.9013824462891,-160.246032714844 54.9202003479004,-160.234710693359 54.9319381713867,-160.17138671875 54.968879699707,-160.123596191406 55.0152740478516,-160.138336181641 55.0477752685547,-160.161682128906 55.0672149658203,-160.193405151367 55.1132545471191,-160.117492675781 55.1549911499023,-160.101806640625 55.1549873352051,-160.074295043945 55.1429100036621,-160.066802978516 55.1324920654297,-160.060272216797 55.1177673339844,-160.00959777832 55.105827331543,-159.949432373047 55.1688842773438,-159.936950683594 55.2080459594727,-159.936401367188 55.2344360351563,-159.920013427734 55.2586059570313,-159.882202148438 55.2908325195313,-159.871643066406 55.2780456542969)),((-131.467224121094 55.2358245849609,-131.465270996094 55.23193359375,-131.452087402344 55.2222099304199,-131.421539306641 55.209716796875,-131.408355712891 55.2088851928711,-131.387359619141 55.2112426757813,-131.373321533203 55.1969375610352,-131.348327636719 55.1190223693848,-131.344024658203 55.0597801208496,-131.35498046875 55.0355529785156,-131.375137329102 55.0115242004395,-131.386138916016 55.0080490112305,-131.578887939453 54.9913787841797,-131.593887329102 54.9938812255859,-131.619567871094 55.0133285522461,-131.622268676758 55.0265884399414,-131.577789306641 55.0836029052734,-131.566802978516 55.1709632873535,-131.583740234375 55.2156829833984,-131.584991455078 55.2294311523438,-131.581665039063 55.2547187805176,-131.546112060547 55.2672119140625,-131.520568847656 55.2636108398438,-131.469787597656 55.2484664916992,-131.467224121094 55.2358245849609)),((-133.102203369141 55.2455444335938,-133.070831298828 55.1997146606445,-132.992492675781 55.123046875,-132.991363525391 55.0952682495117,-133.003631591797 55.0877685546875,-132.998046875 55.0594329833984,-132.898620605469 54.9105453491211,-132.871368408203 54.897216796875,-132.852783203125 54.8924942016602,-132.839019775391 54.8902702331543,-132.755004882813 54.8222198486328,-132.723052978516 54.7847213745117,-132.686126708984 54.718879699707,-132.667785644531 54.6791610717773,-132.679992675781 54.6660995483398,-132.840560913086 54.6906852722168,-132.863891601563 54.7260971069336,-132.935546875 54.8049926757813,-132.972915649414 54.825553894043,-132.984710693359 54.8288803100586,-133.004730224609 54.8447113037109,-133.122497558594 54.9394302368164,-133.197235107422 55.0466613769531,-133.213623046875 55.092212677002,-133.196395874023 55.2272148132324,-133.188049316406 55.2333297729492,-133.11360168457 55.2518043518066,-133.102203369141 55.2455444335938)),((-159.51611328125 55.2380447387695,-159.504867553711 55.1722145080566,-159.506820678711 55.1488800048828,-159.519470214844 55.0641555786133,-159.64875793457 55.0399971008301,-159.655288696289 55.0563125610352,-159.653060913086 55.125545501709,-159.53791809082 55.245548248291,-159.522094726563 55.245548248291,-159.51611328125 55.2380447387695)),((-132.813903808594 55.1858215332031,-132.732208251953 55.1402740478516,-132.691680908203 55.0922164916992,-132.671936035156 55.0370750427246,-132.73193359375 55.0027770996094,-132.801666259766 55.0063858032227,-132.866790771484 55.0320777893066,-132.864166259766 55.1411056518555,-132.853332519531 55.1594314575195,-132.824722290039 55.1917953491211,-132.813903808594 55.1858215332031)),((-161.732208251953 55.1486053466797,-161.659591674805 55.1277694702148,-161.643341064453 55.1159629821777,-161.642929077148 55.1052703857422,-161.744293212891 55.0548515319824,-161.763214111328 55.0551300048828,-161.778198242188 55.0604057312012,-161.903350830078 55.1324920654297,-161.903549194336 55.1516571044922,-161.858032226563 55.1663818359375,-161.847778320313 55.1680526733398,-161.827789306641 55.1708297729492,-161.817230224609 55.1711044311523,-161.727767944336 55.1556854248047,-161.732208251953 55.1486053466797)),((-159.382202148438 55.0560989379883,-159.358322143555 55.0542984008789,-159.34748840332 55.0465240478516,-159.338592529297 54.9719314575195,-159.379699707031 54.9533233642578,-159.423889160156 54.9419326782227,-159.434173583984 54.940544128418,-159.449447631836 54.9409637451172,-159.458343505859 54.9460983276367,-159.479156494141 55.01416015625,-159.460540771484 55.0366592407227,-159.446655273438 55.0486068725586,-159.438598632813 55.0549926757813,-159.382202148438 55.0560989379883)),((-164.176116943359 54.6041641235352,-164.193328857422 54.5991592407227,-164.216644287109 54.5905456542969,-164.255554199219 54.5733261108398,-164.279998779297 54.5594329833984,-164.297515869141 54.5488815307617,-164.326309204102 54.529296875,-164.324432373047 54.503604888916,-164.343063354492 54.4697151184082,-164.379730224609 54.4460983276367,-164.437225341797 54.4213790893555,-164.468048095703 54.4129066467285,-164.663909912109 54.3919372558594,-164.776672363281 54.3963813781738,-164.827789306641 54.4124908447266,-164.857070922852 54.4286003112793,-164.933471679688 54.5301322937012,-164.952346801758 54.5802001953125,-164.928344726563 54.6013870239258,-164.859985351563 54.6211013793945,-164.805694580078 54.6333236694336,-164.771118164063 54.6355514526367,-164.746673583984 54.6436042785645,-164.704162597656 54.668327331543,-164.681945800781 54.6894302368164,-164.631378173828 54.7463836669922,-164.55403137207 54.841381072998,-164.547988891602 54.8706855773926,-164.491088867188 54.9145736694336,-164.425003051758 54.9294395446777,-164.373733520508 54.9180526733398,-164.347625732422 54.9011001586914,-164.304443359375 54.8906898498535,-164.235260009766 54.8911056518555,-164.023071289063 54.976936340332,-163.986099243164 54.9919395446777,-163.954711914063 55.009162902832,-163.926177978516 55.0317268371582,-163.77751159668 55.0554046630859,-163.536392211914 55.0472869873047,-163.438323974609 54.9433212280273,-163.422073364258 54.9202003479004,-163.414047241211 54.8854103088379,-163.399444580078 54.8366546630859,-163.374984741211 54.7917976379395,-163.337341308594 54.7707443237305,-163.311325073242 54.7618255615234,-163.264190673828 54.754997253418,-163.22200012207 54.7618713378906,-163.19743347168 54.7775611877441,-163.140640258789 54.7631874084473,-163.054885864258 54.6681175231934,-163.154861450195 54.6587409973145,-163.295562744141 54.6994323730469,-163.335968017578 54.7080154418945,-163.432434082031 54.6684646606445,-163.52001953125 54.632209777832,-163.594985961914 54.6117973327637,-163.629730224609 54.610969543457,-163.682495117188 54.6172142028809,-163.714447021484 54.6241607666016,-163.756805419922 54.6309623718262,-163.814453125 54.6336059570313,-164.008361816406 54.6299896240234,-164.051666259766 54.6266555786133,-164.084991455078 54.6219329833984,-164.116638183594 54.6163864135742,-164.167236328125 54.6066589355469,-164.176116943359 54.6041641235352)),((-131.238311767578 54.9863815307617,-131.242630004883 54.9766578674316,-131.241363525391 54.9313812255859,-131.225830078125 54.9249954223633,-131.201950073242 54.9188842773438,-131.192428588867 54.9081153869629,-131.23388671875 54.8772125244141,-131.329864501953 54.8562469482422,-131.344451904297 54.8566589355469,-131.378051757813 54.8636093139648,-131.473876953125 54.911376953125,-131.483459472656 54.9223518371582,-131.480819702148 54.9336013793945,-131.470962524414 54.9434585571289,-131.451385498047 54.9530487060547,-131.253356933594 54.9988784790039,-131.237548828125 54.9934616088867,-131.238311767578 54.9863815307617)),((-132.616394042969 54.8908309936523,-132.611389160156 54.878044128418,-132.60920715332 54.7699928283691,-132.619445800781 54.7544403076172,-132.633056640625 54.7488784790039,-132.647918701172 54.751106262207,-132.662231445313 54.7576332092285,-132.774444580078 54.8569412231445,-132.783630371094 54.8679084777832,-132.78987121582 54.9049873352051,-132.77751159668 54.9265213012695,-132.708892822266 54.940544128418,-132.628601074219 54.9019317626953,-132.618865966797 54.8961029052734,-132.616394042969 54.8908309936523)),((-162.753631591797 54.4847183227539,-162.595550537109 54.4534645080566,-162.560546875 54.4291610717773,-162.544586181641 54.412769317627,-162.542922973633 54.3840179443359,-162.621368408203 54.3672103881836,-162.639739990234 54.3685989379883,-162.736389160156 54.3974914550781,-162.765838623047 54.4066543579102,-162.786407470703 54.4147109985352,-162.799163818359 54.4211044311523,-162.810272216797 54.4288787841797,-162.83610534668 54.454158782959,-162.828750610352 54.4962425231934,-162.816101074219 54.5,-162.783081054688 54.4941558837891,-162.759460449219 54.4883270263672,-162.753631591797 54.4847183227539)),((-165.569152832031 54.10888671875,-165.605407714844 54.114429473877,-165.621276855469 54.1255416870117,-165.680862426758 54.2355422973633,-165.667526245117 54.2617988586426,-165.625274658203 54.2910995483398,-165.520843505859 54.2924957275391,-165.486602783203 54.2865180969238,-165.478088378906 54.2019348144531,-165.48583984375 54.1733245849609,-165.550994873047 54.1148490905762,-165.560577392578 54.1102676391602,-165.569152832031 54.10888671875)),((-165.897521972656 54.0288696289063,-165.911895751953 54.0541534423828,-165.935028076172 54.0608215332031,-165.967529296875 54.0622024536133,-165.989456176758 54.0495758056641,-166.042678833008 54.0374946594238,-166.067230224609 54.0538787841797,-166.121688842773 54.1144332885742,-166.090972900391 54.1681861877441,-166.070587158203 54.1788787841797,-165.977920532227 54.215404510498,-165.943054199219 54.2202644348145,-165.658981323242 54.1223449707031,-165.672241210938 54.097770690918,-165.683624267578 54.0905456542969,-165.696960449219 54.084716796875,-165.767654418945 54.0638809204102,-165.782501220703 54.0635986328125,-165.848907470703 54.0702667236328,-165.897521972656 54.0288696289063)),((-164.976409912109 54.1264419555664,-164.95280456543 54.1290130615234,-164.937118530273 54.1259613037109,-164.92919921875 54.118595123291,-164.929183959961 54.1079063415527,-164.949890136719 54.083179473877,-164.961822509766 54.0763816833496,-165.018890380859 54.0708236694336,-165.076416015625 54.0666656494141,-165.086944580078 54.0672149658203,-165.213485717773 54.0847091674805,-165.221649169922 54.0930442810059,-165.204711914063 54.113883972168,-165.133209228516 54.1274871826172,-165.088348388672 54.1249847412109,-165.073333740234 54.1194305419922,-165.051147460938 54.1108245849609,-165.038940429688 54.1041564941406,-164.978393554688 54.1217918395996,-164.976409912109 54.1264419555664)),((-167.046417236328 53.593879699707,-167.063507080078 53.6781806945801,-167.025726318359 53.7026252746582,-166.905639648438 53.7087364196777,-166.803894042969 53.6488723754883,-166.766448974609 53.6858215332031,-166.768890380859 53.7297058105469,-166.958770751953 53.771240234375,-166.98127746582 53.7695732116699,-167.004058837891 53.7594337463379,-167.034484863281 53.7527656555176,-167.152374267578 53.8238792419434,-167.160308837891 53.8508186340332,-167.091384887695 53.9175567626953,-167.020431518555 53.9566535949707,-166.754913330078 54.0084648132324,-166.668472290039 54.0094299316406,-166.631546020508 53.9997100830078,-166.610412597656 53.9877624511719,-166.592575073242 53.9645042419434,-166.616943359375 53.9488754272461,-166.637664794922 53.9156837463379,-166.636413574219 53.8749847412109,-166.603607177734 53.8290252685547,-166.468872070313 53.8905487060547,-166.4375 53.9233245849609,-166.413497924805 53.9691505432129,-166.375152587891 54.0010299682617,-166.261428833008 53.972484588623,-166.215148925781 53.9209594726563,-166.247940063477 53.8763771057129,-166.273376464844 53.8633193969727,-166.438079833984 53.7966537475586,-166.469192504883 53.7894401550293,-166.533081054688 53.7805404663086,-166.570831298828 53.7102737426758,-166.550018310547 53.685546875,-166.53157043457 53.6935272216797,-166.499176025391 53.7227554321289,-166.439300537109 53.7512397766113,-166.337173461914 53.7780418395996,-166.27099609375 53.7109565734863,-166.275421142578 53.6812324523926,-166.284759521484 53.676383972168,-166.305572509766 53.6769409179688,-166.410858154297 53.6699905395508,-166.542846679688 53.6251258850098,-166.632202148438 53.5310974121094,-166.650177001953 53.492073059082,-166.756561279297 53.4452667236328,-166.825317382813 53.4377593994141,-166.959442138672 53.4316635131836,-166.979431152344 53.4408187866211,-167.137512207031 53.4173545837402,-167.383331298828 53.3397064208984,-167.495300292969 53.2791595458984,-167.55224609375 53.2711029052734,-167.663330078125 53.2555465698242,-167.764770507813 53.2708206176758,-167.842559814453 53.3063735961914,-167.718078613281 53.3736038208008,-167.69140625 53.3847198486328,-167.587249755859 53.3880386352539,-167.555297851563 53.3869323730469,-167.504180908203 53.3997116088867,-167.492492675781 53.4160995483398,-167.478897094727 53.4333267211914,-167.372222900391 53.4280395507813,-167.301940917969 53.4377593994141,-167.1640625 53.4645767211914,-167.083755493164 53.5285949707031,-167.142791748047 53.5511016845703,-167.161666870117 53.6001968383789,-167.145858764648 53.620548248291,-167.121810913086 53.6297035217285,-167.093765258789 53.6302604675293,-167.066970825195 53.6180381774902,-167.046417236328 53.593879699707)),((-166.219451904297 53.7047119140625,-166.226959228516 53.7074966430664,-166.245544433594 53.7174835205078,-166.287246704102 53.7441520690918,-166.294448852539 53.7533302307129,-166.297241210938 53.7669296264648,-166.296661376953 53.779426574707,-166.291809082031 53.7942962646484,-166.19514465332 53.8349876403809,-166.171417236328 53.8411026000977,-166.110015869141 53.848876953125,-166.090026855469 53.8394317626953,-166.117492675781 53.7749824523926,-166.209991455078 53.7052688598633,-166.219451904297 53.7047119140625)),((-167.795318603516 53.4955368041992,-167.847808837891 53.4033126831055,-167.848907470703 53.3808135986328,-167.868041992188 53.3716506958008,-168.117797851563 53.2724838256836,-168.165832519531 53.2619323730469,-168.193603515625 53.2599945068359,-168.218627929688 53.2555465698242,-168.243591308594 53.2510986328125,-168.272827148438 53.2419357299805,-168.285552978516 53.2361068725586,-168.32682800293 53.2088737487793,-168.342529296875 53.1838684082031,-168.373870849609 53.1266555786133,-168.467514038086 53.0488815307617,-168.488891601563 53.0380477905273,-168.633087158203 52.9919357299805,-168.870544433594 52.9033126831055,-169.041961669922 52.832763671875,-169.057220458984 52.8288726806641,-169.086700439453 52.8280487060547,-169.053894042969 52.8605499267578,-168.969451904297 52.9097137451172,-168.897933959961 52.9323539733887,-168.880310058594 52.9383239746094,-168.871948242188 52.9474868774414,-168.775024414063 53.0572128295898,-168.767227172852 53.0708236694336,-168.765014648438 53.0838813781738,-168.773239135742 53.0923538208008,-168.793899536133 53.1009635925293,-168.798919677734 53.1141586303711,-168.791809082031 53.1501274108887,-168.756988525391 53.1816635131836,-168.73583984375 53.1969375610352,-168.621398925781 53.272216796875,-168.607528686523 53.2726287841797,-168.589172363281 53.2666625976563,-168.557800292969 53.2505416870117,-168.541381835938 53.24609375,-168.530029296875 53.2452697753906,-168.421966552734 53.2483215332031,-168.367370605469 53.2545776367188,-168.357238769531 53.2623558044434,-168.345306396484 53.2947158813477,-168.404479980469 53.345817565918,-168.409729003906 53.4079742431641,-168.354049682617 53.4733238220215,-168.239990234375 53.5286026000977,-168.085296630859 53.5569305419922,-168.005584716797 53.5635986328125,-167.85498046875 53.5194396972656,-167.795318603516 53.4955368041992)),((172.928588867188 52.7438812255859,172.900115966797 52.7872161865234,172.796081542969 52.868049621582,172.7744140625 52.8797149658203,172.707183837891 52.8741607666016,172.638305664063 52.8633270263672,172.494110107422 52.914436340332,172.478713989258 52.9222145080566,172.529144287109 52.9530487060547,172.544692993164 52.9598541259766,172.586364746094 52.9772109985352,172.647064208984 53.0016632080078,172.786651611328 53.0119400024414,172.889984130859 52.9997177124023,173.0263671875 52.9955444335938,173.123565673828 52.9927673339844,173.140258789063 52.9902725219727,173.311645507813 52.9195747375488,173.321411132813 52.9065856933594,173.297622680664 52.8802680969238,173.346618652344 52.8569412231445,173.436920166016 52.851936340332,173.434280395508 52.8320770263672,173.425262451172 52.8269424438477,173.321899414063 52.8211059570313,173.194427490234 52.8194427490234,173.098022460938 52.8083267211914,173.010803222656 52.797492980957,172.942047119141 52.7469367980957,172.928588867188 52.7438812255859)),((-170 52.8386726379395,-169.989990234375 52.8452606201172,-169.9755859375 52.8499908447266,-169.86474609375 52.8722076416016,-169.781158447266 52.8852615356445,-169.760833740234 52.884162902832,-169.726104736328 52.8813705444336,-169.714324951172 52.8779067993164,-169.681671142578 52.8622055053711,-169.677520751953 52.8524856567383,-169.675048828125 52.8177719116211,-169.708648681641 52.7769317626953,-169.721923828125 52.7713775634766,-169.734878540039 52.7717933654785,-169.74723815918 52.7780380249023,-169.879974365234 52.8088836669922,-169.920150756836 52.7897186279297,-169.960433959961 52.7856903076172,-169.991516113281 52.8008270263672,-170.013061523438 52.8183288574219,-170.006439208984 52.8344345092773,-170 52.8386726379395)),((-170.795013427734 52.5324935913086,-170.840301513672 52.5516586303711,-170.842224121094 52.5663757324219,-170.838088989258 52.5866546630859,-170.820159912109 52.6215133666992,-170.745407104492 52.6741561889648,-170.67170715332 52.694709777832,-170.631408691406 52.6919326782227,-170.605285644531 52.6866455078125,-170.592224121094 52.682487487793,-170.564590454102 52.6697769165039,-170.563766479492 52.6469383239746,-170.603485107422 52.5930442810059,-170.615127563477 52.5863761901855,-170.634765625 52.5819396972656,-170.655029296875 52.5813827514648,-170.6650390625 52.582763671875,-170.688903808594 52.5894317626953,-170.703475952148 52.5901260375977,-170.736114501953 52.5799865722656,-170.748077392578 52.573600769043,-170.770294189453 52.5594329833984,-170.795013427734 52.5324935913086)),((173.660247802734 52.348876953125,173.664001464844 52.3652725219727,173.628845214844 52.3916625976563,173.591918945313 52.3949966430664,173.577056884766 52.3938827514648,173.560241699219 52.3863830566406,173.5244140625 52.3808212280273,173.496917724609 52.3788757324219,173.375106811523 52.4019355773926,173.39485168457 52.4213829040527,173.454406738281 52.4505462646484,173.630798339844 52.5038833618164,173.698577880859 52.5083312988281,173.766662597656 52.5080490112305,173.785400390625 52.5033302307129,173.739120483398 52.3547134399414,173.724670410156 52.3522186279297,173.660247802734 52.348876953125)),((-174.979187011719 52.0547027587891,-174.918060302734 52.1063766479492,-174.908355712891 52.1106872558594,-174.79931640625 52.0949897766113,-174.666412353516 52.1097106933594,-174.600830078125 52.1191558837891,-174.504486083984 52.1345748901367,-174.49641418457 52.1436042785645,-174.506149291992 52.1491546630859,-174.526977539063 52.1455459594727,-174.540573120117 52.1474876403809,-174.550842285156 52.1542930603027,-174.554748535156 52.1736068725586,-174.441696166992 52.212215423584,-174.39892578125 52.2133255004883,-174.379974365234 52.2108154296875,-174.36474609375 52.2066497802734,-174.355575561523 52.2020721435547,-174.344177246094 52.1919326782227,-174.32861328125 52.1944274902344,-174.279174804688 52.2099838256836,-174.229309082031 52.2464485168457,-174.227096557617 52.2615165710449,-174.236679077148 52.269287109375,-174.345306396484 52.2786026000977,-174.368637084961 52.2774887084961,-174.418914794922 52.2883186340332,-174.435821533203 52.2949905395508,-174.446212768555 52.3067283630371,-174.433929443359 52.3191528320313,-174.337249755859 52.3649978637695,-174.180038452148 52.4176292419434,-174.158935546875 52.4186019897461,-174.080291748047 52.3901290893555,-174.029174804688 52.3558197021484,-173.990753173828 52.3221397399902,-173.993621826172 52.2934646606445,-174.141998291016 52.1238708496094,-174.209442138672 52.098876953125,-174.282257080078 52.1097106933594,-174.374694824219 52.0980377197266,-174.397277832031 52.0549926757813,-174.444152832031 52.0419387817383,-174.609466552734 52.0249938964844,-174.719757080078 52.0022125244141,-174.729736328125 52.0030517578125,-174.760177612305 52.0144424438477,-174.787536621094 52.0230407714844,-174.840270996094 52.0319366455078,-174.89045715332 52.0381851196289,-174.969757080078 52.0297088623047,-175.001281738281 52.0140190124512,-175.01335144043 52.002628326416,-175.079711914063 51.9983215332031,-175.128356933594 52.0016555786133,-175.183349609375 52.0074996948242,-175.259765625 52.0086059570313,-175.295028686523 52.0081901550293,-175.312805175781 51.9987373352051,-175.334030151367 52.0165176391602,-175.188323974609 52.0438766479492,-175.01171875 52.0727615356445,-174.999053955078 52.0723495483398,-174.979187011719 52.0547027587891)),((-172.521392822266 52.243049621582,-172.603759765625 52.2488746643066,-172.628051757813 52.2583236694336,-172.620269775391 52.2841606140137,-172.611663818359 52.29638671875,-172.567230224609 52.334716796875,-172.473907470703 52.3827667236328,-172.458892822266 52.3872146606445,-172.438323974609 52.3919296264648,-172.414184570313 52.3897094726563,-172.319152832031 52.3535995483398,-172.303787231445 52.3456802368164,-172.29655456543 52.3248519897461,-172.313903808594 52.3119277954102,-172.349456787109 52.2999877929688,-172.388366699219 52.2897186279297,-172.437927246094 52.2824974060059,-172.500335693359 52.2574996948242,-172.511962890625 52.2510986328125,-172.521392822266 52.243049621582)),((-173.495025634766 52.0149917602539,-173.504486083984 52.0213775634766,-173.561401367188 52.0488777160645,-173.673919677734 52.057487487793,-173.706130981445 52.0520706176758,-173.733062744141 52.0449905395508,-173.827484130859 52.035270690918,-173.837493896484 52.0361099243164,-173.923095703125 52.0516586303711,-174.028900146484 52.1047058105469,-174.056823730469 52.123046875,-174.050720214844 52.1324920654297,-173.792816162109 52.1061019897461,-173.781829833984 52.1166572570801,-173.772277832031 52.1208267211914,-173.756439208984 52.1247024536133,-173.636413574219 52.1474838256836,-173.626373291016 52.1480407714844,-173.591979980469 52.1494369506836,-173.548919677734 52.1463775634766,-173.542388916016 52.1195678710938,-173.512115478516 52.1058197021484,-173.440856933594 52.1024856567383,-173.363311767578 52.1013793945313,-173.300567626953 52.1041526794434,-173.258911132813 52.10693359375,-173.183349609375 52.1077728271484,-173.172546386719 52.1074905395508,-173.138366699219 52.1044387817383,-173.022827148438 52.0935974121094,-172.959045410156 52.0838775634766,-173.026672363281 52.0702667236328,-173.157257080078 52.0552597045898,-173.181533813477 52.0552673339844,-173.213928222656 52.0663757324219,-173.233627319336 52.0711059570313,-173.474197387695 52.0361061096191,-173.495025634766 52.0149917602539)),((177.318572998047 51.8211059570313,177.289428710938 51.8524932861328,177.244537353516 51.8758239746094,177.248016357422 51.902214050293,177.366638183594 51.9699859619141,177.388885498047 51.9777679443359,177.464691162109 51.9877700805664,177.523315429688 52.0461044311523,177.553588867188 52.1005477905273,177.569427490234 52.1130523681641,177.599136352539 52.1262397766113,177.613433837891 52.1272125244141,177.677474975586 52.105827331543,177.684906005859 52.0842971801758,177.60807800293 51.9234657287598,177.565246582031 51.9116592407227,177.494689941406 51.9238815307617,177.466354370117 51.9361000061035,177.453033447266 51.936653137207,177.404708862305 51.9267997741699,177.394134521484 51.9227676391602,177.376892089844 51.9124908447266,177.35107421875 51.8944396972656,177.341217041016 51.8836059570313,177.318572998047 51.8211059570313)),((-176.054748535156 51.9616546630859,-176.070281982422 51.9658279418945,-176.167526245117 51.994571685791,-176.189743041992 52.0394325256348,-176.191986083984 52.0511016845703,-176.189178466797 52.0623512268066,-176.165588378906 52.0911026000977,-176.152221679688 52.1033248901367,-176.133605957031 52.1083297729492,-176.050552368164 52.1029090881348,-176.041717529297 52.0980377197266,-175.995300292969 52.0291595458984,-176.018356323242 51.9716453552246,-176.037231445313 51.9644317626953,-176.054748535156 51.9616546630859)),((179.649719238281 51.8672103881836,179.639709472656 51.8674926757813,179.560791015625 51.8836059570313,179.531097412109 51.8919372558594,179.5 51.9141540527344,179.489547729492 51.9302711486816,179.486907958984 51.9742965698242,179.628707885742 52.0280494689941,179.642761230469 52.0283279418945,179.658599853516 52.0247116088867,179.768997192383 51.9661026000977,179.775939941406 51.9529762268066,179.753326416016 51.9202728271484,179.737457275391 51.9030456542969,179.649719238281 51.8672103881836)),((178.528045654297 51.8933258056641,178.519134521484 51.894157409668,178.500259399414 51.8990173339844,178.466918945313 51.9205474853516,178.453170776367 51.9417953491211,178.476409912109 51.9862442016602,178.518859863281 51.9874954223633,178.576629638672 51.9710998535156,178.587463378906 51.9638824462891,178.606628417969 51.946102142334,178.603576660156 51.9322128295898,178.56706237793 51.9001312255859,178.536926269531 51.8936080932617,178.528045654297 51.8933258056641)),((-176.938629150391 51.5844345092773,-176.961944580078 51.5902709960938,-176.976684570313 51.5981826782227,-176.980987548828 51.6163787841797,-176.972259521484 51.6577606201172,-176.893341064453 51.7658309936523,-176.781402587891 51.8302688598633,-176.783355712891 51.9252624511719,-176.775161743164 51.9422760009766,-176.758361816406 51.9508285522461,-176.743041992188 51.9549865722656,-176.605560302734 51.9855499267578,-176.584747314453 51.9863815307617,-176.559768676758 51.9847106933594,-176.548080444336 51.9783248901367,-176.540283203125 51.9235992431641,-176.548355102539 51.907901763916,-176.558044433594 51.9038696289063,-176.587799072266 51.9058227539063,-176.605697631836 51.9013748168945,-176.642242431641 51.8572158813477,-176.594039916992 51.8304061889648,-176.58251953125 51.8299865722656,-176.554992675781 51.8391494750977,-176.465026855469 51.8435974121094,-176.430282592773 51.8373489379883,-176.423629760742 51.8277702331543,-176.416687011719 51.7497177124023,-176.427520751953 51.7323455810547,-176.466979980469 51.7191467285156,-176.530609130859 51.7269287109375,-176.707672119141 51.6776237487793,-176.723602294922 51.6591567993164,-176.9130859375 51.6038818359375,-176.938629150391 51.5844345092773)),((-177.642242431641 51.6494369506836,-177.651977539063 51.6499938964844,-177.669326782227 51.6563758850098,-177.702789306641 51.6984596252441,-177.639465332031 51.7324867248535,-177.626922607422 51.7324905395508,-177.610565185547 51.7267913818359,-177.565856933594 51.7174835205078,-177.5361328125 51.7158279418945,-177.525329589844 51.7161026000977,-177.294769287109 51.7769317626953,-177.243347167969 51.7933197021484,-177.213043212891 51.8088836669922,-177.200637817383 51.8240242004395,-177.199768066406 51.8447036743164,-177.197784423828 51.8827667236328,-177.195587158203 51.920539855957,-177.178237915039 51.9338760375977,-177.157257080078 51.9383239746094,-177.141952514648 51.9377632141113,-177.105285644531 51.9297103881836,-177.093078613281 51.9266586303711,-177.079711914063 51.9210968017578,-177.047790527344 51.9031829833984,-177.044876098633 51.8919296264648,-177.122222900391 51.7844314575195,-177.129333496094 51.7216567993164,-177.153900146484 51.6994247436523,-177.260589599609 51.6719284057617,-177.270599365234 51.672492980957,-177.285858154297 51.676383972168,-177.333892822266 51.702766418457,-177.374176025391 51.7263717651367,-177.384216308594 51.7269287109375,-177.425842285156 51.7249908447266,-177.623611450195 51.6942901611328,-177.640014648438 51.680549621582,-177.642242431641 51.6494369506836)),((-177.907806396484 51.591926574707,-177.949981689453 51.6063766479492,-178.087493896484 51.659423828125,-178.100830078125 51.6647109985352,-178.092102050781 51.6963691711426,-178.081115722656 51.6987380981445,-178.066146850586 51.6944274902344,-178.036544799805 51.6956825256348,-177.9716796875 51.7141494750977,-177.954879760742 51.7209510803223,-177.948760986328 51.7308197021484,-177.949981689453 51.746940612793,-177.954040527344 51.7619361877441,-177.962783813477 51.7705497741699,-178.069732666016 51.8108215332031,-178.171661376953 51.8466567993164,-178.216522216797 51.8636016845703,-178.216552734375 51.8742942810059,-178.186965942383 51.8969306945801,-178.171417236328 51.904426574707,-178.151840209961 51.9097061157227,-178.109161376953 51.9147109985352,-177.941696166992 51.9186058044434,-177.930572509766 51.9152679443359,-177.886169433594 51.8844375610352,-177.825317382813 51.8311004638672,-177.797241210938 51.7888793945313,-177.813903808594 51.7197036743164,-177.879150390625 51.6847076416016,-177.9111328125 51.659423828125,-177.913208007813 51.6373558044434,-177.907806396484 51.591926574707)),((-176.139190673828 51.7744369506836,-176.143341064453 51.7744369506836,-176.155609130859 51.7805404663086,-176.216125488281 51.8177680969238,-176.219039916992 51.8344383239746,-176.207672119141 51.8767890930176,-176.17919921875 51.8816528320313,-176.169189453125 51.881103515625,-176.02392578125 51.8480377197266,-176.013916015625 51.8330421447754,-176.006134033203 51.8097076416016,-176.021697998047 51.8166656494141,-176.032501220703 51.8233184814453,-176.140319824219 51.8199195861816,-176.150329589844 51.8005447387695,-176.149200439453 51.7888793945313,-176.139190673828 51.7744369506836)),((-176.33642578125 51.7216567993164,-176.345001220703 51.7216567993164,-176.381942749023 51.7280387878418,-176.392547607422 51.7386016845703,-176.39697265625 51.7497177124023,-176.404342651367 51.7761001586914,-176.416152954102 51.8524932861328,-176.392547607422 51.8605499267578,-176.318908691406 51.8669357299805,-176.308929443359 51.8677597045898,-176.278091430664 51.8591575622559,-176.264495849609 51.8113708496094,-176.261169433594 51.7802658081055,-176.327072143555 51.7261009216309,-176.33642578125 51.7216567993164)),((179.252197265625 51.3474884033203,179.030822753906 51.4872131347656,179.022216796875 51.4955444335938,178.970794677734 51.5324935913086,178.9599609375 51.5397186279297,178.892486572266 51.5633239746094,178.843170166016 51.5719413757324,178.827056884766 51.569164276123,178.7744140625 51.5691604614258,178.716201782227 51.5840225219727,178.660797119141 51.618049621582,178.649993896484 51.6252670288086,178.638320922852 51.6354103088379,178.669692993164 51.6562423706055,178.682189941406 51.6566543579102,178.694122314453 51.6488800048828,178.730102539063 51.6340179443359,178.883026123047 51.6184616088867,178.900543212891 51.6136093139648,178.914428710938 51.6086044311523,178.981353759766 51.5813827514648,178.994964599609 51.5727729797363,179.007354736328 51.5519409179688,179.033599853516 51.5299911499023,179.075256347656 51.5008316040039,179.250518798828 51.4070739746094,179.293304443359 51.4099884033203,179.384704589844 51.4024887084961,179.457885742188 51.3806838989258,179.468017578125 51.3676338195801,179.405868530273 51.3641815185547,179.398590087891 51.3747138977051,179.385528564453 51.3747100830078,179.291351318359 51.3583297729492,179.2744140625 51.3547134399414,179.252197265625 51.3474884033203)),((-122.895553588867 48.7111053466797,-122.883056640625 48.7111053466797,-122.858612060547 48.7061004638672,-122.8447265625 48.7011032104492,-122.780838012695 48.6769409179688,-122.748329162598 48.6599922180176,-122.751113891602 48.6490211486816,-122.807632446289 48.605411529541,-122.878326416016 48.5879058837891,-122.899436950684 48.5861053466797,-122.919998168945 48.5874938964844,-123.000419616699 48.5995750427246,-123.012496948242 48.605827331543,-123.023338317871 48.6242980957031,-123.020278930664 48.6355514526367,-122.940277099609 48.7044372558594,-122.926246643066 48.7108268737793,-122.895553588867 48.7111053466797)),((-122.868057250977 48.552490234375,-122.855560302734 48.5241622924805,-122.814727783203 48.4672164916992,-122.808883666992 48.4544372558594,-122.807502746582 48.4424896240234,-122.807769775391 48.4274940490723,-122.814437866211 48.417911529541,-122.827087402344 48.4163818359375,-122.839172363281 48.4177703857422,-122.860549926758 48.4213790893555,-122.934860229492 48.4552726745605,-122.936660766602 48.4749908447266,-122.936111450195 48.4916610717773,-122.916107177734 48.5366630554199,-122.870475769043 48.5606117248535,-122.868057250977 48.552490234375)),((-122.588333129883 48.392219543457,-122.520278930664 48.3272171020508,-122.505836486816 48.3074913024902,-122.514450073242 48.2961044311523,-122.526947021484 48.2908325195313,-122.551109313965 48.2833290100098,-122.562767028809 48.285270690918,-122.57250213623 48.2961082458496,-122.584999084473 48.3015213012695,-122.614715576172 48.3007545471191,-122.663887023926 48.2447128295898,-122.649307250977 48.2272109985352,-122.624160766602 48.2197113037109,-122.607223510742 48.2111053466797,-122.592216491699 48.2005462646484,-122.58332824707 48.1927642822266,-122.486389160156 48.1011047363281,-122.365280151367 48.0374984741211,-122.33805847168 47.9816589355469,-122.335136413574 47.9674911499023,-122.342216491699 47.9547119140625,-122.369995117188 47.9213829040527,-122.423316955566 47.9258270263672,-122.531677246094 47.9811019897461,-122.561393737793 48.022216796875,-122.606658935547 48.0874938964844,-122.74137878418 48.2105484008789,-122.750289916992 48.2191543579102,-122.756805419922 48.2311019897461,-122.753753662109 48.2486038208008,-122.661117553711 48.3774871826172,-122.596389770508 48.4062423706055,-122.588333129883 48.392219543457)),((-122.381103515625 47.3947143554688,-122.410552978516 47.3872146606445,-122.48388671875 47.347354888916,-122.494453430176 47.3458251953125,-122.504180908203 47.3530502319336,-122.518547058105 47.3715171813965,-122.511123657227 47.4088821411133,-122.496109008789 47.4611053466797,-122.449440002441 47.5163154602051,-122.442489624023 47.4911041259766,-122.421943664551 47.4322128295898,-122.415283203125 47.4230499267578,-122.381103515625 47.3947143554688)),((-68.2413787841797 44.4388809204102,-68.1924896240234 44.3911056518555,-68.185546875 44.3824920654297,-68.1744384765625 44.3647155761719,-68.1688842773438 44.349365234375,-68.1824951171875 44.3327713012695,-68.1927642822266 44.3252716064453,-68.3237609863281 44.2365188598633,-68.3355560302734 44.2383270263672,-68.4062576293945 44.2713813781738,-68.4147186279297 44.2819366455078,-68.4274978637695 44.3216590881348,-68.4061126708984 44.3694381713867,-68.3652725219727 44.4286041259766,-68.3502807617188 44.4402656555176,-68.2986145019531 44.4491577148438,-68.2591705322266 44.4520797729492,-68.2455520629883 44.4465179443359,-68.2413787841797 44.4388809204102)),((-68.6327667236328 44.2766571044922,-68.6260986328125 44.273323059082,-68.6158294677734 44.2661056518555,-68.6043014526367 44.2512435913086,-68.6047210693359 44.2249908447266,-68.6151351928711 44.1881866455078,-68.6477813720703 44.1698570251465,-68.6647186279297 44.1674957275391,-68.710563659668 44.1777687072754,-68.7209701538086 44.2316551208496,-68.6711120605469 44.2843017578125,-68.6597290039063 44.2838821411133,-68.6327667236328 44.2766571044922)),((-71.2205505371094 41.6333312988281,-71.2274932861328 41.539436340332,-71.2327728271484 41.4947128295898,-71.2975006103516 41.4586029052734,-71.3556213378906 41.4576301574707,-71.3097229003906 41.5611038208008,-71.2631912231445 41.6304817199707,-71.2209777832031 41.6519393920898,-71.2205505371094 41.6333312988281)),((-70.5569458007813 41.4652709960938,-70.5491638183594 41.4574966430664,-70.5422210693359 41.4491577148438,-70.5102844238281 41.4080429077148,-70.5091705322266 41.355411529541,-70.5191650390625 41.3527755737305,-70.5480499267578 41.3538818359375,-70.5797271728516 41.3563842773438,-70.6011047363281 41.3569412231445,-70.6299896240234 41.355827331543,-70.6763916015625 41.3516616821289,-70.6966552734375 41.348876953125,-70.7280578613281 41.3419342041016,-70.7424926757813 41.3356857299805,-70.7530670166016 41.325553894043,-70.7543106079102 41.3130493164063,-70.7654266357422 41.3087387084961,-70.7811126708984 41.3161010742188,-70.802490234375 41.3302764892578,-70.8119354248047 41.3372116088867,-70.8349990844727 41.3611755371094,-70.6563873291016 41.4588851928711,-70.6172180175781 41.473876953125,-70.5630493164063 41.468879699707,-70.5569458007813 41.4652709960938)),((-70.0194549560547 41.3838806152344,-69.9949951171875 41.3280487060547,-69.9598617553711 41.2822151184082,-69.9625701904297 41.2659645080566,-69.9794464111328 41.2552719116211,-69.9938812255859 41.2502746582031,-70.0136260986328 41.2477722167969,-70.0347290039063 41.246940612793,-70.0936126708984 41.248046875,-70.1077728271484 41.2483291625977,-70.1408386230469 41.2566604614258,-70.2322235107422 41.2816619873047,-70.1977691650391 41.2941589355469,-70.177490234375 41.2958297729492,-70.1095886230469 41.2962455749512,-70.0352783203125 41.3591613769531,-70.0194549560547 41.3838806152344)),((-72.8677673339844 40.756103515625,-72.8905563354492 40.7737426757813,-73.0109100341797 40.7529106140137,-73.0952758789063 40.7305450439453,-73.1402893066406 40.718879699707,-73.4385986328125 40.6658248901367,-73.5611114501953 40.6452713012695,-73.6527862548828 40.619987487793,-73.5872955322266 40.6036033630371,-73.6180572509766 40.5944366455078,-73.6536102294922 40.593879699707,-73.7972259521484 40.5922164916992,-73.7772827148438 40.6148948669434,-73.771110534668 40.6354370117188,-73.8127746582031 40.6566543579102,-73.8363876342773 40.6594352722168,-73.8597183227539 40.656795501709,-73.8997344970703 40.6358261108398,-73.8812484741211 40.6094360351563,-73.9433212280273 40.5852699279785,-74.0044479370117 40.5804138183594,-74.0325012207031 40.6258239746094,-74.0310440063477 40.6489486694336,-74.0050048828125 40.6799926757813,-74.0025024414063 40.6944351196289,-73.9399871826172 40.7730484008789,-73.9169464111328 40.7923583984375,-73.8355560302734 40.8049926757813,-73.7316741943359 40.8516616821289,-73.6176300048828 40.9090194702148,-73.5894470214844 40.9205474853516,-73.4905548095703 40.9341583251953,-73.3541717529297 40.9258270263672,-73.2266693115234 40.9105453491211,-73.1988830566406 40.9174919128418,-73.1504211425781 40.943042755127,-73.0372161865234 40.9685974121094,-72.8936157226563 40.9699859619141,-72.7813873291016 40.9655456542969,-72.7583389282227 40.9637451171875,-72.6376419067383 40.9816589355469,-72.6136093139648 40.9901313781738,-72.5774993896484 41.0155487060547,-72.527946472168 41.0452156066895,-72.4530639648438 41.0888824462891,-72.350830078125 41.1408309936523,-72.2852783203125 41.1619338989258,-72.2416610717773 41.1570739746094,-72.2576446533203 41.1291580200195,-72.2854843139648 41.1194343566895,-72.3883361816406 41.0849914550781,-72.6171112060547 40.917594909668,-72.5847320556641 40.9060974121094,-72.4912414550781 40.9045753479004,-72.4362411499023 40.9223556518555,-72.4019470214844 40.964714050293,-72.3458404541016 40.9997177124023,-72.2636260986328 41.0194396972656,-72.135009765625 41.035270690918,-72.1099319458008 41.0054817199707,-72.0533294677734 41.0161056518555,-72.0213241577148 41.0333251953125,-72.0006942749023 41.0509643554688,-71.9199981689453 41.0820770263672,-71.8667984008789 41.0747833251953,-72.0841674804688 40.9816589355469,-72.352783203125 40.8872146606445,-72.4466552734375 40.8555526733398,-72.5427703857422 40.825553894043,-72.6658325195313 40.7944412231445,-72.6986083984375 40.7897186279297,-72.8194580078125 40.7699890136719,-72.8677673339844 40.756103515625)),((-120 33.989631652832,-119.969444274902 33.9923553466797,-119.96639251709 33.9624900817871,-120.036529541016 33.9191589355469,-120.107498168945 33.9055480957031,-120.121658325195 33.9080429077148,-120.145278930664 33.9166641235352,-120.164436340332 33.9277725219727,-120.172233581543 33.9347152709961,-120.192207336426 33.9594345092773,-120.226097106934 34.006103515625,-120.184722900391 34.0158309936523,-120.135009765625 34.0261001586914,-120.051940917969 34.0361099243164,-120.035278320313 34.0238800048828,-120 33.989631652832)),((-118.516662597656 33.4777679443359,-118.445266723633 33.4427642822266,-118.403343200684 33.4280471801758,-118.349731445313 33.3983306884766,-118.297233581543 33.3460998535156,-118.293121337891 33.3286743164063,-118.303741455078 33.3098526000977,-118.449645996094 33.3286056518555,-118.58992767334 33.4838104248047,-118.581123352051 33.4908294677734,-118.541801452637 33.4894371032715,-118.52889251709 33.4862442016602,-118.516662597656 33.4777679443359)),((-118.530288696289 32.9933242797852,-118.526107788086 32.9836044311523,-118.520278930664 32.9749908447266,-118.504997253418 32.959716796875,-118.482223510742 32.9380416870117,-118.413330078125 32.8855514526367,-118.369163513184 32.8547134399414,-118.369453430176 32.8327713012695,-118.40860748291 32.8170776367188,-118.477783203125 32.8527755737305,-118.486938476563 32.85888671875,-118.493881225586 32.8666610717773,-118.533889770508 32.9272155761719,-118.570556640625 32.9841613769531,-118.594863891602 33.0330505371094,-118.593894958496 33.0445823669434,-118.554428100586 33.0430526733398,-118.530288696289 32.9933242797852)),((-86.5588836669922 30.3966636657715,-86.6254043579102 30.3997192382813,-86.7505645751953 30.3980522155762,-86.9102783203125 30.3722190856934,-86.9924926757813 30.3586082458496,-87.0666656494141 30.3458290100098,-87.0891723632813 30.3399963378906,-87.1752777099609 30.3274955749512,-87.2097320556641 30.3224983215332,-87.2511138916016 30.3174266815186,-87.2700042724609 30.3205528259277,-87.2836151123047 30.3261070251465,-87.2903442382813 30.3345794677734,-87.1450042724609 30.3461074829102,-87.0216674804688 30.3708305358887,-86.8905639648438 30.3886070251465,-86.7769470214844 30.4033279418945,-86.7630615234375 30.4049949645996,-86.7344360351563 30.4072189331055,-86.7014007568359 30.4086074829102,-86.631103515625 30.4111061096191,-86.5854187011719 30.4104118347168,-86.5276412963867 30.397045135498,-86.5588836669922 30.3966636657715)),((-91.7241668701172 29.5586090087891,-91.7829208374023 29.4876346588135,-91.8420867919922 29.482494354248,-91.9877777099609 29.5508308410645,-92.0274963378906 29.5711097717285,-92.0368041992188 29.5813865661621,-92.0344390869141 29.5916633605957,-92.0230560302734 29.6038856506348,-92.005973815918 29.6179809570313,-91.9229202270508 29.6444416046143,-91.9105529785156 29.6452751159668,-91.8680572509766 29.6377754211426,-91.8563842773438 29.6349945068359,-91.7383270263672 29.5769424438477,-91.7241668701172 29.5586090087891)),((-94.8419494628906 29.2694435119629,-94.8419494628906 29.2680549621582,-94.8572235107422 29.254997253418,-94.8699951171875 29.2461051940918,-94.8791656494141 29.2402725219727,-95.1123199462891 29.1015605926514,-95.1002807617188 29.1202735900879,-95.0913848876953 29.1294403076172,-94.9561157226563 29.2377738952637,-94.8213958740234 29.3386077880859,-94.7815093994141 29.3183650970459,-94.7847290039063 29.3080520629883,-94.8419494628906 29.2694435119629)),((-96.7766418457031 28.1920547485352,-96.774169921875 28.1913833618164,-96.7563934326172 28.1944389343262,-96.7109756469727 28.204439163208,-96.6636123657227 28.2374954223633,-96.6549987792969 28.2472152709961,-96.6445846557617 28.2606925964355,-96.5072326660156 28.3349952697754,-96.4306945800781 28.3768005371094,-96.4251403808594 28.3901348114014,-96.4099273681641 28.3952045440674,-96.4005584716797 28.3672180175781,-96.3997344970703 28.3505516052246,-96.4070892333984 28.336109161377,-96.4194488525391 28.3249969482422,-96.4494323730469 28.3108291625977,-96.4700012207031 28.3033294677734,-96.4863891601563 28.2977752685547,-96.5283355712891 28.2797203063965,-96.5519409179688 28.2666664123535,-96.6924896240234 28.1827735900879,-96.7066650390625 28.1736068725586,-96.7369384765625 28.1538848876953,-96.7536163330078 28.1411056518555,-96.8055572509766 28.0999984741211,-96.8136138916016 28.0924949645996,-96.8175048828125 28.1099967956543,-96.8108291625977 28.1652717590332,-96.8038787841797 28.1786079406738,-96.7944488525391 28.1894378662109,-96.7827758789063 28.1924934387207,-96.7766418457031 28.1920547485352)),((-96.8391723632813 28.1063842773438,-96.8486175537109 28.0838851928711,-96.8877868652344 28.0305519104004,-97.0252838134766 27.869441986084,-97.0358276367188 27.8752746582031,-97.0238952636719 27.9116630554199,-96.9219360351563 28.0897178649902,-96.8704071044922 28.1347179412842,-96.8427810668945 28.1183300018311,-96.8363876342773 28.10888671875,-96.8391723632813 28.1063842773438)),((-80.3875503540039 25.1817951202393,-80.35888671875 25.2188835144043,-80.3416748046875 25.2574996948242,-80.3313903808594 25.2911071777344,-80.2868041992188 25.3418025970459,-80.2738876342773 25.348747253418,-80.2609786987305 25.3480529785156,-80.2568130493164 25.3352737426758,-80.2677764892578 25.3283309936523,-80.3641662597656 25.160551071167,-80.3702697753906 25.1461086273193,-80.5753555297852 24.9472160339355,-80.5951461791992 24.9463844299316,-80.6008605957031 24.9508094787598,-80.5716705322266 24.9666614532471,-80.45556640625 25.0913848876953,-80.4102783203125 25.1508293151855,-80.3875503540039 25.1817951202393)),((-159.451416015625 21.8699913024902,-159.461120605469 21.8837451934814,-159.505432128906 21.8970775604248,-159.560272216797 21.9002685546875,-159.70751953125 21.9580497741699,-159.754196166992 21.9791603088379,-159.786682128906 22.0222206115723,-159.790313720703 22.0359687805176,-159.789489746094 22.0508308410645,-159.785308837891 22.0613822937012,-159.730316162109 22.1372146606445,-159.714614868164 22.1541633605957,-159.582641601563 22.2262420654297,-159.552658081055 22.2361030578613,-159.401672363281 22.2391586303711,-159.349578857422 22.2199897766113,-159.327484130859 22.2016563415527,-159.317504882813 22.1902694702148,-159.29182434082 22.1413841247559,-159.288940429688 22.1269416809082,-159.333099365234 21.9655456542969,-159.378601074219 21.9208297729492,-159.433624267578 21.8813858032227,-159.451416015625 21.8699913024902)),((-160.199768066406 21.7836036682129,-160.204467773438 21.7836036682129,-160.231689453125 21.8005485534668,-160.246398925781 21.8115234375,-160.247924804688 21.8433303833008,-160.227203369141 21.8913803100586,-160.197540283203 21.9199905395508,-160.182800292969 21.9341583251953,-160.086242675781 22.01735496521,-160.061401367188 22.0138816833496,-160.046539306641 21.9980506896973,-160.071136474609 21.9091606140137,-160.091278076172 21.8965225219727,-160.114990234375 21.8874969482422,-160.130416870117 21.8847160339355,-160.147811889648 21.8858299255371,-160.182220458984 21.8369407653809,-160.199768066406 21.7836036682129)),((-157.813079833984 21.2588844299316,-157.867797851563 21.3191604614258,-157.88752746582 21.3327751159668,-157.902526855469 21.3369407653809,-157.926132202148 21.3206882476807,-157.985260009766 21.3024978637695,-158.100570678711 21.2944431304932,-158.108200073242 21.3013820648193,-158.111663818359 21.3152694702148,-158.113891601563 21.3336067199707,-158.116394042969 21.3447189331055,-158.123077392578 21.3591575622559,-158.130859375 21.3727684020996,-158.136413574219 21.3813858032227,-158.178070068359 21.426383972168,-158.203063964844 21.4519386291504,-158.220001220703 21.4630508422852,-158.235198974609 21.4785327911377,-158.273498535156 21.5777721405029,-158.264770507813 21.5866584777832,-158.10693359375 21.6097145080566,-158.047241210938 21.6661033630371,-158.031707763672 21.6794395446777,-158.011856079102 21.6923542022705,-157.971923828125 21.6994361877441,-157.957763671875 21.6927719116211,-157.943908691406 21.684440612793,-157.928894042969 21.6705474853516,-157.922546386719 21.6624946594238,-157.876678466797 21.5766639709473,-157.855133056641 21.5113868713379,-157.844177246094 21.4711036682129,-157.803359985352 21.4347133636475,-157.780715942383 21.4269371032715,-157.730316162109 21.4116592407227,-157.665588378906 21.324161529541,-157.708648681641 21.2686042785645,-157.760589599609 21.2713813781738,-157.813079833984 21.2588844299316)),((-156.867492675781 21.0458297729492,-156.875 21.0461044311523,-156.888366699219 21.0480537414551,-156.956390380859 21.0708274841309,-157.021942138672 21.0955505371094,-157.037231445313 21.1024932861328,-157.054443359375 21.1069374084473,-157.067810058594 21.10888671875,-157.082763671875 21.1094398498535,-157.096130371094 21.10888671875,-157.119140625 21.1027755737305,-157.157516479492 21.0944404602051,-157.259460449219 21.0880508422852,-157.297393798828 21.0901336669922,-157.304046630859 21.0977725982666,-157.294174194336 21.1436061859131,-157.286987304688 21.1544418334961,-157.244140625 21.1986045837402,-157.188629150391 21.209716796875,-157.034759521484 21.194995880127,-156.974456787109 21.183048248291,-156.894470214844 21.1611022949219,-156.843627929688 21.1602745056152,-156.829162597656 21.1602745056152,-156.810653686523 21.1652011871338,-156.791397094727 21.1766586303711,-156.750457763672 21.1727733612061,-156.705154418945 21.1555480957031,-156.714721679688 21.1394386291504,-156.750289916992 21.0908260345459,-156.762130737305 21.0808258056641,-156.838592529297 21.0527725219727,-156.849456787109 21.0491638183594,-156.867492675781 21.0458297729492)),((-156.374176025391 20.5808296203613,-156.388366699219 20.5822143554688,-156.420013427734 20.5886077880859,-156.444046020508 20.6119403839111,-156.448089599609 20.6383285522461,-156.448333740234 20.6580505371094,-156.446960449219 20.699161529541,-156.447540283203 20.7188835144043,-156.45166015625 20.7352676391602,-156.471954345703 20.788330078125,-156.483123779297 20.7978420257568,-156.501403808594 20.7994384765625,-156.517547607422 20.7938842773438,-156.534317016602 20.786247253418,-156.570281982422 20.7983283996582,-156.58642578125 20.8047142028809,-156.626922607422 20.8213806152344,-156.640563964844 20.829719543457,-156.688629150391 20.8861045837402,-156.701599121094 20.9261016845703,-156.697265625 20.9474945068359,-156.692230224609 20.9569396972656,-156.661437988281 21.0136108398438,-156.597091674805 21.0513820648193,-156.526672363281 20.9938812255859,-156.519470214844 20.9866561889648,-156.511169433594 20.9736022949219,-156.503387451172 20.9536056518555,-156.494720458984 20.9341583251953,-156.480010986328 20.9027729034424,-156.470443725586 20.8973560333252,-156.387390136719 20.9133281707764,-156.378051757813 20.9183254241943,-156.363311767578 20.936107635498,-156.352508544922 20.9399948120117,-156.333358764648 20.9461040496826,-156.288635253906 20.9498558044434,-156.231384277344 20.9354782104492,-156.216644287109 20.9163856506348,-156.206695556641 20.904712677002,-156.196136474609 20.8936042785645,-156.1875 20.8874969482422,-156.113906860352 20.8408298492432,-156.087768554688 20.840274810791,-156.027236938477 20.8112449645996,-156.002258300781 20.794994354248,-155.993347167969 20.7824935913086,-155.987243652344 20.7642993927002,-155.988067626953 20.7511081695557,-155.994720458984 20.7322158813477,-156.001708984375 20.717212677002,-156.008087158203 20.7088813781738,-156.045318603516 20.6738815307617,-156.061706542969 20.6611022949219,-156.13981628418 20.6295738220215,-156.158630371094 20.6302757263184,-156.169769287109 20.6344375610352,-156.182220458984 20.6372146606445,-156.199432373047 20.6380500793457,-156.342239379883 20.5956897735596,-156.374176025391 20.5808296203613)),((-156.907257080078 20.7377738952637,-156.966125488281 20.743465423584,-157.055969238281 20.886661529541,-157.055572509766 20.9108276367188,-157.046417236328 20.9190216064453,-157.033081054688 20.9230499267578,-157.014190673828 20.9258232116699,-157.000610351563 20.9266586303711,-156.924194335938 20.9278430938721,-156.905029296875 20.9208297729492,-156.890319824219 20.9130516052246,-156.877227783203 20.9038848876953,-156.823089599609 20.8544425964355,-156.812255859375 20.8436088562012,-156.80500793457 20.8263835906982,-156.807373046875 20.8156909942627,-156.817504882813 20.8002738952637,-156.833099365234 20.7794418334961,-156.839477539063 20.771110534668,-156.847259521484 20.7644386291504,-156.891998291016 20.7441596984863,-156.907257080078 20.7377738952637)),((-155.823333740234 20.2724952697754,-155.744735717773 20.2422142028809,-155.727081298828 20.2302684783936,-155.720550537109 20.2072143554688,-155.574890136719 20.1283283233643,-155.514770507813 20.1208305358887,-155.432357788086 20.1002750396729,-155.341247558594 20.0623569488525,-155.210998535156 20.0016632080078,-155.183349609375 19.9851322174072,-155.160430908203 19.9644393920898,-155.139190673828 19.941104888916,-155.085159301758 19.8804111480713,-155.000854492188 19.7461013793945,-154.966644287109 19.6502685546875,-154.924194335938 19.6095771789551,-154.859710693359 19.5752716064453,-154.797821044922 19.5380859375,-154.815170288086 19.477632522583,-154.832077026367 19.4559650421143,-155.005584716797 19.3288803100586,-155.145294189453 19.283332824707,-155.167266845703 19.2769393920898,-155.188339233398 19.2731895446777,-155.212387084961 19.2747192382813,-155.240844726563 19.2841625213623,-155.287109375 19.2756900787354,-155.498321533203 19.1377716064453,-155.518646240234 19.1241645812988,-155.539276123047 19.1034660339355,-155.551132202148 19.0768032073975,-155.553894042969 19.0424957275391,-155.589874267578 18.9877700805664,-155.663146972656 18.9254779815674,-155.67610168457 18.9556179046631,-155.703918457031 18.976936340332,-155.800430297852 19.0308971405029,-155.85514831543 19.0312461853027,-155.900299072266 19.0903396606445,-155.907867431641 19.1587429046631,-155.900329589844 19.2130508422852,-155.890319824219 19.2694435119629,-155.879089355469 19.3617992401123,-156.01252746582 19.666036605835,-156.037536621094 19.7063827514648,-156.048980712891 19.7350597381592,-156.046112060547 19.7686042785645,-156.03515625 19.7886753082275,-155.967636108398 19.8509674072266,-155.929580688477 19.8606910705566,-155.813262939453 20.0040245056152,-155.811126708984 20.0343036651611,-155.82341003418 20.0518016815186,-155.853881835938 20.0833282470703,-155.874038696289 20.1138153076172,-155.894546508789 20.1737442016602,-155.887954711914 20.2222156524658,-155.878601074219 20.2466583251953,-155.867767333984 20.2651329040527,-155.846542358398 20.2776336669922,-155.823333740234 20.2724952697754)),((-75.0852813720703 19.8930397033691,-75.1213989257813 19.8874969482422,-75.1344451904297 19.8869438171387,-75.1597290039063 19.8904838562012,-75.1644592285156 19.9024963378906,-75.1397399902344 19.9628715515137,-75.0872344970703 19.9655532836914,-75.0855560302734 19.9172210693359,-75.0852813720703 19.8930397033691)),((-75.2237243652344 19.901554107666,-75.2269592285156 19.9244422912598,-75.1932067871094 19.9609718322754,-75.1591796875 19.9630546569824,-75.1591796875 19.960693359375,-75.1702880859375 19.9313888549805,-75.2237243652344 19.901554107666)))";
            const string strWKT2 = @"POLYGON((-97.75634765625 30.3071594238281,-97.734375 30.3071594238281,-97.734375 30.2906799316406,-97.75634765625 30.2906799316406,-97.75634765625 30.3071594238281))";

            var reader = new WKTReader();
            var geom1 = reader.Read(strWKT1);
            var geom2 = reader.Read(strWKT2);

            OverlayOp.NodingValidatorDisabled = true;
            var elapsed1 = Perform(geom1, geom2);
            elapsed1 = Perform(geom1, geom2);
            Debug.WriteLine("NodingValidator disabled => elapsed time: " + elapsed1);

            OverlayOp.NodingValidatorDisabled = false;
            var elapsed2 = Perform(geom1, geom2);
            Debug.WriteLine("NodingValidator enabled => elapsed time: " + elapsed2);

            Assert.IsTrue(elapsed1 < elapsed2);
        }
示例#26
0
 public static IGeometry Read(String wkt)
 {
     var rdr = new WKTReader();
     try
     {
         return rdr.Read(wkt);
     }
     catch (ParseException ex)
     {
         throw new AssertionException("Failed to read file", ex);
     }
 }
 /// <summary>
 /// Reads a <see cref="IGeometry"/> from a WKT string using a custom <see cref="IGeometryFactory"/>.
 /// </summary>
 /// <param name="geomFactory">The custom factory to use</param>
 /// <param name="wkt">The WKT string</param>
 /// <returns>The geometry read</returns>
 protected IGeometry Read(IGeometryFactory geomFactory, string wkt)
 {
     var reader = new WKTReader(geomFactory);
     try
     {
         return reader.Read(wkt);
     }
     catch (GeoAPI.IO.ParseException e)
     {
         throw new AssertionException(e.Message, e);
     }
 }
示例#28
0
 private void Read(StreamReader bufferedReader, IList <Geometry> geoms)
 {
     while (!IsAtEndOfFile(bufferedReader) && !IsAtLimit(geoms))
     {
         var g = _wktReader.Read(bufferedReader);
         if (_count >= Offset)
         {
             geoms.Add(g);
         }
         _count++;
     }
 }
        public void intersection_between_linestrings_gives_topology_error()
        {
            const string ls1Wkt = @"LINESTRING (51055.227410858584 52102.041513978584, 51073.39084032347 52096.46568847251, 51183.32738708461 52062.71727093575, 51280.83632421188 52032.78389190314, 51415.62809024075 51991.40539735807, 51575.27507553736 51942.39682580468, 51669.91610274913 51913.34384027303, 51745.43773052417 51890.16014474777, 51765.32190593836 51884.05608314112, 51855.59683603979 51952.36411358454, 51916.20234851714 51998.2222846924, 52004.718294372215 52065.199350389405, 52004.718294372215 52065.199350389405, 52033.42616870359 52086.921641966816, 52046.98266491563 52097.17939076726, 52057.349397313075 52105.02355161466, 52075.69053924701 52118.901682344665, 52119.54979169772 52152.08851669904, 52122.739555512315 52154.502104652085, 52133.10628790976 52162.34626549949, 52137.89093363166 52165.96664742906, 52137.89093363166 52165.96664742906, 52143.4730203072 52170.19042634689, 52227.20432044038 52233.54711011433, 52300.56888817612 52289.05963303437, 52392.2745978458 52358.45028668442, 52402.64133024324 52366.294447531815, 52415.40038550163 52375.948799344, 52428.95688171367 52386.20654814444, 52645.86082110629 52550.33052895152, 52739.95885363691 52621.53137356636, 52805.34901183616 52671.00992660379)";
            const string ls2Wkt = @"LINESTRING (51313.564671633 52022.73691510973, 51331.728101097884 52017.16108960366, 51441.66464785903 51983.412672066894, 51539.173584986296 51953.47929303429, 51673.96535101517 51912.10079848921, 51833.61233631178 51863.09222693583, 51928.253363523545 51834.03924140418, 52003.77499129859 51810.85554587893, 52131.874967524614 51771.53130283609, 52204.52868538415 51749.228000811796, 52310.64135225795 51716.653441276314, 52345.05627124405 51706.08871926481, 52361.30776076527 51701.09982275937, 52373.73537039913 51697.284784255215, 52391.03842688936 51691.973076799426, 52394.74473141134 51690.83531218692, 52397.82849878731 51693.16869616807, 52441.687751238016 51726.35553052244, 52444.87751505261 51728.76911847549, 52455.24424745006 51736.61327932289, 52460.028893171955 51740.23366125246, 52465.6109798475 51744.45744017029, 52521.20645015943 51786.52467937298, 52522.57757869049 51819.852573264536, 52526.35931204718 51911.77481482129, 52531.08647874304 52026.677616767236, 52531.62085410866 52039.666629161125, 52532.27854686634 52055.65310595361, 52532.97734542138 52072.63873754562, 52544.158122302026 52344.40884301777, 52549.00860638995 52462.30910936231, 52552.37928177309 52544.23980292377)";

            IGeometryFactory factory = GeometryFactory.Default;
            WKTReader reader = new WKTReader(factory);
            IGeometry ls1 = reader.Read(ls1Wkt);
            Assert.That(ls1, Is.Not.Null);
            Assert.That(ls1.IsValid, Is.True);
            Assert.That(ls1, Is.InstanceOf<ILineString>());

            IGeometry ls2 = reader.Read(ls2Wkt);
            Assert.That(ls2, Is.Not.Null);
            Assert.That(ls2.IsValid, Is.True);
            Assert.That(ls2, Is.InstanceOf<ILineString>());

            IGeometry intersection = ls1.Intersection(ls2);
            Assert.That(intersection, Is.Not.Null);
            Assert.That(intersection.IsValid, Is.True);
        }
 public void MyClassInitialize()
 {
     WKTReader reader = new WKTReader();
     geom1 = reader.Read("POLYGON ((341789.494471447 4657916.08580466, 341789.494471447 4659272.20917602, 343145.617842805 4659272.20917602, 343145.617842805 4657916.08580466, 341789.494471447 4657916.08580466))");
     geom2 = reader.Read("MULTIPOLYGON (((393822.68 4639241.67, 394318 4638929, 393751.1 4637700.09, 393481.19 4638197.29, 392802.12 4638566.07, 393211.45 4638499.55, 392909.35 4639191.17, 393260.08 4639255.05, 393586.75 4638744.94, 393822.68 4639241.67)), ((358734.44 4642618.57, 359891.83 4644189.05, 360301.41 4645435.23, 359947.84 4646028.19, 358634.94 4646371.61, 358531.69 4646692.64, 358335.16 4647250.54, 358638.29 4647625.31, 358797.09656183 4647772.32853894, 358898.659063356 4648319.20354715, 358812.721562065 4648491.07854974, 359043.03 4648526.46, 359398.61 4649425.97, 360059.69 4650085.9, 359727.08 4650528.59, 359836.159077436 4650709.82858306, 360120.97 4650739.3, 361039.284095505 4650530.14108036, 361437.721601489 4650319.20357719, 362258.034113808 4650366.07857789, 363142.1 4650655.48, 363474.5 4650638.7, 364656 4651615, 364334 4652594.7, 364069 4653651, 364250.02 4654650.14, 364422.65 4654652.47, 364169.73 4655677.28, 364645.1 4656179.46, 364271.21 4656323.7, 364441.31 4657134.86, 364329.34 4659257.96, 364362 4659640, 364144 4659755, 363767.45 4659440.03, 363388.54 4659506.75, 362225.8 4659960.22, 361469.33 4661821.26, 361713 4663904, 362393.36 4664518.67, 362909.37 4664675.53, 363030.16 4664940.51, 363587.34 4665037.93, 363793.84 4665532.82, 364226.34 4665509.44, 364495.19 4665645.82, 365091.33 4666715.48, 364604.28 4667027.22, 364491.29 4667572.77, 363536.68 4668102.73, 363755.69 4668386.74, 364623.9 4667980.53, 365165.57 4667935.38, 366295.55 4668308.83, 366890.25 4667990.11, 367669.02 4667961.78, 369293.59 4668893.59, 370452 4668830, 370706.24 4668273.42, 371916.88 4667338.49, 374217.81 4668755.05, 376216.31 4670162.31, 377861.5 4671489.09, 378033.42 4672034.69, 378439.2 4672295.89, 378512.41 4673686.97, 380007.5 4674173.47, 381707.41 4674030.94, 382818.36 4673583.84, 384334.29 4673162.1, 385627.39 4673231.04, 385837.97 4673409.4, 386557.67 4672828.66, 386975.33 4672890.85, 388006.92 4672635.26, 387960.75 4672193.25, 388672.73 4670577.57, 389054.95 4669797.49, 388755.7 4669668.12, 389356.24 4669197.71, 389682.7 4669186.36, 389905.78 4668960.53, 390205.93 4669057.63, 390217.95 4669851.5, 390557.86 4670035.27, 390846.35 4669591.96, 391180.23 4670170.79, 391340.6 4669427.94, 391468.973970144 4669631.70468354, 391398.78 4670176.34, 391784.09 4670188.43, 392524.53 4669626.01, 392986.83 4669315.08, 393365.93 4668654.55, 394001.59 4669126.82, 394994.89 4669484.83, 394850.31 4670125.88, 395301.8 4671178.18, 395599.22 4671088.99, 395852.5 4670503.53, 395698.7 4669903.58, 395901.29 4668959.03, 395576.1 4668454.19, 394444.42 4667573.85, 393819.37 4667925.57, 392550.02 4665622.76, 392601.25 4665051.76, 393337.55 4664451.22, 393642.01 4664039.69, 393600.3 4663700.32, 393422.43 4662918.5, 393042.47 4662576.08, 393531.86 4662037.54, 394528.18 4661906.8, 394442.9 4660932.07, 394036.42 4660361.88, 393431.06 4660037.51, 391907.44 4660540.09, 391664.86 4659910.9, 391703.95 4659399.25, 391765.6 4659056.98, 390524.73 4657468.38, 390354.89 4656626.65, 390143.44 4655952.88, 390235 4655437.81, 390765.24 4655073.07, 390904.53 4655617.97, 391190.65 4656254.42, 391703.49 4655884.6, 391990.72 4655549.3, 392286.54 4654889.8, 392025.67 4654644.71, 392421.8 4654072.09, 392272.23 4653743.78, 391578.1 4653877.91, 391623.25 4653749.35, 390959.9 4653354.98, 390465.11 4652910.84, 389815.09 4652247.05, 389978.44 4651610.59, 389618.97 4651177.63, 389255.26 4651538.25, 389599.72 4651956.87, 389315.28 4652354.86, 389583.24 4653317.84, 389128.23 4653292.58, 388746.64 4652892.37, 388413.8 4652215.69, 388456.25 4651397.45, 388107.32 4650774.51, 388321.9 4650527.07, 388421.33 4649956.07, 388824.66 4650664.54, 388650.53 4650873.79, 388915.49 4651201.61, 389314.04 4650863.28, 389410.63 4649840.78, 389962.81 4649913.71, 390644 4650126, 391440.37 4649941.35, 391788.64 4649733.21, 391862.54 4649220.19, 392096.93 4649066.06, 392153 4649807, 392457 4650006.2, 391694.03 4651346.65, 391992.42 4652290.71, 392414.286484697 4652350.45442867, 393041.17 4651429.06, 392963.71 4651076.7, 393861.18 4650791.26, 393720.75 4650347.48, 393712.87 4649879.21, 394006.66 4649152.61, 392844.53 4648389.46, 391873.27 4647876.63, 391843.52 4647683.09, 390917.63 4647239.32, 390123.49 4647375.73, 389798.32 4647721.03, 390332.82 4648915.31, 389578.26 4649160.16, 389078.93 4648817.29, 388909.57 4648467.02, 388558.02 4648654.86, 388326.03 4648489.91, 387885 4647041, 388004.53 4646214.29, 388072.02 4646038.93, 387804.68 4645580.91, 388006.1 4645270.91, 388118 4644721, 387541.05 4644303.17, 388362.07 4642940.91, 388124.02 4642685.71, 387539.284494553 4642881.70371236, 387279.96 4642811.02, 386602.15 4642021.84, 385797 4641304, 385210.71 4640471.5, 384217.22 4640098.82, 383964.65 4640274.72, 382773 4638539, 382550.42 4638535.01, 382542.74 4639067.57, 381940.02 4638769.93, 381316.21 4637673.03, 382488.52 4636906.64, 383000.78 4637327.53, 383945 4638030, 384502.79 4637956.32, 385448.8 4637544.49, 386000.1 4636283.58, 386062 4636036, 386421.84 4635181.26, 386103.28 4634067.47, 386384.19 4633695.69, 385893.64 4633187.75, 384826.37 4632859.66, 385120.95 4632064.69, 384810.13 4630721.34, 383194.48 4629981.33, 382934.14 4629064.86, 383283.71 4628662.1, 383337.31 4628307.7, 383551.71 4628328.69, 383503.49 4628074.41, 383787.09 4627485.28, 383141.55 4626574.23, 383272.05 4626217.51, 382237.21 4625991.81, 381630.49 4626737.83, 381383.02 4626469.21, 380800.14 4626215.67, 380484.55 4626275.19, 380519.27 4625598.66, 379569.5 4625504.08, 379105.05 4624034.79, 378183.86 4624017.19, 378304.910307572 4623592.64066448, 377976.21 4623576.2, 377806.4 4624091.78, 378106.54 4624739.11, 377686.34 4624821.33, 377236.99 4625092.18, 377030.64 4625600.25, 376289.41 4625616.05, 376276.14 4625921.16, 375851.59 4627520.34, 374091.83 4627872.76, 374253.51 4627623.94, 374116.82 4627331.58, 374255.33 4626296.73, 373945.64 4625931.12, 373947.31 4625730.52, 373586.160236704 4625952.01569991, 373229.32 4625896.1, 373031.472728373 4625741.07819675, 372644.84 4625739.29, 372178.28 4626230.96, 372891.23 4626571.89, 373048.92 4626990.94, 372950.49 4627734.44, 373100.81 4628978.93, 373538.9 4629278.9, 374850.7 4630226.14, 376515.847781038 4631323.10953352, 376462.52 4631475.19, 375100.58 4630977.99, 374812.49 4631555.03, 373582.35 4632656.01, 374665.1 4633317.74, 375250.15 4634046.57, 375942.27 4635218.72, 375574.01 4636626.78, 375820.93 4636949.7, 375773.88 4638214.02, 375847.41 4639077.27, 375713.07 4640292, 374414 4640679, 373688.65 4640000, 372622.73 4638403.93, 371126.28 4638885.35, 370624.33 4639972.03, 369576.08 4639559.94, 369818.05 4640594.16, 368120.46 4641920.77, 367529.01 4641674.25, 367344.9 4641754.16, 366104.87 4643158.25, 365634.1 4643076.98, 365195.88 4642890.43, 364765.49 4642804.06, 363791.54 4642361.28, 363227.09 4640683.54, 362517.72 4641055.75, 362043.08 4640486.06, 362032.05 4640264.99, 361814.78 4639788.87, 361118.22 4639217.61, 360986.26 4639061.47, 360609.67 4639541.94, 360582.38 4639648.82, 360635.75 4640326.68, 360523.69 4641330.02, 360167.2 4642202.38, 359850.74 4642863.39, 358734.44 4642618.57), (360396.2 4649774.37, 360739.69 4649340.32, 360871.65 4649403.78, 361086.159096209 4649530.14106534, 361077.26 4649909.32, 361017.93 4650287.97, 360835.85 4650357.56, 360398.03 4650179.49, 360396.2 4649774.37), (388060.12 4663379.42, 388310.87 4663188.42, 389424.65 4662512.25, 391812.11 4662345.42, 391698.33 4662577.05, 392055.52 4663191.31, 390765.62 4663485.81, 388060.12 4663379.42), (360396.2 4649774.37, 360739.69 4649340.32, 360871.65 4649403.78, 361086.159096209 4649530.14106534, 361077.26 4649909.32, 361017.93 4650287.97, 360835.85 4650357.56, 360398.03 4650179.49, 360396.2 4649774.37), (388060.12 4663379.42, 388310.87 4663188.42, 389424.65 4662512.25, 391812.11 4662345.42, 391698.33 4662577.05, 392055.52 4663191.31, 390765.62 4663485.81, 388060.12 4663379.42)), ((393822.68 4639241.67, 394318 4638929, 393751.1 4637700.09, 393481.19 4638197.29, 392802.12 4638566.07, 393211.45 4638499.55, 392909.35 4639191.17, 393260.08 4639255.05, 393586.75 4638744.94, 393822.68 4639241.67)), ((358734.44 4642618.57, 359891.83 4644189.05, 360301.41 4645435.23, 359947.84 4646028.19, 358634.94 4646371.61, 358531.69 4646692.64, 358335.16 4647250.54, 358638.29 4647625.31, 358797.09656183 4647772.32853894, 358898.659063356 4648319.20354715, 358812.721562065 4648491.07854974, 359043.03 4648526.46, 359398.61 4649425.97, 360059.69 4650085.9, 359727.08 4650528.59, 359836.159077436 4650709.82858306, 360120.97 4650739.3, 361039.284095505 4650530.14108036, 361437.721601489 4650319.20357719, 362258.034113808 4650366.07857789, 363142.1 4650655.48, 363474.5 4650638.7, 364656 4651615, 364334 4652594.7, 364069 4653651, 364250.02 4654650.14, 364422.65 4654652.47, 364169.73 4655677.28, 364645.1 4656179.46, 364271.21 4656323.7, 364441.31 4657134.86, 364329.34 4659257.96, 364362 4659640, 364144 4659755, 363767.45 4659440.03, 363388.54 4659506.75, 362225.8 4659960.22, 361469.33 4661821.26, 361713 4663904, 362393.36 4664518.67, 362909.37 4664675.53, 363030.16 4664940.51, 363587.34 4665037.93, 363793.84 4665532.82, 364226.34 4665509.44, 364495.19 4665645.82, 365091.33 4666715.48, 364604.28 4667027.22, 364491.29 4667572.77, 363536.68 4668102.73, 363755.69 4668386.74, 364623.9 4667980.53, 365165.57 4667935.38, 366295.55 4668308.83, 366890.25 4667990.11, 367669.02 4667961.78, 369293.59 4668893.59, 370452 4668830, 370706.24 4668273.42, 371916.88 4667338.49, 374217.81 4668755.05, 376216.31 4670162.31, 377861.5 4671489.09, 378033.42 4672034.69, 378439.2 4672295.89, 378512.41 4673686.97, 380007.5 4674173.47, 381707.41 4674030.94, 382818.36 4673583.84, 384334.29 4673162.1, 385627.39 4673231.04, 385837.97 4673409.4, 386557.67 4672828.66, 386975.33 4672890.85, 388006.92 4672635.26, 387960.75 4672193.25, 388672.73 4670577.57, 389054.95 4669797.49, 388755.7 4669668.12, 389356.24 4669197.71, 389682.7 4669186.36, 389905.78 4668960.53, 390205.93 4669057.63, 390217.95 4669851.5, 390557.86 4670035.27, 390846.35 4669591.96, 391180.23 4670170.79, 391340.6 4669427.94, 391468.973970144 4669631.70468354, 391398.78 4670176.34, 391784.09 4670188.43, 392524.53 4669626.01, 392986.83 4669315.08, 393365.93 4668654.55, 394001.59 4669126.82, 394994.89 4669484.83, 394850.31 4670125.88, 395301.8 4671178.18, 395599.22 4671088.99, 395852.5 4670503.53, 395698.7 4669903.58, 395901.29 4668959.03, 395576.1 4668454.19, 394444.42 4667573.85, 393819.37 4667925.57, 392550.02 4665622.76, 392601.25 4665051.76, 393337.55 4664451.22, 393642.01 4664039.69, 393600.3 4663700.32, 393422.43 4662918.5, 393042.47 4662576.08, 393531.86 4662037.54, 394528.18 4661906.8, 394442.9 4660932.07, 394036.42 4660361.88, 393431.06 4660037.51, 391907.44 4660540.09, 391664.86 4659910.9, 391703.95 4659399.25, 391765.6 4659056.98, 390524.73 4657468.38, 390354.89 4656626.65, 390143.44 4655952.88, 390235 4655437.81, 390765.24 4655073.07, 390904.53 4655617.97, 391190.65 4656254.42, 391703.49 4655884.6, 391990.72 4655549.3, 392286.54 4654889.8, 392025.67 4654644.71, 392421.8 4654072.09, 392272.23 4653743.78, 391578.1 4653877.91, 391623.25 4653749.35, 390959.9 4653354.98, 390465.11 4652910.84, 389815.09 4652247.05, 389978.44 4651610.59, 389618.97 4651177.63, 389255.26 4651538.25, 389599.72 4651956.87, 389315.28 4652354.86, 389583.24 4653317.84, 389128.23 4653292.58, 388746.64 4652892.37, 388413.8 4652215.69, 388456.25 4651397.45, 388107.32 4650774.51, 388321.9 4650527.07, 388421.33 4649956.07, 388824.66 4650664.54, 388650.53 4650873.79, 388915.49 4651201.61, 389314.04 4650863.28, 389410.63 4649840.78, 389962.81 4649913.71, 390644 4650126, 391440.37 4649941.35, 391788.64 4649733.21, 391862.54 4649220.19, 392096.93 4649066.06, 392153 4649807, 392457 4650006.2, 391694.03 4651346.65, 391992.42 4652290.71, 392414.286484697 4652350.45442867, 393041.17 4651429.06, 392963.71 4651076.7, 393861.18 4650791.26, 393720.75 4650347.48, 393712.87 4649879.21, 394006.66 4649152.61, 392844.53 4648389.46, 391873.27 4647876.63, 391843.52 4647683.09, 390917.63 4647239.32, 390123.49 4647375.73, 389798.32 4647721.03, 390332.82 4648915.31, 389578.26 4649160.16, 389078.93 4648817.29, 388909.57 4648467.02, 388558.02 4648654.86, 388326.03 4648489.91, 387885 4647041, 388004.53 4646214.29, 388072.02 4646038.93, 387804.68 4645580.91, 388006.1 4645270.91, 388118 4644721, 387541.05 4644303.17, 388362.07 4642940.91, 388124.02 4642685.71, 387539.284494553 4642881.70371236, 387279.96 4642811.02, 386602.15 4642021.84, 385797 4641304, 385210.71 4640471.5, 384217.22 4640098.82, 383964.65 4640274.72, 382773 4638539, 382550.42 4638535.01, 382542.74 4639067.57, 381940.02 4638769.93, 381316.21 4637673.03, 382488.52 4636906.64, 383000.78 4637327.53, 383945 4638030, 384502.79 4637956.32, 385448.8 4637544.49, 386000.1 4636283.58, 386062 4636036, 386421.84 4635181.26, 386103.28 4634067.47, 386384.19 4633695.69, 385893.64 4633187.75, 384826.37 4632859.66, 385120.95 4632064.69, 384810.13 4630721.34, 383194.48 4629981.33, 382934.14 4629064.86, 383283.71 4628662.1, 383337.31 4628307.7, 383551.71 4628328.69, 383503.49 4628074.41, 383787.09 4627485.28, 383141.55 4626574.23, 383272.05 4626217.51, 382237.21 4625991.81, 381630.49 4626737.83, 381383.02 4626469.21, 380800.14 4626215.67, 380484.55 4626275.19, 380519.27 4625598.66, 379569.5 4625504.08, 379105.05 4624034.79, 378183.86 4624017.19, 378304.910307572 4623592.64066448, 377976.21 4623576.2, 377806.4 4624091.78, 378106.54 4624739.11, 377686.34 4624821.33, 377236.99 4625092.18, 377030.64 4625600.25, 376289.41 4625616.05, 376276.14 4625921.16, 375851.59 4627520.34, 374091.83 4627872.76, 374253.51 4627623.94, 374116.82 4627331.58, 374255.33 4626296.73, 373945.64 4625931.12, 373947.31 4625730.52, 373586.160236704 4625952.01569991, 373229.32 4625896.1, 373031.472728373 4625741.07819675, 372644.84 4625739.29, 372178.28 4626230.96, 372891.23 4626571.89, 373048.92 4626990.94, 372950.49 4627734.44, 373100.81 4628978.93, 373538.9 4629278.9, 374850.7 4630226.14, 376515.847781038 4631323.10953352, 376462.52 4631475.19, 375100.58 4630977.99, 374812.49 4631555.03, 373582.35 4632656.01, 374665.1 4633317.74, 375250.15 4634046.57, 375942.27 4635218.72, 375574.01 4636626.78, 375820.93 4636949.7, 375773.88 4638214.02, 375847.41 4639077.27, 375713.07 4640292, 374414 4640679, 373688.65 4640000, 372622.73 4638403.93, 371126.28 4638885.35, 370624.33 4639972.03, 369576.08 4639559.94, 369818.05 4640594.16, 368120.46 4641920.77, 367529.01 4641674.25, 367344.9 4641754.16, 366104.87 4643158.25, 365634.1 4643076.98, 365195.88 4642890.43, 364765.49 4642804.06, 363791.54 4642361.28, 363227.09 4640683.54, 362517.72 4641055.75, 362043.08 4640486.06, 362032.05 4640264.99, 361814.78 4639788.87, 361118.22 4639217.61, 360986.26 4639061.47, 360609.67 4639541.94, 360582.38 4639648.82, 360635.75 4640326.68, 360523.69 4641330.02, 360167.2 4642202.38, 359850.74 4642863.39, 358734.44 4642618.57), (360396.2 4649774.37, 360739.69 4649340.32, 360871.65 4649403.78, 361086.159096209 4649530.14106534, 361077.26 4649909.32, 361017.93 4650287.97, 360835.85 4650357.56, 360398.03 4650179.49, 360396.2 4649774.37), (388060.12 4663379.42, 388310.87 4663188.42, 389424.65 4662512.25, 391812.11 4662345.42, 391698.33 4662577.05, 392055.52 4663191.31, 390765.62 4663485.81, 388060.12 4663379.42), (360396.2 4649774.37, 360739.69 4649340.32, 360871.65 4649403.78, 361086.159096209 4649530.14106534, 361077.26 4649909.32, 361017.93 4650287.97, 360835.85 4650357.56, 360398.03 4650179.49, 360396.2 4649774.37), (388060.12 4663379.42, 388310.87 4663188.42, 389424.65 4662512.25, 391812.11 4662345.42, 391698.33 4662577.05, 392055.52 4663191.31, 390765.62 4663485.81, 388060.12 4663379.42)))");
     geom3 = reader.Read("POLYGON ((334181.3 4626533.25, 333802.61 4626481.77, 332851.85 4626555.73, 332837.99 4626870.47, 331675.575478004 4625017.10334799, 331449.012974601 4624694.44709314, 330300.575457354 4623624.13457707, 329963.34 4623438.15, 330534.02 4622198.85, 331461.18 4622559.66, 331815.99 4622016.46, 332363.67 4622161.85, 332039.82 4619793.32, 331548.21 4619356.5, 331272.11 4619075.88, 330483.58 4619245.55, 329411.26 4618893.99, 328619.74 4618944.72, 327619.86 4619438.68, 326688.91 4620936.39, 326577.53 4622953.68, 324921.22 4622991.88, 324835.36 4623313.11, 323348.71 4623236.68, 322453.43 4623415.99, 321526.83 4621885.82, 322513.7 4621551.96, 321796.7 4620132.45, 320461.29 4619812.96, 320255.43 4620350.01, 319572.87 4620303.13, 317928.9 4620166.3, 317654.64 4619133.62, 317161.4 4619283.23, 316348.1 4619227.49, 314893.3 4618828.46, 314921.8 4617759.96, 313965.48 4617497.69, 313525.07 4618502.05, 312863.3 4619592.91, 311994.17 4620673.82, 311646.12 4620051.21, 310652.99 4619110.01, 309868.14 4619370.41, 309748.57 4619148.83, 309344.12 4618617.63, 308994.57 4619110.83, 308290.42 4618609.47, 307608.36 4620081.67, 306979.94 4620597.13, 306459.64 4621348.79, 305837.1 4622106.1, 305976.64 4622701.34, 304560.82 4624222.35, 303588.37 4625472.67, 302936.71 4626165.17, 302435.72 4626769.89, 302105.2 4627314.96, 301884.67 4627782.92, 301325.84 4629098.08, 300636.13 4629797.85, 299826.53 4631113.5, 299717.36 4631406.8, 298959.32 4633461.34, 299030.82 4635340.12, 299231.61 4636324.43, 299422.29 4637122.92, 299266.6 4637583.39, 299694.24 4637835.81, 300235.59 4637959.75, 301211.84 4638288.82, 301587.95 4639076.98, 300372.6 4640075.77, 301093.11 4642508.82, 300685.17 4643391.09, 300979.56 4643794.25, 301616.09 4643842.48, 299489.82 4644826.56, 299039.67 4645141.95, 298325.57 4645350.64, 297986.62 4645538.92, 298401.6 4646796.17, 299421.04 4648129.44, 300059.47 4648865.43, 300702.38 4649212.22, 301673.03 4648521.82, 302129.92 4649258.91, 302374.88 4650445.5, 302765 4651012.13, 302908.82 4651542.49, 304450.51 4652031.55, 304784.92 4650772.89, 304833.13 4650721.19, 305094.07 4652077.88, 305993.16 4652643.13, 306655 4654036, 306469 4654283, 306133 4654235, 305945 4655059, 305769 4655592, 306378 4657164, 307183 4657587, 307476 4659683, 308131 4660866, 308527.42 4659900.86, 309684 4659013, 311080 4658315, 313386 4658119, 313531 4657632, 314651 4657011, 315630 4656858, 317824.19 4657234.54, 318608.19 4657010.54, 321077.39 4656665.89, 322340.41 4656183.98, 324054 4656262, 325322 4656791, 325389.11 4656723.11, 325282.9 4656653.63, 325437.09 4656246.31, 326006.69 4655920.61, 328016.6 4654527.37, 330347.36 4654638.54, 331164.52 4654361.73, 331874.02 4654211.39, 334219.09 4654276.1, 335247.27 4654348.5, 336281.84 4655559.24, 336902.75 4655338.66, 338186.59 4655604.53, 340193.95 4655858.03, 340709.05 4654614.94, 340651 4652477, 341383.77 4652660.58, 342153.18 4654850.5, 341824.1 4655697.45, 340833.87 4656838.24, 341665.73 4657598.66, 342115.76 4657792.08, 342736.21 4658712.36, 342926.97 4659445.36, 343650 4660861.38, 344325 4661426.43, 344807.57 4662150, 345203.71 4663077.33, 345979.32 4664344.79, 346419.69 4664859.66, 346808 4664418, 346983.4 4664589.27, 347302 4664437, 347727.87 4665297.16, 348400 4665249, 348545.53 4664701.51, 348156.61 4663357.83, 348365.78 4662834.36, 348487.4 4661764.67, 348461.79 4660759.03, 349377.12 4660893.54, 349703.57 4661239.43, 349778.06 4661377.3, 350156.29 4661225.35, 351178.33 4661539.72, 351725.44 4660468.59, 352143.06 4660191.37, 352419 4660409, 352886.75 4660147.61, 352798.53 4659338.84, 353970.48 4658996.16, 353961.86 4658612.91, 354271.88 4658274.63, 354447 4657129, 353748.83 4656795.82, 354353.85 4655525.55, 354043.15 4654273.36, 354060.04 4653898.46, 355104.46 4652532.58, 354997.03 4652346.75, 355441.24 4652082.53, 356272.45 4651456, 355946.16 4650414.98, 355763.19 4650266.14, 355813.88 4648795.88, 356178.81 4648581.21, 355196.2 4645150.42, 354830.37 4644770.6, 355368.75 4644841.92, 355885.53 4645112.09, 358131.23 4646698.82, 358327.92 4646525.8, 358531.69 4646692.64, 358634.94 4646371.61, 359947.84 4646028.19, 360301.41 4645435.23, 359891.83 4644189.05, 358734.44 4642618.57, 358859.66 4641992.96, 358355.95 4641179.22, 358393.81 4640120.25, 358067.46 4639060.45, 357643.36 4638331.63, 357679.84 4637795.56, 357258.38 4637166.17, 356206.89 4636103.53, 355988 4635822.95, 355617.18 4635454.42, 355472.69 4635609.1, 353688.89 4633658.62, 353784.07 4633170.19, 353413.39 4632667.58, 352636.11 4631435.73, 351697.4 4630680.65, 350839.58 4631011.39, 349765.54 4629671.09, 349109.53 4629125.95, 348015.59 4627945.09, 347465.62 4627358.18, 346170.68 4627755.95, 345499.41 4627909.59, 345459.52 4628907.99, 345412.3 4630001.01, 346424.56 4630969.18, 346614 4631569.89, 346059.25 4631685.36, 345481.32 4631071.73, 345048.93 4629974.31, 344435.88 4630063.22, 344154.82 4630339.72, 342335.35 4630769.92, 342140.15 4631277.5, 342392.03 4631956.77, 342562.08 4632535.31, 343359.88 4631919.91, 344198.79 4632675.69, 344232 4633461.39, 344046 4634955, 343627.63 4635162.42, 343587 4635513, 342559.3 4635413.14, 342727.6 4635716.22, 342285.77 4635847.85, 340968.16 4633264.48, 340276.54 4632170.37, 340678.17 4632249.99, 340507.66 4631990.28, 338581.05 4628384.44, 336616.03 4626194.39, 335520.94 4627090.37, 335106.29 4627078.6, 334615.19 4626543.04, 334181.3 4626533.25), (332155.25 4627068.65, 331890.26 4627098.4, 331711.74 4626081.55, 331167.76249354 4625014.75959795, 330136.51295489 4624147.57208493, 329895.87 4623833.45, 329972.450452426 4623749.13457894, 330582.68 4624217.91, 331203.700470917 4624745.2283439, 331490.42 4625164.94, 331819.325289428 4625713.97835845, 332155.25 4627068.65), (339564.77 4633563.22, 339371.2 4634385.19, 339160.74 4635033.97, 338883.34 4635018.6, 338754.84 4635532.38, 338767.79 4635976.19, 337855.94 4636103.48, 337820.13 4636242.19, 337431.99 4636029.5, 337379.57 4635700.22, 336858.95 4635493.53, 336509.96 4635843.28, 335857.33 4635255.03, 335749.68 4634141.19, 336066.09 4633942.39, 335748.84 4632801.97, 336035.61 4632742.04, 336082.31 4632170.3, 336410.22 4631821.02, 337002.97 4632511.95, 338282.06 4632959.96, 338562.49 4633789.27, 339564.77 4633563.22), (332155.25 4627068.65, 331890.26 4627098.4, 331711.74 4626081.55, 331167.76249354 4625014.75959795, 330136.51295489 4624147.57208493, 329895.87 4623833.45, 329972.450452426 4623749.13457894, 330582.68 4624217.91, 331203.700470917 4624745.2283439, 331490.42 4625164.94, 331819.325289428 4625713.97835845, 332155.25 4627068.65), (339564.77 4633563.22, 339371.2 4634385.19, 339160.74 4635033.97, 338883.34 4635018.6, 338754.84 4635532.38, 338767.79 4635976.19, 337855.94 4636103.48, 337820.13 4636242.19, 337431.99 4636029.5, 337379.57 4635700.22, 336858.95 4635493.53, 336509.96 4635843.28, 335857.33 4635255.03, 335749.68 4634141.19, 336066.09 4633942.39, 335748.84 4632801.97, 336035.61 4632742.04, 336082.31 4632170.3, 336410.22 4631821.02, 337002.97 4632511.95, 338282.06 4632959.96, 338562.49 4633789.27, 339564.77 4633563.22))");
     geom4 = reader.Read("MULTIPOLYGON (((347727.87 4665297.16, 347302 4664437, 346983.4 4664589.27, 346808 4664418, 346419.69 4664859.66, 345979.32 4664344.79, 345203.71 4663077.33, 344807.57 4662150, 344325 4661426.43, 343650 4660861.38, 342926.97 4659445.36, 342736.21 4658712.36, 342115.76 4657792.08, 341665.73 4657598.66, 340833.87 4656838.24, 341824.1 4655697.45, 342153.18 4654850.5, 341383.77 4652660.58, 340651 4652477, 340709.05 4654614.94, 340193.95 4655858.03, 338186.59 4655604.53, 336902.75 4655338.66, 336281.84 4655559.24, 335247.27 4654348.5, 334219.09 4654276.1, 331874.02 4654211.39, 331164.52 4654361.73, 330347.36 4654638.54, 328016.6 4654527.37, 326006.69 4655920.61, 325437.09 4656246.31, 325282.9 4656653.63, 325389.11 4656723.11, 325322 4656791, 324054 4656262, 322340.41 4656183.98, 321077.39 4656665.89, 318608.19 4657010.54, 317824.19 4657234.54, 315630 4656858, 314651 4657011, 313531 4657632, 313386 4658119, 311080 4658315, 309684 4659013, 308527.42 4659900.86, 308131 4660866, 308486 4662077, 308914 4663147, 309508 4663743, 309877 4664990, 310132.24 4666016.64, 309876 4666576.98, 309738.85 4666836.39, 309794.53 4668503.01, 309774 4669301, 310401 4670177, 311229 4670677, 310095.22 4671365.62, 309950 4671760, 310825.93 4673990.35, 310905.75 4674922.43, 311366.41 4675841.6, 311625.62 4676890.64, 311481.08 4677546.8, 312360.79 4678683.57, 312691.81 4679805.42, 313179.04 4680401.77, 313461.13 4681887.68, 313682.52 4683605.63, 314127.61 4684226.73, 314215.28 4685646.38, 315185.53 4686717.15, 315148.64 4687202.55, 316046.82 4688252.06, 315622 4688460.89, 315069.96 4688525.43, 314337.36 4688732.85, 314061.92 4689744.2, 314112.02 4689966.62, 314469.06 4690244.38, 315053.39 4690625.85, 315313.67 4690949.81, 315808.07 4691085.73, 316242.409379774 4690600.45445179, 316998.82 4690233.96, 316648.659385875 4689498.89193525, 318375.01 4688600.52, 318763.3 4688127.76, 319358.68 4687991.76, 320259.24 4687438.46, 322661.82 4687106.03, 323571.53 4686311.96, 324831.94 4685348.19, 325993.98 4686119.69, 325960.86 4687623.47, 326105.64 4688449.87, 326403.89 4689300.35, 325095.66 4690115.12, 324874.82 4690019.31, 324918.04 4690758.26, 324707.19 4690902.97, 324451.08 4691578.36, 324432.09 4692112.13, 324171.12 4693043.75, 322876 4693123.74, 322318.02 4693719.72, 322046.86 4694550.4, 321804.85 4694440.23, 320872.54 4696099.47, 321844.21 4697035.64, 321014.95 4698416.07, 321623.36 4699497.06, 323636.78 4699469.22, 324155.83 4699840.67, 325078.06 4701359.7, 323921.55 4702766.14, 324179.28 4702831.55, 324716.1 4703381.35, 325632.75 4703212.95, 325871.15 4703334.62, 326852.11 4705158.87, 327828.94 4705503.11, 329264.38 4705889.59, 329523.87 4706775.87, 329266.2 4707608.28, 329278.5 4708016.59, 329934.28 4708902.19, 330196.6 4709386.96, 331292.37 4709571.09, 331283.87 4710235.44, 332008.05 4710633.92, 332392.11 4711148.04, 332226.68 4711884.41, 332643.43 4712212.15, 332947.97 4712661.37, 333558.36 4713257.56, 333685.39 4713294.36, 334223.72 4713429.26, 334880.28 4713474.24, 335851.34 4711619.08, 336899.18 4711860.53, 337462.42 4711066.48, 337766.34 4710237.06, 338022.69 4710084.58, 337849.24 4709333.03, 337760.55 4708782.08, 338280.85 4708128.99, 338322.74 4707716.02, 337885.43 4707402.55, 337646.49 4706976.67, 337781.86 4705647.68, 337279.89 4704913.02, 337236.38 4703307.58, 337356.13 4702318.14, 337046.36 4700379.31, 338302.87 4698880.91, 338678.25 4699063.73, 339104.94 4698264.66, 337801.02 4697864.15, 337406.79 4696216.98, 336767.79 4695668.48, 335966.19 4695230.02, 335879.65 4694427.15, 335534.36 4693933.75, 335202.01 4692664.39, 334919.17 4692106.96, 334797.95 4690777.34, 334046.66 4690173.61, 333801.57 4689473.73, 332177.92 4689644.86, 331739.57 4689132.74, 331645.27 4688588.59, 331701.86 4688129.21, 332178.48 4687805.19, 332561.59 4686772.73, 333127.31 4686775.71, 333274.08 4684943.52, 334332.78 4684902.39, 335022.51 4684796.69, 335461.84 4684198.15, 336401.36 4684206.64, 337208.56 4683325.92, 337355.5 4683743.65, 338121.81 4683416.3, 338400 4683100, 339768.14 4682999.77, 340750.29 4682446.41, 341626.25 4682441.53, 342785.6 4682298.75, 344254.04 4681767.48, 344416.94 4681738.28, 344282.02 4682344.67, 344684.49 4682144.86, 345271.46 4681675.3, 345967.66 4680892.58, 347280.09 4680570.11, 347627.54 4680435.09, 347586.21 4680274.59, 348159.28 4679001.47, 346690.04 4678047.9, 346702.75 4677308.94, 347007.38 4676711.76, 348490.98 4676060.16, 348732.05 4676015.81, 348830.41 4673950.38, 348166.11 4673379.36, 347986.37 4672907.95, 348530.44 4672694.12, 349748.71 4671803.07, 350235.53 4671032.04, 350216 4670463.07, 349851.76 4670304.29, 349891.23 4670095.57, 349613 4669339, 349212.24 4668650.52, 348745 4668779.95, 348585.33 4668413.51, 348170 4668431, 348164 4667899, 348069 4667181, 347616.34 4666559.51, 347727.87 4665297.16)), ((316121.46 4691161.34, 316370.83 4691494.63, 315704.26 4692068.99, 315645.1 4692254.09, 315779.7 4692907.83, 316255.3 4693566.22, 316747.49 4694061.2, 317670.27 4693794.47, 317914.284404883 4693631.70449732, 318096.16 4693623.39, 318250.221909928 4693694.20449825, 318704.6 4693061.03, 319534.44 4692130.34, 319411.94 4691663.29, 318847.23 4691497.64, 318643.22 4691192.2, 317150.95 4690849.29, 316633.034385641 4690897.32945625, 316121.46 4691161.34)), ((347727.87 4665297.16, 347302 4664437, 346983.4 4664589.27, 346808 4664418, 346419.69 4664859.66, 345979.32 4664344.79, 345203.71 4663077.33, 344807.57 4662150, 344325 4661426.43, 343650 4660861.38, 342926.97 4659445.36, 342736.21 4658712.36, 342115.76 4657792.08, 341665.73 4657598.66, 340833.87 4656838.24, 341824.1 4655697.45, 342153.18 4654850.5, 341383.77 4652660.58, 340651 4652477, 340709.05 4654614.94, 340193.95 4655858.03, 338186.59 4655604.53, 336902.75 4655338.66, 336281.84 4655559.24, 335247.27 4654348.5, 334219.09 4654276.1, 331874.02 4654211.39, 331164.52 4654361.73, 330347.36 4654638.54, 328016.6 4654527.37, 326006.69 4655920.61, 325437.09 4656246.31, 325282.9 4656653.63, 325389.11 4656723.11, 325322 4656791, 324054 4656262, 322340.41 4656183.98, 321077.39 4656665.89, 318608.19 4657010.54, 317824.19 4657234.54, 315630 4656858, 314651 4657011, 313531 4657632, 313386 4658119, 311080 4658315, 309684 4659013, 308527.42 4659900.86, 308131 4660866, 308486 4662077, 308914 4663147, 309508 4663743, 309877 4664990, 310132.24 4666016.64, 309876 4666576.98, 309738.85 4666836.39, 309794.53 4668503.01, 309774 4669301, 310401 4670177, 311229 4670677, 310095.22 4671365.62, 309950 4671760, 310825.93 4673990.35, 310905.75 4674922.43, 311366.41 4675841.6, 311625.62 4676890.64, 311481.08 4677546.8, 312360.79 4678683.57, 312691.81 4679805.42, 313179.04 4680401.77, 313461.13 4681887.68, 313682.52 4683605.63, 314127.61 4684226.73, 314215.28 4685646.38, 315185.53 4686717.15, 315148.64 4687202.55, 316046.82 4688252.06, 315622 4688460.89, 315069.96 4688525.43, 314337.36 4688732.85, 314061.92 4689744.2, 314112.02 4689966.62, 314469.06 4690244.38, 315053.39 4690625.85, 315313.67 4690949.81, 315808.07 4691085.73, 316242.409379774 4690600.45445179, 316998.82 4690233.96, 316648.659385875 4689498.89193525, 318375.01 4688600.52, 318763.3 4688127.76, 319358.68 4687991.76, 320259.24 4687438.46, 322661.82 4687106.03, 323571.53 4686311.96, 324831.94 4685348.19, 325993.98 4686119.69, 325960.86 4687623.47, 326105.64 4688449.87, 326403.89 4689300.35, 325095.66 4690115.12, 324874.82 4690019.31, 324918.04 4690758.26, 324707.19 4690902.97, 324451.08 4691578.36, 324432.09 4692112.13, 324171.12 4693043.75, 322876 4693123.74, 322318.02 4693719.72, 322046.86 4694550.4, 321804.85 4694440.23, 320872.54 4696099.47, 321844.21 4697035.64, 321014.95 4698416.07, 321623.36 4699497.06, 323636.78 4699469.22, 324155.83 4699840.67, 325078.06 4701359.7, 323921.55 4702766.14, 324179.28 4702831.55, 324716.1 4703381.35, 325632.75 4703212.95, 325871.15 4703334.62, 326852.11 4705158.87, 327828.94 4705503.11, 329264.38 4705889.59, 329523.87 4706775.87, 329266.2 4707608.28, 329278.5 4708016.59, 329934.28 4708902.19, 330196.6 4709386.96, 331292.37 4709571.09, 331283.87 4710235.44, 332008.05 4710633.92, 332392.11 4711148.04, 332226.68 4711884.41, 332643.43 4712212.15, 332947.97 4712661.37, 333558.36 4713257.56, 333685.39 4713294.36, 334223.72 4713429.26, 334880.28 4713474.24, 335851.34 4711619.08, 336899.18 4711860.53, 337462.42 4711066.48, 337766.34 4710237.06, 338022.69 4710084.58, 337849.24 4709333.03, 337760.55 4708782.08, 338280.85 4708128.99, 338322.74 4707716.02, 337885.43 4707402.55, 337646.49 4706976.67, 337781.86 4705647.68, 337279.89 4704913.02, 337236.38 4703307.58, 337356.13 4702318.14, 337046.36 4700379.31, 338302.87 4698880.91, 338678.25 4699063.73, 339104.94 4698264.66, 337801.02 4697864.15, 337406.79 4696216.98, 336767.79 4695668.48, 335966.19 4695230.02, 335879.65 4694427.15, 335534.36 4693933.75, 335202.01 4692664.39, 334919.17 4692106.96, 334797.95 4690777.34, 334046.66 4690173.61, 333801.57 4689473.73, 332177.92 4689644.86, 331739.57 4689132.74, 331645.27 4688588.59, 331701.86 4688129.21, 332178.48 4687805.19, 332561.59 4686772.73, 333127.31 4686775.71, 333274.08 4684943.52, 334332.78 4684902.39, 335022.51 4684796.69, 335461.84 4684198.15, 336401.36 4684206.64, 337208.56 4683325.92, 337355.5 4683743.65, 338121.81 4683416.3, 338400 4683100, 339768.14 4682999.77, 340750.29 4682446.41, 341626.25 4682441.53, 342785.6 4682298.75, 344254.04 4681767.48, 344416.94 4681738.28, 344282.02 4682344.67, 344684.49 4682144.86, 345271.46 4681675.3, 345967.66 4680892.58, 347280.09 4680570.11, 347627.54 4680435.09, 347586.21 4680274.59, 348159.28 4679001.47, 346690.04 4678047.9, 346702.75 4677308.94, 347007.38 4676711.76, 348490.98 4676060.16, 348732.05 4676015.81, 348830.41 4673950.38, 348166.11 4673379.36, 347986.37 4672907.95, 348530.44 4672694.12, 349748.71 4671803.07, 350235.53 4671032.04, 350216 4670463.07, 349851.76 4670304.29, 349891.23 4670095.57, 349613 4669339, 349212.24 4668650.52, 348745 4668779.95, 348585.33 4668413.51, 348170 4668431, 348164 4667899, 348069 4667181, 347616.34 4666559.51, 347727.87 4665297.16)), ((316121.46 4691161.34, 316370.83 4691494.63, 315704.26 4692068.99, 315645.1 4692254.09, 315779.7 4692907.83, 316255.3 4693566.22, 316747.49 4694061.2, 317670.27 4693794.47, 317914.284404883 4693631.70449732, 318096.16 4693623.39, 318250.221909928 4693694.20449825, 318704.6 4693061.03, 319534.44 4692130.34, 319411.94 4691663.29, 318847.23 4691497.64, 318643.22 4691192.2, 317150.95 4690849.29, 316633.034385641 4690897.32945625, 316121.46 4691161.34)))");
     geom5 = reader.Read("POLYGON ((334181.3 4626533.25, 333802.61 4626481.77, 332851.85 4626555.73, 332837.99 4626870.47, 331675.575478004 4625017.10334799, 331449.012974601 4624694.44709314, 330300.575457354 4623624.13457707, 329963.34 4623438.15, 330534.02 4622198.85, 331461.18 4622559.66, 331815.99 4622016.46, 332363.67 4622161.85, 332039.82 4619793.32, 331548.21 4619356.5, 331272.11 4619075.88, 330483.58 4619245.55, 329411.26 4618893.99, 328619.74 4618944.72, 327619.86 4619438.68, 326688.91 4620936.39, 326577.53 4622953.68, 324921.22 4622991.88, 324835.36 4623313.11, 323348.71 4623236.68, 322453.43 4623415.99, 321526.83 4621885.82, 322513.7 4621551.96, 321796.7 4620132.45, 320461.29 4619812.96, 320255.43 4620350.01, 319572.87 4620303.13, 317928.9 4620166.3, 317654.64 4619133.62, 317161.4 4619283.23, 316348.1 4619227.49, 314893.3 4618828.46, 314921.8 4617759.96, 313965.48 4617497.69, 313525.07 4618502.05, 312863.3 4619592.91, 311994.17 4620673.82, 311646.12 4620051.21, 310652.99 4619110.01, 309868.14 4619370.41, 309748.57 4619148.83, 309344.12 4618617.63, 308994.57 4619110.83, 308290.42 4618609.47, 307608.36 4620081.67, 306979.94 4620597.13, 306459.64 4621348.79, 305837.1 4622106.1, 305976.64 4622701.34, 304560.82 4624222.35, 303588.37 4625472.67, 302936.71 4626165.17, 302435.72 4626769.89, 302105.2 4627314.96, 301884.67 4627782.92, 301325.84 4629098.08, 300636.13 4629797.85, 299826.53 4631113.5, 299717.36 4631406.8, 298959.32 4633461.34, 299030.82 4635340.12, 299231.61 4636324.43, 299422.29 4637122.92, 299266.6 4637583.39, 299694.24 4637835.81, 300235.59 4637959.75, 301211.84 4638288.82, 301587.95 4639076.98, 300372.6 4640075.77, 301093.11 4642508.82, 300685.17 4643391.09, 300979.56 4643794.25, 301616.09 4643842.48, 299489.82 4644826.56, 299039.67 4645141.95, 298325.57 4645350.64, 297986.62 4645538.92, 298401.6 4646796.17, 299421.04 4648129.44, 300059.47 4648865.43, 300702.38 4649212.22, 301673.03 4648521.82, 302129.92 4649258.91, 302374.88 4650445.5, 302765 4651012.13, 302908.82 4651542.49, 304450.51 4652031.55, 304784.92 4650772.89, 304833.13 4650721.19, 305094.07 4652077.88, 305993.16 4652643.13, 306655 4654036, 306469 4654283, 306133 4654235, 305945 4655059, 305769 4655592, 306378 4657164, 307183 4657587, 307476 4659683, 308131 4660866, 308527.42 4659900.86, 309684 4659013, 311080 4658315, 313386 4658119, 313531 4657632, 314651 4657011, 315630 4656858, 317824.19 4657234.54, 318608.19 4657010.54, 321077.39 4656665.89, 322340.41 4656183.98, 324054 4656262, 325322 4656791, 325389.11 4656723.11, 325282.9 4656653.63, 325437.09 4656246.31, 326006.69 4655920.61, 328016.6 4654527.37, 330347.36 4654638.54, 331164.52 4654361.73, 331874.02 4654211.39, 334219.09 4654276.1, 335247.27 4654348.5, 336281.84 4655559.24, 336902.75 4655338.66, 338186.59 4655604.53, 340193.95 4655858.03, 340709.05 4654614.94, 340651 4652477, 341383.77 4652660.58, 342153.18 4654850.5, 341824.1 4655697.45, 340833.87 4656838.24, 341665.73 4657598.66, 342115.76 4657792.08, 342736.21 4658712.36, 342926.97 4659445.36, 343650 4660861.38, 344325 4661426.43, 344807.57 4662150, 345203.71 4663077.33, 345979.32 4664344.79, 346419.69 4664859.66, 346808 4664418, 346983.4 4664589.27, 347302 4664437, 347727.87 4665297.16, 348400 4665249, 348545.53 4664701.51, 348156.61 4663357.83, 348365.78 4662834.36, 348487.4 4661764.67, 348461.79 4660759.03, 349377.12 4660893.54, 349703.57 4661239.43, 349778.06 4661377.3, 350156.29 4661225.35, 351178.33 4661539.72, 351725.44 4660468.59, 352143.06 4660191.37, 352419 4660409, 352886.75 4660147.61, 352798.53 4659338.84, 353970.48 4658996.16, 353961.86 4658612.91, 354271.88 4658274.63, 354447 4657129, 353748.83 4656795.82, 354353.85 4655525.55, 354043.15 4654273.36, 354060.04 4653898.46, 355104.46 4652532.58, 354997.03 4652346.75, 355441.24 4652082.53, 356272.45 4651456, 355946.16 4650414.98, 355763.19 4650266.14, 355813.88 4648795.88, 356178.81 4648581.21, 355196.2 4645150.42, 354830.37 4644770.6, 355368.75 4644841.92, 355885.53 4645112.09, 358131.23 4646698.82, 358327.92 4646525.8, 358531.69 4646692.64, 358634.94 4646371.61, 359947.84 4646028.19, 360301.41 4645435.23, 359891.83 4644189.05, 358734.44 4642618.57, 358859.66 4641992.96, 358355.95 4641179.22, 358393.81 4640120.25, 358067.46 4639060.45, 357643.36 4638331.63, 357679.84 4637795.56, 357258.38 4637166.17, 356206.89 4636103.53, 355988 4635822.95, 355617.18 4635454.42, 355472.69 4635609.1, 353688.89 4633658.62, 353784.07 4633170.19, 353413.39 4632667.58, 352636.11 4631435.73, 351697.4 4630680.65, 350839.58 4631011.39, 349765.54 4629671.09, 349109.53 4629125.95, 348015.59 4627945.09, 347465.62 4627358.18, 346170.68 4627755.95, 345499.41 4627909.59, 345459.52 4628907.99, 345412.3 4630001.01, 346424.56 4630969.18, 346614 4631569.89, 346059.25 4631685.36, 345481.32 4631071.73, 345048.93 4629974.31, 344435.88 4630063.22, 344154.82 4630339.72, 342335.35 4630769.92, 342140.15 4631277.5, 342392.03 4631956.77, 342562.08 4632535.31, 343359.88 4631919.91, 344198.79 4632675.69, 344232 4633461.39, 344046 4634955, 343627.63 4635162.42, 343587 4635513, 342559.3 4635413.14, 342727.6 4635716.22, 342285.77 4635847.85, 340968.16 4633264.48, 340276.54 4632170.37, 340678.17 4632249.99, 340507.66 4631990.28, 338581.05 4628384.44, 336616.03 4626194.39, 335520.94 4627090.37, 335106.29 4627078.6, 334615.19 4626543.04, 334181.3 4626533.25), (332155.25 4627068.65, 331890.26 4627098.4, 331711.74 4626081.55, 331167.76249354 4625014.75959795, 330136.51295489 4624147.57208493, 329895.87 4623833.45, 329972.450452426 4623749.13457894, 330582.68 4624217.91, 331203.700470917 4624745.2283439, 331490.42 4625164.94, 331819.325289428 4625713.97835845, 332155.25 4627068.65), (339564.77 4633563.22, 339371.2 4634385.19, 339160.74 4635033.97, 338883.34 4635018.6, 338754.84 4635532.38, 338767.79 4635976.19, 337855.94 4636103.48, 337820.13 4636242.19, 337431.99 4636029.5, 337379.57 4635700.22, 336858.95 4635493.53, 336509.96 4635843.28, 335857.33 4635255.03, 335749.68 4634141.19, 336066.09 4633942.39, 335748.84 4632801.97, 336035.61 4632742.04, 336082.31 4632170.3, 336410.22 4631821.02, 337002.97 4632511.95, 338282.06 4632959.96, 338562.49 4633789.27, 339564.77 4633563.22), (332155.25 4627068.65, 331890.26 4627098.4, 331711.74 4626081.55, 331167.76249354 4625014.75959795, 330136.51295489 4624147.57208493, 329895.87 4623833.45, 329972.450452426 4623749.13457894, 330582.68 4624217.91, 331203.700470917 4624745.2283439, 331490.42 4625164.94, 331819.325289428 4625713.97835845, 332155.25 4627068.65), (339564.77 4633563.22, 339371.2 4634385.19, 339160.74 4635033.97, 338883.34 4635018.6, 338754.84 4635532.38, 338767.79 4635976.19, 337855.94 4636103.48, 337820.13 4636242.19, 337431.99 4636029.5, 337379.57 4635700.22, 336858.95 4635493.53, 336509.96 4635843.28, 335857.33 4635255.03, 335749.68 4634141.19, 336066.09 4633942.39, 335748.84 4632801.97, 336035.61 4632742.04, 336082.31 4632170.3, 336410.22 4631821.02, 337002.97 4632511.95, 338282.06 4632959.96, 338562.49 4633789.27, 339564.77 4633563.22))");
     geom6 = reader.Read("POLYGON ((347645.481756858 4618835.07592096, 347645.481756858 4621300.75477798, 350111.160613874 4621300.75477798, 350111.160613874 4618835.07592096, 347645.481756858 4618835.07592096))");
     geom7 = reader.Read("POLYGON ((334181.3 4626533.25, 333802.61 4626481.77, 332851.85 4626555.73, 332837.99 4626870.47, 331675.575478004 4625017.10334799, 331449.012974601 4624694.44709314, 330300.575457354 4623624.13457707, 329963.34 4623438.15, 330534.02 4622198.85, 331461.18 4622559.66, 331815.99 4622016.46, 332363.67 4622161.85, 332039.82 4619793.32, 331548.21 4619356.5, 331272.11 4619075.88, 330483.58 4619245.55, 329411.26 4618893.99, 328619.74 4618944.72, 327619.86 4619438.68, 326688.91 4620936.39, 326577.53 4622953.68, 324921.22 4622991.88, 324835.36 4623313.11, 323348.71 4623236.68, 322453.43 4623415.99, 321526.83 4621885.82, 322513.7 4621551.96, 321796.7 4620132.45, 320461.29 4619812.96, 320255.43 4620350.01, 319572.87 4620303.13, 317928.9 4620166.3, 317654.64 4619133.62, 317161.4 4619283.23, 316348.1 4619227.49, 314893.3 4618828.46, 314921.8 4617759.96, 313965.48 4617497.69, 313525.07 4618502.05, 312863.3 4619592.91, 311994.17 4620673.82, 311646.12 4620051.21, 310652.99 4619110.01, 309868.14 4619370.41, 309748.57 4619148.83, 309344.12 4618617.63, 308994.57 4619110.83, 308290.42 4618609.47, 307608.36 4620081.67, 306979.94 4620597.13, 306459.64 4621348.79, 305837.1 4622106.1, 305976.64 4622701.34, 304560.82 4624222.35, 303588.37 4625472.67, 302936.71 4626165.17, 302435.72 4626769.89, 302105.2 4627314.96, 301884.67 4627782.92, 301325.84 4629098.08, 300636.13 4629797.85, 299826.53 4631113.5, 299717.36 4631406.8, 298959.32 4633461.34, 299030.82 4635340.12, 299231.61 4636324.43, 299422.29 4637122.92, 299266.6 4637583.39, 299694.24 4637835.81, 300235.59 4637959.75, 301211.84 4638288.82, 301587.95 4639076.98, 300372.6 4640075.77, 301093.11 4642508.82, 300685.17 4643391.09, 300979.56 4643794.25, 301616.09 4643842.48, 299489.82 4644826.56, 299039.67 4645141.95, 298325.57 4645350.64, 297986.62 4645538.92, 298401.6 4646796.17, 299421.04 4648129.44, 300059.47 4648865.43, 300702.38 4649212.22, 301673.03 4648521.82, 302129.92 4649258.91, 302374.88 4650445.5, 302765 4651012.13, 302908.82 4651542.49, 304450.51 4652031.55, 304784.92 4650772.89, 304833.13 4650721.19, 305094.07 4652077.88, 305993.16 4652643.13, 306655 4654036, 306469 4654283, 306133 4654235, 305945 4655059, 305769 4655592, 306378 4657164, 307183 4657587, 307476 4659683, 308131 4660866, 308527.42 4659900.86, 309684 4659013, 311080 4658315, 313386 4658119, 313531 4657632, 314651 4657011, 315630 4656858, 317824.19 4657234.54, 318608.19 4657010.54, 321077.39 4656665.89, 322340.41 4656183.98, 324054 4656262, 325322 4656791, 325389.11 4656723.11, 325282.9 4656653.63, 325437.09 4656246.31, 326006.69 4655920.61, 328016.6 4654527.37, 330347.36 4654638.54, 331164.52 4654361.73, 331874.02 4654211.39, 334219.09 4654276.1, 335247.27 4654348.5, 336281.84 4655559.24, 336902.75 4655338.66, 338186.59 4655604.53, 340193.95 4655858.03, 340709.05 4654614.94, 340651 4652477, 341383.77 4652660.58, 342153.18 4654850.5, 341824.1 4655697.45, 340833.87 4656838.24, 341665.73 4657598.66, 342115.76 4657792.08, 342736.21 4658712.36, 342926.97 4659445.36, 343650 4660861.38, 344325 4661426.43, 344807.57 4662150, 345203.71 4663077.33, 345979.32 4664344.79, 346419.69 4664859.66, 346808 4664418, 346983.4 4664589.27, 347302 4664437, 347727.87 4665297.16, 348400 4665249, 348545.53 4664701.51, 348156.61 4663357.83, 348365.78 4662834.36, 348487.4 4661764.67, 348461.79 4660759.03, 349377.12 4660893.54, 349703.57 4661239.43, 349778.06 4661377.3, 350156.29 4661225.35, 351178.33 4661539.72, 351725.44 4660468.59, 352143.06 4660191.37, 352419 4660409, 352886.75 4660147.61, 352798.53 4659338.84, 353970.48 4658996.16, 353961.86 4658612.91, 354271.88 4658274.63, 354447 4657129, 353748.83 4656795.82, 354353.85 4655525.55, 354043.15 4654273.36, 354060.04 4653898.46, 355104.46 4652532.58, 354997.03 4652346.75, 355441.24 4652082.53, 356272.45 4651456, 355946.16 4650414.98, 355763.19 4650266.14, 355813.88 4648795.88, 356178.81 4648581.21, 355196.2 4645150.42, 354830.37 4644770.6, 355368.75 4644841.92, 355885.53 4645112.09, 358131.23 4646698.82, 358327.92 4646525.8, 358531.69 4646692.64, 358634.94 4646371.61, 359947.84 4646028.19, 360301.41 4645435.23, 359891.83 4644189.05, 358734.44 4642618.57, 358859.66 4641992.96, 358355.95 4641179.22, 358393.81 4640120.25, 358067.46 4639060.45, 357643.36 4638331.63, 357679.84 4637795.56, 357258.38 4637166.17, 356206.89 4636103.53, 355988 4635822.95, 355617.18 4635454.42, 355472.69 4635609.1, 353688.89 4633658.62, 353784.07 4633170.19, 353413.39 4632667.58, 352636.11 4631435.73, 351697.4 4630680.65, 350839.58 4631011.39, 349765.54 4629671.09, 349109.53 4629125.95, 348015.59 4627945.09, 347465.62 4627358.18, 346170.68 4627755.95, 345499.41 4627909.59, 345459.52 4628907.99, 345412.3 4630001.01, 346424.56 4630969.18, 346614 4631569.89, 346059.25 4631685.36, 345481.32 4631071.73, 345048.93 4629974.31, 344435.88 4630063.22, 344154.82 4630339.72, 342335.35 4630769.92, 342140.15 4631277.5, 342392.03 4631956.77, 342562.08 4632535.31, 343359.88 4631919.91, 344198.79 4632675.69, 344232 4633461.39, 344046 4634955, 343627.63 4635162.42, 343587 4635513, 342559.3 4635413.14, 342727.6 4635716.22, 342285.77 4635847.85, 340968.16 4633264.48, 340276.54 4632170.37, 340678.17 4632249.99, 340507.66 4631990.28, 338581.05 4628384.44, 336616.03 4626194.39, 335520.94 4627090.37, 335106.29 4627078.6, 334615.19 4626543.04, 334181.3 4626533.25), (332155.25 4627068.65, 331890.26 4627098.4, 331711.74 4626081.55, 331167.76249354 4625014.75959795, 330136.51295489 4624147.57208493, 329895.87 4623833.45, 329972.450452426 4623749.13457894, 330582.68 4624217.91, 331203.700470917 4624745.2283439, 331490.42 4625164.94, 331819.325289428 4625713.97835845, 332155.25 4627068.65), (339564.77 4633563.22, 339371.2 4634385.19, 339160.74 4635033.97, 338883.34 4635018.6, 338754.84 4635532.38, 338767.79 4635976.19, 337855.94 4636103.48, 337820.13 4636242.19, 337431.99 4636029.5, 337379.57 4635700.22, 336858.95 4635493.53, 336509.96 4635843.28, 335857.33 4635255.03, 335749.68 4634141.19, 336066.09 4633942.39, 335748.84 4632801.97, 336035.61 4632742.04, 336082.31 4632170.3, 336410.22 4631821.02, 337002.97 4632511.95, 338282.06 4632959.96, 338562.49 4633789.27, 339564.77 4633563.22), (332155.25 4627068.65, 331890.26 4627098.4, 331711.74 4626081.55, 331167.76249354 4625014.75959795, 330136.51295489 4624147.57208493, 329895.87 4623833.45, 329972.450452426 4623749.13457894, 330582.68 4624217.91, 331203.700470917 4624745.2283439, 331490.42 4625164.94, 331819.325289428 4625713.97835845, 332155.25 4627068.65), (339564.77 4633563.22, 339371.2 4634385.19, 339160.74 4635033.97, 338883.34 4635018.6, 338754.84 4635532.38, 338767.79 4635976.19, 337855.94 4636103.48, 337820.13 4636242.19, 337431.99 4636029.5, 337379.57 4635700.22, 336858.95 4635493.53, 336509.96 4635843.28, 335857.33 4635255.03, 335749.68 4634141.19, 336066.09 4633942.39, 335748.84 4632801.97, 336035.61 4632742.04, 336082.31 4632170.3, 336410.22 4631821.02, 337002.97 4632511.95, 338282.06 4632959.96, 338562.49 4633789.27, 339564.77 4633563.22))");        
 }
 public void ensure_geomcollection_union_works_as_expected()
 {
     const string wkt = "GEOMETRYCOLLECTION (LINESTRING (91.8060659371673 173.20142725005167, 91.39164134738692 173.99735164258493), LINESTRING (91.8060659371673 173.20142725005167, 93.86031559446384 169.09495765102088), POLYGON ((94.99521652217337 163.95078872427842, 95.49722524801828 162.9538793247459, 95.882367193821 162.14711279527867, 93.64652028360543 161.02863678119544, 92.74726556828251 162.82625769700874, 91.58462517497041 162.24465016968549, 89.30221145595522 166.80722245307652, 86.83657677518224 171.7035803499217, 87.99767166613637 172.28826715001233, 87.09365592138087 174.08349848141063, 89.3265307116773 175.2078961738926, 89.72851923404312 174.40961097321966, 89.74417082853229 174.4174406385417, 90.243535110612 173.41920547471025, 91.39164134738692 173.99735164258493, 91.79518263019484 173.19598290690502, 91.8060659371673 173.20142725005167, 93.86031559446387 169.09495765102082, 95.75430439421692 165.33379745623483, 96.14575287181019 164.52634123841523, 94.99521652217337 163.95078872427842)), POLYGON ((96.14575287181019 164.52634123841523, 95.75430439421692 165.33379745623483, 93.86031559446384 169.09495765102088, 96.14575287181019 164.52634123841523)))";
     WKTReader reader = new WKTReader();
     IGeometry geom = reader.Read(wkt);
     Assert.That(geom, Is.Not.Null);
     Assert.That(geom.IsValid, Is.True);
     Assert.That(geom, Is.InstanceOf<IGeometryCollection>());
     IGeometry res = geom.Union();
     Assert.That(res, Is.Not.Null);
     Assert.That(res.IsValid, Is.True);
     Assert.That(res, Is.InstanceOf<IGeometryCollection>());
 }
示例#32
0
        private ILineString ValidateCut(string cut)
        {
            if (String.IsNullOrEmpty(cut))
                throw new ArgumentException("invalid argument 'cut': empty string");

            WKTReader reader = new WKTReader(this.factory);
            IGeometry data = reader.Read(cut);

            // we should expect a GeometryCollection object
            if (data is ILineString)
                return data as ILineString;
            throw new ArgumentException("invalid argument 'cut': ILineString expected");
        }
示例#33
0
        private string ExtractWKTFromGeoJson(Stream stream, int points)
        {
            var wkt = ExtractWKTFromGeoJson(stream);

            NetTopologySuite.IO.WKTReader wktReader = new NetTopologySuite.IO.WKTReader();
            // wktReader.RepairRings = true;
            var finalgeometry = wktReader.Read(wkt);

            if (finalgeometry != null)
            {
                finalgeometry = SimplifyGeometry(finalgeometry, points);
                foreach (var p in finalgeometry.Coordinates.ToArray())
                {
                    p.X = Math.Round(p.X, 2);
                    p.Y = Math.Round(p.Y, 2);
                    if (p is CoordinateZ)
                    {
                        p.Z = Math.Round(p.Z, 2);
                    }
                }
                wkt = finalgeometry.AsText();
            }
            return(wkt);
        }