4173 lines
387 KiB
HTML
4173 lines
387 KiB
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>[Debian] 10 requests per second, 15 minutes (#7)</title>
|
||
|
<meta charset="utf-8">
|
||
|
<style>/**
|
||
|
* Default styles for the dygraphs charting library.
|
||
|
*/
|
||
|
|
||
|
.dygraph-legend {
|
||
|
position: absolute;
|
||
|
font-size: 14px;
|
||
|
z-index: 10;
|
||
|
width: 250px; /* labelsDivWidth */
|
||
|
/*
|
||
|
dygraphs determines these based on the presence of chart labels.
|
||
|
It might make more sense to create a wrapper div around the chart proper.
|
||
|
top: 0px;
|
||
|
right: 2px;
|
||
|
*/
|
||
|
background: white;
|
||
|
line-height: normal;
|
||
|
text-align: left;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* styles for a solid line in the legend */
|
||
|
.dygraph-legend-line {
|
||
|
display: inline-block;
|
||
|
position: relative;
|
||
|
bottom: .5ex;
|
||
|
padding-left: 1em;
|
||
|
height: 1px;
|
||
|
border-bottom-width: 2px;
|
||
|
border-bottom-style: solid;
|
||
|
/* border-bottom-color is set based on the series color */
|
||
|
}
|
||
|
|
||
|
/* styles for a dashed line in the legend, e.g. when strokePattern is set */
|
||
|
.dygraph-legend-dash {
|
||
|
display: inline-block;
|
||
|
position: relative;
|
||
|
bottom: .5ex;
|
||
|
height: 1px;
|
||
|
border-bottom-width: 2px;
|
||
|
border-bottom-style: solid;
|
||
|
/* border-bottom-color is set based on the series color */
|
||
|
/* margin-right is set based on the stroke pattern */
|
||
|
/* padding-left is set based on the stroke pattern */
|
||
|
}
|
||
|
|
||
|
.dygraph-roller {
|
||
|
position: absolute;
|
||
|
z-index: 10;
|
||
|
}
|
||
|
|
||
|
/* This class is shared by all annotations, including those with icons */
|
||
|
.dygraph-annotation {
|
||
|
position: absolute;
|
||
|
z-index: 10;
|
||
|
overflow: hidden;
|
||
|
}
|
||
|
|
||
|
/* This class only applies to annotations without icons */
|
||
|
/* Old class name: .dygraphDefaultAnnotation */
|
||
|
.dygraph-default-annotation {
|
||
|
border: 1px solid black;
|
||
|
background-color: white;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.dygraph-axis-label {
|
||
|
/* position: absolute; */
|
||
|
/* font-size: 14px; */
|
||
|
z-index: 10;
|
||
|
line-height: normal;
|
||
|
overflow: hidden;
|
||
|
color: black; /* replaces old axisLabelColor option */
|
||
|
}
|
||
|
|
||
|
.dygraph-axis-label-x {
|
||
|
}
|
||
|
|
||
|
.dygraph-axis-label-y {
|
||
|
}
|
||
|
|
||
|
.dygraph-axis-label-y2 {
|
||
|
}
|
||
|
|
||
|
.dygraph-title {
|
||
|
font-weight: bold;
|
||
|
z-index: 10;
|
||
|
text-align: center;
|
||
|
/* font-size: based on titleHeight option */
|
||
|
}
|
||
|
|
||
|
.dygraph-xlabel {
|
||
|
text-align: center;
|
||
|
/* font-size: based on xLabelHeight option */
|
||
|
}
|
||
|
|
||
|
/* For y-axis label */
|
||
|
.dygraph-label-rotate-left {
|
||
|
text-align: center;
|
||
|
/* See http://caniuse.com/#feat=transforms2d */
|
||
|
transform: rotate(90deg);
|
||
|
-webkit-transform: rotate(90deg);
|
||
|
-moz-transform: rotate(90deg);
|
||
|
-o-transform: rotate(90deg);
|
||
|
-ms-transform: rotate(90deg);
|
||
|
}
|
||
|
|
||
|
/* For y2-axis label */
|
||
|
.dygraph-label-rotate-right {
|
||
|
text-align: center;
|
||
|
/* See http://caniuse.com/#feat=transforms2d */
|
||
|
transform: rotate(-90deg);
|
||
|
-webkit-transform: rotate(-90deg);
|
||
|
-moz-transform: rotate(-90deg);
|
||
|
-o-transform: rotate(-90deg);
|
||
|
-ms-transform: rotate(-90deg);
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="latencies" style="font-family: Courier; width: 100%%; height: 600px"></div>
|
||
|
<button id="download">Download as PNG</button>
|
||
|
<script>/*!
|
||
|
* html2canvas 1.0.0-alpha.11 <https://html2canvas.hertzen.com>
|
||
|
* Copyright (c) 2018 Niklas von Hertzen <https://hertzen.com>
|
||
|
* Released under MIT License
|
||
|
*/
|
||
|
!function(A,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.html2canvas=e():A.html2canvas=e()}(this,function(){return function(A){var e={};function t(r){if(e[r])return e[r].exports;var n=e[r]={i:r,l:!1,exports:{}};return A[r].call(n.exports,n,n.exports,t),n.l=!0,n.exports}return t.m=A,t.c=e,t.d=function(A,e,r){t.o(A,e)||Object.defineProperty(A,e,{configurable:!1,enumerable:!0,get:r})},t.n=function(A){var e=A&&A.__esModule?function(){return A.default}:function(){return A};return t.d(e,"a",e),e},t.o=function(A,e){return Object.prototype.hasOwnProperty.call(A,e)},t.p="",t(t.s=27)}([function(A,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var r=function(){return function(A,e){if(Array.isArray(A))return A;if(Symbol.iterator in Object(A))return function(A,e){var t=[],r=!0,n=!1,B=void 0;try{for(var a,s=A[Symbol.iterator]();!(r=(a=s.next()).done)&&(t.push(a.value),!e||t.length!==e);r=!0);}catch(A){n=!0,B=A}finally{try{!r&&s.return&&s.return()}finally{if(n)throw B}}return t}(A,e);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),n=function(){function A(A,e){for(var t=0;t<e.length;t++){var r=e[t];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(A,r.key,r)}}return function(e,t,r){return t&&A(e.prototype,t),r&&A(e,r),e}}();var B=/^#([a-f0-9]{3})$/i,a=function(A){var e=A.match(B);return!!e&&[parseInt(e[1][0]+e[1][0],16),parseInt(e[1][1]+e[1][1],16),parseInt(e[1][2]+e[1][2],16),null]},s=/^#([a-f0-9]{6})$/i,o=function(A){var e=A.match(s);return!!e&&[parseInt(e[1].substring(0,2),16),parseInt(e[1].substring(2,4),16),parseInt(e[1].substring(4,6),16),null]},i=/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/,c=function(A){var e=A.match(i);return!!e&&[Number(e[1]),Number(e[2]),Number(e[3]),null]},l=/^rgba\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d?\.?\d+)\s*\)$/,u=function(A){var e=A.match(l);return!!(e&&e.length>4)&&[Number(e[1]),Number(e[2]),Number(e[3]),Number(e[4])]},Q=function(A){return[Math.min(A[0],255),Math.min(A[1],255),Math.min(A[2],255),A.length>3?A[3]:null]},w=function(A){var e=g[A.toLowerCase()];return e||!1},U=function(){function A(e){!function(A,e){if(!(A instanceof e))throw new TypeError("Cannot call a class as a function")}(this,A);var t=Array.isArray(e)?Q(e):a(e)||c(e)||u(e)||w(e)||o(e)||[0,0,0,null],n=r(t,4),B=n[0],s=n[1],i=n[2],l=n[3];this.r=B,this.g=s,this.b=i,this.a=l}return n(A,[{key:"isTransparent",value:function(){return 0===this.a}},{key:"toString",value:function(){return null!==this.a&&1!==this.a?"rgba("+this.r+","+this.g+","+this.b+","+this.a+")":"rgb("+this.r+","+this.g+","+this.b+")"}}]),A}();e.default=U;var g={transparent:[0,0,0,0],aliceblue:[240,248,255,null],antiquewhite:[250,235,215,null],aqua:[0,255,255,null],aquamarine:[127,255,212,null],azure:[240,255,255,null],beige:[245,245,220,null],bisque:[255,228,196,null],black:[0,0,0,null],blanchedalmond:[255,235,205,null],blue:[0,0,255,null],blueviolet:[138,43,226,null],brown:[165,42,42,null],burlywood:[222,184,135,null],cadetblue:[95,158,160,null],chartreuse:[127,255,0,null],chocolate:[210,105,30,null],coral:[255,127,80,null],cornflowerblue:[100,149,237,null],cornsilk:[255,248,220,null],crimson:[220,20,60,null],cyan:[0,255,255,null],darkblue:[0,0,139,null],darkcyan:[0,139,139,null],darkgoldenrod:[184,134,11,null],darkgray:[169,169,169,null],darkgreen:[0,100,0,null],darkgrey:[169,169,169,null],darkkhaki:[189,183,107,null],darkmagenta:[139,0,139,null],darkolivegreen:[85,107,47,null],darkorange:[255,140,0,null],darkorchid:[153,50,204,null],darkred:[139,0,0,null],darksalmon:[233,150,122,null],darkseagreen:[143,188,143,null],darkslateblue:[72,61,139,null],darkslategray:[47,79,79,null],darkslategrey:[47,79,79,null],darkturquoise:[0,206,209,null],darkviolet:[148,0,211,null],deeppink:[255,20,147,null],deepskyblue:[0,191,255,null],dimgray:[105,105,105,null],dimgrey:[105,105,105,null],dodgerblue:[30,144,255,null],firebrick:[178,34,34,null],flor
|
||
|
<script>/*! @license Copyright 2017 Dan Vanderkam (danvdk@gmail.com) MIT-licensed (http://opensource.org/licenses/MIT) */
|
||
|
!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,e.Dygraph=t()}}(function(){return function t(e,a,i){function n(o,s){if(!a[o]){if(!e[o]){var l="function"==typeof require&&require;if(!s&&l)return l(o,!0);if(r)return r(o,!0);var h=new Error("Cannot find module '"+o+"'");throw h.code="MODULE_NOT_FOUND",h}var u=a[o]={exports:{}};e[o][0].call(u.exports,function(t){var a=e[o][1][t];return n(a||t)},u,u.exports,t,e,a,i)}return a[o].exports}for(var r="function"==typeof require&&require,o=0;o<i.length;o++)n(i[o]);return n}({1:[function(t,e,a){function i(){throw new Error("setTimeout has not been defined")}function n(){throw new Error("clearTimeout has not been defined")}function r(t){if(d===setTimeout)return setTimeout(t,0);if((d===i||!d)&&setTimeout)return d=setTimeout,setTimeout(t,0);try{return d(t,0)}catch(e){try{return d.call(null,t,0)}catch(e){return d.call(this,t,0)}}}function o(t){if(c===clearTimeout)return clearTimeout(t);if((c===n||!c)&&clearTimeout)return c=clearTimeout,clearTimeout(t);try{return c(t)}catch(e){try{return c.call(null,t)}catch(e){return c.call(this,t)}}}function s(){_&&g&&(_=!1,g.length?f=g.concat(f):v=-1,f.length&&l())}function l(){if(!_){var t=r(s);_=!0;for(var e=f.length;e;){for(g=f,f=[];++v<e;)g&&g[v].run();v=-1,e=f.length}g=null,_=!1,o(t)}}function h(t,e){this.fun=t,this.array=e}function u(){}var d,c,p=e.exports={};!function(){try{d="function"==typeof setTimeout?setTimeout:i}catch(t){d=i}try{c="function"==typeof clearTimeout?clearTimeout:n}catch(t){c=n}}();var g,f=[],_=!1,v=-1;p.nextTick=function(t){var e=new Array(arguments.length-1);if(arguments.length>1)for(var a=1;a<arguments.length;a++)e[a-1]=arguments[a];f.push(new h(t,e)),1!==f.length||_||r(l)},h.prototype.run=function(){this.fun.apply(null,this.array)},p.title="browser",p.browser=!0,p.env={},p.argv=[],p.version="",p.versions={},p.on=u,p.addListener=u,p.once=u,p.off=u,p.removeListener=u,p.removeAllListeners=u,p.emit=u,p.prependListener=u,p.prependOnceListener=u,p.listeners=function(t){return[]},p.binding=function(t){throw new Error("process.binding is not supported")},p.cwd=function(){return"/"},p.chdir=function(t){throw new Error("process.chdir is not supported")},p.umask=function(){return 0}},{}],2:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("./bars"),n=function(t){return t&&t.__esModule?t:{default:t}}(i),r=function(){};r.prototype=new n.default,r.prototype.extractSeries=function(t,e,a){for(var i,n,r,o=[],s=a.get("logscale"),l=0;l<t.length;l++)i=t[l][0],r=t[l][e],s&&null!==r&&(r[0]<=0||r[1]<=0||r[2]<=0)&&(r=null),null!==r?(n=r[1],null===n||isNaN(n)?o.push([i,n,[n,n]]):o.push([i,n,[r[0],r[2]]])):o.push([i,null,[null,null]]);return o},r.prototype.rollingAverage=function(t,e,a){e=Math.min(e,t.length);var i,n,r,o,s,l,h,u=[];for(n=0,o=0,r=0,s=0,l=0;l<t.length;l++){if(i=t[l][1],h=t[l][2],u[l]=t[l],null===i||isNaN(i)||(n+=h[0],o+=i,r+=h[1],s+=1),l-e>=0){var d=t[l-e];null===d[1]||isNaN(d[1])||(n-=d[2][0],o-=d[1],r-=d[2][1],s-=1)}u[l]=s?[t[l][0],1*o/s,[1*n/s,1*r/s]]:[t[l][0],null,[null,null]]}return u},a.default=r,e.exports=a.default},{"./bars":5}],3:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("./bars"),n=function(t){return t&&t.__esModule?t:{default:t}}(i),r=function(){};r.prototype=new n.default,r.prototype.extractSeries=function(t,e,a){for(var i,n,r,o,s=[],l=a.get("sigma"),h=a.get("logscale"),u=0;u<t.length;u++)i=t[u][0],o=t[u][e],h&&null!==o&&(o[0]<=0||o[0]-l*o[1]<=0)&&(o=null),null!==o?(n=o[0],null===n||isNaN(n)?s.push([i,n,[n,n,n]]):(r=l*o[1],s.push([i,n,[n-r,n+r,o[1]]]))):s.push([i,null,[null,null,null]]);return s},r.prototype.rollingAverage=function(t,e,a){e=Math.min(e,t.length);var i,n,r,o,s,l,h,u,d,c=[],p=a.get("sigma");for(i=0;i<t.length;i++){for(s=0,u=0,l=0,n=Math.max(0,i-e+1);n<i+1;n++)null===(r=t[n][1])||isNaN(r)||(l++,s+=r,u+=Math.pow(t[n][2
|
||
|
null===d||isNaN(d)||(d=u.yval_stacked)),null===d&&(d=NaN,o||(u.yval=NaN)),u.y=r.calcYNormal_(s,d,l)}this.dygraph_.dataHandler_.onLineEvaluated(i,s,l)}},r.prototype._evaluateLineTicks=function(){var t,e,a,i,n,r;for(this.xticks=[],t=0;t<this.xTicks_.length;t++)e=this.xTicks_[t],a=e.label,r=!("label_v"in e),n=r?e.v:e.label_v,(i=this.dygraph_.toPercentXCoord(n))>=0&&i<1&&this.xticks.push({pos:i,label:a,has_tick:r});for(this.yticks=[],t=0;t<this.yAxes_.length;t++)for(var o=this.yAxes_[t],s=0;s<o.ticks.length;s++)e=o.ticks[s],a=e.label,r=!("label_v"in e),n=r?e.v:e.label_v,(i=this.dygraph_.toPercentYCoord(n,t))>0&&i<=1&&this.yticks.push({axis:t,pos:i,label:a,has_tick:r})},r.prototype._evaluateAnnotations=function(){var t,e={};for(t=0;t<this.annotations.length;t++){var a=this.annotations[t];e[a.xval+","+a.series]=a}if(this.annotated_points=[],this.annotations&&this.annotations.length)for(var i=0;i<this.points.length;i++){var n=this.points[i];for(t=0;t<n.length;t++){var r=n[t],o=r.xval+","+r.name;o in e&&(r.annotation=e[o],this.annotated_points.push(r))}}},r.prototype.removeAllDatasets=function(){delete this.points,delete this.setNames,delete this.setPointsLengths,delete this.setPointsOffsets,this.points=[],this.setNames=[],this.setPointsLengths=[],this.setPointsOffsets=[]},a.default=r,e.exports=a.default},{"./dygraph-utils":17}],14:[function(t,e,a){(function(t){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=null;if(void 0!==t);a.default=i,e.exports=a.default}).call(this,t("_process"))},{_process:1}],15:[function(t,e,a){(function(i){"use strict";function n(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(a,"__esModule",{value:!0});var r=t("./dygraph-utils"),o=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}(r),s=t("./dygraph-default-attrs"),l=n(s),h=t("./dygraph-options-reference"),u=(n(h),function(t){this.dygraph_=t,this.yAxes_=[],this.xAxis_={},this.series_={},this.global_=this.dygraph_.attrs_,this.user_=this.dygraph_.user_attrs_||{},this.labels_=[],this.highlightSeries_=this.get("highlightSeriesOpts")||{},this.reparseSeries()});if(u.AXIS_STRING_MAPPINGS_={y:0,Y:0,y1:0,Y1:0,y2:1,Y2:1},u.axisToIndex_=function(t){if("string"==typeof t){if(u.AXIS_STRING_MAPPINGS_.hasOwnProperty(t))return u.AXIS_STRING_MAPPINGS_[t];throw"Unknown axis : "+t}if("number"==typeof t){if(0===t||1===t)return t;throw"Dygraphs only supports two y-axes, indexed from 0-1."}if(t)throw"Unknown axis : "+t;return 0},u.prototype.reparseSeries=function(){var t=this.get("labels");if(t){this.labels_=t.slice(1),this.yAxes_=[{series:[],options:{}}],this.xAxis_={options:{}},this.series_={};for(var e=this.user_.series||{},a=0;a<this.labels_.length;a++){var i=this.labels_[a],n=e[i]||{},r=u.axisToIndex_(n.axis);this.series_[i]={idx:a,yAxis:r,options:n},this.yAxes_[r]?this.yAxes_[r].series.push(i):this.yAxes_[r]={series:[i],options:{}}}var s=this.user_.axes||{};o.update(this.yAxes_[0].options,s.y||{}),this.yAxes_.length>1&&o.update(this.yAxes_[1].options,s.y2||{}),o.update(this.xAxis_.options,s.x||{})}},u.prototype.get=function(t){var e=this.getGlobalUser_(t);return null!==e?e:this.getGlobalDefault_(t)},u.prototype.getGlobalUser_=function(t){return this.user_.hasOwnProperty(t)?this.user_[t]:null},u.prototype.getGlobalDefault_=function(t){return this.global_.hasOwnProperty(t)?this.global_[t]:l.default.hasOwnProperty(t)?l.default[t]:null},u.prototype.getForAxis=function(t,e){var a,i;if("number"==typeof e)a=e,i=0===a?"y":"y2";else{if("y1"==e&&(e="y"),"y"==e)a=0;else if("y2"==e)a=1;else{if("x"!=e)throw"Unknown axis "+e;a=-1}i=e}var n=-1==a?this.xAxis_:this.yAxes_[a];if(n){var r=n.options;if(r.hasOwnProperty(t))return r[t]}if("x"!==e||"logscale"!==t){var o=this.getGlobalUser_(t);if(null!==o)return o}var s=l.default.axes[i];return s.hasOwnProperty(t)?s[t]:this.getGlobalDefault_(t)},u.prototype.getForSeries=function(t,e){if(e===this.dygraph_.getHighlightSeries()&&this.highlightSeries_.hasOwnProperty(t))return this.highlightSeries_[t];if(!this.se
|
||
|
e.width=this.width_,e.height=this.height_,e.style.width=this.width_+"px",e.style.height=this.height_+"px",e},Q.prototype.createMouseEventElement_=function(){return this.canvas_},Q.prototype.setColors_=function(){var t=this.getLabels(),e=t.length-1;this.colors_=[],this.colorsMap_={};for(var a=this.getNumericOption("colorSaturation")||1,i=this.getNumericOption("colorValue")||.5,n=Math.ceil(e/2),r=this.getOption("colors"),o=this.visibility(),s=0;s<e;s++)if(o[s]){var l=t[s+1],h=this.attributes_.getForSeries("color",l);if(!h)if(r)h=r[s%r.length];else{var u=s%2?n+(s+1)/2:Math.ceil((s+1)/2),d=1*u/(1+e);h=x.hsvToRGB(d,a,i)}this.colors_.push(h),this.colorsMap_[l]=h}},Q.prototype.getColors=function(){return this.colors_},Q.prototype.getPropertiesForSeries=function(t){for(var e=-1,a=this.getLabels(),i=1;i<a.length;i++)if(a[i]==t){e=i;break}return-1==e?null:{name:t,column:e,visible:this.visibility()[e-1],color:this.colorsMap_[t],axis:1+this.attributes_.axisForSeries(t)}},Q.prototype.createRollInterface_=function(){var t=this,e=this.roller_;e||(this.roller_=e=document.createElement("input"),e.type="text",e.style.display="none",e.className="dygraph-roller",this.graphDiv.appendChild(e));var a=this.getBooleanOption("showRoller")?"block":"none",i=this.getArea(),n={top:i.y+i.h-25+"px",left:i.x+1+"px",display:a};e.size="2",e.value=this.rollPeriod_,x.update(e.style,n),e.onchange=function(){return t.adjustRoll(e.value)}},Q.prototype.createDragInterface_=function(){var t={isZooming:!1,isPanning:!1,is2DPan:!1,dragStartX:null,dragStartY:null,dragEndX:null,dragEndY:null,dragDirection:null,prevEndX:null,prevEndY:null,prevDragDirection:null,cancelNextDblclick:!1,initialLeftmostDate:null,xUnitsPerPixel:null,dateRange:null,px:0,py:0,boundedDates:null,boundedValues:null,tarp:new O.default,initializeMouseDown:function(t,e,a){t.preventDefault?t.preventDefault():(t.returnValue=!1,t.cancelBubble=!0);var i=x.findPos(e.canvas_);a.px=i.x,a.py=i.y,a.dragStartX=x.dragGetX_(t,a),a.dragStartY=x.dragGetY_(t,a),a.cancelNextDblclick=!1,a.tarp.cover()},destroy:function(){var t=this;if((t.isZooming||t.isPanning)&&(t.isZooming=!1,t.dragStartX=null,t.dragStartY=null),t.isPanning){t.isPanning=!1,t.draggingDate=null,t.dateRange=null;for(var e=0;e<a.axes_.length;e++)delete a.axes_[e].draggingValue,delete a.axes_[e].dragValueRange}t.tarp.uncover()}},e=this.getOption("interactionModel"),a=this;for(var i in e)e.hasOwnProperty(i)&&this.addAndTrackEvent(this.mouseEventElement_,i,function(e){return function(i){e(i,a,t)}}(e[i]));if(!e.willDestroyContextMyself){var n=function(e){t.destroy()};this.addAndTrackEvent(document,"mouseup",n)}},Q.prototype.drawZoomRect_=function(t,e,a,i,n,r,o,s){var l=this.canvas_ctx_;r==x.HORIZONTAL?l.clearRect(Math.min(e,o),this.layout_.getPlotArea().y,Math.abs(e-o),this.layout_.getPlotArea().h):r==x.VERTICAL&&l.clearRect(this.layout_.getPlotArea().x,Math.min(i,s),this.layout_.getPlotArea().w,Math.abs(i-s)),t==x.HORIZONTAL?a&&e&&(l.fillStyle="rgba(128,128,128,0.33)",l.fillRect(Math.min(e,a),this.layout_.getPlotArea().y,Math.abs(a-e),this.layout_.getPlotArea().h)):t==x.VERTICAL&&n&&i&&(l.fillStyle="rgba(128,128,128,0.33)",l.fillRect(this.layout_.getPlotArea().x,Math.min(i,n),this.layout_.getPlotArea().w,Math.abs(n-i)))},Q.prototype.clearZoomRect_=function(){this.currentZoomRectArgs_=null,this.canvas_ctx_.clearRect(0,0,this.width_,this.height_)},Q.prototype.doZoomX_=function(t,e){this.currentZoomRectArgs_=null;var a=this.toDataXCoord(t),i=this.toDataXCoord(e);this.doZoomXDates_(a,i)},Q.prototype.doZoomXDates_=function(t,e){var a=this,i=this.xAxisRange(),n=[t,e],r=this.getFunctionOption("zoomCallback");this.doAnimatedZoom(i,n,null,null,function(){r&&r.call(a,t,e,a.yAxisRanges())})},Q.prototype.doZoomY_=function(t,e){var a=this;this.currentZoomRectArgs_=null;for(var i=this.yAxisRanges(),n=[],r=0;r<this.axes_.length;r++){var o=this.toDataYCoord(t,r),l=this.toDataYCoord(e,r);n.push([l,o])}var h=this.getFunctionOption("zoomCallback");this.doAnimatedZoom(null,null,i,n,function(){if(h){var t=a.xAxisRange(),e=s(t,2),i=e[0],n=e[1];h.call(a,i,n,a.yAxisRanges())}
|
||
|
;d.style.fontSize=e.getOption("axisLabelFontSize")+"px";var c="dygraph-annotation";h.hasOwnProperty("icon")||(c+=" dygraphDefaultAnnotation dygraph-default-annotation"),h.hasOwnProperty("cssClass")&&(c+=" "+h.cssClass),d.className=c;var p=h.hasOwnProperty("width")?h.width:16,g=h.hasOwnProperty("height")?h.height:16;if(h.hasOwnProperty("icon")){var f=document.createElement("img");f.src=h.icon,f.width=p,f.height=g,d.appendChild(f)}else l.annotation.hasOwnProperty("shortText")&&d.appendChild(document.createTextNode(l.annotation.shortText));var _=l.canvasx-p/2;d.style.left=_+"px";var v=0;if(h.attachAtBottom){var y=r.y+r.h-g-u;o[_]?y-=o[_]:o[_]=0,o[_]+=u+g,v=y}else v=l.canvasy-g-u;d.style.top=v+"px",d.style.width=p+"px",d.style.height=g+"px",d.title=l.annotation.text,d.style.color=e.colorsMap_[l.name],d.style.borderColor=e.colorsMap_[l.name],h.div=d,e.addAndTrackEvent(d,"click",n("clickHandler","annotationClickHandler",l)),e.addAndTrackEvent(d,"mouseover",n("mouseOverHandler","annotationMouseOverHandler",l)),e.addAndTrackEvent(d,"mouseout",n("mouseOutHandler","annotationMouseOutHandler",l)),e.addAndTrackEvent(d,"dblclick",n("dblClickHandler","annotationDblClickHandler",l)),i.appendChild(d),this.annotations_.push(d);var x=t.drawingContext;if(x.save(),x.strokeStyle=h.hasOwnProperty("tickColor")?h.tickColor:e.colorsMap_[l.name],x.lineWidth=h.hasOwnProperty("tickWidth")?h.tickWidth:e.getOption("strokeWidth"),x.beginPath(),h.attachAtBottom){var y=v+g;x.moveTo(l.canvasx,y),x.lineTo(l.canvasx,y+u)}else x.moveTo(l.canvasx,l.canvasy),x.lineTo(l.canvasx,l.canvasy-2-u);x.closePath(),x.stroke(),x.restore()}}},i.prototype.destroy=function(){this.detachLabels()},a.default=i,e.exports=a.default},{}],21:[function(t,e,a){"use strict";Object.defineProperty(a,"__esModule",{value:!0});var i=t("../dygraph-utils"),n=function(t){if(t&&t.__esModule)return t;var e={};if(null!=t)for(var a in t)Object.prototype.hasOwnProperty.call(t,a)&&(e[a]=t[a]);return e.default=t,e}(i),r=function(){this.xlabels_=[],this.ylabels_=[]};r.prototype.toString=function(){return"Axes Plugin"},r.prototype.activate=function(t){return{layout:this.layout,clearChart:this.clearChart,willDrawChart:this.willDrawChart}},r.prototype.layout=function(t){var e=t.dygraph;if(e.getOptionForAxis("drawAxis","y")){var a=e.getOptionForAxis("axisLabelWidth","y")+2*e.getOptionForAxis("axisTickSize","y");t.reserveSpaceLeft(a)}if(e.getOptionForAxis("drawAxis","x")){var i;i=e.getOption("xAxisHeight")?e.getOption("xAxisHeight"):e.getOptionForAxis("axisLabelFontSize","x")+2*e.getOptionForAxis("axisTickSize","x"),t.reserveSpaceBottom(i)}if(2==e.numAxes()){if(e.getOptionForAxis("drawAxis","y2")){var a=e.getOptionForAxis("axisLabelWidth","y2")+2*e.getOptionForAxis("axisTickSize","y2");t.reserveSpaceRight(a)}}else e.numAxes()>2&&e.error("Only two y-axes are supported at this time. (Trying to use "+e.numAxes()+")")},r.prototype.detachLabels=function(){function t(t){for(var e=0;e<t.length;e++){var a=t[e];a.parentNode&&a.parentNode.removeChild(a)}}t(this.xlabels_),t(this.ylabels_),this.xlabels_=[],this.ylabels_=[]},r.prototype.clearChart=function(t){this.detachLabels()},r.prototype.willDrawChart=function(t){function e(t){return Math.round(t)+.5}function a(t){return Math.round(t)-.5}var i=this,r=t.dygraph;if(r.getOptionForAxis("drawAxis","x")||r.getOptionForAxis("drawAxis","y")||r.getOptionForAxis("drawAxis","y2")){var o,s,l,h=t.drawingContext,u=t.canvas.parentNode,d=r.width_,c=r.height_,p=function(t){return{position:"absolute",fontSize:r.getOptionForAxis("axisLabelFontSize",t)+"px",width:r.getOptionForAxis("axisLabelWidth",t)+"px"}},g={x:p("x"),y:p("y"),y2:p("y2")},f=function(t,e,a){var i=document.createElement("div"),r=g["y2"==a?"y2":e];n.update(i.style,r);var o=document.createElement("div");return o.className="dygraph-axis-label dygraph-axis-label-"+e+(a?" dygraph-axis-label-"+a:""),o.innerHTML=t,i.appendChild(o),i};h.save();var _=r.layout_,v=t.dygraph.plotter_.area,y=function(t){return function(e){return r.getOptionForAxis(e,t)}};if(r.getOptionForAxis("drawAxis","y")){if(_.yticks&&_.yticks.length>0){va
|
||
|
//# sourceMappingURL=dist/dygraph.min.js.map</script>
|
||
|
<script>
|
||
|
document.getElementById("download").addEventListener("click", function(e) {
|
||
|
html2canvas(document.body, {background: "#fff"}).then(function(canvas) {
|
||
|
var url = canvas.toDataURL('image/png').replace(/^data:image\/[^;]/, 'data:application/octet-stream');
|
||
|
var a = document.createElement("a");
|
||
|
a.setAttribute("download", "vegeta-plot.png");
|
||
|
a.setAttribute("href", url);
|
||
|
a.click();
|
||
|
});
|
||
|
});
|
||
|
|
||
|
var container = document.getElementById("latencies");
|
||
|
var opts = {
|
||
|
"title": "[Debian] 10 requests per second, 15 minutes (#7)",
|
||
|
"labels": [
|
||
|
"Seconds",
|
||
|
": OK"
|
||
|
],
|
||
|
"ylabel": "Latency (ms)",
|
||
|
"xlabel": "Seconds elapsed",
|
||
|
"colors": [
|
||
|
"#A6DA83"
|
||
|
],
|
||
|
"legend": "always",
|
||
|
"showRoller": true,
|
||
|
"logScale": true,
|
||
|
"strokeWidth": 1.3
|
||
|
};
|
||
|
var data = [
|
||
|
[0,234.21900000000002],
|
||
|
[0.099,132.7476],
|
||
|
[0.401,201.0573],
|
||
|
[0.499,110.274],
|
||
|
[0.8,116.67429999999999],
|
||
|
[1.099,115.16279999999999],
|
||
|
[1.3,111.0793],
|
||
|
[1.401,119.0902],
|
||
|
[1.799,144.4513],
|
||
|
[1.9,116.14489999999999],
|
||
|
[2.1,112.2267],
|
||
|
[2.399,138.5948],
|
||
|
[2.5,113.19500000000001],
|
||
|
[2.899,110.2934],
|
||
|
[3.101,112.2436],
|
||
|
[3.301,123.9413],
|
||
|
[3.501,133.2723],
|
||
|
[3.7,115.148],
|
||
|
[4,119.5791],
|
||
|
[4.1,112.7473],
|
||
|
[4.299,117.1205],
|
||
|
[4.699,113.21209999999999],
|
||
|
[4.801,111.26859999999999],
|
||
|
[5.1,120.9259],
|
||
|
[5.199,116.14009999999999],
|
||
|
[5.599,121.45609999999999],
|
||
|
[5.7,114.1917],
|
||
|
[5.999,122.0033],
|
||
|
[6.2,140.54340000000002],
|
||
|
[6.399,114.1922],
|
||
|
[6.701,112.2399],
|
||
|
[6.901,129.808],
|
||
|
[7.1,110.1059],
|
||
|
[7.3,115.16709999999999],
|
||
|
[7.599,117.12060000000001],
|
||
|
[7.799,111.10839999999999],
|
||
|
[8.1,110.29469999999999],
|
||
|
[8.301,115.1712],
|
||
|
[8.5,109.3244],
|
||
|
[8.699,114.17190000000001],
|
||
|
[8.8,111.2574],
|
||
|
[9.199,110.79419999999999],
|
||
|
[9.399000000000001,145.4241],
|
||
|
[9.5,113.146],
|
||
|
[9.899000000000001,109.3112],
|
||
|
[10,113.208],
|
||
|
[10.2,114.1758],
|
||
|
[10.4,111.2628],
|
||
|
[10.7,114.1675],
|
||
|
[10.999,115.1668],
|
||
|
[11.199,110.9386],
|
||
|
[11.3,120.27980000000001],
|
||
|
[11.5,112.23819999999999],
|
||
|
[11.899000000000001,116.3767],
|
||
|
[12.001,137.94729999999998],
|
||
|
[12.199,113.2133],
|
||
|
[12.501,109.3117],
|
||
|
[12.7,120.0469],
|
||
|
[12.901,110.2878],
|
||
|
[13.1,135.6708],
|
||
|
[13.401,145.4443],
|
||
|
[13.6,112.2393],
|
||
|
[13.8,138.1886],
|
||
|
[13.999,143.0347],
|
||
|
[14.2,112.21589999999999],
|
||
|
[14.599,110.28699999999999],
|
||
|
[14.799,119.0589],
|
||
|
[15,112.2403],
|
||
|
[15.199,106.33720000000001],
|
||
|
[15.501,152.36759999999998],
|
||
|
[15.599,112.3493],
|
||
|
[15.901,113.2209],
|
||
|
[16.2,140.7845],
|
||
|
[16.299,114.1917],
|
||
|
[16.599,140.1552],
|
||
|
[16.799,115.16669999999999],
|
||
|
[16.999,112.2401],
|
||
|
[17.299,111.2868],
|
||
|
[17.499,107.6553],
|
||
|
[17.6,107.8833],
|
||
|
[17.999,133.4538],
|
||
|
[18.101,112.4898],
|
||
|
[18.301,144.3423],
|
||
|
[18.599,111.8764],
|
||
|
[18.8,135.2837],
|
||
|
[18.999,110.26710000000001],
|
||
|
[19.3,114.0808],
|
||
|
[19.399,116.1442],
|
||
|
[19.7,112.24050000000001],
|
||
|
[20.001,118.09519999999999],
|
||
|
[20.099,110.0097],
|
||
|
[20.299,109.2991],
|
||
|
[20.699,117.5645],
|
||
|
[20.9,111.0367],
|
||
|
[20.999,142.84459999999999],
|
||
|
[21.2,111.1633],
|
||
|
[21.5,127.8668],
|
||
|
[21.7,113.2176],
|
||
|
[21.999,116.1546],
|
||
|
[22.1,113.21549999999999],
|
||
|
[22.3,115.146],
|
||
|
[22.599,112.24159999999999],
|
||
|
[22.9,111.42630000000001],
|
||
|
[23.099,111.8773],
|
||
|
[23.199,107.61189999999999],
|
||
|
[23.501,113.2398],
|
||
|
[23.799,119.0724],
|
||
|
[24,111.26610000000001],
|
||
|
[24.099,115.16669999999999],
|
||
|
[24.4,112.2449],
|
||
|
[24.699,111.28200000000001],
|
||
|
[24.801,117.0985],
|
||
|
[25.201,131.7682],
|
||
|
[25.401,111.2236],
|
||
|
[25.599,113.40690000000001],
|
||
|
[25.8,120.0484],
|
||
|
[25.899,114.1906],
|
||
|
[26.201,119.0847],
|
||
|
[26.5,111.2629],
|
||
|
[26.599,159.0874],
|
||
|
[26.8,113.2166],
|
||
|
[27.1,114.7766],
|
||
|
[27.4,112.08550000000001],
|
||
|
[27.599,172.4121],
|
||
|
[27.7,121.6566],
|
||
|
[28,136.6271],
|
||
|
[28.201,118.09450000000001],
|
||
|
[28.399,116.1442],
|
||
|
[28.699,108.3356],
|
||
|
[28.899,116.1608],
|
||
|
[29.099,112.2269],
|
||
|
[29.299,142.4879],
|
||
|
[29.499,112.2384],
|
||
|
[29.8,111.2817],
|
||
|
[30.099,117.1195],
|
||
|
[30.199,110.2774],
|
||
|
[30.599,112.2403],
|
||
|
[30.799,140.56750000000002],
|
||
|
[30.9,112.2401],
|
||
|
[31.199,131.7591],
|
||
|
[31.4,110.88489999999999],
|
||
|
[31.7,172.9],
|
||
|
[31.799,117.7104],
|
||
|
[32,110.2932],
|
||
|
[32.3,138.5633],
|
||
|
[32.5,108.31970000000001],
|
||
|
[32.699,167.8892],
|
||
|
[32.9,110.2877],
|
||
|
[33.299,122.4201],
|
||
|
[33.399,110.7166],
|
||
|
[33.699,110.2875],
|
||
|
[33.8,137.62030000000001],
|
||
|
[34.001,112.5379],
|
||
|
[34.401,133.717],
|
||
|
[34.499,112.2406],
|
||
|
[34.799,124.92739999999999],
|
||
|
[34.999,114.1918],
|
||
|
[35.3,110.31150000000001],
|
||
|
[35.501,116.1543],
|
||
|
[35.699,110.88109999999999],
|
||
|
[35.999,142.4649],
|
||
|
[36.101,117.09],
|
||
|
[36.299,110.3113],
|
||
|
[36.5,110.2688],
|
||
|
[36.799,121.037],
|
||
|
[37,111.26419999999999],
|
||
|
[37.301,112.23740000000001],
|
||
|
[37.399,109.334],
|
||
|
[37.8,113.7394],
|
||
|
[37.901,110.8094],
|
||
|
[38.2,113.1999],
|
||
|
[38.4,109.7306],
|
||
|
[38.501,113.2152],
|
||
|
[38.799,109.3321],
|
||
|
[39.099,114.1917],
|
||
|
[39.2,111.2603],
|
||
|
[39.4,116.1448],
|
||
|
[39.8,106.4263],
|
||
|
[40.001,155.8155],
|
||
|
[40.101,110.2945],
|
||
|
[40.299,121.0397],
|
||
|
[40.599,133.2587],
|
||
|
[40.801,108.8405],
|
||
|
[41.1,113.2156],
|
||
|
[41.3,109.3099],
|
||
|
[41.599,109.3118],
|
||
|
[41.8,120.0297],
|
||
|
[41.899,110.3102],
|
||
|
[42.201,127.55720000000001],
|
||
|
[42.399,111.2508],
|
||
|
[42.599,109.3051],
|
||
|
[42.899,110.7971],
|
||
|
[43.1,160.0645],
|
||
|
[43.301,108.3356],
|
||
|
[43.599,115.1779],
|
||
|
[43.699,110.308],
|
||
|
[44.099,114.8772],
|
||
|
[44.199,109.2957],
|
||
|
[44.499,116.7574],
|
||
|
[44.699,109.3073],
|
||
|
[45.001,118.0837],
|
||
|
[45.199,121.9948],
|
||
|
[45.299,112.2389],
|
||
|
[45.499,109.32799999999999],
|
||
|
[45.899,117.1196],
|
||
|
[46.099,115.1682],
|
||
|
[46.299,113.2024],
|
||
|
[46.499,133.14100000000002],
|
||
|
[46.7,111.27810000000001],
|
||
|
[46.899,137.5946],
|
||
|
[47.099,112.24549999999999],
|
||
|
[47.4,110.2885],
|
||
|
[47.699,116.1241],
|
||
|
[47.899,109.2954],
|
||
|
[48,114.1951],
|
||
|
[48.199,112.2301],
|
||
|
[48.5,110.30120000000001],
|
||
|
[48.8,161.99779999999998],
|
||
|
[48.9,117.1116],
|
||
|
[49.1,112.0802],
|
||
|
[49.5,113.1899],
|
||
|
[49.7,120.063],
|
||
|
[49.799,112.2569],
|
||
|
[49.999,114.1895],
|
||
|
[50.299,111.265],
|
||
|
[50.499,171.7791],
|
||
|
[50.699,110.2607],
|
||
|
[51,114.1913],
|
||
|
[51.299,143.4963],
|
||
|
[51.401,110.2876],
|
||
|
[51.699,112.224],
|
||
|
[51.801,117.12010000000001],
|
||
|
[52.001,121.9984],
|
||
|
[52.3,113.2165],
|
||
|
[52.5,109.3029],
|
||
|
[52.7,120.0827],
|
||
|
[52.999,112.8045],
|
||
|
[53.199,115.14620000000001],
|
||
|
[53.399,112.3964],
|
||
|
[53.701,113.2162],
|
||
|
[54.001,109.2989],
|
||
|
[54.099,114.21050000000001],
|
||
|
[54.4,109.0907],
|
||
|
[54.6,113.2157],
|
||
|
[54.8,126.8871],
|
||
|
[55.099,128.8166],
|
||
|
[55.3,133.9806],
|
||
|
[55.4,110.5367],
|
||
|
[55.601,119.30109999999999],
|
||
|
[55.9,111.77080000000001],
|
||
|
[56.099,109.31190000000001],
|
||
|
[56.299,121.9995],
|
||
|
[56.5,111.2561],
|
||
|
[56.9,109.31649999999999],
|
||
|
[57.1,114.1919],
|
||
|
[57.199,112.5173],
|
||
|
[57.599,114.0167],
|
||
|
[57.799,112.2391],
|
||
|
[57.9,113.4332],
|
||
|
[58.199,112.2394],
|
||
|
[58.399,119.0547],
|
||
|
[58.699,111.2637],
|
||
|
[58.8,121.0414],
|
||
|
[59.099,127.863],
|
||
|
[59.2,109.29379999999999],
|
||
|
[59.5,110.7355],
|
||
|
[59.799,110.308],
|
||
|
[59.899,168.8477],
|
||
|
[60.099,112.2428],
|
||
|
[60.5,111.26379999999999],
|
||
|
[60.699,113.2161],
|
||
|
[60.801,120.0538],
|
||
|
[61.099,112.2379],
|
||
|
[61.4,121.9987],
|
||
|
[61.601,111.2622],
|
||
|
[61.8,117.1265],
|
||
|
[61.899,114.1877],
|
||
|
[62.299,114.0061],
|
||
|
[62.4,110.0329],
|
||
|
[62.7,114.184],
|
||
|
[63,136.6401],
|
||
|
[63.1,115.1673],
|
||
|
[63.399,110.28689999999999],
|
||
|
[63.599,133.7121],
|
||
|
[63.8,144.4505],
|
||
|
[64,115.04209999999999],
|
||
|
[64.3,119.0551],
|
||
|
[64.399,111.9392],
|
||
|
[64.601,148.10119999999998],
|
||
|
[65,114.1913],
|
||
|
[65.2,167.8515],
|
||
|
[65.3,124.9581],
|
||
|
[65.5,129.7991],
|
||
|
[65.799,110.28880000000001],
|
||
|
[65.999,140.8507],
|
||
|
[66.301,151.85139999999998],
|
||
|
[66.399,115.2627],
|
||
|
[66.7,110.66860000000001],
|
||
|
[67,118.1001],
|
||
|
[67.201,109.2949],
|
||
|
[67.499,110.3078],
|
||
|
[67.7,136.64000000000001],
|
||
|
[67.8,111.2822],
|
||
|
[67.999,111.26379999999999],
|
||
|
[68.399,132.7353],
|
||
|
[68.5,111.1977],
|
||
|
[68.8,111.2538],
|
||
|
[69,115.1677],
|
||
|
[69.299,110.2938],
|
||
|
[69.4,169.8127],
|
||
|
[69.601,111.26419999999999],
|
||
|
[69.801,117.1209],
|
||
|
[70.1,110.2927],
|
||
|
[70.401,112.2393],
|
||
|
[70.499,110.2744],
|
||
|
[70.699,113.1914],
|
||
|
[70.901,133.24169999999998],
|
||
|
[71.3,109.32690000000001],
|
||
|
[71.5,111.2618],
|
||
|
[71.699,128.8319],
|
||
|
[71.801,117.1184],
|
||
|
[72.199,115.1842],
|
||
|
[72.399,140.5246],
|
||
|
[72.5,113.9126],
|
||
|
[72.8,111.2537],
|
||
|
[73.1,114.84400000000001],
|
||
|
[73.201,109.9963],
|
||
|
[73.401,112.2402],
|
||
|
[73.599,107.3591],
|
||
|
[73.9,117.0997],
|
||
|
[74.1,110.2718],
|
||
|
[74.3,118.0964],
|
||
|
[74.501,111.2512],
|
||
|
[74.8,109.0679],
|
||
|
[75.101,112.08619999999999],
|
||
|
[75.199,109.3631],
|
||
|
[75.5,112.2595],
|
||
|
[75.799,111.2458],
|
||
|
[75.999,108.33569999999999],
|
||
|
[76.099,108.3359],
|
||
|
[76.4,143.4759],
|
||
|
[76.601,113.21870000000001],
|
||
|
[76.901,116.6997],
|
||
|
[77.1,116.8088],
|
||
|
[77.199,110.9741],
|
||
|
[77.501,113.85900000000001],
|
||
|
[77.799,140.5557],
|
||
|
[77.999,150.28],
|
||
|
[78.199,109.3052],
|
||
|
[78.501,165.90720000000002],
|
||
|
[78.599,119.07249999999999],
|
||
|
[78.801,113.21340000000001],
|
||
|
[79.199,117.143],
|
||
|
[79.299,112.2461],
|
||
|
[79.599,114.70819999999999],
|
||
|
[79.799,111.2462],
|
||
|
[80.1,112.2569],
|
||
|
[80.3,140.5315],
|
||
|
[80.501,111.2736],
|
||
|
[80.701,126.9072],
|
||
|
[80.8,109.2945],
|
||
|
[81.099,117.82339999999999],
|
||
|
[81.399,108.3355],
|
||
|
[81.599,111.8417],
|
||
|
[81.8,138.59189999999998],
|
||
|
[81.999,117.1324],
|
||
|
[82.199,109.2945],
|
||
|
[82.5,134.6629],
|
||
|
[82.6,113.2149],
|
||
|
[83,107.3806],
|
||
|
[83.099,111.1108],
|
||
|
[83.399,109.3118],
|
||
|
[83.699,119.7431],
|
||
|
[83.801,112.9409],
|
||
|
[84.101,108.33460000000001],
|
||
|
[84.199,104.43180000000001],
|
||
|
[84.601,162.0105],
|
||
|
[84.699,112.21549999999999],
|
||
|
[85,110.2875],
|
||
|
[85.099,118.0959],
|
||
|
[85.501,106.3856],
|
||
|
[85.701,111.2801],
|
||
|
[85.899,108.7422],
|
||
|
[86.099,113.2152],
|
||
|
[86.399,117.0957],
|
||
|
[86.5,110.2875],
|
||
|
[86.7,112.2394],
|
||
|
[86.999,109.3118],
|
||
|
[87.199,125.9033],
|
||
|
[87.401,112.24539999999999],
|
||
|
[87.6,116.91210000000001],
|
||
|
[87.799,112.1911],
|
||
|
[88.099,121.9875],
|
||
|
[88.3,114.184],
|
||
|
[88.6,112.2584],
|
||
|
[88.7,121.97579999999999],
|
||
|
[88.999,107.3592],
|
||
|
[89.3,127.3202],
|
||
|
[89.401,116.16980000000001],
|
||
|
[89.699,107.3627],
|
||
|
[89.9,110.9232],
|
||
|
[90.099,112.2671],
|
||
|
[90.401,110.27470000000001],
|
||
|
[90.499,134.6876],
|
||
|
[90.799,114.1913],
|
||
|
[90.999,134.6925],
|
||
|
[91.199,114.1786],
|
||
|
[91.599,115.7187],
|
||
|
[91.7,110.3529],
|
||
|
[91.999,110.7007],
|
||
|
[92.099,117.6381],
|
||
|
[92.3,121.4929],
|
||
|
[92.701,113.2161],
|
||
|
[92.799,140.55290000000002],
|
||
|
[93,110.2876],
|
||
|
[93.4,140.5436],
|
||
|
[93.499,116.14789999999999],
|
||
|
[93.799,117.1196],
|
||
|
[93.9,113.246],
|
||
|
[94.199,110.9706],
|
||
|
[94.5,116.1209],
|
||
|
[94.599,108.3356],
|
||
|
[94.9,117.1199],
|
||
|
[94.999,110.27579999999999],
|
||
|
[95.4,120.0523],
|
||
|
[95.601,112.2469],
|
||
|
[95.8,116.66279999999999],
|
||
|
[96.1,112.2605],
|
||
|
[96.199,128.8318],
|
||
|
[96.5,115.4713],
|
||
|
[96.601,112.9325],
|
||
|
[96.999,116.1265],
|
||
|
[97.2,110.2948],
|
||
|
[97.299,114.1901],
|
||
|
[97.6,107.3586],
|
||
|
[97.801,110.30040000000001],
|
||
|
[98.099,110.9786],
|
||
|
[98.299,170.8118],
|
||
|
[98.4,109.30499999999999],
|
||
|
[98.799,122.9704],
|
||
|
[98.9,117.1207],
|
||
|
[99.2,111.2606],
|
||
|
[99.399,114.2244],
|
||
|
[99.699,109.336],
|
||
|
[99.899,122.97080000000001],
|
||
|
[100.001,177.157],
|
||
|
[100.199,110.5528],
|
||
|
[100.599,113.22210000000001],
|
||
|
[100.7,107.3468],
|
||
|
[100.999,114.20439999999999],
|
||
|
[101.1,135.2132],
|
||
|
[101.4,109.3063],
|
||
|
[101.699,113.2355],
|
||
|
[101.801,173.7313],
|
||
|
[101.999,111.2634],
|
||
|
[102.199,118.0955],
|
||
|
[102.599,111.8911],
|
||
|
[102.699,111.30199999999999],
|
||
|
[103,129.4856],
|
||
|
[103.301,107.872],
|
||
|
[103.501,131.7582],
|
||
|
[103.699,109.3355],
|
||
|
[103.899,138.59099999999998],
|
||
|
[104,115.16709999999999],
|
||
|
[104.4,115.12740000000001],
|
||
|
[104.499,120.03410000000001],
|
||
|
[104.7,115.1684],
|
||
|
[104.999,122.0009],
|
||
|
[105.301,108.33539999999999],
|
||
|
[105.499,119.073],
|
||
|
[105.6,167.87099999999998],
|
||
|
[105.801,112.2256],
|
||
|
[106.099,113.2036],
|
||
|
[106.299,114.1832],
|
||
|
[106.499,111.26320000000001],
|
||
|
[106.899,114.19120000000001],
|
||
|
[107,109.3254],
|
||
|
[107.299,109.0604],
|
||
|
[107.5,164.941],
|
||
|
[107.7,111.2801],
|
||
|
[107.899,110.2615],
|
||
|
[108.199,116.1443],
|
||
|
[108.3,144.5145],
|
||
|
[108.501,115.1687],
|
||
|
[108.799,122.9731],
|
||
|
[108.999,111.9376],
|
||
|
[109.2,117.1646],
|
||
|
[109.4,110.2944],
|
||
|
[109.799,112.2395],
|
||
|
[110,109.3118],
|
||
|
[110.2,117.1202],
|
||
|
[110.299,109.33529999999999],
|
||
|
[110.6,125.9069],
|
||
|
[110.801,112.2396],
|
||
|
[111.099,112.0762],
|
||
|
[111.201,142.51649999999998],
|
||
|
[111.5,114.0608],
|
||
|
[111.7,118.09519999999999],
|
||
|
[111.999,111.2872],
|
||
|
[112.1,109.32029999999999],
|
||
|
[112.399,112.2245],
|
||
|
[112.599,111.264],
|
||
|
[112.899,113.2004],
|
||
|
[113.199,124.9271],
|
||
|
[113.301,111.3184],
|
||
|
[113.601,110.7688],
|
||
|
[113.701,115.6934],
|
||
|
[114.101,114.1926],
|
||
|
[114.199,174.7584],
|
||
|
[114.399,112.2439],
|
||
|
[114.599,110.28699999999999],
|
||
|
[114.999,129.79070000000002],
|
||
|
[115.201,106.9451],
|
||
|
[115.301,142.11190000000002],
|
||
|
[115.501,115.77170000000001],
|
||
|
[115.7,107.3592],
|
||
|
[116.001,140.2677],
|
||
|
[116.201,115.1687],
|
||
|
[116.4,112.2396],
|
||
|
[116.799,114.19120000000001],
|
||
|
[116.999,145.4062],
|
||
|
[117.1,116.14330000000001],
|
||
|
[117.399,117.11399999999999],
|
||
|
[117.599,170.6122],
|
||
|
[117.8,111.9893],
|
||
|
[118.1,111.1561],
|
||
|
[118.3,117.12060000000001],
|
||
|
[118.399,172.7519],
|
||
|
[118.7,111.2774],
|
||
|
[118.999,116.1438],
|
||
|
[119.099,113.2161],
|
||
|
[119.499,117.6502],
|
||
|
[119.7,112.2428],
|
||
|
[119.901,113.1619],
|
||
|
[120.1,188.53529999999998],
|
||
|
[120.199,122.5264],
|
||
|
[120.499,111.2625],
|
||
|
[120.699,138.59109999999998],
|
||
|
[120.899,119.0844],
|
||
|
[121.199,110.2885],
|
||
|
[121.5,116.1436],
|
||
|
[121.7,110.2864],
|
||
|
[121.799,116.1795],
|
||
|
[122.2,137.5484],
|
||
|
[122.299,140.0748],
|
||
|
[122.501,110.2871],
|
||
|
[122.799,120.04910000000001],
|
||
|
[122.901,130.7838],
|
||
|
[123.3,114.19200000000001],
|
||
|
[123.401,131.76],
|
||
|
[123.601,115.1687],
|
||
|
[123.899,150.8541],
|
||
|
[124.101,115.7675],
|
||
|
[124.399,116.1272],
|
||
|
[124.601,143.4925],
|
||
|
[124.699,118.1168],
|
||
|
[124.999,140.5437],
|
||
|
[125.199,114.1906],
|
||
|
[125.5,129.7856],
|
||
|
[125.599,147.3716],
|
||
|
[125.9,117.0723],
|
||
|
[126.1,115.19409999999999],
|
||
|
[126.301,112.27189999999999],
|
||
|
[126.7,143.47740000000002],
|
||
|
[126.901,118.0797],
|
||
|
[126.999,149.3272],
|
||
|
[127.199,114.1919],
|
||
|
[127.399,123.894],
|
||
|
[127.701,113.226],
|
||
|
[128.001,113.2156],
|
||
|
[128.1,200.3326],
|
||
|
[128.301,113.793],
|
||
|
[128.599,108.38929999999999],
|
||
|
[128.799,114.1914],
|
||
|
[129.099,109.317],
|
||
|
[129.299,110.2998],
|
||
|
[129.6,117.1191],
|
||
|
[129.699,111.2644],
|
||
|
[129.899,115.1502],
|
||
|
[130.301,115.169],
|
||
|
[130.399,110.9211],
|
||
|
[130.699,109.3108],
|
||
|
[130.899,118.0957],
|
||
|
[131.101,112.2398],
|
||
|
[131.399,136.6558],
|
||
|
[131.5,112.2394],
|
||
|
[131.799,114.19210000000001],
|
||
|
[131.901,182.5129],
|
||
|
[132.199,109.8863],
|
||
|
[132.5,117.827],
|
||
|
[132.701,139.54420000000002],
|
||
|
[132.799,109.814],
|
||
|
[133.2,118.1007],
|
||
|
[133.299,117.10220000000001],
|
||
|
[133.499,112.2321],
|
||
|
[133.799,110.2877],
|
||
|
[134.1,115.6741],
|
||
|
[134.299,110.86659999999999],
|
||
|
[134.501,108.33539999999999],
|
||
|
[134.599,112.2247],
|
||
|
[135.001,109.80149999999999],
|
||
|
[135.199,114.716],
|
||
|
[135.399,110.2886],
|
||
|
[135.5,145.2331],
|
||
|
[135.799,110.304],
|
||
|
[135.999,109.31190000000001],
|
||
|
[136.3,112.2391],
|
||
|
[136.399,109.3071],
|
||
|
[136.7,110.21809999999999],
|
||
|
[136.999,115.4654],
|
||
|
[137.2,170.2532],
|
||
|
[137.301,113.72210000000001],
|
||
|
[137.699,110.2871],
|
||
|
[137.9,112.2551],
|
||
|
[137.999,112.2394],
|
||
|
[138.199,116.1438],
|
||
|
[138.5,121.02369999999999],
|
||
|
[138.701,112.0013],
|
||
|
[138.9,110.9165],
|
||
|
[139.3,113.8385],
|
||
|
[139.4,110.2725],
|
||
|
[139.601,115.1841],
|
||
|
[139.9,115.14],
|
||
|
[140.1,171.7659],
|
||
|
[140.301,121.02340000000001],
|
||
|
[140.599,122.531],
|
||
|
[140.801,121.79429999999999],
|
||
|
[141.001,111.2822],
|
||
|
[141.201,115.854],
|
||
|
[141.5,114.55890000000001],
|
||
|
[141.599,141.2854],
|
||
|
[141.999,114.2018],
|
||
|
[142.2,142.4956],
|
||
|
[142.299,117.1187],
|
||
|
[142.6,123.9516],
|
||
|
[142.801,113.2163],
|
||
|
[143,110.3146],
|
||
|
[143.201,116.706],
|
||
|
[143.499,110.2744],
|
||
|
[143.799,119.02300000000001],
|
||
|
[143.999,112.25630000000001],
|
||
|
[144.199,109.3121],
|
||
|
[144.3,113.2089],
|
||
|
[144.7,118.1003],
|
||
|
[144.901,113.1974],
|
||
|
[145.099,213.71519999999998],
|
||
|
[145.199,115.1672],
|
||
|
[145.4,182.512],
|
||
|
[145.701,113.84469999999999],
|
||
|
[145.901,110.793],
|
||
|
[146.199,118.6026],
|
||
|
[146.4,109.31259999999999],
|
||
|
[146.7,115.1691],
|
||
|
[146.799,113.2141],
|
||
|
[146.999,125.90350000000001],
|
||
|
[147.2,127.85889999999999],
|
||
|
[147.501,113.2358],
|
||
|
[147.799,109.2953],
|
||
|
[147.9,112.23519999999999],
|
||
|
[148.299,112.2607],
|
||
|
[148.399,131.7465],
|
||
|
[148.599,118.0747],
|
||
|
[148.901,113.2113],
|
||
|
[149.2,204.00969999999998],
|
||
|
[149.301,119.0749],
|
||
|
[149.599,114.1919],
|
||
|
[149.7,134.6921],
|
||
|
[149.899,113.788],
|
||
|
[150.299,113.216],
|
||
|
[150.401,142.4624],
|
||
|
[150.7,116.1434],
|
||
|
[150.899,139.5681],
|
||
|
[151.199,132.73489999999998],
|
||
|
[151.399,108.3096],
|
||
|
[151.501,112.24000000000001],
|
||
|
[151.799,118.63719999999999],
|
||
|
[151.999,111.379],
|
||
|
[152.3,110.07010000000001],
|
||
|
[152.401,123.5947],
|
||
|
[152.599,113.2167],
|
||
|
[152.899,111.26429999999999],
|
||
|
[153.099,130.78390000000002],
|
||
|
[153.301,113.1905],
|
||
|
[153.599,144.4418],
|
||
|
[153.901,113.1972],
|
||
|
[153.999,112.2395],
|
||
|
[154.199,114.82770000000001],
|
||
|
[154.599,110.5089],
|
||
|
[154.799,206.91119999999998],
|
||
|
[154.9,123.95190000000001],
|
||
|
[155.199,146.40040000000002],
|
||
|
[155.301,123.9464],
|
||
|
[155.6,110.2886],
|
||
|
[155.899,116.1451],
|
||
|
[156.099,144.7999],
|
||
|
[156.299,113.8417],
|
||
|
[156.601,143.48420000000002],
|
||
|
[156.699,113.9014],
|
||
|
[156.901,122.9748],
|
||
|
[157.201,111.26360000000001],
|
||
|
[157.4,113.21730000000001],
|
||
|
[157.699,112.2389],
|
||
|
[157.899,119.0712],
|
||
|
[158.199,144.4432],
|
||
|
[158.3,107.3583],
|
||
|
[158.599,143.2441],
|
||
|
[158.699,119.0694],
|
||
|
[158.901,122.5064],
|
||
|
[159.199,114.1914],
|
||
|
[159.501,114.1918],
|
||
|
[159.701,116.1427],
|
||
|
[160,140.54569999999998],
|
||
|
[160.101,114.1899],
|
||
|
[160.4,111.27430000000001],
|
||
|
[160.499,113.73750000000001],
|
||
|
[160.9,118.096],
|
||
|
[160.999,112.8907],
|
||
|
[161.3,109.3087],
|
||
|
[161.399,147.3641],
|
||
|
[161.6,111.2637],
|
||
|
[161.899,140.5428],
|
||
|
[162.099,111.2634],
|
||
|
[162.299,142.496],
|
||
|
[162.599,111.7695],
|
||
|
[162.9,128.8324],
|
||
|
[163.001,110.2871],
|
||
|
[163.299,111.0809],
|
||
|
[163.501,134.68849999999998],
|
||
|
[163.701,139.55190000000002],
|
||
|
[163.899,110.3071],
|
||
|
[164.2,145.433],
|
||
|
[164.299,115.16669999999999],
|
||
|
[164.601,112.24040000000001],
|
||
|
[164.801,117.70509999999999],
|
||
|
[164.999,115.1723],
|
||
|
[165.399,111.9599],
|
||
|
[165.499,128.3804],
|
||
|
[165.799,119.5866],
|
||
|
[165.899,176.6603],
|
||
|
[166.099,113.21499999999999],
|
||
|
[166.401,177.60590000000002],
|
||
|
[166.601,111.26429999999999],
|
||
|
[166.799,111.2556],
|
||
|
[167.199,116.8775],
|
||
|
[167.399,113.26790000000001],
|
||
|
[167.5,116.09060000000001],
|
||
|
[167.801,113.2158],
|
||
|
[168,117.1198],
|
||
|
[168.2,159.1067],
|
||
|
[168.4,111.78190000000001],
|
||
|
[168.7,112.2396],
|
||
|
[168.999,113.2156],
|
||
|
[169.199,126.8821],
|
||
|
[169.399,114.131],
|
||
|
[169.501,135.83010000000002],
|
||
|
[169.7,112.8764],
|
||
|
[170,111.2626],
|
||
|
[170.299,114.1929],
|
||
|
[170.499,113.19930000000001],
|
||
|
[170.799,119.7171],
|
||
|
[171.001,110.291],
|
||
|
[171.201,130.4142],
|
||
|
[171.401,140.56089999999998],
|
||
|
[171.601,112.2391],
|
||
|
[171.9,114.96589999999999],
|
||
|
[172.1,142.49439999999998],
|
||
|
[172.199,113.21589999999999],
|
||
|
[172.6,118.0948],
|
||
|
[172.801,110.2864],
|
||
|
[173,109.4803],
|
||
|
[173.199,143.4728],
|
||
|
[173.3,115.1678],
|
||
|
[173.599,116.7423],
|
||
|
[173.799,112.2401],
|
||
|
[174.101,115.1746],
|
||
|
[174.199,111.1217],
|
||
|
[174.501,109.9987],
|
||
|
[174.801,116.1451],
|
||
|
[175,111.26389999999999],
|
||
|
[175.099,121.97909999999999],
|
||
|
[175.501,118.1042],
|
||
|
[175.701,110.28880000000001],
|
||
|
[175.901,113.1709],
|
||
|
[175.999,144.4473],
|
||
|
[176.4,108.35640000000001],
|
||
|
[176.601,140.9301],
|
||
|
[176.701,124.4618],
|
||
|
[176.9,114.9327],
|
||
|
[177.3,122.9751],
|
||
|
[177.4,112.9932],
|
||
|
[177.6,109.2991],
|
||
|
[177.899,111.94510000000001],
|
||
|
[178.199,113.40129999999999],
|
||
|
[178.301,139.5695],
|
||
|
[178.501,115.8637],
|
||
|
[178.799,140.5491],
|
||
|
[179.101,113.2176],
|
||
|
[179.2,123.9654],
|
||
|
[179.5,118.1763],
|
||
|
[179.6,110.29310000000001],
|
||
|
[180,114.17660000000001],
|
||
|
[180.2,110.2917],
|
||
|
[180.5,108.5505],
|
||
|
[180.6,195.9097],
|
||
|
[180.799,117.7058],
|
||
|
[181.099,143.4909],
|
||
|
[181.2,117.6645],
|
||
|
[181.501,111.2623],
|
||
|
[181.8,113.1904],
|
||
|
[182,112.2393],
|
||
|
[182.299,142.5889],
|
||
|
[182.401,116.6494],
|
||
|
[182.6,112.292],
|
||
|
[182.899,119.048],
|
||
|
[183.1,150.3158],
|
||
|
[183.3,116.34],
|
||
|
[183.5,133.7514],
|
||
|
[183.699,115.20370000000001],
|
||
|
[184.101,185.4408],
|
||
|
[184.301,116.1431],
|
||
|
[184.501,144.4487],
|
||
|
[184.599,121.02340000000001],
|
||
|
[185,114.191],
|
||
|
[185.2,151.34890000000001],
|
||
|
[185.3,116.19500000000001],
|
||
|
[185.499,143.4606],
|
||
|
[185.699,114.8883],
|
||
|
[186.099,112.2389],
|
||
|
[186.299,121.0278],
|
||
|
[186.5,112.2384],
|
||
|
[186.6,118.0963],
|
||
|
[186.9,113.2321],
|
||
|
[187.1,122.97619999999999],
|
||
|
[187.301,114.7877],
|
||
|
[187.699,113.2192],
|
||
|
[187.899,107.38419999999999],
|
||
|
[188.099,115.6769],
|
||
|
[188.3,123.48240000000001],
|
||
|
[188.601,108.3361],
|
||
|
[188.699,113.21440000000001],
|
||
|
[188.9,114.1924],
|
||
|
[189.199,107.37530000000001],
|
||
|
[189.501,110.289],
|
||
|
[189.599,118.0948],
|
||
|
[189.801,115.1806],
|
||
|
[190.1,112.82770000000001],
|
||
|
[190.4,116.12129999999999],
|
||
|
[190.499,109.3122],
|
||
|
[190.699,115.6927],
|
||
|
[191,109.8407],
|
||
|
[191.1,122.13980000000001],
|
||
|
[191.401,113.2212],
|
||
|
[191.599,109.3129],
|
||
|
[191.801,119.04860000000001],
|
||
|
[192.099,117.6463],
|
||
|
[192.4,111.25150000000001],
|
||
|
[192.499,114.1915],
|
||
|
[192.8,113.2128],
|
||
|
[193.099,120.5531],
|
||
|
[193.299,108.8583],
|
||
|
[193.401,113.2421],
|
||
|
[193.6,118.0274],
|
||
|
[193.801,123.9333],
|
||
|
[194.099,111.26419999999999],
|
||
|
[194.399,116.1254],
|
||
|
[194.5,112.224],
|
||
|
[194.901,109.29350000000001],
|
||
|
[195.101,121.0252],
|
||
|
[195.299,176.6646],
|
||
|
[195.401,116.1476],
|
||
|
[195.599,109.8673],
|
||
|
[196,139.12030000000001],
|
||
|
[196.201,109.3295],
|
||
|
[196.4,118.1123],
|
||
|
[196.699,143.4677],
|
||
|
[196.901,115.1675],
|
||
|
[197.1,120.04769999999999],
|
||
|
[197.2,108.3516],
|
||
|
[197.399,122.976],
|
||
|
[197.799,120.0735],
|
||
|
[198,109.97659999999999],
|
||
|
[198.101,115.8945],
|
||
|
[198.3,131.75549999999998],
|
||
|
[198.599,112.2398],
|
||
|
[198.901,120.088],
|
||
|
[198.999,114.1923],
|
||
|
[199.199,121.0522],
|
||
|
[199.501,111.7864],
|
||
|
[199.8,116.7005],
|
||
|
[200.001,179.1547],
|
||
|
[200.201,114.2158],
|
||
|
[200.501,124.59870000000001],
|
||
|
[200.601,123.8787],
|
||
|
[200.901,115.13180000000001],
|
||
|
[200.999,128.8468],
|
||
|
[201.299,112.2393],
|
||
|
[201.499,115.16709999999999],
|
||
|
[201.699,110.2853],
|
||
|
[202,113.2264],
|
||
|
[202.301,146.40210000000002],
|
||
|
[202.5,117.0052],
|
||
|
[202.599,139.14860000000002],
|
||
|
[202.901,112.7624],
|
||
|
[203.1,111.2451],
|
||
|
[203.399,124.9405],
|
||
|
[203.5,113.2315],
|
||
|
[203.901,112.253],
|
||
|
[204.101,118.08720000000001],
|
||
|
[204.299,111.9131],
|
||
|
[204.4,112.5043],
|
||
|
[204.601,111.8745],
|
||
|
[205.001,139.43040000000002],
|
||
|
[205.099,115.55940000000001],
|
||
|
[205.3,117.1422],
|
||
|
[205.7,112.2469],
|
||
|
[205.799,107.38069999999999],
|
||
|
[206.101,116.1442],
|
||
|
[206.3,114.18],
|
||
|
[206.6,143.4716],
|
||
|
[206.699,110.28649999999999],
|
||
|
[206.999,109.31190000000001],
|
||
|
[207.2,115.1834],
|
||
|
[207.399,110.2895],
|
||
|
[207.599,109.2844],
|
||
|
[207.9,114.1707],
|
||
|
[208.099,110.2733],
|
||
|
[208.4,117.0998],
|
||
|
[208.499,110.2878],
|
||
|
[208.8,132.2217],
|
||
|
[208.899,117.5244],
|
||
|
[209.2,121.03070000000001],
|
||
|
[209.399,110.5564],
|
||
|
[209.7,115.1668],
|
||
|
[209.799,111.2556],
|
||
|
[209.999,107.3726],
|
||
|
[210.4,115.1233],
|
||
|
[210.6,109.3129],
|
||
|
[210.8,108.8429],
|
||
|
[211.1,114.782],
|
||
|
[211.201,111.264],
|
||
|
[211.499,113.2395],
|
||
|
[211.699,180.5583],
|
||
|
[211.8,111.2652],
|
||
|
[212.099,116.1437],
|
||
|
[212.401,134.6674],
|
||
|
[212.599,112.2399],
|
||
|
[212.9,124.92699999999999],
|
||
|
[212.999,106.8885],
|
||
|
[213.301,114.6853],
|
||
|
[213.499,112.2395],
|
||
|
[213.8,175.6729],
|
||
|
[213.899,112.2476],
|
||
|
[214.199,185.4392],
|
||
|
[214.3,115.1676],
|
||
|
[214.5,190.3203],
|
||
|
[214.799,119.07180000000001],
|
||
|
[215.099,122.97529999999999],
|
||
|
[215.199,115.1676],
|
||
|
[215.5,121.9962],
|
||
|
[215.799,110.2705],
|
||
|
[215.901,120.6049],
|
||
|
[216.199,110.3955],
|
||
|
[216.499,112.2557],
|
||
|
[216.6,110.288],
|
||
|
[216.8,116.1205],
|
||
|
[217,112.2394],
|
||
|
[217.3,114.9136],
|
||
|
[217.601,112.89250000000001],
|
||
|
[217.699,121.0249],
|
||
|
[217.999,109.3253],
|
||
|
[218.299,117.09790000000001],
|
||
|
[218.4,111.2621],
|
||
|
[218.6,120.0524],
|
||
|
[218.9,120.017],
|
||
|
[219.199,144.44750000000002],
|
||
|
[219.301,112.2402],
|
||
|
[219.599,109.2909],
|
||
|
[219.7,117.108],
|
||
|
[219.999,112.2401],
|
||
|
[220.299,114.19269999999999],
|
||
|
[220.499,139.56650000000002],
|
||
|
[220.699,117.135],
|
||
|
[220.899,113.3844],
|
||
|
[221.2,141.2713],
|
||
|
[221.299,118.0957],
|
||
|
[221.6,109.84240000000001],
|
||
|
[221.899,126.87960000000001],
|
||
|
[222.001,120.0489],
|
||
|
[222.3,112.217],
|
||
|
[222.4,117.09700000000001],
|
||
|
[222.601,111.0236],
|
||
|
[222.899,109.31230000000001],
|
||
|
[223.2,114.19160000000001],
|
||
|
[223.299,134.6635],
|
||
|
[223.499,109.3125],
|
||
|
[223.799,113.99900000000001],
|
||
|
[224.001,111.2833],
|
||
|
[224.299,113.2158],
|
||
|
[224.499,131.7437],
|
||
|
[224.7,112.2401],
|
||
|
[224.999,113.7591],
|
||
|
[225.1,133.2589],
|
||
|
[225.299,113.2162],
|
||
|
[225.699,117.7358],
|
||
|
[225.8,111.265],
|
||
|
[226,119.07249999999999],
|
||
|
[226.201,112.2587],
|
||
|
[226.499,113.2195],
|
||
|
[226.799,144.4472],
|
||
|
[226.899,114.1872],
|
||
|
[227.301,114.20769999999999],
|
||
|
[227.5,142.4976],
|
||
|
[227.701,121.0363],
|
||
|
[227.8,131.7828],
|
||
|
[228,116.14489999999999],
|
||
|
[228.3,117.09899999999999],
|
||
|
[228.5,112.2457],
|
||
|
[228.699,111.0241],
|
||
|
[229.099,121.9999],
|
||
|
[229.301,115.1678],
|
||
|
[229.4,108.33460000000001],
|
||
|
[229.599,117.09700000000001],
|
||
|
[229.8,114.1892],
|
||
|
[230.099,113.21509999999999],
|
||
|
[230.299,110.2299],
|
||
|
[230.499,117.1267],
|
||
|
[230.901,110.2732],
|
||
|
[230.999,115.1686],
|
||
|
[231.299,109.2952],
|
||
|
[231.4,117.1181],
|
||
|
[231.701,113.2166],
|
||
|
[231.901,122.9921],
|
||
|
[232.101,115.15060000000001],
|
||
|
[232.3,112.2324],
|
||
|
[232.599,115.18100000000001],
|
||
|
[232.799,111.2634],
|
||
|
[233.099,122.0038],
|
||
|
[233.3,113.193],
|
||
|
[233.6,111.25980000000001],
|
||
|
[233.801,128.826],
|
||
|
[234.001,115.1686],
|
||
|
[234.199,108.29220000000001],
|
||
|
[234.499,115.1851],
|
||
|
[234.699,111.2885],
|
||
|
[234.799,139.5428],
|
||
|
[234.999,112.2398],
|
||
|
[235.301,118.0955],
|
||
|
[235.599,109.3118],
|
||
|
[235.799,108.3316],
|
||
|
[235.999,113.2329],
|
||
|
[236.2,123.93849999999999],
|
||
|
[236.401,119.07639999999999],
|
||
|
[236.7,121.1979],
|
||
|
[236.8,111.2306],
|
||
|
[237.201,122.0001],
|
||
|
[237.399,110.2884],
|
||
|
[237.5,121.04090000000001],
|
||
|
[237.701,116.1448],
|
||
|
[238.1,128.83169999999998],
|
||
|
[238.301,110.30669999999999],
|
||
|
[238.499,116.1672],
|
||
|
[238.599,113.2168],
|
||
|
[239,111.2487],
|
||
|
[239.099,118.0964],
|
||
|
[239.3,110.6484],
|
||
|
[239.599,111.9402],
|
||
|
[239.9,121.99849999999999],
|
||
|
[239.999,114.2016],
|
||
|
[240.299,111.2861],
|
||
|
[240.499,120.03129999999999],
|
||
|
[240.6,112.2529],
|
||
|
[240.999,110.2872],
|
||
|
[241.1,125.9038],
|
||
|
[241.299,119.0714],
|
||
|
[241.601,112.2407],
|
||
|
[241.799,147.3322],
|
||
|
[241.999,119.0847],
|
||
|
[242.2,117.12010000000001],
|
||
|
[242.4,122.9752],
|
||
|
[242.699,115.16709999999999],
|
||
|
[243.001,148.3793],
|
||
|
[243.101,124.5179],
|
||
|
[243.401,138.3692],
|
||
|
[243.6,118.11489999999999],
|
||
|
[243.799,123.95649999999999],
|
||
|
[244.001,118.0635],
|
||
|
[244.201,122.37349999999999],
|
||
|
[244.5,116.1554],
|
||
|
[244.7,121.8196],
|
||
|
[245.001,114.2055],
|
||
|
[245.1,235.1996],
|
||
|
[245.401,115.1661],
|
||
|
[245.599,111.9708],
|
||
|
[245.901,114.2099],
|
||
|
[246,145.3893],
|
||
|
[246.299,114.1702],
|
||
|
[246.6,114.1924],
|
||
|
[246.8,143.9809],
|
||
|
[246.899,112.7605],
|
||
|
[247.301,110.2921],
|
||
|
[247.399,116.14439999999999],
|
||
|
[247.599,119.0686],
|
||
|
[247.8,112.2401],
|
||
|
[248.199,121.05449999999999],
|
||
|
[248.3,111.2637],
|
||
|
[248.501,122.9754],
|
||
|
[248.899,112.24040000000001],
|
||
|
[249,111.26320000000001],
|
||
|
[249.201,126.8821],
|
||
|
[249.499,114.595],
|
||
|
[249.801,116.0372],
|
||
|
[250,125.01329999999999],
|
||
|
[250.1,114.1804],
|
||
|
[250.401,116.1459],
|
||
|
[250.6,111.35979999999999],
|
||
|
[250.8,111.2651],
|
||
|
[251.101,138.58429999999998],
|
||
|
[251.2,112.9545],
|
||
|
[251.599,114.1749],
|
||
|
[251.799,143.4925],
|
||
|
[251.999,144.4401],
|
||
|
[252.099,116.1436],
|
||
|
[252.5,115.0698],
|
||
|
[252.6,142.4956],
|
||
|
[252.801,117.1218],
|
||
|
[253.099,113.2158],
|
||
|
[253.2,144.0575],
|
||
|
[253.599,111.2441],
|
||
|
[253.799,127.85569999999998],
|
||
|
[253.9,117.1192],
|
||
|
[254.2,109.31309999999999],
|
||
|
[254.399,110.2882],
|
||
|
[254.599,114.2029],
|
||
|
[254.9,110.2881],
|
||
|
[255.199,120.0481],
|
||
|
[255.4,110.29769999999999],
|
||
|
[255.599,110.2875],
|
||
|
[255.799,115.73010000000001],
|
||
|
[255.999,112.2394],
|
||
|
[256.3,112.2399],
|
||
|
[256.4,189.34300000000002],
|
||
|
[256.599,117.1238],
|
||
|
[257.001,135.6636],
|
||
|
[257.099,114.19279999999999],
|
||
|
[257.4,140.5439],
|
||
|
[257.6,109.9859],
|
||
|
[257.701,114.10289999999999],
|
||
|
[257.999,117.1197],
|
||
|
[258.199,112.2393],
|
||
|
[258.499,116.6841],
|
||
|
[258.599,110.2881],
|
||
|
[258.999,115.168],
|
||
|
[259.199,113.2283],
|
||
|
[259.301,143.47660000000002],
|
||
|
[259.499,113.2026],
|
||
|
[259.9,142.50119999999998],
|
||
|
[259.999,115.1682],
|
||
|
[260.299,110.2644],
|
||
|
[260.499,111.7573],
|
||
|
[260.799,110.2877],
|
||
|
[260.899,123.7996],
|
||
|
[261.099,126.53790000000001],
|
||
|
[261.399,109.9645],
|
||
|
[261.599,117.55290000000001],
|
||
|
[261.899,111.26389999999999],
|
||
|
[262,119.0831],
|
||
|
[262.299,129.8076],
|
||
|
[262.5,109.8176],
|
||
|
[262.699,135.6436],
|
||
|
[263.001,110.3117],
|
||
|
[263.099,122.00030000000001],
|
||
|
[263.401,122.9759],
|
||
|
[263.601,113.214],
|
||
|
[263.801,115.8372],
|
||
|
[264.199,108.3547],
|
||
|
[264.399,111.2899],
|
||
|
[264.599,139.56799999999998],
|
||
|
[264.799,112.783],
|
||
|
[264.9,110.2887],
|
||
|
[265.3,114.1931],
|
||
|
[265.5,185.4396],
|
||
|
[265.599,118.09840000000001],
|
||
|
[265.8,131.75990000000002],
|
||
|
[266.101,112.8671],
|
||
|
[266.299,119.07600000000001],
|
||
|
[266.5,114.2629],
|
||
|
[266.799,111.2811],
|
||
|
[267.101,114.1918],
|
||
|
[267.199,145.4242],
|
||
|
[267.399,112.24810000000001],
|
||
|
[267.699,184.47220000000002],
|
||
|
[267.9,111.2779],
|
||
|
[268.199,111.26310000000001],
|
||
|
[268.3,125.90399999999998],
|
||
|
[268.7,121.9988],
|
||
|
[268.8,111.7726],
|
||
|
[268.999,117.1195],
|
||
|
[269.3,111.2646],
|
||
|
[269.399,118.09740000000001],
|
||
|
[269.8,122],
|
||
|
[269.901,114.7508],
|
||
|
[270.1,117.12],
|
||
|
[270.499,114.19269999999999],
|
||
|
[270.699,143.4715],
|
||
|
[270.899,119.0724],
|
||
|
[271.2,133.7111],
|
||
|
[271.299,111.7132],
|
||
|
[271.599,134.4368],
|
||
|
[271.701,112.239],
|
||
|
[271.9,140.5418],
|
||
|
[272.199,115.1693],
|
||
|
[272.499,116.1437],
|
||
|
[272.699,113.2157],
|
||
|
[273,200.05239999999998],
|
||
|
[273.099,128.852],
|
||
|
[273.299,113.20429999999999],
|
||
|
[273.599,109.3122],
|
||
|
[273.9,145.18970000000002],
|
||
|
[274.001,125.59719999999999],
|
||
|
[274.3,112.2402],
|
||
|
[274.401,118.0972],
|
||
|
[274.601,121.9996],
|
||
|
[274.899,109.3111],
|
||
|
[275.199,119.0547],
|
||
|
[275.3,112.24000000000001],
|
||
|
[275.7,121.0251],
|
||
|
[275.799,111.26379999999999],
|
||
|
[276.099,115.16990000000001],
|
||
|
[276.299,111.26350000000001],
|
||
|
[276.4,188.3744],
|
||
|
[276.7,113.2157],
|
||
|
[276.999,136.6399],
|
||
|
[277.1,119.0543],
|
||
|
[277.399,112.2383],
|
||
|
[277.7,121.0112],
|
||
|
[277.901,113.2213],
|
||
|
[278,149.32770000000002],
|
||
|
[278.199,112.2398],
|
||
|
[278.601,122.0178],
|
||
|
[278.801,111.25970000000001],
|
||
|
[279,112.2395],
|
||
|
[279.099,122.961],
|
||
|
[279.401,112.2412],
|
||
|
[279.7,110.28880000000001],
|
||
|
[279.9,116.1438],
|
||
|
[280.199,135.6506],
|
||
|
[280.301,113.1954],
|
||
|
[280.601,116.1305],
|
||
|
[280.699,136.6386],
|
||
|
[281.1,151.2637],
|
||
|
[281.199,116.1574],
|
||
|
[281.399,112.4402],
|
||
|
[281.699,114.179],
|
||
|
[282.001,119.0712],
|
||
|
[282.201,195.199],
|
||
|
[282.299,113.2328],
|
||
|
[282.599,110.2692],
|
||
|
[282.899,113.0349],
|
||
|
[283.099,130.77839999999998],
|
||
|
[283.2,114.1802],
|
||
|
[283.4,116.1431],
|
||
|
[283.8,116.1492],
|
||
|
[283.899,112.8018],
|
||
|
[284.099,115.16669999999999],
|
||
|
[284.299,111.9883],
|
||
|
[284.501,134.6772],
|
||
|
[284.8,113.2289],
|
||
|
[285,111.2341],
|
||
|
[285.299,110.2885],
|
||
|
[285.499,118.0955],
|
||
|
[285.7,112.2616],
|
||
|
[285.999,119.0728],
|
||
|
[286.2,113.2167],
|
||
|
[286.399,111.26389999999999],
|
||
|
[286.699,126.9007],
|
||
|
[286.9,113.2145],
|
||
|
[287,119.0716],
|
||
|
[287.2,121.0459],
|
||
|
[287.501,111.2645],
|
||
|
[287.799,113.2201],
|
||
|
[287.901,122.0133],
|
||
|
[288.299,110.2834],
|
||
|
[288.499,187.56320000000002],
|
||
|
[288.601,111.2603],
|
||
|
[288.899,115.16600000000001],
|
||
|
[289.1,146.09900000000002],
|
||
|
[289.401,114.1962],
|
||
|
[289.499,120.015],
|
||
|
[289.7,139.572],
|
||
|
[289.999,116.14330000000001],
|
||
|
[290.301,121.02340000000001],
|
||
|
[290.5,141.4868],
|
||
|
[290.701,119.0443],
|
||
|
[290.999,111.264],
|
||
|
[291.101,123.962],
|
||
|
[291.399,133.70409999999998],
|
||
|
[291.501,109.3114],
|
||
|
[291.8,118.8058],
|
||
|
[292,193.5183],
|
||
|
[292.2,115.1669],
|
||
|
[292.4,113.21589999999999],
|
||
|
[292.601,112.25880000000001],
|
||
|
[293.001,121.01910000000001],
|
||
|
[293.099,111.24080000000001],
|
||
|
[293.3,115.1442],
|
||
|
[293.7,109.2936],
|
||
|
[293.799,109.331],
|
||
|
[293.999,114.1925],
|
||
|
[294.299,116.7373],
|
||
|
[294.599,113.7692],
|
||
|
[294.699,187.39700000000002],
|
||
|
[294.899,112.2394],
|
||
|
[295.099,124.91199999999999],
|
||
|
[295.3,113.2181],
|
||
|
[295.601,120.6554],
|
||
|
[295.9,109.2966],
|
||
|
[296,115.1682],
|
||
|
[296.401,132.71959999999999],
|
||
|
[296.601,140.5439],
|
||
|
[296.699,115.168],
|
||
|
[297.001,113.188],
|
||
|
[297.099,125.90799999999999],
|
||
|
[297.5,121.97919999999999],
|
||
|
[297.701,115.1874],
|
||
|
[297.9,123.962],
|
||
|
[298.201,113.9161],
|
||
|
[298.4,115.758],
|
||
|
[298.501,113.4556],
|
||
|
[298.8,110.2877],
|
||
|
[299.099,118.0948],
|
||
|
[299.3,115.1679],
|
||
|
[299.499,118.0953],
|
||
|
[299.701,111.3248],
|
||
|
[299.999,191.2951],
|
||
|
[300.199,121.03999999999999],
|
||
|
[300.301,121.97710000000001],
|
||
|
[300.6,112.8584],
|
||
|
[300.701,111.25540000000001],
|
||
|
[301.1,115.0096],
|
||
|
[301.3,112.216],
|
||
|
[301.5,122.9759],
|
||
|
[301.599,112.2561],
|
||
|
[301.9,112.7585],
|
||
|
[302.2,120.0483],
|
||
|
[302.401,136.60420000000002],
|
||
|
[302.499,113.2556],
|
||
|
[302.899,115.1672],
|
||
|
[303,142.4504],
|
||
|
[303.3,114.2083],
|
||
|
[303.5,202.9836],
|
||
|
[303.799,117.1001],
|
||
|
[303.999,113.1984],
|
||
|
[304.1,129.80349999999999],
|
||
|
[304.401,113.21549999999999],
|
||
|
[304.6,140.1766],
|
||
|
[304.901,130.45239999999998],
|
||
|
[304.999,143.4555],
|
||
|
[305.301,116.77510000000001],
|
||
|
[305.499,129.7946],
|
||
|
[305.701,119.6785],
|
||
|
[305.9,115.5543],
|
||
|
[306.3,111.7761],
|
||
|
[306.499,121.02340000000001],
|
||
|
[306.7,112.2395],
|
||
|
[306.799,122.0006],
|
||
|
[307.1,149.34],
|
||
|
[307.3,116.1447],
|
||
|
[307.599,114.7008],
|
||
|
[307.799,117.1191],
|
||
|
[307.9,198.12660000000002],
|
||
|
[308.199,122.9393],
|
||
|
[308.499,142.72660000000002],
|
||
|
[308.699,117.1207],
|
||
|
[308.999,119.0552],
|
||
|
[309.1,112.2412],
|
||
|
[309.399,112.2568],
|
||
|
[309.599,117.0935],
|
||
|
[309.799,134.6875],
|
||
|
[309.999,111.26360000000001],
|
||
|
[310.199,111.2445],
|
||
|
[310.399,114.1711],
|
||
|
[310.799,115.1684],
|
||
|
[310.999,111.7414],
|
||
|
[311.099,114.19210000000001],
|
||
|
[311.299,110.2883],
|
||
|
[311.499,113.19999999999999],
|
||
|
[311.799,115.1685],
|
||
|
[312.1,112.7934],
|
||
|
[312.3,115.12519999999999],
|
||
|
[312.599,110.2692],
|
||
|
[312.7,187.3917],
|
||
|
[312.901,190.3192],
|
||
|
[313.101,116.1651],
|
||
|
[313.3,120.0433],
|
||
|
[313.6,113.2152],
|
||
|
[313.799,111.2645],
|
||
|
[314.1,115.1677],
|
||
|
[314.3,110.45779999999999],
|
||
|
[314.501,114.20779999999999],
|
||
|
[314.8,110.89580000000001],
|
||
|
[314.999,138.59189999999998],
|
||
|
[315.199,111.26360000000001],
|
||
|
[315.5,135.6499],
|
||
|
[315.6,110.3075],
|
||
|
[315.799,111.25649999999999],
|
||
|
[316.199,115.1312],
|
||
|
[316.401,138.593],
|
||
|
[316.499,114.20320000000001],
|
||
|
[316.8,119.0596],
|
||
|
[316.899,114.1865],
|
||
|
[317.2,110.2625],
|
||
|
[317.499,112.8052],
|
||
|
[317.701,133.7122],
|
||
|
[317.899,115.1678],
|
||
|
[318.099,111.26429999999999],
|
||
|
[318.299,122.9589],
|
||
|
[318.6,125.9355],
|
||
|
[318.801,112.2358],
|
||
|
[319.001,113.22840000000001],
|
||
|
[319.299,111.2641],
|
||
|
[319.4,118.09440000000001],
|
||
|
[319.699,111.26360000000001],
|
||
|
[320,113.2006],
|
||
|
[320.101,186.9263],
|
||
|
[320.299,112.19160000000001],
|
||
|
[320.601,123.9689],
|
||
|
[320.801,115.147],
|
||
|
[321,128.8327],
|
||
|
[321.199,117.789],
|
||
|
[321.5,115.8254],
|
||
|
[321.7,119.077],
|
||
|
[321.9,148.35219999999998],
|
||
|
[322.2,147.3758],
|
||
|
[322.299,118.0935],
|
||
|
[322.699,117.881],
|
||
|
[322.9,121.9861],
|
||
|
[322.999,207.047],
|
||
|
[323.201,121.9988],
|
||
|
[323.601,117.1196],
|
||
|
[323.7,127.76000000000002],
|
||
|
[323.9,123.9505],
|
||
|
[324.3,111.91120000000001],
|
||
|
[324.399,147.0707],
|
||
|
[324.601,146.9014],
|
||
|
[324.899,129.46959999999999],
|
||
|
[325.201,147.3758],
|
||
|
[325.3,118.9683],
|
||
|
[325.6,118.08330000000001],
|
||
|
[325.701,204.9715],
|
||
|
[325.899,121.0102],
|
||
|
[326.3,147.5684],
|
||
|
[326.401,238.1433],
|
||
|
[326.599,131.75990000000002],
|
||
|
[326.799,142.47879999999998],
|
||
|
[327.1,123.95580000000001],
|
||
|
[327.4,120.0475],
|
||
|
[327.6,148.0616],
|
||
|
[327.799,118.0958],
|
||
|
[328.099,149.32819999999998],
|
||
|
[328.201,116.1697],
|
||
|
[328.5,130.7835],
|
||
|
[328.599,116.1431],
|
||
|
[329.001,143.44750000000002],
|
||
|
[329.099,118.0933],
|
||
|
[329.299,115.1608],
|
||
|
[329.701,116.1459],
|
||
|
[329.8,145.4379],
|
||
|
[329.999,120.08409999999999],
|
||
|
[330.201,132.2142],
|
||
|
[330.501,116.132],
|
||
|
[330.8,143.4472],
|
||
|
[330.9,117.1121],
|
||
|
[331.1,115.1944],
|
||
|
[331.401,145.9379],
|
||
|
[331.599,117.1246],
|
||
|
[331.901,131.93720000000002],
|
||
|
[332.101,140.52329999999998],
|
||
|
[332.2,117.1198],
|
||
|
[332.6,140.138],
|
||
|
[332.7,116.1228],
|
||
|
[332.999,146.3827],
|
||
|
[333.101,119.78030000000001],
|
||
|
[333.501,116.17039999999999],
|
||
|
[333.7,134.68849999999998],
|
||
|
[333.799,123.9517],
|
||
|
[334.201,121.0117],
|
||
|
[334.401,122.97710000000001],
|
||
|
[334.5,148.3543],
|
||
|
[334.699,130.78400000000002],
|
||
|
[335.101,117.093],
|
||
|
[335.3,144.4304],
|
||
|
[335.5,121.02340000000001],
|
||
|
[335.601,119.09],
|
||
|
[335.9,145.4391],
|
||
|
[336.099,123.9517],
|
||
|
[336.3,129.80790000000002],
|
||
|
[336.599,113.2046],
|
||
|
[336.9,266.44800000000004],
|
||
|
[337,121.0254],
|
||
|
[337.301,148.3477],
|
||
|
[337.399,122.98190000000001],
|
||
|
[337.699,205.8136],
|
||
|
[337.899,116.1476],
|
||
|
[338.099,146.3996],
|
||
|
[338.299,139.5923],
|
||
|
[338.499,118.0955],
|
||
|
[338.801,140.528],
|
||
|
[339.099,115.5132],
|
||
|
[339.299,203.8077],
|
||
|
[339.4,117.9404],
|
||
|
[339.699,196.1764],
|
||
|
[339.899,114.19200000000001],
|
||
|
[340.099,119.0708],
|
||
|
[340.399,125.88830000000002],
|
||
|
[340.7,115.1682],
|
||
|
[340.899,125.90870000000001],
|
||
|
[341.1,212.751],
|
||
|
[341.2,122.9699],
|
||
|
[341.599,145.3571],
|
||
|
[341.7,126.0115],
|
||
|
[341.901,120.0039],
|
||
|
[342.3,121.9849],
|
||
|
[342.5,146.38029999999998],
|
||
|
[342.601,118.11049999999999],
|
||
|
[342.901,116.1437],
|
||
|
[343.199,117.1195],
|
||
|
[343.399,140.5326],
|
||
|
[343.501,110.2655],
|
||
|
[343.8,148.32999999999998],
|
||
|
[343.901,125.89059999999999],
|
||
|
[344.2,144.44750000000002],
|
||
|
[344.399,115.1803],
|
||
|
[344.7,145.4427],
|
||
|
[344.801,116.1191],
|
||
|
[345.2,139.56859999999998],
|
||
|
[345.3,117.1031],
|
||
|
[345.6,133.7155],
|
||
|
[345.9,112.979],
|
||
|
[346.099,141.52],
|
||
|
[346.201,121.03139999999999],
|
||
|
[346.499,113.21440000000001],
|
||
|
[346.699,119.581],
|
||
|
[347,116.1644],
|
||
|
[347.099,117.11749999999999],
|
||
|
[347.401,143.4629],
|
||
|
[347.499,119.0705],
|
||
|
[347.9,118.1003],
|
||
|
[348.001,146.3996],
|
||
|
[348.299,121.0523],
|
||
|
[348.399,143.4719],
|
||
|
[348.701,121.0243],
|
||
|
[349,117.1042],
|
||
|
[349.101,126.88040000000001],
|
||
|
[349.4,135.2424],
|
||
|
[349.601,125.9152],
|
||
|
[349.9,139.1354],
|
||
|
[350.001,120.713],
|
||
|
[350.399,144.4469],
|
||
|
[350.501,114.1692],
|
||
|
[350.799,119.0554],
|
||
|
[350.9,125.9044],
|
||
|
[351.101,118.0953],
|
||
|
[351.5,119.052],
|
||
|
[351.6,129.80790000000002],
|
||
|
[351.801,124.9055],
|
||
|
[352.199,120.04769999999999],
|
||
|
[352.301,116.1437],
|
||
|
[352.599,151.2788],
|
||
|
[352.701,120.0643],
|
||
|
[353.099,209.8529],
|
||
|
[353.299,124.9312],
|
||
|
[353.4,121.0228],
|
||
|
[353.601,123.95570000000001],
|
||
|
[353.901,120.99749999999999],
|
||
|
[354.2,141.5203],
|
||
|
[354.301,118.07960000000001],
|
||
|
[354.6,151.2797],
|
||
|
[354.799,145.3995],
|
||
|
[354.999,117.14280000000001],
|
||
|
[355.299,120.068],
|
||
|
[355.4,145.42350000000002],
|
||
|
[355.6,114.1795],
|
||
|
[356.001,121.6155],
|
||
|
[356.101,147.38309999999998],
|
||
|
[356.299,147.3756],
|
||
|
[356.7,115.1686],
|
||
|
[356.801,143.47199999999998],
|
||
|
[357.001,141.5191],
|
||
|
[357.3,120.0294],
|
||
|
[357.399,117.1207],
|
||
|
[357.8,123.46749999999999],
|
||
|
[357.899,140.76510000000002],
|
||
|
[358.101,151.2626],
|
||
|
[358.3,123.0104],
|
||
|
[358.601,125.907],
|
||
|
[358.9,133.7287],
|
||
|
[359.101,141.49419999999998],
|
||
|
[359.199,121.031],
|
||
|
[359.501,120.1371],
|
||
|
[359.8,121.04379999999999],
|
||
|
[360.1,145.42350000000002],
|
||
|
[360.301,116.15060000000001],
|
||
|
[360.5,150.2875],
|
||
|
[360.699,122.97579999999999],
|
||
|
[361,114.8767],
|
||
|
[361.199,125.9033],
|
||
|
[361.301,116.1435],
|
||
|
[361.5,146.3986],
|
||
|
[361.699,117.1208],
|
||
|
[362.099,148.35229999999999],
|
||
|
[362.201,121.0228],
|
||
|
[362.499,117.1202],
|
||
|
[362.801,125.90019999999998],
|
||
|
[362.899,208.8409],
|
||
|
[363.101,118.096],
|
||
|
[363.4,122.0116],
|
||
|
[363.7,118.097],
|
||
|
[363.8,149.3188],
|
||
|
[364.101,147.37539999999998],
|
||
|
[364.199,117.1199],
|
||
|
[364.601,124.9321],
|
||
|
[364.7,159.08780000000002],
|
||
|
[365.001,119.05250000000001],
|
||
|
[365.201,145.4255],
|
||
|
[365.401,120.0474],
|
||
|
[365.599,149.56050000000002],
|
||
|
[365.901,118.1528],
|
||
|
[366,141.96020000000001],
|
||
|
[366.301,119.06400000000001],
|
||
|
[366.6,149.32780000000002],
|
||
|
[366.699,151.3022],
|
||
|
[367.001,117.1019],
|
||
|
[367.3,120.0648],
|
||
|
[367.401,144.44879999999998],
|
||
|
[367.7,139.5471],
|
||
|
[367.799,118.1009],
|
||
|
[368,130.78029999999998],
|
||
|
[368.399,121.02250000000001],
|
||
|
[368.5,131.7352],
|
||
|
[368.8,114.90090000000001],
|
||
|
[368.9,123.9462],
|
||
|
[369.3,117.4511],
|
||
|
[369.401,147.0431],
|
||
|
[369.599,129.7858],
|
||
|
[369.8,116.131],
|
||
|
[370.101,117.1194],
|
||
|
[370.4,117.1191],
|
||
|
[370.6,153.2366],
|
||
|
[370.899,128.82569999999998],
|
||
|
[371,142.4769],
|
||
|
[371.2,119.0439],
|
||
|
[371.401,135.6629],
|
||
|
[371.6,116.7423],
|
||
|
[372.001,141.2724],
|
||
|
[372.099,112.9125],
|
||
|
[372.399,120.0484],
|
||
|
[372.701,112.2397],
|
||
|
[372.9,118.05799999999999],
|
||
|
[372.999,113.2289],
|
||
|
[373.299,116.14620000000001],
|
||
|
[373.4,108.33579999999999],
|
||
|
[373.8,115.19640000000001],
|
||
|
[374,109.3118],
|
||
|
[374.099,139.5513],
|
||
|
[374.299,113.1939],
|
||
|
[374.699,111.2446],
|
||
|
[374.899,131.7323],
|
||
|
[375,111.26379999999999],
|
||
|
[375.299,119.052],
|
||
|
[375.5,109.3239],
|
||
|
[375.801,119.5943],
|
||
|
[375.901,111.3602],
|
||
|
[376.199,118.73989999999999],
|
||
|
[376.399,112.84819999999999],
|
||
|
[376.699,112.22659999999999],
|
||
|
[376.8,118.07140000000001],
|
||
|
[377.099,132.73760000000001],
|
||
|
[377.3,112.26089999999999],
|
||
|
[377.599,113.21820000000001],
|
||
|
[377.799,109.71340000000001],
|
||
|
[378,114.165],
|
||
|
[378.199,109.9586],
|
||
|
[378.4,111.24000000000001],
|
||
|
[378.701,128.67600000000002],
|
||
|
[378.901,112.89699999999999],
|
||
|
[379.201,112.2164],
|
||
|
[379.299,126.8838],
|
||
|
[379.501,112.238],
|
||
|
[379.9,113.2101],
|
||
|
[379.999,134.7083],
|
||
|
[380.199,118.6704],
|
||
|
[380.5,112.44120000000001],
|
||
|
[380.799,111.18459999999999],
|
||
|
[380.9,140.4545],
|
||
|
[381.101,109.3128],
|
||
|
[381.399,109.83959999999999],
|
||
|
[381.499,119.063],
|
||
|
[381.899,117.1196],
|
||
|
[382.1,139.5621],
|
||
|
[382.2,112.2235],
|
||
|
[382.6,201.4208],
|
||
|
[382.699,117.4843],
|
||
|
[382.899,126.71279999999999],
|
||
|
[383.201,112.2434],
|
||
|
[383.499,114.1918],
|
||
|
[383.699,112.2392],
|
||
|
[383.8,113.1958],
|
||
|
[384,109.31240000000001],
|
||
|
[384.201,114.19120000000001],
|
||
|
[384.499,118.1117],
|
||
|
[384.701,112.2203],
|
||
|
[384.899,113.7929],
|
||
|
[385.199,110.67970000000001],
|
||
|
[385.499,127.85189999999999],
|
||
|
[385.6,116.1867],
|
||
|
[385.799,114.17280000000001],
|
||
|
[386.1,141.5199],
|
||
|
[386.301,114.1918],
|
||
|
[386.599,110.2899],
|
||
|
[386.8,113.2149],
|
||
|
[387,111.26360000000001],
|
||
|
[387.3,116.81020000000001],
|
||
|
[387.401,111.2703],
|
||
|
[387.601,106.77159999999999],
|
||
|
[387.799,112.74470000000001],
|
||
|
[388.199,111.2644],
|
||
|
[388.399,114.1918],
|
||
|
[388.599,199.10420000000002],
|
||
|
[388.7,118.09740000000001],
|
||
|
[388.999,122.9913],
|
||
|
[389.2,117.8318],
|
||
|
[389.401,111.2706],
|
||
|
[389.799,112.2277],
|
||
|
[389.9,198.7184],
|
||
|
[390.099,111.2646],
|
||
|
[390.399,121.0242],
|
||
|
[390.499,111.26310000000001],
|
||
|
[390.9,117.1189],
|
||
|
[391,113.2174],
|
||
|
[391.2,111.26419999999999],
|
||
|
[391.401,120.0244],
|
||
|
[391.8,110.79799999999999],
|
||
|
[392.001,132.737],
|
||
|
[392.099,112.2399],
|
||
|
[392.299,137.5929],
|
||
|
[392.699,110.2925],
|
||
|
[392.9,113.21589999999999],
|
||
|
[392.999,137.6383],
|
||
|
[393.199,113.2384],
|
||
|
[393.601,139.4539],
|
||
|
[393.699,120.0916],
|
||
|
[394.001,113.8329],
|
||
|
[394.199,118.1005],
|
||
|
[394.4,117.1199],
|
||
|
[394.601,110.2993],
|
||
|
[394.899,118.09740000000001],
|
||
|
[395.1,108.3363],
|
||
|
[395.401,110.2883],
|
||
|
[395.599,111.2886],
|
||
|
[395.701,195.2115],
|
||
|
[395.9,113.2161],
|
||
|
[396.301,110.2884],
|
||
|
[396.499,114.1913],
|
||
|
[396.699,112.2395],
|
||
|
[397.001,113.2156],
|
||
|
[397.2,140.5439],
|
||
|
[397.299,119.071],
|
||
|
[397.5,111.2645],
|
||
|
[397.9,114.24900000000001],
|
||
|
[398.001,139.5449],
|
||
|
[398.2,112.2389],
|
||
|
[398.5,109.3114],
|
||
|
[398.599,113.24919999999999],
|
||
|
[398.899,110.2883],
|
||
|
[399.2,110.2878],
|
||
|
[399.399,143.4718],
|
||
|
[399.5,114.1923],
|
||
|
[399.901,113.2169],
|
||
|
[400.101,203.4705],
|
||
|
[400.199,116.6069],
|
||
|
[400.5,110.2887],
|
||
|
[400.801,111.2649],
|
||
|
[400.999,113.2171],
|
||
|
[401.199,119.0753],
|
||
|
[401.5,112.2411],
|
||
|
[401.599,120.0487],
|
||
|
[401.901,117.2133],
|
||
|
[402.1,142.4959],
|
||
|
[402.2,110.9209],
|
||
|
[402.501,115.60510000000001],
|
||
|
[402.799,111.7667],
|
||
|
[402.999,142.4967],
|
||
|
[403.1,120.0558],
|
||
|
[403.399,112.2567],
|
||
|
[403.701,150.32780000000002],
|
||
|
[403.799,112.2362],
|
||
|
[404.2,119.0753],
|
||
|
[404.399,111.2448],
|
||
|
[404.599,142.0049],
|
||
|
[404.7,115.8138],
|
||
|
[405.001,119.0669],
|
||
|
[405.299,108.33470000000001],
|
||
|
[405.4,112.2288],
|
||
|
[405.599,111.2645],
|
||
|
[405.799,117.1241],
|
||
|
[406.1,113.2167],
|
||
|
[406.299,114.1664],
|
||
|
[406.499,118.1011],
|
||
|
[406.901,119.06700000000001],
|
||
|
[407.101,110.2882],
|
||
|
[407.199,114.1968],
|
||
|
[407.499,114.19210000000001],
|
||
|
[407.699,121.0677],
|
||
|
[407.9,121.01639999999999],
|
||
|
[408.1,113.2165],
|
||
|
[408.401,109.329],
|
||
|
[408.5,118.0886],
|
||
|
[408.899,116.66799999999999],
|
||
|
[409.1,121.977],
|
||
|
[409.301,117.12010000000001],
|
||
|
[409.6,122.0155],
|
||
|
[409.801,114.1765],
|
||
|
[410,120.03129999999999],
|
||
|
[410.201,150.1114],
|
||
|
[410.4,116.1254],
|
||
|
[410.7,111.879],
|
||
|
[410.799,121.64800000000001],
|
||
|
[411.099,120.0721],
|
||
|
[411.201,144.4038],
|
||
|
[411.5,116.12559999999999],
|
||
|
[411.8,125.8954],
|
||
|
[411.999,149.32819999999998],
|
||
|
[412.3,121.03840000000001],
|
||
|
[412.501,151.5444],
|
||
|
[412.6,120.05059999999999],
|
||
|
[412.899,112.24080000000001],
|
||
|
[413,151.8879],
|
||
|
[413.399,126.89410000000001],
|
||
|
[413.599,142.5061],
|
||
|
[413.7,117.1205],
|
||
|
[414.1,135.6639],
|
||
|
[414.301,118.0793],
|
||
|
[414.4,140.5502],
|
||
|
[414.599,149.06050000000002],
|
||
|
[414.9,115.79979999999999],
|
||
|
[415.2,121.9849],
|
||
|
[415.3,131.7367],
|
||
|
[415.601,123.9465],
|
||
|
[415.8,121.97460000000001],
|
||
|
[416.001,221.5533],
|
||
|
[416.301,115.14710000000001],
|
||
|
[416.5,116.1423],
|
||
|
[416.7,145.5484],
|
||
|
[416.901,114.1956],
|
||
|
[417.199,147.3827],
|
||
|
[417.399,117.12010000000001],
|
||
|
[417.501,142.4955],
|
||
|
[417.9,147.3479],
|
||
|
[418,129.7634],
|
||
|
[418.201,119.0517],
|
||
|
[418.401,216.2473],
|
||
|
[418.7,130.51289999999997],
|
||
|
[418.901,116.14389999999999],
|
||
|
[419.1,121.6118],
|
||
|
[419.5,123.9252],
|
||
|
[419.699,113.216],
|
||
|
[419.801,121.0115],
|
||
|
[420.001,116.14009999999999],
|
||
|
[420.3,118.0959],
|
||
|
[420.5,132.7544],
|
||
|
[420.7,146.5984],
|
||
|
[420.9,117.9924],
|
||
|
[421.2,115.6466],
|
||
|
[421.5,117.6516],
|
||
|
[421.599,136.6404],
|
||
|
[421.9,115.1684],
|
||
|
[422.001,207.3334],
|
||
|
[422.301,142.4954],
|
||
|
[422.499,114.1863],
|
||
|
[422.699,147.3759],
|
||
|
[423.001,126.04429999999999],
|
||
|
[423.201,232.5331],
|
||
|
[423.399,125.69259999999998],
|
||
|
[423.599,123.5094],
|
||
|
[423.999,117.9496],
|
||
|
[424.199,147.3759],
|
||
|
[424.301,129.5718],
|
||
|
[424.501,148.08180000000002],
|
||
|
[424.901,150.2958],
|
||
|
[424.999,122.02019999999999],
|
||
|
[425.299,150.30859999999998],
|
||
|
[425.401,126.18660000000001],
|
||
|
[425.6,142.32659999999998],
|
||
|
[426.001,146.1396],
|
||
|
[426.199,120.05630000000001],
|
||
|
[426.299,146.4079],
|
||
|
[426.499,118.09559999999999],
|
||
|
[426.801,130.7821],
|
||
|
[427.001,123.9521],
|
||
|
[427.201,120.0483],
|
||
|
[427.399,146.4005],
|
||
|
[427.799,122.00030000000001],
|
||
|
[427.899,148.35010000000003],
|
||
|
[428.099,121.03],
|
||
|
[428.3,145.4206],
|
||
|
[428.601,121.0233],
|
||
|
[428.801,143.4593],
|
||
|
[429.001,114.1838],
|
||
|
[429.3,143.4727],
|
||
|
[429.501,113.21730000000001],
|
||
|
[429.799,116.1312],
|
||
|
[429.999,145.583],
|
||
|
[430.101,122.9754],
|
||
|
[430.501,142.4946],
|
||
|
[430.6,120.07130000000001],
|
||
|
[430.901,148.34359999999998],
|
||
|
[431,120.03529999999999],
|
||
|
[431.301,116.1422],
|
||
|
[431.5,114.7002],
|
||
|
[431.7,123.9396],
|
||
|
[432.099,144.4255],
|
||
|
[432.199,115.5533],
|
||
|
[432.399,130.7796],
|
||
|
[432.701,113.2175],
|
||
|
[433,139.5339],
|
||
|
[433.199,120.0472],
|
||
|
[433.299,147.3756],
|
||
|
[433.499,116.1275],
|
||
|
[433.801,115.1674],
|
||
|
[433.999,117.1203],
|
||
|
[434.299,147.4011],
|
||
|
[434.4,119.0719],
|
||
|
[434.8,124.9435],
|
||
|
[434.899,119.0708],
|
||
|
[435.199,123.97149999999999],
|
||
|
[435.399,117.12440000000001],
|
||
|
[435.699,113.9419],
|
||
|
[435.899,114.1913],
|
||
|
[436.101,122.6125],
|
||
|
[436.199,144.143],
|
||
|
[436.6,123.95200000000001],
|
||
|
[436.699,134.6923],
|
||
|
[437.001,121.0189],
|
||
|
[437.099,137.63629999999998],
|
||
|
[437.299,115.1636],
|
||
|
[437.599,147.4031],
|
||
|
[437.799,115.1683],
|
||
|
[438.101,129.8076],
|
||
|
[438.301,146.28830000000002],
|
||
|
[438.5,115.149],
|
||
|
[438.801,157.11710000000002],
|
||
|
[439,123.9484],
|
||
|
[439.1,126.8762],
|
||
|
[439.501,121.9953],
|
||
|
[439.701,121.0619],
|
||
|
[439.8,146.3764],
|
||
|
[439.999,121.003],
|
||
|
[440.401,134.6927],
|
||
|
[440.5,117.1193],
|
||
|
[440.801,145.405],
|
||
|
[441,115.1697],
|
||
|
[441.199,146.3997],
|
||
|
[441.399,115.17769999999999],
|
||
|
[441.699,112.2398],
|
||
|
[441.8,121.9999],
|
||
|
[442.099,138.5926],
|
||
|
[442.299,137.6707],
|
||
|
[442.5,117.1231],
|
||
|
[442.7,111.8112],
|
||
|
[443,120.77759999999999],
|
||
|
[443.199,116.1235],
|
||
|
[443.499,117.4966],
|
||
|
[443.7,111.2595],
|
||
|
[443.901,110.29990000000001],
|
||
|
[444.099,127.85679999999999],
|
||
|
[444.299,112.2555],
|
||
|
[444.499,120.0478],
|
||
|
[444.8,114.19120000000001],
|
||
|
[445,120.9621],
|
||
|
[445.201,112.7152],
|
||
|
[445.399,114.1897],
|
||
|
[445.801,131.7602],
|
||
|
[446.001,117.1184],
|
||
|
[446.201,122.9871],
|
||
|
[446.401,113.2243],
|
||
|
[446.599,137.6034],
|
||
|
[446.901,142.4759],
|
||
|
[446.999,114.16669999999999],
|
||
|
[447.399,118.7338],
|
||
|
[447.499,127.87200000000001],
|
||
|
[447.7,110.2833],
|
||
|
[448.001,124.9242],
|
||
|
[448.199,113.1997],
|
||
|
[448.399,111.26809999999999],
|
||
|
[448.7,141.5154],
|
||
|
[448.901,112.24000000000001],
|
||
|
[449.101,117.13669999999999],
|
||
|
[449.399,111.9419],
|
||
|
[449.599,122.60079999999999],
|
||
|
[449.9,114.19160000000001],
|
||
|
[449.999,148.7602],
|
||
|
[450.199,125.2747],
|
||
|
[450.401,110.2887],
|
||
|
[450.7,116.1638],
|
||
|
[450.999,117.1198],
|
||
|
[451.1,112.2476],
|
||
|
[451.399,128.84380000000002],
|
||
|
[451.5,115.1548],
|
||
|
[451.899,114.19210000000001],
|
||
|
[452.099,116.62549999999999],
|
||
|
[452.3,146.39659999999998],
|
||
|
[452.399,115.187],
|
||
|
[452.799,124.9233],
|
||
|
[453,115.148],
|
||
|
[453.2,216.6842],
|
||
|
[453.299,115.1673],
|
||
|
[453.699,121.02369999999999],
|
||
|
[453.801,115.1682],
|
||
|
[454,112.23610000000001],
|
||
|
[454.199,127.40419999999999],
|
||
|
[454.499,134.6998],
|
||
|
[454.699,114.1985],
|
||
|
[454.899,122.9806],
|
||
|
[455.3,114.1696],
|
||
|
[455.5,129.789],
|
||
|
[455.6,115.7006],
|
||
|
[455.801,115.1858],
|
||
|
[456.201,115.1686],
|
||
|
[456.4,143.4308],
|
||
|
[456.5,117.1286],
|
||
|
[456.699,122.0016],
|
||
|
[457.001,111.2641],
|
||
|
[457.199,113.2335],
|
||
|
[457.5,114.3772],
|
||
|
[457.7,142.0945],
|
||
|
[457.8,121.9862],
|
||
|
[458.101,116.1302],
|
||
|
[458.3,120.0455],
|
||
|
[458.6,115.165],
|
||
|
[458.701,141.5362],
|
||
|
[459,115.1495],
|
||
|
[459.299,112.2485],
|
||
|
[459.499,115.1553],
|
||
|
[459.701,114.1919],
|
||
|
[459.999,125.917],
|
||
|
[460.1,115.18599999999999],
|
||
|
[460.4,115.1314],
|
||
|
[460.499,123.9532],
|
||
|
[460.801,114.1653],
|
||
|
[461.1,141.5185],
|
||
|
[461.199,119.0773],
|
||
|
[461.4,125.90580000000001],
|
||
|
[461.799,120.0466],
|
||
|
[461.9,144.4478],
|
||
|
[462.201,118.0929],
|
||
|
[462.401,112.2355],
|
||
|
[462.599,123.95249999999999],
|
||
|
[462.9,114.16999999999999],
|
||
|
[463.1,142.4824],
|
||
|
[463.2,115.16460000000001],
|
||
|
[463.501,126.4401],
|
||
|
[463.8,113.8857],
|
||
|
[463.999,113.86110000000001],
|
||
|
[464.299,124.2492],
|
||
|
[464.501,114.8981],
|
||
|
[464.7,118.0715],
|
||
|
[464.901,139.5679],
|
||
|
[464.999,113.2172],
|
||
|
[465.4,145.4047],
|
||
|
[465.599,112.254],
|
||
|
[465.699,114.1925],
|
||
|
[465.899,111.7826],
|
||
|
[466.3,117.1006],
|
||
|
[466.5,134.9851],
|
||
|
[466.699,111.7853],
|
||
|
[466.8,114.188],
|
||
|
[467.199,120.0629],
|
||
|
[467.299,209.84050000000002],
|
||
|
[467.499,114.1734],
|
||
|
[467.899,118.0976],
|
||
|
[468.001,114.1688],
|
||
|
[468.299,115.8177],
|
||
|
[468.399,117.1197],
|
||
|
[468.701,112.0448],
|
||
|
[468.899,128.8203],
|
||
|
[469.199,116.1288],
|
||
|
[469.399,124.9284],
|
||
|
[469.5,111.2591],
|
||
|
[469.9,117.0923],
|
||
|
[470.1,116.165],
|
||
|
[470.3,145.4229],
|
||
|
[470.5,118.0881],
|
||
|
[470.8,128.506],
|
||
|
[470.899,117.7294],
|
||
|
[471.1,113.21549999999999],
|
||
|
[471.5,141.4971],
|
||
|
[471.6,114.15549999999999],
|
||
|
[471.899,142.497],
|
||
|
[472.101,111.2685],
|
||
|
[472.2,117.1043],
|
||
|
[472.599,117.11489999999999],
|
||
|
[472.799,117.8609],
|
||
|
[472.999,111.7656],
|
||
|
[473.299,118.6619],
|
||
|
[473.399,113.68390000000001],
|
||
|
[473.701,113.2215],
|
||
|
[473.8,128.8174],
|
||
|
[474.001,111.2611],
|
||
|
[474.4,145.4248],
|
||
|
[474.499,112.236],
|
||
|
[474.699,146.3793],
|
||
|
[474.899,117.1066],
|
||
|
[475.201,113.19510000000001],
|
||
|
[475.399,116.1453],
|
||
|
[475.699,113.2172],
|
||
|
[475.8,141.5204],
|
||
|
[476.1,119.0993],
|
||
|
[476.3,121.0239],
|
||
|
[476.5,113.2163],
|
||
|
[476.799,115.169],
|
||
|
[476.999,140.2394],
|
||
|
[477.201,111.26610000000001],
|
||
|
[477.499,120.0516],
|
||
|
[477.601,218.6208],
|
||
|
[477.9,121.0238],
|
||
|
[478.199,113.2113],
|
||
|
[478.399,114.1736],
|
||
|
[478.7,124.9242],
|
||
|
[478.799,255.72859999999997],
|
||
|
[478.999,118.6107],
|
||
|
[479.2,145.66119999999998],
|
||
|
[479.4,144.0516],
|
||
|
[479.699,118.7469],
|
||
|
[480.001,112.3526],
|
||
|
[480.201,116.1436],
|
||
|
[480.499,114.20479999999999],
|
||
|
[480.6,240.09539999999998],
|
||
|
[480.799,121.9988],
|
||
|
[481.101,117.1197],
|
||
|
[481.401,116.1489],
|
||
|
[481.6,119.08789999999999],
|
||
|
[481.801,277.0168],
|
||
|
[481.901,120.3173],
|
||
|
[482.299,154.2102],
|
||
|
[482.501,117.5535],
|
||
|
[482.7,139.5754],
|
||
|
[482.799,121.0278],
|
||
|
[483.101,117.1195],
|
||
|
[483.3,164.919],
|
||
|
[483.501,124.92880000000001],
|
||
|
[483.799,148.3518],
|
||
|
[483.901,231.8208],
|
||
|
[484.199,119.7598],
|
||
|
[484.401,112.9154],
|
||
|
[484.6,130.7841],
|
||
|
[485.001,124.9286],
|
||
|
[485.099,218.62210000000002],
|
||
|
[485.299,117.1198],
|
||
|
[485.499,134.6833],
|
||
|
[485.7,117.11710000000001],
|
||
|
[486.101,119.0709],
|
||
|
[486.3,113.2191],
|
||
|
[486.4,138.2961],
|
||
|
[486.701,118.09609999999999],
|
||
|
[486.999,119.5744],
|
||
|
[487.101,129.99179999999998],
|
||
|
[487.299,116.14869999999999],
|
||
|
[487.6,127.8554],
|
||
|
[487.801,116.1267],
|
||
|
[488,140.54569999999998],
|
||
|
[488.299,119.0779],
|
||
|
[488.6,140.07659999999998],
|
||
|
[488.699,117.7269],
|
||
|
[488.9,111.2466],
|
||
|
[489.2,110.0752],
|
||
|
[489.399,136.6398],
|
||
|
[489.599,118.0953],
|
||
|
[489.899,113.20479999999999],
|
||
|
[490.099,119.07669999999999],
|
||
|
[490.401,122.9712],
|
||
|
[490.601,116.1437],
|
||
|
[490.799,222.473],
|
||
|
[490.9,112.1771],
|
||
|
[491.101,148.1701],
|
||
|
[491.399,112.8939],
|
||
|
[491.699,114.6992],
|
||
|
[491.799,212.76819999999998],
|
||
|
[491.999,118.0963],
|
||
|
[492.301,113.1978],
|
||
|
[492.599,118.0753],
|
||
|
[492.701,129.5351],
|
||
|
[492.901,114.19319999999999],
|
||
|
[493.199,110.2907],
|
||
|
[493.499,124.9477],
|
||
|
[493.6,131.4572],
|
||
|
[493.8,114.1731],
|
||
|
[494.2,142.4794],
|
||
|
[494.4,117.10210000000001],
|
||
|
[494.6,120.052],
|
||
|
[494.699,245.9462],
|
||
|
[495.001,111.762],
|
||
|
[495.199,118.5635],
|
||
|
[495.4,120.048],
|
||
|
[495.799,108.9547],
|
||
|
[495.901,117.1196],
|
||
|
[496.199,115.1484],
|
||
|
[496.3,212.76809999999998],
|
||
|
[496.501,114.1919],
|
||
|
[496.799,115.1644],
|
||
|
[497.099,113.1893],
|
||
|
[497.299,110.286],
|
||
|
[497.599,115.15400000000001],
|
||
|
[497.701,206.59259999999998],
|
||
|
[497.901,112.035],
|
||
|
[498.099,118.09440000000001],
|
||
|
[498.3,111.244],
|
||
|
[498.699,114.19120000000001],
|
||
|
[498.899,114.24719999999999],
|
||
|
[499.001,142.5531],
|
||
|
[499.3,114.1903],
|
||
|
[499.499,133.73280000000003],
|
||
|
[499.801,114.19279999999999],
|
||
|
[500,184.1858],
|
||
|
[500.099,114.8878],
|
||
|
[500.499,113.2161],
|
||
|
[500.699,121.0575],
|
||
|
[500.801,145.4248],
|
||
|
[501.001,116.143],
|
||
|
[501.4,114.1918],
|
||
|
[501.5,126.88119999999999],
|
||
|
[501.699,111.529],
|
||
|
[501.899,147.9995],
|
||
|
[502.201,113.922],
|
||
|
[502.501,116.1434],
|
||
|
[502.6,137.61399999999998],
|
||
|
[502.799,115.1872],
|
||
|
[503.101,121.0255],
|
||
|
[503.399,114.16850000000001],
|
||
|
[503.6,140.5437],
|
||
|
[503.699,122],
|
||
|
[504,114.9777],
|
||
|
[504.199,126.8629],
|
||
|
[504.499,110.3037],
|
||
|
[504.699,110.29310000000001],
|
||
|
[504.899,131.7598],
|
||
|
[505.201,123.95],
|
||
|
[505.4,133.6706],
|
||
|
[505.699,246.4612],
|
||
|
[505.799,122.507],
|
||
|
[506.099,118.0958],
|
||
|
[506.201,112.2251],
|
||
|
[506.399,117.1243],
|
||
|
[506.799,114.69749999999999],
|
||
|
[506.899,144.4361],
|
||
|
[507.099,120.0476],
|
||
|
[507.399,134.6912],
|
||
|
[507.599,114.1924],
|
||
|
[507.9,119.072],
|
||
|
[508.101,114.1903],
|
||
|
[508.199,213.0448],
|
||
|
[508.499,113.5425],
|
||
|
[508.799,113.2018],
|
||
|
[508.999,116.82480000000001],
|
||
|
[509.299,215.0605],
|
||
|
[509.399,115.1783],
|
||
|
[509.701,112.2411],
|
||
|
[509.899,110.2718],
|
||
|
[510,119.0552],
|
||
|
[510.299,114.1758],
|
||
|
[510.499,119.0891],
|
||
|
[510.7,112.2376],
|
||
|
[510.899,141.5371],
|
||
|
[511.299,140.0745],
|
||
|
[511.501,114.1923],
|
||
|
[511.6,208.8717],
|
||
|
[511.899,112.2224],
|
||
|
[512.099,145.41899999999998],
|
||
|
[512.299,117.111],
|
||
|
[512.499,112.2401],
|
||
|
[512.699,121.8193],
|
||
|
[513.099,131.55339999999998],
|
||
|
[513.299,110.0201],
|
||
|
[513.5,142.0716],
|
||
|
[513.699,113.21209999999999],
|
||
|
[514,110.28930000000001],
|
||
|
[514.099,122.97529999999999],
|
||
|
[514.4,111.2615],
|
||
|
[514.699,133.7071],
|
||
|
[514.9,111.42630000000001],
|
||
|
[515,143.6287],
|
||
|
[515.199,120.7731],
|
||
|
[515.4,110.66529999999999],
|
||
|
[515.799,113.8589],
|
||
|
[515.999,111.2432],
|
||
|
[516.1,121.0442],
|
||
|
[516.399,112.2395],
|
||
|
[516.599,124.92699999999999],
|
||
|
[516.8,114.1984],
|
||
|
[516.999,116.1436],
|
||
|
[517.299,110.1149],
|
||
|
[517.501,125.9215],
|
||
|
[517.701,112.241],
|
||
|
[517.999,114.19160000000001],
|
||
|
[518.199,110.288],
|
||
|
[518.499,115.1495],
|
||
|
[518.6,136.6404],
|
||
|
[518.801,118.0964],
|
||
|
[519.001,117.1192],
|
||
|
[519.399,131.8613],
|
||
|
[519.599,116.0172],
|
||
|
[519.701,116.3583],
|
||
|
[520.099,122.9798],
|
||
|
[520.3,111.2769],
|
||
|
[520.399,109.3166],
|
||
|
[520.7,120.9994],
|
||
|
[520.901,108.3364],
|
||
|
[521.199,110.73339999999999],
|
||
|
[521.3,142.5008],
|
||
|
[521.499,109.3359],
|
||
|
[521.899,115.18490000000001],
|
||
|
[522.099,125.8908],
|
||
|
[522.3,113.1996],
|
||
|
[522.499,131.75990000000002],
|
||
|
[522.7,117.12010000000001],
|
||
|
[522.999,109.29419999999999],
|
||
|
[523.199,114.6807],
|
||
|
[523.299,138.59550000000002],
|
||
|
[523.499,109.8399],
|
||
|
[523.9,110.02149999999999],
|
||
|
[524.099,146.8326],
|
||
|
[524.199,115.1681],
|
||
|
[524.599,111.30199999999999],
|
||
|
[524.799,146.4136],
|
||
|
[524.9,115.9726],
|
||
|
[525.199,114.1903],
|
||
|
[525.499,113.2165],
|
||
|
[525.599,130.7842],
|
||
|
[525.899,112.2526],
|
||
|
[526.001,118.07950000000001],
|
||
|
[526.3,110.3066],
|
||
|
[526.5,136.6383],
|
||
|
[526.701,110.27720000000001],
|
||
|
[526.999,132.74020000000002],
|
||
|
[527.101,120.0262],
|
||
|
[527.399,114.18820000000001],
|
||
|
[527.699,117.1199],
|
||
|
[527.899,111.5497],
|
||
|
[528.199,108.3359],
|
||
|
[528.301,138.5702],
|
||
|
[528.499,117.1003],
|
||
|
[528.7,113.21509999999999],
|
||
|
[528.899,115.1682],
|
||
|
[529.299,112.24870000000001],
|
||
|
[529.4,111.24080000000001],
|
||
|
[529.601,120.682],
|
||
|
[529.901,227.1857],
|
||
|
[530.2,114.5053],
|
||
|
[530.3,109.6262],
|
||
|
[530.501,114.23089999999999],
|
||
|
[530.699,115.6806],
|
||
|
[530.999,112.24000000000001],
|
||
|
[531.301,111.2507],
|
||
|
[531.499,109.32690000000001],
|
||
|
[531.699,144.4478],
|
||
|
[532,113.5617],
|
||
|
[532.1,115.53049999999999],
|
||
|
[532.3,114.19590000000001],
|
||
|
[532.599,111.2401],
|
||
|
[532.799,115.853],
|
||
|
[533.099,118.0843],
|
||
|
[533.3,113.2161],
|
||
|
[533.599,139.56889999999999],
|
||
|
[533.7,115.1631],
|
||
|
[533.9,119.0719],
|
||
|
[534.101,110.2847],
|
||
|
[534.299,132.3345],
|
||
|
[534.701,115.1691],
|
||
|
[534.8,114.1915],
|
||
|
[535.099,124.9726],
|
||
|
[535.3,135.66819999999998],
|
||
|
[535.501,117.13980000000001],
|
||
|
[535.701,111.2435],
|
||
|
[535.9,111.2649],
|
||
|
[536.301,113.1981],
|
||
|
[536.499,212.77190000000002],
|
||
|
[536.6,136.5598],
|
||
|
[536.8,116.1862],
|
||
|
[537.101,143.8111],
|
||
|
[537.299,114.9063],
|
||
|
[537.601,113.7223],
|
||
|
[537.701,131.46849999999998],
|
||
|
[537.9,111.264],
|
||
|
[538.3,147.35909999999998],
|
||
|
[538.501,125.90270000000001],
|
||
|
[538.599,137.6156],
|
||
|
[538.901,143.9995],
|
||
|
[539.099,113.2166],
|
||
|
[539.401,111.0971],
|
||
|
[539.499,116.1443],
|
||
|
[539.699,127.8808],
|
||
|
[540.099,122.9945],
|
||
|
[540.201,112.2401],
|
||
|
[540.6,118.08970000000001],
|
||
|
[540.699,113.2124],
|
||
|
[540.999,119.1123],
|
||
|
[541.199,110.2615],
|
||
|
[541.499,112.2427],
|
||
|
[541.699,127.5517],
|
||
|
[541.801,115.12060000000001],
|
||
|
[542,112.24090000000001],
|
||
|
[542.301,112.2196],
|
||
|
[542.599,139.56869999999998],
|
||
|
[542.799,112.2358],
|
||
|
[543,114.19200000000001],
|
||
|
[543.3,126.85279999999999],
|
||
|
[543.401,121.9992],
|
||
|
[543.599,137.2056],
|
||
|
[543.801,118.0975],
|
||
|
[544.099,145.2174],
|
||
|
[544.401,119.07130000000001],
|
||
|
[544.5,149.3292],
|
||
|
[544.801,128.825],
|
||
|
[544.9,144.4531],
|
||
|
[545.199,130.80169999999998],
|
||
|
[545.399,135.66310000000001],
|
||
|
[545.599,119.7838],
|
||
|
[545.999,116.13940000000001],
|
||
|
[546.101,123.7155],
|
||
|
[546.301,121.9807],
|
||
|
[546.599,115.1679],
|
||
|
[546.799,143.4745],
|
||
|
[546.999,145.4246],
|
||
|
[547.199,114.2012],
|
||
|
[547.4,112.2399],
|
||
|
[547.8,114.1867],
|
||
|
[547.899,113.2184],
|
||
|
[548.101,133.71640000000002],
|
||
|
[548.299,115.8693],
|
||
|
[548.6,121.5405],
|
||
|
[548.8,110.2883],
|
||
|
[549,141.5391],
|
||
|
[549.201,112.2421],
|
||
|
[549.499,123.95200000000001],
|
||
|
[549.7,112.2396],
|
||
|
[549.899,121.9959],
|
||
|
[550.2,113.2379],
|
||
|
[550.3,133.2596],
|
||
|
[550.7,136.65630000000002],
|
||
|
[550.9,115.15100000000001],
|
||
|
[551.001,140.54410000000001],
|
||
|
[551.299,110.2804],
|
||
|
[551.6,148.3511],
|
||
|
[551.7,122.95830000000001],
|
||
|
[552,122.00030000000001],
|
||
|
[552.3,139.5695],
|
||
|
[552.399,118.6619],
|
||
|
[552.699,118.3891],
|
||
|
[552.901,113.1866],
|
||
|
[552.999,130.7596],
|
||
|
[553.4,146.38010000000003],
|
||
|
[553.499,116.15830000000001],
|
||
|
[553.699,123.954],
|
||
|
[553.9,126.8924],
|
||
|
[554.299,115.7199],
|
||
|
[554.401,247.6422],
|
||
|
[554.601,125.00569999999999],
|
||
|
[554.801,128.00220000000002],
|
||
|
[555.2,116.1425],
|
||
|
[555.301,142.506],
|
||
|
[555.5,118.071],
|
||
|
[555.9,114.1875],
|
||
|
[556.101,114.1676],
|
||
|
[556.3,146.873],
|
||
|
[556.499,117.7076],
|
||
|
[556.699,115.73780000000001],
|
||
|
[557.001,133.9678],
|
||
|
[557.201,115.1674],
|
||
|
[557.399,122.97579999999999],
|
||
|
[557.5,114.1922],
|
||
|
[557.799,122.97579999999999],
|
||
|
[558,117.1296],
|
||
|
[558.199,116.143],
|
||
|
[558.6,132.6852],
|
||
|
[558.8,115.1514],
|
||
|
[558.999,123.9677],
|
||
|
[559.2,116.119],
|
||
|
[559.3,218.2274],
|
||
|
[559.599,115.21249999999999],
|
||
|
[559.9,120.1151],
|
||
|
[560.1,143.4673],
|
||
|
[560.2,117.1196],
|
||
|
[560.601,117.8702],
|
||
|
[560.701,143.4848],
|
||
|
[560.899,117.3808],
|
||
|
[561.101,114.19200000000001],
|
||
|
[561.5,125.9033],
|
||
|
[561.7,117.8508],
|
||
|
[561.9,134.2279],
|
||
|
[561.999,119.0735],
|
||
|
[562.401,125.89970000000001],
|
||
|
[562.601,115.1546],
|
||
|
[562.8,121.0242],
|
||
|
[563.1,112.2353],
|
||
|
[563.299,119.0884],
|
||
|
[563.499,114.19160000000001],
|
||
|
[563.699,126.87039999999999],
|
||
|
[563.899,115.8289],
|
||
|
[564.199,117.1195],
|
||
|
[564.3,113.2161],
|
||
|
[564.5,118.06790000000001],
|
||
|
[564.799,112.2398],
|
||
|
[565.1,115.1635],
|
||
|
[565.2,141.5206],
|
||
|
[565.4,137.5839],
|
||
|
[565.801,110.2832],
|
||
|
[565.999,115.87310000000001],
|
||
|
[566.099,123.5874],
|
||
|
[566.399,118.0959],
|
||
|
[566.6,113.2335],
|
||
|
[566.901,122.01299999999999],
|
||
|
[566.999,114.1718],
|
||
|
[567.199,119.0676],
|
||
|
[567.399,114.1934],
|
||
|
[567.799,113.7687],
|
||
|
[568,121.9955],
|
||
|
[568.099,112.2399],
|
||
|
[568.4,124.6164],
|
||
|
[568.7,113.2172],
|
||
|
[568.901,118.1184],
|
||
|
[568.999,113.21090000000001],
|
||
|
[569.3,141.512],
|
||
|
[569.499,110.28970000000001],
|
||
|
[569.699,119.11819999999999],
|
||
|
[570,116.12840000000001],
|
||
|
[570.099,120.0331],
|
||
|
[570.399,112.25930000000001],
|
||
|
[570.699,139.53],
|
||
|
[570.9,111.266],
|
||
|
[571.2,129.8029],
|
||
|
[571.3,132.73940000000002],
|
||
|
[571.6,112.2397],
|
||
|
[571.701,130.7833],
|
||
|
[571.901,118.0958],
|
||
|
[572.201,122.0024],
|
||
|
[572.5,112.234],
|
||
|
[572.699,125.90270000000001],
|
||
|
[572.799,114.1913],
|
||
|
[573.101,118.11789999999999],
|
||
|
[573.399,114.19160000000001],
|
||
|
[573.501,114.1909],
|
||
|
[573.7,125.9238],
|
||
|
[574,117.73939999999999],
|
||
|
[574.3,114.8652],
|
||
|
[574.399,134.3007],
|
||
|
[574.601,113.4231],
|
||
|
[574.999,115.1676],
|
||
|
[575.101,124.90700000000001],
|
||
|
[575.399,114.1925],
|
||
|
[575.501,223.50539999999998],
|
||
|
[575.8,218.6232],
|
||
|
[575.999,124.9278],
|
||
|
[576.299,119.07180000000001],
|
||
|
[576.401,113.19160000000001],
|
||
|
[576.8,133.7167],
|
||
|
[576.901,118.0962],
|
||
|
[577.101,117.10249999999999],
|
||
|
[577.4,122.9761],
|
||
|
[577.7,121.02350000000001],
|
||
|
[577.9,115.1684],
|
||
|
[578.099,118.0968],
|
||
|
[578.3,137.1531],
|
||
|
[578.601,121.0223],
|
||
|
[578.801,227.40779999999998],
|
||
|
[578.899,117.1193],
|
||
|
[579.3,122.97080000000001],
|
||
|
[579.5,109.3137],
|
||
|
[579.7,118.0998],
|
||
|
[579.899,113.8845],
|
||
|
[580.2,261.89059999999995],
|
||
|
[580.299,120.6812],
|
||
|
[580.501,115.1442],
|
||
|
[580.7,114.19160000000001],
|
||
|
[581.101,123.95299999999999],
|
||
|
[581.299,119.07560000000001],
|
||
|
[581.4,227.4023],
|
||
|
[581.699,230.82340000000002],
|
||
|
[581.901,115.68169999999999],
|
||
|
[582.101,131.7643],
|
||
|
[582.3,132.2203],
|
||
|
[582.5,122.0602],
|
||
|
[582.701,117.7462],
|
||
|
[583.1,116.1234],
|
||
|
[583.199,132.7352],
|
||
|
[583.5,111.2587],
|
||
|
[583.799,114.2122],
|
||
|
[583.9,134.65279999999998],
|
||
|
[584.101,115.1724],
|
||
|
[584.3,143.4728],
|
||
|
[584.6,122.984],
|
||
|
[584.9,140.5462],
|
||
|
[585.001,119.7712],
|
||
|
[585.199,135.106],
|
||
|
[585.399,118.07900000000001],
|
||
|
[585.701,140.5601],
|
||
|
[585.901,117.1192],
|
||
|
[586.101,111.26859999999999],
|
||
|
[586.4,126.4848],
|
||
|
[586.6,117.1373],
|
||
|
[586.799,139.25650000000002],
|
||
|
[587.001,118.0884],
|
||
|
[587.199,126.86749999999999],
|
||
|
[587.6,111.2452],
|
||
|
[587.701,118.0799],
|
||
|
[588,135.6645],
|
||
|
[588.099,117.1184],
|
||
|
[588.5,113.2391],
|
||
|
[588.601,227.4075],
|
||
|
[588.801,111.26389999999999],
|
||
|
[589.001,120.06519999999999],
|
||
|
[589.299,111.25930000000001],
|
||
|
[589.499,114.197],
|
||
|
[589.8,113.2113],
|
||
|
[589.899,140.54430000000002],
|
||
|
[590.299,112.24050000000001],
|
||
|
[590.399,122.9765],
|
||
|
[590.701,128.8363],
|
||
|
[590.999,113.6664],
|
||
|
[591.099,136.2428],
|
||
|
[591.299,114.1923],
|
||
|
[591.499,116.7813],
|
||
|
[591.8,119.0711],
|
||
|
[592.1,113.1981],
|
||
|
[592.3,121.0028],
|
||
|
[592.399,112.2402],
|
||
|
[592.599,120.03080000000001],
|
||
|
[592.999,112.2356],
|
||
|
[593.1,128.3721],
|
||
|
[593.399,117.12480000000001],
|
||
|
[593.701,120.8543],
|
||
|
[593.799,113.704],
|
||
|
[594,123.9273],
|
||
|
[594.201,117.1076],
|
||
|
[594.601,221.5524],
|
||
|
[594.699,122.9408],
|
||
|
[594.999,113.2165],
|
||
|
[595.199,130.8043],
|
||
|
[595.301,112.2357],
|
||
|
[595.699,108.96640000000001],
|
||
|
[595.799,120.3134],
|
||
|
[595.999,114.4036],
|
||
|
[596.2,144.1222],
|
||
|
[596.5,110.2679],
|
||
|
[596.799,116.1441],
|
||
|
[596.999,137.6154],
|
||
|
[597.301,111.26389999999999],
|
||
|
[597.399,115.1697],
|
||
|
[597.699,112.74080000000001],
|
||
|
[597.799,115.854],
|
||
|
[598.201,114.2544],
|
||
|
[598.399,120.85709999999999],
|
||
|
[598.499,134.6876],
|
||
|
[598.799,110.2881],
|
||
|
[599.1,118.1003],
|
||
|
[599.301,111.2517],
|
||
|
[599.501,135.6602],
|
||
|
[599.599,113.2324],
|
||
|
[599.999,176.2576],
|
||
|
[600.099,116.1611],
|
||
|
[600.299,109.0816],
|
||
|
[600.499,114.8268],
|
||
|
[600.9,114.1918],
|
||
|
[601.101,143.4722],
|
||
|
[601.199,112.2209],
|
||
|
[601.399,118.11919999999999],
|
||
|
[601.8,119.0672],
|
||
|
[602.001,252.79629999999997],
|
||
|
[602.099,118.1315],
|
||
|
[602.299,113.2113],
|
||
|
[602.699,111.261],
|
||
|
[602.901,135.6515],
|
||
|
[603,115.149],
|
||
|
[603.2,118.0972],
|
||
|
[603.601,130.7674],
|
||
|
[603.801,119.0751],
|
||
|
[603.999,123.8032],
|
||
|
[604.1,145.39270000000002],
|
||
|
[604.5,144.44969999999998],
|
||
|
[604.7,112.2402],
|
||
|
[604.8,243.0144],
|
||
|
[604.999,118.0958],
|
||
|
[605.4,137.6023],
|
||
|
[605.599,113.2157],
|
||
|
[605.8,117.11489999999999],
|
||
|
[606,114.1923],
|
||
|
[606.199,113.91460000000001],
|
||
|
[606.401,125.90399999999998],
|
||
|
[606.601,113.8438],
|
||
|
[606.8,115.1726],
|
||
|
[607.2,142.4957],
|
||
|
[607.401,115.1669],
|
||
|
[607.6,232.2872],
|
||
|
[607.7,122.97619999999999],
|
||
|
[607.999,219.48100000000002],
|
||
|
[608.2,135.2006],
|
||
|
[608.401,114.8846],
|
||
|
[608.699,120.04729999999999],
|
||
|
[608.8,112.80279999999999],
|
||
|
[609.099,112.8767],
|
||
|
[609.301,113.6657],
|
||
|
[609.599,121.045],
|
||
|
[609.801,121.0286],
|
||
|
[610.099,112.2426],
|
||
|
[610.299,113.19120000000001],
|
||
|
[610.499,146.399],
|
||
|
[610.601,115.16709999999999],
|
||
|
[611.001,113.2149],
|
||
|
[611.1,145.4469],
|
||
|
[611.3,118.72489999999999],
|
||
|
[611.601,113.21159999999999],
|
||
|
[611.801,119.0561],
|
||
|
[612.1,113.1909],
|
||
|
[612.3,134.7082],
|
||
|
[612.501,112.24000000000001],
|
||
|
[612.7,111.26419999999999],
|
||
|
[612.901,115.2587],
|
||
|
[613.201,122.00179999999999],
|
||
|
[613.3,111.89540000000001],
|
||
|
[613.599,110.2615],
|
||
|
[613.799,121.0482],
|
||
|
[614.099,113.2205],
|
||
|
[614.299,110.28659999999999],
|
||
|
[614.6,115.13950000000001],
|
||
|
[614.699,117.1191],
|
||
|
[615.001,113.2113],
|
||
|
[615.301,134.6881],
|
||
|
[615.399,117.7192],
|
||
|
[615.6,113.15129999999999],
|
||
|
[615.8,134.2098],
|
||
|
[616.1,110.29260000000001],
|
||
|
[616.301,114.19160000000001],
|
||
|
[616.6,113.2247],
|
||
|
[616.8,120.03410000000001],
|
||
|
[616.899,115.15549999999999],
|
||
|
[617.2,112.9413],
|
||
|
[617.4,121.7463],
|
||
|
[617.701,112.19940000000001],
|
||
|
[617.899,120.06060000000001],
|
||
|
[618.2,111.24770000000001],
|
||
|
[618.299,114.1731],
|
||
|
[618.6,111.2595],
|
||
|
[618.899,114.0558],
|
||
|
[619.001,145.4039],
|
||
|
[619.3,116.8042],
|
||
|
[619.399,117.77640000000001],
|
||
|
[619.6,109.31190000000001],
|
||
|
[619.9,115.2328],
|
||
|
[620.099,110.9398],
|
||
|
[620.4,118.09119999999999],
|
||
|
[620.601,120.04910000000001],
|
||
|
[620.799,117.0992],
|
||
|
[620.999,112.2403],
|
||
|
[621.3,111.2393],
|
||
|
[621.399,123.9522],
|
||
|
[621.701,112.98089999999999],
|
||
|
[621.999,125.90779999999998],
|
||
|
[622.1,115.1723],
|
||
|
[622.3,122.97619999999999],
|
||
|
[622.699,115.1688],
|
||
|
[622.899,124.9469],
|
||
|
[623.001,117.12110000000001],
|
||
|
[623.201,125.9044],
|
||
|
[623.5,112.2488],
|
||
|
[623.8,118.0958],
|
||
|
[623.9,110.6321],
|
||
|
[624.199,128.8319],
|
||
|
[624.499,140.52210000000002],
|
||
|
[624.6,112.2436],
|
||
|
[624.8,110.289],
|
||
|
[625.099,119.0727],
|
||
|
[625.4,114.1952],
|
||
|
[625.499,110.8884],
|
||
|
[625.701,111.26350000000001],
|
||
|
[626.1,114.90780000000001],
|
||
|
[626.301,111.6248],
|
||
|
[626.401,124.9502],
|
||
|
[626.601,113.2157],
|
||
|
[626.999,112.2387],
|
||
|
[627.199,219.5979],
|
||
|
[627.3,112.2421],
|
||
|
[627.501,111.2637],
|
||
|
[627.899,118.53829999999999],
|
||
|
[627.999,221.5232],
|
||
|
[628.199,134.5341],
|
||
|
[628.499,116.137],
|
||
|
[628.8,236.1919],
|
||
|
[628.899,121.9957],
|
||
|
[629.1,144.4608],
|
||
|
[629.4,115.191],
|
||
|
[629.501,133.7111],
|
||
|
[629.9,111.8949],
|
||
|
[630.099,134.2853],
|
||
|
[630.199,112.24080000000001],
|
||
|
[630.5,111.88860000000001],
|
||
|
[630.8,134.6883],
|
||
|
[631,120.048],
|
||
|
[631.3,242.048],
|
||
|
[631.401,126.86639999999998],
|
||
|
[631.601,129.8089],
|
||
|
[631.899,113.2161],
|
||
|
[632.199,138.7293],
|
||
|
[632.301,112.2272],
|
||
|
[632.5,115.0303],
|
||
|
[632.701,109.8195],
|
||
|
[633,120.0294],
|
||
|
[633.3,112.24000000000001],
|
||
|
[633.399,116.1418],
|
||
|
[633.599,120.0709],
|
||
|
[633.999,116.1436],
|
||
|
[634.1,140.559],
|
||
|
[634.299,114.2616],
|
||
|
[634.601,112.2437],
|
||
|
[634.899,113.2184],
|
||
|
[635.099,144.4478],
|
||
|
[635.2,117.1083],
|
||
|
[635.501,139.56760000000003],
|
||
|
[635.6,112.97550000000001],
|
||
|
[635.899,114.19279999999999],
|
||
|
[636.1,135.63729999999998],
|
||
|
[636.301,143.0517],
|
||
|
[636.501,109.31620000000001],
|
||
|
[636.899,116.6649],
|
||
|
[636.999,110.8318],
|
||
|
[637.199,112.7496],
|
||
|
[637.401,133.71269999999998],
|
||
|
[637.699,111.2542],
|
||
|
[637.999,110.2885],
|
||
|
[638.1,116.1476],
|
||
|
[638.5,111.2602],
|
||
|
[638.701,110.89359999999999],
|
||
|
[638.9,115.3594],
|
||
|
[639,117.7303],
|
||
|
[639.299,109.61070000000001],
|
||
|
[639.499,115.2615],
|
||
|
[639.799,112.219],
|
||
|
[639.999,113.2007],
|
||
|
[640.1,147.3759],
|
||
|
[640.5,106.40520000000001],
|
||
|
[640.599,113.2351],
|
||
|
[640.9,118.1184],
|
||
|
[641.2,112.2826],
|
||
|
[641.4,126.72500000000001],
|
||
|
[641.5,115.98400000000001],
|
||
|
[641.8,118.1003],
|
||
|
[642.099,114.2038],
|
||
|
[642.201,141.5036],
|
||
|
[642.5,115.1629],
|
||
|
[642.599,126.867],
|
||
|
[642.799,110.2997],
|
||
|
[643.199,109.8411],
|
||
|
[643.399,116.131],
|
||
|
[643.601,108.1557],
|
||
|
[643.799,114.69930000000001],
|
||
|
[644.099,110.7953],
|
||
|
[644.299,111.2393],
|
||
|
[644.499,122.9748],
|
||
|
[644.6,110.2871],
|
||
|
[644.899,115.1668],
|
||
|
[645.199,111.2594],
|
||
|
[645.399,113.72279999999999],
|
||
|
[645.499,112.2421],
|
||
|
[645.799,114.0804],
|
||
|
[646.101,109.8907],
|
||
|
[646.199,117.1066],
|
||
|
[646.399,125.9254],
|
||
|
[646.7,111.2807],
|
||
|
[646.9,108.3369],
|
||
|
[647.101,120.049],
|
||
|
[647.299,110.2863],
|
||
|
[647.701,113.2152],
|
||
|
[647.899,229.3459],
|
||
|
[648,115.1529],
|
||
|
[648.299,118.10900000000001],
|
||
|
[648.599,116.6314],
|
||
|
[648.699,224.45960000000002],
|
||
|
[648.899,110.309],
|
||
|
[649.099,123.9573],
|
||
|
[649.499,112.2399],
|
||
|
[649.6,137.6248],
|
||
|
[649.899,113.226],
|
||
|
[650.2,233.2671],
|
||
|
[650.299,120.04860000000001],
|
||
|
[650.601,123.71419999999999],
|
||
|
[650.799,116.67569999999999],
|
||
|
[651.099,115.6789],
|
||
|
[651.3,227.4066],
|
||
|
[651.399,114.2085],
|
||
|
[651.701,117.1182],
|
||
|
[651.901,112.2403],
|
||
|
[652.101,117.1384],
|
||
|
[652.4,112.2468],
|
||
|
[652.599,115.1676],
|
||
|
[652.899,111.28580000000001],
|
||
|
[653,110.7991],
|
||
|
[653.2,116.6673],
|
||
|
[653.5,111.2644],
|
||
|
[653.7,121.0239],
|
||
|
[653.999,115.1466],
|
||
|
[654.199,124.9549],
|
||
|
[654.4,127.8513],
|
||
|
[654.5,113.1914],
|
||
|
[654.899,114.1922],
|
||
|
[655.101,110.27810000000001],
|
||
|
[655.199,122.6667],
|
||
|
[655.401,114.7102],
|
||
|
[655.799,112.2639],
|
||
|
[655.999,111.2637],
|
||
|
[656.099,114.2133],
|
||
|
[656.4,122.02300000000001],
|
||
|
[656.601,118.1085],
|
||
|
[656.901,111.24929999999999],
|
||
|
[657.1,145.0764],
|
||
|
[657.2,115.7952],
|
||
|
[657.499,134.9724],
|
||
|
[657.699,112.2395],
|
||
|
[658,110.3039],
|
||
|
[658.299,115.14359999999999],
|
||
|
[658.401,111.25930000000001],
|
||
|
[658.699,109.316],
|
||
|
[658.799,134.6917],
|
||
|
[659.1,110.0667],
|
||
|
[659.399,119.6427],
|
||
|
[659.499,109.3137],
|
||
|
[659.701,112.9257],
|
||
|
[660,140.54330000000002],
|
||
|
[660.199,112.22279999999999],
|
||
|
[660.399,114.2088],
|
||
|
[660.599,117.0998],
|
||
|
[660.8,111.2654],
|
||
|
[661.2,112.2384],
|
||
|
[661.4,118.0982],
|
||
|
[661.499,110.2885],
|
||
|
[661.799,114.1884],
|
||
|
[661.999,144.4284],
|
||
|
[662.199,113.21499999999999],
|
||
|
[662.399,118.0959],
|
||
|
[662.8,116.14439999999999],
|
||
|
[662.9,144.9532],
|
||
|
[663.101,113.2157],
|
||
|
[663.399,115.1684],
|
||
|
[663.599,116.8591],
|
||
|
[663.799,146.3913],
|
||
|
[663.999,115.1913],
|
||
|
[664.199,119.0719],
|
||
|
[664.499,111.2625],
|
||
|
[664.801,120.04769999999999],
|
||
|
[665.001,113.21100000000001],
|
||
|
[665.099,128.2966],
|
||
|
[665.301,112.90849999999999],
|
||
|
[665.599,118.0967],
|
||
|
[665.899,131.0708],
|
||
|
[665.999,112.8225],
|
||
|
[666.299,121.00410000000001],
|
||
|
[666.5,161.04070000000002],
|
||
|
[666.701,115.1672],
|
||
|
[666.9,129.829],
|
||
|
[667.199,136.63819999999998],
|
||
|
[667.399,121.0208],
|
||
|
[667.7,109.3163],
|
||
|
[667.8,140.2912],
|
||
|
[667.999,110.789],
|
||
|
[668.299,119.0754],
|
||
|
[668.6,114.2084],
|
||
|
[668.699,136.6437],
|
||
|
[668.899,115.1679],
|
||
|
[669.3,112.2351],
|
||
|
[669.399,133.71189999999999],
|
||
|
[669.599,111.2841],
|
||
|
[669.799,119.79560000000001],
|
||
|
[670.099,113.2172],
|
||
|
[670.399,118.1136],
|
||
|
[670.5,136.62],
|
||
|
[670.701,146.3987],
|
||
|
[670.999,113.2168],
|
||
|
[671.301,110.2877],
|
||
|
[671.399,115.2136],
|
||
|
[671.7,112.2397],
|
||
|
[671.901,128.6659],
|
||
|
[672.201,117.10289999999999],
|
||
|
[672.401,246.92829999999998],
|
||
|
[672.5,119.0672],
|
||
|
[672.799,232.2922],
|
||
|
[672.999,115.1678],
|
||
|
[673.301,128.83020000000002],
|
||
|
[673.4,113.2166],
|
||
|
[673.801,117.1203],
|
||
|
[673.899,114.2118],
|
||
|
[674.099,113.9871],
|
||
|
[674.501,110.315],
|
||
|
[674.701,121.0292],
|
||
|
[674.8,114.193],
|
||
|
[674.999,131.7593],
|
||
|
[675.201,144.43439999999998],
|
||
|
[675.5,122.08760000000001],
|
||
|
[675.7,112.94269999999999],
|
||
|
[675.899,110.2879],
|
||
|
[676.301,112.7513],
|
||
|
[676.499,151.2795],
|
||
|
[676.601,123.9527],
|
||
|
[676.801,110.3087],
|
||
|
[676.999,113.2161],
|
||
|
[677.399,113.2113],
|
||
|
[677.599,138.6068],
|
||
|
[677.701,116.1208],
|
||
|
[678.001,111.2607],
|
||
|
[678.299,132.4404],
|
||
|
[678.399,119.7552],
|
||
|
[678.7,114.19120000000001],
|
||
|
[678.799,124.9272],
|
||
|
[679.101,115.1668],
|
||
|
[679.4,127.8555],
|
||
|
[679.5,114.1919],
|
||
|
[679.8,109.3134],
|
||
|
[679.999,115.67660000000001],
|
||
|
[680.199,110.288],
|
||
|
[680.5,109.29899999999999],
|
||
|
[680.599,115.6033],
|
||
|
[681.001,112.2229],
|
||
|
[681.199,111.2916],
|
||
|
[681.399,121.0297],
|
||
|
[681.501,113.1995],
|
||
|
[681.799,116.18979999999999],
|
||
|
[682.1,109.3109],
|
||
|
[682.299,112.24480000000001],
|
||
|
[682.6,115.16659999999999],
|
||
|
[682.8,112.2434],
|
||
|
[683,111.2471],
|
||
|
[683.201,113.216],
|
||
|
[683.399,138.5915],
|
||
|
[683.701,114.19200000000001],
|
||
|
[683.9,114.2158],
|
||
|
[684.1,113.18],
|
||
|
[684.4,116.7847],
|
||
|
[684.6,142.1716],
|
||
|
[684.701,117.70479999999999],
|
||
|
[685,113.7482],
|
||
|
[685.201,123.9741],
|
||
|
[685.399,141.5224],
|
||
|
[685.599,121.0219],
|
||
|
[685.8,115.1721],
|
||
|
[686.199,121.5471],
|
||
|
[686.399,112.6828],
|
||
|
[686.6,113.2035],
|
||
|
[686.699,125.84909999999999],
|
||
|
[687,110.9059],
|
||
|
[687.299,111.7888],
|
||
|
[687.501,140.5446],
|
||
|
[687.699,115.1686],
|
||
|
[687.8,127.85579999999999],
|
||
|
[688.201,144.4443],
|
||
|
[688.3,113.2157],
|
||
|
[688.599,113.2145],
|
||
|
[688.899,225.9603],
|
||
|
[689,112.747],
|
||
|
[689.299,118.07900000000001],
|
||
|
[689.5,110.3022],
|
||
|
[689.699,109.32690000000001],
|
||
|
[689.901,140.5461],
|
||
|
[690.099,115.1543],
|
||
|
[690.401,128.864],
|
||
|
[690.601,111.2682],
|
||
|
[690.8,121.0285],
|
||
|
[691.099,114.1923],
|
||
|
[691.299,115.168],
|
||
|
[691.599,117.1194],
|
||
|
[691.799,143.46439999999998],
|
||
|
[691.9,112.2194],
|
||
|
[692.2,111.5046],
|
||
|
[692.399,121.9991],
|
||
|
[692.6,111.2633],
|
||
|
[692.899,114.1911],
|
||
|
[693.099,111.2655],
|
||
|
[693.4,117.1196],
|
||
|
[693.6,113.219],
|
||
|
[693.699,118.93520000000001],
|
||
|
[694,114.1917],
|
||
|
[694.099,129.8087],
|
||
|
[694.501,111.2801],
|
||
|
[694.599,117.1237],
|
||
|
[694.799,113.2209],
|
||
|
[695.101,122.97569999999999],
|
||
|
[695.301,123.9398],
|
||
|
[695.499,113.2405],
|
||
|
[695.8,119.0477],
|
||
|
[696.001,110.2828],
|
||
|
[696.2,113.2345],
|
||
|
[696.401,117.12400000000001],
|
||
|
[696.6,111.2859],
|
||
|
[696.799,117.1334],
|
||
|
[697.199,111.2847],
|
||
|
[697.399,112.2417],
|
||
|
[697.599,130.793],
|
||
|
[697.7,117.0921],
|
||
|
[697.999,117.1197],
|
||
|
[698.2,112.2399],
|
||
|
[698.4,124.92920000000001],
|
||
|
[698.601,110.47500000000001],
|
||
|
[699,122.9523],
|
||
|
[699.099,110.2907],
|
||
|
[699.301,110.8774],
|
||
|
[699.699,114.2127],
|
||
|
[699.899,128.83159999999998],
|
||
|
[699.999,189.3437],
|
||
|
[700.3,111.2472],
|
||
|
[700.399,231.291],
|
||
|
[700.701,117.1099],
|
||
|
[700.901,111.26360000000001],
|
||
|
[701.099,115.21209999999999],
|
||
|
[701.299,127.8555],
|
||
|
[701.601,115.164],
|
||
|
[701.899,116.15509999999999],
|
||
|
[702.099,134.7012],
|
||
|
[702.399,114.1929],
|
||
|
[702.501,279.1445],
|
||
|
[702.701,141.5072],
|
||
|
[702.901,113.2359],
|
||
|
[703.2,128.8323],
|
||
|
[703.499,113.1998],
|
||
|
[703.699,116.8637],
|
||
|
[703.9,124.46799999999999],
|
||
|
[704.001,113.5908],
|
||
|
[704.399,123.9654],
|
||
|
[704.5,112.241],
|
||
|
[704.801,112.24480000000001],
|
||
|
[704.899,119.07180000000001],
|
||
|
[705.3,122],
|
||
|
[705.5,112.2591],
|
||
|
[705.599,124.9357],
|
||
|
[705.799,114.198],
|
||
|
[706.101,115.1723],
|
||
|
[706.3,108.34689999999999],
|
||
|
[706.599,121.0029],
|
||
|
[706.8,111.2548],
|
||
|
[706.999,119.07220000000001],
|
||
|
[707.2,123.9645],
|
||
|
[707.499,113.1991],
|
||
|
[707.801,121.6664],
|
||
|
[708,112.23700000000001],
|
||
|
[708.199,143.4719],
|
||
|
[708.399,116.1397],
|
||
|
[708.699,120.0432],
|
||
|
[708.801,114.16850000000001],
|
||
|
[709,111.74929999999999],
|
||
|
[709.299,128.8151],
|
||
|
[709.4,114.8237],
|
||
|
[709.801,114.1876],
|
||
|
[709.899,111.28630000000001],
|
||
|
[710.199,126.8785],
|
||
|
[710.299,111.7962],
|
||
|
[710.6,121.0421],
|
||
|
[710.801,112.2423],
|
||
|
[711.099,116.14389999999999],
|
||
|
[711.299,110.2872],
|
||
|
[711.601,115.4147],
|
||
|
[711.799,141.5344],
|
||
|
[711.901,111.2644],
|
||
|
[712.1,119.88600000000001],
|
||
|
[712.399,112.25590000000001],
|
||
|
[712.699,115.1541],
|
||
|
[712.901,112.24000000000001],
|
||
|
[713.1,227.4083],
|
||
|
[713.301,111.2494],
|
||
|
[713.6,120.0334],
|
||
|
[713.801,112.24050000000001],
|
||
|
[714.099,111.47609999999999],
|
||
|
[714.299,120.0669],
|
||
|
[714.5,120.0923],
|
||
|
[714.6,142.4692],
|
||
|
[714.901,117.138],
|
||
|
[715.2,121.02369999999999],
|
||
|
[715.4,113.2164],
|
||
|
[715.599,129.7951],
|
||
|
[715.8,112.2401],
|
||
|
[716.101,110.2907],
|
||
|
[716.199,117.1194],
|
||
|
[716.5,115.1676],
|
||
|
[716.701,136.6397],
|
||
|
[717.001,115.1677],
|
||
|
[717.1,117.142],
|
||
|
[717.4,113.2654],
|
||
|
[717.699,142.4963],
|
||
|
[717.8,116.14009999999999],
|
||
|
[717.999,138.30519999999999],
|
||
|
[718.201,122],
|
||
|
[718.401,126.89320000000001],
|
||
|
[718.699,114.1917],
|
||
|
[719,119.0509],
|
||
|
[719.2,111.41900000000001],
|
||
|
[719.499,121.9958],
|
||
|
[719.7,123.9517],
|
||
|
[719.901,114.19279999999999],
|
||
|
[719.999,133.71179999999998],
|
||
|
[720.301,114.18830000000001],
|
||
|
[720.5,123.7432],
|
||
|
[720.799,112.8887],
|
||
|
[720.899,133.4819],
|
||
|
[721.3,112.249],
|
||
|
[721.499,239.12120000000002],
|
||
|
[721.6,111.2658],
|
||
|
[721.999,120.0349],
|
||
|
[722.199,116.0315],
|
||
|
[722.401,118.0966],
|
||
|
[722.5,140.5408],
|
||
|
[722.801,122.9867],
|
||
|
[723.1,145.4283],
|
||
|
[723.299,117.1393],
|
||
|
[723.401,115.1675],
|
||
|
[723.799,129.8073],
|
||
|
[723.999,239.1171],
|
||
|
[724.1,119.07180000000001],
|
||
|
[724.399,135.6599],
|
||
|
[724.501,122.9523],
|
||
|
[724.901,119.0716],
|
||
|
[725.099,144.4478],
|
||
|
[725.299,117.1389],
|
||
|
[725.601,161.0759],
|
||
|
[725.699,120.0643],
|
||
|
[725.9,125.717],
|
||
|
[726.1,121.017],
|
||
|
[726.5,135.65849999999998],
|
||
|
[726.7,130.8119],
|
||
|
[726.799,148.9621],
|
||
|
[727,121.0239],
|
||
|
[727.201,115.1475],
|
||
|
[727.599,117.1074],
|
||
|
[727.7,130.7843],
|
||
|
[727.901,118.1108],
|
||
|
[728.101,265.70349999999996],
|
||
|
[728.401,116.1982],
|
||
|
[728.7,147.3804],
|
||
|
[728.8,114.1871],
|
||
|
[729.099,113.2164],
|
||
|
[729.299,132.31689999999998],
|
||
|
[729.499,111.2669],
|
||
|
[729.699,147.3869],
|
||
|
[730.001,114.1734],
|
||
|
[730.299,114.1931],
|
||
|
[730.401,124.9278],
|
||
|
[730.599,112.24000000000001],
|
||
|
[730.999,109.3176],
|
||
|
[731.199,121.02409999999999],
|
||
|
[731.3,125.9053],
|
||
|
[731.501,118.1189],
|
||
|
[731.699,116.1436],
|
||
|
[732.001,131.4015],
|
||
|
[732.299,117.1198],
|
||
|
[732.399,122.002],
|
||
|
[732.601,126.43589999999999],
|
||
|
[732.901,115.1942],
|
||
|
[733.199,121.02640000000001],
|
||
|
[733.301,113.45429999999999],
|
||
|
[733.701,119.0561],
|
||
|
[733.799,111.2644],
|
||
|
[734.099,121.02369999999999],
|
||
|
[734.3,114.17769999999999],
|
||
|
[734.4,245.1504],
|
||
|
[734.699,126.5263],
|
||
|
[735.001,115.9294],
|
||
|
[735.099,141.5245],
|
||
|
[735.499,143.4715],
|
||
|
[735.601,116.1434],
|
||
|
[735.801,114.1717],
|
||
|
[736.099,118.1008],
|
||
|
[736.399,237.163],
|
||
|
[736.5,128.8387],
|
||
|
[736.701,240.09269999999998],
|
||
|
[736.901,132.7356],
|
||
|
[737.199,111.8079],
|
||
|
[737.4,109.31230000000001],
|
||
|
[737.7,130.8028],
|
||
|
[737.9,122.9754],
|
||
|
[738.1,325.0075],
|
||
|
[738.299,111.34230000000001],
|
||
|
[738.601,112.24040000000001],
|
||
|
[738.8,139.5684],
|
||
|
[738.899,115.18430000000001],
|
||
|
[739.3,112.24050000000001],
|
||
|
[739.399,137.6154],
|
||
|
[739.599,117.1193],
|
||
|
[739.799,122.53500000000001],
|
||
|
[740.2,112.2399],
|
||
|
[740.4,135.6634],
|
||
|
[740.601,114.1918],
|
||
|
[740.899,109.3195],
|
||
|
[741.1,116.14389999999999],
|
||
|
[741.199,114.19160000000001],
|
||
|
[741.399,147.375],
|
||
|
[741.599,115.1678],
|
||
|
[741.901,118.0784],
|
||
|
[742.101,114.1892],
|
||
|
[742.299,121.99459999999999],
|
||
|
[742.6,116.1446],
|
||
|
[742.9,116.1474],
|
||
|
[743.001,131.775],
|
||
|
[743.201,121.0067],
|
||
|
[743.399,112.2973],
|
||
|
[743.8,133.71189999999999],
|
||
|
[743.999,116.19319999999999],
|
||
|
[744.101,230.3394],
|
||
|
[744.299,113.21100000000001],
|
||
|
[744.699,128.83169999999998],
|
||
|
[744.8,116.298],
|
||
|
[745.1,110.2889],
|
||
|
[745.399,139.5654],
|
||
|
[745.599,118.1007],
|
||
|
[745.701,150.304],
|
||
|
[745.901,119.0715],
|
||
|
[746.301,120.9977],
|
||
|
[746.501,155.1875],
|
||
|
[746.599,124.9272],
|
||
|
[746.8,113.2115],
|
||
|
[746.999,128.8354],
|
||
|
[747.4,115.1681],
|
||
|
[747.6,143.4716],
|
||
|
[747.801,119.5783],
|
||
|
[748,231.3163],
|
||
|
[748.199,124.9276],
|
||
|
[748.499,119.0719],
|
||
|
[748.601,148.06230000000002],
|
||
|
[748.899,111.7925],
|
||
|
[749.199,115.1692],
|
||
|
[749.3,126.88070000000002],
|
||
|
[749.501,130.78400000000002],
|
||
|
[749.901,113.21870000000001],
|
||
|
[750.101,145.1233],
|
||
|
[750.2,120.72479999999999],
|
||
|
[750.399,116.16590000000001],
|
||
|
[750.699,127.8762],
|
||
|
[750.9,114.1917],
|
||
|
[751.199,115.1806],
|
||
|
[751.399,123.9636],
|
||
|
[751.701,116.1203],
|
||
|
[751.9,122.95],
|
||
|
[752,242.0525],
|
||
|
[752.199,122.9994],
|
||
|
[752.599,119.07130000000001],
|
||
|
[752.701,125.861],
|
||
|
[752.901,118.09649999999999],
|
||
|
[753.101,123.95639999999999],
|
||
|
[753.4,115.1664],
|
||
|
[753.699,122.1206],
|
||
|
[753.8,117.12169999999999],
|
||
|
[754.101,116.1484],
|
||
|
[754.2,120.0497],
|
||
|
[754.5,121.9799],
|
||
|
[754.701,115.16319999999999],
|
||
|
[754.9,123.9427],
|
||
|
[755.301,111.2812],
|
||
|
[755.4,131.75799999999998],
|
||
|
[755.6,115.1726],
|
||
|
[755.9,114.23],
|
||
|
[756.2,132.7153],
|
||
|
[756.3,114.0854],
|
||
|
[756.501,139.569],
|
||
|
[756.701,114.7013],
|
||
|
[757.1,116.1508],
|
||
|
[757.201,141.52020000000002],
|
||
|
[757.401,119.0705],
|
||
|
[757.599,111.28309999999999],
|
||
|
[758,123.9509],
|
||
|
[758.099,113.21539999999999],
|
||
|
[758.401,135.6427],
|
||
|
[758.499,112.2412],
|
||
|
[758.899,120.6098],
|
||
|
[758.999,117.1198],
|
||
|
[759.199,118.0962],
|
||
|
[759.499,114.22309999999999],
|
||
|
[759.699,122.9929],
|
||
|
[760.001,129.80349999999999],
|
||
|
[760.201,114.1964],
|
||
|
[760.299,116.43599999999999],
|
||
|
[760.5,242.186],
|
||
|
[760.9,112.2853],
|
||
|
[761.1,126.8962],
|
||
|
[761.2,119.072],
|
||
|
[761.4,137.6157],
|
||
|
[761.699,118.0971],
|
||
|
[762.001,119.0669],
|
||
|
[762.201,154.2036],
|
||
|
[762.3,236.1962],
|
||
|
[762.599,118.0904],
|
||
|
[762.8,113.785],
|
||
|
[763,123.95200000000001],
|
||
|
[763.299,113.2292],
|
||
|
[763.6,114.20270000000001],
|
||
|
[763.799,139.5437],
|
||
|
[763.9,113.2153],
|
||
|
[764.2,122.6679],
|
||
|
[764.499,113.2526],
|
||
|
[764.601,117.1194],
|
||
|
[764.8,114.1922],
|
||
|
[764.999,112.2398],
|
||
|
[765.399,121.57],
|
||
|
[765.601,112.2402],
|
||
|
[765.7,114.1721],
|
||
|
[765.999,112.2562],
|
||
|
[766.199,112.2399],
|
||
|
[766.501,142.4924],
|
||
|
[766.6,115.1948],
|
||
|
[766.799,127.83510000000001],
|
||
|
[767.1,112.2519],
|
||
|
[767.399,113.2212],
|
||
|
[767.599,112.22210000000001],
|
||
|
[767.899,145.10139999999998],
|
||
|
[767.999,124.9277],
|
||
|
[768.3,117.12],
|
||
|
[768.5,115.1676],
|
||
|
[768.799,122.9767],
|
||
|
[768.9,114.2152],
|
||
|
[769.201,117.11829999999999],
|
||
|
[769.299,144.9562],
|
||
|
[769.699,112.7495],
|
||
|
[769.799,248.89620000000002],
|
||
|
[769.999,121.0078],
|
||
|
[770.2,113.21549999999999],
|
||
|
[770.399,129.4168],
|
||
|
[770.699,119.0727],
|
||
|
[770.999,122.9766],
|
||
|
[771.199,112.2395],
|
||
|
[771.3,117.13550000000001],
|
||
|
[771.7,117.9196],
|
||
|
[771.901,112.23740000000001],
|
||
|
[772.099,116.14330000000001],
|
||
|
[772.2,116.14059999999999],
|
||
|
[772.599,110.27629999999999],
|
||
|
[772.7,132.2722],
|
||
|
[772.899,112.24470000000001],
|
||
|
[773.099,140.2736],
|
||
|
[773.499,115.1677],
|
||
|
[773.699,119.0739],
|
||
|
[773.9,247.4366],
|
||
|
[774,114.701],
|
||
|
[774.299,111.8756],
|
||
|
[774.499,117.2464],
|
||
|
[774.699,129.80780000000001],
|
||
|
[775.1,142.2246],
|
||
|
[775.199,117.6131],
|
||
|
[775.4,116.1434],
|
||
|
[775.6,113.21549999999999],
|
||
|
[775.9,123.97130000000001],
|
||
|
[776.099,142.7223],
|
||
|
[776.399,112.2422],
|
||
|
[776.501,122.00110000000001],
|
||
|
[776.699,115.1547],
|
||
|
[777.1,112.2555],
|
||
|
[777.199,124.9309],
|
||
|
[777.499,113.21589999999999],
|
||
|
[777.6,239.1207],
|
||
|
[777.899,116.1604],
|
||
|
[778.201,115.1682],
|
||
|
[778.299,119.0877],
|
||
|
[778.499,144.451],
|
||
|
[778.799,114.2079],
|
||
|
[779.101,117.1195],
|
||
|
[779.2,137.6168],
|
||
|
[779.399,121.0261],
|
||
|
[779.7,115.1679],
|
||
|
[779.899,121.0253],
|
||
|
[780.1,122.0088],
|
||
|
[780.399,117.1083],
|
||
|
[780.701,112.8938],
|
||
|
[780.801,128.88479999999998],
|
||
|
[780.999,140.5446],
|
||
|
[781.199,113.2168],
|
||
|
[781.501,112.241],
|
||
|
[781.7,125.90409999999999],
|
||
|
[781.999,113.2165],
|
||
|
[782.299,132.7361],
|
||
|
[782.401,139.56740000000002],
|
||
|
[782.601,111.28240000000001],
|
||
|
[782.901,123.93990000000001],
|
||
|
[783,116.1443],
|
||
|
[783.301,115.16629999999999],
|
||
|
[783.601,132.7282],
|
||
|
[783.801,116.1638],
|
||
|
[783.9,137.62869999999998],
|
||
|
[784.201,125.9037],
|
||
|
[784.401,118.0953],
|
||
|
[784.599,125.4623],
|
||
|
[785,115.67869999999999],
|
||
|
[785.199,118.0964],
|
||
|
[785.301,137.59859999999998],
|
||
|
[785.5,115.1405],
|
||
|
[785.8,140.53969999999998],
|
||
|
[786.101,115.1676],
|
||
|
[786.2,250.8319],
|
||
|
[786.499,117.1204],
|
||
|
[786.6,114.1923],
|
||
|
[786.999,141.0634],
|
||
|
[787.1,123.9744],
|
||
|
[787.401,130.7688],
|
||
|
[787.701,112.2639],
|
||
|
[787.9,124.9392],
|
||
|
[788.101,114.17819999999999],
|
||
|
[788.3,124.542],
|
||
|
[788.5,148.50959999999998],
|
||
|
[788.7,117.1215],
|
||
|
[788.999,114.015],
|
||
|
[789.099,121.5595],
|
||
|
[789.299,115.1674],
|
||
|
[789.7,123.9721],
|
||
|
[789.801,253.74790000000002],
|
||
|
[790.001,126.88450000000002],
|
||
|
[790.201,112.24000000000001],
|
||
|
[790.499,117.1187],
|
||
|
[790.8,135.6879],
|
||
|
[790.9,111.2799],
|
||
|
[791.301,126.5761],
|
||
|
[791.399,114.1911],
|
||
|
[791.599,112.2312],
|
||
|
[791.799,127.85759999999999],
|
||
|
[792,118.1111],
|
||
|
[792.399,123.024],
|
||
|
[792.601,122.9751],
|
||
|
[792.801,114.2119],
|
||
|
[792.899,232.2996],
|
||
|
[793.299,115.1664],
|
||
|
[793.501,123.50229999999999],
|
||
|
[793.601,112.2399],
|
||
|
[793.899,113.232],
|
||
|
[794.099,119.06949999999999],
|
||
|
[794.3,112.2396],
|
||
|
[794.599,121.0254],
|
||
|
[794.899,117.0277],
|
||
|
[795,128.83169999999998],
|
||
|
[795.199,115.2079],
|
||
|
[795.5,120.0665],
|
||
|
[795.799,124.9156],
|
||
|
[796,111.2679],
|
||
|
[796.2,118.09110000000001],
|
||
|
[796.401,115.1693],
|
||
|
[796.6,112.2391],
|
||
|
[796.8,120.04140000000001],
|
||
|
[797,115.1677],
|
||
|
[797.299,116.7486],
|
||
|
[797.401,255.52049999999997],
|
||
|
[797.699,110.2752],
|
||
|
[798,122.00139999999999],
|
||
|
[798.201,112.2379],
|
||
|
[798.4,117.1043],
|
||
|
[798.699,115.1683],
|
||
|
[798.799,125.90889999999999],
|
||
|
[799.101,144.4479],
|
||
|
[799.2,119.0715],
|
||
|
[799.601,122.06930000000001],
|
||
|
[799.8,114.2092],
|
||
|
[800.001,195.618],
|
||
|
[800.099,120.4667],
|
||
|
[800.501,112.24000000000001],
|
||
|
[800.6,122.0239],
|
||
|
[800.8,141.50879999999998],
|
||
|
[801.2,112.2394],
|
||
|
[801.3,239.1211],
|
||
|
[801.499,112.24090000000001],
|
||
|
[801.699,116.14399999999999],
|
||
|
[802,124.9294],
|
||
|
[802.299,114.70089999999999],
|
||
|
[802.399,112.7506],
|
||
|
[802.701,126.8801],
|
||
|
[803,129.8065],
|
||
|
[803.2,114.1924],
|
||
|
[803.4,122.0001],
|
||
|
[803.5,118.0969],
|
||
|
[803.9,119.0728],
|
||
|
[804.001,122.9769],
|
||
|
[804.3,127.7071],
|
||
|
[804.401,109.31299999999999],
|
||
|
[804.7,130.7837],
|
||
|
[804.999,114.1917],
|
||
|
[805.101,122.9789],
|
||
|
[805.4,126.87819999999999],
|
||
|
[805.5,114.1918],
|
||
|
[805.899,120.5543],
|
||
|
[805.999,251.5614],
|
||
|
[806.199,118.9068],
|
||
|
[806.599,119.1966],
|
||
|
[806.8,150.3033],
|
||
|
[806.901,119.0708],
|
||
|
[807.101,114.1922],
|
||
|
[807.4,131.76389999999998],
|
||
|
[807.6,114.2015],
|
||
|
[807.8,118.0727],
|
||
|
[808.101,111.5373],
|
||
|
[808.401,118.6023],
|
||
|
[808.6,254.01309999999998],
|
||
|
[808.7,118.66069999999999],
|
||
|
[808.899,132.7353],
|
||
|
[809.099,112.7909],
|
||
|
[809.499,118.0948],
|
||
|
[809.6,141.5124],
|
||
|
[809.899,118.0953],
|
||
|
[810.199,123.9541],
|
||
|
[810.301,119.06869999999999],
|
||
|
[810.501,126.87039999999999],
|
||
|
[810.701,116.1311],
|
||
|
[811.1,133.69539999999998],
|
||
|
[811.199,116.0789],
|
||
|
[811.501,123.48299999999999],
|
||
|
[811.6,117.1191],
|
||
|
[811.999,118.09100000000001],
|
||
|
[812.1,148.355],
|
||
|
[812.4,117.107],
|
||
|
[812.701,118.0835],
|
||
|
[812.901,143.29819999999998],
|
||
|
[813.101,117.119],
|
||
|
[813.2,113.2113],
|
||
|
[813.599,120.0432],
|
||
|
[813.699,115.1682],
|
||
|
[814.001,144.4469],
|
||
|
[814.1,113.2152],
|
||
|
[814.299,136.6379],
|
||
|
[814.601,117.1194],
|
||
|
[814.899,113.80460000000001],
|
||
|
[815.001,134.4413],
|
||
|
[815.2,117.0957],
|
||
|
[815.601,121.5199],
|
||
|
[815.701,114.20320000000001],
|
||
|
[815.9,113.2201],
|
||
|
[816.3,131.7619],
|
||
|
[816.499,114.1737],
|
||
|
[816.6,243.0631],
|
||
|
[816.801,113.2282],
|
||
|
[817.1,122.9949],
|
||
|
[817.301,113.19510000000001],
|
||
|
[817.601,110.79899999999999],
|
||
|
[817.701,121.9996],
|
||
|
[817.899,116.1437],
|
||
|
[818.201,119.0677],
|
||
|
[818.399,111.2652],
|
||
|
[818.7,116.146],
|
||
|
[818.799,124.92739999999999],
|
||
|
[819.1,110.7802],
|
||
|
[819.4,113.21499999999999],
|
||
|
[819.6,122.69330000000001],
|
||
|
[819.801,112.2273],
|
||
|
[820.1,118.10900000000001],
|
||
|
[820.2,115.1565],
|
||
|
[820.4,146.4073],
|
||
|
[820.599,116.1908],
|
||
|
[820.901,125.90660000000001],
|
||
|
[821.199,117.66980000000001],
|
||
|
[821.399,141.7331],
|
||
|
[821.5,118.0953],
|
||
|
[821.901,123.7268],
|
||
|
[822.001,131.7635],
|
||
|
[822.199,114.1923],
|
||
|
[822.599,117.1191],
|
||
|
[822.799,141.5193],
|
||
|
[822.9,115.16709999999999],
|
||
|
[823.199,122.9794],
|
||
|
[823.5,141.5192],
|
||
|
[823.6,118.0968],
|
||
|
[823.801,116.72240000000001],
|
||
|
[824.101,122.97420000000001],
|
||
|
[824.3,116.1177],
|
||
|
[824.6,130.7826],
|
||
|
[824.7,116.1461],
|
||
|
[824.901,140.5435],
|
||
|
[825.099,120.0485],
|
||
|
[825.501,112.8252],
|
||
|
[825.601,146.00850000000003],
|
||
|
[825.8,113.2114],
|
||
|
[826.199,118.1116],
|
||
|
[826.3,112.5972],
|
||
|
[826.501,118.095],
|
||
|
[826.701,118.0839],
|
||
|
[827.099,112.2235],
|
||
|
[827.299,140.5435],
|
||
|
[827.401,118.1079],
|
||
|
[827.601,116.1302],
|
||
|
[827.8,131.60920000000002],
|
||
|
[828.1,119.07249999999999],
|
||
|
[828.299,144.5121],
|
||
|
[828.499,117.12490000000001],
|
||
|
[828.9,147.3757],
|
||
|
[828.999,119.0716],
|
||
|
[829.2,113.2153],
|
||
|
[829.399,117.1212],
|
||
|
[829.599,114.2106],
|
||
|
[829.9,125.69359999999999],
|
||
|
[830.1,116.14389999999999],
|
||
|
[830.399,116.9332],
|
||
|
[830.599,267.4243],
|
||
|
[830.799,112.23769999999999],
|
||
|
[831.099,117.12110000000001],
|
||
|
[831.299,112.24050000000001],
|
||
|
[831.6,253.75930000000002],
|
||
|
[831.699,119.072],
|
||
|
[831.899,111.2628],
|
||
|
[832.201,123.95349999999999],
|
||
|
[832.299,118.0966],
|
||
|
[832.599,142.9231],
|
||
|
[832.8,117.1204],
|
||
|
[833,113.2176],
|
||
|
[833.399,111.2645],
|
||
|
[833.599,119.0714],
|
||
|
[833.801,121.02409999999999],
|
||
|
[834.001,111.263],
|
||
|
[834.299,129.356],
|
||
|
[834.399,119.0395],
|
||
|
[834.699,147.3752],
|
||
|
[834.899,120.0471],
|
||
|
[835.001,137.6169],
|
||
|
[835.3,121.9986],
|
||
|
[835.601,113.2142],
|
||
|
[835.7,127.8561],
|
||
|
[836.1,114.6999],
|
||
|
[836.201,123.48620000000001],
|
||
|
[836.5,132.4033],
|
||
|
[836.7,112.23859999999999],
|
||
|
[836.999,127.4324],
|
||
|
[837.099,110.7958],
|
||
|
[837.4,139.5682],
|
||
|
[837.599,115.1677],
|
||
|
[837.799,119.0739],
|
||
|
[838,112.2395],
|
||
|
[838.299,116.14399999999999],
|
||
|
[838.4,134.687],
|
||
|
[838.701,113.0963],
|
||
|
[838.999,113.8633],
|
||
|
[839.199,121.7781],
|
||
|
[839.4,143.47099999999998],
|
||
|
[839.7,116.1436],
|
||
|
[839.801,256.6869],
|
||
|
[840.001,132.7353],
|
||
|
[840.301,120.0483],
|
||
|
[840.4,138.5922],
|
||
|
[840.701,123.27799999999999],
|
||
|
[840.901,131.2903],
|
||
|
[841.099,115.1676],
|
||
|
[841.499,121.02459999999999],
|
||
|
[841.599,113.21499999999999],
|
||
|
[841.799,122.97569999999999],
|
||
|
[842,114.1919],
|
||
|
[842.402,136.6392],
|
||
|
[842.5,115.18490000000001],
|
||
|
[842.8,116.14330000000001],
|
||
|
[843,119.832],
|
||
|
[843.201,145.4356],
|
||
|
[843.4,143.47129999999999],
|
||
|
[843.699,166.91559999999998],
|
||
|
[843.9,143.48],
|
||
|
[844.199,116.14399999999999],
|
||
|
[844.399,267.1479],
|
||
|
[844.501,120.7479],
|
||
|
[844.7,124.9284],
|
||
|
[845.1,115.168],
|
||
|
[845.301,146.9085],
|
||
|
[845.401,126.87870000000001],
|
||
|
[845.599,118.09360000000001],
|
||
|
[846,114.204],
|
||
|
[846.101,138.59109999999998],
|
||
|
[846.4,117.1185],
|
||
|
[846.601,118.6211],
|
||
|
[846.799,149.8374],
|
||
|
[847,123.54469999999999],
|
||
|
[847.2,143.4708],
|
||
|
[847.4,142.4754],
|
||
|
[847.7,111.2769],
|
||
|
[847.9,116.1486],
|
||
|
[848.199,117.1203],
|
||
|
[848.3,112.2398],
|
||
|
[848.7,110.2889],
|
||
|
[848.799,117.1191],
|
||
|
[849.099,114.1907],
|
||
|
[849.2,151.2809],
|
||
|
[849.5,117.1194],
|
||
|
[849.801,146.4],
|
||
|
[849.999,120.04860000000001],
|
||
|
[850.2,115.1566],
|
||
|
[850.501,139.13400000000001],
|
||
|
[850.6,114.7335],
|
||
|
[850.899,134.7753],
|
||
|
[851.1,117.92569999999999],
|
||
|
[851.299,113.4229],
|
||
|
[851.6,127.41730000000001],
|
||
|
[851.701,114.18509999999999],
|
||
|
[851.9,157.7203],
|
||
|
[852.099,114.96530000000001],
|
||
|
[852.4,126.88289999999999],
|
||
|
[852.699,117.1362],
|
||
|
[852.801,255.72099999999998],
|
||
|
[852.999,117.1034],
|
||
|
[853.399,140.26250000000002],
|
||
|
[853.501,112.9362],
|
||
|
[853.799,136.19629999999998],
|
||
|
[854.1,141.5179],
|
||
|
[854.2,116.1223],
|
||
|
[854.5,122.00110000000001],
|
||
|
[854.7,112.24430000000001],
|
||
|
[854.799,121.9997],
|
||
|
[855.199,113.2162],
|
||
|
[855.399,147.37449999999998],
|
||
|
[855.499,115.1669],
|
||
|
[855.699,122.01610000000001],
|
||
|
[856.099,112.2529],
|
||
|
[856.299,113.2279],
|
||
|
[856.499,143.4555],
|
||
|
[856.601,119.0716],
|
||
|
[856.9,108.335],
|
||
|
[857.1,117.1262],
|
||
|
[857.3,117.1196],
|
||
|
[857.699,112.224],
|
||
|
[857.899,112.2392],
|
||
|
[858.1,115.1675],
|
||
|
[858.299,141.51420000000002],
|
||
|
[858.401,115.1675],
|
||
|
[858.801,142.0515],
|
||
|
[858.901,123.9489],
|
||
|
[859.099,118.09609999999999],
|
||
|
[859.401,149.3279],
|
||
|
[859.7,111.2798],
|
||
|
[859.899,139.5681],
|
||
|
[860.099,143.4718],
|
||
|
[860.201,119.0666],
|
||
|
[860.499,112.2231],
|
||
|
[860.799,118.1012],
|
||
|
[860.9,113.2153],
|
||
|
[861.1,121.9988],
|
||
|
[861.5,121.9646],
|
||
|
[861.701,113.216],
|
||
|
[861.8,127.8667],
|
||
|
[862.199,111.2633],
|
||
|
[862.299,149.32760000000002],
|
||
|
[862.499,118.0955],
|
||
|
[862.801,114.1915],
|
||
|
[863,113.2163],
|
||
|
[863.3,139.5677],
|
||
|
[863.399,119.0715],
|
||
|
[863.7,119.0558],
|
||
|
[863.901,120.7069],
|
||
|
[864.1,111.26389999999999],
|
||
|
[864.401,114.1892],
|
||
|
[864.6,122.9736],
|
||
|
[864.799,111.3944],
|
||
|
[864.999,118.2834],
|
||
|
[865.199,113.2415],
|
||
|
[865.501,123.9619],
|
||
|
[865.8,113.21390000000001],
|
||
|
[866,122.97569999999999],
|
||
|
[866.099,114.19160000000001],
|
||
|
[866.399,118.0949],
|
||
|
[866.699,146.4221],
|
||
|
[866.8,118.84939999999999],
|
||
|
[867,116.1426],
|
||
|
[867.3,136.6392],
|
||
|
[867.501,117.1195],
|
||
|
[867.699,120.0485],
|
||
|
[867.9,116.14240000000001],
|
||
|
[868.199,113.21539999999999],
|
||
|
[868.5,122.9764],
|
||
|
[868.599,115.1672],
|
||
|
[868.799,130.7826],
|
||
|
[869.099,115.1669],
|
||
|
[869.4,111.26360000000001],
|
||
|
[869.499,120.0478],
|
||
|
[869.8,119.0715],
|
||
|
[870.001,110.2714],
|
||
|
[870.299,112.58170000000001],
|
||
|
[870.4,129.80790000000002],
|
||
|
[870.6,112.4774],
|
||
|
[870.899,109.31009999999999],
|
||
|
[871.099,115.1665],
|
||
|
[871.399,121.02350000000001],
|
||
|
[871.601,114.8821],
|
||
|
[871.799,137.6145],
|
||
|
[871.9,118.0954],
|
||
|
[872.301,135.6646],
|
||
|
[872.399,128.832],
|
||
|
[872.699,120.047],
|
||
|
[872.999,157.1341],
|
||
|
[873.2,116.1437],
|
||
|
[873.4,124.9262],
|
||
|
[873.5,128.8476],
|
||
|
[873.801,118.0946],
|
||
|
[874.001,146.7679],
|
||
|
[874.199,116.6331],
|
||
|
[874.4,113.83409999999999],
|
||
|
[874.6,136.28650000000002],
|
||
|
[874.9,116.1443],
|
||
|
[875.2,114.1722],
|
||
|
[875.399,112.2068],
|
||
|
[875.499,261.5895],
|
||
|
[875.801,116.95060000000001],
|
||
|
[876,126.8794],
|
||
|
[876.299,118.09519999999999],
|
||
|
[876.401,265.45239999999995],
|
||
|
[876.7,115.16990000000001],
|
||
|
[876.999,259.1638],
|
||
|
[877.101,113.2146],
|
||
|
[877.401,143.4705],
|
||
|
[877.601,121.9987],
|
||
|
[877.9,120.5549],
|
||
|
[877.999,112.2383],
|
||
|
[878.299,109.3122],
|
||
|
[878.6,121.0232],
|
||
|
[878.7,116.1429],
|
||
|
[878.899,120.0482],
|
||
|
[879.3,117.1198],
|
||
|
[879.399,133.7114],
|
||
|
[879.599,117.1073],
|
||
|
[879.9,114.1896],
|
||
|
[880.101,257.1986],
|
||
|
[880.3,112.2378],
|
||
|
[880.5,123.9532],
|
||
|
[880.8,115.1944],
|
||
|
[881.1,118.4337],
|
||
|
[881.3,253.75959999999998],
|
||
|
[881.402,112.2393],
|
||
|
[881.7,119.60210000000001],
|
||
|
[881.8,124.97949999999999],
|
||
|
[882.1,117.1186],
|
||
|
[882.3,121.0226],
|
||
|
[882.601,114.18939999999999],
|
||
|
[882.9,110.2855],
|
||
|
[883.1,141.237],
|
||
|
[883.299,113.2166],
|
||
|
[883.499,120.0489],
|
||
|
[883.701,112.2393],
|
||
|
[883.999,113.21770000000001],
|
||
|
[884.199,115.1734],
|
||
|
[884.3,113.2191],
|
||
|
[884.699,114.8275],
|
||
|
[884.799,135.1138],
|
||
|
[885.001,111.2637],
|
||
|
[885.2,130.7836],
|
||
|
[885.601,113.2156],
|
||
|
[885.799,116.1389],
|
||
|
[885.999,114.1917],
|
||
|
[886.1,134.6897],
|
||
|
[886.301,117.1176],
|
||
|
[886.7,112.25019999999999],
|
||
|
[886.901,112.2389],
|
||
|
[886.999,121.02369999999999],
|
||
|
[887.4,115.1572],
|
||
|
[887.5,123.9522],
|
||
|
[887.7,114.1922],
|
||
|
[888,117.1188],
|
||
|
[888.3,117.1441],
|
||
|
[888.399,111.2857],
|
||
|
[888.7,137.613],
|
||
|
[888.899,112.2256],
|
||
|
[889.099,245.95149999999998],
|
||
|
[889.299,123.9682],
|
||
|
[889.5,112.239],
|
||
|
[889.699,116.1445],
|
||
|
[889.899,125.9033],
|
||
|
[890.199,117.1197],
|
||
|
[890.501,113.2152],
|
||
|
[890.7,116.14439999999999],
|
||
|
[890.9,111.7694],
|
||
|
[891.099,119.963],
|
||
|
[891.3,111.26350000000001],
|
||
|
[891.599,113.21499999999999],
|
||
|
[891.7,118.096],
|
||
|
[891.999,108.4591],
|
||
|
[892.199,119.0716],
|
||
|
[892.5,113.22240000000001],
|
||
|
[892.599,135.6643],
|
||
|
[892.9,124.9285],
|
||
|
[893.101,135.66310000000001],
|
||
|
[893.299,115.1804],
|
||
|
[893.6,107.36139999999999],
|
||
|
[893.801,126.8784],
|
||
|
[894.001,120.0653],
|
||
|
[894.201,113.2161],
|
||
|
[894.599,114.8145],
|
||
|
[894.799,136.6397],
|
||
|
[894.901,113.2067],
|
||
|
[895.2,110.2878],
|
||
|
[895.399,141.5186],
|
||
|
[895.599,114.1906],
|
||
|
[895.799,131.5665],
|
||
|
[896.1,118.10719999999999],
|
||
|
[896.2,143.4599],
|
||
|
[896.501,117.1198],
|
||
|
[896.799,114.19160000000001],
|
||
|
[896.9,114.1919],
|
||
|
[897.301,114.19],
|
||
|
[897.5,265.4719],
|
||
|
[897.599,133.7089],
|
||
|
[897.8,141.5188],
|
||
|
[898,112.22319999999999],
|
||
|
[898.401,113.2153],
|
||
|
[898.601,127.8553],
|
||
|
[898.799,113.2162],
|
||
|
[898.999,142.4957],
|
||
|
[899.199,142.4947],
|
||
|
[899.399,112.2399],
|
||
|
[899.701,123.9527],
|
||
|
[899.901,116.146] ];
|
||
|
var plot = new Dygraph(container, data, opts);
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|