mirror of
https://github.com/paeber/led-driver-starfish.git
synced 2026-01-18 06:22:02 +01:00
4660 lines
1.2 MiB
4660 lines
1.2 MiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Interactive BOM for KiCAD</title>
|
|
<style type="text/css">
|
|
:root {
|
|
--pcb-edge-color: black;
|
|
--pad-color: #878787;
|
|
--pad-hole-color: #CCCCCC;
|
|
--pad-color-highlight: #D04040;
|
|
--pad-color-highlight-both: #D0D040;
|
|
--pad-color-highlight-marked: #44a344;
|
|
--pin1-outline-color: #ffb629;
|
|
--pin1-outline-color-highlight: #ffb629;
|
|
--pin1-outline-color-highlight-both: #fcbb39;
|
|
--pin1-outline-color-highlight-marked: #fdbe41;
|
|
--silkscreen-edge-color: #aa4;
|
|
--silkscreen-polygon-color: #4aa;
|
|
--silkscreen-text-color: #4aa;
|
|
--fabrication-edge-color: #907651;
|
|
--fabrication-polygon-color: #907651;
|
|
--fabrication-text-color: #a27c24;
|
|
--track-color: #def5f1;
|
|
--track-color-highlight: #D04040;
|
|
--zone-color: #def5f1;
|
|
--zone-color-highlight: #d0404080;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
margin: 0px;
|
|
height: 100%;
|
|
font-family: Verdana, sans-serif;
|
|
}
|
|
|
|
.dark.topmostdiv {
|
|
--pcb-edge-color: #eee;
|
|
--pad-color: #808080;
|
|
--pin1-outline-color: #ffa800;
|
|
--pin1-outline-color-highlight: #ccff00;
|
|
--track-color: #42524f;
|
|
--zone-color: #42524f;
|
|
background-color: #252c30;
|
|
color: #eee;
|
|
}
|
|
|
|
button {
|
|
background-color: #eee;
|
|
border: 1px solid #888;
|
|
color: black;
|
|
height: 44px;
|
|
width: 44px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.dark button {
|
|
/* This will be inverted */
|
|
background-color: #c3b7b5;
|
|
}
|
|
|
|
button.depressed {
|
|
background-color: #0a0;
|
|
color: white;
|
|
}
|
|
|
|
.dark button.depressed {
|
|
/* This will be inverted */
|
|
background-color: #b3b;
|
|
}
|
|
|
|
button:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
button#tb-btn {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.47 8.47'%3E%3Crect transform='translate(0 -288.53)' ry='1.17' y='288.8' x='.27' height='7.94' width='7.94' fill='%23f9f9f9'/%3E%3Cg transform='translate(0 -288.53)'%3E%3Crect width='7.94' height='7.94' x='.27' y='288.8' ry='1.17' fill='none' stroke='%23000' stroke-width='.4' stroke-linejoin='round'/%3E%3Cpath d='M1.32 290.12h5.82M1.32 291.45h5.82' fill='none' stroke='%23000' stroke-width='.4'/%3E%3Cpath d='M4.37 292.5v4.23M.26 292.63H8.2' fill='none' stroke='%23000' stroke-width='.3'/%3E%3Ctext font-weight='700' font-size='3.17' font-family='sans-serif'%3E%3Ctspan x='1.35' y='295.73'%3EF%3C/tspan%3E%3Ctspan x='5.03' y='295.68'%3EB%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A");
|
|
}
|
|
|
|
button#lr-btn {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.47 8.47'%3E%3Crect transform='translate(0 -288.53)' ry='1.17' y='288.8' x='.27' height='7.94' width='7.94' fill='%23f9f9f9'/%3E%3Cg transform='translate(0 -288.53)'%3E%3Crect width='7.94' height='7.94' x='.27' y='288.8' ry='1.17' fill='none' stroke='%23000' stroke-width='.4' stroke-linejoin='round'/%3E%3Cpath d='M1.06 290.12H3.7m-2.64 1.33H3.7m-2.64 1.32H3.7m-2.64 1.3H3.7m-2.64 1.33H3.7' fill='none' stroke='%23000' stroke-width='.4'/%3E%3Cpath d='M4.37 288.8v7.94m0-4.11h3.96' fill='none' stroke='%23000' stroke-width='.3'/%3E%3Ctext font-weight='700' font-size='3.17' font-family='sans-serif'%3E%3Ctspan x='5.11' y='291.96'%3EF%3C/tspan%3E%3Ctspan x='5.03' y='295.68'%3EB%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/svg%3E%0A");
|
|
}
|
|
|
|
button#bom-btn {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.47 8.47'%3E%3Crect transform='translate(0 -288.53)' ry='1.17' y='288.8' x='.27' height='7.94' width='7.94' fill='%23f9f9f9'/%3E%3Cg transform='translate(0 -288.53)' fill='none' stroke='%23000' stroke-width='.4'%3E%3Crect width='7.94' height='7.94' x='.27' y='288.8' ry='1.17' stroke-linejoin='round'/%3E%3Cpath d='M1.59 290.12h5.29M1.59 291.45h5.33M1.59 292.75h5.33M1.59 294.09h5.33M1.59 295.41h5.33'/%3E%3C/g%3E%3C/svg%3E");
|
|
}
|
|
|
|
button#bom-grouped-btn {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg stroke='%23000' stroke-linejoin='round' class='layer'%3E%3Crect width='29' height='29' x='1.5' y='1.5' stroke-width='2' fill='%23fff' rx='5' ry='5'/%3E%3Cpath stroke-linecap='square' stroke-width='2' d='M6 10h4m4 0h5m4 0h3M6.1 22h3m3.9 0h5m4 0h4m-16-8h4m4 0h4'/%3E%3Cpath stroke-linecap='null' d='M5 17.5h22M5 26.6h22M5 5.5h22'/%3E%3C/g%3E%3C/svg%3E");
|
|
}
|
|
|
|
button#bom-ungrouped-btn {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg stroke='%23000' stroke-linejoin='round' class='layer'%3E%3Crect width='29' height='29' x='1.5' y='1.5' stroke-width='2' fill='%23fff' rx='5' ry='5'/%3E%3Cpath stroke-linecap='square' stroke-width='2' d='M6 10h4m-4 8h3m-3 8h4'/%3E%3Cpath stroke-linecap='null' d='M5 13.5h22m-22 8h22M5 5.5h22'/%3E%3C/g%3E%3C/svg%3E");
|
|
}
|
|
|
|
button#bom-netlist-btn {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg fill='none' stroke='%23000' class='layer'%3E%3Crect width='29' height='29' x='1.5' y='1.5' stroke-width='2' fill='%23fff' rx='5' ry='5'/%3E%3Cpath stroke-width='2' d='M6 26l6-6v-8m13.8-6.3l-6 6v8'/%3E%3Ccircle cx='11.8' cy='9.5' r='2.8' stroke-width='2'/%3E%3Ccircle cx='19.8' cy='22.8' r='2.8' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
|
|
}
|
|
|
|
button#copy {
|
|
background-image: url("data:image/svg+xml,%3Csvg height='48' viewBox='0 0 48 48' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h48v48h-48z' fill='none'/%3E%3Cpath d='M32 2h-24c-2.21 0-4 1.79-4 4v28h4v-28h24v-4zm6 8h-22c-2.21 0-4 1.79-4 4v28c0 2.21 1.79 4 4 4h22c2.21 0 4-1.79 4-4v-28c0-2.21-1.79-4-4-4zm0 32h-22v-28h22v28z'/%3E%3C/svg%3E");
|
|
background-position: 6px 6px;
|
|
background-repeat: no-repeat;
|
|
background-size: 26px 26px;
|
|
border-radius: 6px;
|
|
height: 40px;
|
|
width: 40px;
|
|
margin: 10px 5px;
|
|
}
|
|
|
|
button#copy:active {
|
|
box-shadow: inset 0px 0px 5px #6c6c6c;
|
|
}
|
|
|
|
textarea.clipboard-temp {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 2em;
|
|
height: 2em;
|
|
padding: 0;
|
|
border: None;
|
|
outline: None;
|
|
box-shadow: None;
|
|
background: transparent;
|
|
}
|
|
|
|
.left-most-button {
|
|
border-right: 0;
|
|
border-top-left-radius: 6px;
|
|
border-bottom-left-radius: 6px;
|
|
}
|
|
|
|
.middle-button {
|
|
border-right: 0;
|
|
}
|
|
|
|
.right-most-button {
|
|
border-top-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
}
|
|
|
|
.button-container {
|
|
font-size: 0;
|
|
margin: 0.4rem 0.4rem 0.4rem 0;
|
|
}
|
|
|
|
.dark .button-container {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.button-container button {
|
|
background-size: 32px 32px;
|
|
background-position: 5px 5px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
@media print {
|
|
.hideonprint {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
canvas {
|
|
cursor: crosshair;
|
|
}
|
|
|
|
canvas:active {
|
|
cursor: grabbing;
|
|
}
|
|
|
|
.fileinfo {
|
|
width: 100%;
|
|
max-width: 1000px;
|
|
border: none;
|
|
padding: 3px;
|
|
}
|
|
|
|
.fileinfo .title {
|
|
font-size: 20pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fileinfo td {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
max-width: 1px;
|
|
width: 50%;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.bom {
|
|
border-collapse: collapse;
|
|
font-family: Consolas, "DejaVu Sans Mono", Monaco, monospace;
|
|
font-size: 10pt;
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
margin-top: 1px;
|
|
position: relative;
|
|
}
|
|
|
|
.bom th,
|
|
.bom td {
|
|
border: 1px solid black;
|
|
padding: 5px;
|
|
word-wrap: break-word;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
|
|
.dark .bom th,
|
|
.dark .bom td {
|
|
border: 1px solid #777;
|
|
}
|
|
|
|
.bom th {
|
|
background-color: #CCCCCC;
|
|
background-clip: padding-box;
|
|
}
|
|
|
|
.dark .bom th {
|
|
background-color: #3b4749;
|
|
}
|
|
|
|
.bom tr.highlighted:nth-child(n) {
|
|
background-color: #cfc;
|
|
}
|
|
|
|
.dark .bom tr.highlighted:nth-child(n) {
|
|
background-color: #226022;
|
|
}
|
|
|
|
.bom tr:nth-child(even) {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
.dark .bom tr:nth-child(even) {
|
|
background-color: #313b40;
|
|
}
|
|
|
|
.bom tr.checked {
|
|
color: #1cb53d;
|
|
}
|
|
|
|
.dark .bom tr.checked {
|
|
color: #2cce54;
|
|
}
|
|
|
|
.bom tr {
|
|
transition: background-color 0.2s;
|
|
}
|
|
|
|
.bom .numCol {
|
|
width: 30px;
|
|
}
|
|
|
|
.bom .value {
|
|
width: 15%;
|
|
}
|
|
|
|
.bom .quantity {
|
|
width: 65px;
|
|
}
|
|
|
|
.bom th .sortmark {
|
|
position: absolute;
|
|
right: 1px;
|
|
top: 1px;
|
|
margin-top: -5px;
|
|
border-width: 5px;
|
|
border-style: solid;
|
|
border-color: transparent transparent #221 transparent;
|
|
transform-origin: 50% 85%;
|
|
transition: opacity 0.2s, transform 0.4s;
|
|
}
|
|
|
|
.dark .bom th .sortmark {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.bom th .sortmark.none {
|
|
opacity: 0;
|
|
}
|
|
|
|
.bom th .sortmark.desc {
|
|
transform: rotate(180deg);
|
|
}
|
|
|
|
.bom th:hover .sortmark.none {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.bom .bom-checkbox {
|
|
width: 30px;
|
|
position: relative;
|
|
user-select: none;
|
|
-moz-user-select: none;
|
|
}
|
|
|
|
.bom .bom-checkbox:before {
|
|
content: "";
|
|
position: absolute;
|
|
border-width: 15px;
|
|
border-style: solid;
|
|
border-color: #51829f transparent transparent transparent;
|
|
visibility: hidden;
|
|
top: -15px;
|
|
}
|
|
|
|
.bom .bom-checkbox:after {
|
|
content: "Double click to set/unset all";
|
|
position: absolute;
|
|
color: white;
|
|
top: -35px;
|
|
left: -26px;
|
|
background: #51829f;
|
|
padding: 5px 15px;
|
|
border-radius: 8px;
|
|
white-space: nowrap;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.bom .bom-checkbox:hover:before,
|
|
.bom .bom-checkbox:hover:after {
|
|
visibility: visible;
|
|
transition: visibility 0.2s linear 1s;
|
|
}
|
|
|
|
.split {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
background-color: inherit;
|
|
}
|
|
|
|
.split.split-horizontal,
|
|
.gutter.gutter-horizontal {
|
|
height: 100%;
|
|
float: left;
|
|
}
|
|
|
|
.gutter {
|
|
background-color: #ddd;
|
|
background-repeat: no-repeat;
|
|
background-position: 50%;
|
|
transition: background-color 0.3s;
|
|
}
|
|
|
|
.dark .gutter {
|
|
background-color: #777;
|
|
}
|
|
|
|
.gutter.gutter-horizontal {
|
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
|
|
cursor: ew-resize;
|
|
width: 5px;
|
|
}
|
|
|
|
.gutter.gutter-vertical {
|
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
|
|
cursor: ns-resize;
|
|
height: 5px;
|
|
}
|
|
|
|
.searchbox {
|
|
float: left;
|
|
height: 40px;
|
|
margin: 10px 5px;
|
|
padding: 12px 32px;
|
|
font-family: Consolas, "DejaVu Sans Mono", Monaco, monospace;
|
|
font-size: 18px;
|
|
box-sizing: border-box;
|
|
border: 1px solid #888;
|
|
border-radius: 6px;
|
|
outline: none;
|
|
background-color: #eee;
|
|
transition: background-color 0.2s, border 0.2s;
|
|
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABNklEQVQ4T8XSMUvDQBQH8P/LElFa/AIZHcTBQSz0I/gFstTBRR2KUC4ldDxw7h0Bl3RRUATxi4iiODgoiLNrbQYp5J6cpJJqomkX33Z37/14d/dIa33MzDuYI4johOI4XhyNRteO46zNYjDzAxE1yBZprVeZ+QbAUhXEGJMA2Ox2u4+fQIa0mPmsCgCgJYQ4t7lfgF0opQYAdv9ABkKI/UnOFCClXKjX61cA1osQY8x9kiRNKeV7IWA3oyhaSdP0FkAtjxhj3hzH2RBCPOf3pzqYHCilfAAX+URm9oMguPzeWSGQvUcMYC8rOBJCHBRdqxTo9/vbRHRqi8bj8XKv1xvODbiuW2u32/bvf0SlDv4XYOY7z/Mavu+nM1+BmQ+NMc0wDF/LprP0DbTWW0T00ul0nn4b7Q87+X4Qmfiq2wAAAABJRU5ErkJggg==');
|
|
background-position: 10px 10px;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.dark .searchbox {
|
|
background-color: #111;
|
|
color: #eee;
|
|
}
|
|
|
|
.searchbox::placeholder {
|
|
color: #ccc;
|
|
}
|
|
|
|
.dark .searchbox::placeholder {
|
|
color: #666;
|
|
}
|
|
|
|
.filter {
|
|
width: calc(60% - 64px);
|
|
}
|
|
|
|
.reflookup {
|
|
width: calc(40% - 10px);
|
|
}
|
|
|
|
input[type=text]:focus {
|
|
background-color: white;
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
.dark input[type=text]:focus {
|
|
background-color: #333;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
mark.highlight {
|
|
background-color: #5050ff;
|
|
color: #fff;
|
|
padding: 2px;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.dark mark.highlight {
|
|
background-color: #76a6da;
|
|
color: #111;
|
|
}
|
|
|
|
.menubtn {
|
|
background-color: white;
|
|
border: none;
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 20 20'%3E%3Cpath fill='none' d='M0 0h20v20H0V0z'/%3E%3Cpath d='M15.95 10.78c.03-.25.05-.51.05-.78s-.02-.53-.06-.78l1.69-1.32c.15-.12.19-.34.1-.51l-1.6-2.77c-.1-.18-.31-.24-.49-.18l-1.99.8c-.42-.32-.86-.58-1.35-.78L12 2.34c-.03-.2-.2-.34-.4-.34H8.4c-.2 0-.36.14-.39.34l-.3 2.12c-.49.2-.94.47-1.35.78l-1.99-.8c-.18-.07-.39 0-.49.18l-1.6 2.77c-.1.18-.06.39.1.51l1.69 1.32c-.04.25-.07.52-.07.78s.02.53.06.78L2.37 12.1c-.15.12-.19.34-.1.51l1.6 2.77c.1.18.31.24.49.18l1.99-.8c.42.32.86.58 1.35.78l.3 2.12c.04.2.2.34.4.34h3.2c.2 0 .37-.14.39-.34l.3-2.12c.49-.2.94-.47 1.35-.78l1.99.8c.18.07.39 0 .49-.18l1.6-2.77c.1-.18.06-.39-.1-.51l-1.67-1.32zM10 13c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3z'/%3E%3C/svg%3E%0A");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.statsbtn {
|
|
background-color: white;
|
|
border: none;
|
|
background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6h28v24H4V6zm0 8h28v8H4m9-16v24h10V5.8' fill='none' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.iobtn {
|
|
background-color: white;
|
|
border: none;
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' d='M3 33v-7l6.8-7h16.5l6.7 7v7H3zM3.2 26H33M21 9l5-5.9 5 6h-2.5V15h-5V9H21zm-4.9 0l-5 6-5-6h2.5V3h5v6h2.5z'/%3E%3Cpath fill='none' stroke='%23000' d='M6.1 29.5H10'/%3E%3C/svg%3E");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.visbtn {
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath fill='none' stroke='%23333' d='M2.5 4.5h5v15h-5zM9.5 4.5h5v15h-5zM16.5 4.5h5v15h-5z'/%3E%3C/svg%3E");
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
padding: 15px;
|
|
}
|
|
|
|
#vismenu-content {
|
|
left: 0px;
|
|
font-family: Verdana, sans-serif;
|
|
}
|
|
|
|
.dark .statsbtn,
|
|
.dark .savebtn,
|
|
.dark .menubtn,
|
|
.dark .iobtn,
|
|
.dark .visbtn {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.flexbox {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
}
|
|
|
|
.savebtn {
|
|
background-color: #d6d6d6;
|
|
width: auto;
|
|
height: 30px;
|
|
flex-grow: 1;
|
|
margin: 5px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.savebtn:active {
|
|
background-color: #0a0;
|
|
color: white;
|
|
}
|
|
|
|
.dark .savebtn:active {
|
|
/* This will be inverted */
|
|
background-color: #b3b;
|
|
}
|
|
|
|
.stats {
|
|
border-collapse: collapse;
|
|
font-size: 12pt;
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
min-width: 450px;
|
|
}
|
|
|
|
.dark .stats td {
|
|
border: 1px solid #bbb;
|
|
}
|
|
|
|
.stats td {
|
|
border: 1px solid black;
|
|
padding: 5px;
|
|
word-wrap: break-word;
|
|
text-align: center;
|
|
position: relative;
|
|
}
|
|
|
|
#checkbox-stats div {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
#checkbox-stats .bar {
|
|
background-color: rgba(28, 251, 0, 0.6);
|
|
}
|
|
|
|
.menu {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin: 0.4rem 0.4rem 0.4rem 0;
|
|
}
|
|
|
|
.menu-content {
|
|
font-size: 12pt !important;
|
|
text-align: left !important;
|
|
font-weight: normal !important;
|
|
display: none;
|
|
position: absolute;
|
|
background-color: white;
|
|
right: 0;
|
|
min-width: 300px;
|
|
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
|
|
z-index: 100;
|
|
padding: 8px;
|
|
}
|
|
|
|
.dark .menu-content {
|
|
background-color: #111;
|
|
}
|
|
|
|
.menu:hover .menu-content {
|
|
display: block;
|
|
}
|
|
|
|
.menu:hover .menubtn,
|
|
.menu:hover .iobtn,
|
|
.menu:hover .statsbtn {
|
|
background-color: #eee;
|
|
}
|
|
|
|
.menu-label {
|
|
display: inline-block;
|
|
padding: 8px;
|
|
border: 1px solid #ccc;
|
|
border-top: 0;
|
|
width: calc(100% - 18px);
|
|
}
|
|
|
|
.menu-label-top {
|
|
border-top: 1px solid #ccc;
|
|
}
|
|
|
|
.menu-textbox {
|
|
float: left;
|
|
height: 24px;
|
|
margin: 10px 5px;
|
|
padding: 5px 5px;
|
|
font-family: Consolas, "DejaVu Sans Mono", Monaco, monospace;
|
|
font-size: 14px;
|
|
box-sizing: border-box;
|
|
border: 1px solid #888;
|
|
border-radius: 4px;
|
|
outline: none;
|
|
background-color: #eee;
|
|
transition: background-color 0.2s, border 0.2s;
|
|
width: calc(100% - 10px);
|
|
}
|
|
|
|
.menu-textbox.invalid,
|
|
.dark .menu-textbox.invalid {
|
|
color: red;
|
|
}
|
|
|
|
.dark .menu-textbox {
|
|
background-color: #222;
|
|
color: #eee;
|
|
}
|
|
|
|
.radio-container {
|
|
margin: 4px;
|
|
}
|
|
|
|
.topmostdiv {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
background-color: white;
|
|
transition: background-color 0.3s;
|
|
}
|
|
|
|
#top {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
}
|
|
|
|
#topdivider {
|
|
border-bottom: 2px solid black;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.dark #topdivider {
|
|
border-bottom: 2px solid #ccc;
|
|
}
|
|
|
|
#topdivider>div {
|
|
position: relative;
|
|
}
|
|
|
|
#toptoggle {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
position: absolute;
|
|
padding: 0.1rem 0.3rem;
|
|
top: -0.4rem;
|
|
left: -1rem;
|
|
font-size: 1.4rem;
|
|
line-height: 60%;
|
|
border: 1px solid black;
|
|
border-radius: 1rem;
|
|
background-color: #fff;
|
|
z-index: 100;
|
|
}
|
|
|
|
.flipped {
|
|
transform: rotate(0.5turn);
|
|
}
|
|
|
|
.dark #toptoggle {
|
|
border: 1px solid #fff;
|
|
background-color: #222;
|
|
}
|
|
|
|
#fileinfodiv {
|
|
flex: 20rem 1 0;
|
|
overflow: auto;
|
|
}
|
|
|
|
#bomcontrols {
|
|
display: flex;
|
|
flex-direction: row-reverse;
|
|
}
|
|
|
|
#bomcontrols>* {
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
#dbg {
|
|
display: block;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 8px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
background: #aaa;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
background: #666;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb:hover {
|
|
background: #555;
|
|
}
|
|
|
|
.slider {
|
|
-webkit-appearance: none;
|
|
width: 100%;
|
|
margin: 3px 0;
|
|
padding: 0;
|
|
outline: none;
|
|
opacity: 0.7;
|
|
-webkit-transition: .2s;
|
|
transition: opacity .2s;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.slider:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.slider:focus {
|
|
outline: none;
|
|
}
|
|
|
|
.slider::-webkit-slider-runnable-track {
|
|
-webkit-appearance: none;
|
|
width: 100%;
|
|
height: 8px;
|
|
background: #d3d3d3;
|
|
border-radius: 3px;
|
|
border: none;
|
|
}
|
|
|
|
.slider::-webkit-slider-thumb {
|
|
-webkit-appearance: none;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 50%;
|
|
background: #0a0;
|
|
cursor: pointer;
|
|
margin-top: -4px;
|
|
}
|
|
|
|
.dark .slider::-webkit-slider-thumb {
|
|
background: #3d3;
|
|
}
|
|
|
|
.slider::-moz-range-thumb {
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 50%;
|
|
background: #0a0;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.slider::-moz-range-track {
|
|
height: 8px;
|
|
background: #d3d3d3;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.dark .slider::-moz-range-thumb {
|
|
background: #3d3;
|
|
}
|
|
|
|
.slider::-ms-track {
|
|
width: 100%;
|
|
height: 8px;
|
|
border-width: 3px 0;
|
|
background: transparent;
|
|
border-color: transparent;
|
|
color: transparent;
|
|
transition: opacity .2s;
|
|
}
|
|
|
|
.slider::-ms-fill-lower {
|
|
background: #d3d3d3;
|
|
border: none;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.slider::-ms-fill-upper {
|
|
background: #d3d3d3;
|
|
border: none;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.slider::-ms-thumb {
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 50%;
|
|
background: #0a0;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
}
|
|
|
|
.shameless-plug {
|
|
font-size: 0.8em;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
|
|
a {
|
|
color: #0278a4;
|
|
}
|
|
|
|
.dark a {
|
|
color: #00b9fd;
|
|
}
|
|
|
|
#frontcanvas,
|
|
#backcanvas {
|
|
touch-action: none;
|
|
}
|
|
|
|
.placeholder {
|
|
border: 1px dashed #9f9fda !important;
|
|
background-color: #edf2f7 !important;
|
|
}
|
|
|
|
.dragging {
|
|
z-index: 999;
|
|
}
|
|
|
|
.dark .dragging>table>tbody>tr {
|
|
background-color: #252c30;
|
|
}
|
|
|
|
.dark .placeholder {
|
|
filter: invert(1);
|
|
}
|
|
|
|
.column-spacer {
|
|
top: 0;
|
|
left: 0;
|
|
width: calc(100% - 4px);
|
|
position: absolute;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
height: 100%;
|
|
}
|
|
|
|
.column-width-handle {
|
|
top: 0;
|
|
right: 0;
|
|
width: 4px;
|
|
position: absolute;
|
|
cursor: col-resize;
|
|
user-select: none;
|
|
height: 100%;
|
|
}
|
|
|
|
.column-width-handle:hover {
|
|
background-color: #4f99bd;
|
|
}
|
|
|
|
.help-link {
|
|
border: 1px solid #0278a4;
|
|
padding-inline: 0.3rem;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.dark .help-link {
|
|
border: 1px solid #00b9fd;
|
|
}
|
|
|
|
.bom-color {
|
|
width: 20%;
|
|
}
|
|
|
|
.color-column input {
|
|
width: 1.6rem;
|
|
height: 1rem;
|
|
border: 1px solid black;
|
|
cursor: pointer;
|
|
padding: 0;
|
|
}
|
|
|
|
/* removes default styling from input color element */
|
|
::-webkit-color-swatch {
|
|
border: none;
|
|
}
|
|
|
|
::-webkit-color-swatch-wrapper {
|
|
padding: 0;
|
|
}
|
|
|
|
::-moz-color-swatch,
|
|
::-moz-focus-inner {
|
|
border: none;
|
|
}
|
|
|
|
::-moz-focus-inner {
|
|
padding: 0;
|
|
}
|
|
/* #bomhead {
|
|
position: sticky;
|
|
top: 0px;
|
|
z-index: 1;
|
|
} */
|
|
</style>
|
|
<script type="text/javascript" >
|
|
///////////////////////////////////////////////
|
|
/*
|
|
Split.js - v1.3.5
|
|
MIT License
|
|
https://github.com/nathancahill/Split.js
|
|
*/
|
|
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):e.Split=t()}(this,function(){"use strict";var e=window,t=e.document,n="addEventListener",i="removeEventListener",r="getBoundingClientRect",s=function(){return!1},o=e.attachEvent&&!e[n],a=["","-webkit-","-moz-","-o-"].filter(function(e){var n=t.createElement("div");return n.style.cssText="width:"+e+"calc(9px)",!!n.style.length}).shift()+"calc",l=function(e){return"string"==typeof e||e instanceof String?t.querySelector(e):e};return function(u,c){function z(e,t,n){var i=A(y,t,n);Object.keys(i).forEach(function(t){return e.style[t]=i[t]})}function h(e,t){var n=B(y,t);Object.keys(n).forEach(function(t){return e.style[t]=n[t]})}function f(e){var t=E[this.a],n=E[this.b],i=t.size+n.size;t.size=e/this.size*i,n.size=i-e/this.size*i,z(t.element,t.size,this.aGutterSize),z(n.element,n.size,this.bGutterSize)}function m(e){var t;this.dragging&&((t="touches"in e?e.touches[0][b]-this.start:e[b]-this.start)<=E[this.a].minSize+M+this.aGutterSize?t=E[this.a].minSize+this.aGutterSize:t>=this.size-(E[this.b].minSize+M+this.bGutterSize)&&(t=this.size-(E[this.b].minSize+this.bGutterSize)),f.call(this,t),c.onDrag&&c.onDrag())}function g(){var e=E[this.a].element,t=E[this.b].element;this.size=e[r]()[y]+t[r]()[y]+this.aGutterSize+this.bGutterSize,this.start=e[r]()[G]}function d(){var t=this,n=E[t.a].element,r=E[t.b].element;t.dragging&&c.onDragEnd&&c.onDragEnd(),t.dragging=!1,e[i]("mouseup",t.stop),e[i]("touchend",t.stop),e[i]("touchcancel",t.stop),t.parent[i]("mousemove",t.move),t.parent[i]("touchmove",t.move),delete t.stop,delete t.move,n[i]("selectstart",s),n[i]("dragstart",s),r[i]("selectstart",s),r[i]("dragstart",s),n.style.userSelect="",n.style.webkitUserSelect="",n.style.MozUserSelect="",n.style.pointerEvents="",r.style.userSelect="",r.style.webkitUserSelect="",r.style.MozUserSelect="",r.style.pointerEvents="",t.gutter.style.cursor="",t.parent.style.cursor=""}function S(t){var i=this,r=E[i.a].element,o=E[i.b].element;!i.dragging&&c.onDragStart&&c.onDragStart(),t.preventDefault(),i.dragging=!0,i.move=m.bind(i),i.stop=d.bind(i),e[n]("mouseup",i.stop),e[n]("touchend",i.stop),e[n]("touchcancel",i.stop),i.parent[n]("mousemove",i.move),i.parent[n]("touchmove",i.move),r[n]("selectstart",s),r[n]("dragstart",s),o[n]("selectstart",s),o[n]("dragstart",s),r.style.userSelect="none",r.style.webkitUserSelect="none",r.style.MozUserSelect="none",r.style.pointerEvents="none",o.style.userSelect="none",o.style.webkitUserSelect="none",o.style.MozUserSelect="none",o.style.pointerEvents="none",i.gutter.style.cursor=j,i.parent.style.cursor=j,g.call(i)}function v(e){e.forEach(function(t,n){if(n>0){var i=F[n-1],r=E[i.a],s=E[i.b];r.size=e[n-1],s.size=t,z(r.element,r.size,i.aGutterSize),z(s.element,s.size,i.bGutterSize)}})}function p(){F.forEach(function(e){e.parent.removeChild(e.gutter),E[e.a].element.style[y]="",E[e.b].element.style[y]=""})}void 0===c&&(c={});var y,b,G,E,w=l(u[0]).parentNode,D=e.getComputedStyle(w).flexDirection,U=c.sizes||u.map(function(){return 100/u.length}),k=void 0!==c.minSize?c.minSize:100,x=Array.isArray(k)?k:u.map(function(){return k}),L=void 0!==c.gutterSize?c.gutterSize:10,M=void 0!==c.snapOffset?c.snapOffset:30,O=c.direction||"horizontal",j=c.cursor||("horizontal"===O?"ew-resize":"ns-resize"),C=c.gutter||function(e,n){var i=t.createElement("div");return i.className="gutter gutter-"+n,i},A=c.elementStyle||function(e,t,n){var i={};return"string"==typeof t||t instanceof String?i[e]=t:i[e]=o?t+"%":a+"("+t+"% - "+n+"px)",i},B=c.gutterStyle||function(e,t){return n={},n[e]=t+"px",n;var n};"horizontal"===O?(y="width","clientWidth",b="clientX",G="left","paddingLeft"):"vertical"===O&&(y="height","clientHeight",b="clientY",G="top","paddingTop");var F=[];return E=u.map(function(e,t){var i,s={element:l(e),size:U[t],minSize:x[t]};if(t>0&&(i={a:t-1,b:t,dragging:!1,isFirst:1===t,isLast:t===u.length-1,direction:O,parent:w},i.aGutterSize=L,i.bGutterSize=L,i.isFirst&&(i.aGutterSize=L/2),i.isLast&&(i.bGutterSize=L/2),"row-reverse"===D||"column-reverse"===D)){var a=i.a;i.a=i.b,i.b=a}if(!o&&t>0){var c=C(t,O);h(c,L),c[n]("mousedown",S.bind(i)),c[n]("touchstart",S.bind(i)),w.insertBefore(c,s.element),i.gutter=c}0===t||t===u.length-1?z(s.element,s.size,L/2):z(s.element,s.size,L);var f=s.element[r]()[y];return f<s.minSize&&(s.minSize=f),t>0&&F.push(i),s}),o?{setSizes:v,destroy:p}:{setSizes:v,getSizes:function(){return E.map(function(e){return e.size})},collapse:function(e){if(e===F.length){var t=F[e-1];g.call(t),o||f.call(t,t.size-t.bGutterSize)}else{var n=F[e];g.call(n),o||f.call(n,n.aGutterSize)}},destroy:p}}});
|
|
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
/*!
|
|
* PEP v0.4.3 | https://github.com/jquery/PEP
|
|
* Copyright jQuery Foundation and other contributors | http://jquery.org/license
|
|
*/
|
|
!function(a,b){"object"==typeof exports&&"undefined"!=typeof module?module.exports=b():"function"==typeof define&&define.amd?define(b):a.PointerEventsPolyfill=b()}(this,function(){"use strict";function a(a,b){b=b||Object.create(null);var c=document.createEvent("Event");c.initEvent(a,b.bubbles||!1,b.cancelable||!1);
|
|
for(var d,e=2;e<m.length;e++)d=m[e],c[d]=b[d]||n[e];c.buttons=b.buttons||0;
|
|
var f=0;return f=b.pressure&&c.buttons?b.pressure:c.buttons?.5:0,c.x=c.clientX,c.y=c.clientY,c.pointerId=b.pointerId||0,c.width=b.width||0,c.height=b.height||0,c.pressure=f,c.tiltX=b.tiltX||0,c.tiltY=b.tiltY||0,c.twist=b.twist||0,c.tangentialPressure=b.tangentialPressure||0,c.pointerType=b.pointerType||"",c.hwTimestamp=b.hwTimestamp||0,c.isPrimary=b.isPrimary||!1,c}function b(){this.array=[],this.size=0}function c(a,b,c,d){this.addCallback=a.bind(d),this.removeCallback=b.bind(d),this.changedCallback=c.bind(d),A&&(this.observer=new A(this.mutationWatcher.bind(this)))}function d(a){return"body /shadow-deep/ "+e(a)}function e(a){return'[touch-action="'+a+'"]'}function f(a){return"{ -ms-touch-action: "+a+"; touch-action: "+a+"; }"}function g(){if(F){D.forEach(function(a){String(a)===a?(E+=e(a)+f(a)+"\n",G&&(E+=d(a)+f(a)+"\n")):(E+=a.selectors.map(e)+f(a.rule)+"\n",G&&(E+=a.selectors.map(d)+f(a.rule)+"\n"))});var a=document.createElement("style");a.textContent=E,document.head.appendChild(a)}}function h(){if(!window.PointerEvent){if(window.PointerEvent=a,window.navigator.msPointerEnabled){var b=window.navigator.msMaxTouchPoints;Object.defineProperty(window.navigator,"maxTouchPoints",{value:b,enumerable:!0}),u.registerSource("ms",_)}else Object.defineProperty(window.navigator,"maxTouchPoints",{value:0,enumerable:!0}),u.registerSource("mouse",N),void 0!==window.ontouchstart&&u.registerSource("touch",V);u.register(document)}}function i(a){if(!u.pointermap.has(a)){var b=new Error("InvalidPointerId");throw b.name="InvalidPointerId",b}}function j(a){for(var b=a.parentNode;b&&b!==a.ownerDocument;)b=b.parentNode;if(!b){var c=new Error("InvalidStateError");throw c.name="InvalidStateError",c}}function k(a){var b=u.pointermap.get(a);return 0!==b.buttons}function l(){window.Element&&!Element.prototype.setPointerCapture&&Object.defineProperties(Element.prototype,{setPointerCapture:{value:W},releasePointerCapture:{value:X},hasPointerCapture:{value:Y}})}
|
|
var m=["bubbles","cancelable","view","detail","screenX","screenY","clientX","clientY","ctrlKey","altKey","shiftKey","metaKey","button","relatedTarget","pageX","pageY"],n=[!1,!1,null,null,0,0,0,0,!1,!1,!1,!1,0,null,0,0],o=window.Map&&window.Map.prototype.forEach,p=o?Map:b;b.prototype={set:function(a,b){return void 0===b?this["delete"](a):(this.has(a)||this.size++,void(this.array[a]=b))},has:function(a){return void 0!==this.array[a]},"delete":function(a){this.has(a)&&(delete this.array[a],this.size--)},get:function(a){return this.array[a]},clear:function(){this.array.length=0,this.size=0},forEach:function(a,b){return this.array.forEach(function(c,d){a.call(b,c,d,this)},this)}};var q=["bubbles","cancelable","view","detail","screenX","screenY","clientX","clientY","ctrlKey","altKey","shiftKey","metaKey","button","relatedTarget","buttons","pointerId","width","height","pressure","tiltX","tiltY","pointerType","hwTimestamp","isPrimary","type","target","currentTarget","which","pageX","pageY","timeStamp"],r=[!1,!1,null,null,0,0,0,0,!1,!1,!1,!1,0,null,0,0,0,0,0,0,0,"",0,!1,"",null,null,0,0,0,0],s={pointerover:1,pointerout:1,pointerenter:1,pointerleave:1},t="undefined"!=typeof SVGElementInstance,u={pointermap:new p,eventMap:Object.create(null),captureInfo:Object.create(null),eventSources:Object.create(null),eventSourceList:[],registerSource:function(a,b){var c=b,d=c.events;d&&(d.forEach(function(a){c[a]&&(this.eventMap[a]=c[a].bind(c))},this),this.eventSources[a]=c,this.eventSourceList.push(c))},register:function(a){for(var b,c=this.eventSourceList.length,d=0;d<c&&(b=this.eventSourceList[d]);d++)
|
|
b.register.call(b,a)},unregister:function(a){for(var b,c=this.eventSourceList.length,d=0;d<c&&(b=this.eventSourceList[d]);d++)
|
|
b.unregister.call(b,a)},contains:function(a,b){try{return a.contains(b)}catch(c){return!1}},down:function(a){a.bubbles=!0,this.fireEvent("pointerdown",a)},move:function(a){a.bubbles=!0,this.fireEvent("pointermove",a)},up:function(a){a.bubbles=!0,this.fireEvent("pointerup",a)},enter:function(a){a.bubbles=!1,this.fireEvent("pointerenter",a)},leave:function(a){a.bubbles=!1,this.fireEvent("pointerleave",a)},over:function(a){a.bubbles=!0,this.fireEvent("pointerover",a)},out:function(a){a.bubbles=!0,this.fireEvent("pointerout",a)},cancel:function(a){a.bubbles=!0,this.fireEvent("pointercancel",a)},leaveOut:function(a){this.out(a),this.propagate(a,this.leave,!1)},enterOver:function(a){this.over(a),this.propagate(a,this.enter,!0)},eventHandler:function(a){if(!a._handledByPE){var b=a.type,c=this.eventMap&&this.eventMap[b];c&&c(a),a._handledByPE=!0}},listen:function(a,b){b.forEach(function(b){this.addEvent(a,b)},this)},unlisten:function(a,b){b.forEach(function(b){this.removeEvent(a,b)},this)},addEvent:function(a,b){a.addEventListener(b,this.boundHandler)},removeEvent:function(a,b){a.removeEventListener(b,this.boundHandler)},makeEvent:function(b,c){this.captureInfo[c.pointerId]&&(c.relatedTarget=null);var d=new a(b,c);return c.preventDefault&&(d.preventDefault=c.preventDefault),d._target=d._target||c.target,d},fireEvent:function(a,b){var c=this.makeEvent(a,b);return this.dispatchEvent(c)},cloneEvent:function(a){for(var b,c=Object.create(null),d=0;d<q.length;d++)b=q[d],c[b]=a[b]||r[d],!t||"target"!==b&&"relatedTarget"!==b||c[b]instanceof SVGElementInstance&&(c[b]=c[b].correspondingUseElement);return a.preventDefault&&(c.preventDefault=function(){a.preventDefault()}),c},getTarget:function(a){var b=this.captureInfo[a.pointerId];return b?a._target!==b&&a.type in s?void 0:b:a._target},propagate:function(a,b,c){for(var d=a.target,e=[];d!==document&&!d.contains(a.relatedTarget);) if(e.push(d),d=d.parentNode,!d)return;c&&e.reverse(),e.forEach(function(c){a.target=c,b.call(this,a)},this)},setCapture:function(b,c,d){this.captureInfo[b]&&this.releaseCapture(b,d),this.captureInfo[b]=c,this.implicitRelease=this.releaseCapture.bind(this,b,d),document.addEventListener("pointerup",this.implicitRelease),document.addEventListener("pointercancel",this.implicitRelease);var e=new a("gotpointercapture");e.pointerId=b,e._target=c,d||this.asyncDispatchEvent(e)},releaseCapture:function(b,c){var d=this.captureInfo[b];if(d){this.captureInfo[b]=void 0,document.removeEventListener("pointerup",this.implicitRelease),document.removeEventListener("pointercancel",this.implicitRelease);var e=new a("lostpointercapture");e.pointerId=b,e._target=d,c||this.asyncDispatchEvent(e)}},dispatchEvent:/*scope.external.dispatchEvent || */function(a){var b=this.getTarget(a);if(b)return b.dispatchEvent(a)},asyncDispatchEvent:function(a){requestAnimationFrame(this.dispatchEvent.bind(this,a))}};u.boundHandler=u.eventHandler.bind(u);var v={shadow:function(a){if(a)return a.shadowRoot||a.webkitShadowRoot},canTarget:function(a){return a&&Boolean(a.elementFromPoint)},targetingShadow:function(a){var b=this.shadow(a);if(this.canTarget(b))return b},olderShadow:function(a){var b=a.olderShadowRoot;if(!b){var c=a.querySelector("shadow");c&&(b=c.olderShadowRoot)}return b},allShadows:function(a){for(var b=[],c=this.shadow(a);c;)b.push(c),c=this.olderShadow(c);return b},searchRoot:function(a,b,c){if(a){var d,e,f=a.elementFromPoint(b,c);for(e=this.targetingShadow(f);e;){if(d=e.elementFromPoint(b,c)){var g=this.targetingShadow(d);return this.searchRoot(g,b,c)||d} e=this.olderShadow(e)} return f}},owner:function(a){
|
|
for(var b=a;b.parentNode;)b=b.parentNode;
|
|
return b.nodeType!==Node.DOCUMENT_NODE&&b.nodeType!==Node.DOCUMENT_FRAGMENT_NODE&&(b=document),b},findTarget:function(a){var b=a.clientX,c=a.clientY,d=this.owner(a.target);
|
|
return d.elementFromPoint(b,c)||(d=document),this.searchRoot(d,b,c)}},w=Array.prototype.forEach.call.bind(Array.prototype.forEach),x=Array.prototype.map.call.bind(Array.prototype.map),y=Array.prototype.slice.call.bind(Array.prototype.slice),z=Array.prototype.filter.call.bind(Array.prototype.filter),A=window.MutationObserver||window.WebKitMutationObserver,B="[touch-action]",C={subtree:!0,childList:!0,attributes:!0,attributeOldValue:!0,attributeFilter:["touch-action"]};c.prototype={watchSubtree:function(a){
|
|
//
|
|
this.observer&&v.canTarget(a)&&this.observer.observe(a,C)},enableOnSubtree:function(a){this.watchSubtree(a),a===document&&"complete"!==document.readyState?this.installOnLoad():this.installNewSubtree(a)},installNewSubtree:function(a){w(this.findElements(a),this.addElement,this)},findElements:function(a){return a.querySelectorAll?a.querySelectorAll(B):[]},removeElement:function(a){this.removeCallback(a)},addElement:function(a){this.addCallback(a)},elementChanged:function(a,b){this.changedCallback(a,b)},concatLists:function(a,b){return a.concat(y(b))},
|
|
installOnLoad:function(){document.addEventListener("readystatechange",function(){"complete"===document.readyState&&this.installNewSubtree(document)}.bind(this))},isElement:function(a){return a.nodeType===Node.ELEMENT_NODE},flattenMutationTree:function(a){
|
|
var b=x(a,this.findElements,this);
|
|
return b.push(z(a,this.isElement)),b.reduce(this.concatLists,[])},mutationWatcher:function(a){a.forEach(this.mutationHandler,this)},mutationHandler:function(a){if("childList"===a.type){var b=this.flattenMutationTree(a.addedNodes);b.forEach(this.addElement,this);var c=this.flattenMutationTree(a.removedNodes);c.forEach(this.removeElement,this)}else"attributes"===a.type&&this.elementChanged(a.target,a.oldValue)}};var D=["none","auto","pan-x","pan-y",{rule:"pan-x pan-y",selectors:["pan-x pan-y","pan-y pan-x"]}],E="",F=window.PointerEvent||window.MSPointerEvent,G=!window.ShadowDOMPolyfill&&document.head.createShadowRoot,H=u.pointermap,I=25,J=[1,4,2,8,16],K=!1;try{K=1===new MouseEvent("test",{buttons:1}).buttons}catch(L){}
|
|
var M,N={POINTER_ID:1,POINTER_TYPE:"mouse",events:["mousedown","mousemove","mouseup","mouseover","mouseout"],register:function(a){u.listen(a,this.events)},unregister:function(a){u.unlisten(a,this.events)},lastTouches:[],
|
|
isEventSimulatedFromTouch:function(a){for(var b,c=this.lastTouches,d=a.clientX,e=a.clientY,f=0,g=c.length;f<g&&(b=c[f]);f++){
|
|
var h=Math.abs(d-b.x),i=Math.abs(e-b.y);if(h<=I&&i<=I)return!0}},prepareEvent:function(a){var b=u.cloneEvent(a),c=b.preventDefault;return b.preventDefault=function(){a.preventDefault(),c()},b.pointerId=this.POINTER_ID,b.isPrimary=!0,b.pointerType=this.POINTER_TYPE,b},prepareButtonsForMove:function(a,b){var c=H.get(this.POINTER_ID);
|
|
0!==b.which&&c?a.buttons=c.buttons:a.buttons=0,b.buttons=a.buttons},mousedown:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=H.get(this.POINTER_ID),c=this.prepareEvent(a);K||(c.buttons=J[c.button],b&&(c.buttons|=b.buttons),a.buttons=c.buttons),H.set(this.POINTER_ID,a),b&&0!==b.buttons?u.move(c):u.down(c)}},mousemove:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=this.prepareEvent(a);K||this.prepareButtonsForMove(b,a),b.button=-1,H.set(this.POINTER_ID,a),u.move(b)}},mouseup:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=H.get(this.POINTER_ID),c=this.prepareEvent(a);if(!K){var d=J[c.button];
|
|
c.buttons=b?b.buttons&~d:0,a.buttons=c.buttons}H.set(this.POINTER_ID,a),
|
|
c.buttons&=~J[c.button],0===c.buttons?u.up(c):u.move(c)}},mouseover:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=this.prepareEvent(a);K||this.prepareButtonsForMove(b,a),b.button=-1,H.set(this.POINTER_ID,a),u.enterOver(b)}},mouseout:function(a){if(!this.isEventSimulatedFromTouch(a)){var b=this.prepareEvent(a);K||this.prepareButtonsForMove(b,a),b.button=-1,u.leaveOut(b)}},cancel:function(a){var b=this.prepareEvent(a);u.cancel(b),this.deactivateMouse()},deactivateMouse:function(){H["delete"](this.POINTER_ID)}},O=u.captureInfo,P=v.findTarget.bind(v),Q=v.allShadows.bind(v),R=u.pointermap,S=2500,T=200,U="touch-action",V={events:["touchstart","touchmove","touchend","touchcancel"],register:function(a){M.enableOnSubtree(a)},unregister:function(){},elementAdded:function(a){var b=a.getAttribute(U),c=this.touchActionToScrollType(b);c&&(a._scrollType=c,u.listen(a,this.events),
|
|
Q(a).forEach(function(a){a._scrollType=c,u.listen(a,this.events)},this))},elementRemoved:function(a){a._scrollType=void 0,u.unlisten(a,this.events),
|
|
Q(a).forEach(function(a){a._scrollType=void 0,u.unlisten(a,this.events)},this)},elementChanged:function(a,b){var c=a.getAttribute(U),d=this.touchActionToScrollType(c),e=this.touchActionToScrollType(b);
|
|
d&&e?(a._scrollType=d,Q(a).forEach(function(a){a._scrollType=d},this)):e?this.elementRemoved(a):d&&this.elementAdded(a)},scrollTypes:{EMITTER:"none",XSCROLLER:"pan-x",YSCROLLER:"pan-y",SCROLLER:/^(?:pan-x pan-y)|(?:pan-y pan-x)|auto$/},touchActionToScrollType:function(a){var b=a,c=this.scrollTypes;return"none"===b?"none":b===c.XSCROLLER?"X":b===c.YSCROLLER?"Y":c.SCROLLER.exec(b)?"XY":void 0},POINTER_TYPE:"touch",firstTouch:null,isPrimaryTouch:function(a){return this.firstTouch===a.identifier},setPrimaryTouch:function(a){
|
|
(0===R.size||1===R.size&&R.has(1))&&(this.firstTouch=a.identifier,this.firstXY={X:a.clientX,Y:a.clientY},this.scrolling=!1,this.cancelResetClickCount())},removePrimaryPointer:function(a){a.isPrimary&&(this.firstTouch=null,this.firstXY=null,this.resetClickCount())},clickCount:0,resetId:null,resetClickCount:function(){var a=function(){this.clickCount=0,this.resetId=null}.bind(this);this.resetId=setTimeout(a,T)},cancelResetClickCount:function(){this.resetId&&clearTimeout(this.resetId)},typeToButtons:function(a){var b=0;return"touchstart"!==a&&"touchmove"!==a||(b=1),b},touchToPointer:function(a){var b=this.currentTouchEvent,c=u.cloneEvent(a),d=c.pointerId=a.identifier+2;c.target=O[d]||P(c),c.bubbles=!0,c.cancelable=!0,c.detail=this.clickCount,c.button=0,c.buttons=this.typeToButtons(b.type),c.width=2*(a.radiusX||a.webkitRadiusX||0),c.height=2*(a.radiusY||a.webkitRadiusY||0),c.pressure=a.force||a.webkitForce||.5,c.isPrimary=this.isPrimaryTouch(a),c.pointerType=this.POINTER_TYPE,
|
|
c.altKey=b.altKey,c.ctrlKey=b.ctrlKey,c.metaKey=b.metaKey,c.shiftKey=b.shiftKey;
|
|
var e=this;return c.preventDefault=function(){e.scrolling=!1,e.firstXY=null,b.preventDefault()},c},processTouches:function(a,b){var c=a.changedTouches;this.currentTouchEvent=a;for(var d,e=0;e<c.length;e++)d=c[e],b.call(this,this.touchToPointer(d))},
|
|
shouldScroll:function(a){if(this.firstXY){var b,c=a.currentTarget._scrollType;if("none"===c)
|
|
b=!1;else if("XY"===c)
|
|
b=!0;else{var d=a.changedTouches[0],e=c,f="Y"===c?"X":"Y",g=Math.abs(d["client"+e]-this.firstXY[e]),h=Math.abs(d["client"+f]-this.firstXY[f]);
|
|
b=g>=h}return this.firstXY=null,b}},findTouch:function(a,b){for(var c,d=0,e=a.length;d<e&&(c=a[d]);d++)if(c.identifier===b)return!0},
|
|
vacuumTouches:function(a){var b=a.touches;
|
|
if(R.size>=b.length){var c=[];R.forEach(function(a,d){
|
|
if(1!==d&&!this.findTouch(b,d-2)){var e=a.out;c.push(e)}},this),c.forEach(this.cancelOut,this)}},touchstart:function(a){this.vacuumTouches(a),this.setPrimaryTouch(a.changedTouches[0]),this.dedupSynthMouse(a),this.scrolling||(this.clickCount++,this.processTouches(a,this.overDown))},overDown:function(a){R.set(a.pointerId,{target:a.target,out:a,outTarget:a.target}),u.enterOver(a),u.down(a)},touchmove:function(a){this.scrolling||(this.shouldScroll(a)?(this.scrolling=!0,this.touchcancel(a)):(a.preventDefault(),this.processTouches(a,this.moveOverOut)))},moveOverOut:function(a){var b=a,c=R.get(b.pointerId);
|
|
if(c){var d=c.out,e=c.outTarget;u.move(b),d&&e!==b.target&&(d.relatedTarget=b.target,b.relatedTarget=e,
|
|
d.target=e,b.target?(u.leaveOut(d),u.enterOver(b)):(
|
|
b.target=e,b.relatedTarget=null,this.cancelOut(b))),c.out=b,c.outTarget=b.target}},touchend:function(a){this.dedupSynthMouse(a),this.processTouches(a,this.upOut)},upOut:function(a){this.scrolling||(u.up(a),u.leaveOut(a)),this.cleanUpPointer(a)},touchcancel:function(a){this.processTouches(a,this.cancelOut)},cancelOut:function(a){u.cancel(a),u.leaveOut(a),this.cleanUpPointer(a)},cleanUpPointer:function(a){R["delete"](a.pointerId),this.removePrimaryPointer(a)},
|
|
dedupSynthMouse:function(a){var b=N.lastTouches,c=a.changedTouches[0];
|
|
if(this.isPrimaryTouch(c)){
|
|
var d={x:c.clientX,y:c.clientY};b.push(d);var e=function(a,b){var c=a.indexOf(b);c>-1&&a.splice(c,1)}.bind(null,b,d);setTimeout(e,S)}}};M=new c(V.elementAdded,V.elementRemoved,V.elementChanged,V);var W,X,Y,Z=u.pointermap,$=window.MSPointerEvent&&"number"==typeof window.MSPointerEvent.MSPOINTER_TYPE_MOUSE,_={events:["MSPointerDown","MSPointerMove","MSPointerUp","MSPointerOut","MSPointerOver","MSPointerCancel","MSGotPointerCapture","MSLostPointerCapture"],register:function(a){u.listen(a,this.events)},unregister:function(a){u.unlisten(a,this.events)},POINTER_TYPES:["","unavailable","touch","pen","mouse"],prepareEvent:function(a){var b=a;return $&&(b=u.cloneEvent(a),b.pointerType=this.POINTER_TYPES[a.pointerType]),b},cleanup:function(a){Z["delete"](a)},MSPointerDown:function(a){Z.set(a.pointerId,a);var b=this.prepareEvent(a);u.down(b)},MSPointerMove:function(a){var b=this.prepareEvent(a);u.move(b)},MSPointerUp:function(a){var b=this.prepareEvent(a);u.up(b),this.cleanup(a.pointerId)},MSPointerOut:function(a){var b=this.prepareEvent(a);u.leaveOut(b)},MSPointerOver:function(a){var b=this.prepareEvent(a);u.enterOver(b)},MSPointerCancel:function(a){var b=this.prepareEvent(a);u.cancel(b),this.cleanup(a.pointerId)},MSLostPointerCapture:function(a){var b=u.makeEvent("lostpointercapture",a);u.dispatchEvent(b)},MSGotPointerCapture:function(a){var b=u.makeEvent("gotpointercapture",a);u.dispatchEvent(b)}},aa=window.navigator;aa.msPointerEnabled?(W=function(a){i(a),j(this),k(a)&&(u.setCapture(a,this,!0),this.msSetPointerCapture(a))},X=function(a){i(a),u.releaseCapture(a,!0),this.msReleasePointerCapture(a)}):(W=function(a){i(a),j(this),k(a)&&u.setCapture(a,this)},X=function(a){i(a),u.releaseCapture(a)}),Y=function(a){return!!u.captureInfo[a]},g(),h(),l();var ba={dispatcher:u,Installer:c,PointerEvent:a,PointerMap:p,targetFinding:v};return ba});
|
|
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
var config = {"dark_mode": false, "show_pads": true, "show_fabrication": false, "show_silkscreen": true, "highlight_pin1": "selected", "redraw_on_drag": true, "board_rotation": 0, "checkboxes": "Sourced,Placed", "bom_view": "top-bottom", "layer_view": "FB", "offset_back_rotation": false, "kicad_text_formatting": true, "fields": ["Value", "Footprint", "Mouser"]}
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
var pcbdata = {"edges_bbox": {"minx": 119.949997, "miny": 59.950001, "maxx": 180.049999, "maxy": 110.050001}, "edges": [{"type": "segment", "start": [131.499997, 103.500001], "end": [168.499997, 103.500001], "width": 0.1}, {"type": "segment", "start": [119.999997, 65.000001], "end": [119.999997, 105.000001], "width": 0.1}, {"type": "arc", "start": [125.0, 105.0], "radius": 4.999997, "startangle": 0.0, "endangle": 90.0, "width": 0.1}, {"type": "segment", "start": [179.999997, 105.000001], "end": [179.999997, 65.000001], "width": 0.1}, {"type": "arc", "start": [175.0, 105.0], "radius": 4.999997, "startangle": 0.0, "endangle": 90.0, "width": 0.1}, {"type": "segment", "start": [174.999997, 60.000001], "end": [124.999997, 60.000001], "width": 0.1}, {"type": "arc", "start": [125.0, 65.0], "radius": 5.000003, "startangle": 180.0, "endangle": 270.0, "width": 0.1}, {"type": "arc", "start": [168.5, 105.0], "radius": 1.499999, "startangle": -90.0, "endangle": 0.0, "width": 0.1}, {"type": "arc", "start": [125.0, 105.0], "radius": 5.000001, "startangle": 90.0, "endangle": 180.0, "width": 0.1}, {"type": "arc", "start": [175.0, 105.0], "radius": 5.000001, "startangle": 90.0, "endangle": 180.0, "width": 0.1}, {"type": "arc", "start": [131.5, 105.0], "radius": 1.500003, "startangle": 180.0, "endangle": 270.0, "width": 0.1}, {"type": "arc", "start": [175.0, 65.0], "radius": 4.999999, "startangle": -90.0, "endangle": 0.0, "width": 0.1}], "drawings": {"silkscreen": {"F": [{"thickness": 0.15, "svgpath": "M129.7122,100.210839L129.759819,100.067982L129.759819,99.829887L129.7122,99.734649L129.66458,99.68703L129.569342,99.639411L129.474104,99.639411L129.378866,99.68703L129.331247,99.734649L129.283628,99.829887L129.236009,100.020363L129.18839,100.115601L129.140771,100.16322L129.045533,100.210839L128.950295,100.210839L128.855057,100.16322L128.807438,100.115601L128.759819,100.020363L128.759819,99.782268L128.807438,99.639411M129.093152,99.353696L129.093152,98.972744M128.759819,99.210839L129.616961,99.210839L129.7122,99.16322L129.759819,99.067982L129.759819,98.972744M129.759819,98.210839L129.236009,98.210839L129.140771,98.258458L129.093152,98.353696L129.093152,98.544172L129.140771,98.63941M129.7122,98.210839L129.759819,98.306077L129.759819,98.544172L129.7122,98.63941L129.616961,98.687029L129.521723,98.687029L129.426485,98.63941L129.378866,98.544172L129.378866,98.306077L129.331247,98.210839M129.759819,97.734648L129.093152,97.734648M129.283628,97.734648L129.18839,97.687029L129.140771,97.63941L129.093152,97.544172L129.093152,97.448934M129.093152,97.258457L129.093152,96.877505M129.759819,97.1156L128.902676,97.1156L128.807438,97.067981L128.759819,96.972743L128.759819,96.877505M129.759819,96.544171L129.093152,96.544171M128.759819,96.544171L128.807438,96.59179L128.855057,96.544171L128.807438,96.496552L128.759819,96.544171L128.855057,96.544171M129.7122,96.1156L129.759819,96.020362L129.759819,95.829886L129.7122,95.734648L129.616961,95.687029L129.569342,95.687029L129.474104,95.734648L129.426485,95.829886L129.426485,95.972743L129.378866,96.067981L129.283628,96.1156L129.236009,96.1156L129.140771,96.067981L129.093152,95.972743L129.093152,95.829886L129.140771,95.734648M129.759819,95.258457L128.759819,95.258457M129.759819,94.829886L129.236009,94.829886L129.140771,94.877505L129.093152,94.972743L129.093152,95.1156L129.140771,95.210838L129.18839,95.258457M129.759819,93.020362L129.283628,93.353695M129.759819,93.59179L128.759819,93.59179L128.759819,93.210838L128.807438,93.1156L128.855057,93.067981L128.950295,93.020362L129.093152,93.020362L129.18839,93.067981L129.236009,93.1156L129.283628,93.210838L129.283628,93.59179M129.7122,92.210838L129.759819,92.306076L129.759819,92.496552L129.7122,92.59179L129.616961,92.639409L129.236009,92.639409L129.140771,92.59179L129.093152,92.496552L129.093152,92.306076L129.140771,92.210838L129.236009,92.163219L129.331247,92.163219L129.426485,92.639409M129.093152,91.829885L129.759819,91.59179L129.093152,91.353695M129.236009,89.877504L129.283628,89.734647L129.331247,89.687028L129.426485,89.639409L129.569342,89.639409L129.66458,89.687028L129.7122,89.734647L129.759819,89.829885L129.759819,90.210837L128.759819,90.210837L128.759819,89.877504L128.807438,89.782266L128.855057,89.734647L128.950295,89.687028L129.045533,89.687028L129.140771,89.734647L129.18839,89.782266L129.236009,89.877504L129.236009,90.210837M131.369819,100.16322L130.369819,100.16322L130.369819,99.782268L130.417438,99.68703L130.465057,99.639411L130.560295,99.591792L130.703152,99.591792L130.79839,99.639411L130.846009,99.68703L130.893628,99.782268L130.893628,100.16322M131.369819,98.734649L130.846009,98.734649L130.750771,98.782268L130.703152,98.877506L130.703152,99.067982L130.750771,99.16322M131.3222,98.734649L131.369819,98.829887L131.369819,99.067982L131.3222,99.16322L131.226961,99.210839L131.131723,99.210839L131.036485,99.16322L130.988866,99.067982L130.988866,98.829887L130.941247,98.734649M130.846009,98.258458L130.846009,97.925125M131.369819,97.782268L131.369819,98.258458L130.369819,98.258458L130.369819,97.782268M131.369819,97.353696L130.369819,97.353696M130.750771,97.353696L130.703152,97.258458L130.703152,97.067982L130.750771,96.972744L130.79839,96.925125L130.893628,96.877506L131.179342,96.877506L131.27458,96.925125L131.3222,96.972744L131.369819,97.067982L131.369819,97.258458L131.3222,97.353696M131.3222,96.067982L131.369819,96.16322L131.369819,96.353696L131.3222,96.448934L131.226961,96.496553L130.846009,96.496553L130.750771,96.448934L130.703152,96.353696L130.703152,96.16322L130.750771,96.067982L130.846009,96.020363L130.941247,96.020363L131.036485,96.496553M131.369819,95.591791L130.703152,95.591791M130.893628,95.591791L130.79839,95.544172L130.750771,95.496553L130.703152,95.401315L130.703152,95.306077M130.369819,94.020362L130.369819,93.925124L130.417438,93.829886L130.465057,93.782267L130.560295,93.734648L130.750771,93.687029L130.988866,93.687029L131.179342,93.734648L131.27458,93.782267L131.3222,93.829886L131.369819,93.925124L131.369819,94.020362L131.3222,94.1156L131.27458,94.163219L131.179342,94.210838L130.988866,94.258457L130.750771,94.258457L130.560295,94.210838L130.465057,94.163219L130.417438,94.1156L130.369819,94.020362M130.369819,93.353695L130.369819,92.734648L130.750771,93.067981L130.750771,92.925124L130.79839,92.829886L130.846009,92.782267L130.941247,92.734648L131.179342,92.734648L131.27458,92.782267L131.3222,92.829886L131.369819,92.925124L131.369819,93.210838L131.3222,93.306076L131.27458,93.353695M130.3222,91.591791L131.607914,92.448933M130.465057,91.306076L130.417438,91.258457L130.369819,91.163219L130.369819,90.925124L130.417438,90.829886L130.465057,90.782267L130.560295,90.734648L130.655533,90.734648L130.79839,90.782267L131.369819,91.353695L131.369819,90.734648M130.369819,90.401314L130.369819,89.782267L130.750771,90.1156L130.750771,89.972743L130.79839,89.877505L130.846009,89.829886L130.941247,89.782267L131.179342,89.782267L131.27458,89.829886L131.3222,89.877505L131.369819,89.972743L131.369819,90.258457L131.3222,90.353695L131.27458,90.401314"}, {"thickness": 0.15, "svgpath": "M160.860588,74.417438L160.76535,74.369819L160.622493,74.369819L160.479636,74.417438L160.384398,74.512676L160.336779,74.607914L160.28916,74.79839L160.28916,74.941247L160.336779,75.131723L160.384398,75.226961L160.479636,75.3222L160.622493,75.369819L160.717731,75.369819L160.860588,75.3222L160.908207,75.27458L160.908207,74.941247L160.717731,74.941247M161.336779,75.369819L161.336779,74.369819L161.717731,74.369819L161.812969,74.417438L161.860588,74.465057L161.908207,74.560295L161.908207,74.703152L161.860588,74.79839L161.812969,74.846009L161.717731,74.893628L161.336779,74.893628M162.479636,74.79839L162.384398,74.750771L162.336779,74.703152L162.28916,74.607914L162.28916,74.560295L162.336779,74.465057L162.384398,74.417438L162.479636,74.369819L162.670112,74.369819L162.76535,74.417438L162.812969,74.465057L162.860588,74.560295L162.860588,74.607914L162.812969,74.703152L162.76535,74.750771L162.670112,74.79839L162.479636,74.79839L162.384398,74.846009L162.336779,74.893628L162.28916,74.988866L162.28916,75.179342L162.336779,75.27458L162.384398,75.3222L162.479636,75.369819L162.670112,75.369819L162.76535,75.3222L162.812969,75.27458L162.860588,75.179342L162.860588,74.988866L162.812969,74.893628L162.76535,74.846009L162.670112,74.79839"}, {"thickness": 0.15, "svgpath": "M150.346009,98.829887L150.393628,98.68703L150.441247,98.639411L150.536485,98.591792L150.679342,98.591792L150.77458,98.639411L150.8222,98.68703L150.869819,98.782268L150.869819,99.16322L149.869819,99.16322L149.869819,98.829887L149.917438,98.734649L149.965057,98.68703L150.060295,98.639411L150.155533,98.639411L150.250771,98.68703L150.29839,98.734649L150.346009,98.829887L150.346009,99.16322M149.869819,97.972744L149.869819,97.782268L149.917438,97.68703L150.012676,97.591792L150.203152,97.544173L150.536485,97.544173L150.726961,97.591792L150.8222,97.68703L150.869819,97.782268L150.869819,97.972744L150.8222,98.067982L150.726961,98.16322L150.536485,98.210839L150.203152,98.210839L150.012676,98.16322L149.917438,98.067982L149.869819,97.972744M149.869819,96.925125L149.869819,96.734649L149.917438,96.639411L150.012676,96.544173L150.203152,96.496554L150.536485,96.496554L150.726961,96.544173L150.8222,96.639411L150.869819,96.734649L150.869819,96.925125L150.8222,97.020363L150.726961,97.115601L150.536485,97.16322L150.203152,97.16322L150.012676,97.115601L149.917438,97.020363L149.869819,96.925125M149.869819,96.210839L149.869819,95.639411M150.869819,95.925125L149.869819,95.925125"}, {"thickness": 0.15, "svgpath": "M136.869819,98.091792L136.393628,98.425125M136.869819,98.66322L135.869819,98.66322L135.869819,98.282268L135.917438,98.18703L135.965057,98.139411L136.060295,98.091792L136.203152,98.091792L136.29839,98.139411L136.346009,98.18703L136.393628,98.282268L136.393628,98.66322M136.346009,97.66322L136.346009,97.329887M136.869819,97.18703L136.869819,97.66322L135.869819,97.66322L135.869819,97.18703M136.8222,96.806077L136.869819,96.66322L136.869819,96.425125L136.8222,96.329887L136.77458,96.282268L136.679342,96.234649L136.584104,96.234649L136.488866,96.282268L136.441247,96.329887L136.393628,96.425125L136.346009,96.615601L136.29839,96.710839L136.250771,96.758458L136.155533,96.806077L136.060295,96.806077L135.965057,96.758458L135.917438,96.710839L135.869819,96.615601L135.869819,96.377506L135.917438,96.234649M136.346009,95.806077L136.346009,95.472744M136.869819,95.329887L136.869819,95.806077L135.869819,95.806077L135.869819,95.329887M135.869819,95.044172L135.869819,94.472744M136.869819,94.758458L135.869819,94.758458"}, {"thickness": 0.15, "svgpath": "M164.130588,74.417438L164.03535,74.369819L163.892493,74.369819L163.749636,74.417438L163.654398,74.512676L163.606779,74.607914L163.55916,74.79839L163.55916,74.941247L163.606779,75.131723L163.654398,75.226961L163.749636,75.3222L163.892493,75.369819L163.987731,75.369819L164.130588,75.3222L164.178207,75.27458L164.178207,74.941247L163.987731,74.941247M164.606779,75.369819L164.606779,74.369819L164.987731,74.369819L165.082969,74.417438L165.130588,74.465057L165.178207,74.560295L165.178207,74.703152L165.130588,74.79839L165.082969,74.846009L164.987731,74.893628L164.606779,74.893628M166.130588,75.369819L165.55916,75.369819M165.844874,75.369819L165.844874,74.369819L165.749636,74.512676L165.654398,74.607914L165.55916,74.655533M167.082969,75.369819L166.511541,75.369819M166.797255,75.369819L166.797255,74.369819L166.702017,74.512676L166.606779,74.607914L166.511541,74.655533"}, {"thickness": 0.254, "svgpath": "M159.513842,69.323095L159.574318,69.141666L159.574318,68.839285L159.513842,68.718333L159.453365,68.657857L159.332413,68.59738L159.211461,68.59738L159.090508,68.657857L159.030032,68.718333L158.969556,68.839285L158.90908,69.08119L158.848603,69.202142L158.788127,69.262619L158.667175,69.323095L158.546222,69.323095L158.42527,69.262619L158.364794,69.202142L158.304318,69.08119L158.304318,68.778809L158.364794,68.59738M158.304318,68.174047L159.574318,67.871666L158.667175,67.629761L159.574318,67.387856L158.304318,67.085476M158.304318,66.05738L158.304318,66.299285L158.364794,66.420237L158.42527,66.480713L158.606699,66.601666L158.848603,66.662142L159.332413,66.662142L159.453365,66.601666L159.513842,66.541189L159.574318,66.420237L159.574318,66.178332L159.513842,66.05738L159.453365,65.996904L159.332413,65.936427L159.030032,65.936427L158.90908,65.996904L158.848603,66.05738L158.788127,66.178332L158.788127,66.420237L158.848603,66.541189L158.90908,66.601666L159.030032,66.662142M158.304318,65.150237L158.304318,65.029284L158.364794,64.908332L158.42527,64.847856L158.546222,64.78738L158.788127,64.726903L159.090508,64.726903L159.332413,64.78738L159.453365,64.847856L159.513842,64.908332L159.574318,65.029284L159.574318,65.150237L159.513842,65.271189L159.453365,65.331665L159.332413,65.392142L159.090508,65.452618L158.788127,65.452618L158.546222,65.392142L158.42527,65.331665L158.364794,65.271189L158.304318,65.150237", "ref": 1}, {"type": "segment", "start": [161.4, 60.75], "end": [161.4, 60.75], "width": 0.2}, {"type": "segment", "start": [161.2, 60.75], "end": [161.2, 60.75], "width": 0.2}, {"type": "segment", "start": [162.0, 64.35], "end": [162.0, 70.35], "width": 0.1}, {"type": "segment", "start": [156.0, 64.35], "end": [162.0, 64.35], "width": 0.1}, {"type": "segment", "start": [162.0, 70.35], "end": [156.0, 70.35], "width": 0.1}, {"type": "segment", "start": [156.0, 70.35], "end": [156.0, 64.35], "width": 0.1}, {"type": "arc", "start": [161.3, 60.75], "radius": 0.1, "startangle": 0.0, "endangle": 180.0, "width": 0.2}, {"type": "arc", "start": [161.3, 60.75], "radius": 0.1, "startangle": -180.0, "endangle": 0.0, "width": 0.2}, {"thickness": 0.15, "svgpath": "M123.396666,87.784819L123.396666,88.499104L123.349047,88.641961L123.253809,88.7372L123.110952,88.784819L123.015714,88.784819M124.015714,88.21339L123.920476,88.165771L123.872857,88.118152L123.825238,88.022914L123.825238,87.975295L123.872857,87.880057L123.920476,87.832438L124.015714,87.784819L124.20619,87.784819L124.301428,87.832438L124.349047,87.880057L124.396666,87.975295L124.396666,88.022914L124.349047,88.118152L124.301428,88.165771L124.20619,88.21339L124.015714,88.21339L123.920476,88.261009L123.872857,88.308628L123.825238,88.403866L123.825238,88.594342L123.872857,88.68958L123.920476,88.7372L124.015714,88.784819L124.20619,88.784819L124.301428,88.7372L124.349047,88.68958L124.396666,88.594342L124.396666,88.403866L124.349047,88.308628L124.301428,88.261009L124.20619,88.21339", "ref": 1}, {"type": "segment", "start": [126.33, 87.33], "end": [125.0, 87.33], "width": 0.12}, {"type": "segment", "start": [126.33, 86.0], "end": [126.33, 87.33], "width": 0.12}, {"type": "segment", "start": [126.33, 84.73], "end": [126.33, 82.13], "width": 0.12}, {"type": "segment", "start": [126.33, 84.73], "end": [123.73, 84.73], "width": 0.12}, {"type": "segment", "start": [126.33, 82.13], "end": [121.13, 82.13], "width": 0.12}, {"type": "segment", "start": [123.73, 87.33], "end": [121.13, 87.33], "width": 0.12}, {"type": "segment", "start": [123.73, 84.73], "end": [123.73, 87.33], "width": 0.12}, {"type": "segment", "start": [121.13, 87.33], "end": [121.13, 82.13], "width": 0.12}, {"thickness": 0.15, "svgpath": "M148.9072,97.809523L148.954819,97.666666L148.954819,97.428571L148.9072,97.333333L148.85958,97.285714L148.764342,97.238095L148.669104,97.238095L148.573866,97.285714L148.526247,97.333333L148.478628,97.428571L148.431009,97.619047L148.38339,97.714285L148.335771,97.761904L148.240533,97.809523L148.145295,97.809523L148.050057,97.761904L148.002438,97.714285L147.954819,97.619047L147.954819,97.380952L148.002438,97.238095M147.954819,96.904761L148.954819,96.666666L148.240533,96.47619L148.954819,96.285714L147.954819,96.047619M148.954819,95.142857L148.954819,95.714285M148.954819,95.428571L147.954819,95.428571L148.097676,95.523809L148.192914,95.619047L148.240533,95.714285M147.954819,94.523809L147.954819,94.428571L148.002438,94.333333L148.050057,94.285714L148.145295,94.238095L148.335771,94.190476L148.573866,94.190476L148.764342,94.238095L148.85958,94.285714L148.9072,94.333333L148.954819,94.428571L148.954819,94.523809L148.9072,94.619047L148.85958,94.666666L148.764342,94.714285L148.573866,94.761904L148.335771,94.761904L148.145295,94.714285L148.050057,94.666666L148.002438,94.619047L147.954819,94.523809", "ref": 1}, {"type": "segment", "start": [145.5, 99.2], "end": [146.7, 99.2], "width": 0.12}, {"type": "segment", "start": [148.3, 99.2], "end": [149.5, 99.2], "width": 0.12}, {"type": "segment", "start": [149.5, 99.2], "end": [149.5, 92.8], "width": 0.12}, {"type": "segment", "start": [145.5, 92.8], "end": [145.5, 99.2], "width": 0.12}, {"type": "segment", "start": [146.7, 92.8], "end": [145.5, 92.8], "width": 0.12}, {"type": "segment", "start": [149.5, 92.8], "end": [148.3, 92.8], "width": 0.12}, {"type": "circle", "start": [138.684, 65.024], "radius": 0.95, "width": 0.12}, {"thickness": 0.15, "svgpath": "M163.764819,86.142857L163.288628,86.47619M163.764819,86.714285L162.764819,86.714285L162.764819,86.333333L162.812438,86.238095L162.860057,86.190476L162.955295,86.142857L163.098152,86.142857L163.19339,86.190476L163.241009,86.238095L163.288628,86.333333L163.288628,86.714285M162.764819,85.238095L162.764819,85.714285L163.241009,85.761904L163.19339,85.714285L163.145771,85.619047L163.145771,85.380952L163.19339,85.285714L163.241009,85.238095L163.336247,85.190476L163.574342,85.190476L163.66958,85.238095L163.7172,85.285714L163.764819,85.380952L163.764819,85.619047L163.7172,85.714285L163.66958,85.761904M162.764819,84.857142L162.764819,84.190476L163.764819,84.619047", "ref": 1}, {"type": "segment", "start": [165.9775, 85.754724], "end": [165.9775, 85.245276], "width": 0.12}, {"type": "segment", "start": [167.0225, 85.754724], "end": [167.0225, 85.245276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M158.684819,77.809523L159.399104,77.809523L159.541961,77.857142L159.6372,77.95238L159.684819,78.095237L159.684819,78.190475M159.684819,76.809523L159.684819,77.380951M159.684819,77.095237L158.684819,77.095237L158.827676,77.190475L158.922914,77.285713L158.970533,77.380951M159.684819,75.857142L159.684819,76.42857M159.684819,76.142856L158.684819,76.142856L158.827676,76.238094L158.922914,76.333332L158.970533,76.42857", "ref": 1}, {"type": "segment", "start": [163.27, 78.33], "end": [168.41, 78.33], "width": 0.12}, {"type": "segment", "start": [163.27, 78.33], "end": [163.27, 75.67], "width": 0.12}, {"type": "segment", "start": [168.41, 78.33], "end": [168.41, 75.67], "width": 0.12}, {"type": "segment", "start": [160.67, 77.0], "end": [160.67, 75.67], "width": 0.12}, {"type": "segment", "start": [160.67, 75.67], "end": [162.0, 75.67], "width": 0.12}, {"type": "segment", "start": [163.27, 75.67], "end": [168.41, 75.67], "width": 0.12}, {"thickness": 0.15, "svgpath": "M150.85958,74.142857L150.9072,74.190476L150.954819,74.333333L150.954819,74.428571L150.9072,74.571428L150.811961,74.666666L150.716723,74.714285L150.526247,74.761904L150.38339,74.761904L150.192914,74.714285L150.097676,74.666666L150.002438,74.571428L149.954819,74.428571L149.954819,74.333333L150.002438,74.190476L150.050057,74.142857M150.050057,73.761904L150.002438,73.714285L149.954819,73.619047L149.954819,73.380952L150.002438,73.285714L150.050057,73.238095L150.145295,73.190476L150.240533,73.190476L150.38339,73.238095L150.954819,73.809523L150.954819,73.190476M149.954819,72.571428L149.954819,72.47619L150.002438,72.380952L150.050057,72.333333L150.145295,72.285714L150.335771,72.238095L150.573866,72.238095L150.764342,72.285714L150.85958,72.333333L150.9072,72.380952L150.954819,72.47619L150.954819,72.571428L150.9072,72.666666L150.85958,72.714285L150.764342,72.761904L150.573866,72.809523L150.335771,72.809523L150.145295,72.761904L150.050057,72.714285L150.002438,72.666666L149.954819,72.571428", "ref": 1}, {"type": "segment", "start": [149.102, 70.646268], "end": [149.102, 70.353734], "width": 0.12}, {"type": "segment", "start": [150.122, 70.646268], "end": [150.122, 70.353734], "width": 0.12}, {"thickness": 0.15, "svgpath": "M133.357142,70.20958L133.309523,70.2572L133.166666,70.304819L133.071428,70.304819L132.928571,70.2572L132.833333,70.161961L132.785714,70.066723L132.738095,69.876247L132.738095,69.73339L132.785714,69.542914L132.833333,69.447676L132.928571,69.352438L133.071428,69.304819L133.166666,69.304819L133.309523,69.352438L133.357142,69.400057M133.738095,69.400057L133.785714,69.352438L133.880952,69.304819L134.119047,69.304819L134.214285,69.352438L134.261904,69.400057L134.309523,69.495295L134.309523,69.590533L134.261904,69.73339L133.690476,70.304819L134.309523,70.304819M134.690476,69.400057L134.738095,69.352438L134.833333,69.304819L135.071428,69.304819L135.166666,69.352438L135.214285,69.400057L135.261904,69.495295L135.261904,69.590533L135.214285,69.73339L134.642857,70.304819L135.261904,70.304819", "ref": 1}, {"type": "segment", "start": [134.711252, 68.91], "end": [133.288748, 68.91], "width": 0.12}, {"type": "segment", "start": [134.711252, 67.09], "end": [133.288748, 67.09], "width": 0.12}, {"thickness": 0.15, "svgpath": "M121.654819,65.761904L120.654819,65.761904M121.131009,65.761904L121.131009,65.190476M121.654819,65.190476L120.654819,65.190476M121.654819,64.190476L121.654819,64.761904M121.654819,64.47619L120.654819,64.47619L120.797676,64.571428L120.892914,64.666666L120.940533,64.761904", "ref": 1}, {"thickness": 0.15, "svgpath": "M156.261905,84.954819L156.261905,83.954819L156.5,83.954819L156.642857,84.002438L156.738095,84.097676L156.785714,84.192914L156.833333,84.38339L156.833333,84.526247L156.785714,84.716723L156.738095,84.811961L156.642857,84.9072L156.5,84.954819L156.261905,84.954819M157.690476,84.288152L157.690476,84.954819M157.452381,83.9072L157.214286,84.621485L157.833333,84.621485", "ref": 1}, {"type": "segment", "start": [155.65, 89.25], "end": [148.35, 89.25], "width": 0.12}, {"type": "segment", "start": [155.65, 83.75], "end": [148.35, 83.75], "width": 0.12}, {"type": "segment", "start": [148.35, 83.75], "end": [148.35, 84.9], "width": 0.12}, {"thickness": 0.15, "svgpath": "M149.766822,80.242856L149.290631,80.576189M149.766822,80.814284L148.766822,80.814284L148.766822,80.433332L148.814441,80.338094L148.86206,80.290475L148.957298,80.242856L149.100155,80.242856L149.195393,80.290475L149.243012,80.338094L149.290631,80.433332L149.290631,80.814284M148.86206,79.861903L148.814441,79.814284L148.766822,79.719046L148.766822,79.480951L148.814441,79.385713L148.86206,79.338094L148.957298,79.290475L149.052536,79.290475L149.195393,79.338094L149.766822,79.909522L149.766822,79.290475M148.86206,78.909522L148.814441,78.861903L148.766822,78.766665L148.766822,78.52857L148.814441,78.433332L148.86206,78.385713L148.957298,78.338094L149.052536,78.338094L149.195393,78.385713L149.766822,78.957141L149.766822,78.338094", "ref": 1}, {"type": "segment", "start": [149.8745, 76.245276], "end": [149.8745, 76.754724], "width": 0.12}, {"type": "segment", "start": [148.8295, 76.245276], "end": [148.8295, 76.754724], "width": 0.12}, {"thickness": 0.254, "svgpath": "M167.013842,69.773095L167.074318,69.591666L167.074318,69.289285L167.013842,69.168333L166.953365,69.107857L166.832413,69.04738L166.711461,69.04738L166.590508,69.107857L166.530032,69.168333L166.469556,69.289285L166.40908,69.53119L166.348603,69.652142L166.288127,69.712619L166.167175,69.773095L166.046222,69.773095L165.92527,69.712619L165.864794,69.652142L165.804318,69.53119L165.804318,69.228809L165.864794,69.04738M165.804318,68.624047L167.074318,68.321666L166.167175,68.079761L167.074318,67.837856L165.804318,67.535476M165.804318,66.50738L165.804318,66.749285L165.864794,66.870237L165.92527,66.930713L166.106699,67.051666L166.348603,67.112142L166.832413,67.112142L166.953365,67.051666L167.013842,66.991189L167.074318,66.870237L167.074318,66.628332L167.013842,66.50738L166.953365,66.446904L166.832413,66.386427L166.530032,66.386427L166.40908,66.446904L166.348603,66.50738L166.288127,66.628332L166.288127,66.870237L166.348603,66.991189L166.40908,67.051666L166.530032,67.112142M167.074318,65.176903L167.074318,65.902618M167.074318,65.539761L165.804318,65.539761L165.985746,65.660713L166.106699,65.781665L166.167175,65.902618", "ref": 1}, {"type": "segment", "start": [164.1, 73.75], "end": [164.1, 73.75], "width": 0.2}, {"type": "segment", "start": [164.3, 73.75], "end": [164.3, 73.75], "width": 0.2}, {"type": "segment", "start": [163.5, 70.15], "end": [163.5, 64.15], "width": 0.1}, {"type": "segment", "start": [169.5, 70.15], "end": [163.5, 70.15], "width": 0.1}, {"type": "segment", "start": [163.5, 64.15], "end": [169.5, 64.15], "width": 0.1}, {"type": "segment", "start": [169.5, 64.15], "end": [169.5, 70.15], "width": 0.1}, {"type": "arc", "start": [164.2, 73.75], "radius": 0.1, "startangle": -180.0, "endangle": 0.0, "width": 0.2}, {"type": "arc", "start": [164.2, 73.75], "radius": 0.1, "startangle": 0.0, "endangle": 180.0, "width": 0.2}, {"thickness": 0.15, "svgpath": "M179.254819,105.761904L178.254819,105.761904M178.731009,105.761904L178.731009,105.190476M179.254819,105.190476L178.254819,105.190476M178.254819,104.809523L178.254819,104.190476L178.635771,104.523809L178.635771,104.380952L178.68339,104.285714L178.731009,104.238095L178.826247,104.190476L179.064342,104.190476L179.15958,104.238095L179.2072,104.285714L179.254819,104.380952L179.254819,104.666666L179.2072,104.761904L179.15958,104.809523", "ref": 1}, {"thickness": 0.15, "svgpath": "M170.828571,96.550057L170.733333,96.502438L170.638095,96.4072L170.495238,96.264342L170.4,96.216723L170.304762,96.216723M170.352381,96.454819L170.257143,96.4072L170.161905,96.311961L170.114286,96.121485L170.114286,95.788152L170.161905,95.597676L170.257143,95.502438L170.352381,95.454819L170.542857,95.454819L170.638095,95.502438L170.733333,95.597676L170.780952,95.788152L170.780952,96.121485L170.733333,96.311961L170.638095,96.4072L170.542857,96.454819L170.352381,96.454819M171.685714,95.454819L171.209524,95.454819L171.161905,95.931009L171.209524,95.88339L171.304762,95.835771L171.542857,95.835771L171.638095,95.88339L171.685714,95.931009L171.733333,96.026247L171.733333,96.264342L171.685714,96.35958L171.638095,96.4072L171.542857,96.454819L171.304762,96.454819L171.209524,96.4072L171.161905,96.35958M172.352381,95.454819L172.447619,95.454819L172.542857,95.502438L172.590476,95.550057L172.638095,95.645295L172.685714,95.835771L172.685714,96.073866L172.638095,96.264342L172.590476,96.35958L172.542857,96.4072L172.447619,96.454819L172.352381,96.454819L172.257143,96.4072L172.209524,96.35958L172.161905,96.264342L172.114286,96.073866L172.114286,95.835771L172.161905,95.645295L172.209524,95.550057L172.257143,95.502438L172.352381,95.454819", "ref": 1}, {"type": "segment", "start": [169.5, 95.94], "end": [167.825, 95.94], "width": 0.12}, {"type": "segment", "start": [169.5, 95.94], "end": [170.15, 95.94], "width": 0.12}, {"type": "segment", "start": [169.5, 99.06], "end": [168.85, 99.06], "width": 0.12}, {"type": "segment", "start": [169.5, 99.06], "end": [170.15, 99.06], "width": 0.12}, {"thickness": 0.15, "svgpath": "M172.239866,79.633332L173.239866,79.633332L173.439866,79.699999L173.5732,79.833332L173.639866,80.033332L173.639866,80.166666M173.639866,78.899999L173.639866,78.633332L173.5732,78.499999L173.506533,78.433332L173.306533,78.299999L173.039866,78.233332L172.506533,78.233332L172.3732,78.299999L172.306533,78.366665L172.239866,78.499999L172.239866,78.766665L172.306533,78.899999L172.3732,78.966665L172.506533,79.033332L172.839866,79.033332L172.9732,78.966665L173.039866,78.899999L173.106533,78.766665L173.106533,78.499999L173.039866,78.366665L172.9732,78.299999L172.839866,78.233332M172.239866,77.366666L172.239866,77.233332L172.306533,77.099999L172.3732,77.033332L172.506533,76.966666L172.7732,76.899999L173.106533,76.899999L173.3732,76.966666L173.506533,77.033332L173.5732,77.099999L173.639866,77.233332L173.639866,77.366666L173.5732,77.499999L173.506533,77.566666L173.3732,77.633332L173.106533,77.699999L172.7732,77.699999L172.506533,77.633332L172.3732,77.566666L172.306533,77.499999L172.239866,77.366666", "ref": 1}, {"type": "segment", "start": [186.189997, 68.66], "end": [186.189997, 100.74], "width": 0.127}, {"type": "segment", "start": [174.189997, 68.66], "end": [186.189997, 68.66], "width": 0.127}, {"type": "segment", "start": [186.189997, 100.74], "end": [174.189997, 100.74], "width": 0.127}, {"type": "segment", "start": [174.189997, 100.74], "end": [174.189997, 68.66], "width": 0.127}, {"type": "circle", "start": [173.189997, 72.0], "radius": 0.1, "width": 0.2}, {"thickness": 0.15, "svgpath": "M128.124819,74.063333L128.839104,74.063333L128.981961,74.110952L129.0772,74.20619L129.124819,74.349047L129.124819,74.444285M128.124819,73.110952L128.124819,73.587142L128.601009,73.634761L128.55339,73.587142L128.505771,73.491904L128.505771,73.253809L128.55339,73.158571L128.601009,73.110952L128.696247,73.063333L128.934342,73.063333L129.02958,73.110952L129.0772,73.158571L129.124819,73.253809L129.124819,73.491904L129.0772,73.587142L129.02958,73.634761", "ref": 1}, {"type": "segment", "start": [129.67, 76.33], "end": [129.67, 75.0], "width": 0.12}, {"type": "segment", "start": [131.0, 76.33], "end": [129.67, 76.33], "width": 0.12}, {"type": "segment", "start": [132.27, 76.33], "end": [134.87, 76.33], "width": 0.12}, {"type": "segment", "start": [132.27, 76.33], "end": [132.27, 73.73], "width": 0.12}, {"type": "segment", "start": [134.87, 76.33], "end": [134.87, 71.13], "width": 0.12}, {"type": "segment", "start": [129.67, 73.73], "end": [129.67, 71.13], "width": 0.12}, {"type": "segment", "start": [132.27, 73.73], "end": [129.67, 73.73], "width": 0.12}, {"type": "segment", "start": [129.67, 71.13], "end": [134.87, 71.13], "width": 0.12}, {"thickness": 0.15, "svgpath": "M170.928571,84.550057L170.833333,84.502438L170.738095,84.4072L170.595238,84.264342L170.5,84.216723L170.404762,84.216723M170.452381,84.454819L170.357143,84.4072L170.261905,84.311961L170.214286,84.121485L170.214286,83.788152L170.261905,83.597676L170.357143,83.502438L170.452381,83.454819L170.642857,83.454819L170.738095,83.502438L170.833333,83.597676L170.880952,83.788152L170.880952,84.121485L170.833333,84.311961L170.738095,84.4072L170.642857,84.454819L170.452381,84.454819M171.785714,83.454819L171.309524,83.454819L171.261905,83.931009L171.309524,83.88339L171.404762,83.835771L171.642857,83.835771L171.738095,83.88339L171.785714,83.931009L171.833333,84.026247L171.833333,84.264342L171.785714,84.35958L171.738095,84.4072L171.642857,84.454819L171.404762,84.454819L171.309524,84.4072L171.261905,84.35958M172.690476,83.454819L172.5,83.454819L172.404762,83.502438L172.357143,83.550057L172.261905,83.692914L172.214286,83.88339L172.214286,84.264342L172.261905,84.35958L172.309524,84.4072L172.404762,84.454819L172.595238,84.454819L172.690476,84.4072L172.738095,84.35958L172.785714,84.264342L172.785714,84.026247L172.738095,83.931009L172.690476,83.88339L172.595238,83.835771L172.404762,83.835771L172.309524,83.88339L172.261905,83.931009L172.214286,84.026247", "ref": 1}, {"type": "segment", "start": [169.5, 83.94], "end": [167.825, 83.94], "width": 0.12}, {"type": "segment", "start": [169.5, 83.94], "end": [170.15, 83.94], "width": 0.12}, {"type": "segment", "start": [169.5, 87.06], "end": [168.85, 87.06], "width": 0.12}, {"type": "segment", "start": [169.5, 87.06], "end": [170.15, 87.06], "width": 0.12}, {"thickness": 0.15, "svgpath": "M161.954819,98.142857L161.478628,98.47619M161.954819,98.714285L160.954819,98.714285L160.954819,98.333333L161.002438,98.238095L161.050057,98.190476L161.145295,98.142857L161.288152,98.142857L161.38339,98.190476L161.431009,98.238095L161.478628,98.333333L161.478628,98.714285M160.954819,97.238095L160.954819,97.714285L161.431009,97.761904L161.38339,97.714285L161.335771,97.619047L161.335771,97.380952L161.38339,97.285714L161.431009,97.238095L161.526247,97.190476L161.764342,97.190476L161.85958,97.238095L161.9072,97.285714L161.954819,97.380952L161.954819,97.619047L161.9072,97.714285L161.85958,97.761904M160.954819,96.571428L160.954819,96.47619L161.002438,96.380952L161.050057,96.333333L161.145295,96.285714L161.335771,96.238095L161.573866,96.238095L161.764342,96.285714L161.85958,96.333333L161.9072,96.380952L161.954819,96.47619L161.954819,96.571428L161.9072,96.666666L161.85958,96.714285L161.764342,96.761904L161.573866,96.809523L161.335771,96.809523L161.145295,96.761904L161.050057,96.714285L161.002438,96.666666L160.954819,96.571428", "ref": 1}, {"type": "segment", "start": [163.9775, 97.754724], "end": [163.9775, 97.245276], "width": 0.12}, {"type": "segment", "start": [165.0225, 97.754724], "end": [165.0225, 97.245276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M153.866822,76.642857L153.390631,76.97619M153.866822,77.214285L152.866822,77.214285L152.866822,76.833333L152.914441,76.738095L152.96206,76.690476L153.057298,76.642857L153.200155,76.642857L153.295393,76.690476L153.343012,76.738095L153.390631,76.833333L153.390631,77.214285M152.96206,76.261904L152.914441,76.214285L152.866822,76.119047L152.866822,75.880952L152.914441,75.785714L152.96206,75.738095L153.057298,75.690476L153.152536,75.690476L153.295393,75.738095L153.866822,76.309523L153.866822,75.690476M152.866822,75.071428L152.866822,74.97619L152.914441,74.880952L152.96206,74.833333L153.057298,74.785714L153.247774,74.738095L153.485869,74.738095L153.676345,74.785714L153.771583,74.833333L153.819203,74.880952L153.866822,74.97619L153.866822,75.071428L153.819203,75.166666L153.771583,75.214285L153.676345,75.261904L153.485869,75.309523L153.247774,75.309523L153.057298,75.261904L152.96206,75.214285L152.914441,75.166666L152.866822,75.071428", "ref": 1}, {"type": "segment", "start": [151.3295, 74.842225], "end": [151.3295, 74.332777], "width": 0.12}, {"type": "segment", "start": [152.3745, 74.842225], "end": [152.3745, 74.332777], "width": 0.12}, {"thickness": 0.15, "svgpath": "M130.454819,82.738094L129.454819,82.738094L129.454819,82.499999L129.502438,82.357142L129.597676,82.261904L129.692914,82.214285L129.88339,82.166666L130.026247,82.166666L130.216723,82.214285L130.311961,82.261904L130.4072,82.357142L130.454819,82.499999L130.454819,82.738094M129.550057,81.785713L129.502438,81.738094L129.454819,81.642856L129.454819,81.404761L129.502438,81.309523L129.550057,81.261904L129.645295,81.214285L129.740533,81.214285L129.88339,81.261904L130.454819,81.833332L130.454819,81.214285", "ref": 1}, {"type": "segment", "start": [131.5, 83.14], "end": [129.5, 83.14], "width": 0.12}, {"type": "segment", "start": [131.5, 83.14], "end": [131.5, 87.15], "width": 0.12}, {"type": "segment", "start": [129.5, 83.14], "end": [129.5, 87.15], "width": 0.12}, {"thickness": 0.15, "svgpath": "M152.266822,68.592857L151.790631,68.92619M152.266822,69.164285L151.266822,69.164285L151.266822,68.783333L151.314441,68.688095L151.36206,68.640476L151.457298,68.592857L151.600155,68.592857L151.695393,68.640476L151.743012,68.688095L151.790631,68.783333L151.790631,69.164285M151.36206,68.211904L151.314441,68.164285L151.266822,68.069047L151.266822,67.830952L151.314441,67.735714L151.36206,67.688095L151.457298,67.640476L151.552536,67.640476L151.695393,67.688095L152.266822,68.259523L152.266822,67.640476M152.266822,66.688095L152.266822,67.259523M152.266822,66.973809L151.266822,66.973809L151.409679,67.069047L151.504917,67.164285L151.552536,67.259523", "ref": 1}, {"type": "segment", "start": [151.3295, 71.254725], "end": [151.3295, 70.745277], "width": 0.12}, {"type": "segment", "start": [152.3745, 71.254725], "end": [152.3745, 70.745277], "width": 0.12}, {"thickness": 0.15, "svgpath": "M170.878571,92.550057L170.783333,92.502438L170.688095,92.4072L170.545238,92.264342L170.45,92.216723L170.354762,92.216723M170.402381,92.454819L170.307143,92.4072L170.211905,92.311961L170.164286,92.121485L170.164286,91.788152L170.211905,91.597676L170.307143,91.502438L170.402381,91.454819L170.592857,91.454819L170.688095,91.502438L170.783333,91.597676L170.830952,91.788152L170.830952,92.121485L170.783333,92.311961L170.688095,92.4072L170.592857,92.454819L170.402381,92.454819M171.735714,91.454819L171.259524,91.454819L171.211905,91.931009L171.259524,91.88339L171.354762,91.835771L171.592857,91.835771L171.688095,91.88339L171.735714,91.931009L171.783333,92.026247L171.783333,92.264342L171.735714,92.35958L171.688095,92.4072L171.592857,92.454819L171.354762,92.454819L171.259524,92.4072L171.211905,92.35958M172.164286,91.550057L172.211905,91.502438L172.307143,91.454819L172.545238,91.454819L172.640476,91.502438L172.688095,91.550057L172.735714,91.645295L172.735714,91.740533L172.688095,91.88339L172.116667,92.454819L172.735714,92.454819", "ref": 1}, {"type": "segment", "start": [169.5, 91.94], "end": [167.825, 91.94], "width": 0.12}, {"type": "segment", "start": [169.5, 91.94], "end": [170.15, 91.94], "width": 0.12}, {"type": "segment", "start": [169.5, 95.06], "end": [168.85, 95.06], "width": 0.12}, {"type": "segment", "start": [169.5, 95.06], "end": [170.15, 95.06], "width": 0.12}, {"thickness": 0.15, "svgpath": "M140.954819,90.666666L140.478628,90.999999M140.954819,91.238094L139.954819,91.238094L139.954819,90.857142L140.002438,90.761904L140.050057,90.714285L140.145295,90.666666L140.288152,90.666666L140.38339,90.714285L140.431009,90.761904L140.478628,90.857142L140.478628,91.238094M140.288152,89.809523L140.954819,89.809523M139.9072,90.047618L140.621485,90.285713L140.621485,89.666666", "ref": 1}, {"type": "segment", "start": [141.0225, 87.745276], "end": [141.0225, 88.254724], "width": 0.12}, {"type": "segment", "start": [139.9775, 87.745276], "end": [139.9775, 88.254724], "width": 0.12}, {"thickness": 0.15, "svgpath": "M132.666666,81.954819L132.666666,82.669104L132.619047,82.811961L132.523809,82.9072L132.380952,82.954819L132.285714,82.954819M133.571428,81.954819L133.380952,81.954819L133.285714,82.002438L133.238095,82.050057L133.142857,82.192914L133.095238,82.38339L133.095238,82.764342L133.142857,82.85958L133.190476,82.9072L133.285714,82.954819L133.47619,82.954819L133.571428,82.9072L133.619047,82.85958L133.666666,82.764342L133.666666,82.526247L133.619047,82.431009L133.571428,82.38339L133.47619,82.335771L133.285714,82.335771L133.190476,82.38339L133.142857,82.431009L133.095238,82.526247", "ref": 1}, {"type": "segment", "start": [132.27, 81.33], "end": [139.95, 81.33], "width": 0.12}, {"type": "segment", "start": [132.27, 81.33], "end": [132.27, 78.67], "width": 0.12}, {"type": "segment", "start": [139.95, 81.33], "end": [139.95, 78.67], "width": 0.12}, {"type": "segment", "start": [129.67, 80.0], "end": [129.67, 78.67], "width": 0.12}, {"type": "segment", "start": [129.67, 78.67], "end": [131.0, 78.67], "width": 0.12}, {"type": "segment", "start": [132.27, 78.67], "end": [139.95, 78.67], "width": 0.12}, {"thickness": 0.15, "svgpath": "M171.690476,67.954819L171.690476,68.669104L171.642857,68.811961L171.547619,68.9072L171.404762,68.954819L171.309524,68.954819M172.595238,67.954819L172.404762,67.954819L172.309524,68.002438L172.261905,68.050057L172.166667,68.192914L172.119048,68.38339L172.119048,68.764342L172.166667,68.85958L172.214286,68.9072L172.309524,68.954819L172.5,68.954819L172.595238,68.9072L172.642857,68.85958L172.690476,68.764342L172.690476,68.526247L172.642857,68.431009L172.595238,68.38339L172.5,68.335771L172.309524,68.335771L172.214286,68.38339L172.166667,68.431009L172.119048,68.526247M173.595238,67.954819L173.119048,67.954819L173.071429,68.431009L173.119048,68.38339L173.214286,68.335771L173.452381,68.335771L173.547619,68.38339L173.595238,68.431009L173.642857,68.526247L173.642857,68.764342L173.595238,68.85958L173.547619,68.9072L173.452381,68.954819L173.214286,68.954819L173.119048,68.9072L173.071429,68.85958", "ref": 1}, {"type": "segment", "start": [170.67, 69.395], "end": [172.0, 69.395], "width": 0.12}, {"type": "segment", "start": [170.67, 70.725], "end": [170.67, 69.395], "width": 0.12}, {"type": "segment", "start": [170.67, 71.995], "end": [170.67, 74.595], "width": 0.12}, {"type": "segment", "start": [170.67, 71.995], "end": [173.33, 71.995], "width": 0.12}, {"type": "segment", "start": [170.67, 74.595], "end": [173.33, 74.595], "width": 0.12}, {"type": "segment", "start": [173.33, 71.995], "end": [173.33, 74.595], "width": 0.12}, {"thickness": 0.15, "svgpath": "M179.254819,65.761904L178.254819,65.761904M178.731009,65.761904L178.731009,65.190476M179.254819,65.190476L178.254819,65.190476M178.588152,64.285714L179.254819,64.285714M178.2072,64.523809L178.921485,64.761904L178.921485,64.142857", "ref": 1}, {"thickness": 0.15, "svgpath": "M112.300366,77.561666L113.300366,77.561666L113.500366,77.628333L113.6337,77.761666L113.700366,77.961666L113.700366,78.095M112.300366,77.028333L112.300366,76.161666L112.8337,76.628333L112.8337,76.428333L112.900366,76.294999L112.967033,76.228333L113.100366,76.161666L113.4337,76.161666L113.567033,76.228333L113.6337,76.294999L113.700366,76.428333L113.700366,76.828333L113.6337,76.961666L113.567033,77.028333", "ref": 1}, {"type": "segment", "start": [114.9495, 80.54], "end": [114.9495, 68.78], "width": 0.127}, {"type": "segment", "start": [126.9495, 80.54], "end": [114.9495, 80.54], "width": 0.127}, {"type": "segment", "start": [114.9495, 68.78], "end": [126.9495, 68.78], "width": 0.127}, {"type": "segment", "start": [126.9495, 68.78], "end": [126.9495, 80.54], "width": 0.127}, {"type": "circle", "start": [127.9495, 77.2], "radius": 0.1, "width": 0.2}, {"thickness": 0.15, "svgpath": "M163.764822,98.142857L163.288631,98.47619M163.764822,98.714285L162.764822,98.714285L162.764822,98.333333L162.812441,98.238095L162.86006,98.190476L162.955298,98.142857L163.098155,98.142857L163.193393,98.190476L163.241012,98.238095L163.288631,98.333333L163.288631,98.714285M162.764822,97.238095L162.764822,97.714285L163.241012,97.761904L163.193393,97.714285L163.145774,97.619047L163.145774,97.380952L163.193393,97.285714L163.241012,97.238095L163.33625,97.190476L163.574345,97.190476L163.669583,97.238095L163.717203,97.285714L163.764822,97.380952L163.764822,97.619047L163.717203,97.714285L163.669583,97.761904M163.764822,96.238095L163.764822,96.809523M163.764822,96.523809L162.764822,96.523809L162.907679,96.619047L163.002917,96.714285L163.050536,96.809523", "ref": 1}, {"type": "segment", "start": [165.9775, 97.754724], "end": [165.9775, 97.245276], "width": 0.12}, {"type": "segment", "start": [167.0225, 97.754724], "end": [167.0225, 97.245276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M163.764822,94.142857L163.288631,94.47619M163.764822,94.714285L162.764822,94.714285L162.764822,94.333333L162.812441,94.238095L162.86006,94.190476L162.955298,94.142857L163.098155,94.142857L163.193393,94.190476L163.241012,94.238095L163.288631,94.333333L163.288631,94.714285M162.764822,93.238095L162.764822,93.714285L163.241012,93.761904L163.193393,93.714285L163.145774,93.619047L163.145774,93.380952L163.193393,93.285714L163.241012,93.238095L163.33625,93.190476L163.574345,93.190476L163.669583,93.238095L163.717203,93.285714L163.764822,93.380952L163.764822,93.619047L163.717203,93.714285L163.669583,93.761904M162.764822,92.857142L162.764822,92.238095L163.145774,92.571428L163.145774,92.428571L163.193393,92.333333L163.241012,92.285714L163.33625,92.238095L163.574345,92.238095L163.669583,92.285714L163.717203,92.333333L163.764822,92.428571L163.764822,92.714285L163.717203,92.809523L163.669583,92.857142", "ref": 1}, {"type": "segment", "start": [165.9775, 93.754724], "end": [165.9775, 93.245276], "width": 0.12}, {"type": "segment", "start": [167.0225, 93.754724], "end": [167.0225, 93.245276], "width": 0.12}, {"thickness": 0.254, "svgpath": "M143.183571,62.574318L142.578809,62.574318L142.578809,61.304318M143.546428,61.42527L143.606904,61.364794L143.727857,61.304318L144.030238,61.304318L144.15119,61.364794L144.211666,61.42527L144.272143,61.546222L144.272143,61.667175L144.211666,61.848603L143.485952,62.574318L144.272143,62.574318M145.058333,61.304318L145.179286,61.304318L145.300238,61.364794L145.360714,61.42527L145.42119,61.546222L145.481667,61.788127L145.481667,62.090508L145.42119,62.332413L145.360714,62.453365L145.300238,62.513842L145.179286,62.574318L145.058333,62.574318L144.937381,62.513842L144.876905,62.453365L144.816428,62.332413L144.755952,62.090508L144.755952,61.788127L144.816428,61.546222L144.876905,61.42527L144.937381,61.364794L145.058333,61.304318", "ref": 1}, {"thickness": 0.15, "svgpath": "M140.761905,77.602819L141.333333,77.602819M141.047619,78.602819L141.047619,77.602819M141.666667,78.602819L141.666667,77.602819L142.047619,77.602819L142.142857,77.650438L142.190476,77.698057L142.238095,77.793295L142.238095,77.936152L142.190476,78.03139L142.142857,78.079009L142.047619,78.126628L141.666667,78.126628M142.619048,77.698057L142.666667,77.650438L142.761905,77.602819L143,77.602819L143.095238,77.650438L143.142857,77.698057L143.190476,77.793295L143.190476,77.888533L143.142857,78.03139L142.571429,78.602819L143.190476,78.602819M143.809524,77.602819L143.904762,77.602819L144,77.650438L144.047619,77.698057L144.095238,77.793295L144.142857,77.983771L144.142857,78.221866L144.095238,78.412342L144.047619,78.50758L144,78.5552L143.904762,78.602819L143.809524,78.602819L143.714286,78.5552L143.666667,78.50758L143.619048,78.412342L143.571429,78.221866L143.571429,77.983771L143.619048,77.793295L143.666667,77.698057L143.714286,77.650438L143.809524,77.602819", "ref": 1}, {"type": "circle", "start": [142.5, 76.5], "radius": 0.95, "width": 0.12}, {"thickness": 0.15, "svgpath": "M127.454819,62.333333L128.169104,62.333333L128.311961,62.380952L128.4072,62.47619L128.454819,62.619047L128.454819,62.714285M127.788152,61.428571L128.454819,61.428571M127.4072,61.666666L128.121485,61.904761L128.121485,61.285714", "ref": 1}, {"type": "segment", "start": [131.27, 63.33], "end": [138.95, 63.33], "width": 0.12}, {"type": "segment", "start": [131.27, 63.33], "end": [131.27, 60.67], "width": 0.12}, {"type": "segment", "start": [138.95, 63.33], "end": [138.95, 60.67], "width": 0.12}, {"type": "segment", "start": [128.67, 62.0], "end": [128.67, 60.67], "width": 0.12}, {"type": "segment", "start": [128.67, 60.67], "end": [130.0, 60.67], "width": 0.12}, {"type": "segment", "start": [131.27, 60.67], "end": [138.95, 60.67], "width": 0.12}, {"thickness": 0.15, "svgpath": "M150.833333,92.28958L150.785714,92.3372L150.642857,92.384819L150.547619,92.384819L150.404762,92.3372L150.309524,92.241961L150.261905,92.146723L150.214286,91.956247L150.214286,91.81339L150.261905,91.622914L150.309524,91.527676L150.404762,91.432438L150.547619,91.384819L150.642857,91.384819L150.785714,91.432438L150.833333,91.480057M151.690476,91.718152L151.690476,92.384819M151.452381,91.3372L151.214286,92.051485L151.833333,92.051485", "ref": 1}, {"type": "segment", "start": [151.146267, 91.01], "end": [150.853733, 91.01], "width": 0.12}, {"type": "segment", "start": [151.146267, 89.99], "end": [150.853733, 89.99], "width": 0.12}, {"thickness": 0.15, "svgpath": "M162.054822,86.142857L161.578631,86.47619M162.054822,86.714285L161.054822,86.714285L161.054822,86.333333L161.102441,86.238095L161.15006,86.190476L161.245298,86.142857L161.388155,86.142857L161.483393,86.190476L161.531012,86.238095L161.578631,86.333333L161.578631,86.714285M161.054822,85.238095L161.054822,85.714285L161.531012,85.761904L161.483393,85.714285L161.435774,85.619047L161.435774,85.380952L161.483393,85.285714L161.531012,85.238095L161.62625,85.190476L161.864345,85.190476L161.959583,85.238095L162.007203,85.285714L162.054822,85.380952L162.054822,85.619047L162.007203,85.714285L161.959583,85.761904M161.054822,84.333333L161.054822,84.523809L161.102441,84.619047L161.15006,84.666666L161.292917,84.761904L161.483393,84.809523L161.864345,84.809523L161.959583,84.761904L162.007203,84.714285L162.054822,84.619047L162.054822,84.428571L162.007203,84.333333L161.959583,84.285714L161.864345,84.238095L161.62625,84.238095L161.531012,84.285714L161.483393,84.333333L161.435774,84.428571L161.435774,84.619047L161.483393,84.714285L161.531012,84.761904L161.62625,84.809523", "ref": 1}, {"type": "segment", "start": [163.9775, 85.754724], "end": [163.9775, 85.245276], "width": 0.12}, {"type": "segment", "start": [165.0225, 85.754724], "end": [165.0225, 85.245276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M147.766822,80.342856L147.290631,80.676189M147.766822,80.914284L146.766822,80.914284L146.766822,80.533332L146.814441,80.438094L146.86206,80.390475L146.957298,80.342856L147.100155,80.342856L147.195393,80.390475L147.243012,80.438094L147.290631,80.533332L147.290631,80.914284M146.86206,79.961903L146.814441,79.914284L146.766822,79.819046L146.766822,79.580951L146.814441,79.485713L146.86206,79.438094L146.957298,79.390475L147.052536,79.390475L147.195393,79.438094L147.766822,80.009522L147.766822,79.390475M146.766822,79.057141L146.766822,78.438094L147.147774,78.771427L147.147774,78.62857L147.195393,78.533332L147.243012,78.485713L147.33825,78.438094L147.576345,78.438094L147.671583,78.485713L147.719203,78.533332L147.766822,78.62857L147.766822,78.914284L147.719203,79.009522L147.671583,79.057141", "ref": 1}, {"type": "segment", "start": [147.8745, 76.245276], "end": [147.8745, 76.754724], "width": 0.12}, {"type": "segment", "start": [146.8295, 76.245276], "end": [146.8295, 76.754724], "width": 0.12}, {"thickness": 0.15, "svgpath": "M143.954819,90.666666L143.478628,90.999999M143.954819,91.238094L142.954819,91.238094L142.954819,90.857142L143.002438,90.761904L143.050057,90.714285L143.145295,90.666666L143.288152,90.666666L143.38339,90.714285L143.431009,90.761904L143.478628,90.857142L143.478628,91.238094M142.954819,90.333332L142.954819,89.714285L143.335771,90.047618L143.335771,89.904761L143.38339,89.809523L143.431009,89.761904L143.526247,89.714285L143.764342,89.714285L143.85958,89.761904L143.9072,89.809523L143.954819,89.904761L143.954819,90.190475L143.9072,90.285713L143.85958,90.333332", "ref": 1}, {"type": "segment", "start": [144.0225, 87.745276], "end": [144.0225, 88.254724], "width": 0.12}, {"type": "segment", "start": [142.9775, 87.745276], "end": [142.9775, 88.254724], "width": 0.12}, {"thickness": 0.15, "svgpath": "M163.764822,90.142857L163.288631,90.47619M163.764822,90.714285L162.764822,90.714285L162.764822,90.333333L162.812441,90.238095L162.86006,90.190476L162.955298,90.142857L163.098155,90.142857L163.193393,90.190476L163.241012,90.238095L163.288631,90.333333L163.288631,90.714285M162.764822,89.238095L162.764822,89.714285L163.241012,89.761904L163.193393,89.714285L163.145774,89.619047L163.145774,89.380952L163.193393,89.285714L163.241012,89.238095L163.33625,89.190476L163.574345,89.190476L163.669583,89.238095L163.717203,89.285714L163.764822,89.380952L163.764822,89.619047L163.717203,89.714285L163.669583,89.761904M162.764822,88.285714L162.764822,88.761904L163.241012,88.809523L163.193393,88.761904L163.145774,88.666666L163.145774,88.428571L163.193393,88.333333L163.241012,88.285714L163.33625,88.238095L163.574345,88.238095L163.669583,88.285714L163.717203,88.333333L163.764822,88.428571L163.764822,88.666666L163.717203,88.761904L163.669583,88.809523", "ref": 1}, {"type": "segment", "start": [165.9775, 89.754724], "end": [165.9775, 89.245276], "width": 0.12}, {"type": "segment", "start": [167.0225, 89.754724], "end": [167.0225, 89.245276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M136.55958,71.142857L136.6072,71.190476L136.654819,71.333333L136.654819,71.428571L136.6072,71.571428L136.511961,71.666666L136.416723,71.714285L136.226247,71.761904L136.08339,71.761904L135.892914,71.714285L135.797676,71.666666L135.702438,71.571428L135.654819,71.428571L135.654819,71.333333L135.702438,71.190476L135.750057,71.142857M135.750057,70.761904L135.702438,70.714285L135.654819,70.619047L135.654819,70.380952L135.702438,70.285714L135.750057,70.238095L135.845295,70.190476L135.940533,70.190476L136.08339,70.238095L136.654819,70.809523L136.654819,70.190476M135.654819,69.857142L135.654819,69.238095L136.035771,69.571428L136.035771,69.428571L136.08339,69.333333L136.131009,69.285714L136.226247,69.238095L136.464342,69.238095L136.55958,69.285714L136.6072,69.333333L136.654819,69.428571L136.654819,69.714285L136.6072,69.809523L136.55958,69.857142", "ref": 1}, {"type": "segment", "start": [138.91, 68.288748], "end": [138.91, 69.711252], "width": 0.12}, {"type": "segment", "start": [137.09, 68.288748], "end": [137.09, 69.711252], "width": 0.12}, {"thickness": 0.15, "svgpath": "M125.032666,68.938819L125.032666,69.653104L124.985047,69.795961L124.889809,69.8912L124.746952,69.938819L124.651714,69.938819M125.461238,69.034057L125.508857,68.986438L125.604095,68.938819L125.84219,68.938819L125.937428,68.986438L125.985047,69.034057L126.032666,69.129295L126.032666,69.224533L125.985047,69.36739L125.413619,69.938819L126.032666,69.938819", "ref": 1}, {"type": "segment", "start": [129.316, 70.284], "end": [127.716, 70.284], "width": 0.12}, {"type": "segment", "start": [129.016, 70.584], "end": [129.016, 72.684], "width": 0.12}, {"type": "segment", "start": [114.316, 70.584], "end": [129.016, 70.584], "width": 0.12}, {"type": "segment", "start": [129.316, 71.984], "end": [129.316, 70.284], "width": 0.12}, {"type": "segment", "start": [129.016, 77.684], "end": [129.016, 79.784], "width": 0.12}, {"type": "segment", "start": [129.016, 79.784], "end": [127.216, 79.784], "width": 0.12}, {"type": "segment", "start": [122.816, 79.784], "end": [114.316, 79.784], "width": 0.12}, {"type": "segment", "start": [114.316, 79.784], "end": [114.316, 70.584], "width": 0.12}, {"thickness": 0.15, "svgpath": "M170.554819,105.609523L171.269104,105.609523L171.411961,105.657142L171.5072,105.75238L171.554819,105.895237L171.554819,105.990475M171.554819,104.609523L171.554819,105.180951M171.554819,104.895237L170.554819,104.895237L170.697676,104.990475L170.792914,105.085713L170.840533,105.180951M170.554819,103.990475L170.554819,103.895237L170.602438,103.799999L170.650057,103.75238L170.745295,103.704761L170.935771,103.657142L171.173866,103.657142L171.364342,103.704761L171.45958,103.75238L171.5072,103.799999L171.554819,103.895237L171.554819,103.990475L171.5072,104.085713L171.45958,104.133332L171.364342,104.180951L171.173866,104.22857L170.935771,104.22857L170.745295,104.180951L170.650057,104.133332L170.602438,104.085713L170.554819,103.990475", "ref": 1}, {"type": "segment", "start": [158.269997, 102.830001], "end": [171.029997, 102.830001], "width": 0.12}, {"type": "segment", "start": [158.269997, 102.830001], "end": [158.269997, 100.170001], "width": 0.12}, {"type": "segment", "start": [171.029997, 102.830001], "end": [171.029997, 100.170001], "width": 0.12}, {"type": "segment", "start": [155.669997, 101.500001], "end": [155.669997, 100.170001], "width": 0.12}, {"type": "segment", "start": [155.669997, 100.170001], "end": [156.999997, 100.170001], "width": 0.12}, {"type": "segment", "start": [158.269997, 100.170001], "end": [171.029997, 100.170001], "width": 0.12}, {"thickness": 0.15, "svgpath": "M138.71758,74.302857L138.7652,74.350476L138.812819,74.493333L138.812819,74.588571L138.7652,74.731428L138.669961,74.826666L138.574723,74.874285L138.384247,74.921904L138.24139,74.921904L138.050914,74.874285L137.955676,74.826666L137.860438,74.731428L137.812819,74.588571L137.812819,74.493333L137.860438,74.350476L137.908057,74.302857M137.908057,73.921904L137.860438,73.874285L137.812819,73.779047L137.812819,73.540952L137.860438,73.445714L137.908057,73.398095L138.003295,73.350476L138.098533,73.350476L138.24139,73.398095L138.812819,73.969523L138.812819,73.350476M138.812819,72.398095L138.812819,72.969523M138.812819,72.683809L137.812819,72.683809L137.955676,72.779047L138.050914,72.874285L138.098533,72.969523", "ref": 1}, {"type": "segment", "start": [139.298, 74.371252], "end": [139.298, 72.948748], "width": 0.12}, {"type": "segment", "start": [141.118, 74.371252], "end": [141.118, 72.948748], "width": 0.12}, {"type": "circle", "start": [150.368, 65.000001], "radius": 0.95, "width": 0.12}, {"thickness": 0.15, "svgpath": "M145.857142,85.35958L145.809523,85.4072L145.666666,85.454819L145.571428,85.454819L145.428571,85.4072L145.333333,85.311961L145.285714,85.216723L145.238095,85.026247L145.238095,84.88339L145.285714,84.692914L145.333333,84.597676L145.428571,84.502438L145.571428,84.454819L145.666666,84.454819L145.809523,84.502438L145.857142,84.550057M146.809523,85.454819L146.238095,85.454819M146.523809,85.454819L146.523809,84.454819L146.428571,84.597676L146.333333,84.692914L146.238095,84.740533M147.428571,84.454819L147.523809,84.454819L147.619047,84.502438L147.666666,84.550057L147.714285,84.645295L147.761904,84.835771L147.761904,85.073866L147.714285,85.264342L147.666666,85.35958L147.619047,85.4072L147.523809,85.454819L147.428571,85.454819L147.333333,85.4072L147.285714,85.35958L147.238095,85.264342L147.190476,85.073866L147.190476,84.835771L147.238095,84.645295L147.285714,84.550057L147.333333,84.502438L147.428571,84.454819", "ref": 1}, {"type": "segment", "start": [146.646267, 87.51], "end": [146.353733, 87.51], "width": 0.12}, {"type": "segment", "start": [146.646267, 86.49], "end": [146.353733, 86.49], "width": 0.12}, {"thickness": 0.15, "svgpath": "M145.866822,80.242856L145.390631,80.576189M145.866822,80.814284L144.866822,80.814284L144.866822,80.433332L144.914441,80.338094L144.96206,80.290475L145.057298,80.242856L145.200155,80.242856L145.295393,80.290475L145.343012,80.338094L145.390631,80.433332L145.390631,80.814284M144.96206,79.861903L144.914441,79.814284L144.866822,79.719046L144.866822,79.480951L144.914441,79.385713L144.96206,79.338094L145.057298,79.290475L145.152536,79.290475L145.295393,79.338094L145.866822,79.909522L145.866822,79.290475M145.200155,78.433332L145.866822,78.433332M144.819203,78.671427L145.533488,78.909522L145.533488,78.290475", "ref": 1}, {"type": "segment", "start": [144.8295, 76.754724], "end": [144.8295, 76.245276], "width": 0.12}, {"type": "segment", "start": [145.8745, 76.754724], "end": [145.8745, 76.245276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M135.857142,102.35958L135.809523,102.4072L135.666666,102.454819L135.571428,102.454819L135.428571,102.4072L135.333333,102.311961L135.285714,102.216723L135.238095,102.026247L135.238095,101.88339L135.285714,101.692914L135.333333,101.597676L135.428571,101.502438L135.571428,101.454819L135.666666,101.454819L135.809523,101.502438L135.857142,101.550057M136.809523,102.454819L136.238095,102.454819M136.523809,102.454819L136.523809,101.454819L136.428571,101.597676L136.333333,101.692914L136.238095,101.740533M137.761904,102.454819L137.190476,102.454819M137.47619,102.454819L137.47619,101.454819L137.380952,101.597676L137.285714,101.692914L137.190476,101.740533", "ref": 1}, {"type": "segment", "start": [139.646267, 102.51], "end": [139.353733, 102.51], "width": 0.12}, {"type": "segment", "start": [139.646267, 101.49], "end": [139.353733, 101.49], "width": 0.12}, {"thickness": 0.15, "svgpath": "M142.857142,99.454819L142.523809,98.978628M142.285714,99.454819L142.285714,98.454819L142.666666,98.454819L142.761904,98.502438L142.809523,98.550057L142.857142,98.645295L142.857142,98.788152L142.809523,98.88339L142.761904,98.931009L142.666666,98.978628L142.285714,98.978628M143.809523,99.454819L143.238095,99.454819M143.523809,99.454819L143.523809,98.454819L143.428571,98.597676L143.333333,98.692914L143.238095,98.740533M144.142857,98.454819L144.761904,98.454819L144.428571,98.835771L144.571428,98.835771L144.666666,98.88339L144.714285,98.931009L144.761904,99.026247L144.761904,99.264342L144.714285,99.35958L144.666666,99.4072L144.571428,99.454819L144.285714,99.454819L144.190476,99.4072L144.142857,99.35958", "ref": 1}, {"type": "segment", "start": [143.245276, 99.9775], "end": [143.754724, 99.9775], "width": 0.12}, {"type": "segment", "start": [143.245276, 101.0225], "end": [143.754724, 101.0225], "width": 0.12}, {"thickness": 0.15, "svgpath": "M153.954819,62.833333L154.669104,62.833333L154.811961,62.880952L154.9072,62.97619L154.954819,63.119047L154.954819,63.214285M153.954819,62.45238L153.954819,61.785714L154.954819,62.214285", "ref": 1}, {"type": "segment", "start": [152.67, 66.27], "end": [152.67, 73.95], "width": 0.12}, {"type": "segment", "start": [152.67, 66.27], "end": [155.33, 66.27], "width": 0.12}, {"type": "segment", "start": [152.67, 73.95], "end": [155.33, 73.95], "width": 0.12}, {"type": "segment", "start": [154.0, 63.67], "end": [155.33, 63.67], "width": 0.12}, {"type": "segment", "start": [155.33, 63.67], "end": [155.33, 65.0], "width": 0.12}, {"type": "segment", "start": [155.33, 66.27], "end": [155.33, 73.95], "width": 0.12}, {"thickness": 0.15, "svgpath": "M136.454819,65.833333L137.169104,65.833333L137.311961,65.880952L137.4072,65.97619L137.454819,66.119047L137.454819,66.214285M137.454819,65.357142L136.454819,65.357142L136.454819,64.97619L136.502438,64.880952L136.550057,64.833333L136.645295,64.785714L136.788152,64.785714L136.88339,64.833333L136.931009,64.880952L136.978628,64.97619L136.978628,65.357142M136.550057,64.404761L136.502438,64.357142L136.454819,64.261904L136.454819,64.023809L136.502438,63.928571L136.550057,63.880952L136.645295,63.833333L136.740533,63.833333L136.88339,63.880952L137.454819,64.45238L137.454819,63.833333", "ref": 1}, {"type": "segment", "start": [135.3, 66.4], "end": [134.7, 66.4], "width": 0.12}, {"type": "segment", "start": [134.0, 65.7], "end": [134.0, 64.3], "width": 0.12}, {"type": "segment", "start": [136.0, 64.3], "end": [136.0, 65.7], "width": 0.12}, {"type": "segment", "start": [134.7, 63.6], "end": [135.3, 63.6], "width": 0.12}, {"type": "arc", "start": [134.699999, 65.700001], "radius": 0.699999, "startangle": 90.0, "endangle": 180.0, "width": 0.12}, {"type": "arc", "start": [135.300001, 65.700001], "radius": 0.699999, "startangle": -0.0, "endangle": 90.0, "width": 0.12}, {"type": "arc", "start": [134.7, 64.3], "radius": 0.7, "startangle": -180.0, "endangle": -90.0, "width": 0.12}, {"type": "arc", "start": [135.3, 64.3], "radius": 0.7, "startangle": -90.0, "endangle": 0.0, "width": 0.12}, {"thickness": 0.15, "svgpath": "M142.454819,90.666666L141.978628,90.999999M142.454819,91.238094L141.454819,91.238094L141.454819,90.857142L141.502438,90.761904L141.550057,90.714285L141.645295,90.666666L141.788152,90.666666L141.88339,90.714285L141.931009,90.761904L141.978628,90.857142L141.978628,91.238094M141.454819,89.761904L141.454819,90.238094L141.931009,90.285713L141.88339,90.238094L141.835771,90.142856L141.835771,89.904761L141.88339,89.809523L141.931009,89.761904L142.026247,89.714285L142.264342,89.714285L142.35958,89.761904L142.4072,89.809523L142.454819,89.904761L142.454819,90.142856L142.4072,90.238094L142.35958,90.285713", "ref": 1}, {"type": "segment", "start": [142.5225, 87.745276], "end": [142.5225, 88.254724], "width": 0.12}, {"type": "segment", "start": [141.4775, 87.745276], "end": [141.4775, 88.254724], "width": 0.12}, {"thickness": 0.15, "svgpath": "M138.454819,91.142857L137.978628,91.47619M138.454819,91.714285L137.454819,91.714285L137.454819,91.333333L137.502438,91.238095L137.550057,91.190476L137.645295,91.142857L137.788152,91.142857L137.88339,91.190476L137.931009,91.238095L137.978628,91.333333L137.978628,91.714285M137.454819,90.285714L137.454819,90.47619L137.502438,90.571428L137.550057,90.619047L137.692914,90.714285L137.88339,90.761904L138.264342,90.761904L138.35958,90.714285L138.4072,90.666666L138.454819,90.571428L138.454819,90.380952L138.4072,90.285714L138.35958,90.238095L138.264342,90.190476L138.026247,90.190476L137.931009,90.238095L137.88339,90.285714L137.835771,90.380952L137.835771,90.571428L137.88339,90.666666L137.931009,90.714285L138.026247,90.761904M137.454819,89.571428L137.454819,89.47619L137.502438,89.380952L137.550057,89.333333L137.645295,89.285714L137.835771,89.238095L138.073866,89.238095L138.264342,89.285714L138.35958,89.333333L138.4072,89.380952L138.454819,89.47619L138.454819,89.571428L138.4072,89.666666L138.35958,89.714285L138.264342,89.761904L138.073866,89.809523L137.835771,89.809523L137.645295,89.761904L137.550057,89.714285L137.502438,89.666666L137.454819,89.571428", "ref": 1}, {"type": "segment", "start": [139.5225, 87.745276], "end": [139.5225, 88.254724], "width": 0.12}, {"type": "segment", "start": [138.4775, 87.745276], "end": [138.4775, 88.254724], "width": 0.12}, {"thickness": 0.15, "svgpath": "M121.654819,105.761904L120.654819,105.761904M121.131009,105.761904L121.131009,105.190476M121.654819,105.190476L120.654819,105.190476M120.750057,104.761904L120.702438,104.714285L120.654819,104.619047L120.654819,104.380952L120.702438,104.285714L120.750057,104.238095L120.845295,104.190476L120.940533,104.190476L121.08339,104.238095L121.654819,104.809523L121.654819,104.190476", "ref": 1}, {"thickness": 0.15, "svgpath": "M138.0928,94.190476L138.04518,94.333333L138.04518,94.571428L138.0928,94.666666L138.140419,94.714285L138.235657,94.761904L138.330895,94.761904L138.426133,94.714285L138.473752,94.666666L138.521371,94.571428L138.56899,94.380952L138.616609,94.285714L138.664228,94.238095L138.759466,94.190476L138.854704,94.190476L138.949942,94.238095L138.997561,94.285714L139.04518,94.380952L139.04518,94.619047L138.997561,94.761904M139.04518,95.095238L138.04518,95.333333L138.759466,95.523809L138.04518,95.714285L139.04518,95.952381M138.04518,96.857142L138.04518,96.285714M138.04518,96.571428L139.04518,96.571428L138.902323,96.47619L138.807085,96.380952L138.759466,96.285714M138.04518,97.809523L138.04518,97.238095M138.04518,97.523809L139.04518,97.523809L138.902323,97.428571L138.807085,97.333333L138.759466,97.238095", "ref": 1}, {"type": "segment", "start": [141.5, 92.8], "end": [140.3, 92.8], "width": 0.12}, {"type": "segment", "start": [138.7, 92.8], "end": [137.5, 92.8], "width": 0.12}, {"type": "segment", "start": [137.5, 92.8], "end": [137.5, 99.2], "width": 0.12}, {"type": "segment", "start": [141.5, 99.2], "end": [141.5, 92.8], "width": 0.12}, {"type": "segment", "start": [140.3, 99.2], "end": [141.5, 99.2], "width": 0.12}, {"type": "segment", "start": [137.5, 99.2], "end": [138.7, 99.2], "width": 0.12}, {"thickness": 0.15, "svgpath": "M161.954819,94.142857L161.478628,94.47619M161.954819,94.714285L160.954819,94.714285L160.954819,94.333333L161.002438,94.238095L161.050057,94.190476L161.145295,94.142857L161.288152,94.142857L161.38339,94.190476L161.431009,94.238095L161.478628,94.333333L161.478628,94.714285M160.954819,93.238095L160.954819,93.714285L161.431009,93.761904L161.38339,93.714285L161.335771,93.619047L161.335771,93.380952L161.38339,93.285714L161.431009,93.238095L161.526247,93.190476L161.764342,93.190476L161.85958,93.238095L161.9072,93.285714L161.954819,93.380952L161.954819,93.619047L161.9072,93.714285L161.85958,93.761904M161.050057,92.809523L161.002438,92.761904L160.954819,92.666666L160.954819,92.428571L161.002438,92.333333L161.050057,92.285714L161.145295,92.238095L161.240533,92.238095L161.38339,92.285714L161.954819,92.857142L161.954819,92.238095", "ref": 1}, {"type": "segment", "start": [163.9775, 93.754724], "end": [163.9775, 93.245276], "width": 0.12}, {"type": "segment", "start": [165.0225, 93.754724], "end": [165.0225, 93.245276], "width": 0.12}, {"thickness": 0.254, "svgpath": "M144.039621,70.004317L144.039621,71.032412L144.100098,71.153364L144.160574,71.213841L144.281526,71.274317L144.523431,71.274317L144.644383,71.213841L144.70486,71.153364L144.765336,71.032412L144.765336,70.004317M145.309621,70.125269L145.370097,70.064793L145.49105,70.004317L145.793431,70.004317L145.914383,70.064793L145.974859,70.125269L146.035336,70.246221L146.035336,70.367174L145.974859,70.548602L145.249145,71.274317L146.035336,71.274317M146.821526,70.004317L146.942479,70.004317L147.063431,70.064793L147.123907,70.125269L147.184383,70.246221L147.24486,70.488126L147.24486,70.790507L147.184383,71.032412L147.123907,71.153364L147.063431,71.213841L146.942479,71.274317L146.821526,71.274317L146.700574,71.213841L146.640098,71.153364L146.579621,71.032412L146.519145,70.790507L146.519145,70.488126L146.579621,70.246221L146.640098,70.125269L146.700574,70.064793L146.821526,70.004317", "ref": 1}, {"type": "segment", "start": [142.487, 71.425], "end": [143.537, 71.425], "width": 0.2}, {"type": "segment", "start": [143.887, 71.55], "end": [144.737, 71.55], "width": 0.2}, {"type": "segment", "start": [143.887, 74.45], "end": [143.887, 71.55], "width": 0.2}, {"type": "segment", "start": [144.737, 71.55], "end": [144.737, 74.45], "width": 0.2}, {"type": "segment", "start": [144.737, 74.45], "end": [143.887, 74.45], "width": 0.2}, {"thickness": 0.15, "svgpath": "M130.154819,65.833333L130.869104,65.833333L131.011961,65.880952L131.1072,65.97619L131.154819,66.119047L131.154819,66.214285M131.154819,65.357142L130.154819,65.357142L130.154819,64.97619L130.202438,64.880952L130.250057,64.833333L130.345295,64.785714L130.488152,64.785714L130.58339,64.833333L130.631009,64.880952L130.678628,64.97619L130.678628,65.357142M131.154819,63.833333L131.154819,64.404761M131.154819,64.119047L130.154819,64.119047L130.297676,64.214285L130.392914,64.309523L130.440533,64.404761", "ref": 1}, {"type": "segment", "start": [132.8, 66.4], "end": [132.2, 66.4], "width": 0.12}, {"type": "segment", "start": [131.5, 65.7], "end": [131.5, 64.3], "width": 0.12}, {"type": "segment", "start": [133.5, 64.3], "end": [133.5, 65.7], "width": 0.12}, {"type": "segment", "start": [132.2, 63.6], "end": [132.8, 63.6], "width": 0.12}, {"type": "arc", "start": [132.199999, 65.700001], "radius": 0.699999, "startangle": 90.0, "endangle": 180.0, "width": 0.12}, {"type": "arc", "start": [132.800001, 65.700001], "radius": 0.699999, "startangle": -0.0, "endangle": 90.0, "width": 0.12}, {"type": "arc", "start": [132.2, 64.3], "radius": 0.7, "startangle": -180.0, "endangle": -90.0, "width": 0.12}, {"type": "arc", "start": [132.8, 64.3], "radius": 0.7, "startangle": -90.0, "endangle": 0.0, "width": 0.12}, {"thickness": 0.15, "svgpath": "M145.357142,90.454819L145.023809,89.978628M144.785714,90.454819L144.785714,89.454819L145.166666,89.454819L145.261904,89.502438L145.309523,89.550057L145.357142,89.645295L145.357142,89.788152L145.309523,89.88339L145.261904,89.931009L145.166666,89.978628L144.785714,89.978628M146.309523,90.454819L145.738095,90.454819M146.023809,90.454819L146.023809,89.454819L145.928571,89.597676L145.833333,89.692914L145.738095,89.740533M146.928571,89.454819L147.023809,89.454819L147.119047,89.502438L147.166666,89.550057L147.214285,89.645295L147.261904,89.835771L147.261904,90.073866L147.214285,90.264342L147.166666,90.35958L147.119047,90.4072L147.023809,90.454819L146.928571,90.454819L146.833333,90.4072L146.785714,90.35958L146.738095,90.264342L146.690476,90.073866L146.690476,89.835771L146.738095,89.645295L146.785714,89.550057L146.833333,89.502438L146.928571,89.454819", "ref": 1}, {"type": "segment", "start": [146.754724, 89.0225], "end": [146.245276, 89.0225], "width": 0.12}, {"type": "segment", "start": [146.754724, 87.9775], "end": [146.245276, 87.9775], "width": 0.12}, {"thickness": 0.15, "svgpath": "M170.928571,88.550057L170.833333,88.502438L170.738095,88.4072L170.595238,88.264342L170.5,88.216723L170.404762,88.216723M170.452381,88.454819L170.357143,88.4072L170.261905,88.311961L170.214286,88.121485L170.214286,87.788152L170.261905,87.597676L170.357143,87.502438L170.452381,87.454819L170.642857,87.454819L170.738095,87.502438L170.833333,87.597676L170.880952,87.788152L170.880952,88.121485L170.833333,88.311961L170.738095,88.4072L170.642857,88.454819L170.452381,88.454819M171.785714,87.454819L171.309524,87.454819L171.261905,87.931009L171.309524,87.88339L171.404762,87.835771L171.642857,87.835771L171.738095,87.88339L171.785714,87.931009L171.833333,88.026247L171.833333,88.264342L171.785714,88.35958L171.738095,88.4072L171.642857,88.454819L171.404762,88.454819L171.309524,88.4072L171.261905,88.35958M172.690476,87.788152L172.690476,88.454819M172.452381,87.4072L172.214286,88.121485L172.833333,88.121485", "ref": 1}, {"type": "segment", "start": [169.5, 87.94], "end": [167.825, 87.94], "width": 0.12}, {"type": "segment", "start": [169.5, 87.94], "end": [170.15, 87.94], "width": 0.12}, {"type": "segment", "start": [169.5, 91.06], "end": [168.85, 91.06], "width": 0.12}, {"type": "segment", "start": [169.5, 91.06], "end": [170.15, 91.06], "width": 0.12}, {"thickness": 0.15, "svgpath": "M128.954819,82.738094L127.954819,82.738094L127.954819,82.499999L128.002438,82.357142L128.097676,82.261904L128.192914,82.214285L128.38339,82.166666L128.526247,82.166666L128.716723,82.214285L128.811961,82.261904L128.9072,82.357142L128.954819,82.499999L128.954819,82.738094M128.954819,81.214285L128.954819,81.785713M128.954819,81.499999L127.954819,81.499999L128.097676,81.595237L128.192914,81.690475L128.240533,81.785713", "ref": 1}, {"type": "segment", "start": [129.0, 83.14], "end": [127.0, 83.14], "width": 0.12}, {"type": "segment", "start": [129.0, 83.14], "end": [129.0, 87.15], "width": 0.12}, {"type": "segment", "start": [127.0, 83.14], "end": [127.0, 87.15], "width": 0.12}, {"thickness": 0.15, "svgpath": "M162.054822,90.142857L161.578631,90.47619M162.054822,90.714285L161.054822,90.714285L161.054822,90.333333L161.102441,90.238095L161.15006,90.190476L161.245298,90.142857L161.388155,90.142857L161.483393,90.190476L161.531012,90.238095L161.578631,90.333333L161.578631,90.714285M161.054822,89.238095L161.054822,89.714285L161.531012,89.761904L161.483393,89.714285L161.435774,89.619047L161.435774,89.380952L161.483393,89.285714L161.531012,89.238095L161.62625,89.190476L161.864345,89.190476L161.959583,89.238095L162.007203,89.285714L162.054822,89.380952L162.054822,89.619047L162.007203,89.714285L161.959583,89.761904M161.388155,88.333333L162.054822,88.333333M161.007203,88.571428L161.721488,88.809523L161.721488,88.190476", "ref": 1}, {"type": "segment", "start": [163.9775, 89.754724], "end": [163.9775, 89.245276], "width": 0.12}, {"type": "segment", "start": [165.0225, 89.754724], "end": [165.0225, 89.245276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M146.857142,102.454819L146.523809,101.978628M146.285714,102.454819L146.285714,101.454819L146.666666,101.454819L146.761904,101.502438L146.809523,101.550057L146.857142,101.645295L146.857142,101.788152L146.809523,101.88339L146.761904,101.931009L146.666666,101.978628L146.285714,101.978628M147.809523,102.454819L147.238095,102.454819M147.523809,102.454819L147.523809,101.454819L147.428571,101.597676L147.333333,101.692914L147.238095,101.740533M148.761904,102.454819L148.190476,102.454819M148.47619,102.454819L148.47619,101.454819L148.380952,101.597676L148.285714,101.692914L148.190476,101.740533", "ref": 1}, {"type": "segment", "start": [143.245276, 101.4775], "end": [143.754724, 101.4775], "width": 0.12}, {"type": "segment", "start": [143.245276, 102.5225], "end": [143.754724, 102.5225], "width": 0.12}], "B": [{"thickness": 0.15, "svgpath": "M166.14518,99.447619L166.621371,99.780952M166.14518,100.019047L167.14518,100.019047L167.14518,99.638095L167.097561,99.542857L167.049942,99.495238L166.954704,99.447619L166.811847,99.447619L166.716609,99.495238L166.66899,99.542857L166.621371,99.638095L166.621371,100.019047M167.14518,99.161904L167.14518,98.590476M166.14518,98.87619L167.14518,98.87619M166.1928,98.304761L166.14518,98.161904L166.14518,97.923809L166.1928,97.828571L166.240419,97.780952L166.335657,97.733333L166.430895,97.733333L166.526133,97.780952L166.573752,97.828571L166.621371,97.923809L166.66899,98.114285L166.716609,98.209523L166.764228,98.257142L166.859466,98.304761L166.954704,98.304761L167.049942,98.257142L167.097561,98.209523L167.14518,98.114285L167.14518,97.87619L167.097561,97.733333"}, {"thickness": 0.15, "svgpath": "M135.6778,78.710839L135.63018,78.567982L135.63018,78.329887L135.6778,78.234649L135.725419,78.18703L135.820657,78.139411L135.915895,78.139411L136.011133,78.18703L136.058752,78.234649L136.106371,78.329887L136.15399,78.520363L136.201609,78.615601L136.249228,78.66322L136.344466,78.710839L136.439704,78.710839L136.534942,78.66322L136.582561,78.615601L136.63018,78.520363L136.63018,78.282268L136.582561,78.139411M135.725419,77.139411L135.6778,77.18703L135.63018,77.329887L135.63018,77.425125L135.6778,77.567982L135.773038,77.66322L135.868276,77.710839L136.058752,77.758458L136.201609,77.758458L136.392085,77.710839L136.487323,77.66322L136.582561,77.567982L136.63018,77.425125L136.63018,77.329887L136.582561,77.18703L136.534942,77.139411M135.63018,76.234649L135.63018,76.710839L136.63018,76.710839"}, {"thickness": 0.15, "svgpath": "M178.402438,71.688095L178.354819,71.592857L178.354819,71.45L178.402438,71.307143L178.497676,71.211905L178.592914,71.164286L178.78339,71.116667L178.926247,71.116667L179.116723,71.164286L179.211961,71.211905L179.3072,71.307143L179.354819,71.45L179.354819,71.545238L179.3072,71.688095L179.25958,71.735714L178.926247,71.735714L178.926247,71.545238M179.354819,72.164286L178.354819,72.164286L179.354819,72.735714L178.354819,72.735714M179.354819,73.211905L178.354819,73.211905L178.354819,73.45L178.402438,73.592857L178.497676,73.688095L178.592914,73.735714L178.78339,73.783333L178.926247,73.783333L179.116723,73.735714L179.211961,73.688095L179.3072,73.592857L179.354819,73.45L179.354819,73.211905"}, {"thickness": 0.15, "svgpath": "M134.13018,78.758458L134.13018,78.139411L133.749228,78.472744L133.749228,78.329887L133.701609,78.234649L133.65399,78.18703L133.558752,78.139411L133.320657,78.139411L133.225419,78.18703L133.1778,78.234649L133.13018,78.329887L133.13018,78.615601L133.1778,78.710839L133.225419,78.758458M134.13018,77.853696L133.13018,77.520363L134.13018,77.18703M134.13018,76.948934L134.13018,76.329887L133.749228,76.66322L133.749228,76.520363L133.701609,76.425125L133.65399,76.377506L133.558752,76.329887L133.320657,76.329887L133.225419,76.377506L133.1778,76.425125L133.13018,76.520363L133.13018,76.806077L133.1778,76.901315L133.225419,76.948934"}, {"thickness": 0.15, "svgpath": "M178.352438,97.135714L178.304819,97.040476L178.304819,96.897619L178.352438,96.754762L178.447676,96.659524L178.542914,96.611905L178.73339,96.564286L178.876247,96.564286L179.066723,96.611905L179.161961,96.659524L179.2572,96.754762L179.304819,96.897619L179.304819,96.992857L179.2572,97.135714L179.20958,97.183333L178.876247,97.183333L178.876247,96.992857M179.304819,97.611905L178.304819,97.611905L178.304819,97.992857L178.352438,98.088095L178.400057,98.135714L178.495295,98.183333L178.638152,98.183333L178.73339,98.135714L178.781009,98.088095L178.828628,97.992857L178.828628,97.611905M178.304819,98.516667L178.304819,99.135714L178.685771,98.802381L178.685771,98.945238L178.73339,99.040476L178.781009,99.088095L178.876247,99.135714L179.114342,99.135714L179.20958,99.088095L179.2572,99.040476L179.304819,98.945238L179.304819,98.659524L179.2572,98.564286L179.20958,98.516667"}, {"thickness": 0.15, "svgpath": "M157.49518,99.938094L157.49518,99.319047L157.114228,99.65238L157.114228,99.509523L157.066609,99.414285L157.01899,99.366666L156.923752,99.319047L156.685657,99.319047L156.590419,99.366666L156.5428,99.414285L156.49518,99.509523L156.49518,99.795237L156.5428,99.890475L156.590419,99.938094M157.49518,99.033332L156.49518,98.699999L157.49518,98.366666M157.49518,98.12857L157.49518,97.509523L157.114228,97.842856L157.114228,97.699999L157.066609,97.604761L157.01899,97.557142L156.923752,97.509523L156.685657,97.509523L156.590419,97.557142L156.5428,97.604761L156.49518,97.699999L156.49518,97.985713L156.5428,98.080951L156.590419,98.12857"}, {"thickness": 0.15, "svgpath": "M178.302438,86.885714L178.254819,86.790476L178.254819,86.647619L178.302438,86.504762L178.397676,86.409524L178.492914,86.361905L178.68339,86.314286L178.826247,86.314286L179.016723,86.361905L179.111961,86.409524L179.2072,86.504762L179.254819,86.647619L179.254819,86.742857L179.2072,86.885714L179.15958,86.933333L178.826247,86.933333L178.826247,86.742857M179.254819,87.361905L178.254819,87.361905L178.254819,87.742857L178.302438,87.838095L178.350057,87.885714L178.445295,87.933333L178.588152,87.933333L178.68339,87.885714L178.731009,87.838095L178.778628,87.742857L178.778628,87.361905M178.254819,88.838095L178.254819,88.361905L178.731009,88.314286L178.68339,88.361905L178.635771,88.457143L178.635771,88.695238L178.68339,88.790476L178.731009,88.838095L178.826247,88.885714L179.064342,88.885714L179.15958,88.838095L179.2072,88.790476L179.254819,88.695238L179.254819,88.457143L179.2072,88.361905L179.15958,88.314286"}, {"thickness": 0.15, "svgpath": "M152.139411,70.369819L152.710839,70.369819M152.425125,70.369819L152.425125,69.369819L152.520363,69.512676L152.615601,69.607914L152.710839,69.655533M151.806077,69.369819L151.18703,69.369819L151.520363,69.750771L151.377506,69.750771L151.282268,69.79839L151.234649,69.846009L151.18703,69.941247L151.18703,70.179342L151.234649,70.27458L151.282268,70.3222L151.377506,70.369819L151.66322,70.369819L151.758458,70.3222L151.806077,70.27458"}, {"thickness": 0.15, "svgpath": "M127.68703,82.869819L128.16322,82.869819L128.210839,83.346009L128.16322,83.29839L128.067982,83.250771L127.829887,83.250771L127.734649,83.29839L127.68703,83.346009L127.639411,83.441247L127.639411,83.679342L127.68703,83.77458L127.734649,83.8222L127.829887,83.869819L128.067982,83.869819L128.16322,83.8222L128.210839,83.77458M127.353696,82.869819L127.020363,83.869819L126.68703,82.869819"}, {"thickness": 0.15, "svgpath": "M162.54518,99.811904L162.54518,99.240476M161.54518,99.52619L162.54518,99.52619M162.54518,99.00238L161.54518,98.335714M162.54518,98.335714L161.54518,99.00238"}, {"thickness": 0.15, "svgpath": "M178.354819,76.016667L179.354819,76.35L178.354819,76.683333M179.25958,77.588095L179.3072,77.540476L179.354819,77.397619L179.354819,77.302381L179.3072,77.159524L179.211961,77.064286L179.116723,77.016667L178.926247,76.969048L178.78339,76.969048L178.592914,77.016667L178.497676,77.064286L178.402438,77.159524L178.354819,77.302381L178.354819,77.397619L178.402438,77.540476L178.450057,77.588095M179.25958,78.588095L179.3072,78.540476L179.354819,78.397619L179.354819,78.302381L179.3072,78.159524L179.211961,78.064286L179.116723,78.016667L178.926247,77.969048L178.78339,77.969048L178.592914,78.016667L178.497676,78.064286L178.402438,78.159524L178.354819,78.302381L178.354819,78.397619L178.402438,78.540476L178.450057,78.588095"}, {"thickness": 0.15, "svgpath": "M167.68703,62.769819L168.16322,62.769819L168.210839,63.246009L168.16322,63.19839L168.067982,63.150771L167.829887,63.150771L167.734649,63.19839L167.68703,63.246009L167.639411,63.341247L167.639411,63.579342L167.68703,63.67458L167.734649,63.7222L167.829887,63.769819L168.067982,63.769819L168.16322,63.7222L168.210839,63.67458M167.353696,62.769819L167.020363,63.769819L166.68703,62.769819"}, {"thickness": 0.15, "svgpath": "M152.139411,67.869819L152.710839,67.869819M152.425125,67.869819L152.425125,66.869819L152.520363,67.012676L152.615601,67.107914L152.710839,67.155533M151.758458,66.965057L151.710839,66.917438L151.615601,66.869819L151.377506,66.869819L151.282268,66.917438L151.234649,66.965057L151.18703,67.060295L151.18703,67.155533L151.234649,67.29839L151.806077,67.869819L151.18703,67.869819"}, {"thickness": 0.15, "svgpath": "M138.1778,78.710839L138.13018,78.567982L138.13018,78.329887L138.1778,78.234649L138.225419,78.18703L138.320657,78.139411L138.415895,78.139411L138.511133,78.18703L138.558752,78.234649L138.606371,78.329887L138.65399,78.520363L138.701609,78.615601L138.749228,78.66322L138.844466,78.710839L138.939704,78.710839L139.034942,78.66322L139.082561,78.615601L139.13018,78.520363L139.13018,78.282268L139.082561,78.139411M138.13018,77.710839L139.13018,77.710839L139.13018,77.472744L139.082561,77.329887L138.987323,77.234649L138.892085,77.18703L138.701609,77.139411L138.558752,77.139411L138.368276,77.18703L138.273038,77.234649L138.1778,77.329887L138.13018,77.472744L138.13018,77.710839M138.415895,76.758458L138.415895,76.282268M138.13018,76.853696L139.13018,76.520363L138.13018,76.18703"}, {"thickness": 0.15, "svgpath": "M178.352438,91.935714L178.304819,91.840476L178.304819,91.697619L178.352438,91.554762L178.447676,91.459524L178.542914,91.411905L178.73339,91.364286L178.876247,91.364286L179.066723,91.411905L179.161961,91.459524L179.2572,91.554762L179.304819,91.697619L179.304819,91.792857L179.2572,91.935714L179.20958,91.983333L178.876247,91.983333L178.876247,91.792857M179.304819,92.411905L178.304819,92.411905L178.304819,92.792857L178.352438,92.888095L178.400057,92.935714L178.495295,92.983333L178.638152,92.983333L178.73339,92.935714L178.781009,92.888095L178.828628,92.792857L178.828628,92.411905M178.638152,93.840476L179.304819,93.840476M178.2572,93.602381L178.971485,93.364286L178.971485,93.983333"}, {"thickness": 0.15, "svgpath": "M128.758458,85.369819L128.139411,85.369819L128.472744,85.750771L128.329887,85.750771L128.234649,85.79839L128.18703,85.846009L128.139411,85.941247L128.139411,86.179342L128.18703,86.27458L128.234649,86.3222L128.329887,86.369819L128.615601,86.369819L128.710839,86.3222L128.758458,86.27458M127.853696,85.369819L127.520363,86.369819L127.18703,85.369819M126.948934,85.369819L126.329887,85.369819L126.66322,85.750771L126.520363,85.750771L126.425125,85.79839L126.377506,85.846009L126.329887,85.941247L126.329887,86.179342L126.377506,86.27458L126.425125,86.3222L126.520363,86.369819L126.806077,86.369819L126.901315,86.3222L126.948934,86.27458"}, {"thickness": 0.15, "svgpath": "M152.139411,72.869819L152.710839,72.869819M152.425125,72.869819L152.425125,71.869819L152.520363,72.012676L152.615601,72.107914L152.710839,72.155533M151.282268,72.203152L151.282268,72.869819M151.520363,71.8222L151.758458,72.536485L151.139411,72.536485"}, {"thickness": 0.15, "svgpath": "M168.306077,60.869819L167.972744,61.869819L167.639411,60.869819M166.734649,61.77458L166.782268,61.8222L166.925125,61.869819L167.020363,61.869819L167.16322,61.8222L167.258458,61.726961L167.306077,61.631723L167.353696,61.441247L167.353696,61.29839L167.306077,61.107914L167.258458,61.012676L167.16322,60.917438L167.020363,60.869819L166.925125,60.869819L166.782268,60.917438L166.734649,60.965057M165.734649,61.77458L165.782268,61.8222L165.925125,61.869819L166.020363,61.869819L166.16322,61.8222L166.258458,61.726961L166.306077,61.631723L166.353696,61.441247L166.353696,61.29839L166.306077,61.107914L166.258458,61.012676L166.16322,60.917438L166.020363,60.869819L165.925125,60.869819L165.782268,60.917438L165.734649,60.965057"}, {"thickness": 0.15, "svgpath": "M159.947561,99.361904L159.99518,99.457142L159.99518,99.599999L159.947561,99.742856L159.852323,99.838094L159.757085,99.885713L159.566609,99.933332L159.423752,99.933332L159.233276,99.885713L159.138038,99.838094L159.0428,99.742856L158.99518,99.599999L158.99518,99.504761L159.0428,99.361904L159.090419,99.314285L159.423752,99.314285L159.423752,99.504761M158.99518,98.885713L159.99518,98.885713L158.99518,98.314285L159.99518,98.314285M158.99518,97.838094L159.99518,97.838094L159.99518,97.599999L159.947561,97.457142L159.852323,97.361904L159.757085,97.314285L159.566609,97.266666L159.423752,97.266666L159.233276,97.314285L159.138038,97.361904L159.0428,97.457142L158.99518,97.599999L158.99518,97.838094"}, {"thickness": 0.15, "svgpath": "M178.352438,81.835714L178.304819,81.740476L178.304819,81.597619L178.352438,81.454762L178.447676,81.359524L178.542914,81.311905L178.73339,81.264286L178.876247,81.264286L179.066723,81.311905L179.161961,81.359524L179.2572,81.454762L179.304819,81.597619L179.304819,81.692857L179.2572,81.835714L179.20958,81.883333L178.876247,81.883333L178.876247,81.692857M179.304819,82.311905L178.304819,82.311905L178.304819,82.692857L178.352438,82.788095L178.400057,82.835714L178.495295,82.883333L178.638152,82.883333L178.73339,82.835714L178.781009,82.788095L178.828628,82.692857L178.828628,82.311905M178.304819,83.740476L178.304819,83.55L178.352438,83.454762L178.400057,83.407143L178.542914,83.311905L178.73339,83.264286L179.114342,83.264286L179.20958,83.311905L179.2572,83.359524L179.304819,83.454762L179.304819,83.645238L179.2572,83.740476L179.20958,83.788095L179.114342,83.835714L178.876247,83.835714L178.781009,83.788095L178.73339,83.740476L178.685771,83.645238L178.685771,83.454762L178.73339,83.359524L178.781009,83.311905L178.876247,83.264286"}, {"thickness": 0.15, "svgpath": "M163.99518,99.266666L164.471371,99.599999M163.99518,99.838094L164.99518,99.838094L164.99518,99.457142L164.947561,99.361904L164.899942,99.314285L164.804704,99.266666L164.661847,99.266666L164.566609,99.314285L164.51899,99.361904L164.471371,99.457142L164.471371,99.838094M164.99518,98.933332L163.99518,98.266666M164.99518,98.266666L163.99518,98.933332"}, {"thickness": 0.15, "svgpath": "M141.454819,68.238095L142.264342,68.238095L142.35958,68.285714L142.4072,68.333333L142.454819,68.428571L142.454819,68.619047L142.4072,68.714285L142.35958,68.761904L142.264342,68.809523L141.454819,68.809523M142.454819,69.809523L142.454819,69.238095M142.454819,69.523809L141.454819,69.523809L141.597676,69.428571L141.692914,69.333333L141.740533,69.238095", "ref": 1}, {"type": "segment", "start": [140.91, 71.6], "end": [140.91, 65.59], "width": 0.12}, {"type": "segment", "start": [134.09, 69.35], "end": [134.09, 65.59], "width": 0.12}, {"type": "segment", "start": [134.09, 65.59], "end": [135.35, 65.59], "width": 0.12}, {"type": "segment", "start": [140.91, 65.59], "end": [139.65, 65.59], "width": 0.12}, {"thickness": 0.15, "svgpath": "M132.92958,100.857142L132.9772,100.809523L133.024819,100.666666L133.024819,100.571428L132.9772,100.428571L132.881961,100.333333L132.786723,100.285714L132.596247,100.238095L132.45339,100.238095L132.262914,100.285714L132.167676,100.333333L132.072438,100.428571L132.024819,100.571428L132.024819,100.666666L132.072438,100.809523L132.120057,100.857142M133.024819,101.809523L133.024819,101.238095M133.024819,101.523809L132.024819,101.523809L132.167676,101.428571L132.262914,101.333333L132.310533,101.238095M132.120057,102.190476L132.072438,102.238095L132.024819,102.333333L132.024819,102.571428L132.072438,102.666666L132.120057,102.714285L132.215295,102.761904L132.310533,102.761904L132.45339,102.714285L133.024819,102.142857L133.024819,102.761904", "ref": 1}, {"type": "segment", "start": [134.51, 101.353733], "end": [134.51, 101.646267], "width": 0.12}, {"type": "segment", "start": [133.49, 101.353733], "end": [133.49, 101.646267], "width": 0.12}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[4.188614, -2.275877], [4.212327, -2.290647], [4.238978, -2.312227], [4.238978, -2.633773], [4.238893, -2.72783], [4.238529, -2.801932], [4.237724, -2.858704], [4.236313, -2.900768], [4.234133, -2.930748], [4.231021, -2.951267], [4.226814, -2.964949], [4.221348, -2.974416], [4.217472, -2.979082], [4.186034, -2.999575], [4.150233, -2.998739], [4.118873, -2.981264], [4.092222, -2.959684], [4.092222, -2.312227], [4.118873, -2.290647], [4.144594, -2.274949], [4.1656, -2.269067], [4.188614, -2.275877]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[-2.923822, -2.291645], [-2.917242, -2.299218], [-2.912079, -2.308987], [-2.908164, -2.323571], [-2.905324, -2.345585], [-2.903387, -2.377648], [-2.902183, -2.422375], [-2.901539, -2.482385], [-2.901284, -2.560294], [-2.901245, -2.635956], [-2.901314, -2.729802], [-2.901638, -2.803689], [-2.902386, -2.860232], [-2.903732, -2.902049], [-2.905846, -2.931757], [-2.9089, -2.951973], [-2.913066, -2.965314], [-2.918516, -2.974398], [-2.923822, -2.980267], [-2.956826, -2.999947], [-2.991991, -2.998181], [-3.023455, -2.976717], [-3.030684, -2.968337], [-3.036334, -2.958614], [-3.040599, -2.944861], [-3.043673, -2.924389], [-3.045752, -2.894512], [-3.04703, -2.852541], [-3.047701, -2.795789], [-3.047959, -2.721567], [-3.048, -2.637537], [-3.048, -2.324485], [-3.020291, -2.296776], [-2.986137, -2.273463], [-2.953006, -2.272623], [-2.923822, -2.291645]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[-2.273043, 2.973429], [-2.176768, 2.949191], [-2.090184, 2.906359], [-2.015373, 2.846581], [-1.954418, 2.771506], [-1.909399, 2.68278], [-1.883136, 2.58647], [-1.877286, 2.489205], [-1.89214, 2.395346], [-1.92584, 2.307489], [-1.976528, 2.22823], [-2.042345, 2.160164], [-2.121434, 2.105888], [-2.211934, 2.067998], [-2.2632, 2.055574], [-2.307698, 2.048053], [-2.341999, 2.045081], [-2.37496, 2.046906], [-2.415434, 2.053775], [-2.448531, 2.06075], [-2.541947, 2.092259], [-2.625619, 2.143383], [-2.697665, 2.212571], [-2.7562, 2.298272], [-2.770148, 2.325511], [-2.786586, 2.361878], [-2.796894, 2.392418], [-2.80246, 2.42455], [-2.804669, 2.465693], [-2.804948, 2.511778], [-2.800861, 2.596135], [-2.787446, 2.665414], [-2.762256, 2.726039], [-2.722846, 2.784433], [-2.684298, 2.828698], [-2.612406, 2.894516], [-2.537313, 2.939947], [-2.454562, 2.96715], [-2.376928, 2.977424], [-2.273043, 2.973429]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[4.963065, -2.269163], [5.041772, -2.269542], [5.102863, -2.270333], [5.148817, -2.27167], [5.182114, -2.273683], [5.205236, -2.276506], [5.220662, -2.280269], [5.230871, -2.285105], [5.235813, -2.288822], [5.261457, -2.321358], [5.264559, -2.355138], [5.248711, -2.385826], [5.238348, -2.398089], [5.227196, -2.40645], [5.211035, -2.411657], [5.185642, -2.414457], [5.146798, -2.415596], [5.09028, -2.415821], [5.07918, -2.415822], [4.933244, -2.415822], [4.933244, -2.686756], [4.933148, -2.772154], [4.932711, -2.837864], [4.931712, -2.886774], [4.929928, -2.921773], [4.927137, -2.945749], [4.923117, -2.961593], [4.917645, -2.972191], [4.910666, -2.980267], [4.877734, -3.000112], [4.843354, -2.998548], [4.812176, -2.975906], [4.809886, -2.9731], [4.802429, -2.962492], [4.796747, -2.950081], [4.792601, -2.93285], [4.78975, -2.907784], [4.787954, -2.871867], [4.786972, -2.822083], [4.786564, -2.755417], [4.786489, -2.679589], [4.786489, -2.415822], [4.647127, -2.415822], [4.587322, -2.415418], [4.545918, -2.41384], [4.518748, -2.410547], [4.501646, -2.404992], [4.490443, -2.396631], [4.489083, -2.395178], [4.472725, -2.361939], [4.474172, -2.324362], [4.492978, -2.291645], [4.50025, -2.285298], [4.509627, -2.280266], [4.523609, -2.276396], [4.544696, -2.273537], [4.575389, -2.271535], [4.618189, -2.270239], [4.675595, -2.269498], [4.75011, -2.269158], [4.844233, -2.269068], [4.86426, -2.269067], [4.963065, -2.269163]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[6.228823, -2.274533], [6.260202, -2.296776], [6.287911, -2.324485], [6.287911, -2.63392], [6.287838, -2.725799], [6.287495, -2.79784], [6.286692, -2.85278], [6.285241, -2.89336], [6.282952, -2.922317], [6.279636, -2.942391], [6.275105, -2.956321], [6.269169, -2.966845], [6.264514, -2.9731], [6.233783, -2.997673], [6.198496, -3.000341], [6.166245, -2.985271], [6.155588, -2.976374], [6.148464, -2.964557], [6.144167, -2.945526], [6.141991, -2.914992], [6.141228, -2.868662], [6.141155, -2.832871], [6.141155, -2.698045], [5.644444, -2.698045], [5.644444, -2.8207], [5.643931, -2.876787], [5.641876, -2.915333], [5.637508, -2.941361], [5.630056, -2.959897], [5.621047, -2.9731], [5.590144, -2.997604], [5.555196, -3.000506], [5.521738, -2.983089], [5.512604, -2.973959], [5.506152, -2.961855], [5.501897, -2.943001], [5.499352, -2.91362], [5.498029, -2.869937], [5.497443, -2.808175], [5.497375, -2.794], [5.496891, -2.677631], [5.496641, -2.581727], [5.496723, -2.504177], [5.497231, -2.442869], [5.498262, -2.39569], [5.499913, -2.36053], [5.502279, -2.335276], [5.505457, -2.317817], [5.509544, -2.306041], [5.514634, -2.297835], [5.520266, -2.291645], [5.552128, -2.271844], [5.585357, -2.274533], [5.616735, -2.296776], [5.629433, -2.311126], [5.637526, -2.326978], [5.642042, -2.349554], [5.644006, -2.384078], [5.644444, -2.435776], [5.644444, -2.551289], [6.141155, -2.551289], [6.141155, -2.432756], [6.141662, -2.378148], [6.143698, -2.341275], [6.148035, -2.317307], [6.155447, -2.301415], [6.163733, -2.291645], [6.195594, -2.271844], [6.228823, -2.274533]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[1.018309, -2.269275], [1.147288, -2.273636], [1.256991, -2.286861], [1.349226, -2.309741], [1.425802, -2.34307], [1.488527, -2.387638], [1.539212, -2.444236], [1.579663, -2.513658], [1.580459, -2.515351], [1.604601, -2.577483], [1.613203, -2.632509], [1.606231, -2.687887], [1.583654, -2.751073], [1.579372, -2.760689], [1.550172, -2.816966], [1.517356, -2.860451], [1.475002, -2.897417], [1.41719, -2.934135], [1.413831, -2.936052], [1.363504, -2.960227], [1.306621, -2.978282], [1.239527, -2.990839], [1.158565, -2.998522], [1.060082, -3.001953], [1.025286, -3.002251], [0.859594, -3.002845], [0.836197, -2.9731], [0.829257, -2.963319], [0.823842, -2.951897], [0.819765, -2.936095], [0.816837, -2.913175], [0.814867, -2.880396], [0.814225, -2.856089], [0.970844, -2.856089], [1.064726, -2.856089], [1.119664, -2.854483], [1.17606, -2.850255], [1.222345, -2.844292], [1.225139, -2.84379], [1.307348, -2.821736], [1.371114, -2.7886], [1.418452, -2.742847], [1.451382, -2.682939], [1.457108, -2.667061], [1.462721, -2.642333], [1.460291, -2.617902], [1.448467, -2.5854], [1.44134, -2.569434], [1.418, -2.527006], [1.38988, -2.49724], [1.35894, -2.476511], [1.296966, -2.449537], [1.217651, -2.429998], [1.125253, -2.418746], [1.058333, -2.41627], [0.970844, -2.415822], [0.970844, -2.856089], [0.814225, -2.856089], [0.813668, -2.835021], [0.81305, -2.774311], [0.812825, -2.695526], [0.8128, -2.63392], [0.8128, -2.324485], [0.840509, -2.296776], [0.852806, -2.285544], [0.866103, -2.277853], [0.884672, -2.27304], [0.912786, -2.270446], [0.954717, -2.26941], [1.014737, -2.26927], [1.018309, -2.269275]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[-6.121371, -2.269066], [-6.081889, -2.269467], [-5.9662, -2.272259], [-5.869311, -2.28055], [-5.787919, -2.295232], [-5.718723, -2.317193], [-5.65842, -2.347322], [-5.603708, -2.38651], [-5.584167, -2.403532], [-5.55175, -2.443363], [-5.52252, -2.497413], [-5.499991, -2.557323], [-5.487679, -2.614739], [-5.4864, -2.635956], [-5.494417, -2.694769], [-5.515899, -2.759013], [-5.546999, -2.819821], [-5.583866, -2.86833], [-5.589854, -2.874182], [-5.640579, -2.915321], [-5.696125, -2.947435], [-5.759696, -2.971365], [-5.834494, -2.987953], [-5.923722, -2.998041], [-6.030582, -3.002469], [-6.079528, -3.002845], [-6.141762, -3.002545], [-6.185528, -3.001292], [-6.214931, -2.998554], [-6.234079, -2.993801], [-6.247077, -2.986501], [-6.254045, -2.980267], [-6.260626, -2.972694], [-6.265788, -2.962924], [-6.269703, -2.94834], [-6.272543, -2.926326], [-6.27448, -2.894264], [-6.275684, -2.849536], [-6.276328, -2.789526], [-6.276583, -2.711617], [-6.276622, -2.635956], [-6.27687, -2.535041], [-6.276817, -2.454427], [-6.275857, -2.415822], [-6.129867, -2.415822], [-6.129867, -2.856089], [-6.036734, -2.856004], [-5.980693, -2.854396], [-5.921999, -2.850256], [-5.873028, -2.844464], [-5.871538, -2.844226], [-5.792392, -2.82509], [-5.731002, -2.795287], [-5.684305, -2.752878], [-5.654635, -2.706961], [-5.636353, -2.656026], [-5.637771, -2.6082], [-5.658988, -2.556933], [-5.700489, -2.503899], [-5.757998, -2.4646], [-5.83275, -2.438331], [-5.882708, -2.429035], [-5.939416, -2.422507], [-5.999519, -2.417782], [-6.050639, -2.415817], [-6.053667, -2.415808], [-6.129867, -2.415822], [-6.275857, -2.415822], [-6.27526, -2.391851], [-6.270998, -2.345055], [-6.26283, -2.311778], [-6.249556, -2.289759], [-6.229974, -2.276739], [-6.202883, -2.270457], [-6.167082, -2.268653], [-6.121371, -2.269066]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[-1.300114, -2.273448], [-1.276548, -2.287273], [-1.245735, -2.309881], [-1.206078, -2.342338], [-1.15598, -2.385708], [-1.093843, -2.441058], [-1.018072, -2.509451], [-0.931334, -2.588084], [-0.750711, -2.751878], [-0.745067, -2.532029], [-0.743029, -2.456351], [-0.741063, -2.399994], [-0.738734, -2.359706], [-0.735606, -2.332235], [-0.731245, -2.314329], [-0.725216, -2.302737], [-0.717084, -2.294208], [-0.712772, -2.290623], [-0.678241, -2.27167], [-0.645383, -2.274441], [-0.619318, -2.290633], [-0.592667, -2.312199], [-0.589352, -2.627151], [-0.588435, -2.719779], [-0.587968, -2.792544], [-0.588113, -2.848161], [-0.589032, -2.889342], [-0.590887, -2.918803], [-0.593839, -2.939255], [-0.59805, -2.953413], [-0.603682, -2.963991], [-0.609927, -2.972474], [-0.623439, -2.988207], [-0.636883, -2.998636], [-0.652124, -3.002639], [-0.671026, -2.999094], [-0.695455, -2.986879], [-0.727273, -2.964871], [-0.768348, -2.931949], [-0.820542, -2.886991], [-0.885722, -2.828875], [-0.959556, -2.762099], [-1.224845, -2.521458], [-1.230489, -2.740589], [-1.232531, -2.816128], [-1.234502, -2.872354], [-1.236839, -2.912524], [-1.239981, -2.939896], [-1.244364, -2.957728], [-1.250424, -2.969279], [-1.2586, -2.977807], [-1.262784, -2.981282], [-1.299765, -3.000372], [-1.334708, -2.997493], [-1.365136, -2.9731], [-1.372097, -2.963286], [-1.377523, -2.951826], [-1.381603, -2.935968], [-1.384529, -2.912963], [-1.386492, -2.880062], [-1.387683, -2.834516], [-1.388292, -2.773573], [-1.388511, -2.694486], [-1.388534, -2.635956], [-1.38846, -2.544407], [-1.388113, -2.472687], [-1.387301, -2.418045], [-1.385833, -2.377732], [-1.383519, -2.348998], [-1.380167, -2.329093], [-1.375588, -2.315268], [-1.369589, -2.304772], [-1.365136, -2.298811], [-1.35385, -2.284691], [-1.343301, -2.274029], [-1.331893, -2.267892], [-1.31803, -2.267343], [-1.300114, -2.273448]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[-1.950081, -2.274599], [-1.881565, -2.286095], [-1.828943, -2.303967], [-1.794708, -2.327499], [-1.785379, -2.340924], [-1.775893, -2.372148], [-1.782277, -2.400395], [-1.80243, -2.427182], [-1.833745, -2.439713], [-1.879183, -2.438696], [-1.914326, -2.431906], [-1.992419, -2.418971], [-2.072226, -2.417742], [-2.161555, -2.428241], [-2.186229, -2.43269], [-2.269291, -2.456108], [-2.334273, -2.490945], [-2.380461, -2.536604], [-2.407145, -2.592494], [-2.412663, -2.621388], [-2.409051, -2.680012], [-2.385729, -2.731879], [-2.344824, -2.775978], [-2.288459, -2.811299], [-2.21876, -2.836829], [-2.137852, -2.851559], [-2.04786, -2.854478], [-1.95091, -2.844575], [-1.945436, -2.843641], [-1.906875, -2.836459], [-1.885494, -2.829521], [-1.876227, -2.819227], [-1.874006, -2.801976], [-1.873956, -2.792841], [-1.873956, -2.754489], [-1.942431, -2.754489], [-2.0029, -2.750347], [-2.044165, -2.737147], [-2.068175, -2.71373], [-2.076877, -2.678936], [-2.076983, -2.674394], [-2.071892, -2.644654], [-2.054433, -2.623419], [-2.021939, -2.609366], [-1.971743, -2.601173], [-1.923123, -2.598161], [-1.852456, -2.596433], [-1.801198, -2.59907], [-1.766239, -2.6088], [-1.74447, -2.628353], [-1.73278, -2.660456], [-1.72806, -2.707838], [-1.7272, -2.770071], [-1.728609, -2.839535], [-1.732848, -2.886786], [-1.739936, -2.912012], [-1.741311, -2.913988], [-1.780228, -2.945508], [-1.837286, -2.97047], [-1.908869, -2.98834], [-1.991358, -2.998586], [-2.081139, -3.000673], [-2.174592, -2.994068], [-2.229556, -2.985956], [-2.315766, -2.961554], [-2.395892, -2.921662], [-2.462977, -2.869887], [-2.473173, -2.859539], [-2.506302, -2.816035], [-2.536194, -2.762118], [-2.559357, -2.705592], [-2.572298, -2.654259], [-2.573858, -2.634544], [-2.567218, -2.593419], [-2.549568, -2.542252], [-2.524297, -2.488394], [-2.494789, -2.439195], [-2.468719, -2.406334], [-2.407765, -2.357452], [-2.328969, -2.318545], [-2.235157, -2.290494], [-2.12915, -2.274179], [-2.032, -2.270192], [-1.950081, -2.274599]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[0.230343, -2.26926], [0.306701, -2.270174], [0.365217, -2.272311], [0.408255, -2.276175], [0.438183, -2.282267], [0.457368, -2.29109], [0.468176, -2.303146], [0.472973, -2.318939], [0.474127, -2.33897], [0.474133, -2.341335], [0.473131, -2.363992], [0.468396, -2.381503], [0.457333, -2.394574], [0.437348, -2.403913], [0.405846, -2.410227], [0.360232, -2.414222], [0.297913, -2.416606], [0.216293, -2.418086], [0.191277, -2.418414], [-0.0508, -2.421467], [-0.054186, -2.486378], [-0.057571, -2.551289], [0.110576, -2.551289], [0.176266, -2.551531], [0.223172, -2.552556], [0.255083, -2.554811], [0.275791, -2.558742], [0.289084, -2.564798], [0.298755, -2.573424], [0.298817, -2.573493], [0.316356, -2.607112], [0.315722, -2.643448], [0.297314, -2.674423], [0.293671, -2.677607], [0.280741, -2.685812], [0.263024, -2.691521], [0.23657, -2.695162], [0.197432, -2.697167], [0.141662, -2.697964], [0.105994, -2.698045], [-0.056445, -2.698045], [-0.056445, -2.856089], [0.190161, -2.856089], [0.27158, -2.856231], [0.33341, -2.856814], [0.378637, -2.858068], [0.410248, -2.860227], [0.431231, -2.863523], [0.444573, -2.868189], [0.453261, -2.874457], [0.45545, -2.876733], [0.471614, -2.90828], [0.472797, -2.944168], [0.459536, -2.975285], [0.449043, -2.985271], [0.438129, -2.990769], [0.421217, -2.995022], [0.395633, -2.99818], [0.358701, -3.000392], [0.307746, -3.001806], [0.240094, -3.002572], [0.153069, -3.002838], [0.133394, -3.002845], [0.044911, -3.002787], [-0.023773, -3.002467], [-0.075436, -3.001667], [-0.112855, -3.000167], [-0.13881, -2.997749], [-0.156078, -2.994194], [-0.167438, -2.989282], [-0.175668, -2.982795], [-0.180183, -2.978138], [-0.186979, -2.969889], [-0.192288, -2.959669], [-0.196294, -2.9448], [-0.199179, -2.922602], [-0.201126, -2.890393], [-0.202319, -2.845496], [-0.202939, -2.785228], [-0.203171, -2.706911], [-0.2032, -2.640994], [-0.203129, -2.548628], [-0.202792, -2.476117], [-0.202002, -2.420737], [-0.200574, -2.379765], [-0.198321, -2.350478], [-0.195057, -2.330153], [-0.190596, -2.316066], [-0.184752, -2.305495], [-0.179803, -2.298811], [-0.156406, -2.269067], [0.133774, -2.269067], [0.230343, -2.26926]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[-4.712794, -2.269146], [-4.643386, -2.269518], [-4.590997, -2.270385], [-4.552847, -2.271946], [-4.526159, -2.274403], [-4.508153, -2.277957], [-4.496049, -2.28281], [-4.487069, -2.289161], [-4.483818, -2.292084], [-4.464043, -2.323142], [-4.460482, -2.358828], [-4.473491, -2.39051], [-4.479506, -2.396913], [-4.489235, -2.403121], [-4.504901, -2.40791], [-4.529408, -2.411514], [-4.565661, -2.414164], [-4.616565, -2.416095], [-4.685026, -2.417539], [-4.747617, -2.418418], [-4.995334, -2.421467], [-4.998719, -2.486378], [-5.002105, -2.551289], [-4.833958, -2.551289], [-4.760959, -2.551919], [-4.707517, -2.554553], [-4.670628, -2.560309], [-4.647288, -2.570304], [-4.634494, -2.585656], [-4.629242, -2.607482], [-4.628445, -2.627738], [-4.630923, -2.652592], [-4.640277, -2.670906], [-4.659383, -2.683637], [-4.691118, -2.691741], [-4.738359, -2.696176], [-4.803983, -2.697899], [-4.839801, -2.698045], [-5.000978, -2.698045], [-5.000978, -2.856089], [-4.752622, -2.856089], [-4.671213, -2.856202], [-4.609342, -2.856712], [-4.563968, -2.85787], [-4.532054, -2.85993], [-4.510559, -2.863146], [-4.496443, -2.867772], [-4.486668, -2.874059], [-4.481689, -2.878667], [-4.46461, -2.90556], [-4.459111, -2.929467], [-4.466963, -2.958667], [-4.481689, -2.980267], [-4.489546, -2.987066], [-4.499688, -2.992346], [-4.514844, -2.996298], [-4.537741, -2.999113], [-4.571109, -3.000982], [-4.617675, -3.002098], [-4.680167, -3.002651], [-4.761314, -3.002833], [-4.803422, -3.002845], [-4.893598, -3.002765], [-4.963924, -3.002398], [-5.017129, -3.001552], [-5.05594, -3.000036], [-5.083087, -2.997659], [-5.101298, -2.994229], [-5.1133, -2.989554], [-5.121822, -2.983444], [-5.125156, -2.980267], [-5.131755, -2.97267], [-5.136927, -2.96287], [-5.140846, -2.948239], [-5.143684, -2.926152], [-5.145615, -2.893982], [-5.146812, -2.849103], [-5.147448, -2.788889], [-5.147697, -2.710713], [-5.147734, -2.637923], [-5.1477, -2.544707], [-5.147465, -2.471431], [-5.14683, -2.415458], [-5.145594, -2.374151], [-5.143556, -2.344872], [-5.140517, -2.324984], [-5.136277, -2.31185], [-5.130635, -2.302832], [-5.123391, -2.295293], [-5.121606, -2.293612], [-5.112945, -2.286172], [-5.102882, -2.280409], [-5.088625, -2.276112], [-5.067383, -2.273064], [-5.036364, -2.271051], [-4.992777, -2.26986], [-4.933831, -2.269275], [-4.856734, -2.269083], [-4.802001, -2.269067], [-4.712794, -2.269146]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[3.744665, -2.271034], [3.764255, -2.278035], [3.76501, -2.278377], [3.791613, -2.298678], [3.80627, -2.319561], [3.809138, -2.329352], [3.808996, -2.342361], [3.804961, -2.360895], [3.796146, -2.387257], [3.781669, -2.423752], [3.760645, -2.472687], [3.732188, -2.536365], [3.695415, -2.617093], [3.675175, -2.661216], [3.638625, -2.739985], [3.604315, -2.812423], [3.573552, -2.87588], [3.547648, -2.927708], [3.52791, -2.965259], [3.51565, -2.985884], [3.513224, -2.988733], [3.482183, -3.001302], [3.447121, -2.999619], [3.419, -2.984332], [3.417854, -2.983089], [3.406668, -2.966154], [3.387904, -2.93317], [3.363875, -2.88838], [3.336897, -2.836032], [3.327201, -2.816742], [3.254014, -2.67015], [3.17424, -2.829393], [3.145767, -2.884415], [3.11935, -2.932132], [3.097148, -2.968893], [3.081319, -2.991044], [3.075954, -2.995741], [3.034257, -3.002102], [2.999849, -2.988733], [2.989728, -2.974446], [2.972214, -2.942692], [2.948735, -2.896597], [2.92072, -2.839285], [2.889599, -2.77388], [2.856799, -2.703507], [2.82375, -2.631291], [2.791881, -2.560355], [2.762619, -2.493825], [2.737395, -2.434826], [2.717636, -2.386481], [2.704772, -2.351915], [2.700231, -2.334253], [2.700277, -2.333613], [2.711326, -2.311388], [2.73341, -2.288753], [2.73471, -2.287768], [2.761853, -2.272425], [2.786958, -2.272574], [2.796368, -2.275466], [2.807834, -2.281718], [2.82001, -2.294014], [2.834357, -2.314908], [2.852336, -2.346949], [2.875407, -2.392688], [2.90503, -2.454677], [2.931745, -2.511898], [2.96248, -2.578226], [2.990021, -2.637874], [3.012938, -2.687725], [3.029798, -2.724664], [3.039173, -2.745573], [3.04054, -2.748845], [3.046689, -2.743497], [3.060822, -2.721109], [3.081057, -2.684946], [3.105515, -2.638277], [3.115248, -2.619022], [3.148217, -2.554004], [3.173643, -2.506654], [3.193612, -2.474219], [3.21021, -2.453946], [3.225524, -2.443082], [3.24164, -2.438875], [3.252143, -2.4384], [3.27067, -2.440042], [3.286904, -2.446831], [3.303035, -2.461566], [3.321251, -2.487044], [3.343739, -2.526061], [3.372689, -2.581414], [3.388662, -2.612903], [3.41457, -2.663087], [3.437167, -2.704704], [3.454458, -2.734242], [3.46445, -2.748189], [3.465809, -2.74877], [3.472261, -2.737793], [3.486708, -2.70929], [3.507703, -2.666244], [3.533797, -2.611638], [3.563546, -2.548454], [3.57818, -2.517071], [3.61625, -2.436078], [3.646905, -2.373756], [3.671737, -2.328071], [3.692337, -2.296989], [3.710298, -2.278478], [3.72721, -2.270504], [3.744665, -2.271034]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[-3.691703, -2.270351], [-3.616888, -2.275581], [-3.547306, -2.28375], [-3.487002, -2.29455], [-3.44002, -2.307673], [-3.410406, -2.322813], [-3.40586, -2.327269], [-3.390054, -2.36185], [-3.394847, -2.397351], [-3.419364, -2.427725], [-3.420534, -2.428596], [-3.434954, -2.437954], [-3.450008, -2.442876], [-3.471005, -2.443473], [-3.503257, -2.439861], [-3.552073, -2.432154], [-3.556, -2.431505], [-3.628739, -2.422569], [-3.707217, -2.418161], [-3.785927, -2.418119], [-3.859361, -2.422279], [-3.922011, -2.430479], [-3.96837, -2.442557], [-3.971416, -2.443771], [-4.005048, -2.462615], [-4.016864, -2.481685], [-4.007614, -2.500439], [-3.978047, -2.518337], [-3.928911, -2.534837], [-3.860957, -2.549396], [-3.815645, -2.556406], [-3.721456, -2.569889], [-3.646544, -2.582214], [-3.587717, -2.594449], [-3.541785, -2.607661], [-3.505555, -2.622917], [-3.475838, -2.641285], [-3.449442, -2.663831], [-3.42823, -2.685971], [-3.403065, -2.716819], [-3.390681, -2.743345], [-3.386808, -2.776026], [-3.386667, -2.787995], [-3.389576, -2.827712], [-3.401202, -2.857259], [-3.421323, -2.883486], [-3.462216, -2.923576], [-3.507817, -2.954149], [-3.561513, -2.976203], [-3.626692, -2.990735], [-3.706744, -2.998741], [-3.805057, -3.001218], [-3.821289, -3.001177], [-3.886849, -2.999818], [-3.951866, -2.99673], [-4.009252, -2.992356], [-4.051922, -2.98714], [-4.055372, -2.986541], [-4.097796, -2.976491], [-4.13378, -2.963796], [-4.15415, -2.95219], [-4.173107, -2.921572], [-4.174427, -2.885918], [-4.158085, -2.854144], [-4.154429, -2.850551], [-4.139315, -2.839876], [-4.120415, -2.835276], [-4.091162, -2.836059], [-4.055651, -2.840127], [-4.01597, -2.843762], [-3.960345, -2.846828], [-3.895406, -2.849053], [-3.827785, -2.850164], [-3.81, -2.850237], [-3.742128, -2.849964], [-3.692454, -2.848646], [-3.65661, -2.845827], [-3.630224, -2.84105], [-3.608926, -2.833857], [-3.596126, -2.827867], [-3.568, -2.811233], [-3.550068, -2.796168], [-3.547447, -2.791897], [-3.552976, -2.774263], [-3.57926, -2.757192], [-3.624478, -2.741458], [-3.686808, -2.727838], [-3.705171, -2.724804], [-3.80109, -2.709738], [-3.877641, -2.697146], [-3.93778, -2.686111], [-3.98446, -2.67572], [-4.020637, -2.665056], [-4.049265, -2.653205], [-4.073298, -2.639251], [-4.095692, -2.622281], [-4.119402, -2.601378], [-4.12738, -2.594049], [-4.155353, -2.566699], [-4.17016, -2.545029], [-4.175952, -2.520232], [-4.176889, -2.488983], [-4.166575, -2.427705], [-4.135752, -2.37564], [-4.084595, -2.332958], [-4.013283, -2.299825], [-3.9624, -2.284964], [-3.9071, -2.275366], [-3.840853, -2.269936], [-3.767706, -2.268367], [-3.691703, -2.270351]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[0.328429, 2.050929], [0.48857, 2.029755], [0.65251, 1.989615], [0.822313, 1.930111], [1.000043, 1.850846], [1.01131, 1.845301], [1.069005, 1.817275], [1.120552, 1.793198], [1.162191, 1.774751], [1.190162, 1.763614], [1.199733, 1.761067], [1.21895, 1.756059], [1.223561, 1.751853], [1.218458, 1.74142], [1.202418, 1.715132], [1.177288, 1.675743], [1.144914, 1.626009], [1.107143, 1.568685], [1.065822, 1.506524], [1.022798, 1.442282], [0.979917, 1.378715], [0.939026, 1.318575], [0.901971, 1.26462], [0.8706, 1.219603], [0.846759, 1.186279], [0.832294, 1.167403], [0.830309, 1.165213], [0.820191, 1.169862], [0.79785, 1.187038], [0.76728, 1.21356], [0.751536, 1.228036], [0.655047, 1.303318], [0.548336, 1.358759], [0.432832, 1.393859], [0.309962, 1.40812], [0.240561, 1.406949], [0.119423, 1.389788], [0.010205, 1.353906], [-0.087418, 1.299041], [-0.173772, 1.22493], [-0.249185, 1.131312], [-0.313982, 1.017924], [-0.351399, 0.931333], [-0.395252, 0.795634], [-0.427572, 0.64815], [-0.448443, 0.492686], [-0.457949, 0.333044], [-0.456173, 0.173027], [-0.443197, 0.016439], [-0.419106, -0.132918], [-0.383982, -0.27124], [-0.337908, -0.394724], [-0.321627, -0.428978], [-0.25338, -0.543064], [-0.172921, -0.639557], [-0.08143, -0.71767], [0.019911, -0.776617], [0.12992, -0.815612], [0.247415, -0.833868], [0.288883, -0.835211], [0.410441, -0.82429], [0.530878, -0.791474], [0.648666, -0.737439], [0.762277, -0.662865], [0.853685, -0.584539], [0.900215, -0.540008], [1.081483, -0.837271], [1.12658, -0.911433], [1.167819, -0.979646], [1.203735, -1.039459], [1.232866, -1.08842], [1.25375, -1.124079], [1.264924, -1.143984], [1.266375, -1.147079], [1.258146, -1.156718], [1.232567, -1.173999], [1.192873, -1.197283], [1.142297, -1.224934], [1.084074, -1.255315], [1.021437, -1.28679], [0.957621, -1.317722], [0.89586, -1.346473], [0.839388, -1.371408], [0.791438, -1.390889], [0.767986, -1.399318], [0.634221, -1.437133], [0.496327, -1.462136], [0.348622, -1.47514], [0.221833, -1.477468], [0.153878, -1.476373], [0.088277, -1.474275], [0.030847, -1.471434], [-0.012597, -1.468106], [-0.026702, -1.466422], [-0.165716, -1.437587], [-0.307243, -1.392468], [-0.444725, -1.33375], [-0.571606, -1.26412], [-0.649111, -1.211441], [-0.776519, -1.103239], [-0.894822, -0.976671], [-1.001828, -0.834866], [-1.095348, -0.680951], [-1.17319, -0.518053], [-1.217044, -0.400756], [-1.267292, -0.217128], [-1.300791, -0.022581], [-1.317551, 0.178675], [-1.317584, 0.382432], [-1.300899, 0.584479], [-1.267507, 0.780608], [-1.21742, 0.966609], [-1.213603, 0.978197], [-1.150719, 1.14025], [-1.073972, 1.288168], [-0.980758, 1.426135], [-0.868473, 1.558339], [-0.824608, 1.603601], [-0.688466, 1.727543], [-0.548509, 1.830085], [-0.402589, 1.912344], [-0.248558, 1.975436], [-0.084268, 2.020477], [0.011289, 2.037967], [0.170023, 2.053534], [0.328429, 2.050929]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[6.186507, 0.527755], [6.186526, 0.293338], [6.186552, 0.080397], [6.186625, -0.112168], [6.186782, -0.285459], [6.187064, -0.440576], [6.187509, -0.57862], [6.188156, -0.700692], [6.189045, -0.807894], [6.190213, -0.901326], [6.191701, -0.98209], [6.193546, -1.051286], [6.195789, -1.110015], [6.198469, -1.159379], [6.201623, -1.200478], [6.205292, -1.234413], [6.209513, -1.262286], [6.214327, -1.285198], [6.219773, -1.304249], [6.225888, -1.32054], [6.232712, -1.335173], [6.240285, -1.349249], [6.248645, -1.363868], [6.253839, -1.372974], [6.288104, -1.433689], [5.429955, -1.433689], [5.429955, -1.337733], [5.429224, -1.29437], [5.427272, -1.261205], [5.424463, -1.243424], [5.423221, -1.241778], [5.411799, -1.248662], [5.389084, -1.266505], [5.366385, -1.285879], [5.3118, -1.326614], [5.242321, -1.367617], [5.16527, -1.405123], [5.087965, -1.435364], [5.057113, -1.445012], [4.988616, -1.459578], [4.905764, -1.469539], [4.816371, -1.474583], [4.728248, -1.474396], [4.649207, -1.468666], [4.611511, -1.462858], [4.473414, -1.424797], [4.346113, -1.367073], [4.230292, -1.290211], [4.126637, -1.194739], [4.035833, -1.081179], [3.969031, -0.970381], [3.914164, -0.853625], [3.872163, -0.734276], [3.842167, -0.608283], [3.823311, -0.471594], [3.814732, -0.320158], [3.814006, -0.242711], [3.8161, -0.185934], [4.645217, -0.185934], [4.645424, -0.279002], [4.648337, -0.366692], [4.654, -0.443772], [4.662455, -0.505009], [4.665038, -0.51735], [4.69684, -0.624633], [4.738498, -0.711658], [4.790363, -0.778642], [4.852781, -0.825805], [4.9261, -0.853365], [5.010669, -0.861541], [5.106835, -0.850551], [5.170311, -0.834829], [5.219454, -0.816639], [5.273583, -0.790791], [5.314244, -0.767089], [5.3848, -0.720721], [5.3848, 0.42947], [5.317392, 0.473038], [5.238867, 0.51396], [5.154681, 0.540611], [5.069557, 0.552535], [4.988216, 0.549278], [4.91538, 0.530385], [4.883426, 0.514816], [4.825501, 0.471819], [4.776544, 0.415047], [4.73539, 0.342425], [4.700874, 0.251879], [4.671833, 0.141334], [4.670552, 0.135467], [4.660381, 0.073212], [4.652739, -0.004594], [4.64767, -0.09272], [4.645217, -0.185934], [3.8161, -0.185934], [3.821857, -0.029895], [3.843802, 0.165941], [3.879786, 0.344668], [3.929759, 0.506155], [3.993668, 0.650274], [4.071462, 0.776894], [4.163089, 0.885885], [4.268497, 0.977117], [4.313662, 1.008068], [4.414611, 1.064215], [4.517901, 1.103826], [4.627989, 1.127986], [4.74933, 1.137781], [4.841836, 1.136735], [4.97149, 1.125769], [5.084084, 1.103954], [5.182875, 1.070286], [5.271121, 1.023764], [5.319986, 0.989552], [5.349353, 0.967638], [5.371043, 0.952667], [5.379253, 0.948267], [5.380868, 0.959096], [5.382159, 0.989749], [5.383138, 1.037474], [5.383817, 1.099521], [5.38421, 1.173138], [5.38433, 1.255573], [5.384188, 1.344075], [5.383797, 1.435893], [5.383171, 1.528276], [5.38232, 1.618472], [5.38126, 1.703729], [5.380001, 1.781297], [5.378556, 1.848424], [5.376938, 1.902359], [5.375161, 1.94035], [5.374669, 1.947333], [5.367092, 2.017749], [5.355531, 2.072898], [5.337792, 2.120019], [5.311682, 2.166353], [5.305415, 2.175933], [5.280983, 2.212622], [6.186311, 2.212622], [6.186507, 0.527755]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[2.673574, 1.133448], [2.825492, 1.113433], [2.960756, 1.079798], [3.080239, 1.032275], [3.184815, 0.970595], [3.262424, 0.907035], [3.331265, 0.832901], [3.385006, 0.753129], [3.42791, 0.660909], [3.443384, 0.617839], [3.456244, 0.578858], [3.467446, 0.542711], [3.47712, 0.507566], [3.485396, 0.47159], [3.492403, 0.43295], [3.498272, 0.389815], [3.503131, 0.340351], [3.50711, 0.282727], [3.51034, 0.215109], [3.512949, 0.135666], [3.515067, 0.042564], [3.516824, -0.066027], [3.518349, -0.191942], [3.519772, -0.337012], [3.521025, -0.479778], [3.522351, -0.635968], [3.523556, -0.771239], [3.524766, -0.887246], [3.526106, -0.985645], [3.5277, -1.068093], [3.529675, -1.136246], [3.532156, -1.19176], [3.535269, -1.236292], [3.539138, -1.271498], [3.543889, -1.299034], [3.549648, -1.320556], [3.556539, -1.337722], [3.564689, -1.352186], [3.574223, -1.365606], [3.585266, -1.379638], [3.589566, -1.385071], [3.605386, -1.40791], [3.612422, -1.423463], [3.612444, -1.423922], [3.601567, -1.426121], [3.570582, -1.428147], [3.521957, -1.429942], [3.458163, -1.431451], [3.381669, -1.432616], [3.294944, -1.43338], [3.200457, -1.433686], [3.18955, -1.433689], [2.766657, -1.433689], [2.763395, -1.337622], [2.760133, -1.241556], [2.698044, -1.292543], [2.600714, -1.360057], [2.490813, -1.414749], [2.404349, -1.444978], [2.335278, -1.459666], [2.251925, -1.469659], [2.162159, -1.474646], [2.073845, -1.474313], [1.994851, -1.468351], [1.958622, -1.462638], [1.818603, -1.424776], [1.692178, -1.369932], [1.58026, -1.298924], [1.483762, -1.212568], [1.4036, -1.111679], [1.340687, -0.997076], [1.296312, -0.870984], [1.283978, -0.814401], [1.276368, -0.752202], [1.272739, -0.677363], [1.272245, -0.643467], [1.27231, -0.640282], [2.032248, -0.640282], [2.041541, -0.715333], [2.069728, -0.77916], [2.118197, -0.834798], [2.123254, -0.839211], [2.171548, -0.874037], [2.223257, -0.89662], [2.283989, -0.90854], [2.359352, -0.911383], [2.377459, -0.910978], [2.431278, -0.908325], [2.471308, -0.902909], [2.506324, -0.892745], [2.545103, -0.87585], [2.555745, -0.870672], [2.616396, -0.834844], [2.663215, -0.792212], [2.675952, -0.776973], [2.720622, -0.720462], [2.720622, -0.524586], [2.720086, -0.445939], [2.718396, -0.387988], [2.715428, -0.348875], [2.711057, -0.326741], [2.706972, -0.320274], [2.691047, -0.317111], [2.657264, -0.314488], [2.61034, -0.312655], [2.554993, -0.311857], [2.546106, -0.311842], [2.42533, -0.317096], [2.32266, -0.333263], [2.236106, -0.360961], [2.163681, -0.400808], [2.108751, -0.447758], [2.064204, -0.505645], [2.03948, -0.568693], [2.032248, -0.640282], [1.27231, -0.640282], [1.274178, -0.549712], [1.282522, -0.470812], [1.298768, -0.39959], [1.324405, -0.328864], [1.348401, -0.276493], [1.40702, -0.181196], [1.485117, -0.09317], [1.580315, -0.014017], [1.690238, 0.05466], [1.81251, 0.111259], [1.944755, 0.154179], [2.009422, 0.169118], [2.145604, 0.191223], [2.294049, 0.205806], [2.445505, 0.212187], [2.572064, 0.210555], [2.73395, 0.203776], [2.72653, 0.262755], [2.707238, 0.361908], [2.676104, 0.442628], [2.632269, 0.505534], [2.574871, 0.551244], [2.503048, 0.580378], [2.415941, 0.593553], [2.312686, 0.591389], [2.274711, 0.587388], [2.13352, 0.56222], [1.996707, 0.521186], [1.902178, 0.483185], [1.857018, 0.46381], [1.818585, 0.44824], [1.792234, 0.438595], [1.784546, 0.436548], [1.774802, 0.445626], [1.758083, 0.474595], [1.734232, 0.523783], [1.703093, 0.593516], [1.664507, 0.684121], [1.65791, 0.699911], [1.627853, 0.772228], [1.600874, 0.837575], [1.578136, 0.893094], [1.560806, 0.935928], [1.550048, 0.963219], [1.546941, 0.972058], [1.55694, 0.976813], [1.583217, 0.98209], [1.611489, 0.985769], [1.641646, 0.990526], [1.689433, 0.999972], [1.750612, 1.01318], [1.820946, 1.029224], [1.896194, 1.04718], [1.924755, 1.054203], [2.029816, 1.079791], [2.11748, 1.099853], [2.192068, 1.115031], [2.257903, 1.125965], [2.319307, 1.133296], [2.380602, 1.137665], [2.44611, 1.139713], [2.504128, 1.140111], [2.673574, 1.133448]]]}, {"type": "polygon", "pos": [167.5, 81.5], "angle": 180.0, "polygons": [[[-2.9464, 2.510946], [-2.935535, 2.397007], [-2.903918, 2.289384], [-2.853015, 2.190385], [-2.784293, 2.102316], [-2.699219, 2.027484], [-2.602232, 1.969616], [-2.495964, 1.929995], [-2.38895, 1.911427], [-2.2833, 1.912566], [-2.181125, 1.93207], [-2.084534, 1.968594], [-1.995638, 2.020795], [-1.916546, 2.087327], [-1.849369, 2.166848], [-1.796217, 2.258013], [-1.759199, 2.359477], [-1.740427, 2.469898], [-1.738489, 2.519794], [-1.738489, 2.607733], [-1.68656, 2.607733], [-1.650253, 2.604889], [-1.623355, 2.593089], [-1.596249, 2.569351], [-1.557867, 2.530969], [-1.557867, 0.339398], [-1.557876, 0.077261], [-1.557908, -0.163241], [-1.557972, -0.383048], [-1.558076, -0.583101], [-1.558227, -0.764344], [-1.558434, -0.927716], [-1.558706, -1.07416], [-1.55905, -1.204617], [-1.559474, -1.320029], [-1.559987, -1.421338], [-1.560597, -1.509484], [-1.561312, -1.58541], [-1.56214, -1.650057], [-1.563089, -1.704367], [-1.564167, -1.74928], [-1.565383, -1.78574], [-1.566745, -1.814687], [-1.568261, -1.837063], [-1.569938, -1.853809], [-1.571786, -1.865868], [-1.573813, -1.87418], [-1.576025, -1.879687], [-1.577108, -1.881537], [-1.581271, -1.888549], [-1.584805, -1.894996], [-1.588635, -1.9009], [-1.593682, -1.906286], [-1.600871, -1.911178], [-1.611123, -1.915598], [-1.625364, -1.919572], [-1.644514, -1.923121], [-1.669499, -1.92627], [-1.70124, -1.929042], [-1.740662, -1.931461], [-1.788686, -1.933551], [-1.846237, -1.935335], [-1.914237, -1.936837], [-1.99361, -1.93808], [-2.085279, -1.939089], [-2.190166, -1.939885], [-2.309196, -1.940494], [-2.44329, -1.940939], [-2.593373, -1.941243], [-2.760367, -1.94143], [-2.945196, -1.941524], [-3.148783, -1.941548], [-3.37205, -1.941525], [-3.615922, -1.94148], [-3.881321, -1.941437], [-3.919704, -1.941432], [-4.186682, -1.941389], [-4.432002, -1.941318], [-4.656583, -1.941213], [-4.861345, -1.941066], [-5.047206, -1.940869], [-5.215088, -1.940616], [-5.365908, -1.9403], [-5.500587, -1.939913], [-5.620044, -1.939447], [-5.725199, -1.938897], [-5.816971, -1.938253], [-5.896279, -1.937511], [-5.964043, -1.936661], [-6.021182, -1.935697], [-6.068617, -1.934611], [-6.107266, -1.933397], [-6.138049, -1.932047], [-6.161885, -1.930555], [-6.179694, -1.928911], [-6.192395, -1.927111], [-6.200908, -1.925145], [-6.205266, -1.923477], [-6.213728, -1.919906], [-6.221497, -1.91727], [-6.228602, -1.914634], [-6.235073, -1.911062], [-6.240939, -1.905621], [-6.246229, -1.897375], [-6.250974, -1.88539], [-6.255202, -1.868731], [-6.258943, -1.846463], [-6.262227, -1.817652], [-6.265083, -1.781363], [-6.26754, -1.736661], [-6.269629, -1.682611], [-6.271378, -1.618279], [-6.272817, -1.54273], [-6.273976, -1.45503], [-6.274883, -1.354243], [-6.275569, -1.239434], [-6.276063, -1.10967], [-6.276395, -0.964015], [-6.276593, -0.801535], [-6.276687, -0.621295], [-6.276708, -0.42236], [-6.276685, -0.203796], [-6.276646, 0.035332], [-6.276622, 0.29596], [-6.276622, 0.338111], [-6.276636, 0.601008], [-6.276661, 0.842268], [-6.276671, 1.062835], [-6.276642, 1.263648], [-6.276548, 1.445651], [-6.276362, 1.609784], [-6.276059, 1.756989], [-6.275614, 1.888208], [-6.275034, 1.998133], [-5.972197, 1.998133], [-5.932407, 1.940289], [-5.921236, 1.924521], [-5.911166, 1.910559], [-5.902138, 1.897216], [-5.894097, 1.883307], [-5.886986, 1.867644], [-5.880747, 1.849042], [-5.875325, 1.826314], [-5.870662, 1.798273], [-5.866701, 1.763733], [-5.863385, 1.721508], [-5.860659, 1.670411], [-5.858464, 1.609256], [-5.856745, 1.536856], [-5.855444, 1.452025], [-5.854505, 1.353578], [-5.85387, 1.240326], [-5.853484, 1.111084], [-5.853288, 0.964666], [-5.853227, 0.799884], [-5.853243, 0.615553], [-5.85328, 0.410487], [-5.853289, 0.287867], [-5.853265, 0.070918], [-5.853231, -0.124642], [-5.853243, -0.299999], [-5.853358, -0.456341], [-5.85363, -0.594857], [-5.854118, -0.716734], [-5.854876, -0.82316], [-5.855962, -0.915322], [-5.857431, -0.994409], [-5.85934, -1.061608], [-5.861744, -1.118107], [-5.864701, -1.165093], [-5.868266, -1.203755], [-5.872495, -1.23528], [-5.877446, -1.260855], [-5.883173, -1.28167], [-5.889733, -1.298911], [-5.897183, -1.313765], [-5.905579, -1.327422], [-5.914976, -1.341069], [-5.925432, -1.355893], [-5.931523, -1.364783], [-5.970296, -1.4224], [-5.438732, -1.4224], [-5.315483, -1.422365], [-5.212987, -1.422215], [-5.12942, -1.421878], [-5.062956, -1.421286], [-5.011771, -1.420367], [-4.974041, -1.419051], [-4.94794, -1.417269], [-4.931644, -1.414951], [-4.923328, -1.412026], [-4.921168, -1.408424], [-4.923339, -1.404075], [-4.924535, -1.402645], [-4.949685, -1.365573], [-4.975583, -1.312772], [-4.999192, -1.25077], [-5.007461, -1.224357], [-5.012078, -1.206416], [-5.015979, -1.185355], [-5.019248, -1.159089], [-5.021966, -1.125532], [-5.024215, -1.082599], [-5.026077, -1.028204], [-5.027636, -0.960262], [-5.028972, -0.876688], [-5.030169, -0.775395], [-5.031308, -0.6543], [-5.031685, -0.6096], [-5.032702, -0.484449], [-5.03346, -0.380082], [-5.033903, -0.294707], [-5.03397, -0.226533], [-5.033605, -0.173765], [-5.032748, -0.134614], [-5.031341, -0.107285], [-5.029325, -0.089986], [-5.026643, -0.080926], [-5.023236, -0.078312], [-5.019044, -0.080351], [-5.014571, -0.084667], [-5.004216, -0.097602], [-4.982158, -0.126676], [-4.949957, -0.169759], [-4.909174, -0.224718], [-4.86137, -0.289423], [-4.808105, -0.361742], [-4.75094, -0.439544], [-4.691437, -0.520698], [-4.631155, -0.603072], [-4.571655, -0.684536], [-4.514498, -0.762957], [-4.461245, -0.836204], [-4.413457, -0.902147], [-4.372693, -0.958654], [-4.340516, -1.003593], [-4.318485, -1.034834], [-4.313917, -1.041466], [-4.290996, -1.078369], [-4.264188, -1.126359], [-4.238789, -1.175897], [-4.235568, -1.182577], [-4.21389, -1.230772], [-4.201304, -1.268334], [-4.195574, -1.30416], [-4.194456, -1.3462], [-4.19509, -1.4224], [-3.040651, -1.4224], [-3.131815, -1.328669], [-3.178612, -1.278775], [-3.228899, -1.222295], [-3.274944, -1.168026], [-3.295369, -1.142673], [-3.325807, -1.103128], [-3.365862, -1.049916], [-3.414361, -0.984667], [-3.470135, -0.909011], [-3.532011, -0.824577], [-3.598819, -0.732994], [-3.669387, -0.635892], [-3.742545, -0.534901], [-3.817121, -0.43165], [-3.891944, -0.327768], [-3.965843, -0.224885], [-4.037646, -0.124631], [-4.106184, -0.028636], [-4.170284, 0.061473], [-4.228775, 0.144064], [-4.280486, 0.217508], [-4.324247, 0.280176], [-4.358885, 0.330439], [-4.38323, 0.366666], [-4.396111, 0.387229], [-4.397869, 0.391332], [-4.38991, 0.402658], [-4.369115, 0.429838], [-4.336847, 0.471171], [-4.29447, 0.524956], [-4.243347, 0.589494], [-4.184841, 0.663082], [-4.120314, 0.744022], [-4.051131, 0.830612], [-3.978653, 0.921152], [-3.904246, 1.01394], [-3.844517, 1.088298], [-2.833511, 1.088298], [-2.827602, 1.075341], [-2.813272, 1.053092], [-2.812225, 1.051609], [-2.793438, 1.021456], [-2.773791, 0.984625], [-2.769892, 0.976489], [-2.766356, 0.96806], [-2.76323, 0.957941], [-2.760486, 0.94474], [-2.758092, 0.927062], [-2.756019, 0.903516], [-2.754235, 0.872707], [-2.752712, 0.833243], [-2.751419, 0.783731], [-2.750326, 0.722777], [-2.749403, 0.648989], [-2.748619, 0.560972], [-2.747945, 0.457335], [-2.74735, 0.336684], [-2.746805, 0.197626], [-2.746279, 0.038768], [-2.745745, -0.140089], [-2.745206, -0.325207], [-2.744772, -0.489145], [-2.744509, -0.633303], [-2.744484, -0.759079], [-2.744765, -0.867871], [-2.745419, -0.961077], [-2.746514, -1.040097], [-2.748118, -1.106328], [-2.750297, -1.16117], [-2.753119, -1.206021], [-2.756651, -1.242278], [-2.760961, -1.271341], [-2.766117, -1.294609], [-2.772185, -1.313479], [-2.779233, -1.329351], [-2.787329, -1.343622], [-2.79654, -1.357691], [-2.80504, -1.370158], [-2.822176, -1.396452], [-2.832322, -1.414037], [-2.833511, -1.417257], [-2.822604, -1.418334], [-2.791411, -1.419335], [-2.742223, -1.420235], [-2.677333, -1.42101], [-2.59903, -1.421637], [-2.509607, -1.422091], [-2.411356, -1.422349], [-2.342445, -1.4224], [-2.237452, -1.42218], [-2.14061, -1.421548], [-2.054107, -1.420549], [-1.980132, -1.419227], [-1.920874, -1.417626], [-1.87852, -1.415791], [-1.85526, -1.413765], [-1.851378, -1.412493], [-1.859076, -1.397591], [-1.867074, -1.38956], [-1.880246, -1.372434], [-1.897485, -1.342183], [-1.909407, -1.317622], [-1.936045, -1.258711], [-1.93912, -0.081845], [-1.942195, 1.095022], [-2.387853, 1.095022], [-2.48567, 1.094858], [-2.576064, 1.094389], [-2.65663, 1.093653], [-2.724962, 1.092684], [-2.778656, 1.09152], [-2.815305, 1.090197], [-2.832504, 1.088751], [-2.833511, 1.088298], [-3.844517, 1.088298], [-3.82927, 1.107278], [-3.75509, 1.199463], [-3.683069, 1.288796], [-3.614569, 1.373576], [-3.550955, 1.452102], [-3.493588, 1.522674], [-3.443833, 1.583591], [-3.403052, 1.633153], [-3.385888, 1.653822], [-3.299596, 1.754484], [-3.222997, 1.837741], [-3.154183, 1.905562], [-3.091248, 1.959911], [-3.081867, 1.967278], [-3.042356, 1.997883], [-4.174116, 1.998133], [-4.168827, 1.950156], [-4.17213, 1.892812], [-4.193661, 1.824537], [-4.233635, 1.744788], [-4.278943, 1.672505], [-4.295161, 1.64986], [-4.323214, 1.612304], [-4.36143, 1.561979], [-4.408137, 1.501027], [-4.461661, 1.431589], [-4.520331, 1.355806], [-4.582475, 1.27582], [-4.646421, 1.193772], [-4.710495, 1.111804], [-4.773027, 1.032057], [-4.832343, 0.956673], [-4.886771, 0.887793], [-4.934639, 0.827558], [-4.974275, 0.778111], [-5.004006, 0.741592], [-5.022161, 0.720142], [-5.02522, 0.716844], [-5.028079, 0.724851], [-5.030293, 0.755145], [-5.031857, 0.807444], [-5.032767, 0.881469], [-5.03302, 0.976937], [-5.032613, 1.093566], [-5.031704, 1.213555], [-5.030382, 1.345667], [-5.028857, 1.457406], [-5.026881, 1.550975], [-5.024206, 1.628581], [-5.020582, 1.692426], [-5.015761, 1.744717], [-5.009494, 1.787656], [-5.001532, 1.823449], [-4.991627, 1.8543], [-4.979531, 1.882414], [-4.964993, 1.909995], [-4.950311, 1.935034], [-4.912314, 1.998133], [-5.972197, 1.998133], [-6.275034, 1.998133], [-6.275001, 2.004383], [-6.274195, 2.106456], [-6.27317, 2.195367], [-6.2719, 2.272059], [-6.27036, 2.337473], [-6.268524, 2.392551], [-6.266367, 2.438235], [-6.263863, 2.475466], [-6.260987, 2.505187], [-6.257713, 2.528338], [-6.254015, 2.545861], [-6.249869, 2.558699], [-6.245247, 2.567792], [-6.240126, 2.574082], [-6.234478, 2.578512], [-6.228279, 2.582022], [-6.221504, 2.585555], [-6.215508, 2.589124], [-6.210275, 2.5917], [-6.202099, 2.594028], [-6.189886, 2.596122], [-6.172541, 2.597993], [-6.148969, 2.599653], [-6.118077, 2.601116], [-6.078768, 2.602392], [-6.02995, 2.603496], [-5.970527, 2.604439], [-5.899404, 2.605233], [-5.815488, 2.605891], [-5.717683, 2.606425], [-5.604894, 2.606847], [-5.476029, 2.607171], [-5.329991, 2.607408], [-5.165686, 2.60757], [-4.98202, 2.60767], [-4.777897, 2.60772], [-4.566753, 2.607733], [-2.9464, 2.607733], [-2.9464, 2.510946]]]}, {"thickness": 0.15, "svgpath": "M132.454819,97.333333L131.978628,97M132.454819,96.761905L131.454819,96.761905L131.454819,97.142857L131.502438,97.238095L131.550057,97.285714L131.645295,97.333333L131.788152,97.333333L131.88339,97.285714L131.931009,97.238095L131.978628,97.142857L131.978628,96.761905M132.454819,98.285714L132.454819,97.714286M132.454819,98L131.454819,98L131.597676,97.904762L131.692914,97.809524L131.740533,97.714286", "ref": 1}, {"type": "segment", "start": [131.0225, 97.245276], "end": [131.0225, 97.754724], "width": 0.12}, {"type": "segment", "start": [129.9775, 97.245276], "end": [129.9775, 97.754724], "width": 0.12}, {"thickness": 0.15, "svgpath": "M128.454819,63.666666L129.169104,63.666666L129.311961,63.619047L129.4072,63.523809L129.454819,63.380952L129.454819,63.285714M129.454819,64.142857L128.454819,64.142857L128.454819,64.523809L128.502438,64.619047L128.550057,64.666666L128.645295,64.714285L128.788152,64.714285L128.88339,64.666666L128.931009,64.619047L128.978628,64.523809L128.978628,64.142857M128.454819,65.047619L128.454819,65.666666L128.835771,65.333333L128.835771,65.47619L128.88339,65.571428L128.931009,65.619047L129.026247,65.666666L129.264342,65.666666L129.35958,65.619047L129.4072,65.571428L129.454819,65.47619L129.454819,65.190476L129.4072,65.095238L129.35958,65.047619", "ref": 1}, {"type": "segment", "start": [133.55, 64.8], "end": [133.55, 64.2], "width": 0.12}, {"type": "segment", "start": [133.0, 66.0], "end": [132.4, 66.0], "width": 0.12}, {"type": "segment", "start": [132.9, 63.5], "end": [130.1, 63.5], "width": 0.12}, {"type": "segment", "start": [132.7, 65.7], "end": [133.0, 66.0], "width": 0.12}, {"type": "segment", "start": [132.7, 65.7], "end": [132.4, 66.0], "width": 0.12}, {"type": "segment", "start": [130.1, 65.5], "end": [132.9, 65.5], "width": 0.12}, {"type": "segment", "start": [129.45, 64.2], "end": [129.45, 64.8], "width": 0.12}, {"type": "arc", "start": [132.850001, 64.800001], "radius": 0.699999, "startangle": -0.0, "endangle": 90.0, "width": 0.12}, {"type": "arc", "start": [132.850001, 64.199999], "radius": 0.699999, "startangle": -90.0, "endangle": 0.0, "width": 0.12}, {"type": "arc", "start": [130.15, 64.8], "radius": 0.7, "startangle": 90.0, "endangle": 180.0, "width": 0.12}, {"type": "arc", "start": [130.15, 64.2], "radius": 0.7, "startangle": -180.0, "endangle": -90.0, "width": 0.12}, {"thickness": 0.15, "svgpath": "M126.454819,89.166666L127.169104,89.166666L127.311961,89.119047L127.4072,89.023809L127.454819,88.880952L127.454819,88.785714M127.454819,90.166666L127.454819,89.595238M127.454819,89.880952L126.454819,89.880952L126.597676,89.785714L126.692914,89.690476L126.740533,89.595238", "ref": 1}, {"type": "segment", "start": [119.559997, 100.200001], "end": [119.559997, 90.800001], "width": 0.12}, {"type": "segment", "start": [121.459997, 100.200001], "end": [119.559997, 100.200001], "width": 0.12}, {"type": "segment", "start": [125.359997, 100.200001], "end": [123.359997, 100.200001], "width": 0.12}, {"type": "segment", "start": [121.459997, 90.800001], "end": [119.559997, 90.800001], "width": 0.12}, {"type": "segment", "start": [125.359997, 90.800001], "end": [123.359997, 90.800001], "width": 0.12}, {"thickness": 0.15, "svgpath": "M128.666666,67.35958L128.714285,67.4072L128.857142,67.454819L128.95238,67.454819L129.095237,67.4072L129.190475,67.311961L129.238094,67.216723L129.285713,67.026247L129.285713,66.88339L129.238094,66.692914L129.190475,66.597676L129.095237,66.502438L128.95238,66.454819L128.857142,66.454819L128.714285,66.502438L128.666666,66.550057M128.285713,66.550057L128.238094,66.502438L128.142856,66.454819L127.904761,66.454819L127.809523,66.502438L127.761904,66.550057L127.714285,66.645295L127.714285,66.740533L127.761904,66.88339L128.333332,67.454819L127.714285,67.454819", "ref": 1}, {"type": "segment", "start": [131.261252, 70.235], "end": [130.738748, 70.235], "width": 0.12}, {"type": "segment", "start": [131.261252, 68.765], "end": [130.738748, 68.765], "width": 0.12}, {"thickness": 0.15, "svgpath": "M169.714285,69.454819L169.714285,68.454819L169.47619,68.454819L169.333333,68.502438L169.238095,68.597676L169.190476,68.692914L169.142857,68.88339L169.142857,69.026247L169.190476,69.216723L169.238095,69.311961L169.333333,69.4072L169.47619,69.454819L169.714285,69.454819M168.285714,68.454819L168.47619,68.454819L168.571428,68.502438L168.619047,68.550057L168.714285,68.692914L168.761904,68.88339L168.761904,69.264342L168.714285,69.35958L168.666666,69.4072L168.571428,69.454819L168.380952,69.454819L168.285714,69.4072L168.238095,69.35958L168.190476,69.264342L168.190476,69.026247L168.238095,68.931009L168.285714,68.88339L168.380952,68.835771L168.571428,68.835771L168.666666,68.88339L168.714285,68.931009L168.761904,69.026247M167.285714,68.454819L167.761904,68.454819L167.809523,68.931009L167.761904,68.88339L167.666666,68.835771L167.428571,68.835771L167.333333,68.88339L167.285714,68.931009L167.238095,69.026247L167.238095,69.264342L167.285714,69.35958L167.333333,69.4072L167.428571,69.454819L167.666666,69.454819L167.761904,69.4072L167.809523,69.35958", "ref": 1}, {"type": "segment", "start": [166.14, 66.0], "end": [170.15, 66.0], "width": 0.12}, {"type": "segment", "start": [166.14, 68.0], "end": [166.14, 66.0], "width": 0.12}, {"type": "segment", "start": [166.14, 68.0], "end": [170.15, 68.0], "width": 0.12}, {"thickness": 0.15, "svgpath": "M158.384819,65.857142L157.908628,65.523809M158.384819,65.285714L157.384819,65.285714L157.384819,65.666666L157.432438,65.761904L157.480057,65.809523L157.575295,65.857142L157.718152,65.857142L157.81339,65.809523L157.861009,65.761904L157.908628,65.666666L157.908628,65.285714M157.384819,66.714285L157.384819,66.523809L157.432438,66.428571L157.480057,66.380952L157.622914,66.285714L157.81339,66.238095L158.194342,66.238095L158.28958,66.285714L158.3372,66.333333L158.384819,66.428571L158.384819,66.619047L158.3372,66.714285L158.28958,66.761904L158.194342,66.809523L157.956247,66.809523L157.861009,66.761904L157.81339,66.714285L157.765771,66.619047L157.765771,66.428571L157.81339,66.333333L157.861009,66.285714L157.956247,66.238095M157.384819,67.714285L157.384819,67.238095L157.861009,67.190476L157.81339,67.238095L157.765771,67.333333L157.765771,67.571428L157.81339,67.666666L157.861009,67.714285L157.956247,67.761904L158.194342,67.761904L158.28958,67.714285L158.3372,67.666666L158.384819,67.571428L158.384819,67.333333L158.3372,67.238095L158.28958,67.190476", "ref": 1}, {"type": "segment", "start": [155.9775, 66.754724], "end": [155.9775, 66.245276], "width": 0.12}, {"type": "segment", "start": [157.0225, 66.754724], "end": [157.0225, 66.245276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M174.454819,96.957143L173.978628,96.62381M174.454819,96.385715L173.454819,96.385715L173.454819,96.766667L173.502438,96.861905L173.550057,96.909524L173.645295,96.957143L173.788152,96.957143L173.88339,96.909524L173.931009,96.861905L173.978628,96.766667L173.978628,96.385715M174.454819,97.909524L174.454819,97.338096M174.454819,97.62381L173.454819,97.62381L173.597676,97.528572L173.692914,97.433334L173.740533,97.338096M173.788152,98.766667L174.454819,98.766667M173.4072,98.528572L174.121485,98.290477L174.121485,98.909524", "ref": 1}, {"type": "segment", "start": [172.722497, 97.345277], "end": [172.722497, 97.854725], "width": 0.12}, {"type": "segment", "start": [171.677497, 97.345277], "end": [171.677497, 97.854725], "width": 0.12}, {"thickness": 0.15, "svgpath": "M128.166666,69.85958L128.214285,69.9072L128.357142,69.954819L128.45238,69.954819L128.595237,69.9072L128.690475,69.811961L128.738094,69.716723L128.785713,69.526247L128.785713,69.38339L128.738094,69.192914L128.690475,69.097676L128.595237,69.002438L128.45238,68.954819L128.357142,68.954819L128.214285,69.002438L128.166666,69.050057M127.214285,69.954819L127.785713,69.954819M127.499999,69.954819L127.499999,68.954819L127.595237,69.097676L127.690475,69.192914L127.785713,69.240533", "ref": 1}, {"type": "segment", "start": [131.261252, 67.735], "end": [130.738748, 67.735], "width": 0.12}, {"type": "segment", "start": [131.261252, 66.265], "end": [130.738748, 66.265], "width": 0.12}, {"thickness": 0.15, "svgpath": "M170.754819,61.190476L171.469104,61.190476L171.611961,61.142857L171.7072,61.047619L171.754819,60.904762L171.754819,60.809524M171.754819,61.666667L170.754819,61.666667L170.754819,62.047619L170.802438,62.142857L170.850057,62.190476L170.945295,62.238095L171.088152,62.238095L171.18339,62.190476L171.231009,62.142857L171.278628,62.047619L171.278628,61.666667M171.754819,62.714286L171.754819,62.904762L171.7072,63L171.65958,63.047619L171.516723,63.142857L171.326247,63.190476L170.945295,63.190476L170.850057,63.142857L170.802438,63.095238L170.754819,63L170.754819,62.809524L170.802438,62.714286L170.850057,62.666667L170.945295,62.619048L171.18339,62.619048L171.278628,62.666667L171.326247,62.714286L171.373866,62.809524L171.373866,63L171.326247,63.095238L171.278628,63.142857L171.18339,63.190476M170.754819,63.809524L170.754819,63.904762L170.802438,64L170.850057,64.047619L170.945295,64.095238L171.135771,64.142857L171.373866,64.142857L171.564342,64.095238L171.65958,64.047619L171.7072,64L171.754819,63.904762L171.754819,63.809524L171.7072,63.714286L171.65958,63.666667L171.564342,63.619048L171.373866,63.571429L171.135771,63.571429L170.945295,63.619048L170.850057,63.666667L170.802438,63.714286L170.754819,63.809524", "ref": 1}, {"type": "segment", "start": [169.2, 64.55], "end": [169.8, 64.55], "width": 0.12}, {"type": "segment", "start": [170.5, 63.9], "end": [170.5, 61.1], "width": 0.12}, {"type": "segment", "start": [168.5, 61.1], "end": [168.5, 63.9], "width": 0.12}, {"type": "segment", "start": [169.8, 60.45], "end": [169.2, 60.45], "width": 0.12}, {"type": "arc", "start": [169.199999, 63.850001], "radius": 0.699999, "startangle": 90.0, "endangle": 180.0, "width": 0.12}, {"type": "arc", "start": [169.800001, 63.850001], "radius": 0.699999, "startangle": -0.0, "endangle": 90.0, "width": 0.12}, {"type": "arc", "start": [169.2, 61.15], "radius": 0.7, "startangle": -180.0, "endangle": -90.0, "width": 0.12}, {"type": "arc", "start": [169.8, 61.15], "radius": 0.7, "startangle": -90.0, "endangle": 0.0, "width": 0.12}, {"thickness": 0.15, "svgpath": "M170.071428,91.650057L170.166666,91.602438L170.261904,91.5072L170.404761,91.364342L170.499999,91.316723L170.595237,91.316723M170.547618,91.554819L170.642856,91.5072L170.738094,91.411961L170.785713,91.221485L170.785713,90.888152L170.738094,90.697676L170.642856,90.602438L170.547618,90.554819L170.357142,90.554819L170.261904,90.602438L170.166666,90.697676L170.119047,90.888152L170.119047,91.221485L170.166666,91.411961L170.261904,91.5072L170.357142,91.554819L170.547618,91.554819M169.166666,91.554819L169.738094,91.554819M169.45238,91.554819L169.45238,90.554819L169.547618,90.697676L169.642856,90.792914L169.738094,90.840533M168.309523,90.888152L168.309523,91.554819M168.547618,90.5072L168.785713,91.221485L168.166666,91.221485", "ref": 1}, {"type": "segment", "start": [169.5, 95.06], "end": [170.15, 95.06], "width": 0.12}, {"type": "segment", "start": [169.5, 95.06], "end": [168.85, 95.06], "width": 0.12}, {"type": "segment", "start": [169.5, 91.94], "end": [171.175, 91.94], "width": 0.12}, {"type": "segment", "start": [169.5, 91.94], "end": [168.85, 91.94], "width": 0.12}, {"thickness": 0.15, "svgpath": "M163.238094,67.354819L163.238094,68.164342L163.190475,68.25958L163.142856,68.3072L163.047618,68.354819L162.857142,68.354819L162.761904,68.3072L162.714285,68.25958L162.666666,68.164342L162.666666,67.354819M161.761904,67.354819L161.95238,67.354819L162.047618,67.402438L162.095237,67.450057L162.190475,67.592914L162.238094,67.78339L162.238094,68.164342L162.190475,68.25958L162.142856,68.3072L162.047618,68.354819L161.857142,68.354819L161.761904,68.3072L161.714285,68.25958L161.666666,68.164342L161.666666,67.926247L161.714285,67.831009L161.761904,67.78339L161.857142,67.735771L162.047618,67.735771L162.142856,67.78339L162.190475,67.831009L162.238094,67.926247M160.761904,67.354819L161.238094,67.354819L161.285713,67.831009L161.238094,67.78339L161.142856,67.735771L160.904761,67.735771L160.809523,67.78339L160.761904,67.831009L160.714285,67.926247L160.714285,68.164342L160.761904,68.25958L160.809523,68.3072L160.904761,68.354819L161.142856,68.354819L161.238094,68.3072L161.285713,68.25958", "ref": 1}, {"type": "segment", "start": [165.235, 74.1], "end": [158.765, 74.1], "width": 0.12}, {"type": "segment", "start": [165.235, 68.9], "end": [165.235, 74.1], "width": 0.12}, {"type": "segment", "start": [163.0, 68.9], "end": [165.235, 68.9], "width": 0.12}, {"type": "segment", "start": [158.765, 74.1], "end": [158.765, 68.9], "width": 0.12}, {"type": "segment", "start": [158.765, 68.9], "end": [161.0, 68.9], "width": 0.12}, {"type": "arc", "start": [162.0, 68.9], "radius": 1.0, "startangle": 0.0, "endangle": 180.0, "width": 0.12}, {"thickness": 0.15, "svgpath": "M168.524816,96.857143L168.048625,96.52381M168.524816,96.285715L167.524816,96.285715L167.524816,96.666667L167.572435,96.761905L167.620054,96.809524L167.715292,96.857143L167.858149,96.857143L167.953387,96.809524L168.001006,96.761905L168.048625,96.666667L168.048625,96.285715M168.524816,97.809524L168.524816,97.238096M168.524816,97.52381L167.524816,97.52381L167.667673,97.428572L167.762911,97.333334L167.81053,97.238096M167.620054,98.190477L167.572435,98.238096L167.524816,98.333334L167.524816,98.571429L167.572435,98.666667L167.620054,98.714286L167.715292,98.761905L167.81053,98.761905L167.953387,98.714286L168.524816,98.142858L168.524816,98.761905", "ref": 1}, {"type": "segment", "start": [170.022497, 97.245277], "end": [170.022497, 97.754725], "width": 0.12}, {"type": "segment", "start": [168.977497, 97.245277], "end": [168.977497, 97.754725], "width": 0.12}, {"thickness": 0.15, "svgpath": "M166.142857,92.454819L166.47619,91.978628M166.714285,92.454819L166.714285,91.454819L166.333333,91.454819L166.238095,91.502438L166.190476,91.550057L166.142857,91.645295L166.142857,91.788152L166.190476,91.88339L166.238095,91.931009L166.333333,91.978628L166.714285,91.978628M165.190476,92.454819L165.761904,92.454819M165.47619,92.454819L165.47619,91.454819L165.571428,91.597676L165.666666,91.692914L165.761904,91.740533M164.285714,91.454819L164.761904,91.454819L164.809523,91.931009L164.761904,91.88339L164.666666,91.835771L164.428571,91.835771L164.333333,91.88339L164.285714,91.931009L164.238095,92.026247L164.238095,92.264342L164.285714,92.35958L164.333333,92.4072L164.428571,92.454819L164.666666,92.454819L164.761904,92.4072L164.809523,92.35958", "ref": 1}, {"type": "segment", "start": [165.245276, 92.9775], "end": [165.754724, 92.9775], "width": 0.12}, {"type": "segment", "start": [165.245276, 94.0225], "end": [165.754724, 94.0225], "width": 0.12}, {"thickness": 0.15, "svgpath": "M142.666666,62.85958L142.714285,62.9072L142.857142,62.954819L142.95238,62.954819L143.095237,62.9072L143.190475,62.811961L143.238094,62.716723L143.285713,62.526247L143.285713,62.38339L143.238094,62.192914L143.190475,62.097676L143.095237,62.002438L142.95238,61.954819L142.857142,61.954819L142.714285,62.002438L142.666666,62.050057M142.333332,61.954819L141.714285,61.954819L142.047618,62.335771L141.904761,62.335771L141.809523,62.38339L141.761904,62.431009L141.714285,62.526247L141.714285,62.764342L141.761904,62.85958L141.809523,62.9072L141.904761,62.954819L142.190475,62.954819L142.285713,62.9072L142.333332,62.85958", "ref": 1}, {"type": "segment", "start": [143.235, 64.738748], "end": [143.235, 65.261252], "width": 0.12}, {"type": "segment", "start": [141.765, 64.738748], "end": [141.765, 65.261252], "width": 0.12}, {"thickness": 0.15, "svgpath": "M155.454819,85.761905L156.264342,85.761905L156.35958,85.809524L156.4072,85.857143L156.454819,85.952381L156.454819,86.142857L156.4072,86.238095L156.35958,86.285714L156.264342,86.333333L155.454819,86.333333M156.454819,87.333333L156.454819,86.761905M156.454819,87.047619L155.454819,87.047619L155.597676,86.952381L155.692914,86.857143L155.740533,86.761905M155.454819,87.952381L155.454819,88.047619L155.502438,88.142857L155.550057,88.190476L155.645295,88.238095L155.835771,88.285714L156.073866,88.285714L156.264342,88.238095L156.35958,88.190476L156.4072,88.142857L156.454819,88.047619L156.454819,87.952381L156.4072,87.857143L156.35958,87.809524L156.264342,87.761905L156.073866,87.714286L155.835771,87.714286L155.645295,87.761905L155.550057,87.809524L155.502438,87.857143L155.454819,87.952381", "ref": 1}, {"thickness": 0.15, "svgpath": "M149.761902,106.669105L149.285712,106.669105M149.85714,106.95482L149.523807,105.95482L149.190474,106.95482M148.85714,106.288153L148.85714,106.95482M148.85714,106.383391L148.809521,106.335772L148.714283,106.288153L148.571426,106.288153L148.476188,106.335772L148.428569,106.43101L148.428569,106.95482M148.095235,106.288153L147.714283,106.288153M147.952378,105.95482L147.952378,106.811962L147.904759,106.907201L147.809521,106.95482L147.714283,106.95482M146.999997,106.907201L147.095235,106.95482L147.285711,106.95482L147.380949,106.907201L147.428568,106.811962L147.428568,106.43101L147.380949,106.335772L147.285711,106.288153L147.095235,106.288153L146.999997,106.335772L146.952378,106.43101L146.952378,106.526248L147.428568,106.621486M146.523806,106.288153L146.523806,106.95482M146.523806,106.383391L146.476187,106.335772L146.380949,106.288153L146.238092,106.288153L146.142854,106.335772L146.095235,106.43101L146.095235,106.95482M145.619044,106.288153L145.619044,106.95482M145.619044,106.383391L145.571425,106.335772L145.476187,106.288153L145.33333,106.288153L145.238092,106.335772L145.190473,106.43101L145.190473,106.95482M144.285711,106.95482L144.285711,106.43101L144.33333,106.335772L144.428568,106.288153L144.619044,106.288153L144.714282,106.335772M144.285711,106.907201L144.380949,106.95482L144.619044,106.95482L144.714282,106.907201L144.761901,106.811962L144.761901,106.716724L144.714282,106.621486L144.619044,106.573867L144.380949,106.573867L144.285711,106.526248M143.095234,106.669105L142.619044,106.669105M143.190472,106.95482L142.857139,105.95482L142.523806,106.95482M142.190472,106.95482L142.190472,106.288153M142.190472,106.478629L142.142853,106.383391L142.095234,106.335772L141.999996,106.288153L141.904758,106.288153M141.190472,106.907201L141.28571,106.95482L141.476186,106.95482L141.571424,106.907201L141.619043,106.811962L141.619043,106.43101L141.571424,106.335772L141.476186,106.288153L141.28571,106.288153L141.190472,106.335772L141.142853,106.43101L141.142853,106.526248L141.619043,106.621486M140.28571,106.95482L140.28571,106.43101L140.333329,106.335772L140.428567,106.288153L140.619043,106.288153L140.714281,106.335772M140.28571,106.907201L140.380948,106.95482L140.619043,106.95482L140.714281,106.907201L140.7619,106.811962L140.7619,106.716724L140.714281,106.621486L140.619043,106.573867L140.380948,106.573867L140.28571,106.526248"}, {"type": "segment", "start": [135.999997, 84.000001], "end": [136.999997, 84.000001], "width": 0.12}, {"type": "segment", "start": [135.999997, 84.750001], "end": [135.999997, 84.000001], "width": 0.12}, {"type": "segment", "start": [135.999997, 109.500001], "end": [135.999997, 102.750001], "width": 0.12}, {"type": "segment", "start": [135.999997, 109.500001], "end": [153.999997, 109.500001], "width": 0.12}, {"type": "segment", "start": [153.999997, 84.000001], "end": [152.999997, 84.000001], "width": 0.12}, {"type": "segment", "start": [153.999997, 84.750001], "end": [153.999997, 84.000001], "width": 0.12}, {"type": "segment", "start": [153.999997, 103.560001], "end": [135.999997, 103.560001], "width": 0.12}, {"type": "segment", "start": [153.999997, 109.500001], "end": [153.999997, 102.750001], "width": 0.12}, {"thickness": 0.15, "svgpath": "M171.384819,72.357142L170.908628,72.023809M171.384819,71.785714L170.384819,71.785714L170.384819,72.166666L170.432438,72.261904L170.480057,72.309523L170.575295,72.357142L170.718152,72.357142L170.81339,72.309523L170.861009,72.261904L170.908628,72.166666L170.908628,71.785714M170.384819,73.214285L170.384819,73.023809L170.432438,72.928571L170.480057,72.880952L170.622914,72.785714L170.81339,72.738095L171.194342,72.738095L171.28958,72.785714L171.3372,72.833333L171.384819,72.928571L171.384819,73.119047L171.3372,73.214285L171.28958,73.261904L171.194342,73.309523L170.956247,73.309523L170.861009,73.261904L170.81339,73.214285L170.765771,73.119047L170.765771,72.928571L170.81339,72.833333L170.861009,72.785714L170.956247,72.738095M170.384819,74.166666L170.384819,73.97619L170.432438,73.880952L170.480057,73.833333L170.622914,73.738095L170.81339,73.690476L171.194342,73.690476L171.28958,73.738095L171.3372,73.785714L171.384819,73.880952L171.384819,74.071428L171.3372,74.166666L171.28958,74.214285L171.194342,74.261904L170.956247,74.261904L170.861009,74.214285L170.81339,74.166666L170.765771,74.071428L170.765771,73.880952L170.81339,73.785714L170.861009,73.738095L170.956247,73.690476", "ref": 1}, {"type": "segment", "start": [168.9775, 73.254724], "end": [168.9775, 72.745276], "width": 0.12}, {"type": "segment", "start": [170.0225, 73.254724], "end": [170.0225, 72.745276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M132.384819,92.333333L131.908628,92M132.384819,91.761905L131.384819,91.761905L131.384819,92.142857L131.432438,92.238095L131.480057,92.285714L131.575295,92.333333L131.718152,92.333333L131.81339,92.285714L131.861009,92.238095L131.908628,92.142857L131.908628,91.761905M131.480057,92.714286L131.432438,92.761905L131.384819,92.857143L131.384819,93.095238L131.432438,93.190476L131.480057,93.238095L131.575295,93.285714L131.670533,93.285714L131.81339,93.238095L132.384819,92.666667L132.384819,93.285714", "ref": 1}, {"type": "segment", "start": [129.9775, 92.754724], "end": [129.9775, 92.245276], "width": 0.12}, {"type": "segment", "start": [131.0225, 92.754724], "end": [131.0225, 92.245276], "width": 0.12}, {"thickness": 0.15, "svgpath": "M163.550057,94.928571L163.502438,94.833333L163.4072,94.738095L163.264342,94.595238L163.216723,94.5L163.216723,94.404762M163.454819,94.452381L163.4072,94.357143L163.311961,94.261905L163.121485,94.214286L162.788152,94.214286L162.597676,94.261905L162.502438,94.357143L162.454819,94.452381L162.454819,94.642857L162.502438,94.738095L162.597676,94.833333L162.788152,94.880952L163.121485,94.880952L163.311961,94.833333L163.4072,94.738095L163.454819,94.642857L163.454819,94.452381M163.454819,95.833333L163.454819,95.261905M163.454819,95.547619L162.454819,95.547619L162.597676,95.452381L162.692914,95.357143L162.740533,95.261905M162.550057,96.214286L162.502438,96.261905L162.454819,96.357143L162.454819,96.595238L162.502438,96.690476L162.550057,96.738095L162.645295,96.785714L162.740533,96.785714L162.88339,96.738095L163.454819,96.166667L163.454819,96.785714", "ref": 1}, {"type": "segment", "start": [165.5, 97.56], "end": [166.15, 97.56], "width": 0.12}, {"type": "segment", "start": [165.5, 97.56], "end": [164.85, 97.56], "width": 0.12}, {"type": "segment", "start": [165.5, 94.44], "end": [167.175, 94.44], "width": 0.12}, {"type": "segment", "start": [165.5, 94.44], "end": [164.85, 94.44], "width": 0.12}]}, "fabrication": {"F": [{"thickness": 0.254, "svgpath": "M159.513842,69.323095L159.574318,69.141666L159.574318,68.839285L159.513842,68.718333L159.453365,68.657857L159.332413,68.59738L159.211461,68.59738L159.090508,68.657857L159.030032,68.718333L158.969556,68.839285L158.90908,69.08119L158.848603,69.202142L158.788127,69.262619L158.667175,69.323095L158.546222,69.323095L158.42527,69.262619L158.364794,69.202142L158.304318,69.08119L158.304318,68.778809L158.364794,68.59738M158.304318,68.174047L159.574318,67.871666L158.667175,67.629761L159.574318,67.387856L158.304318,67.085476M158.304318,66.05738L158.304318,66.299285L158.364794,66.420237L158.42527,66.480713L158.606699,66.601666L158.848603,66.662142L159.332413,66.662142L159.453365,66.601666L159.513842,66.541189L159.574318,66.420237L159.574318,66.178332L159.513842,66.05738L159.453365,65.996904L159.332413,65.936427L159.030032,65.936427L158.90908,65.996904L158.848603,66.05738L158.788127,66.178332L158.788127,66.420237L158.848603,66.541189L158.90908,66.601666L159.030032,66.662142M158.304318,65.150237L158.304318,65.029284L158.364794,64.908332L158.42527,64.847856L158.546222,64.78738L158.788127,64.726903L159.090508,64.726903L159.332413,64.78738L159.453365,64.847856L159.513842,64.908332L159.574318,65.029284L159.574318,65.150237L159.513842,65.271189L159.453365,65.331665L159.332413,65.392142L159.090508,65.452618L158.788127,65.452618L158.546222,65.392142L158.42527,65.331665L158.364794,65.271189L158.304318,65.150237"}, {"type": "segment", "start": [162.0, 64.35], "end": [162.0, 70.35], "width": 0.2}, {"type": "segment", "start": [156.0, 64.35], "end": [162.0, 64.35], "width": 0.2}, {"type": "segment", "start": [162.0, 70.35], "end": [156.0, 70.35], "width": 0.2}, {"type": "segment", "start": [156.0, 70.35], "end": [156.0, 64.35], "width": 0.2}, {"thickness": 0.15, "svgpath": "M116.087141,81.48958L116.039522,81.5372L115.896665,81.584819L115.801427,81.584819L115.65857,81.5372L115.563332,81.441961L115.515713,81.346723L115.468094,81.156247L115.468094,81.01339L115.515713,80.822914L115.563332,80.727676L115.65857,80.632438L115.801427,80.584819L115.896665,80.584819L116.039522,80.632438L116.087141,80.680057M116.65857,81.584819L116.563332,81.5372L116.515713,81.48958L116.468094,81.394342L116.468094,81.108628L116.515713,81.01339L116.563332,80.965771L116.65857,80.918152L116.801427,80.918152L116.896665,80.965771L116.944284,81.01339L116.991903,81.108628L116.991903,81.394342L116.944284,81.48958L116.896665,81.5372L116.801427,81.584819L116.65857,81.584819M117.420475,80.918152L117.420475,81.584819M117.420475,81.01339L117.468094,80.965771L117.563332,80.918152L117.706189,80.918152L117.801427,80.965771L117.849046,81.061009L117.849046,81.584819M118.325237,80.918152L118.325237,81.584819M118.325237,81.01339L118.372856,80.965771L118.468094,80.918152L118.610951,80.918152L118.706189,80.965771L118.753808,81.061009L118.753808,81.584819M118.991904,81.680057L119.753808,81.680057M120.18238,80.584819L120.277618,80.584819L120.372856,80.632438L120.420475,80.680057L120.468094,80.775295L120.515713,80.965771L120.515713,81.203866L120.468094,81.394342L120.420475,81.48958L120.372856,81.5372L120.277618,81.584819L120.18238,81.584819L120.087142,81.5372L120.039523,81.48958L119.991904,81.394342L119.944285,81.203866L119.944285,80.965771L119.991904,80.775295L120.039523,80.680057L120.087142,80.632438L120.18238,80.584819M120.896666,80.680057L120.944285,80.632438L121.039523,80.584819L121.277618,80.584819L121.372856,80.632438L121.420475,80.680057L121.468094,80.775295L121.468094,80.870533L121.420475,81.01339L120.849047,81.584819L121.468094,81.584819M121.801428,81.584819L122.325237,80.918152M121.801428,80.918152L122.325237,81.584819M122.896666,80.584819L122.991904,80.584819L123.087142,80.632438L123.134761,80.680057L123.18238,80.775295L123.229999,80.965771L123.229999,81.203866L123.18238,81.394342L123.134761,81.48958L123.087142,81.5372L122.991904,81.584819L122.896666,81.584819L122.801428,81.5372L122.753809,81.48958L122.70619,81.394342L122.658571,81.203866L122.658571,80.965771L122.70619,80.775295L122.753809,80.680057L122.801428,80.632438L122.896666,80.584819M123.610952,80.680057L123.658571,80.632438L123.753809,80.584819L123.991904,80.584819L124.087142,80.632438L124.134761,80.680057L124.18238,80.775295L124.18238,80.870533L124.134761,81.01339L123.563333,81.584819L124.18238,81.584819M124.372857,81.680057L125.134761,81.680057M125.563333,80.584819L125.753809,80.584819L125.849047,80.632438L125.944285,80.727676L125.991904,80.918152L125.991904,81.251485L125.944285,81.441961L125.849047,81.5372L125.753809,81.584819L125.563333,81.584819L125.468095,81.5372L125.372857,81.441961L125.325238,81.251485L125.325238,80.918152L125.372857,80.727676L125.468095,80.632438L125.563333,80.584819M126.849047,81.584819L126.849047,80.584819M126.849047,81.5372L126.753809,81.584819L126.563333,81.584819L126.468095,81.5372L126.420476,81.48958L126.372857,81.394342L126.372857,81.108628L126.420476,81.01339L126.468095,80.965771L126.563333,80.918152L126.753809,80.918152L126.849047,80.965771M127.753809,81.584819L127.753809,80.584819M127.753809,81.5372L127.658571,81.584819L127.468095,81.584819L127.372857,81.5372L127.325238,81.48958L127.277619,81.394342L127.277619,81.108628L127.325238,81.01339L127.372857,80.965771L127.468095,80.918152L127.658571,80.918152L127.753809,80.965771M127.991905,81.680057L128.753809,81.680057M128.991905,81.061009L129.325238,81.061009M129.468095,81.584819L128.991905,81.584819L128.991905,80.584819L129.468095,80.584819M129.801429,80.918152L130.039524,81.584819L130.277619,80.918152M131.039524,81.5372L130.944286,81.584819L130.75381,81.584819L130.658572,81.5372L130.610953,81.441961L130.610953,81.061009L130.658572,80.965771L130.75381,80.918152L130.944286,80.918152L131.039524,80.965771L131.087143,81.061009L131.087143,81.156247L130.610953,81.251485M131.515715,80.918152L131.515715,81.584819M131.515715,81.01339L131.563334,80.965771L131.658572,80.918152L131.801429,80.918152L131.896667,80.965771L131.944286,81.061009L131.944286,81.584819", "val": 1}, {"thickness": 0.15, "svgpath": "M123.184819,85.063333L123.899104,85.063333L124.041961,85.110952L124.1372,85.20619L124.184819,85.349047L124.184819,85.444285M123.61339,84.444285L123.565771,84.539523L123.518152,84.587142L123.422914,84.634761L123.375295,84.634761L123.280057,84.587142L123.232438,84.539523L123.184819,84.444285L123.184819,84.253809L123.232438,84.158571L123.280057,84.110952L123.375295,84.063333L123.422914,84.063333L123.518152,84.110952L123.565771,84.158571L123.61339,84.253809L123.61339,84.444285L123.661009,84.539523L123.708628,84.587142L123.803866,84.634761L123.994342,84.634761L124.08958,84.587142L124.1372,84.539523L124.184819,84.444285L124.184819,84.253809L124.1372,84.158571L124.08958,84.110952L123.994342,84.063333L123.803866,84.063333L123.708628,84.110952L123.661009,84.158571L123.61339,84.253809"}, {"type": "segment", "start": [126.27, 86.0], "end": [125.0, 87.27], "width": 0.1}, {"type": "segment", "start": [126.27, 82.19], "end": [126.27, 86.0], "width": 0.1}, {"type": "segment", "start": [125.0, 87.27], "end": [121.19, 87.27], "width": 0.1}, {"type": "segment", "start": [121.19, 87.27], "end": [121.19, 82.19], "width": 0.1}, {"type": "segment", "start": [121.19, 82.19], "end": [126.27, 82.19], "width": 0.1}, {"thickness": 0.15, "svgpath": "M150.954819,100.47619L149.954819,100.47619L149.954819,100.095238L150.002438,100L150.050057,99.952381L150.145295,99.904762L150.288152,99.904762L150.38339,99.952381L150.431009,100L150.478628,100.095238L150.478628,100.47619M149.954819,99.619047L149.954819,99.047619M150.954819,99.333333L149.954819,99.333333M150.9072,98.761904L150.954819,98.619047L150.954819,98.380952L150.9072,98.285714L150.85958,98.238095L150.764342,98.190476L150.669104,98.190476L150.573866,98.238095L150.526247,98.285714L150.478628,98.380952L150.431009,98.571428L150.38339,98.666666L150.335771,98.714285L150.240533,98.761904L150.145295,98.761904L150.050057,98.714285L150.002438,98.666666L149.954819,98.571428L149.954819,98.333333L150.002438,98.190476M149.954819,97.333333L149.954819,97.523809L150.002438,97.619047L150.050057,97.666666L150.192914,97.761904L150.38339,97.809523L150.764342,97.809523L150.85958,97.761904L150.9072,97.714285L150.954819,97.619047L150.954819,97.428571L150.9072,97.333333L150.85958,97.285714L150.764342,97.238095L150.526247,97.238095L150.431009,97.285714L150.38339,97.333333L150.335771,97.428571L150.335771,97.619047L150.38339,97.714285L150.431009,97.761904L150.526247,97.809523M149.954819,96.904761L149.954819,96.285714L150.335771,96.619047L150.335771,96.47619L150.38339,96.380952L150.431009,96.333333L150.526247,96.285714L150.764342,96.285714L150.85958,96.333333L150.9072,96.380952L150.954819,96.47619L150.954819,96.761904L150.9072,96.857142L150.85958,96.904761M149.954819,95.428571L149.954819,95.619047L150.002438,95.714285L150.050057,95.761904L150.192914,95.857142L150.38339,95.904761L150.764342,95.904761L150.85958,95.857142L150.9072,95.809523L150.954819,95.714285L150.954819,95.523809L150.9072,95.428571L150.85958,95.380952L150.764342,95.333333L150.526247,95.333333L150.431009,95.380952L150.38339,95.428571L150.335771,95.523809L150.335771,95.714285L150.38339,95.809523L150.431009,95.857142L150.526247,95.904761M150.9072,94.95238L150.954819,94.809523L150.954819,94.571428L150.9072,94.47619L150.85958,94.428571L150.764342,94.380952L150.669104,94.380952L150.573866,94.428571L150.526247,94.47619L150.478628,94.571428L150.431009,94.761904L150.38339,94.857142L150.335771,94.904761L150.240533,94.95238L150.145295,94.95238L150.050057,94.904761L150.002438,94.857142L149.954819,94.761904L149.954819,94.523809L150.002438,94.380952M150.954819,93.95238L149.954819,93.95238M150.954819,93.380952L150.38339,93.809523M149.954819,93.380952L150.526247,93.95238M150.050057,92.999999L150.002438,92.95238L149.954819,92.857142L149.954819,92.619047L150.002438,92.523809L150.050057,92.47619L150.145295,92.428571L150.240533,92.428571L150.38339,92.47619L150.954819,93.047618L150.954819,92.428571M149.954819,91.523809L149.954819,91.999999L150.431009,92.047618L150.38339,91.999999L150.335771,91.904761L150.335771,91.666666L150.38339,91.571428L150.431009,91.523809L150.526247,91.47619L150.764342,91.47619L150.85958,91.523809L150.9072,91.571428L150.954819,91.666666L150.954819,91.904761L150.9072,91.999999L150.85958,92.047618", "val": 1}, {"thickness": 0.1, "svgpath": "M147.7023,96.90476L147.726109,96.833332L147.726109,96.714284L147.7023,96.666665L147.67849,96.642856L147.630871,96.619046L147.583252,96.619046L147.535633,96.642856L147.511823,96.666665L147.488014,96.714284L147.464204,96.809522L147.440395,96.857141L147.416585,96.880951L147.368966,96.90476L147.321347,96.90476L147.273728,96.880951L147.249919,96.857141L147.226109,96.809522L147.226109,96.690475L147.249919,96.619046M147.226109,96.45238L147.726109,96.333332L147.368966,96.238094L147.726109,96.142856L147.226109,96.023809M147.726109,95.571427L147.726109,95.857141M147.726109,95.714284L147.226109,95.714284L147.297538,95.761903L147.345157,95.809522L147.368966,95.857141M147.226109,95.261904L147.226109,95.214285L147.249919,95.166666L147.273728,95.142856L147.321347,95.119047L147.416585,95.095237L147.535633,95.095237L147.630871,95.119047L147.67849,95.142856L147.7023,95.166666L147.726109,95.214285L147.726109,95.261904L147.7023,95.309523L147.67849,95.333332L147.630871,95.357142L147.535633,95.380951L147.416585,95.380951L147.321347,95.357142L147.273728,95.333332L147.249919,95.309523L147.226109,95.261904"}, {"type": "polygon", "pos": [0, 0], "angle": 0, "polygons": [[[145.65, 99.05], [149.35, 99.05], [149.35, 92.95], [145.65, 92.95]]], "width": 0.1, "filled": 0}, {"thickness": 0.15, "svgpath": "M135.350666,66.228819L135.922094,66.228819M135.63638,67.228819L135.63638,66.228819M136.63638,67.1812L136.541142,67.228819L136.350666,67.228819L136.255428,67.1812L136.207809,67.085961L136.207809,66.705009L136.255428,66.609771L136.350666,66.562152L136.541142,66.562152L136.63638,66.609771L136.683999,66.705009L136.683999,66.800247L136.207809,66.895485M137.064952,67.1812L137.16019,67.228819L137.350666,67.228819L137.445904,67.1812L137.493523,67.085961L137.493523,67.038342L137.445904,66.943104L137.350666,66.895485L137.207809,66.895485L137.112571,66.847866L137.064952,66.752628L137.064952,66.705009L137.112571,66.609771L137.207809,66.562152L137.350666,66.562152L137.445904,66.609771M137.779238,66.562152L138.16019,66.562152M137.922095,66.228819L137.922095,67.085961L137.969714,67.1812L138.064952,67.228819L138.16019,67.228819M138.493524,67.228819L138.493524,66.228819L138.874476,66.228819L138.969714,66.276438L139.017333,66.324057L139.064952,66.419295L139.064952,66.562152L139.017333,66.65739L138.969714,66.705009L138.874476,66.752628L138.493524,66.752628M139.636381,67.228819L139.541143,67.1812L139.493524,67.13358L139.445905,67.038342L139.445905,66.752628L139.493524,66.65739L139.541143,66.609771L139.636381,66.562152L139.779238,66.562152L139.874476,66.609771L139.922095,66.65739L139.969714,66.752628L139.969714,67.038342L139.922095,67.13358L139.874476,67.1812L139.779238,67.228819L139.636381,67.228819M140.398286,67.228819L140.398286,66.562152M140.398286,66.228819L140.350667,66.276438L140.398286,66.324057L140.445905,66.276438L140.398286,66.228819L140.398286,66.324057M140.874476,66.562152L140.874476,67.228819M140.874476,66.65739L140.922095,66.609771L141.017333,66.562152L141.16019,66.562152L141.255428,66.609771L141.303047,66.705009L141.303047,67.228819M141.636381,66.562152L142.017333,66.562152M141.779238,66.228819L141.779238,67.085961L141.826857,67.1812L141.922095,67.228819L142.017333,67.228819", "val": 1}, {"thickness": 0.15, "svgpath": "M136.945905,62.828819L137.517333,62.828819M137.231619,63.828819L137.231619,62.828819M137.850667,63.828819L137.850667,62.828819L138.231619,62.828819L138.326857,62.876438L138.374476,62.924057L138.422095,63.019295L138.422095,63.162152L138.374476,63.25739L138.326857,63.305009L138.231619,63.352628L137.850667,63.352628M138.803048,62.924057L138.850667,62.876438L138.945905,62.828819L139.184,62.828819L139.279238,62.876438L139.326857,62.924057L139.374476,63.019295L139.374476,63.114533L139.326857,63.25739L138.755429,63.828819L139.374476,63.828819M139.755429,62.924057L139.803048,62.876438L139.898286,62.828819L140.136381,62.828819L140.231619,62.876438L140.279238,62.924057L140.326857,63.019295L140.326857,63.114533L140.279238,63.25739L139.70781,63.828819L140.326857,63.828819"}, {"thickness": 0.15, "svgpath": "M168.384819,86.095238L168.384819,86.666666M168.384819,86.380952L167.384819,86.380952L167.527676,86.47619L167.622914,86.571428L167.670533,86.666666M167.384819,85.47619L167.384819,85.380952L167.432438,85.285714L167.480057,85.238095L167.575295,85.190476L167.765771,85.142857L168.003866,85.142857L168.194342,85.190476L168.28958,85.238095L168.3372,85.285714L168.384819,85.380952L168.384819,85.47619L168.3372,85.571428L168.28958,85.619047L168.194342,85.666666L168.003866,85.714285L167.765771,85.714285L167.575295,85.666666L167.480057,85.619047L167.432438,85.571428L167.384819,85.47619M168.384819,84.714285L167.384819,84.714285M168.003866,84.619047L168.384819,84.333333M167.718152,84.333333L168.099104,84.714285", "val": 1}, {"thickness": 0.06, "svgpath": "M166.681927,85.757142L166.491451,85.890475M166.681927,85.985713L166.281927,85.985713L166.281927,85.833332L166.300975,85.795237L166.320022,85.77619L166.358118,85.757142L166.41526,85.757142L166.453356,85.77619L166.472403,85.795237L166.491451,85.833332L166.491451,85.985713M166.281927,85.395237L166.281927,85.585713L166.472403,85.604761L166.453356,85.585713L166.434308,85.547618L166.434308,85.45238L166.453356,85.414285L166.472403,85.395237L166.510499,85.37619L166.605737,85.37619L166.643832,85.395237L166.66288,85.414285L166.681927,85.45238L166.681927,85.547618L166.66288,85.585713L166.643832,85.604761M166.281927,85.242857L166.281927,84.97619L166.681927,85.147619"}, {"type": "segment", "start": [166.0875, 86.3], "end": [166.0875, 84.7], "width": 0.1}, {"type": "segment", "start": [166.9125, 86.3], "end": [166.0875, 86.3], "width": 0.1}, {"type": "segment", "start": [166.0875, 84.7], "end": [166.9125, 84.7], "width": 0.1}, {"type": "segment", "start": [166.9125, 84.7], "end": [166.9125, 86.3], "width": 0.1}, {"thickness": 0.15, "svgpath": "M170.20958,80.738095L170.2572,80.785714L170.304819,80.928571L170.304819,81.023809L170.2572,81.166666L170.161961,81.261904L170.066723,81.309523L169.876247,81.357142L169.73339,81.357142L169.542914,81.309523L169.447676,81.261904L169.352438,81.166666L169.304819,81.023809L169.304819,80.928571L169.352438,80.785714L169.400057,80.738095M170.304819,80.166666L170.2572,80.261904L170.20958,80.309523L170.114342,80.357142L169.828628,80.357142L169.73339,80.309523L169.685771,80.261904L169.638152,80.166666L169.638152,80.023809L169.685771,79.928571L169.73339,79.880952L169.828628,79.833333L170.114342,79.833333L170.20958,79.880952L170.2572,79.928571L170.304819,80.023809L170.304819,80.166666M169.638152,79.404761L170.304819,79.404761M169.73339,79.404761L169.685771,79.357142L169.638152,79.261904L169.638152,79.119047L169.685771,79.023809L169.781009,78.97619L170.304819,78.97619M169.638152,78.499999L170.304819,78.499999M169.73339,78.499999L169.685771,78.45238L169.638152,78.357142L169.638152,78.214285L169.685771,78.119047L169.781009,78.071428L170.304819,78.071428M170.400057,77.833333L170.400057,77.071428M169.304819,76.642856L169.304819,76.547618L169.352438,76.45238L169.400057,76.404761L169.495295,76.357142L169.685771,76.309523L169.923866,76.309523L170.114342,76.357142L170.20958,76.404761L170.2572,76.45238L170.304819,76.547618L170.304819,76.642856L170.2572,76.738094L170.20958,76.785713L170.114342,76.833332L169.923866,76.880951L169.685771,76.880951L169.495295,76.833332L169.400057,76.785713L169.352438,76.738094L169.304819,76.642856M170.304819,75.357142L170.304819,75.92857M170.304819,75.642856L169.304819,75.642856L169.447676,75.738094L169.542914,75.833332L169.590533,75.92857M170.304819,75.023808L169.638152,74.499999M169.638152,75.023808L170.304819,74.499999M169.304819,73.92857L169.304819,73.833332L169.352438,73.738094L169.400057,73.690475L169.495295,73.642856L169.685771,73.595237L169.923866,73.595237L170.114342,73.642856L170.20958,73.690475L170.2572,73.738094L170.304819,73.833332L170.304819,73.92857L170.2572,74.023808L170.20958,74.071427L170.114342,74.119046L169.923866,74.166665L169.685771,74.166665L169.495295,74.119046L169.400057,74.071427L169.352438,74.023808L169.304819,73.92857M169.304819,73.261903L169.304819,72.642856L169.685771,72.976189L169.685771,72.833332L169.73339,72.738094L169.781009,72.690475L169.876247,72.642856L170.114342,72.642856L170.20958,72.690475L170.2572,72.738094L170.304819,72.833332L170.304819,73.119046L170.2572,73.214284L170.20958,73.261903", "val": 1}, {"thickness": 0.15, "svgpath": "M163.730476,76.454819L163.730476,77.169104L163.682857,77.311961L163.587619,77.4072L163.444762,77.454819L163.349524,77.454819M164.730476,77.454819L164.159048,77.454819M164.444762,77.454819L164.444762,76.454819L164.349524,76.597676L164.254286,76.692914L164.159048,76.740533M165.682857,77.454819L165.111429,77.454819M165.397143,77.454819L165.397143,76.454819L165.301905,76.597676L165.206667,76.692914L165.111429,76.740533"}, {"type": "segment", "start": [160.73, 78.27], "end": [160.73, 76.365], "width": 0.1}, {"type": "segment", "start": [168.35, 78.27], "end": [160.73, 78.27], "width": 0.1}, {"type": "segment", "start": [160.73, 76.365], "end": [161.365, 75.73], "width": 0.1}, {"type": "segment", "start": [161.365, 75.73], "end": [168.35, 75.73], "width": 0.1}, {"type": "segment", "start": [168.35, 75.73], "end": [168.35, 78.27], "width": 0.1}, {"thickness": 0.15, "svgpath": "M151.496819,71.619048L151.496819,72.190476M151.496819,71.904762L150.496819,71.904762L150.639676,72L150.734914,72.095238L150.782533,72.190476M150.496819,71L150.496819,70.904762L150.544438,70.809524L150.592057,70.761905L150.687295,70.714286L150.877771,70.666667L151.115866,70.666667L151.306342,70.714286L151.40158,70.761905L151.4492,70.809524L151.496819,70.904762L151.496819,71L151.4492,71.095238L151.40158,71.142857L151.306342,71.190476L151.115866,71.238095L150.877771,71.238095L150.687295,71.190476L150.592057,71.142857L150.544438,71.095238L150.496819,71M150.496819,70.047619L150.496819,69.952381L150.544438,69.857143L150.592057,69.809524L150.687295,69.761905L150.877771,69.714286L151.115866,69.714286L151.306342,69.761905L151.40158,69.809524L151.4492,69.857143L151.496819,69.952381L151.496819,70.047619L151.4492,70.142857L151.40158,70.190476L151.306342,70.238095L151.115866,70.285714L150.877771,70.285714L150.687295,70.238095L150.592057,70.190476L150.544438,70.142857L150.496819,70.047619M150.830152,69.285714L151.496819,69.285714M150.92539,69.285714L150.877771,69.238095L150.830152,69.142857L150.830152,69L150.877771,68.904762L150.973009,68.857143L151.496819,68.857143", "val": 1}, {"thickness": 0.06, "svgpath": "M149.755832,70.757143L149.77488,70.776191L149.793927,70.833333L149.793927,70.871429L149.77488,70.928572L149.736784,70.966667L149.698689,70.985714L149.622499,71.004762L149.565356,71.004762L149.489165,70.985714L149.45107,70.966667L149.412975,70.928572L149.393927,70.871429L149.393927,70.833333L149.412975,70.776191L149.432022,70.757143M149.432022,70.604762L149.412975,70.585714L149.393927,70.547619L149.393927,70.452381L149.412975,70.414286L149.432022,70.395238L149.470118,70.376191L149.508213,70.376191L149.565356,70.395238L149.793927,70.62381L149.793927,70.376191M149.393927,70.128572L149.393927,70.090477L149.412975,70.052381L149.432022,70.033334L149.470118,70.014286L149.546308,69.995239L149.641546,69.995239L149.717737,70.014286L149.755832,70.033334L149.77488,70.052381L149.793927,70.090477L149.793927,70.128572L149.77488,70.166667L149.755832,70.185715L149.717737,70.204762L149.641546,70.22381L149.546308,70.22381L149.470118,70.204762L149.432022,70.185715L149.412975,70.166667L149.393927,70.128572"}, {"type": "segment", "start": [149.212, 71.300001], "end": [149.212, 69.700001], "width": 0.1}, {"type": "segment", "start": [150.012, 71.300001], "end": [149.212, 71.300001], "width": 0.1}, {"type": "segment", "start": [149.212, 69.700001], "end": [150.012, 69.700001], "width": 0.1}, {"type": "segment", "start": [150.012, 69.700001], "end": [150.012, 71.300001], "width": 0.1}, {"thickness": 0.15, "svgpath": "M132.785714,65.700057L132.833333,65.652438L132.928571,65.604819L133.166666,65.604819L133.261904,65.652438L133.309523,65.700057L133.357142,65.795295L133.357142,65.890533L133.309523,66.03339L132.738095,66.604819L133.357142,66.604819M133.738095,65.700057L133.785714,65.652438L133.880952,65.604819L134.119047,65.604819L134.214285,65.652438L134.261904,65.700057L134.309523,65.795295L134.309523,65.890533L134.261904,66.03339L133.690476,66.604819L134.309523,66.604819M135.166666,65.938152L135.166666,66.604819M134.738095,65.938152L134.738095,66.461961L134.785714,66.5572L134.880952,66.604819L135.023809,66.604819L135.119047,66.5572L135.166666,66.50958", "val": 1}, {"thickness": 0.12, "svgpath": "M133.485714,68.287664L133.447618,68.32576L133.333333,68.363855L133.257142,68.363855L133.142856,68.32576L133.066666,68.249569L133.028571,68.173379L132.990475,68.020998L132.990475,67.906712L133.028571,67.754331L133.066666,67.67814L133.142856,67.60195L133.257142,67.563855L133.333333,67.563855L133.447618,67.60195L133.485714,67.640045M133.790475,67.640045L133.828571,67.60195L133.904761,67.563855L134.095237,67.563855L134.171428,67.60195L134.209523,67.640045L134.247618,67.716236L134.247618,67.792426L134.209523,67.906712L133.75238,68.363855L134.247618,68.363855M134.55238,67.640045L134.590476,67.60195L134.666666,67.563855L134.857142,67.563855L134.933333,67.60195L134.971428,67.640045L135.009523,67.716236L135.009523,67.792426L134.971428,67.906712L134.514285,68.363855L135.009523,68.363855"}, {"type": "segment", "start": [135.6, 68.8], "end": [132.4, 68.8], "width": 0.1}, {"type": "segment", "start": [135.6, 67.2], "end": [135.6, 68.8], "width": 0.1}, {"type": "segment", "start": [132.4, 68.8], "end": [132.4, 67.2], "width": 0.1}, {"type": "segment", "start": [132.4, 67.2], "end": [135.6, 67.2], "width": 0.1}, {"thickness": 0.15, "svgpath": "M129.254819,69.785714L128.254819,69.785714L128.969104,69.452381L128.254819,69.119048L129.254819,69.119048M129.254819,68.5L129.2072,68.595238L129.15958,68.642857L129.064342,68.690476L128.778628,68.690476L128.68339,68.642857L128.635771,68.595238L128.588152,68.5L128.588152,68.357143L128.635771,68.261905L128.68339,68.214286L128.778628,68.166667L129.064342,68.166667L129.15958,68.214286L129.2072,68.261905L129.254819,68.357143L129.254819,68.5M128.588152,67.309524L129.254819,67.309524M128.588152,67.738095L129.111961,67.738095L129.2072,67.690476L129.254819,67.595238L129.254819,67.452381L129.2072,67.357143L129.15958,67.309524M128.588152,66.833333L129.254819,66.833333M128.68339,66.833333L128.635771,66.785714L128.588152,66.690476L128.588152,66.547619L128.635771,66.452381L128.731009,66.404762L129.254819,66.404762M128.588152,66.071428L128.588152,65.690476M128.254819,65.928571L129.111961,65.928571L129.2072,65.880952L129.254819,65.785714L129.254819,65.690476M129.254819,65.357142L128.588152,65.357142M128.254819,65.357142L128.302438,65.404761L128.350057,65.357142L128.302438,65.309523L128.254819,65.357142L128.350057,65.357142M128.588152,64.880952L129.254819,64.880952M128.68339,64.880952L128.635771,64.833333L128.588152,64.738095L128.588152,64.595238L128.635771,64.5L128.731009,64.452381L129.254819,64.452381M128.588152,63.547619L129.397676,63.547619L129.492914,63.595238L129.540533,63.642857L129.588152,63.738095L129.588152,63.880952L129.540533,63.97619M129.2072,63.547619L129.254819,63.642857L129.254819,63.833333L129.2072,63.928571L129.15958,63.97619L129.064342,64.023809L128.778628,64.023809L128.68339,63.97619L128.635771,63.928571L128.588152,63.833333L128.588152,63.642857L128.635771,63.547619M129.254819,63.071428L128.254819,63.071428M128.731009,63.071428L128.731009,62.5M129.254819,62.5L128.254819,62.5M129.254819,61.880952L129.2072,61.97619L129.15958,62.023809L129.064342,62.071428L128.778628,62.071428L128.68339,62.023809L128.635771,61.97619L128.588152,61.880952L128.588152,61.738095L128.635771,61.642857L128.68339,61.595238L128.778628,61.547619L129.064342,61.547619L129.15958,61.595238L129.2072,61.642857L129.254819,61.738095L129.254819,61.880952M129.254819,60.97619L129.2072,61.071428L129.111961,61.119047L128.254819,61.119047M129.2072,60.214285L129.254819,60.309523L129.254819,60.499999L129.2072,60.595237L129.111961,60.642856L128.731009,60.642856L128.635771,60.595237L128.588152,60.499999L128.588152,60.309523L128.635771,60.214285L128.731009,60.166666L128.826247,60.166666L128.921485,60.642856", "val": 1}, {"thickness": 0.15, "svgpath": "M125.454819,65.461904L124.454819,65.461904M124.931009,65.461904L124.931009,64.890476M125.454819,64.890476L124.454819,64.890476M125.454819,63.890476L125.454819,64.461904M125.454819,64.17619L124.454819,64.17619L124.597676,64.271428L124.692914,64.366666L124.740533,64.461904"}, {"thickness": 0.15, "svgpath": "M149.309524,82.9072L149.452381,82.954819L149.690476,82.954819L149.785714,82.9072L149.833333,82.85958L149.880952,82.764342L149.880952,82.669104L149.833333,82.573866L149.785714,82.526247L149.690476,82.478628L149.5,82.431009L149.404762,82.38339L149.357143,82.335771L149.309524,82.240533L149.309524,82.145295L149.357143,82.050057L149.404762,82.002438L149.5,81.954819L149.738095,81.954819L149.880952,82.002438M150.309524,82.954819L150.309524,81.954819M150.880952,82.954819L150.452381,82.38339M150.880952,81.954819L150.309524,82.526247M151.738095,81.954819L151.547619,81.954819L151.452381,82.002438L151.404762,82.050057L151.309524,82.192914L151.261905,82.38339L151.261905,82.764342L151.309524,82.85958L151.357143,82.9072L151.452381,82.954819L151.642857,82.954819L151.738095,82.9072L151.785714,82.85958L151.833333,82.764342L151.833333,82.526247L151.785714,82.431009L151.738095,82.38339L151.642857,82.335771L151.452381,82.335771L151.357143,82.38339L151.309524,82.431009L151.261905,82.526247M152.404762,82.38339L152.309524,82.335771L152.261905,82.288152L152.214286,82.192914L152.214286,82.145295L152.261905,82.050057L152.309524,82.002438L152.404762,81.954819L152.595238,81.954819L152.690476,82.002438L152.738095,82.050057L152.785714,82.145295L152.785714,82.192914L152.738095,82.288152L152.690476,82.335771L152.595238,82.38339L152.404762,82.38339L152.309524,82.431009L152.261905,82.478628L152.214286,82.573866L152.214286,82.764342L152.261905,82.85958L152.309524,82.9072L152.404762,82.954819L152.595238,82.954819L152.690476,82.9072L152.738095,82.85958L152.785714,82.764342L152.785714,82.573866L152.738095,82.478628L152.690476,82.431009L152.595238,82.38339M153.738095,82.954819L153.166667,82.954819M153.452381,82.954819L153.452381,81.954819L153.357143,82.097676L153.261905,82.192914L153.166667,82.240533M154.119048,82.050057L154.166667,82.002438L154.261905,81.954819L154.5,81.954819L154.595238,82.002438L154.642857,82.050057L154.690476,82.145295L154.690476,82.240533L154.642857,82.38339L154.071429,82.954819L154.690476,82.954819", "val": 1}, {"thickness": 0.15, "svgpath": "M151.409524,86.862295L151.409524,86.062295L151.6,86.062295L151.714286,86.10039L151.790476,86.17658L151.828571,86.252771L151.866667,86.405152L151.866667,86.519438L151.828571,86.671819L151.790476,86.748009L151.714286,86.8242L151.6,86.862295L151.409524,86.862295M152.552381,86.328961L152.552381,86.862295M152.361905,86.0242L152.171428,86.595628L152.666667,86.595628"}, {"type": "segment", "start": [154.5, 89.0], "end": [154.5, 84.0], "width": 0.1}, {"type": "segment", "start": [154.5, 84.0], "end": [149.5, 84.0], "width": 0.1}, {"type": "segment", "start": [149.5, 89.0], "end": [154.5, 89.0], "width": 0.1}, {"type": "segment", "start": [149.5, 85.0], "end": [150.5, 84.0], "width": 0.1}, {"type": "segment", "start": [149.5, 84.0], "end": [149.5, 89.0], "width": 0.1}, {"type": "circle", "start": [152.0, 86.5], "radius": 2.0, "width": 0.1}, {"thickness": 0.15, "svgpath": "M147.472057,77.666666L147.424438,77.619047L147.376819,77.523809L147.376819,77.285714L147.424438,77.190476L147.472057,77.142857L147.567295,77.095238L147.662533,77.095238L147.80539,77.142857L148.376819,77.714285L148.376819,77.095238M147.376819,76.761904L147.376819,76.095238L148.376819,76.523809M148.376819,75.714285L147.376819,75.714285M147.995866,75.619047L148.376819,75.333333M147.710152,75.333333L148.091104,75.714285", "val": 1}, {"thickness": 0.06, "svgpath": "M149.533927,76.757142L149.343451,76.890475M149.533927,76.985713L149.133927,76.985713L149.133927,76.833332L149.152975,76.795237L149.172022,76.77619L149.210118,76.757142L149.26726,76.757142L149.305356,76.77619L149.324403,76.795237L149.343451,76.833332L149.343451,76.985713M149.172022,76.604761L149.152975,76.585713L149.133927,76.547618L149.133927,76.45238L149.152975,76.414285L149.172022,76.395237L149.210118,76.37619L149.248213,76.37619L149.305356,76.395237L149.533927,76.623809L149.533927,76.37619M149.172022,76.223809L149.152975,76.204761L149.133927,76.166666L149.133927,76.071428L149.152975,76.033333L149.172022,76.014285L149.210118,75.995238L149.248213,75.995238L149.305356,76.014285L149.533927,76.242857L149.533927,75.995238"}, {"type": "segment", "start": [149.7645, 75.7], "end": [149.7645, 77.3], "width": 0.1}, {"type": "segment", "start": [148.9395, 75.7], "end": [149.7645, 75.7], "width": 0.1}, {"type": "segment", "start": [149.7645, 77.3], "end": [148.9395, 77.3], "width": 0.1}, {"type": "segment", "start": [148.9395, 77.3], "end": [148.9395, 75.7], "width": 0.1}, {"thickness": 0.254, "svgpath": "M167.013842,69.773095L167.074318,69.591666L167.074318,69.289285L167.013842,69.168333L166.953365,69.107857L166.832413,69.04738L166.711461,69.04738L166.590508,69.107857L166.530032,69.168333L166.469556,69.289285L166.40908,69.53119L166.348603,69.652142L166.288127,69.712619L166.167175,69.773095L166.046222,69.773095L165.92527,69.712619L165.864794,69.652142L165.804318,69.53119L165.804318,69.228809L165.864794,69.04738M165.804318,68.624047L167.074318,68.321666L166.167175,68.079761L167.074318,67.837856L165.804318,67.535476M165.804318,66.50738L165.804318,66.749285L165.864794,66.870237L165.92527,66.930713L166.106699,67.051666L166.348603,67.112142L166.832413,67.112142L166.953365,67.051666L167.013842,66.991189L167.074318,66.870237L167.074318,66.628332L167.013842,66.50738L166.953365,66.446904L166.832413,66.386427L166.530032,66.386427L166.40908,66.446904L166.348603,66.50738L166.288127,66.628332L166.288127,66.870237L166.348603,66.991189L166.40908,67.051666L166.530032,67.112142M167.074318,65.176903L167.074318,65.902618M167.074318,65.539761L165.804318,65.539761L165.985746,65.660713L166.106699,65.781665L166.167175,65.902618"}, {"type": "segment", "start": [163.5, 70.15], "end": [163.5, 64.15], "width": 0.2}, {"type": "segment", "start": [169.5, 70.15], "end": [163.5, 70.15], "width": 0.2}, {"type": "segment", "start": [163.5, 64.15], "end": [169.5, 64.15], "width": 0.2}, {"type": "segment", "start": [169.5, 64.15], "end": [169.5, 70.15], "width": 0.2}, {"thickness": 0.15, "svgpath": "M171.654819,109.785714L170.654819,109.785714L171.369104,109.452381L170.654819,109.119048L171.654819,109.119048M171.654819,108.5L171.6072,108.595238L171.55958,108.642857L171.464342,108.690476L171.178628,108.690476L171.08339,108.642857L171.035771,108.595238L170.988152,108.5L170.988152,108.357143L171.035771,108.261905L171.08339,108.214286L171.178628,108.166667L171.464342,108.166667L171.55958,108.214286L171.6072,108.261905L171.654819,108.357143L171.654819,108.5M170.988152,107.309524L171.654819,107.309524M170.988152,107.738095L171.511961,107.738095L171.6072,107.690476L171.654819,107.595238L171.654819,107.452381L171.6072,107.357143L171.55958,107.309524M170.988152,106.833333L171.654819,106.833333M171.08339,106.833333L171.035771,106.785714L170.988152,106.690476L170.988152,106.547619L171.035771,106.452381L171.131009,106.404762L171.654819,106.404762M170.988152,106.071428L170.988152,105.690476M170.654819,105.928571L171.511961,105.928571L171.6072,105.880952L171.654819,105.785714L171.654819,105.690476M171.654819,105.357142L170.988152,105.357142M170.654819,105.357142L170.702438,105.404761L170.750057,105.357142L170.702438,105.309523L170.654819,105.357142L170.750057,105.357142M170.988152,104.880952L171.654819,104.880952M171.08339,104.880952L171.035771,104.833333L170.988152,104.738095L170.988152,104.595238L171.035771,104.5L171.131009,104.452381L171.654819,104.452381M170.988152,103.547619L171.797676,103.547619L171.892914,103.595238L171.940533,103.642857L171.988152,103.738095L171.988152,103.880952L171.940533,103.97619M171.6072,103.547619L171.654819,103.642857L171.654819,103.833333L171.6072,103.928571L171.55958,103.97619L171.464342,104.023809L171.178628,104.023809L171.08339,103.97619L171.035771,103.928571L170.988152,103.833333L170.988152,103.642857L171.035771,103.547619M171.654819,103.071428L170.654819,103.071428M171.131009,103.071428L171.131009,102.5M171.654819,102.5L170.654819,102.5M171.654819,101.880952L171.6072,101.97619L171.55958,102.023809L171.464342,102.071428L171.178628,102.071428L171.08339,102.023809L171.035771,101.97619L170.988152,101.880952L170.988152,101.738095L171.035771,101.642857L171.08339,101.595238L171.178628,101.547619L171.464342,101.547619L171.55958,101.595238L171.6072,101.642857L171.654819,101.738095L171.654819,101.880952M171.654819,100.97619L171.6072,101.071428L171.511961,101.119047L170.654819,101.119047M171.6072,100.214285L171.654819,100.309523L171.654819,100.499999L171.6072,100.595237L171.511961,100.642856L171.131009,100.642856L171.035771,100.595237L170.988152,100.499999L170.988152,100.309523L171.035771,100.214285L171.131009,100.166666L171.226247,100.166666L171.321485,100.642856", "val": 1}, {"thickness": 0.15, "svgpath": "M175.454819,106.061904L174.454819,106.061904M174.931009,106.061904L174.931009,105.490476M175.454819,105.490476L174.454819,105.490476M174.454819,105.109523L174.454819,104.490476L174.835771,104.823809L174.835771,104.680952L174.88339,104.585714L174.931009,104.538095L175.026247,104.490476L175.264342,104.490476L175.35958,104.538095L175.4072,104.585714L175.454819,104.680952L175.454819,104.966666L175.4072,105.061904L175.35958,105.109523"}, {"thickness": 0.15, "svgpath": "M165.261905,100.354819L165.261905,99.354819L165.642857,99.354819L165.738095,99.402438L165.785714,99.450057L165.833333,99.545295L165.833333,99.688152L165.785714,99.78339L165.738095,99.831009L165.642857,99.878628L165.261905,99.878628M166.261905,100.354819L166.261905,99.354819L166.595238,100.069104L166.928571,99.354819L166.928571,100.354819M167.261905,99.354819L167.595238,100.354819L167.928571,99.354819M168.690476,99.688152L168.690476,100.354819M168.452381,99.3072L168.214286,100.021485L168.833333,100.021485M169.404762,99.354819L169.5,99.354819L169.595238,99.402438L169.642857,99.450057L169.690476,99.545295L169.738095,99.735771L169.738095,99.973866L169.690476,100.164342L169.642857,100.25958L169.595238,100.3072L169.5,100.354819L169.404762,100.354819L169.309524,100.3072L169.261905,100.25958L169.214286,100.164342L169.166667,99.973866L169.166667,99.735771L169.214286,99.545295L169.261905,99.450057L169.309524,99.402438L169.404762,99.354819M170.166667,99.354819L170.166667,100.164342L170.214286,100.25958L170.261905,100.3072L170.357143,100.354819L170.547619,100.354819L170.642857,100.3072L170.690476,100.25958L170.738095,100.164342L170.738095,99.354819M171.214286,100.354819L171.214286,99.354819L171.785714,100.354819L171.785714,99.354819M172.214286,99.450057L172.261905,99.402438L172.357143,99.354819L172.595238,99.354819L172.690476,99.402438L172.738095,99.450057L172.785714,99.545295L172.785714,99.640533L172.738095,99.78339L172.166667,100.354819L172.785714,100.354819M173.785714,100.354819L173.452381,99.878628M173.214286,100.354819L173.214286,99.354819L173.595238,99.354819L173.690476,99.402438L173.738095,99.450057L173.785714,99.545295L173.785714,99.688152L173.738095,99.78339L173.690476,99.831009L173.595238,99.878628L173.214286,99.878628", "val": 1}, {"thickness": 0.05, "svgpath": "M169.317142,97.675914L169.286666,97.660676L169.25619,97.6302L169.210476,97.584485L169.179999,97.569247L169.149523,97.569247M169.164761,97.645438L169.134285,97.6302L169.103809,97.599723L169.088571,97.538771L169.088571,97.432104L169.103809,97.371152L169.134285,97.340676L169.164761,97.325438L169.225714,97.325438L169.25619,97.340676L169.286666,97.371152L169.301904,97.432104L169.301904,97.538771L169.286666,97.599723L169.25619,97.6302L169.225714,97.645438L169.164761,97.645438M169.591428,97.325438L169.439047,97.325438L169.423809,97.477819L169.439047,97.46258L169.469523,97.447342L169.545714,97.447342L169.57619,97.46258L169.591428,97.477819L169.606666,97.508295L169.606666,97.584485L169.591428,97.614961L169.57619,97.6302L169.545714,97.645438L169.469523,97.645438L169.439047,97.6302L169.423809,97.614961M169.804761,97.325438L169.835238,97.325438L169.865714,97.340676L169.880952,97.355914L169.89619,97.38639L169.911428,97.447342L169.911428,97.523533L169.89619,97.584485L169.880952,97.614961L169.865714,97.6302L169.835238,97.645438L169.804761,97.645438L169.774285,97.6302L169.759047,97.614961L169.743809,97.584485L169.728571,97.523533L169.728571,97.447342L169.743809,97.38639L169.759047,97.355914L169.774285,97.340676L169.804761,97.325438"}, {"type": "segment", "start": [168.85, 96.375], "end": [169.175, 96.05], "width": 0.1}, {"type": "segment", "start": [168.85, 98.95], "end": [168.85, 96.375], "width": 0.1}, {"type": "segment", "start": [169.175, 96.05], "end": [170.15, 96.05], "width": 0.1}, {"type": "segment", "start": [170.15, 96.05], "end": [170.15, 98.95], "width": 0.1}, {"type": "segment", "start": [170.15, 98.95], "end": [168.85, 98.95], "width": 0.1}, {"thickness": 0.15, "svgpath": "M173.402197,96.973333L173.468863,96.773333L173.468863,96.44L173.402197,96.306666L173.33553,96.24L173.202197,96.173333L173.068863,96.173333L172.93553,96.24L172.868863,96.306666L172.802197,96.44L172.73553,96.706666L172.668863,96.84L172.602197,96.906666L172.468863,96.973333L172.33553,96.973333L172.202197,96.906666L172.13553,96.84L172.068863,96.706666L172.068863,96.373333L172.13553,96.173333M173.402197,94.973333L173.468863,95.106667L173.468863,95.373333L173.402197,95.506667L173.33553,95.573333L173.202197,95.64L172.802197,95.64L172.668863,95.573333L172.602197,95.506667L172.53553,95.373333L172.53553,95.106667L172.602197,94.973333M173.468863,94.373333L172.53553,94.373333M172.802197,94.373333L172.668863,94.306667L172.602197,94.24L172.53553,94.106667L172.53553,93.973333M173.402197,92.973333L173.468863,93.106666L173.468863,93.373333L173.402197,93.506666L173.268863,93.573333L172.73553,93.573333L172.602197,93.506666L172.53553,93.373333L172.53553,93.106666L172.602197,92.973333L172.73553,92.906666L172.868863,92.906666L173.002197,93.573333M172.53553,92.44L173.468863,92.173333L172.802197,91.906666L173.468863,91.64L172.53553,91.373333M173.602197,91.173333L173.602197,90.106666M172.068863,89.973332L172.068863,89.173332M173.468863,89.573332L172.068863,89.573332M173.402197,88.173332L173.468863,88.306665L173.468863,88.573332L173.402197,88.706665L173.268863,88.773332L172.73553,88.773332L172.602197,88.706665L172.53553,88.573332L172.53553,88.306665L172.602197,88.173332L172.73553,88.106665L172.868863,88.106665L173.002197,88.773332M173.468863,87.506665L172.53553,87.506665M172.802197,87.506665L172.668863,87.439999L172.602197,87.373332L172.53553,87.239999L172.53553,87.106665M173.468863,86.639998L172.53553,86.639998M172.668863,86.639998L172.602197,86.573332L172.53553,86.439998L172.53553,86.239998L172.602197,86.106665L172.73553,86.039998L173.468863,86.039998M172.73553,86.039998L172.602197,85.973332L172.53553,85.839998L172.53553,85.639998L172.602197,85.506665L172.73553,85.439998L173.468863,85.439998M173.468863,84.773331L172.53553,84.773331M172.068863,84.773331L172.13553,84.839998L172.202197,84.773331L172.13553,84.706665L172.068863,84.773331L172.202197,84.773331M172.53553,84.106664L173.468863,84.106664M172.668863,84.106664L172.602197,84.039998L172.53553,83.906664L172.53553,83.706664L172.602197,83.573331L172.73553,83.506664L173.468863,83.506664M173.468863,82.239997L172.73553,82.239997L172.602197,82.306664L172.53553,82.439997L172.53553,82.706664L172.602197,82.839997M173.402197,82.239997L173.468863,82.373331L173.468863,82.706664L173.402197,82.839997L173.268863,82.906664L173.13553,82.906664L173.002197,82.839997L172.93553,82.706664L172.93553,82.373331L172.868863,82.239997M173.468863,81.37333L173.402197,81.506664L173.268863,81.57333L172.068863,81.57333M173.602197,81.173331L173.602197,80.106664M172.068863,79.506664L172.068863,79.37333L172.13553,79.239997L172.202197,79.17333L172.33553,79.106664L172.602197,79.039997L172.93553,79.039997L173.202197,79.106664L173.33553,79.17333L173.402197,79.239997L173.468863,79.37333L173.468863,79.506664L173.402197,79.639997L173.33553,79.706664L173.202197,79.77333L172.93553,79.839997L172.602197,79.839997L172.33553,79.77333L172.202197,79.706664L172.13553,79.639997L172.068863,79.506664M173.468863,77.706664L173.468863,78.506664M173.468863,78.106664L172.068863,78.106664L172.268863,78.239997L172.402197,78.373331L172.468863,78.506664M173.468863,77.239998L172.53553,76.506664M172.53553,77.239998L173.468863,76.506664M172.068863,75.706665L172.068863,75.573331L172.13553,75.439998L172.202197,75.373331L172.33553,75.306665L172.602197,75.239998L172.93553,75.239998L173.202197,75.306665L173.33553,75.373331L173.402197,75.439998L173.468863,75.573331L173.468863,75.706665L173.402197,75.839998L173.33553,75.906665L173.202197,75.973331L172.93553,76.039998L172.602197,76.039998L172.33553,75.973331L172.202197,75.906665L172.13553,75.839998L172.068863,75.706665M172.068863,74.039998L172.068863,74.306665L172.13553,74.439998L172.202197,74.506665L172.402197,74.639998L172.668863,74.706665L173.202197,74.706665L173.33553,74.639998L173.402197,74.573332L173.468863,74.439998L173.468863,74.173332L173.402197,74.039998L173.33553,73.973332L173.202197,73.906665L172.868863,73.906665L172.73553,73.973332L172.668863,74.039998L172.602197,74.173332L172.602197,74.439998L172.668863,74.573332L172.73553,74.639998L172.868863,74.706665", "val": 1}, {"type": "segment", "start": [186.189997, 68.66], "end": [186.189997, 100.74], "width": 0.127}, {"type": "segment", "start": [174.189997, 68.66], "end": [186.189997, 68.66], "width": 0.127}, {"type": "segment", "start": [186.189997, 100.74], "end": [174.189997, 100.74], "width": 0.127}, {"type": "segment", "start": [174.189997, 100.74], "end": [174.189997, 68.66], "width": 0.127}, {"type": "circle", "start": [173.189997, 72.0], "radius": 0.1, "width": 0.2}, {"thickness": 0.15, "svgpath": "M136.22958,81.372858L136.2772,81.420477L136.324819,81.563334L136.324819,81.658572L136.2772,81.801429L136.181961,81.896667L136.086723,81.944286L135.896247,81.991905L135.75339,81.991905L135.562914,81.944286L135.467676,81.896667L135.372438,81.801429L135.324819,81.658572L135.324819,81.563334L135.372438,81.420477L135.420057,81.372858M136.324819,80.801429L136.2772,80.896667L136.22958,80.944286L136.134342,80.991905L135.848628,80.991905L135.75339,80.944286L135.705771,80.896667L135.658152,80.801429L135.658152,80.658572L135.705771,80.563334L135.75339,80.515715L135.848628,80.468096L136.134342,80.468096L136.22958,80.515715L136.2772,80.563334L136.324819,80.658572L136.324819,80.801429M135.658152,80.039524L136.324819,80.039524M135.75339,80.039524L135.705771,79.991905L135.658152,79.896667L135.658152,79.75381L135.705771,79.658572L135.801009,79.610953L136.324819,79.610953M135.658152,79.134762L136.324819,79.134762M135.75339,79.134762L135.705771,79.087143L135.658152,78.991905L135.658152,78.849048L135.705771,78.75381L135.801009,78.706191L136.324819,78.706191M136.420057,78.468096L136.420057,77.706191M135.324819,77.277619L135.324819,77.182381L135.372438,77.087143L135.420057,77.039524L135.515295,76.991905L135.705771,76.944286L135.943866,76.944286L136.134342,76.991905L136.22958,77.039524L136.2772,77.087143L136.324819,77.182381L136.324819,77.277619L136.2772,77.372857L136.22958,77.420476L136.134342,77.468095L135.943866,77.515714L135.705771,77.515714L135.515295,77.468095L135.420057,77.420476L135.372438,77.372857L135.324819,77.277619M135.420057,76.563333L135.372438,76.515714L135.324819,76.420476L135.324819,76.182381L135.372438,76.087143L135.420057,76.039524L135.515295,75.991905L135.610533,75.991905L135.75339,76.039524L136.324819,76.610952L136.324819,75.991905M136.324819,75.658571L135.658152,75.134762M135.658152,75.658571L136.324819,75.134762M135.324819,74.563333L135.324819,74.468095L135.372438,74.372857L135.420057,74.325238L135.515295,74.277619L135.705771,74.23L135.943866,74.23L136.134342,74.277619L136.22958,74.325238L136.2772,74.372857L136.324819,74.468095L136.324819,74.563333L136.2772,74.658571L136.22958,74.70619L136.134342,74.753809L135.943866,74.801428L135.705771,74.801428L135.515295,74.753809L135.420057,74.70619L135.372438,74.658571L135.324819,74.563333M135.420057,73.849047L135.372438,73.801428L135.324819,73.70619L135.324819,73.468095L135.372438,73.372857L135.420057,73.325238L135.515295,73.277619L135.610533,73.277619L135.75339,73.325238L136.324819,73.896666L136.324819,73.277619M136.420057,73.087143L136.420057,72.325238M135.324819,71.896666L135.324819,71.70619L135.372438,71.610952L135.467676,71.515714L135.658152,71.468095L135.991485,71.468095L136.181961,71.515714L136.2772,71.610952L136.324819,71.70619L136.324819,71.896666L136.2772,71.991904L136.181961,72.087142L135.991485,72.134761L135.658152,72.134761L135.467676,72.087142L135.372438,71.991904L135.324819,71.896666M136.324819,70.610952L135.324819,70.610952M136.2772,70.610952L136.324819,70.70619L136.324819,70.896666L136.2772,70.991904L136.22958,71.039523L136.134342,71.087142L135.848628,71.087142L135.75339,71.039523L135.705771,70.991904L135.658152,70.896666L135.658152,70.70619L135.705771,70.610952M136.324819,69.70619L135.324819,69.70619M136.2772,69.70619L136.324819,69.801428L136.324819,69.991904L136.2772,70.087142L136.22958,70.134761L136.134342,70.18238L135.848628,70.18238L135.75339,70.134761L135.705771,70.087142L135.658152,69.991904L135.658152,69.801428L135.705771,69.70619M136.420057,69.468095L136.420057,68.70619M135.801009,68.468094L135.801009,68.134761M136.324819,67.991904L136.324819,68.468094L135.324819,68.468094L135.324819,67.991904M135.658152,67.65857L136.324819,67.420475L135.658152,67.18238M136.2772,66.420475L136.324819,66.515713L136.324819,66.706189L136.2772,66.801427L136.181961,66.849046L135.801009,66.849046L135.705771,66.801427L135.658152,66.706189L135.658152,66.515713L135.705771,66.420475L135.801009,66.372856L135.896247,66.372856L135.991485,66.849046M135.658152,65.944284L136.324819,65.944284M135.75339,65.944284L135.705771,65.896665L135.658152,65.801427L135.658152,65.65857L135.705771,65.563332L135.801009,65.515713L136.324819,65.515713", "val": 1}, {"thickness": 0.15, "svgpath": "M131.936666,73.184819L131.936666,73.899104L131.889047,74.041961L131.793809,74.1372L131.650952,74.184819L131.555714,74.184819M132.889047,73.184819L132.412857,73.184819L132.365238,73.661009L132.412857,73.61339L132.508095,73.565771L132.74619,73.565771L132.841428,73.61339L132.889047,73.661009L132.936666,73.756247L132.936666,73.994342L132.889047,74.08958L132.841428,74.1372L132.74619,74.184819L132.508095,74.184819L132.412857,74.1372L132.365238,74.08958"}, {"type": "segment", "start": [131.0, 76.27], "end": [129.73, 75.0], "width": 0.1}, {"type": "segment", "start": [134.81, 76.27], "end": [131.0, 76.27], "width": 0.1}, {"type": "segment", "start": [129.73, 75.0], "end": [129.73, 71.19], "width": 0.1}, {"type": "segment", "start": [129.73, 71.19], "end": [134.81, 71.19], "width": 0.1}, {"type": "segment", "start": [134.81, 71.19], "end": [134.81, 76.27], "width": 0.1}, {"thickness": 0.15, "svgpath": "M165.261905,88.354819L165.261905,87.354819L165.642857,87.354819L165.738095,87.402438L165.785714,87.450057L165.833333,87.545295L165.833333,87.688152L165.785714,87.78339L165.738095,87.831009L165.642857,87.878628L165.261905,87.878628M166.261905,88.354819L166.261905,87.354819L166.595238,88.069104L166.928571,87.354819L166.928571,88.354819M167.261905,87.354819L167.595238,88.354819L167.928571,87.354819M168.690476,87.688152L168.690476,88.354819M168.452381,87.3072L168.214286,88.021485L168.833333,88.021485M169.404762,87.354819L169.5,87.354819L169.595238,87.402438L169.642857,87.450057L169.690476,87.545295L169.738095,87.735771L169.738095,87.973866L169.690476,88.164342L169.642857,88.25958L169.595238,88.3072L169.5,88.354819L169.404762,88.354819L169.309524,88.3072L169.261905,88.25958L169.214286,88.164342L169.166667,87.973866L169.166667,87.735771L169.214286,87.545295L169.261905,87.450057L169.309524,87.402438L169.404762,87.354819M170.166667,87.354819L170.166667,88.164342L170.214286,88.25958L170.261905,88.3072L170.357143,88.354819L170.547619,88.354819L170.642857,88.3072L170.690476,88.25958L170.738095,88.164342L170.738095,87.354819M171.214286,88.354819L171.214286,87.354819L171.785714,88.354819L171.785714,87.354819M172.214286,87.450057L172.261905,87.402438L172.357143,87.354819L172.595238,87.354819L172.690476,87.402438L172.738095,87.450057L172.785714,87.545295L172.785714,87.640533L172.738095,87.78339L172.166667,88.354819L172.785714,88.354819M173.785714,88.354819L173.452381,87.878628M173.214286,88.354819L173.214286,87.354819L173.595238,87.354819L173.690476,87.402438L173.738095,87.450057L173.785714,87.545295L173.785714,87.688152L173.738095,87.78339L173.690476,87.831009L173.595238,87.878628L173.214286,87.878628", "val": 1}, {"thickness": 0.05, "svgpath": "M169.317142,85.675914L169.286666,85.660676L169.25619,85.6302L169.210476,85.584485L169.179999,85.569247L169.149523,85.569247M169.164761,85.645438L169.134285,85.6302L169.103809,85.599723L169.088571,85.538771L169.088571,85.432104L169.103809,85.371152L169.134285,85.340676L169.164761,85.325438L169.225714,85.325438L169.25619,85.340676L169.286666,85.371152L169.301904,85.432104L169.301904,85.538771L169.286666,85.599723L169.25619,85.6302L169.225714,85.645438L169.164761,85.645438M169.591428,85.325438L169.439047,85.325438L169.423809,85.477819L169.439047,85.46258L169.469523,85.447342L169.545714,85.447342L169.57619,85.46258L169.591428,85.477819L169.606666,85.508295L169.606666,85.584485L169.591428,85.614961L169.57619,85.6302L169.545714,85.645438L169.469523,85.645438L169.439047,85.6302L169.423809,85.614961M169.880952,85.325438L169.819999,85.325438L169.789523,85.340676L169.774285,85.355914L169.743809,85.401628L169.728571,85.46258L169.728571,85.584485L169.743809,85.614961L169.759047,85.6302L169.789523,85.645438L169.850476,85.645438L169.880952,85.6302L169.89619,85.614961L169.911428,85.584485L169.911428,85.508295L169.89619,85.477819L169.880952,85.46258L169.850476,85.447342L169.789523,85.447342L169.759047,85.46258L169.743809,85.477819L169.728571,85.508295"}, {"type": "segment", "start": [168.85, 84.375], "end": [169.175, 84.05], "width": 0.1}, {"type": "segment", "start": [168.85, 86.95], "end": [168.85, 84.375], "width": 0.1}, {"type": "segment", "start": [169.175, 84.05], "end": [170.15, 84.05], "width": 0.1}, {"type": "segment", "start": [170.15, 84.05], "end": [170.15, 86.95], "width": 0.1}, {"type": "segment", "start": [170.15, 86.95], "end": [168.85, 86.95], "width": 0.1}, {"thickness": 0.15, "svgpath": "M165.384819,98.785713L165.384819,98.166666L165.765771,98.499999L165.765771,98.357142L165.81339,98.261904L165.861009,98.214285L165.956247,98.166666L166.194342,98.166666L166.28958,98.214285L166.3372,98.261904L166.384819,98.357142L166.384819,98.642856L166.3372,98.738094L166.28958,98.785713M165.384819,97.833332L165.384819,97.214285L165.765771,97.547618L165.765771,97.404761L165.81339,97.309523L165.861009,97.261904L165.956247,97.214285L166.194342,97.214285L166.28958,97.261904L166.3372,97.309523L166.384819,97.404761L166.384819,97.690475L166.3372,97.785713L166.28958,97.833332M165.384819,96.595237L165.384819,96.499999L165.432438,96.404761L165.480057,96.357142L165.575295,96.309523L165.765771,96.261904L166.003866,96.261904L166.194342,96.309523L166.28958,96.357142L166.3372,96.404761L166.384819,96.499999L166.384819,96.595237L166.3372,96.690475L166.28958,96.738094L166.194342,96.785713L166.003866,96.833332L165.765771,96.833332L165.575295,96.785713L165.480057,96.738094L165.432438,96.690475L165.384819,96.595237", "val": 1}, {"thickness": 0.06, "svgpath": "M164.681927,97.757142L164.491451,97.890475M164.681927,97.985713L164.281927,97.985713L164.281927,97.833332L164.300975,97.795237L164.320022,97.77619L164.358118,97.757142L164.41526,97.757142L164.453356,97.77619L164.472403,97.795237L164.491451,97.833332L164.491451,97.985713M164.281927,97.395237L164.281927,97.585713L164.472403,97.604761L164.453356,97.585713L164.434308,97.547618L164.434308,97.45238L164.453356,97.414285L164.472403,97.395237L164.510499,97.37619L164.605737,97.37619L164.643832,97.395237L164.66288,97.414285L164.681927,97.45238L164.681927,97.547618L164.66288,97.585713L164.643832,97.604761M164.281927,97.128571L164.281927,97.090476L164.300975,97.05238L164.320022,97.033333L164.358118,97.014285L164.434308,96.995238L164.529546,96.995238L164.605737,97.014285L164.643832,97.033333L164.66288,97.05238L164.681927,97.090476L164.681927,97.128571L164.66288,97.166666L164.643832,97.185714L164.605737,97.204761L164.529546,97.223809L164.434308,97.223809L164.358118,97.204761L164.320022,97.185714L164.300975,97.166666L164.281927,97.128571"}, {"type": "segment", "start": [164.0875, 98.3], "end": [164.0875, 96.7], "width": 0.1}, {"type": "segment", "start": [164.9125, 98.3], "end": [164.0875, 98.3], "width": 0.1}, {"type": "segment", "start": [164.0875, 96.7], "end": [164.9125, 96.7], "width": 0.1}, {"type": "segment", "start": [164.9125, 96.7], "end": [164.9125, 98.3], "width": 0.1}, {"thickness": 0.15, "svgpath": "M153.736819,75.658929L153.736819,76.230357M153.736819,75.944643L152.736819,75.944643L152.879676,76.039881L152.974914,76.135119L153.022533,76.230357M152.736819,75.039881L152.736819,74.944643L152.784438,74.849405L152.832057,74.801786L152.927295,74.754167L153.117771,74.706548L153.355866,74.706548L153.546342,74.754167L153.64158,74.801786L153.6892,74.849405L153.736819,74.944643L153.736819,75.039881L153.6892,75.135119L153.64158,75.182738L153.546342,75.230357L153.355866,75.277976L153.117771,75.277976L152.927295,75.230357L152.832057,75.182738L152.784438,75.135119L152.736819,75.039881M152.736819,74.0875L152.736819,73.992262L152.784438,73.897024L152.832057,73.849405L152.927295,73.801786L153.117771,73.754167L153.355866,73.754167L153.546342,73.801786L153.64158,73.849405L153.6892,73.897024L153.736819,73.992262L153.736819,74.0875L153.6892,74.182738L153.64158,74.230357L153.546342,74.277976L153.355866,74.325595L153.117771,74.325595L152.927295,74.277976L152.832057,74.230357L152.784438,74.182738L152.736819,74.0875M153.736819,73.325595L152.736819,73.325595M153.355866,73.230357L153.736819,72.944643M153.070152,72.944643L153.451104,73.325595", "val": 1}, {"thickness": 0.06, "svgpath": "M152.033927,74.844643L151.843451,74.977976M152.033927,75.073214L151.633927,75.073214L151.633927,74.920833L151.652975,74.882738L151.672022,74.863691L151.710118,74.844643L151.76726,74.844643L151.805356,74.863691L151.824403,74.882738L151.843451,74.920833L151.843451,75.073214M151.672022,74.692262L151.652975,74.673214L151.633927,74.635119L151.633927,74.539881L151.652975,74.501786L151.672022,74.482738L151.710118,74.463691L151.748213,74.463691L151.805356,74.482738L152.033927,74.71131L152.033927,74.463691M151.633927,74.216072L151.633927,74.177977L151.652975,74.139881L151.672022,74.120834L151.710118,74.101786L151.786308,74.082739L151.881546,74.082739L151.957737,74.101786L151.995832,74.120834L152.01488,74.139881L152.033927,74.177977L152.033927,74.216072L152.01488,74.254167L151.995832,74.273215L151.957737,74.292262L151.881546,74.31131L151.786308,74.31131L151.710118,74.292262L151.672022,74.273215L151.652975,74.254167L151.633927,74.216072"}, {"type": "segment", "start": [151.4395, 75.387501], "end": [151.4395, 73.787501], "width": 0.1}, {"type": "segment", "start": [152.2645, 75.387501], "end": [151.4395, 75.387501], "width": 0.1}, {"type": "segment", "start": [151.4395, 73.787501], "end": [152.2645, 73.787501], "width": 0.1}, {"type": "segment", "start": [152.2645, 73.787501], "end": [152.2645, 75.387501], "width": 0.1}, {"thickness": 0.15, "svgpath": "M128.854819,91.404761L127.854819,91.404761L127.854819,91.023809L127.902438,90.928571L127.950057,90.880952L128.045295,90.833333L128.188152,90.833333L128.28339,90.880952L128.331009,90.928571L128.378628,91.023809L128.378628,91.404761M128.854819,90.404761L127.854819,90.404761L128.569104,90.071428L127.854819,89.738095L128.854819,89.738095M128.331009,89.261904L128.331009,88.928571M128.854819,88.785714L128.854819,89.261904L127.854819,89.261904L127.854819,88.785714M127.902438,87.833333L127.854819,87.928571L127.854819,88.071428L127.902438,88.214285L127.997676,88.309523L128.092914,88.357142L128.28339,88.404761L128.426247,88.404761L128.616723,88.357142L128.711961,88.309523L128.8072,88.214285L128.854819,88.071428L128.854819,87.97619L128.8072,87.833333L128.75958,87.785714L128.426247,87.785714L128.426247,87.97619M127.854819,86.928571L127.854819,87.119047L127.902438,87.214285L127.950057,87.261904L128.092914,87.357142L128.28339,87.404761L128.664342,87.404761L128.75958,87.357142L128.8072,87.309523L128.854819,87.214285L128.854819,87.023809L128.8072,86.928571L128.75958,86.880952L128.664342,86.833333L128.426247,86.833333L128.331009,86.880952L128.28339,86.928571L128.235771,87.023809L128.235771,87.214285L128.28339,87.309523L128.331009,87.357142L128.426247,87.404761M127.854819,86.214285L127.854819,86.119047L127.902438,86.023809L127.950057,85.97619L128.045295,85.928571L128.235771,85.880952L128.473866,85.880952L128.664342,85.928571L128.75958,85.97619L128.8072,86.023809L128.854819,86.119047L128.854819,86.214285L128.8072,86.309523L128.75958,86.357142L128.664342,86.404761L128.473866,86.45238L128.235771,86.45238L128.045295,86.404761L127.950057,86.357142L127.902438,86.309523L127.854819,86.214285M127.854819,85.595237L127.854819,85.023809M128.854819,85.309523L127.854819,85.309523M128.854819,84.166666L128.854819,84.738094M128.854819,84.45238L127.854819,84.45238L127.997676,84.547618L128.092914,84.642856L128.140533,84.738094M127.854819,83.547618L127.854819,83.45238L127.902438,83.357142L127.950057,83.309523L128.045295,83.261904L128.235771,83.214285L128.473866,83.214285L128.664342,83.261904L128.75958,83.309523L128.8072,83.357142L128.854819,83.45238L128.854819,83.547618L128.8072,83.642856L128.75958,83.690475L128.664342,83.738094L128.473866,83.785713L128.235771,83.785713L128.045295,83.738094L127.950057,83.690475L127.902438,83.642856L127.854819,83.547618M128.331009,82.785713L128.331009,82.45238M128.854819,82.309523L128.854819,82.785713L127.854819,82.785713L127.854819,82.309523M128.854819,81.404761L128.854819,81.880951L127.854819,81.880951M128.854819,80.499999L128.378628,80.833332M128.854819,81.071427L127.854819,81.071427L127.854819,80.690475L127.902438,80.595237L127.950057,80.547618L128.045295,80.499999L128.188152,80.499999L128.28339,80.547618L128.331009,80.595237L128.378628,80.690475L128.378628,81.071427M127.854819,80.166665L128.854819,79.499999M127.854819,79.499999L128.854819,80.166665", "val": 1}, {"thickness": 0.15, "svgpath": "M132.954819,86.238094L131.954819,86.238094L131.954819,85.999999L132.002438,85.857142L132.097676,85.761904L132.192914,85.714285L132.38339,85.666666L132.526247,85.666666L132.716723,85.714285L132.811961,85.761904L132.9072,85.857142L132.954819,85.999999L132.954819,86.238094M132.050057,85.285713L132.002438,85.238094L131.954819,85.142856L131.954819,84.904761L132.002438,84.809523L132.050057,84.761904L132.145295,84.714285L132.240533,84.714285L132.38339,84.761904L132.954819,85.333332L132.954819,84.714285"}, {"type": "segment", "start": [131.4, 84.1], "end": [131.4, 86.9], "width": 0.1}, {"type": "segment", "start": [129.6, 84.1], "end": [131.4, 84.1], "width": 0.1}, {"type": "segment", "start": [130.5, 84.75], "end": [130.5, 85.15], "width": 0.1}, {"type": "segment", "start": [130.5, 85.15], "end": [131.05, 85.15], "width": 0.1}, {"type": "segment", "start": [130.5, 85.15], "end": [129.95, 85.15], "width": 0.1}, {"type": "segment", "start": [130.5, 85.15], "end": [130.9, 85.75], "width": 0.1}, {"type": "segment", "start": [130.9, 85.75], "end": [130.1, 85.75], "width": 0.1}, {"type": "segment", "start": [130.5, 85.75], "end": [130.5, 86.25], "width": 0.1}, {"type": "segment", "start": [130.1, 85.75], "end": [130.5, 85.15], "width": 0.1}, {"type": "segment", "start": [131.4, 86.9], "end": [129.6, 86.9], "width": 0.1}, {"type": "segment", "start": [129.6, 86.9], "end": [129.6, 84.1], "width": 0.1}, {"thickness": 0.15, "svgpath": "M152.832057,72.166667L152.784438,72.119048L152.736819,72.02381L152.736819,71.785715L152.784438,71.690477L152.832057,71.642858L152.927295,71.595239L153.022533,71.595239L153.16539,71.642858L153.736819,72.214286L153.736819,71.595239M152.736819,71.261905L152.736819,70.595239L153.736819,71.02381M153.736819,70.214286L152.736819,70.214286M153.355866,70.119048L153.736819,69.833334M153.070152,69.833334L153.451104,70.214286", "val": 1}, {"thickness": 0.06, "svgpath": "M152.033927,71.257143L151.843451,71.390476M152.033927,71.485714L151.633927,71.485714L151.633927,71.333333L151.652975,71.295238L151.672022,71.276191L151.710118,71.257143L151.76726,71.257143L151.805356,71.276191L151.824403,71.295238L151.843451,71.333333L151.843451,71.485714M151.672022,71.104762L151.652975,71.085714L151.633927,71.047619L151.633927,70.952381L151.652975,70.914286L151.672022,70.895238L151.710118,70.876191L151.748213,70.876191L151.805356,70.895238L152.033927,71.12381L152.033927,70.876191M152.033927,70.495239L152.033927,70.72381M152.033927,70.609524L151.633927,70.609524L151.69107,70.64762L151.729165,70.685715L151.748213,70.72381"}, {"type": "segment", "start": [151.4395, 71.800001], "end": [151.4395, 70.200001], "width": 0.1}, {"type": "segment", "start": [152.2645, 71.800001], "end": [151.4395, 71.800001], "width": 0.1}, {"type": "segment", "start": [151.4395, 70.200001], "end": [152.2645, 70.200001], "width": 0.1}, {"type": "segment", "start": [152.2645, 70.200001], "end": [152.2645, 71.800001], "width": 0.1}, {"thickness": 0.15, "svgpath": "M165.261905,96.354819L165.261905,95.354819L165.642857,95.354819L165.738095,95.402438L165.785714,95.450057L165.833333,95.545295L165.833333,95.688152L165.785714,95.78339L165.738095,95.831009L165.642857,95.878628L165.261905,95.878628M166.261905,96.354819L166.261905,95.354819L166.595238,96.069104L166.928571,95.354819L166.928571,96.354819M167.261905,95.354819L167.595238,96.354819L167.928571,95.354819M168.690476,95.688152L168.690476,96.354819M168.452381,95.3072L168.214286,96.021485L168.833333,96.021485M169.404762,95.354819L169.5,95.354819L169.595238,95.402438L169.642857,95.450057L169.690476,95.545295L169.738095,95.735771L169.738095,95.973866L169.690476,96.164342L169.642857,96.25958L169.595238,96.3072L169.5,96.354819L169.404762,96.354819L169.309524,96.3072L169.261905,96.25958L169.214286,96.164342L169.166667,95.973866L169.166667,95.735771L169.214286,95.545295L169.261905,95.450057L169.309524,95.402438L169.404762,95.354819M170.166667,95.354819L170.166667,96.164342L170.214286,96.25958L170.261905,96.3072L170.357143,96.354819L170.547619,96.354819L170.642857,96.3072L170.690476,96.25958L170.738095,96.164342L170.738095,95.354819M171.214286,96.354819L171.214286,95.354819L171.785714,96.354819L171.785714,95.354819M172.214286,95.450057L172.261905,95.402438L172.357143,95.354819L172.595238,95.354819L172.690476,95.402438L172.738095,95.450057L172.785714,95.545295L172.785714,95.640533L172.738095,95.78339L172.166667,96.354819L172.785714,96.354819M173.785714,96.354819L173.452381,95.878628M173.214286,96.354819L173.214286,95.354819L173.595238,95.354819L173.690476,95.402438L173.738095,95.450057L173.785714,95.545295L173.785714,95.688152L173.738095,95.78339L173.690476,95.831009L173.595238,95.878628L173.214286,95.878628", "val": 1}, {"thickness": 0.05, "svgpath": "M169.317142,93.675914L169.286666,93.660676L169.25619,93.6302L169.210476,93.584485L169.179999,93.569247L169.149523,93.569247M169.164761,93.645438L169.134285,93.6302L169.103809,93.599723L169.088571,93.538771L169.088571,93.432104L169.103809,93.371152L169.134285,93.340676L169.164761,93.325438L169.225714,93.325438L169.25619,93.340676L169.286666,93.371152L169.301904,93.432104L169.301904,93.538771L169.286666,93.599723L169.25619,93.6302L169.225714,93.645438L169.164761,93.645438M169.591428,93.325438L169.439047,93.325438L169.423809,93.477819L169.439047,93.46258L169.469523,93.447342L169.545714,93.447342L169.57619,93.46258L169.591428,93.477819L169.606666,93.508295L169.606666,93.584485L169.591428,93.614961L169.57619,93.6302L169.545714,93.645438L169.469523,93.645438L169.439047,93.6302L169.423809,93.614961M169.728571,93.355914L169.743809,93.340676L169.774285,93.325438L169.850476,93.325438L169.880952,93.340676L169.89619,93.355914L169.911428,93.38639L169.911428,93.416866L169.89619,93.46258L169.713333,93.645438L169.911428,93.645438"}, {"type": "segment", "start": [168.85, 92.375], "end": [169.175, 92.05], "width": 0.1}, {"type": "segment", "start": [168.85, 94.95], "end": [168.85, 92.375], "width": 0.1}, {"type": "segment", "start": [169.175, 92.05], "end": [170.15, 92.05], "width": 0.1}, {"type": "segment", "start": [170.15, 92.05], "end": [170.15, 94.95], "width": 0.1}, {"type": "segment", "start": [170.15, 94.95], "end": [168.85, 94.95], "width": 0.1}, {"thickness": 0.15, "svgpath": "M138.858152,88.690476L139.524819,88.690476M138.4772,88.928571L139.191485,89.166666L139.191485,88.547619M139.524819,88.166666L138.524819,88.166666M139.143866,88.071428L139.524819,87.785714M138.858152,87.785714L139.239104,88.166666M138.524819,87.45238L138.524819,86.785714L139.524819,87.214285", "val": 1}, {"thickness": 0.06, "svgpath": "M140.681927,88.066666L140.491451,88.199999M140.681927,88.295237L140.281927,88.295237L140.281927,88.142856L140.300975,88.104761L140.320022,88.085714L140.358118,88.066666L140.41526,88.066666L140.453356,88.085714L140.472403,88.104761L140.491451,88.142856L140.491451,88.295237M140.41526,87.723809L140.681927,87.723809M140.26288,87.819047L140.548594,87.914285L140.548594,87.666666"}, {"type": "segment", "start": [140.9125, 87.2], "end": [140.9125, 88.8], "width": 0.1}, {"type": "segment", "start": [140.0875, 87.2], "end": [140.9125, 87.2], "width": 0.1}, {"type": "segment", "start": [140.9125, 88.8], "end": [140.0875, 88.8], "width": 0.1}, {"type": "segment", "start": [140.0875, 88.8], "end": [140.0875, 87.2], "width": 0.1}, {"thickness": 0.15, "svgpath": "M141.74958,83.738095L141.7972,83.785714L141.844819,83.928571L141.844819,84.023809L141.7972,84.166666L141.701961,84.261904L141.606723,84.309523L141.416247,84.357142L141.27339,84.357142L141.082914,84.309523L140.987676,84.261904L140.892438,84.166666L140.844819,84.023809L140.844819,83.928571L140.892438,83.785714L140.940057,83.738095M141.844819,83.166666L141.7972,83.261904L141.74958,83.309523L141.654342,83.357142L141.368628,83.357142L141.27339,83.309523L141.225771,83.261904L141.178152,83.166666L141.178152,83.023809L141.225771,82.928571L141.27339,82.880952L141.368628,82.833333L141.654342,82.833333L141.74958,82.880952L141.7972,82.928571L141.844819,83.023809L141.844819,83.166666M141.178152,82.404761L141.844819,82.404761M141.27339,82.404761L141.225771,82.357142L141.178152,82.261904L141.178152,82.119047L141.225771,82.023809L141.321009,81.97619L141.844819,81.97619M141.178152,81.499999L141.844819,81.499999M141.27339,81.499999L141.225771,81.45238L141.178152,81.357142L141.178152,81.214285L141.225771,81.119047L141.321009,81.071428L141.844819,81.071428M141.940057,80.833333L141.940057,80.071428M140.844819,79.642856L140.844819,79.547618L140.892438,79.45238L140.940057,79.404761L141.035295,79.357142L141.225771,79.309523L141.463866,79.309523L141.654342,79.357142L141.74958,79.404761L141.7972,79.45238L141.844819,79.547618L141.844819,79.642856L141.7972,79.738094L141.74958,79.785713L141.654342,79.833332L141.463866,79.880951L141.225771,79.880951L141.035295,79.833332L140.940057,79.785713L140.892438,79.738094L140.844819,79.642856M141.844819,78.357142L141.844819,78.92857M141.844819,78.642856L140.844819,78.642856L140.987676,78.738094L141.082914,78.833332L141.130533,78.92857M141.844819,78.023808L141.178152,77.499999M141.178152,78.023808L141.844819,77.499999M140.844819,76.92857L140.844819,76.833332L140.892438,76.738094L140.940057,76.690475L141.035295,76.642856L141.225771,76.595237L141.463866,76.595237L141.654342,76.642856L141.74958,76.690475L141.7972,76.738094L141.844819,76.833332L141.844819,76.92857L141.7972,77.023808L141.74958,77.071427L141.654342,77.119046L141.463866,77.166665L141.225771,77.166665L141.035295,77.119046L140.940057,77.071427L140.892438,77.023808L140.844819,76.92857M141.178152,75.738094L141.844819,75.738094M140.7972,75.976189L141.511485,76.214284L141.511485,75.595237", "val": 1}, {"thickness": 0.15, "svgpath": "M134.476666,79.454819L134.476666,80.169104L134.429047,80.311961L134.333809,80.4072L134.190952,80.454819L134.095714,80.454819M135.381428,79.454819L135.190952,79.454819L135.095714,79.502438L135.048095,79.550057L134.952857,79.692914L134.905238,79.88339L134.905238,80.264342L134.952857,80.35958L135.000476,80.4072L135.095714,80.454819L135.28619,80.454819L135.381428,80.4072L135.429047,80.35958L135.476666,80.264342L135.476666,80.026247L135.429047,79.931009L135.381428,79.88339L135.28619,79.835771L135.095714,79.835771L135.000476,79.88339L134.952857,79.931009L134.905238,80.026247"}, {"type": "segment", "start": [129.73, 81.27], "end": [129.73, 79.365], "width": 0.1}, {"type": "segment", "start": [139.89, 81.27], "end": [129.73, 81.27], "width": 0.1}, {"type": "segment", "start": [129.73, 79.365], "end": [130.365, 78.73], "width": 0.1}, {"type": "segment", "start": [130.365, 78.73], "end": [139.89, 78.73], "width": 0.1}, {"type": "segment", "start": [139.89, 78.73], "end": [139.89, 81.27], "width": 0.1}, {"thickness": 0.15, "svgpath": "M168.261904,75.95458L168.214285,76.0022L168.071428,76.049819L167.97619,76.049819L167.833333,76.0022L167.738095,75.906961L167.690476,75.811723L167.642857,75.621247L167.642857,75.47839L167.690476,75.287914L167.738095,75.192676L167.833333,75.097438L167.97619,75.049819L168.071428,75.049819L168.214285,75.097438L168.261904,75.145057M168.833333,76.049819L168.738095,76.0022L168.690476,75.95458L168.642857,75.859342L168.642857,75.573628L168.690476,75.47839L168.738095,75.430771L168.833333,75.383152L168.97619,75.383152L169.071428,75.430771L169.119047,75.47839L169.166666,75.573628L169.166666,75.859342L169.119047,75.95458L169.071428,76.0022L168.97619,76.049819L168.833333,76.049819M169.595238,75.383152L169.595238,76.049819M169.595238,75.47839L169.642857,75.430771L169.738095,75.383152L169.880952,75.383152L169.97619,75.430771L170.023809,75.526009L170.023809,76.049819M170.5,75.383152L170.5,76.049819M170.5,75.47839L170.547619,75.430771L170.642857,75.383152L170.785714,75.383152L170.880952,75.430771L170.928571,75.526009L170.928571,76.049819M171.166667,76.145057L171.928571,76.145057M172.357143,75.049819L172.452381,75.049819L172.547619,75.097438L172.595238,75.145057L172.642857,75.240295L172.690476,75.430771L172.690476,75.668866L172.642857,75.859342L172.595238,75.95458L172.547619,76.0022L172.452381,76.049819L172.357143,76.049819L172.261905,76.0022L172.214286,75.95458L172.166667,75.859342L172.119048,75.668866L172.119048,75.430771L172.166667,75.240295L172.214286,75.145057L172.261905,75.097438L172.357143,75.049819M173.642857,76.049819L173.071429,76.049819M173.357143,76.049819L173.357143,75.049819L173.261905,75.192676L173.166667,75.287914L173.071429,75.335533M173.976191,76.049819L174.5,75.383152M173.976191,75.383152L174.5,76.049819M175.071429,75.049819L175.166667,75.049819L175.261905,75.097438L175.309524,75.145057L175.357143,75.240295L175.404762,75.430771L175.404762,75.668866L175.357143,75.859342L175.309524,75.95458L175.261905,76.0022L175.166667,76.049819L175.071429,76.049819L174.976191,76.0022L174.928572,75.95458L174.880953,75.859342L174.833334,75.668866L174.833334,75.430771L174.880953,75.240295L174.928572,75.145057L174.976191,75.097438L175.071429,75.049819M175.785715,75.145057L175.833334,75.097438L175.928572,75.049819L176.166667,75.049819L176.261905,75.097438L176.309524,75.145057L176.357143,75.240295L176.357143,75.335533L176.309524,75.47839L175.738096,76.049819L176.357143,76.049819", "val": 1}, {"thickness": 0.15, "svgpath": "M171.454819,72.804523L172.169104,72.804523L172.311961,72.852142L172.4072,72.94738L172.454819,73.090237L172.454819,73.185475M171.454819,71.899761L171.454819,72.090237L171.502438,72.185475L171.550057,72.233094L171.692914,72.328332L171.88339,72.375951L172.264342,72.375951L172.35958,72.328332L172.4072,72.280713L172.454819,72.185475L172.454819,71.994999L172.4072,71.899761L172.35958,71.852142L172.264342,71.804523L172.026247,71.804523L171.931009,71.852142L171.88339,71.899761L171.835771,71.994999L171.835771,72.185475L171.88339,72.280713L171.931009,72.328332L172.026247,72.375951M171.454819,70.899761L171.454819,71.375951L171.931009,71.42357L171.88339,71.375951L171.835771,71.280713L171.835771,71.042618L171.88339,70.94738L171.931009,70.899761L172.026247,70.852142L172.264342,70.852142L172.35958,70.899761L172.4072,70.94738L172.454819,71.042618L172.454819,71.280713L172.4072,71.375951L172.35958,71.42357"}, {"type": "segment", "start": [170.73, 70.09], "end": [171.365, 69.455], "width": 0.1}, {"type": "segment", "start": [170.73, 74.535], "end": [170.73, 70.09], "width": 0.1}, {"type": "segment", "start": [171.365, 69.455], "end": [173.27, 69.455], "width": 0.1}, {"type": "segment", "start": [173.27, 69.455], "end": [173.27, 74.535], "width": 0.1}, {"type": "segment", "start": [173.27, 74.535], "end": [170.73, 74.535], "width": 0.1}, {"thickness": 0.15, "svgpath": "M172.344819,73.935714L171.344819,73.935714L172.059104,73.602381L171.344819,73.269048L172.344819,73.269048M172.344819,72.65L172.2972,72.745238L172.24958,72.792857L172.154342,72.840476L171.868628,72.840476L171.77339,72.792857L171.725771,72.745238L171.678152,72.65L171.678152,72.507143L171.725771,72.411905L171.77339,72.364286L171.868628,72.316667L172.154342,72.316667L172.24958,72.364286L172.2972,72.411905L172.344819,72.507143L172.344819,72.65M171.678152,71.459524L172.344819,71.459524M171.678152,71.888095L172.201961,71.888095L172.2972,71.840476L172.344819,71.745238L172.344819,71.602381L172.2972,71.507143L172.24958,71.459524M171.678152,70.983333L172.344819,70.983333M171.77339,70.983333L171.725771,70.935714L171.678152,70.840476L171.678152,70.697619L171.725771,70.602381L171.821009,70.554762L172.344819,70.554762M171.678152,70.221428L171.678152,69.840476M171.344819,70.078571L172.201961,70.078571L172.2972,70.030952L172.344819,69.935714L172.344819,69.840476M172.344819,69.507142L171.678152,69.507142M171.344819,69.507142L171.392438,69.554761L171.440057,69.507142L171.392438,69.459523L171.344819,69.507142L171.440057,69.507142M171.678152,69.030952L172.344819,69.030952M171.77339,69.030952L171.725771,68.983333L171.678152,68.888095L171.678152,68.745238L171.725771,68.65L171.821009,68.602381L172.344819,68.602381M171.678152,67.697619L172.487676,67.697619L172.582914,67.745238L172.630533,67.792857L172.678152,67.888095L172.678152,68.030952L172.630533,68.12619M172.2972,67.697619L172.344819,67.792857L172.344819,67.983333L172.2972,68.078571L172.24958,68.12619L172.154342,68.173809L171.868628,68.173809L171.77339,68.12619L171.725771,68.078571L171.678152,67.983333L171.678152,67.792857L171.725771,67.697619M172.344819,67.221428L171.344819,67.221428M171.821009,67.221428L171.821009,66.65M172.344819,66.65L171.344819,66.65M172.344819,66.030952L172.2972,66.12619L172.24958,66.173809L172.154342,66.221428L171.868628,66.221428L171.77339,66.173809L171.725771,66.12619L171.678152,66.030952L171.678152,65.888095L171.725771,65.792857L171.77339,65.745238L171.868628,65.697619L172.154342,65.697619L172.24958,65.745238L172.2972,65.792857L172.344819,65.888095L172.344819,66.030952M172.344819,65.12619L172.2972,65.221428L172.201961,65.269047L171.344819,65.269047M172.2972,64.364285L172.344819,64.459523L172.344819,64.649999L172.2972,64.745237L172.201961,64.792856L171.821009,64.792856L171.725771,64.745237L171.678152,64.649999L171.678152,64.459523L171.725771,64.364285L171.821009,64.316666L171.916247,64.316666L172.011485,64.792856", "val": 1}, {"thickness": 0.15, "svgpath": "M175.454819,66.061904L174.454819,66.061904M174.931009,66.061904L174.931009,65.490476M175.454819,65.490476L174.454819,65.490476M174.788152,64.585714L175.454819,64.585714M174.4072,64.823809L175.121485,65.061904L175.121485,64.442857"}, {"thickness": 0.15, "svgpath": "M128.8837,75.293333L128.950366,75.093333L128.950366,74.76L128.8837,74.626666L128.817033,74.56L128.6837,74.493333L128.550366,74.493333L128.417033,74.56L128.350366,74.626666L128.2837,74.76L128.217033,75.026666L128.150366,75.16L128.0837,75.226666L127.950366,75.293333L127.817033,75.293333L127.6837,75.226666L127.617033,75.16L127.550366,75.026666L127.550366,74.693333L127.617033,74.493333M128.8837,73.293333L128.950366,73.426667L128.950366,73.693333L128.8837,73.826667L128.817033,73.893333L128.6837,73.96L128.2837,73.96L128.150366,73.893333L128.0837,73.826667L128.017033,73.693333L128.017033,73.426667L128.0837,73.293333M128.950366,72.693333L128.017033,72.693333M128.2837,72.693333L128.150366,72.626667L128.0837,72.56L128.017033,72.426667L128.017033,72.293333M128.8837,71.293333L128.950366,71.426666L128.950366,71.693333L128.8837,71.826666L128.750366,71.893333L128.217033,71.893333L128.0837,71.826666L128.017033,71.693333L128.017033,71.426666L128.0837,71.293333L128.217033,71.226666L128.350366,71.226666L128.4837,71.893333M128.017033,70.76L128.950366,70.493333L128.2837,70.226666L128.950366,69.96L128.017033,69.693333M129.0837,69.493333L129.0837,68.426666M127.550366,68.293332L127.550366,67.493332M128.950366,67.893332L127.550366,67.893332M128.8837,66.493332L128.950366,66.626665L128.950366,66.893332L128.8837,67.026665L128.750366,67.093332L128.217033,67.093332L128.0837,67.026665L128.017033,66.893332L128.017033,66.626665L128.0837,66.493332L128.217033,66.426665L128.350366,66.426665L128.4837,67.093332M128.950366,65.826665L128.017033,65.826665M128.2837,65.826665L128.150366,65.759999L128.0837,65.693332L128.017033,65.559999L128.017033,65.426665M128.950366,64.959998L128.017033,64.959998M128.150366,64.959998L128.0837,64.893332L128.017033,64.759998L128.017033,64.559998L128.0837,64.426665L128.217033,64.359998L128.950366,64.359998M128.217033,64.359998L128.0837,64.293332L128.017033,64.159998L128.017033,63.959998L128.0837,63.826665L128.217033,63.759998L128.950366,63.759998M128.950366,63.093331L128.017033,63.093331M127.550366,63.093331L127.617033,63.159998L127.6837,63.093331L127.617033,63.026665L127.550366,63.093331L127.6837,63.093331M128.017033,62.426664L128.950366,62.426664M128.150366,62.426664L128.0837,62.359998L128.017033,62.226664L128.017033,62.026664L128.0837,61.893331L128.217033,61.826664L128.950366,61.826664M128.950366,60.559997L128.217033,60.559997L128.0837,60.626664L128.017033,60.759997L128.017033,61.026664L128.0837,61.159997M128.8837,60.559997L128.950366,60.693331L128.950366,61.026664L128.8837,61.159997L128.750366,61.226664L128.617033,61.226664L128.4837,61.159997L128.417033,61.026664L128.417033,60.693331L128.350366,60.559997M128.950366,59.69333L128.8837,59.826664L128.750366,59.89333L127.550366,59.89333M129.0837,59.493331L129.0837,58.426664M127.550366,57.826664L127.550366,57.69333L127.617033,57.559997L127.6837,57.49333L127.817033,57.426664L128.0837,57.359997L128.417033,57.359997L128.6837,57.426664L128.817033,57.49333L128.8837,57.559997L128.950366,57.69333L128.950366,57.826664L128.8837,57.959997L128.817033,58.026664L128.6837,58.09333L128.417033,58.159997L128.0837,58.159997L127.817033,58.09333L127.6837,58.026664L127.617033,57.959997L127.550366,57.826664M128.950366,56.026664L128.950366,56.826664M128.950366,56.426664L127.550366,56.426664L127.750366,56.559997L127.8837,56.693331L127.950366,56.826664M128.950366,55.559998L128.017033,54.826664M128.017033,55.559998L128.950366,54.826664M127.550366,54.026665L127.550366,53.893331L127.617033,53.759998L127.6837,53.693331L127.817033,53.626665L128.0837,53.559998L128.417033,53.559998L128.6837,53.626665L128.817033,53.693331L128.8837,53.759998L128.950366,53.893331L128.950366,54.026665L128.8837,54.159998L128.817033,54.226665L128.6837,54.293331L128.417033,54.359998L128.0837,54.359998L127.817033,54.293331L127.6837,54.226665L127.617033,54.159998L127.550366,54.026665M127.6837,53.026665L127.617033,52.959998L127.550366,52.826665L127.550366,52.493332L127.617033,52.359998L127.6837,52.293332L127.817033,52.226665L127.950366,52.226665L128.150366,52.293332L128.950366,53.093332L128.950366,52.226665", "val": 1}, {"type": "segment", "start": [114.9495, 80.54], "end": [114.9495, 68.78], "width": 0.127}, {"type": "segment", "start": [126.9495, 80.54], "end": [114.9495, 80.54], "width": 0.127}, {"type": "segment", "start": [114.9495, 68.78], "end": [126.9495, 68.78], "width": 0.127}, {"type": "segment", "start": [126.9495, 68.78], "end": [126.9495, 80.54], "width": 0.127}, {"type": "circle", "start": [127.9495, 77.2], "radius": 0.1, "width": 0.2}, {"thickness": 0.15, "svgpath": "M168.384819,98.095238L168.384819,98.666666M168.384819,98.380952L167.384819,98.380952L167.527676,98.47619L167.622914,98.571428L167.670533,98.666666M167.384819,97.47619L167.384819,97.380952L167.432438,97.285714L167.480057,97.238095L167.575295,97.190476L167.765771,97.142857L168.003866,97.142857L168.194342,97.190476L168.28958,97.238095L168.3372,97.285714L168.384819,97.380952L168.384819,97.47619L168.3372,97.571428L168.28958,97.619047L168.194342,97.666666L168.003866,97.714285L167.765771,97.714285L167.575295,97.666666L167.480057,97.619047L167.432438,97.571428L167.384819,97.47619M168.384819,96.714285L167.384819,96.714285M168.003866,96.619047L168.384819,96.333333M167.718152,96.333333L168.099104,96.714285", "val": 1}, {"thickness": 0.06, "svgpath": "M166.681927,97.757142L166.491451,97.890475M166.681927,97.985713L166.281927,97.985713L166.281927,97.833332L166.300975,97.795237L166.320022,97.77619L166.358118,97.757142L166.41526,97.757142L166.453356,97.77619L166.472403,97.795237L166.491451,97.833332L166.491451,97.985713M166.281927,97.395237L166.281927,97.585713L166.472403,97.604761L166.453356,97.585713L166.434308,97.547618L166.434308,97.45238L166.453356,97.414285L166.472403,97.395237L166.510499,97.37619L166.605737,97.37619L166.643832,97.395237L166.66288,97.414285L166.681927,97.45238L166.681927,97.547618L166.66288,97.585713L166.643832,97.604761M166.681927,96.995238L166.681927,97.223809M166.681927,97.109523L166.281927,97.109523L166.33907,97.147619L166.377165,97.185714L166.396213,97.223809"}, {"type": "segment", "start": [166.0875, 98.3], "end": [166.0875, 96.7], "width": 0.1}, {"type": "segment", "start": [166.9125, 98.3], "end": [166.0875, 98.3], "width": 0.1}, {"type": "segment", "start": [166.0875, 96.7], "end": [166.9125, 96.7], "width": 0.1}, {"type": "segment", "start": [166.9125, 96.7], "end": [166.9125, 98.3], "width": 0.1}, {"thickness": 0.15, "svgpath": "M168.384819,94.095238L168.384819,94.666666M168.384819,94.380952L167.384819,94.380952L167.527676,94.47619L167.622914,94.571428L167.670533,94.666666M167.384819,93.47619L167.384819,93.380952L167.432438,93.285714L167.480057,93.238095L167.575295,93.190476L167.765771,93.142857L168.003866,93.142857L168.194342,93.190476L168.28958,93.238095L168.3372,93.285714L168.384819,93.380952L168.384819,93.47619L168.3372,93.571428L168.28958,93.619047L168.194342,93.666666L168.003866,93.714285L167.765771,93.714285L167.575295,93.666666L167.480057,93.619047L167.432438,93.571428L167.384819,93.47619M168.384819,92.714285L167.384819,92.714285M168.003866,92.619047L168.384819,92.333333M167.718152,92.333333L168.099104,92.714285", "val": 1}, {"thickness": 0.06, "svgpath": "M166.681927,93.757142L166.491451,93.890475M166.681927,93.985713L166.281927,93.985713L166.281927,93.833332L166.300975,93.795237L166.320022,93.77619L166.358118,93.757142L166.41526,93.757142L166.453356,93.77619L166.472403,93.795237L166.491451,93.833332L166.491451,93.985713M166.281927,93.395237L166.281927,93.585713L166.472403,93.604761L166.453356,93.585713L166.434308,93.547618L166.434308,93.45238L166.453356,93.414285L166.472403,93.395237L166.510499,93.37619L166.605737,93.37619L166.643832,93.395237L166.66288,93.414285L166.681927,93.45238L166.681927,93.547618L166.66288,93.585713L166.643832,93.604761M166.281927,93.242857L166.281927,92.995238L166.434308,93.128571L166.434308,93.071428L166.453356,93.033333L166.472403,93.014285L166.510499,92.995238L166.605737,92.995238L166.643832,93.014285L166.66288,93.033333L166.681927,93.071428L166.681927,93.185714L166.66288,93.223809L166.643832,93.242857"}, {"type": "segment", "start": [166.0875, 94.3], "end": [166.0875, 92.7], "width": 0.1}, {"type": "segment", "start": [166.9125, 94.3], "end": [166.0875, 94.3], "width": 0.1}, {"type": "segment", "start": [166.0875, 92.7], "end": [166.9125, 92.7], "width": 0.1}, {"type": "segment", "start": [166.9125, 92.7], "end": [166.9125, 94.3], "width": 0.1}, {"thickness": 0.254, "svgpath": "M143.455571,67.122318L142.850809,67.122318L142.850809,65.852318M143.818428,65.97327L143.878904,65.912794L143.999857,65.852318L144.302238,65.852318L144.42319,65.912794L144.483666,65.97327L144.544143,66.094222L144.544143,66.215175L144.483666,66.396603L143.757952,67.122318L144.544143,67.122318M145.330333,65.852318L145.451286,65.852318L145.572238,65.912794L145.632714,65.97327L145.69319,66.094222L145.753667,66.336127L145.753667,66.638508L145.69319,66.880413L145.632714,67.001365L145.572238,67.061842L145.451286,67.122318L145.330333,67.122318L145.209381,67.061842L145.148905,67.001365L145.088428,66.880413L145.027952,66.638508L145.027952,66.336127L145.088428,66.094222L145.148905,65.97327L145.209381,65.912794L145.330333,65.852318"}, {"type": "segment", "start": [147.452, 69.828], "end": [141.092, 69.828], "width": 0.254}, {"type": "segment", "start": [147.452, 63.268], "end": [147.452, 69.828], "width": 0.254}, {"type": "segment", "start": [141.092, 69.828], "end": [141.092, 63.268], "width": 0.254}, {"type": "segment", "start": [141.092, 63.268], "end": [147.452, 63.268], "width": 0.254}, {"thickness": 0.15, "svgpath": "M139.166666,74.204819L139.738094,74.204819M139.45238,75.204819L139.45238,74.204819M140.45238,75.1572L140.357142,75.204819L140.166666,75.204819L140.071428,75.1572L140.023809,75.061961L140.023809,74.681009L140.071428,74.585771L140.166666,74.538152L140.357142,74.538152L140.45238,74.585771L140.499999,74.681009L140.499999,74.776247L140.023809,74.871485M140.880952,75.1572L140.97619,75.204819L141.166666,75.204819L141.261904,75.1572L141.309523,75.061961L141.309523,75.014342L141.261904,74.919104L141.166666,74.871485L141.023809,74.871485L140.928571,74.823866L140.880952,74.728628L140.880952,74.681009L140.928571,74.585771L141.023809,74.538152L141.166666,74.538152L141.261904,74.585771M141.595238,74.538152L141.97619,74.538152M141.738095,74.204819L141.738095,75.061961L141.785714,75.1572L141.880952,75.204819L141.97619,75.204819M142.309524,75.204819L142.309524,74.204819L142.690476,74.204819L142.785714,74.252438L142.833333,74.300057L142.880952,74.395295L142.880952,74.538152L142.833333,74.63339L142.785714,74.681009L142.690476,74.728628L142.309524,74.728628M143.452381,75.204819L143.357143,75.1572L143.309524,75.10958L143.261905,75.014342L143.261905,74.728628L143.309524,74.63339L143.357143,74.585771L143.452381,74.538152L143.595238,74.538152L143.690476,74.585771L143.738095,74.63339L143.785714,74.728628L143.785714,75.014342L143.738095,75.10958L143.690476,75.1572L143.595238,75.204819L143.452381,75.204819M144.214286,75.204819L144.214286,74.538152M144.214286,74.204819L144.166667,74.252438L144.214286,74.300057L144.261905,74.252438L144.214286,74.204819L144.214286,74.300057M144.690476,74.538152L144.690476,75.204819M144.690476,74.63339L144.738095,74.585771L144.833333,74.538152L144.97619,74.538152L145.071428,74.585771L145.119047,74.681009L145.119047,75.204819M145.452381,74.538152L145.833333,74.538152M145.595238,74.204819L145.595238,75.061961L145.642857,75.1572L145.738095,75.204819L145.833333,75.204819", "val": 1}, {"thickness": 0.15, "svgpath": "M140.761905,77.604819L141.333333,77.604819M141.047619,78.604819L141.047619,77.604819M141.666667,78.604819L141.666667,77.604819L142.047619,77.604819L142.142857,77.652438L142.190476,77.700057L142.238095,77.795295L142.238095,77.938152L142.190476,78.03339L142.142857,78.081009L142.047619,78.128628L141.666667,78.128628M142.619048,77.700057L142.666667,77.652438L142.761905,77.604819L143,77.604819L143.095238,77.652438L143.142857,77.700057L143.190476,77.795295L143.190476,77.890533L143.142857,78.03339L142.571429,78.604819L143.190476,78.604819M143.809524,77.604819L143.904762,77.604819L144,77.652438L144.047619,77.700057L144.095238,77.795295L144.142857,77.985771L144.142857,78.223866L144.095238,78.414342L144.047619,78.50958L144,78.5572L143.904762,78.604819L143.809524,78.604819L143.714286,78.5572L143.666667,78.50958L143.619048,78.414342L143.571429,78.223866L143.571429,77.985771L143.619048,77.795295L143.666667,77.700057L143.714286,77.652438L143.809524,77.604819"}, {"thickness": 0.15, "svgpath": "M140.74958,65.738095L140.7972,65.785714L140.844819,65.928571L140.844819,66.023809L140.7972,66.166666L140.701961,66.261904L140.606723,66.309523L140.416247,66.357142L140.27339,66.357142L140.082914,66.309523L139.987676,66.261904L139.892438,66.166666L139.844819,66.023809L139.844819,65.928571L139.892438,65.785714L139.940057,65.738095M140.844819,65.166666L140.7972,65.261904L140.74958,65.309523L140.654342,65.357142L140.368628,65.357142L140.27339,65.309523L140.225771,65.261904L140.178152,65.166666L140.178152,65.023809L140.225771,64.928571L140.27339,64.880952L140.368628,64.833333L140.654342,64.833333L140.74958,64.880952L140.7972,64.928571L140.844819,65.023809L140.844819,65.166666M140.178152,64.404761L140.844819,64.404761M140.27339,64.404761L140.225771,64.357142L140.178152,64.261904L140.178152,64.119047L140.225771,64.023809L140.321009,63.97619L140.844819,63.97619M140.178152,63.499999L140.844819,63.499999M140.27339,63.499999L140.225771,63.45238L140.178152,63.357142L140.178152,63.214285L140.225771,63.119047L140.321009,63.071428L140.844819,63.071428M140.940057,62.833333L140.940057,62.071428M139.844819,61.642856L139.844819,61.547618L139.892438,61.45238L139.940057,61.404761L140.035295,61.357142L140.225771,61.309523L140.463866,61.309523L140.654342,61.357142L140.74958,61.404761L140.7972,61.45238L140.844819,61.547618L140.844819,61.642856L140.7972,61.738094L140.74958,61.785713L140.654342,61.833332L140.463866,61.880951L140.225771,61.880951L140.035295,61.833332L139.940057,61.785713L139.892438,61.738094L139.844819,61.642856M140.844819,60.357142L140.844819,60.92857M140.844819,60.642856L139.844819,60.642856L139.987676,60.738094L140.082914,60.833332L140.130533,60.92857M140.844819,60.023808L140.178152,59.499999M140.178152,60.023808L140.844819,59.499999M139.844819,58.92857L139.844819,58.833332L139.892438,58.738094L139.940057,58.690475L140.035295,58.642856L140.225771,58.595237L140.463866,58.595237L140.654342,58.642856L140.74958,58.690475L140.7972,58.738094L140.844819,58.833332L140.844819,58.92857L140.7972,59.023808L140.74958,59.071427L140.654342,59.119046L140.463866,59.166665L140.225771,59.166665L140.035295,59.119046L139.940057,59.071427L139.892438,59.023808L139.844819,58.92857M140.178152,57.738094L140.844819,57.738094M139.7972,57.976189L140.511485,58.214284L140.511485,57.595237", "val": 1}, {"thickness": 0.15, "svgpath": "M133.476666,61.454819L133.476666,62.169104L133.429047,62.311961L133.333809,62.4072L133.190952,62.454819L133.095714,62.454819M134.381428,61.788152L134.381428,62.454819M134.143333,61.4072L133.905238,62.121485L134.524285,62.121485"}, {"type": "segment", "start": [128.73, 63.27], "end": [128.73, 61.365], "width": 0.1}, {"type": "segment", "start": [138.89, 63.27], "end": [128.73, 63.27], "width": 0.1}, {"type": "segment", "start": [128.73, 61.365], "end": [129.365, 60.73], "width": 0.1}, {"type": "segment", "start": [129.365, 60.73], "end": [138.89, 60.73], "width": 0.1}, {"type": "segment", "start": [138.89, 60.73], "end": [138.89, 63.27], "width": 0.1}, {"thickness": 0.15, "svgpath": "M149.880952,89.524819L149.309524,89.524819M149.595238,89.524819L149.595238,88.524819L149.5,88.667676L149.404762,88.762914L149.309524,88.810533M150.5,88.524819L150.595238,88.524819L150.690476,88.572438L150.738095,88.620057L150.785714,88.715295L150.833333,88.905771L150.833333,89.143866L150.785714,89.334342L150.738095,89.42958L150.690476,89.4772L150.595238,89.524819L150.5,89.524819L150.404762,89.4772L150.357143,89.42958L150.309524,89.334342L150.261905,89.143866L150.261905,88.905771L150.309524,88.715295L150.357143,88.620057L150.404762,88.572438L150.5,88.524819M151.452381,88.524819L151.547619,88.524819L151.642857,88.572438L151.690476,88.620057L151.738095,88.715295L151.785714,88.905771L151.785714,89.143866L151.738095,89.334342L151.690476,89.42958L151.642857,89.4772L151.547619,89.524819L151.452381,89.524819L151.357143,89.4772L151.309524,89.42958L151.261905,89.334342L151.214286,89.143866L151.214286,88.905771L151.261905,88.715295L151.309524,88.620057L151.357143,88.572438L151.452381,88.524819M152.214286,88.858152L152.214286,89.524819M152.214286,88.95339L152.261905,88.905771L152.357143,88.858152L152.5,88.858152L152.595238,88.905771L152.642857,89.001009L152.642857,89.524819", "val": 1}, {"thickness": 0.06, "svgpath": "M150.933333,90.643832L150.914285,90.66288L150.857143,90.681927L150.819047,90.681927L150.761904,90.66288L150.723809,90.624784L150.704762,90.586689L150.685714,90.510499L150.685714,90.453356L150.704762,90.377165L150.723809,90.33907L150.761904,90.300975L150.819047,90.281927L150.857143,90.281927L150.914285,90.300975L150.933333,90.320022M151.27619,90.41526L151.27619,90.681927M151.180952,90.26288L151.085714,90.548594L151.333333,90.548594"}, {"type": "segment", "start": [151.8, 90.9], "end": [150.2, 90.9], "width": 0.1}, {"type": "segment", "start": [151.8, 90.1], "end": [151.8, 90.9], "width": 0.1}, {"type": "segment", "start": [150.2, 90.9], "end": [150.2, 90.1], "width": 0.1}, {"type": "segment", "start": [150.2, 90.1], "end": [151.8, 90.1], "width": 0.1}, {"thickness": 0.15, "svgpath": "M165.384819,86.785713L165.384819,86.166666L165.765771,86.499999L165.765771,86.357142L165.81339,86.261904L165.861009,86.214285L165.956247,86.166666L166.194342,86.166666L166.28958,86.214285L166.3372,86.261904L166.384819,86.357142L166.384819,86.642856L166.3372,86.738094L166.28958,86.785713M165.384819,85.833332L165.384819,85.214285L165.765771,85.547618L165.765771,85.404761L165.81339,85.309523L165.861009,85.261904L165.956247,85.214285L166.194342,85.214285L166.28958,85.261904L166.3372,85.309523L166.384819,85.404761L166.384819,85.690475L166.3372,85.785713L166.28958,85.833332M165.384819,84.595237L165.384819,84.499999L165.432438,84.404761L165.480057,84.357142L165.575295,84.309523L165.765771,84.261904L166.003866,84.261904L166.194342,84.309523L166.28958,84.357142L166.3372,84.404761L166.384819,84.499999L166.384819,84.595237L166.3372,84.690475L166.28958,84.738094L166.194342,84.785713L166.003866,84.833332L165.765771,84.833332L165.575295,84.785713L165.480057,84.738094L165.432438,84.690475L165.384819,84.595237", "val": 1}, {"thickness": 0.06, "svgpath": "M164.681927,85.757142L164.491451,85.890475M164.681927,85.985713L164.281927,85.985713L164.281927,85.833332L164.300975,85.795237L164.320022,85.77619L164.358118,85.757142L164.41526,85.757142L164.453356,85.77619L164.472403,85.795237L164.491451,85.833332L164.491451,85.985713M164.281927,85.395237L164.281927,85.585713L164.472403,85.604761L164.453356,85.585713L164.434308,85.547618L164.434308,85.45238L164.453356,85.414285L164.472403,85.395237L164.510499,85.37619L164.605737,85.37619L164.643832,85.395237L164.66288,85.414285L164.681927,85.45238L164.681927,85.547618L164.66288,85.585713L164.643832,85.604761M164.281927,85.033333L164.281927,85.109523L164.300975,85.147619L164.320022,85.166666L164.377165,85.204761L164.453356,85.223809L164.605737,85.223809L164.643832,85.204761L164.66288,85.185714L164.681927,85.147619L164.681927,85.071428L164.66288,85.033333L164.643832,85.014285L164.605737,84.995238L164.510499,84.995238L164.472403,85.014285L164.453356,85.033333L164.434308,85.071428L164.434308,85.147619L164.453356,85.185714L164.472403,85.204761L164.510499,85.223809"}, {"type": "segment", "start": [164.0875, 86.3], "end": [164.0875, 84.7], "width": 0.1}, {"type": "segment", "start": [164.9125, 86.3], "end": [164.0875, 86.3], "width": 0.1}, {"type": "segment", "start": [164.0875, 84.7], "end": [164.9125, 84.7], "width": 0.1}, {"type": "segment", "start": [164.9125, 84.7], "end": [164.9125, 86.3], "width": 0.1}, {"thickness": 0.15, "svgpath": "M145.472057,77.666666L145.424438,77.619047L145.376819,77.523809L145.376819,77.285714L145.424438,77.190476L145.472057,77.142857L145.567295,77.095238L145.662533,77.095238L145.80539,77.142857L146.376819,77.714285L146.376819,77.095238M145.376819,76.761904L145.376819,76.095238L146.376819,76.523809M146.376819,75.714285L145.376819,75.714285M145.995866,75.619047L146.376819,75.333333M145.710152,75.333333L146.091104,75.714285", "val": 1}, {"thickness": 0.06, "svgpath": "M147.533927,76.757142L147.343451,76.890475M147.533927,76.985713L147.133927,76.985713L147.133927,76.833332L147.152975,76.795237L147.172022,76.77619L147.210118,76.757142L147.26726,76.757142L147.305356,76.77619L147.324403,76.795237L147.343451,76.833332L147.343451,76.985713M147.172022,76.604761L147.152975,76.585713L147.133927,76.547618L147.133927,76.45238L147.152975,76.414285L147.172022,76.395237L147.210118,76.37619L147.248213,76.37619L147.305356,76.395237L147.533927,76.623809L147.533927,76.37619M147.133927,76.242857L147.133927,75.995238L147.286308,76.128571L147.286308,76.071428L147.305356,76.033333L147.324403,76.014285L147.362499,75.995238L147.457737,75.995238L147.495832,76.014285L147.51488,76.033333L147.533927,76.071428L147.533927,76.185714L147.51488,76.223809L147.495832,76.242857"}, {"type": "segment", "start": [147.7645, 75.7], "end": [147.7645, 77.3], "width": 0.1}, {"type": "segment", "start": [146.9395, 75.7], "end": [147.7645, 75.7], "width": 0.1}, {"type": "segment", "start": [147.7645, 77.3], "end": [146.9395, 77.3], "width": 0.1}, {"type": "segment", "start": [146.9395, 77.3], "end": [146.9395, 75.7], "width": 0.1}, {"thickness": 0.15, "svgpath": "M142.524819,88.595238L142.524819,89.166666M142.524819,88.880952L141.524819,88.880952L141.667676,88.97619L141.762914,89.071428L141.810533,89.166666M141.524819,87.97619L141.524819,87.880952L141.572438,87.785714L141.620057,87.738095L141.715295,87.690476L141.905771,87.642857L142.143866,87.642857L142.334342,87.690476L142.42958,87.738095L142.4772,87.785714L142.524819,87.880952L142.524819,87.97619L142.4772,88.071428L142.42958,88.119047L142.334342,88.166666L142.143866,88.214285L141.905771,88.214285L141.715295,88.166666L141.620057,88.119047L141.572438,88.071428L141.524819,87.97619M142.524819,87.214285L141.524819,87.214285M142.143866,87.119047L142.524819,86.833333M141.858152,86.833333L142.239104,87.214285", "val": 1}, {"thickness": 0.06, "svgpath": "M143.681927,88.066666L143.491451,88.199999M143.681927,88.295237L143.281927,88.295237L143.281927,88.142856L143.300975,88.104761L143.320022,88.085714L143.358118,88.066666L143.41526,88.066666L143.453356,88.085714L143.472403,88.104761L143.491451,88.142856L143.491451,88.295237M143.281927,87.933333L143.281927,87.685714L143.434308,87.819047L143.434308,87.761904L143.453356,87.723809L143.472403,87.704761L143.510499,87.685714L143.605737,87.685714L143.643832,87.704761L143.66288,87.723809L143.681927,87.761904L143.681927,87.87619L143.66288,87.914285L143.643832,87.933333"}, {"type": "segment", "start": [143.9125, 87.2], "end": [143.9125, 88.8], "width": 0.1}, {"type": "segment", "start": [143.0875, 87.2], "end": [143.9125, 87.2], "width": 0.1}, {"type": "segment", "start": [143.9125, 88.8], "end": [143.0875, 88.8], "width": 0.1}, {"type": "segment", "start": [143.0875, 88.8], "end": [143.0875, 87.2], "width": 0.1}, {"thickness": 0.15, "svgpath": "M168.384819,90.095238L168.384819,90.666666M168.384819,90.380952L167.384819,90.380952L167.527676,90.47619L167.622914,90.571428L167.670533,90.666666M167.384819,89.47619L167.384819,89.380952L167.432438,89.285714L167.480057,89.238095L167.575295,89.190476L167.765771,89.142857L168.003866,89.142857L168.194342,89.190476L168.28958,89.238095L168.3372,89.285714L168.384819,89.380952L168.384819,89.47619L168.3372,89.571428L168.28958,89.619047L168.194342,89.666666L168.003866,89.714285L167.765771,89.714285L167.575295,89.666666L167.480057,89.619047L167.432438,89.571428L167.384819,89.47619M168.384819,88.714285L167.384819,88.714285M168.003866,88.619047L168.384819,88.333333M167.718152,88.333333L168.099104,88.714285", "val": 1}, {"thickness": 0.06, "svgpath": "M166.681927,89.757142L166.491451,89.890475M166.681927,89.985713L166.281927,89.985713L166.281927,89.833332L166.300975,89.795237L166.320022,89.77619L166.358118,89.757142L166.41526,89.757142L166.453356,89.77619L166.472403,89.795237L166.491451,89.833332L166.491451,89.985713M166.281927,89.395237L166.281927,89.585713L166.472403,89.604761L166.453356,89.585713L166.434308,89.547618L166.434308,89.45238L166.453356,89.414285L166.472403,89.395237L166.510499,89.37619L166.605737,89.37619L166.643832,89.395237L166.66288,89.414285L166.681927,89.45238L166.681927,89.547618L166.66288,89.585713L166.643832,89.604761M166.281927,89.014285L166.281927,89.204761L166.472403,89.223809L166.453356,89.204761L166.434308,89.166666L166.434308,89.071428L166.453356,89.033333L166.472403,89.014285L166.510499,88.995238L166.605737,88.995238L166.643832,89.014285L166.66288,89.033333L166.681927,89.071428L166.681927,89.166666L166.66288,89.204761L166.643832,89.223809"}, {"type": "segment", "start": [166.0875, 90.3], "end": [166.0875, 88.7], "width": 0.1}, {"type": "segment", "start": [166.9125, 90.3], "end": [166.0875, 90.3], "width": 0.1}, {"type": "segment", "start": [166.0875, 88.7], "end": [166.9125, 88.7], "width": 0.1}, {"type": "segment", "start": [166.9125, 88.7], "end": [166.9125, 90.3], "width": 0.1}, {"thickness": 0.15, "svgpath": "M135.700057,70.214285L135.652438,70.166666L135.604819,70.071428L135.604819,69.833333L135.652438,69.738095L135.700057,69.690476L135.795295,69.642857L135.890533,69.642857L136.03339,69.690476L136.604819,70.261904L136.604819,69.642857M135.700057,69.261904L135.652438,69.214285L135.604819,69.119047L135.604819,68.880952L135.652438,68.785714L135.700057,68.738095L135.795295,68.690476L135.890533,68.690476L136.03339,68.738095L136.604819,69.309523L136.604819,68.690476M135.938152,67.833333L136.604819,67.833333M135.938152,68.261904L136.461961,68.261904L136.5572,68.214285L136.604819,68.119047L136.604819,67.97619L136.5572,67.880952L136.50958,67.833333", "val": 1}, {"thickness": 0.12, "svgpath": "M138.287664,69.514285L138.32576,69.552381L138.363855,69.666666L138.363855,69.742857L138.32576,69.857143L138.249569,69.933333L138.173379,69.971428L138.020998,70.009524L137.906712,70.009524L137.754331,69.971428L137.67814,69.933333L137.60195,69.857143L137.563855,69.742857L137.563855,69.666666L137.60195,69.552381L137.640045,69.514285M137.640045,69.209524L137.60195,69.171428L137.563855,69.095238L137.563855,68.904762L137.60195,68.828571L137.640045,68.790476L137.716236,68.752381L137.792426,68.752381L137.906712,68.790476L138.363855,69.247619L138.363855,68.752381M137.563855,68.485714L137.563855,67.990476L137.868617,68.257142L137.868617,68.142857L137.906712,68.066666L137.944807,68.028571L138.020998,67.990476L138.211474,67.990476L138.287664,68.028571L138.32576,68.066666L138.363855,68.142857L138.363855,68.371428L138.32576,68.447619L138.287664,68.485714"}, {"type": "segment", "start": [138.8, 67.4], "end": [138.8, 70.6], "width": 0.1}, {"type": "segment", "start": [137.2, 67.4], "end": [138.8, 67.4], "width": 0.1}, {"type": "segment", "start": [138.8, 70.6], "end": [137.2, 70.6], "width": 0.1}, {"type": "segment", "start": [137.2, 70.6], "end": [137.2, 67.4], "width": 0.1}, {"thickness": 0.15, "svgpath": "M112.447009,81.70781L112.494628,81.564953L112.542247,81.517334L112.637485,81.469715L112.780342,81.469715L112.87558,81.517334L112.9232,81.564953L112.970819,81.660191L112.970819,82.041143L111.970819,82.041143L111.970819,81.70781L112.018438,81.612572L112.066057,81.564953L112.161295,81.517334L112.256533,81.517334L112.351771,81.564953L112.39939,81.612572L112.447009,81.70781L112.447009,82.041143M112.970819,80.612572L112.447009,80.612572L112.351771,80.660191L112.304152,80.755429L112.304152,80.945905L112.351771,81.041143M112.9232,80.612572L112.970819,80.70781L112.970819,80.945905L112.9232,81.041143L112.827961,81.088762L112.732723,81.088762L112.637485,81.041143L112.589866,80.945905L112.589866,80.70781L112.542247,80.612572M112.970819,80.136381L112.304152,80.136381M112.494628,80.136381L112.39939,80.088762L112.351771,80.041143L112.304152,79.945905L112.304152,79.850667M112.970819,79.517333L112.304152,79.517333M112.494628,79.517333L112.39939,79.469714L112.351771,79.422095L112.304152,79.326857L112.304152,79.231619M112.9232,78.517333L112.970819,78.612571L112.970819,78.803047L112.9232,78.898285L112.827961,78.945904L112.447009,78.945904L112.351771,78.898285L112.304152,78.803047L112.304152,78.612571L112.351771,78.517333L112.447009,78.469714L112.542247,78.469714L112.637485,78.945904M112.970819,77.898285L112.9232,77.993523L112.827961,78.041142L111.970819,78.041142M113.066057,77.755428L113.066057,76.993523M111.970819,76.469713L112.685104,76.469713L112.827961,76.517332L112.9232,76.61257L112.970819,76.755427L112.970819,76.850665M112.970819,75.564951L112.447009,75.564951L112.351771,75.61257L112.304152,75.707808L112.304152,75.898284L112.351771,75.993522M112.9232,75.564951L112.970819,75.660189L112.970819,75.898284L112.9232,75.993522L112.827961,76.041141L112.732723,76.041141L112.637485,75.993522L112.589866,75.898284L112.589866,75.660189L112.542247,75.564951M112.9232,74.660189L112.970819,74.755427L112.970819,74.945903L112.9232,75.041141L112.87558,75.08876L112.780342,75.136379L112.494628,75.136379L112.39939,75.08876L112.351771,75.041141L112.304152,74.945903L112.304152,74.755427L112.351771,74.660189M112.970819,74.231617L111.970819,74.231617M112.589866,74.136379L112.970819,73.850665M112.304152,73.850665L112.685104,74.231617M113.066057,73.660189L113.066057,72.898284M112.9232,72.707807L112.970819,72.56495L112.970819,72.326855L112.9232,72.231617L112.87558,72.183998L112.780342,72.136379L112.685104,72.136379L112.589866,72.183998L112.542247,72.231617L112.494628,72.326855L112.447009,72.517331L112.39939,72.612569L112.351771,72.660188L112.256533,72.707807L112.161295,72.707807L112.066057,72.660188L112.018438,72.612569L111.970819,72.517331L111.970819,72.279236L112.018438,72.136379M112.304152,71.803045L112.970819,71.612569L112.494628,71.422093L112.970819,71.231617L112.304152,71.041141M112.970819,70.660188L112.304152,70.660188M111.970819,70.660188L112.018438,70.707807L112.066057,70.660188L112.018438,70.612569L111.970819,70.660188L112.066057,70.660188M112.304152,70.326855L112.304152,69.945903M111.970819,70.183998L112.827961,70.183998L112.9232,70.136379L112.970819,70.041141L112.970819,69.945903M112.9232,69.183998L112.970819,69.279236L112.970819,69.469712L112.9232,69.56495L112.87558,69.612569L112.780342,69.660188L112.494628,69.660188L112.39939,69.612569L112.351771,69.56495L112.304152,69.469712L112.304152,69.279236L112.351771,69.183998M112.970819,68.755426L111.970819,68.755426M112.970819,68.326855L112.447009,68.326855L112.351771,68.374474L112.304152,68.469712L112.304152,68.612569L112.351771,68.707807L112.39939,68.755426", "val": 1}, {"thickness": 0.15, "svgpath": "M119.970819,75.517333L120.685104,75.517333L120.827961,75.564952L120.9232,75.66019L120.970819,75.803047L120.970819,75.898285M120.066057,75.088761L120.018438,75.041142L119.970819,74.945904L119.970819,74.707809L120.018438,74.612571L120.066057,74.564952L120.161295,74.517333L120.256533,74.517333L120.39939,74.564952L120.970819,75.13638L120.970819,74.517333"}, {"type": "segment", "start": [127.916, 70.684], "end": [128.916, 71.684], "width": 0.1}, {"type": "segment", "start": [114.416, 70.684], "end": [127.916, 70.684], "width": 0.1}, {"type": "segment", "start": [128.916, 79.684], "end": [128.916, 71.684], "width": 0.1}, {"type": "segment", "start": [128.916, 79.684], "end": [114.416, 79.684], "width": 0.1}, {"type": "segment", "start": [114.416, 79.684], "end": [114.416, 70.684], "width": 0.1}, {"thickness": 0.15, "svgpath": "M171.924816,105.214286L172.734339,105.214286L172.829577,105.166667L172.877197,105.119048L172.924816,105.02381L172.924816,104.833334L172.877197,104.738096L172.829577,104.690477L172.734339,104.642858L171.924816,104.642858M172.924816,103.738096L172.401006,103.738096L172.305768,103.785715L172.258149,103.880953L172.258149,104.071429L172.305768,104.166667M172.877197,103.738096L172.924816,103.833334L172.924816,104.071429L172.877197,104.166667L172.781958,104.214286L172.68672,104.214286L172.591482,104.166667L172.543863,104.071429L172.543863,103.833334L172.496244,103.738096M172.924816,103.261905L172.258149,103.261905M172.448625,103.261905L172.353387,103.214286L172.305768,103.166667L172.258149,103.071429L172.258149,102.976191M172.258149,102.785714L172.258149,102.404762M171.924816,102.642857L172.781958,102.642857L172.877197,102.595238L172.924816,102.5L172.924816,102.404762M172.401006,101.738095L172.448625,101.595238L172.496244,101.547619L172.591482,101.5L172.734339,101.5L172.829577,101.547619L172.877197,101.595238L172.924816,101.690476L172.924816,102.071428L171.924816,102.071428L171.924816,101.738095L171.972435,101.642857L172.020054,101.595238L172.115292,101.547619L172.21053,101.547619L172.305768,101.595238L172.353387,101.642857L172.401006,101.738095L172.401006,102.071428M172.924816,101.071428L172.258149,101.071428M172.448625,101.071428L172.353387,101.023809L172.305768,100.97619L172.258149,100.880952L172.258149,100.785714M172.924816,100.45238L172.258149,100.45238M171.924816,100.45238L171.972435,100.499999L172.020054,100.45238L171.972435,100.404761L171.924816,100.45238L172.020054,100.45238M172.924816,99.547619L171.924816,99.547619M172.877197,99.547619L172.924816,99.642857L172.924816,99.833333L172.877197,99.928571L172.829577,99.97619L172.734339,100.023809L172.448625,100.023809L172.353387,99.97619L172.305768,99.928571L172.258149,99.833333L172.258149,99.642857L172.305768,99.547619M172.258149,98.642857L173.067673,98.642857L173.162911,98.690476L173.21053,98.738095L173.258149,98.833333L173.258149,98.97619L173.21053,99.071428M172.877197,98.642857L172.924816,98.738095L172.924816,98.928571L172.877197,99.023809L172.829577,99.071428L172.734339,99.119047L172.448625,99.119047L172.353387,99.071428L172.305768,99.023809L172.258149,98.928571L172.258149,98.738095L172.305768,98.642857M172.877197,97.785714L172.924816,97.880952L172.924816,98.071428L172.877197,98.166666L172.781958,98.214285L172.401006,98.214285L172.305768,98.166666L172.258149,98.071428L172.258149,97.880952L172.305768,97.785714L172.401006,97.738095L172.496244,97.738095L172.591482,98.214285", "val": 1}, {"thickness": 0.15, "svgpath": "M162.540473,100.95482L162.540473,101.669105L162.492854,101.811962L162.397616,101.907201L162.254759,101.95482L162.159521,101.95482M163.540473,101.95482L162.969045,101.95482M163.254759,101.95482L163.254759,100.95482L163.159521,101.097677L163.064283,101.192915L162.969045,101.240534M164.159521,100.95482L164.254759,100.95482L164.349997,101.002439L164.397616,101.050058L164.445235,101.145296L164.492854,101.335772L164.492854,101.573867L164.445235,101.764343L164.397616,101.859581L164.349997,101.907201L164.254759,101.95482L164.159521,101.95482L164.064283,101.907201L164.016664,101.859581L163.969045,101.764343L163.921426,101.573867L163.921426,101.335772L163.969045,101.145296L164.016664,101.050058L164.064283,101.002439L164.159521,100.95482"}, {"type": "segment", "start": [155.729997, 102.770001], "end": [155.729997, 100.865001], "width": 0.1}, {"type": "segment", "start": [170.969997, 102.770001], "end": [155.729997, 102.770001], "width": 0.1}, {"type": "segment", "start": [155.729997, 100.865001], "end": [156.364997, 100.230001], "width": 0.1}, {"type": "segment", "start": [156.364997, 100.230001], "end": [170.969997, 100.230001], "width": 0.1}, {"type": "segment", "start": [170.969997, 100.230001], "end": [170.969997, 102.770001], "width": 0.1}, {"thickness": 0.15, "svgpath": "M142.512819,74.302857L142.512819,74.874285M142.512819,74.588571L141.512819,74.588571L141.655676,74.683809L141.750914,74.779047L141.798533,74.874285M141.512819,73.683809L141.512819,73.588571L141.560438,73.493333L141.608057,73.445714L141.703295,73.398095L141.893771,73.350476L142.131866,73.350476L142.322342,73.398095L142.41758,73.445714L142.4652,73.493333L142.512819,73.588571L142.512819,73.683809L142.4652,73.779047L142.41758,73.826666L142.322342,73.874285L142.131866,73.921904L141.893771,73.921904L141.703295,73.874285L141.608057,73.826666L141.560438,73.779047L141.512819,73.683809M141.846152,72.493333L142.512819,72.493333M141.846152,72.921904L142.369961,72.921904L142.4652,72.874285L142.512819,72.779047L142.512819,72.63619L142.4652,72.540952L142.41758,72.493333", "val": 1}, {"thickness": 0.12, "svgpath": "M140.495664,74.174285L140.53376,74.212381L140.571855,74.326666L140.571855,74.402857L140.53376,74.517143L140.457569,74.593333L140.381379,74.631428L140.228998,74.669524L140.114712,74.669524L139.962331,74.631428L139.88614,74.593333L139.80995,74.517143L139.771855,74.402857L139.771855,74.326666L139.80995,74.212381L139.848045,74.174285M139.848045,73.869524L139.80995,73.831428L139.771855,73.755238L139.771855,73.564762L139.80995,73.488571L139.848045,73.450476L139.924236,73.412381L140.000426,73.412381L140.114712,73.450476L140.571855,73.907619L140.571855,73.412381M140.571855,72.650476L140.571855,73.107619M140.571855,72.879047L139.771855,72.879047L139.88614,72.955238L139.962331,73.031428L140.000426,73.107619"}, {"type": "segment", "start": [139.408, 75.26], "end": [139.408, 72.06], "width": 0.1}, {"type": "segment", "start": [141.008, 75.26], "end": [139.408, 75.26], "width": 0.1}, {"type": "segment", "start": [139.408, 72.06], "end": [141.008, 72.06], "width": 0.1}, {"type": "segment", "start": [141.008, 72.06], "end": [141.008, 75.26], "width": 0.1}, {"thickness": 0.15, "svgpath": "M147.034666,66.20482L147.606094,66.20482M147.32038,67.20482L147.32038,66.20482M148.32038,67.157201L148.225142,67.20482L148.034666,67.20482L147.939428,67.157201L147.891809,67.061962L147.891809,66.68101L147.939428,66.585772L148.034666,66.538153L148.225142,66.538153L148.32038,66.585772L148.367999,66.68101L148.367999,66.776248L147.891809,66.871486M148.748952,67.157201L148.84419,67.20482L149.034666,67.20482L149.129904,67.157201L149.177523,67.061962L149.177523,67.014343L149.129904,66.919105L149.034666,66.871486L148.891809,66.871486L148.796571,66.823867L148.748952,66.728629L148.748952,66.68101L148.796571,66.585772L148.891809,66.538153L149.034666,66.538153L149.129904,66.585772M149.463238,66.538153L149.84419,66.538153M149.606095,66.20482L149.606095,67.061962L149.653714,67.157201L149.748952,67.20482L149.84419,67.20482M150.177524,67.20482L150.177524,66.20482L150.558476,66.20482L150.653714,66.252439L150.701333,66.300058L150.748952,66.395296L150.748952,66.538153L150.701333,66.633391L150.653714,66.68101L150.558476,66.728629L150.177524,66.728629M151.320381,67.20482L151.225143,67.157201L151.177524,67.109581L151.129905,67.014343L151.129905,66.728629L151.177524,66.633391L151.225143,66.585772L151.320381,66.538153L151.463238,66.538153L151.558476,66.585772L151.606095,66.633391L151.653714,66.728629L151.653714,67.014343L151.606095,67.109581L151.558476,67.157201L151.463238,67.20482L151.320381,67.20482M152.082286,67.20482L152.082286,66.538153M152.082286,66.20482L152.034667,66.252439L152.082286,66.300058L152.129905,66.252439L152.082286,66.20482L152.082286,66.300058M152.558476,66.538153L152.558476,67.20482M152.558476,66.633391L152.606095,66.585772L152.701333,66.538153L152.84419,66.538153L152.939428,66.585772L152.987047,66.68101L152.987047,67.20482M153.320381,66.538153L153.701333,66.538153M153.463238,66.20482L153.463238,67.061962L153.510857,67.157201L153.606095,67.20482L153.701333,67.20482", "val": 1}, {"thickness": 0.15, "svgpath": "M148.629905,62.80482L149.201333,62.80482M148.915619,63.80482L148.915619,62.80482M149.534667,63.80482L149.534667,62.80482L149.915619,62.80482L150.010857,62.852439L150.058476,62.900058L150.106095,62.995296L150.106095,63.138153L150.058476,63.233391L150.010857,63.28101L149.915619,63.328629L149.534667,63.328629M150.487048,62.900058L150.534667,62.852439L150.629905,62.80482L150.868,62.80482L150.963238,62.852439L151.010857,62.900058L151.058476,62.995296L151.058476,63.090534L151.010857,63.233391L150.439429,63.80482L151.058476,63.80482M152.010857,63.80482L151.439429,63.80482M151.725143,63.80482L151.725143,62.80482L151.629905,62.947677L151.534667,63.042915L151.439429,63.090534"}, {"thickness": 0.15, "svgpath": "M145.380952,86.024819L144.809524,86.024819M145.095238,86.024819L145.095238,85.024819L145,85.167676L144.904762,85.262914L144.809524,85.310533M146,85.024819L146.095238,85.024819L146.190476,85.072438L146.238095,85.120057L146.285714,85.215295L146.333333,85.405771L146.333333,85.643866L146.285714,85.834342L146.238095,85.92958L146.190476,85.9772L146.095238,86.024819L146,86.024819L145.904762,85.9772L145.857143,85.92958L145.809524,85.834342L145.761905,85.643866L145.761905,85.405771L145.809524,85.215295L145.857143,85.120057L145.904762,85.072438L146,85.024819M146.952381,85.024819L147.047619,85.024819L147.142857,85.072438L147.190476,85.120057L147.238095,85.215295L147.285714,85.405771L147.285714,85.643866L147.238095,85.834342L147.190476,85.92958L147.142857,85.9772L147.047619,86.024819L146.952381,86.024819L146.857143,85.9772L146.809524,85.92958L146.761905,85.834342L146.714286,85.643866L146.714286,85.405771L146.761905,85.215295L146.809524,85.120057L146.857143,85.072438L146.952381,85.024819M147.714286,85.358152L147.714286,86.024819M147.714286,85.45339L147.761905,85.405771L147.857143,85.358152L148,85.358152L148.095238,85.405771L148.142857,85.501009L148.142857,86.024819", "val": 1}, {"thickness": 0.06, "svgpath": "M146.242857,87.143832L146.223809,87.16288L146.166667,87.181927L146.128571,87.181927L146.071428,87.16288L146.033333,87.124784L146.014286,87.086689L145.995238,87.010499L145.995238,86.953356L146.014286,86.877165L146.033333,86.83907L146.071428,86.800975L146.128571,86.781927L146.166667,86.781927L146.223809,86.800975L146.242857,86.820022M146.623809,87.181927L146.395238,87.181927M146.509524,87.181927L146.509524,86.781927L146.471428,86.83907L146.433333,86.877165L146.395238,86.896213M146.871428,86.781927L146.909523,86.781927L146.947619,86.800975L146.966666,86.820022L146.985714,86.858118L147.004761,86.934308L147.004761,87.029546L146.985714,87.105737L146.966666,87.143832L146.947619,87.16288L146.909523,87.181927L146.871428,87.181927L146.833333,87.16288L146.814285,87.143832L146.795238,87.105737L146.77619,87.029546L146.77619,86.934308L146.795238,86.858118L146.814285,86.820022L146.833333,86.800975L146.871428,86.781927"}, {"type": "segment", "start": [147.3, 87.4], "end": [145.7, 87.4], "width": 0.1}, {"type": "segment", "start": [147.3, 86.6], "end": [147.3, 87.4], "width": 0.1}, {"type": "segment", "start": [145.7, 87.4], "end": [145.7, 86.6], "width": 0.1}, {"type": "segment", "start": [145.7, 86.6], "end": [147.3, 86.6], "width": 0.1}, {"thickness": 0.15, "svgpath": "M147.236819,77.095238L147.236819,77.666666M147.236819,77.380952L146.236819,77.380952L146.379676,77.47619L146.474914,77.571428L146.522533,77.666666M146.236819,76.47619L146.236819,76.380952L146.284438,76.285714L146.332057,76.238095L146.427295,76.190476L146.617771,76.142857L146.855866,76.142857L147.046342,76.190476L147.14158,76.238095L147.1892,76.285714L147.236819,76.380952L147.236819,76.47619L147.1892,76.571428L147.14158,76.619047L147.046342,76.666666L146.855866,76.714285L146.617771,76.714285L146.427295,76.666666L146.332057,76.619047L146.284438,76.571428L146.236819,76.47619M147.236819,75.714285L146.236819,75.714285M146.855866,75.619047L147.236819,75.333333M146.570152,75.333333L146.951104,75.714285", "val": 1}, {"thickness": 0.06, "svgpath": "M145.533927,76.757142L145.343451,76.890475M145.533927,76.985713L145.133927,76.985713L145.133927,76.833332L145.152975,76.795237L145.172022,76.77619L145.210118,76.757142L145.26726,76.757142L145.305356,76.77619L145.324403,76.795237L145.343451,76.833332L145.343451,76.985713M145.172022,76.604761L145.152975,76.585713L145.133927,76.547618L145.133927,76.45238L145.152975,76.414285L145.172022,76.395237L145.210118,76.37619L145.248213,76.37619L145.305356,76.395237L145.533927,76.623809L145.533927,76.37619M145.26726,76.033333L145.533927,76.033333M145.11488,76.128571L145.400594,76.223809L145.400594,75.97619"}, {"type": "segment", "start": [144.9395, 77.3], "end": [144.9395, 75.7], "width": 0.1}, {"type": "segment", "start": [145.7645, 77.3], "end": [144.9395, 77.3], "width": 0.1}, {"type": "segment", "start": [144.9395, 75.7], "end": [145.7645, 75.7], "width": 0.1}, {"type": "segment", "start": [145.7645, 75.7], "end": [145.7645, 77.3], "width": 0.1}, {"thickness": 0.15, "svgpath": "M138.380952,101.024819L137.809524,101.024819M138.095238,101.024819L138.095238,100.024819L138,100.167676L137.904762,100.262914L137.809524,100.310533M139,100.024819L139.095238,100.024819L139.190476,100.072438L139.238095,100.120057L139.285714,100.215295L139.333333,100.405771L139.333333,100.643866L139.285714,100.834342L139.238095,100.92958L139.190476,100.9772L139.095238,101.024819L139,101.024819L138.904762,100.9772L138.857143,100.92958L138.809524,100.834342L138.761905,100.643866L138.761905,100.405771L138.809524,100.215295L138.857143,100.120057L138.904762,100.072438L139,100.024819M139.952381,100.024819L140.047619,100.024819L140.142857,100.072438L140.190476,100.120057L140.238095,100.215295L140.285714,100.405771L140.285714,100.643866L140.238095,100.834342L140.190476,100.92958L140.142857,100.9772L140.047619,101.024819L139.952381,101.024819L139.857143,100.9772L139.809524,100.92958L139.761905,100.834342L139.714286,100.643866L139.714286,100.405771L139.761905,100.215295L139.809524,100.120057L139.857143,100.072438L139.952381,100.024819M140.714286,100.358152L140.714286,101.024819M140.714286,100.45339L140.761905,100.405771L140.857143,100.358152L141,100.358152L141.095238,100.405771L141.142857,100.501009L141.142857,101.024819", "val": 1}, {"thickness": 0.06, "svgpath": "M139.242857,102.143832L139.223809,102.16288L139.166667,102.181927L139.128571,102.181927L139.071428,102.16288L139.033333,102.124784L139.014286,102.086689L138.995238,102.010499L138.995238,101.953356L139.014286,101.877165L139.033333,101.83907L139.071428,101.800975L139.128571,101.781927L139.166667,101.781927L139.223809,101.800975L139.242857,101.820022M139.623809,102.181927L139.395238,102.181927M139.509524,102.181927L139.509524,101.781927L139.471428,101.83907L139.433333,101.877165L139.395238,101.896213M140.004761,102.181927L139.77619,102.181927M139.890476,102.181927L139.890476,101.781927L139.85238,101.83907L139.814285,101.877165L139.77619,101.896213"}, {"type": "segment", "start": [140.3, 102.4], "end": [138.7, 102.4], "width": 0.1}, {"type": "segment", "start": [140.3, 101.6], "end": [140.3, 102.4], "width": 0.1}, {"type": "segment", "start": [138.7, 102.4], "end": [138.7, 101.6], "width": 0.1}, {"type": "segment", "start": [138.7, 101.6], "end": [140.3, 101.6], "width": 0.1}, {"thickness": 0.15, "svgpath": "M143.452381,101.384819L143.547619,101.384819L143.642857,101.432438L143.690476,101.480057L143.738095,101.575295L143.785714,101.765771L143.785714,102.003866L143.738095,102.194342L143.690476,102.28958L143.642857,102.3372L143.547619,102.384819L143.452381,102.384819L143.357143,102.3372L143.309524,102.28958L143.261905,102.194342L143.214286,102.003866L143.214286,101.765771L143.261905,101.575295L143.309524,101.480057L143.357143,101.432438L143.452381,101.384819", "val": 1}, {"thickness": 0.06, "svgpath": "M143.242857,100.681927L143.109524,100.491451M143.014286,100.681927L143.014286,100.281927L143.166667,100.281927L143.204762,100.300975L143.223809,100.320022L143.242857,100.358118L143.242857,100.41526L143.223809,100.453356L143.204762,100.472403L143.166667,100.491451L143.014286,100.491451M143.623809,100.681927L143.395238,100.681927M143.509524,100.681927L143.509524,100.281927L143.471428,100.33907L143.433333,100.377165L143.395238,100.396213M143.757142,100.281927L144.004761,100.281927L143.871428,100.434308L143.928571,100.434308L143.966666,100.453356L143.985714,100.472403L144.004761,100.510499L144.004761,100.605737L143.985714,100.643832L143.966666,100.66288L143.928571,100.681927L143.814285,100.681927L143.77619,100.66288L143.757142,100.643832"}, {"type": "segment", "start": [142.7, 100.0875], "end": [144.3, 100.0875], "width": 0.1}, {"type": "segment", "start": [142.7, 100.9125], "end": [142.7, 100.0875], "width": 0.1}, {"type": "segment", "start": [144.3, 100.0875], "end": [144.3, 100.9125], "width": 0.1}, {"type": "segment", "start": [144.3, 100.9125], "end": [142.7, 100.9125], "width": 0.1}, {"thickness": 0.15, "svgpath": "M150.261904,75.74958L150.214285,75.7972L150.071428,75.844819L149.97619,75.844819L149.833333,75.7972L149.738095,75.701961L149.690476,75.606723L149.642857,75.416247L149.642857,75.27339L149.690476,75.082914L149.738095,74.987676L149.833333,74.892438L149.97619,74.844819L150.071428,74.844819L150.214285,74.892438L150.261904,74.940057M150.833333,75.844819L150.738095,75.7972L150.690476,75.74958L150.642857,75.654342L150.642857,75.368628L150.690476,75.27339L150.738095,75.225771L150.833333,75.178152L150.97619,75.178152L151.071428,75.225771L151.119047,75.27339L151.166666,75.368628L151.166666,75.654342L151.119047,75.74958L151.071428,75.7972L150.97619,75.844819L150.833333,75.844819M151.595238,75.178152L151.595238,75.844819M151.595238,75.27339L151.642857,75.225771L151.738095,75.178152L151.880952,75.178152L151.97619,75.225771L152.023809,75.321009L152.023809,75.844819M152.5,75.178152L152.5,75.844819M152.5,75.27339L152.547619,75.225771L152.642857,75.178152L152.785714,75.178152L152.880952,75.225771L152.928571,75.321009L152.928571,75.844819M153.166667,75.940057L153.928571,75.940057M154.357143,74.844819L154.452381,74.844819L154.547619,74.892438L154.595238,74.940057L154.642857,75.035295L154.690476,75.225771L154.690476,75.463866L154.642857,75.654342L154.595238,75.74958L154.547619,75.7972L154.452381,75.844819L154.357143,75.844819L154.261905,75.7972L154.214286,75.74958L154.166667,75.654342L154.119048,75.463866L154.119048,75.225771L154.166667,75.035295L154.214286,74.940057L154.261905,74.892438L154.357143,74.844819M155.642857,75.844819L155.071429,75.844819M155.357143,75.844819L155.357143,74.844819L155.261905,74.987676L155.166667,75.082914L155.071429,75.130533M155.976191,75.844819L156.5,75.178152M155.976191,75.178152L156.5,75.844819M157.071429,74.844819L157.166667,74.844819L157.261905,74.892438L157.309524,74.940057L157.357143,75.035295L157.404762,75.225771L157.404762,75.463866L157.357143,75.654342L157.309524,75.74958L157.261905,75.7972L157.166667,75.844819L157.071429,75.844819L156.976191,75.7972L156.928572,75.74958L156.880953,75.654342L156.833334,75.463866L156.833334,75.225771L156.880953,75.035295L156.928572,74.940057L156.976191,74.892438L157.071429,74.844819M158.261905,75.178152L158.261905,75.844819M158.02381,74.7972L157.785715,75.511485L158.404762,75.511485", "val": 1}, {"thickness": 0.15, "svgpath": "M153.454819,69.143333L154.169104,69.143333L154.311961,69.190952L154.4072,69.28619L154.454819,69.429047L154.454819,69.524285M153.454819,68.76238L153.454819,68.095714L154.454819,68.524285"}, {"type": "segment", "start": [152.73, 63.73], "end": [154.635, 63.73], "width": 0.1}, {"type": "segment", "start": [152.73, 73.89], "end": [152.73, 63.73], "width": 0.1}, {"type": "segment", "start": [154.635, 63.73], "end": [155.27, 64.365], "width": 0.1}, {"type": "segment", "start": [155.27, 64.365], "end": [155.27, 73.89], "width": 0.1}, {"type": "segment", "start": [155.27, 73.89], "end": [152.73, 73.89], "width": 0.1}, {"thickness": 0.15, "svgpath": "M137.3072,72.976191L137.354819,72.833334L137.354819,72.595239L137.3072,72.500001L137.25958,72.452382L137.164342,72.404763L137.069104,72.404763L136.973866,72.452382L136.926247,72.500001L136.878628,72.595239L136.831009,72.785715L136.78339,72.880953L136.735771,72.928572L136.640533,72.976191L136.545295,72.976191L136.450057,72.928572L136.402438,72.880953L136.354819,72.785715L136.354819,72.54762L136.402438,72.404763M137.354819,71.833334L137.3072,71.928572L137.25958,71.976191L137.164342,72.02381L136.878628,72.02381L136.78339,71.976191L136.735771,71.928572L136.688152,71.833334L136.688152,71.690477L136.735771,71.595239L136.78339,71.54762L136.878628,71.500001L137.164342,71.500001L137.25958,71.54762L137.3072,71.595239L137.354819,71.690477L137.354819,71.833334M137.354819,70.928572L137.3072,71.02381L137.211961,71.071429L136.354819,71.071429M137.354819,70.119048L136.354819,70.119048M137.3072,70.119048L137.354819,70.214286L137.354819,70.404762L137.3072,70.5L137.25958,70.547619L137.164342,70.595238L136.878628,70.595238L136.78339,70.547619L136.735771,70.5L136.688152,70.404762L136.688152,70.214286L136.735771,70.119048M137.3072,69.261905L137.354819,69.357143L137.354819,69.547619L137.3072,69.642857L137.211961,69.690476L136.831009,69.690476L136.735771,69.642857L136.688152,69.547619L136.688152,69.357143L136.735771,69.261905L136.831009,69.214286L136.926247,69.214286L137.021485,69.690476M137.354819,68.785714L136.688152,68.785714M136.878628,68.785714L136.78339,68.738095L136.735771,68.690476L136.688152,68.595238L136.688152,68.5M136.354819,67.880952L137.069104,67.880952L137.211961,67.928571L137.3072,68.023809L137.354819,68.166666L137.354819,68.261904M136.688152,66.97619L137.354819,66.97619M136.688152,67.404761L137.211961,67.404761L137.3072,67.357142L137.354819,67.261904L137.354819,67.119047L137.3072,67.023809L137.25958,66.97619M137.354819,66.499999L136.688152,66.499999M136.78339,66.499999L136.735771,66.45238L136.688152,66.357142L136.688152,66.214285L136.735771,66.119047L136.831009,66.071428L137.354819,66.071428M136.831009,66.071428L136.735771,66.023809L136.688152,65.928571L136.688152,65.785714L136.735771,65.690475L136.831009,65.642856L137.354819,65.642856M136.688152,65.166666L137.688152,65.166666M136.735771,65.166666L136.688152,65.071428L136.688152,64.880952L136.735771,64.785714L136.78339,64.738095L136.878628,64.690476L137.164342,64.690476L137.25958,64.738095L137.3072,64.785714L137.354819,64.880952L137.354819,65.071428L137.3072,65.166666M137.3072,63.880952L137.354819,63.97619L137.354819,64.166666L137.3072,64.261904L137.211961,64.309523L136.831009,64.309523L136.735771,64.261904L136.688152,64.166666L136.688152,63.97619L136.735771,63.880952L136.831009,63.833333L136.926247,63.833333L137.021485,64.309523M137.354819,63.404761L136.688152,63.404761M136.878628,63.404761L136.78339,63.357142L136.735771,63.309523L136.688152,63.214285L136.688152,63.119047M137.450057,63.023809L137.450057,62.261904M136.450057,62.071427L136.402438,62.023808L136.354819,61.92857L136.354819,61.690475L136.402438,61.595237L136.450057,61.547618L136.545295,61.499999L136.640533,61.499999L136.78339,61.547618L137.354819,62.119046L137.354819,61.499999M137.450057,61.309523L137.450057,60.547618M136.354819,60.119046L136.354819,59.92857L136.402438,59.833332L136.497676,59.738094L136.688152,59.690475L137.021485,59.690475L137.211961,59.738094L137.3072,59.833332L137.354819,59.92857L137.354819,60.119046L137.3072,60.214284L137.211961,60.309522L137.021485,60.357141L136.688152,60.357141L136.497676,60.309522L136.402438,60.214284L136.354819,60.119046M136.688152,59.261903L137.688152,59.261903M136.735771,59.261903L136.688152,59.166665L136.688152,58.976189L136.735771,58.880951L136.78339,58.833332L136.878628,58.785713L137.164342,58.785713L137.25958,58.833332L137.3072,58.880951L137.354819,58.976189L137.354819,59.166665L137.3072,59.261903M137.3072,57.976189L137.354819,58.071427L137.354819,58.261903L137.3072,58.357141L137.211961,58.40476L136.831009,58.40476L136.735771,58.357141L136.688152,58.261903L136.688152,58.071427L136.735771,57.976189L136.831009,57.92857L136.926247,57.92857L137.021485,58.40476M136.688152,57.499998L137.354819,57.499998M136.78339,57.499998L136.735771,57.452379L136.688152,57.357141L136.688152,57.214284L136.735771,57.119046L136.831009,57.071427L137.354819,57.071427", "val": 1}, {"thickness": 0.15, "svgpath": "M140.358152,88.690476L141.024819,88.690476M139.9772,88.928571L140.691485,89.166666L140.691485,88.547619M141.024819,88.166666L140.024819,88.166666M140.643866,88.071428L141.024819,87.785714M140.358152,87.785714L140.739104,88.166666M140.024819,87.45238L140.024819,86.785714L141.024819,87.214285", "val": 1}, {"thickness": 0.06, "svgpath": "M142.181927,88.066666L141.991451,88.199999M142.181927,88.295237L141.781927,88.295237L141.781927,88.142856L141.800975,88.104761L141.820022,88.085714L141.858118,88.066666L141.91526,88.066666L141.953356,88.085714L141.972403,88.104761L141.991451,88.142856L141.991451,88.295237M141.781927,87.704761L141.781927,87.895237L141.972403,87.914285L141.953356,87.895237L141.934308,87.857142L141.934308,87.761904L141.953356,87.723809L141.972403,87.704761L142.010499,87.685714L142.105737,87.685714L142.143832,87.704761L142.16288,87.723809L142.181927,87.761904L142.181927,87.857142L142.16288,87.895237L142.143832,87.914285"}, {"type": "segment", "start": [142.4125, 87.2], "end": [142.4125, 88.8], "width": 0.1}, {"type": "segment", "start": [141.5875, 87.2], "end": [142.4125, 87.2], "width": 0.1}, {"type": "segment", "start": [142.4125, 88.8], "end": [141.5875, 88.8], "width": 0.1}, {"type": "segment", "start": [141.5875, 88.8], "end": [141.5875, 87.2], "width": 0.1}, {"thickness": 0.15, "svgpath": "M138.024819,88.595238L138.024819,89.166666M138.024819,88.880952L137.024819,88.880952L137.167676,88.97619L137.262914,89.071428L137.310533,89.166666M137.024819,87.97619L137.024819,87.880952L137.072438,87.785714L137.120057,87.738095L137.215295,87.690476L137.405771,87.642857L137.643866,87.642857L137.834342,87.690476L137.92958,87.738095L137.9772,87.785714L138.024819,87.880952L138.024819,87.97619L137.9772,88.071428L137.92958,88.119047L137.834342,88.166666L137.643866,88.214285L137.405771,88.214285L137.215295,88.166666L137.120057,88.119047L137.072438,88.071428L137.024819,87.97619M138.024819,87.214285L137.024819,87.214285M137.643866,87.119047L138.024819,86.833333M137.358152,86.833333L137.739104,87.214285", "val": 1}, {"thickness": 0.06, "svgpath": "M139.181927,88.257142L138.991451,88.390475M139.181927,88.485713L138.781927,88.485713L138.781927,88.333332L138.800975,88.295237L138.820022,88.27619L138.858118,88.257142L138.91526,88.257142L138.953356,88.27619L138.972403,88.295237L138.991451,88.333332L138.991451,88.485713M138.781927,87.914285L138.781927,87.990475L138.800975,88.028571L138.820022,88.047618L138.877165,88.085713L138.953356,88.104761L139.105737,88.104761L139.143832,88.085713L139.16288,88.066666L139.181927,88.028571L139.181927,87.95238L139.16288,87.914285L139.143832,87.895237L139.105737,87.87619L139.010499,87.87619L138.972403,87.895237L138.953356,87.914285L138.934308,87.95238L138.934308,88.028571L138.953356,88.066666L138.972403,88.085713L139.010499,88.104761M138.781927,87.628571L138.781927,87.590476L138.800975,87.55238L138.820022,87.533333L138.858118,87.514285L138.934308,87.495238L139.029546,87.495238L139.105737,87.514285L139.143832,87.533333L139.16288,87.55238L139.181927,87.590476L139.181927,87.628571L139.16288,87.666666L139.143832,87.685714L139.105737,87.704761L139.029546,87.723809L138.934308,87.723809L138.858118,87.704761L138.820022,87.685714L138.800975,87.666666L138.781927,87.628571"}, {"type": "segment", "start": [139.4125, 87.2], "end": [139.4125, 88.8], "width": 0.1}, {"type": "segment", "start": [138.5875, 87.2], "end": [139.4125, 87.2], "width": 0.1}, {"type": "segment", "start": [139.4125, 88.8], "end": [138.5875, 88.8], "width": 0.1}, {"type": "segment", "start": [138.5875, 88.8], "end": [138.5875, 87.2], "width": 0.1}, {"thickness": 0.15, "svgpath": "M129.254819,109.785714L128.254819,109.785714L128.969104,109.452381L128.254819,109.119048L129.254819,109.119048M129.254819,108.5L129.2072,108.595238L129.15958,108.642857L129.064342,108.690476L128.778628,108.690476L128.68339,108.642857L128.635771,108.595238L128.588152,108.5L128.588152,108.357143L128.635771,108.261905L128.68339,108.214286L128.778628,108.166667L129.064342,108.166667L129.15958,108.214286L129.2072,108.261905L129.254819,108.357143L129.254819,108.5M128.588152,107.309524L129.254819,107.309524M128.588152,107.738095L129.111961,107.738095L129.2072,107.690476L129.254819,107.595238L129.254819,107.452381L129.2072,107.357143L129.15958,107.309524M128.588152,106.833333L129.254819,106.833333M128.68339,106.833333L128.635771,106.785714L128.588152,106.690476L128.588152,106.547619L128.635771,106.452381L128.731009,106.404762L129.254819,106.404762M128.588152,106.071428L128.588152,105.690476M128.254819,105.928571L129.111961,105.928571L129.2072,105.880952L129.254819,105.785714L129.254819,105.690476M129.254819,105.357142L128.588152,105.357142M128.254819,105.357142L128.302438,105.404761L128.350057,105.357142L128.302438,105.309523L128.254819,105.357142L128.350057,105.357142M128.588152,104.880952L129.254819,104.880952M128.68339,104.880952L128.635771,104.833333L128.588152,104.738095L128.588152,104.595238L128.635771,104.5L128.731009,104.452381L129.254819,104.452381M128.588152,103.547619L129.397676,103.547619L129.492914,103.595238L129.540533,103.642857L129.588152,103.738095L129.588152,103.880952L129.540533,103.97619M129.2072,103.547619L129.254819,103.642857L129.254819,103.833333L129.2072,103.928571L129.15958,103.97619L129.064342,104.023809L128.778628,104.023809L128.68339,103.97619L128.635771,103.928571L128.588152,103.833333L128.588152,103.642857L128.635771,103.547619M129.254819,103.071428L128.254819,103.071428M128.731009,103.071428L128.731009,102.5M129.254819,102.5L128.254819,102.5M129.254819,101.880952L129.2072,101.97619L129.15958,102.023809L129.064342,102.071428L128.778628,102.071428L128.68339,102.023809L128.635771,101.97619L128.588152,101.880952L128.588152,101.738095L128.635771,101.642857L128.68339,101.595238L128.778628,101.547619L129.064342,101.547619L129.15958,101.595238L129.2072,101.642857L129.254819,101.738095L129.254819,101.880952M129.254819,100.97619L129.2072,101.071428L129.111961,101.119047L128.254819,101.119047M129.2072,100.214285L129.254819,100.309523L129.254819,100.499999L129.2072,100.595237L129.111961,100.642856L128.731009,100.642856L128.635771,100.595237L128.588152,100.499999L128.588152,100.309523L128.635771,100.214285L128.731009,100.166666L128.826247,100.166666L128.921485,100.642856", "val": 1}, {"thickness": 0.15, "svgpath": "M125.454819,105.461904L124.454819,105.461904M124.931009,105.461904L124.931009,104.890476M125.454819,104.890476L124.454819,104.890476M124.550057,104.461904L124.502438,104.414285L124.454819,104.319047L124.454819,104.080952L124.502438,103.985714L124.550057,103.938095L124.645295,103.890476L124.740533,103.890476L124.88339,103.938095L125.454819,104.509523L125.454819,103.890476"}, {"thickness": 0.15, "svgpath": "M136.04518,91.523809L137.04518,91.523809L137.04518,91.904761L136.997561,91.999999L136.949942,92.047618L136.854704,92.095237L136.711847,92.095237L136.616609,92.047618L136.56899,91.999999L136.521371,91.904761L136.521371,91.523809M137.04518,92.380952L137.04518,92.95238M136.04518,92.666666L137.04518,92.666666M136.0928,93.238095L136.04518,93.380952L136.04518,93.619047L136.0928,93.714285L136.140419,93.761904L136.235657,93.809523L136.330895,93.809523L136.426133,93.761904L136.473752,93.714285L136.521371,93.619047L136.56899,93.428571L136.616609,93.333333L136.664228,93.285714L136.759466,93.238095L136.854704,93.238095L136.949942,93.285714L136.997561,93.333333L137.04518,93.428571L137.04518,93.666666L136.997561,93.809523M137.04518,94.666666L137.04518,94.47619L136.997561,94.380952L136.949942,94.333333L136.807085,94.238095L136.616609,94.190476L136.235657,94.190476L136.140419,94.238095L136.0928,94.285714L136.04518,94.380952L136.04518,94.571428L136.0928,94.666666L136.140419,94.714285L136.235657,94.761904L136.473752,94.761904L136.56899,94.714285L136.616609,94.666666L136.664228,94.571428L136.664228,94.380952L136.616609,94.285714L136.56899,94.238095L136.473752,94.190476M137.04518,95.095238L137.04518,95.714285L136.664228,95.380952L136.664228,95.523809L136.616609,95.619047L136.56899,95.666666L136.473752,95.714285L136.235657,95.714285L136.140419,95.666666L136.0928,95.619047L136.04518,95.523809L136.04518,95.238095L136.0928,95.142857L136.140419,95.095238M137.04518,96.571428L137.04518,96.380952L136.997561,96.285714L136.949942,96.238095L136.807085,96.142857L136.616609,96.095238L136.235657,96.095238L136.140419,96.142857L136.0928,96.190476L136.04518,96.285714L136.04518,96.47619L136.0928,96.571428L136.140419,96.619047L136.235657,96.666666L136.473752,96.666666L136.56899,96.619047L136.616609,96.571428L136.664228,96.47619L136.664228,96.285714L136.616609,96.190476L136.56899,96.142857L136.473752,96.095238M136.0928,97.047619L136.04518,97.190476L136.04518,97.428571L136.0928,97.523809L136.140419,97.571428L136.235657,97.619047L136.330895,97.619047L136.426133,97.571428L136.473752,97.523809L136.521371,97.428571L136.56899,97.238095L136.616609,97.142857L136.664228,97.095238L136.759466,97.047619L136.854704,97.047619L136.949942,97.095238L136.997561,97.142857L137.04518,97.238095L137.04518,97.47619L136.997561,97.619047M136.04518,98.047619L137.04518,98.047619M136.04518,98.619047L136.616609,98.190476M137.04518,98.619047L136.473752,98.047619M136.949942,99L136.997561,99.047619L137.04518,99.142857L137.04518,99.380952L136.997561,99.47619L136.949942,99.523809L136.854704,99.571428L136.759466,99.571428L136.616609,99.523809L136.04518,98.952381L136.04518,99.571428M137.04518,100.47619L137.04518,100L136.56899,99.952381L136.616609,100L136.664228,100.095238L136.664228,100.333333L136.616609,100.428571L136.56899,100.47619L136.473752,100.523809L136.235657,100.523809L136.140419,100.47619L136.0928,100.428571L136.04518,100.333333L136.04518,100.095238L136.0928,100L136.140419,99.952381", "val": 1}, {"thickness": 0.1, "svgpath": "M139.2977,95.095239L139.27389,95.166667L139.27389,95.285715L139.2977,95.333334L139.321509,95.357143L139.369128,95.380953L139.416747,95.380953L139.464366,95.357143L139.488176,95.333334L139.511985,95.285715L139.535795,95.190477L139.559604,95.142858L139.583414,95.119048L139.631033,95.095239L139.678652,95.095239L139.726271,95.119048L139.75008,95.142858L139.77389,95.190477L139.77389,95.309524L139.75008,95.380953M139.77389,95.547619L139.27389,95.666667L139.631033,95.761905L139.27389,95.857143L139.77389,95.976191M139.27389,96.428572L139.27389,96.142858M139.27389,96.285715L139.77389,96.285715L139.702461,96.238096L139.654842,96.190477L139.631033,96.142858M139.27389,96.904762L139.27389,96.619048M139.27389,96.761905L139.77389,96.761905L139.702461,96.714286L139.654842,96.666667L139.631033,96.619048"}, {"type": "polygon", "pos": [0, 0], "angle": 0, "polygons": [[[141.35, 92.95], [137.65, 92.95], [137.65, 99.05], [141.35, 99.05]]], "width": 0.1, "filled": 0}, {"thickness": 0.15, "svgpath": "M165.384819,94.785713L165.384819,94.166666L165.765771,94.499999L165.765771,94.357142L165.81339,94.261904L165.861009,94.214285L165.956247,94.166666L166.194342,94.166666L166.28958,94.214285L166.3372,94.261904L166.384819,94.357142L166.384819,94.642856L166.3372,94.738094L166.28958,94.785713M165.384819,93.833332L165.384819,93.214285L165.765771,93.547618L165.765771,93.404761L165.81339,93.309523L165.861009,93.261904L165.956247,93.214285L166.194342,93.214285L166.28958,93.261904L166.3372,93.309523L166.384819,93.404761L166.384819,93.690475L166.3372,93.785713L166.28958,93.833332M165.384819,92.595237L165.384819,92.499999L165.432438,92.404761L165.480057,92.357142L165.575295,92.309523L165.765771,92.261904L166.003866,92.261904L166.194342,92.309523L166.28958,92.357142L166.3372,92.404761L166.384819,92.499999L166.384819,92.595237L166.3372,92.690475L166.28958,92.738094L166.194342,92.785713L166.003866,92.833332L165.765771,92.833332L165.575295,92.785713L165.480057,92.738094L165.432438,92.690475L165.384819,92.595237", "val": 1}, {"thickness": 0.06, "svgpath": "M164.681927,93.757142L164.491451,93.890475M164.681927,93.985713L164.281927,93.985713L164.281927,93.833332L164.300975,93.795237L164.320022,93.77619L164.358118,93.757142L164.41526,93.757142L164.453356,93.77619L164.472403,93.795237L164.491451,93.833332L164.491451,93.985713M164.281927,93.395237L164.281927,93.585713L164.472403,93.604761L164.453356,93.585713L164.434308,93.547618L164.434308,93.45238L164.453356,93.414285L164.472403,93.395237L164.510499,93.37619L164.605737,93.37619L164.643832,93.395237L164.66288,93.414285L164.681927,93.45238L164.681927,93.547618L164.66288,93.585713L164.643832,93.604761M164.320022,93.223809L164.300975,93.204761L164.281927,93.166666L164.281927,93.071428L164.300975,93.033333L164.320022,93.014285L164.358118,92.995238L164.396213,92.995238L164.453356,93.014285L164.681927,93.242857L164.681927,92.995238"}, {"type": "segment", "start": [164.0875, 94.3], "end": [164.0875, 92.7], "width": 0.1}, {"type": "segment", "start": [164.9125, 94.3], "end": [164.0875, 94.3], "width": 0.1}, {"type": "segment", "start": [164.0875, 92.7], "end": [164.9125, 92.7], "width": 0.1}, {"type": "segment", "start": [164.9125, 92.7], "end": [164.9125, 94.3], "width": 0.1}, {"thickness": 0.254, "svgpath": "M142.739618,72.304318L142.739618,73.332413L142.800095,73.453365L142.860571,73.513842L142.981523,73.574318L143.223428,73.574318L143.34438,73.513842L143.404857,73.453365L143.465333,73.332413L143.465333,72.304318M144.009618,72.42527L144.070094,72.364794L144.191047,72.304318L144.493428,72.304318L144.61438,72.364794L144.674856,72.42527L144.735333,72.546222L144.735333,72.667175L144.674856,72.848603L143.949142,73.574318L144.735333,73.574318M145.521523,72.304318L145.642476,72.304318L145.763428,72.364794L145.823904,72.42527L145.88438,72.546222L145.944857,72.788127L145.944857,73.090508L145.88438,73.332413L145.823904,73.453365L145.763428,73.513842L145.642476,73.574318L145.521523,73.574318L145.400571,73.513842L145.340095,73.453365L145.279618,73.332413L145.219142,73.090508L145.219142,72.788127L145.279618,72.546222L145.340095,72.42527L145.400571,72.364794L145.521523,72.304318"}, {"type": "segment", "start": [143.512, 71.55], "end": [145.112, 71.55], "width": 0.1}, {"type": "segment", "start": [143.512, 72.5], "end": [144.462, 71.55], "width": 0.1}, {"type": "segment", "start": [143.512, 74.45], "end": [143.512, 71.55], "width": 0.1}, {"type": "segment", "start": [145.112, 71.55], "end": [145.112, 74.45], "width": 0.1}, {"type": "segment", "start": [145.112, 74.45], "end": [143.512, 74.45], "width": 0.1}, {"thickness": 0.15, "svgpath": "M134.8072,72.976191L134.854819,72.833334L134.854819,72.595239L134.8072,72.500001L134.75958,72.452382L134.664342,72.404763L134.569104,72.404763L134.473866,72.452382L134.426247,72.500001L134.378628,72.595239L134.331009,72.785715L134.28339,72.880953L134.235771,72.928572L134.140533,72.976191L134.045295,72.976191L133.950057,72.928572L133.902438,72.880953L133.854819,72.785715L133.854819,72.54762L133.902438,72.404763M134.854819,71.833334L134.8072,71.928572L134.75958,71.976191L134.664342,72.02381L134.378628,72.02381L134.28339,71.976191L134.235771,71.928572L134.188152,71.833334L134.188152,71.690477L134.235771,71.595239L134.28339,71.54762L134.378628,71.500001L134.664342,71.500001L134.75958,71.54762L134.8072,71.595239L134.854819,71.690477L134.854819,71.833334M134.854819,70.928572L134.8072,71.02381L134.711961,71.071429L133.854819,71.071429M134.854819,70.119048L133.854819,70.119048M134.8072,70.119048L134.854819,70.214286L134.854819,70.404762L134.8072,70.5L134.75958,70.547619L134.664342,70.595238L134.378628,70.595238L134.28339,70.547619L134.235771,70.5L134.188152,70.404762L134.188152,70.214286L134.235771,70.119048M134.8072,69.261905L134.854819,69.357143L134.854819,69.547619L134.8072,69.642857L134.711961,69.690476L134.331009,69.690476L134.235771,69.642857L134.188152,69.547619L134.188152,69.357143L134.235771,69.261905L134.331009,69.214286L134.426247,69.214286L134.521485,69.690476M134.854819,68.785714L134.188152,68.785714M134.378628,68.785714L134.28339,68.738095L134.235771,68.690476L134.188152,68.595238L134.188152,68.5M133.854819,67.880952L134.569104,67.880952L134.711961,67.928571L134.8072,68.023809L134.854819,68.166666L134.854819,68.261904M134.188152,66.97619L134.854819,66.97619M134.188152,67.404761L134.711961,67.404761L134.8072,67.357142L134.854819,67.261904L134.854819,67.119047L134.8072,67.023809L134.75958,66.97619M134.854819,66.499999L134.188152,66.499999M134.28339,66.499999L134.235771,66.45238L134.188152,66.357142L134.188152,66.214285L134.235771,66.119047L134.331009,66.071428L134.854819,66.071428M134.331009,66.071428L134.235771,66.023809L134.188152,65.928571L134.188152,65.785714L134.235771,65.690475L134.331009,65.642856L134.854819,65.642856M134.188152,65.166666L135.188152,65.166666M134.235771,65.166666L134.188152,65.071428L134.188152,64.880952L134.235771,64.785714L134.28339,64.738095L134.378628,64.690476L134.664342,64.690476L134.75958,64.738095L134.8072,64.785714L134.854819,64.880952L134.854819,65.071428L134.8072,65.166666M134.8072,63.880952L134.854819,63.97619L134.854819,64.166666L134.8072,64.261904L134.711961,64.309523L134.331009,64.309523L134.235771,64.261904L134.188152,64.166666L134.188152,63.97619L134.235771,63.880952L134.331009,63.833333L134.426247,63.833333L134.521485,64.309523M134.854819,63.404761L134.188152,63.404761M134.378628,63.404761L134.28339,63.357142L134.235771,63.309523L134.188152,63.214285L134.188152,63.119047M134.950057,63.023809L134.950057,62.261904M133.950057,62.071427L133.902438,62.023808L133.854819,61.92857L133.854819,61.690475L133.902438,61.595237L133.950057,61.547618L134.045295,61.499999L134.140533,61.499999L134.28339,61.547618L134.854819,62.119046L134.854819,61.499999M134.950057,61.309523L134.950057,60.547618M133.854819,60.119046L133.854819,59.92857L133.902438,59.833332L133.997676,59.738094L134.188152,59.690475L134.521485,59.690475L134.711961,59.738094L134.8072,59.833332L134.854819,59.92857L134.854819,60.119046L134.8072,60.214284L134.711961,60.309522L134.521485,60.357141L134.188152,60.357141L133.997676,60.309522L133.902438,60.214284L133.854819,60.119046M134.188152,59.261903L135.188152,59.261903M134.235771,59.261903L134.188152,59.166665L134.188152,58.976189L134.235771,58.880951L134.28339,58.833332L134.378628,58.785713L134.664342,58.785713L134.75958,58.833332L134.8072,58.880951L134.854819,58.976189L134.854819,59.166665L134.8072,59.261903M134.8072,57.976189L134.854819,58.071427L134.854819,58.261903L134.8072,58.357141L134.711961,58.40476L134.331009,58.40476L134.235771,58.357141L134.188152,58.261903L134.188152,58.071427L134.235771,57.976189L134.331009,57.92857L134.426247,57.92857L134.521485,58.40476M134.188152,57.499998L134.854819,57.499998M134.28339,57.499998L134.235771,57.452379L134.188152,57.357141L134.188152,57.214284L134.235771,57.119046L134.331009,57.071427L134.854819,57.071427", "val": 1}, {"thickness": 0.15, "svgpath": "M145.904761,87.524819L145.333333,87.524819M145.619047,87.524819L145.619047,86.524819L145.523809,86.667676L145.428571,86.762914L145.333333,86.810533M146.523809,86.524819L146.619047,86.524819L146.714285,86.572438L146.761904,86.620057L146.809523,86.715295L146.857142,86.905771L146.857142,87.143866L146.809523,87.334342L146.761904,87.42958L146.714285,87.4772L146.619047,87.524819L146.523809,87.524819L146.428571,87.4772L146.380952,87.42958L146.333333,87.334342L146.285714,87.143866L146.285714,86.905771L146.333333,86.715295L146.380952,86.620057L146.428571,86.572438L146.523809,86.524819M147.285714,87.524819L147.285714,86.524819M147.380952,87.143866L147.666666,87.524819M147.666666,86.858152L147.285714,87.239104", "val": 1}, {"thickness": 0.06, "svgpath": "M146.242857,88.681927L146.109524,88.491451M146.014286,88.681927L146.014286,88.281927L146.166667,88.281927L146.204762,88.300975L146.223809,88.320022L146.242857,88.358118L146.242857,88.41526L146.223809,88.453356L146.204762,88.472403L146.166667,88.491451L146.014286,88.491451M146.623809,88.681927L146.395238,88.681927M146.509524,88.681927L146.509524,88.281927L146.471428,88.33907L146.433333,88.377165L146.395238,88.396213M146.871428,88.281927L146.909523,88.281927L146.947619,88.300975L146.966666,88.320022L146.985714,88.358118L147.004761,88.434308L147.004761,88.529546L146.985714,88.605737L146.966666,88.643832L146.947619,88.66288L146.909523,88.681927L146.871428,88.681927L146.833333,88.66288L146.814285,88.643832L146.795238,88.605737L146.77619,88.529546L146.77619,88.434308L146.795238,88.358118L146.814285,88.320022L146.833333,88.300975L146.871428,88.281927"}, {"type": "segment", "start": [147.3, 88.9125], "end": [145.7, 88.9125], "width": 0.1}, {"type": "segment", "start": [147.3, 88.0875], "end": [147.3, 88.9125], "width": 0.1}, {"type": "segment", "start": [145.7, 88.9125], "end": [145.7, 88.0875], "width": 0.1}, {"type": "segment", "start": [145.7, 88.0875], "end": [147.3, 88.0875], "width": 0.1}, {"thickness": 0.15, "svgpath": "M165.261905,92.354819L165.261905,91.354819L165.642857,91.354819L165.738095,91.402438L165.785714,91.450057L165.833333,91.545295L165.833333,91.688152L165.785714,91.78339L165.738095,91.831009L165.642857,91.878628L165.261905,91.878628M166.261905,92.354819L166.261905,91.354819L166.595238,92.069104L166.928571,91.354819L166.928571,92.354819M167.261905,91.354819L167.595238,92.354819L167.928571,91.354819M168.690476,91.688152L168.690476,92.354819M168.452381,91.3072L168.214286,92.021485L168.833333,92.021485M169.404762,91.354819L169.5,91.354819L169.595238,91.402438L169.642857,91.450057L169.690476,91.545295L169.738095,91.735771L169.738095,91.973866L169.690476,92.164342L169.642857,92.25958L169.595238,92.3072L169.5,92.354819L169.404762,92.354819L169.309524,92.3072L169.261905,92.25958L169.214286,92.164342L169.166667,91.973866L169.166667,91.735771L169.214286,91.545295L169.261905,91.450057L169.309524,91.402438L169.404762,91.354819M170.166667,91.354819L170.166667,92.164342L170.214286,92.25958L170.261905,92.3072L170.357143,92.354819L170.547619,92.354819L170.642857,92.3072L170.690476,92.25958L170.738095,92.164342L170.738095,91.354819M171.214286,92.354819L171.214286,91.354819L171.785714,92.354819L171.785714,91.354819M172.214286,91.450057L172.261905,91.402438L172.357143,91.354819L172.595238,91.354819L172.690476,91.402438L172.738095,91.450057L172.785714,91.545295L172.785714,91.640533L172.738095,91.78339L172.166667,92.354819L172.785714,92.354819M173.785714,92.354819L173.452381,91.878628M173.214286,92.354819L173.214286,91.354819L173.595238,91.354819L173.690476,91.402438L173.738095,91.450057L173.785714,91.545295L173.785714,91.688152L173.738095,91.78339L173.690476,91.831009L173.595238,91.878628L173.214286,91.878628", "val": 1}, {"thickness": 0.05, "svgpath": "M169.317142,89.675914L169.286666,89.660676L169.25619,89.6302L169.210476,89.584485L169.179999,89.569247L169.149523,89.569247M169.164761,89.645438L169.134285,89.6302L169.103809,89.599723L169.088571,89.538771L169.088571,89.432104L169.103809,89.371152L169.134285,89.340676L169.164761,89.325438L169.225714,89.325438L169.25619,89.340676L169.286666,89.371152L169.301904,89.432104L169.301904,89.538771L169.286666,89.599723L169.25619,89.6302L169.225714,89.645438L169.164761,89.645438M169.591428,89.325438L169.439047,89.325438L169.423809,89.477819L169.439047,89.46258L169.469523,89.447342L169.545714,89.447342L169.57619,89.46258L169.591428,89.477819L169.606666,89.508295L169.606666,89.584485L169.591428,89.614961L169.57619,89.6302L169.545714,89.645438L169.469523,89.645438L169.439047,89.6302L169.423809,89.614961M169.880952,89.432104L169.880952,89.645438M169.804761,89.3102L169.728571,89.538771L169.926666,89.538771"}, {"type": "segment", "start": [168.85, 88.375], "end": [169.175, 88.05], "width": 0.1}, {"type": "segment", "start": [168.85, 90.95], "end": [168.85, 88.375], "width": 0.1}, {"type": "segment", "start": [169.175, 88.05], "end": [170.15, 88.05], "width": 0.1}, {"type": "segment", "start": [170.15, 88.05], "end": [170.15, 90.95], "width": 0.1}, {"type": "segment", "start": [170.15, 90.95], "end": [168.85, 90.95], "width": 0.1}, {"thickness": 0.15, "svgpath": "M126.354819,91.404761L125.354819,91.404761L125.354819,91.023809L125.402438,90.928571L125.450057,90.880952L125.545295,90.833333L125.688152,90.833333L125.78339,90.880952L125.831009,90.928571L125.878628,91.023809L125.878628,91.404761M126.354819,90.404761L125.354819,90.404761L126.069104,90.071428L125.354819,89.738095L126.354819,89.738095M125.831009,89.261904L125.831009,88.928571M126.354819,88.785714L126.354819,89.261904L125.354819,89.261904L125.354819,88.785714M125.402438,87.833333L125.354819,87.928571L125.354819,88.071428L125.402438,88.214285L125.497676,88.309523L125.592914,88.357142L125.78339,88.404761L125.926247,88.404761L126.116723,88.357142L126.211961,88.309523L126.3072,88.214285L126.354819,88.071428L126.354819,87.97619L126.3072,87.833333L126.25958,87.785714L125.926247,87.785714L125.926247,87.97619M125.354819,86.928571L125.354819,87.119047L125.402438,87.214285L125.450057,87.261904L125.592914,87.357142L125.78339,87.404761L126.164342,87.404761L126.25958,87.357142L126.3072,87.309523L126.354819,87.214285L126.354819,87.023809L126.3072,86.928571L126.25958,86.880952L126.164342,86.833333L125.926247,86.833333L125.831009,86.880952L125.78339,86.928571L125.735771,87.023809L125.735771,87.214285L125.78339,87.309523L125.831009,87.357142L125.926247,87.404761M125.354819,86.214285L125.354819,86.119047L125.402438,86.023809L125.450057,85.97619L125.545295,85.928571L125.735771,85.880952L125.973866,85.880952L126.164342,85.928571L126.25958,85.97619L126.3072,86.023809L126.354819,86.119047L126.354819,86.214285L126.3072,86.309523L126.25958,86.357142L126.164342,86.404761L125.973866,86.45238L125.735771,86.45238L125.545295,86.404761L125.450057,86.357142L125.402438,86.309523L125.354819,86.214285M125.354819,85.595237L125.354819,85.023809M126.354819,85.309523L125.354819,85.309523M126.354819,84.166666L126.354819,84.738094M126.354819,84.45238L125.354819,84.45238L125.497676,84.547618L125.592914,84.642856L125.640533,84.738094M125.354819,83.547618L125.354819,83.45238L125.402438,83.357142L125.450057,83.309523L125.545295,83.261904L125.735771,83.214285L125.973866,83.214285L126.164342,83.261904L126.25958,83.309523L126.3072,83.357142L126.354819,83.45238L126.354819,83.547618L126.3072,83.642856L126.25958,83.690475L126.164342,83.738094L125.973866,83.785713L125.735771,83.785713L125.545295,83.738094L125.450057,83.690475L125.402438,83.642856L125.354819,83.547618M125.831009,82.785713L125.831009,82.45238M126.354819,82.309523L126.354819,82.785713L125.354819,82.785713L125.354819,82.309523M126.354819,81.404761L126.354819,81.880951L125.354819,81.880951M126.354819,80.499999L125.878628,80.833332M126.354819,81.071427L125.354819,81.071427L125.354819,80.690475L125.402438,80.595237L125.450057,80.547618L125.545295,80.499999L125.688152,80.499999L125.78339,80.547618L125.831009,80.595237L125.878628,80.690475L125.878628,81.071427M125.354819,80.166665L126.354819,79.499999M125.354819,79.499999L126.354819,80.166665", "val": 1}, {"thickness": 0.15, "svgpath": "M130.454819,86.238094L129.454819,86.238094L129.454819,85.999999L129.502438,85.857142L129.597676,85.761904L129.692914,85.714285L129.88339,85.666666L130.026247,85.666666L130.216723,85.714285L130.311961,85.761904L130.4072,85.857142L130.454819,85.999999L130.454819,86.238094M130.454819,84.714285L130.454819,85.285713M130.454819,84.999999L129.454819,84.999999L129.597676,85.095237L129.692914,85.190475L129.740533,85.285713"}, {"type": "segment", "start": [128.9, 84.1], "end": [128.9, 86.9], "width": 0.1}, {"type": "segment", "start": [127.1, 84.1], "end": [128.9, 84.1], "width": 0.1}, {"type": "segment", "start": [128.0, 84.75], "end": [128.0, 85.15], "width": 0.1}, {"type": "segment", "start": [128.0, 85.15], "end": [128.55, 85.15], "width": 0.1}, {"type": "segment", "start": [128.0, 85.15], "end": [127.45, 85.15], "width": 0.1}, {"type": "segment", "start": [128.0, 85.15], "end": [128.4, 85.75], "width": 0.1}, {"type": "segment", "start": [128.4, 85.75], "end": [127.6, 85.75], "width": 0.1}, {"type": "segment", "start": [128.0, 85.75], "end": [128.0, 86.25], "width": 0.1}, {"type": "segment", "start": [127.6, 85.75], "end": [128.0, 85.15], "width": 0.1}, {"type": "segment", "start": [128.9, 86.9], "end": [127.1, 86.9], "width": 0.1}, {"type": "segment", "start": [127.1, 86.9], "end": [127.1, 84.1], "width": 0.1}, {"thickness": 0.15, "svgpath": "M165.384819,90.785713L165.384819,90.166666L165.765771,90.499999L165.765771,90.357142L165.81339,90.261904L165.861009,90.214285L165.956247,90.166666L166.194342,90.166666L166.28958,90.214285L166.3372,90.261904L166.384819,90.357142L166.384819,90.642856L166.3372,90.738094L166.28958,90.785713M165.384819,89.833332L165.384819,89.214285L165.765771,89.547618L165.765771,89.404761L165.81339,89.309523L165.861009,89.261904L165.956247,89.214285L166.194342,89.214285L166.28958,89.261904L166.3372,89.309523L166.384819,89.404761L166.384819,89.690475L166.3372,89.785713L166.28958,89.833332M165.384819,88.595237L165.384819,88.499999L165.432438,88.404761L165.480057,88.357142L165.575295,88.309523L165.765771,88.261904L166.003866,88.261904L166.194342,88.309523L166.28958,88.357142L166.3372,88.404761L166.384819,88.499999L166.384819,88.595237L166.3372,88.690475L166.28958,88.738094L166.194342,88.785713L166.003866,88.833332L165.765771,88.833332L165.575295,88.785713L165.480057,88.738094L165.432438,88.690475L165.384819,88.595237", "val": 1}, {"thickness": 0.06, "svgpath": "M165.871927,89.757142L165.681451,89.890475M165.871927,89.985713L165.471927,89.985713L165.471927,89.833332L165.490975,89.795237L165.510022,89.77619L165.548118,89.757142L165.60526,89.757142L165.643356,89.77619L165.662403,89.795237L165.681451,89.833332L165.681451,89.985713M165.471927,89.395237L165.471927,89.585713L165.662403,89.604761L165.643356,89.585713L165.624308,89.547618L165.624308,89.45238L165.643356,89.414285L165.662403,89.395237L165.700499,89.37619L165.795737,89.37619L165.833832,89.395237L165.85288,89.414285L165.871927,89.45238L165.871927,89.547618L165.85288,89.585713L165.833832,89.604761M165.60526,89.033333L165.871927,89.033333M165.45288,89.128571L165.738594,89.223809L165.738594,88.97619"}, {"type": "segment", "start": [164.0875, 90.3], "end": [164.0875, 88.7], "width": 0.1}, {"type": "segment", "start": [164.9125, 90.3], "end": [164.0875, 90.3], "width": 0.1}, {"type": "segment", "start": [164.0875, 88.7], "end": [164.9125, 88.7], "width": 0.1}, {"type": "segment", "start": [164.9125, 88.7], "end": [164.9125, 90.3], "width": 0.1}, {"thickness": 0.15, "svgpath": "M142.904761,103.884819L142.333333,103.884819M142.619047,103.884819L142.619047,102.884819L142.523809,103.027676L142.428571,103.122914L142.333333,103.170533M143.523809,102.884819L143.619047,102.884819L143.714285,102.932438L143.761904,102.980057L143.809523,103.075295L143.857142,103.265771L143.857142,103.503866L143.809523,103.694342L143.761904,103.78958L143.714285,103.8372L143.619047,103.884819L143.523809,103.884819L143.428571,103.8372L143.380952,103.78958L143.333333,103.694342L143.285714,103.503866L143.285714,103.265771L143.333333,103.075295L143.380952,102.980057L143.428571,102.932438L143.523809,102.884819M144.285714,103.884819L144.285714,102.884819M144.380952,103.503866L144.666666,103.884819M144.666666,103.218152L144.285714,103.599104", "val": 1}, {"thickness": 0.06, "svgpath": "M143.242857,102.181927L143.109524,101.991451M143.014286,102.181927L143.014286,101.781927L143.166667,101.781927L143.204762,101.800975L143.223809,101.820022L143.242857,101.858118L143.242857,101.91526L143.223809,101.953356L143.204762,101.972403L143.166667,101.991451L143.014286,101.991451M143.623809,102.181927L143.395238,102.181927M143.509524,102.181927L143.509524,101.781927L143.471428,101.83907L143.433333,101.877165L143.395238,101.896213M144.004761,102.181927L143.77619,102.181927M143.890476,102.181927L143.890476,101.781927L143.85238,101.83907L143.814285,101.877165L143.77619,101.896213"}, {"type": "segment", "start": [142.7, 101.5875], "end": [144.3, 101.5875], "width": 0.1}, {"type": "segment", "start": [142.7, 102.4125], "end": [142.7, 101.5875], "width": 0.1}, {"type": "segment", "start": [144.3, 101.5875], "end": [144.3, 102.4125], "width": 0.1}, {"type": "segment", "start": [144.3, 102.4125], "end": [142.7, 102.4125], "width": 0.1}], "B": [{"thickness": 0.15, "svgpath": "M133.454819,63.523809L133.454819,63.047619L132.454819,63.047619M133.454819,63.857143L132.454819,63.857143L133.169104,64.190476L132.454819,64.523809L133.454819,64.523809M133.454819,65.523809L133.454819,64.952381M133.454819,65.238095L132.454819,65.238095L132.597676,65.142857L132.692914,65.047619L132.740533,64.952381M133.454819,66.47619L133.454819,65.904762M133.454819,66.190476L132.454819,66.190476L132.597676,66.095238L132.692914,66L132.740533,65.904762M133.454819,67.428571L133.454819,66.857143M133.454819,67.142857L132.454819,67.142857L132.597676,67.047619L132.692914,66.952381L132.740533,66.857143M132.454819,67.761905L132.454819,68.428571L133.454819,68M133.073866,68.809524L133.073866,69.571429M132.454819,69.952381L132.454819,70.571428L132.835771,70.238095L132.835771,70.380952L132.88339,70.47619L132.931009,70.523809L133.026247,70.571428L133.264342,70.571428L133.35958,70.523809L133.4072,70.47619L133.454819,70.380952L133.454819,70.095238L133.4072,70L133.35958,69.952381M133.35958,71L133.4072,71.047619L133.454819,71L133.4072,70.952381L133.35958,71L133.454819,71M132.454819,71.380952L132.454819,71.999999L132.835771,71.666666L132.835771,71.809523L132.88339,71.904761L132.931009,71.95238L133.026247,71.999999L133.264342,71.999999L133.35958,71.95238L133.4072,71.904761L133.454819,71.809523L133.454819,71.523809L133.4072,71.428571L133.35958,71.380952", "val": 1}, {"thickness": 0.12, "svgpath": "M138.109523,67.063855L138.109523,67.711474L138.071428,67.787664L138.033333,67.82576L137.957142,67.863855L137.804761,67.863855L137.728571,67.82576L137.690476,67.787664L137.65238,67.711474L137.65238,67.063855M136.852381,67.863855L137.309524,67.863855M137.080952,67.863855L137.080952,67.063855L137.157143,67.17814L137.233333,67.254331L137.309524,67.292426"}, {"type": "segment", "start": [134.15, 69.35], "end": [134.15, 65.65], "width": 0.1}, {"type": "segment", "start": [139.85, 69.35], "end": [134.15, 69.35], "width": 0.1}, {"type": "segment", "start": [139.85, 69.35], "end": [140.85, 68.35], "width": 0.1}, {"type": "segment", "start": [140.85, 68.35], "end": [140.85, 65.65], "width": 0.1}, {"type": "segment", "start": [140.85, 65.65], "end": [134.15, 65.65], "width": 0.1}, {"thickness": 0.15, "svgpath": "M135.884819,100.380952L135.884819,99.809524M135.884819,100.095238L134.884819,100.095238L135.027676,100L135.122914,99.904762L135.170533,99.809524M134.884819,101L134.884819,101.095238L134.932438,101.190476L134.980057,101.238095L135.075295,101.285714L135.265771,101.333333L135.503866,101.333333L135.694342,101.285714L135.78958,101.238095L135.8372,101.190476L135.884819,101.095238L135.884819,101L135.8372,100.904762L135.78958,100.857143L135.694342,100.809524L135.503866,100.761905L135.265771,100.761905L135.075295,100.809524L134.980057,100.857143L134.932438,100.904762L134.884819,101M134.884819,101.952381L134.884819,102.047619L134.932438,102.142857L134.980057,102.190476L135.075295,102.238095L135.265771,102.285714L135.503866,102.285714L135.694342,102.238095L135.78958,102.190476L135.8372,102.142857L135.884819,102.047619L135.884819,101.952381L135.8372,101.857143L135.78958,101.809524L135.694342,101.761905L135.503866,101.714286L135.265771,101.714286L135.075295,101.761905L134.980057,101.809524L134.932438,101.857143L134.884819,101.952381M135.218152,102.714286L135.884819,102.714286M135.31339,102.714286L135.265771,102.761905L135.218152,102.857143L135.218152,103L135.265771,103.095238L135.361009,103.142857L135.884819,103.142857", "val": 1}, {"thickness": 0.06, "svgpath": "M134.143832,101.242857L134.16288,101.223809L134.181927,101.166667L134.181927,101.128571L134.16288,101.071428L134.124784,101.033333L134.086689,101.014286L134.010499,100.995238L133.953356,100.995238L133.877165,101.014286L133.83907,101.033333L133.800975,101.071428L133.781927,101.128571L133.781927,101.166667L133.800975,101.223809L133.820022,101.242857M134.181927,101.623809L134.181927,101.395238M134.181927,101.509524L133.781927,101.509524L133.83907,101.471428L133.877165,101.433333L133.896213,101.395238M133.820022,101.77619L133.800975,101.795238L133.781927,101.833333L133.781927,101.928571L133.800975,101.966666L133.820022,101.985714L133.858118,102.004761L133.896213,102.004761L133.953356,101.985714L134.181927,101.757142L134.181927,102.004761"}, {"type": "segment", "start": [134.4, 100.7], "end": [133.6, 100.7], "width": 0.1}, {"type": "segment", "start": [133.6, 100.7], "end": [133.6, 102.3], "width": 0.1}, {"type": "segment", "start": [134.4, 102.3], "end": [134.4, 100.7], "width": 0.1}, {"type": "segment", "start": [133.6, 102.3], "end": [134.4, 102.3], "width": 0.1}, {"thickness": 0.15, "svgpath": "M131.384819,96.380952L131.384819,95.904762L131.861009,95.857143L131.81339,95.904762L131.765771,96L131.765771,96.238095L131.81339,96.333333L131.861009,96.380952L131.956247,96.428571L132.194342,96.428571L132.28958,96.380952L132.3372,96.333333L132.384819,96.238095L132.384819,96L132.3372,95.904762L132.28958,95.857143M132.384819,96.857143L131.384819,96.857143M132.003866,96.952381L132.384819,97.238095M131.718152,97.238095L132.099104,96.857143M132.384819,98.190476L132.384819,97.619048M132.384819,97.904762L131.384819,97.904762L131.527676,97.809524L131.622914,97.714286L131.670533,97.619048M132.384819,99.142857L132.384819,98.571429M132.384819,98.857143L131.384819,98.857143L131.527676,98.761905L131.622914,98.666667L131.670533,98.571429", "val": 1}, {"thickness": 0.06, "svgpath": "M130.681927,97.433333L130.491451,97.3M130.681927,97.204762L130.281927,97.204762L130.281927,97.357143L130.300975,97.395238L130.320022,97.414285L130.358118,97.433333L130.41526,97.433333L130.453356,97.414285L130.472403,97.395238L130.491451,97.357143L130.491451,97.204762M130.681927,97.814285L130.681927,97.585714M130.681927,97.7L130.281927,97.7L130.33907,97.661904L130.377165,97.623809L130.396213,97.585714"}, {"type": "segment", "start": [130.9125, 96.7], "end": [130.0875, 96.7], "width": 0.1}, {"type": "segment", "start": [130.0875, 96.7], "end": [130.0875, 98.3], "width": 0.1}, {"type": "segment", "start": [130.9125, 98.3], "end": [130.9125, 96.7], "width": 0.1}, {"type": "segment", "start": [130.0875, 98.3], "end": [130.9125, 98.3], "width": 0.1}, {"thickness": 0.15, "svgpath": "M139.476191,66.8072L139.333334,66.854819L139.095239,66.854819L139.000001,66.8072L138.952382,66.75958L138.904763,66.664342L138.904763,66.569104L138.952382,66.473866L139.000001,66.426247L139.095239,66.378628L139.285715,66.331009L139.380953,66.28339L139.428572,66.235771L139.476191,66.140533L139.476191,66.045295L139.428572,65.950057L139.380953,65.902438L139.285715,65.854819L139.04762,65.854819L138.904763,65.902438M138.333334,66.854819L138.428572,66.8072L138.476191,66.75958L138.52381,66.664342L138.52381,66.378628L138.476191,66.28339L138.428572,66.235771L138.333334,66.188152L138.190477,66.188152L138.095239,66.235771L138.04762,66.28339L138.000001,66.378628L138.000001,66.664342L138.04762,66.75958L138.095239,66.8072L138.190477,66.854819L138.333334,66.854819M137.428572,66.854819L137.52381,66.8072L137.571429,66.711961L137.571429,65.854819M136.619048,66.854819L136.619048,65.854819M136.619048,66.8072L136.714286,66.854819L136.904762,66.854819L137,66.8072L137.047619,66.75958L137.095238,66.664342L137.095238,66.378628L137.047619,66.28339L137,66.235771L136.904762,66.188152L136.714286,66.188152L136.619048,66.235771M135.761905,66.8072L135.857143,66.854819L136.047619,66.854819L136.142857,66.8072L136.190476,66.711961L136.190476,66.331009L136.142857,66.235771L136.047619,66.188152L135.857143,66.188152L135.761905,66.235771L135.714286,66.331009L135.714286,66.426247L136.190476,66.521485M135.285714,66.854819L135.285714,66.188152M135.285714,66.378628L135.238095,66.28339L135.190476,66.235771L135.095238,66.188152L135,66.188152M134.380952,65.854819L134.380952,66.569104L134.428571,66.711961L134.523809,66.8072L134.666666,66.854819L134.761904,66.854819M133.47619,66.188152L133.47619,66.854819M133.904761,66.188152L133.904761,66.711961L133.857142,66.8072L133.761904,66.854819L133.619047,66.854819L133.523809,66.8072L133.47619,66.75958M132.999999,66.854819L132.999999,66.188152M132.999999,66.28339L132.95238,66.235771L132.857142,66.188152L132.714285,66.188152L132.619047,66.235771L132.571428,66.331009L132.571428,66.854819M132.571428,66.331009L132.523809,66.235771L132.428571,66.188152L132.285714,66.188152L132.190475,66.235771L132.142856,66.331009L132.142856,66.854819M131.666666,66.188152L131.666666,67.188152M131.666666,66.235771L131.571428,66.188152L131.380952,66.188152L131.285714,66.235771L131.238095,66.28339L131.190476,66.378628L131.190476,66.664342L131.238095,66.75958L131.285714,66.8072L131.380952,66.854819L131.571428,66.854819L131.666666,66.8072M130.380952,66.8072L130.47619,66.854819L130.666666,66.854819L130.761904,66.8072L130.809523,66.711961L130.809523,66.331009L130.761904,66.235771L130.666666,66.188152L130.47619,66.188152L130.380952,66.235771L130.333333,66.331009L130.333333,66.426247L130.809523,66.521485M129.904761,66.854819L129.904761,66.188152M129.904761,66.378628L129.857142,66.28339L129.809523,66.235771L129.714285,66.188152L129.619047,66.188152M129.523809,66.950057L128.761904,66.950057M128.619046,65.854819L127.999999,65.854819L128.333332,66.235771L128.190475,66.235771L128.095237,66.28339L128.047618,66.331009L127.999999,66.426247L127.999999,66.664342L128.047618,66.75958L128.095237,66.8072L128.190475,66.854819L128.476189,66.854819L128.571427,66.8072L128.619046,66.75958M127.809523,66.950057L127.047618,66.950057M126.619046,65.854819L126.42857,65.854819L126.333332,65.902438L126.238094,65.997676L126.190475,66.188152L126.190475,66.521485L126.238094,66.711961L126.333332,66.8072L126.42857,66.854819L126.619046,66.854819L126.714284,66.8072L126.809522,66.711961L126.857141,66.521485L126.857141,66.188152L126.809522,65.997676L126.714284,65.902438L126.619046,65.854819M125.761903,66.188152L125.761903,67.188152M125.761903,66.235771L125.666665,66.188152L125.476189,66.188152L125.380951,66.235771L125.333332,66.28339L125.285713,66.378628L125.285713,66.664342L125.333332,66.75958L125.380951,66.8072L125.476189,66.854819L125.666665,66.854819L125.761903,66.8072M124.476189,66.8072L124.571427,66.854819L124.761903,66.854819L124.857141,66.8072L124.90476,66.711961L124.90476,66.331009L124.857141,66.235771L124.761903,66.188152L124.571427,66.188152L124.476189,66.235771L124.42857,66.331009L124.42857,66.426247L124.90476,66.521485M123.999998,66.188152L123.999998,66.854819M123.999998,66.28339L123.952379,66.235771L123.857141,66.188152L123.714284,66.188152L123.619046,66.235771L123.571427,66.331009L123.571427,66.854819", "val": 1}, {"thickness": 0.15, "svgpath": "M117.814816,87.690477L118.624339,87.690477L118.719577,87.738096L118.767197,87.785715L118.814816,87.880953L118.814816,88.071429L118.767197,88.166667L118.719577,88.214286L118.624339,88.261905L117.814816,88.261905M118.767197,88.690477L118.814816,88.833334L118.814816,89.071429L118.767197,89.166667L118.719577,89.214286L118.624339,89.261905L118.529101,89.261905L118.433863,89.214286L118.386244,89.166667L118.338625,89.071429L118.291006,88.880953L118.243387,88.785715L118.195768,88.738096L118.10053,88.690477L118.005292,88.690477L117.910054,88.738096L117.862435,88.785715L117.814816,88.880953L117.814816,89.119048L117.862435,89.261905M118.291006,90.02381L118.338625,90.166667L118.386244,90.214286L118.481482,90.261905L118.624339,90.261905L118.719577,90.214286L118.767197,90.166667L118.814816,90.071429L118.814816,89.690477L117.814816,89.690477L117.814816,90.02381L117.862435,90.119048L117.910054,90.166667L118.005292,90.214286L118.10053,90.214286L118.195768,90.166667L118.243387,90.119048L118.291006,90.02381L118.291006,89.690477M118.148149,91.119048L118.814816,91.119048M117.767197,90.880953L118.481482,90.642858L118.481482,91.261905M118.814816,92.166667L118.814816,91.595239M118.814816,91.880953L117.814816,91.880953L117.957673,91.785715L118.052911,91.690477L118.10053,91.595239M117.814816,92.785715L117.814816,92.880953L117.862435,92.976191L117.910054,93.02381L118.005292,93.071429L118.195768,93.119048L118.433863,93.119048L118.624339,93.071429L118.719577,93.02381L118.767197,92.976191L118.814816,92.880953L118.814816,92.785715L118.767197,92.690477L118.719577,92.642858L118.624339,92.595239L118.433863,92.54762L118.195768,92.54762L118.005292,92.595239L117.910054,92.642858L117.862435,92.690477L117.814816,92.785715M117.814816,94.02381L117.814816,93.54762L118.291006,93.500001L118.243387,93.54762L118.195768,93.642858L118.195768,93.880953L118.243387,93.976191L118.291006,94.02381L118.386244,94.071429L118.624339,94.071429L118.719577,94.02381L118.767197,93.976191L118.814816,93.880953L118.814816,93.642858L118.767197,93.54762L118.719577,93.500001M118.433863,94.500001L118.433863,95.261906M117.862435,96.261905L117.814816,96.166667L117.814816,96.02381L117.862435,95.880953L117.957673,95.785715L118.052911,95.738096L118.243387,95.690477L118.386244,95.690477L118.57672,95.738096L118.671958,95.785715L118.767197,95.880953L118.814816,96.02381L118.814816,96.119048L118.767197,96.261905L118.719577,96.309524L118.386244,96.309524L118.386244,96.119048M118.291006,97.071429L118.291006,96.738096M118.814816,96.738096L117.814816,96.738096L117.814816,97.214286M118.433863,97.595239L118.433863,98.357144M118.529101,98.785715L118.529101,99.261905M118.814816,98.690477L117.814816,99.02381L118.814816,99.357143M118.433863,99.690477L118.433863,100.452382M118.814816,101.452381L118.814816,100.880953M118.814816,101.166667L117.814816,101.166667L117.957673,101.071429L118.052911,100.976191L118.10053,100.880953M117.910054,101.833334L117.862435,101.880953L117.814816,101.976191L117.814816,102.214286L117.862435,102.309524L117.910054,102.357143L118.005292,102.404762L118.10053,102.404762L118.243387,102.357143L118.814816,101.785715L118.814816,102.404762M117.814816,103.02381L117.814816,103.119048L117.862435,103.214286L117.910054,103.261905L118.005292,103.309524L118.195768,103.357143L118.433863,103.357143L118.624339,103.309524L118.719577,103.261905L118.767197,103.214286L118.814816,103.119048L118.814816,103.02381L118.767197,102.928572L118.719577,102.880953L118.624339,102.833334L118.433863,102.785715L118.195768,102.785715L118.005292,102.833334L117.910054,102.880953L117.862435,102.928572L117.814816,103.02381", "val": 1}, {"thickness": 0.15, "svgpath": "M122.914816,95.166667L123.629101,95.166667L123.771958,95.119048L123.867197,95.02381L123.914816,94.880953L123.914816,94.785715M123.914816,96.166667L123.914816,95.595239M123.914816,95.880953L122.914816,95.880953L123.057673,95.785715L123.152911,95.690477L123.20053,95.595239"}, {"type": "segment", "start": [119.809997, 99.970001], "end": [119.809997, 91.030001], "width": 0.1}, {"type": "segment", "start": [127.109997, 99.970001], "end": [119.809997, 99.970001], "width": 0.1}, {"type": "segment", "start": [127.109997, 99.970001], "end": [127.109997, 91.030001], "width": 0.1}, {"type": "segment", "start": [127.109997, 91.030001], "end": [119.809997, 91.030001], "width": 0.1}, {"thickness": 0.15, "svgpath": "M131.190476,71.634819L131.761904,71.634819M131.47619,71.634819L131.47619,70.634819L131.571428,70.777676L131.666666,70.872914L131.761904,70.920533M130.571428,70.634819L130.47619,70.634819L130.380952,70.682438L130.333333,70.730057L130.285714,70.825295L130.238095,71.015771L130.238095,71.253866L130.285714,71.444342L130.333333,71.53958L130.380952,71.5872L130.47619,71.634819L130.571428,71.634819L130.666666,71.5872L130.714285,71.53958L130.761904,71.444342L130.809523,71.253866L130.809523,71.015771L130.761904,70.825295L130.714285,70.730057L130.666666,70.682438L130.571428,70.634819", "val": 1}, {"thickness": 0.08, "svgpath": "M131.083333,69.67953L131.107142,69.70334L131.178571,69.727149L131.22619,69.727149L131.297618,69.70334L131.345237,69.65572L131.369047,69.608101L131.392856,69.512863L131.392856,69.441435L131.369047,69.346197L131.345237,69.298578L131.297618,69.250959L131.22619,69.227149L131.178571,69.227149L131.107142,69.250959L131.083333,69.274768M130.892856,69.274768L130.869047,69.250959L130.821428,69.227149L130.70238,69.227149L130.654761,69.250959L130.630952,69.274768L130.607142,69.322387L130.607142,69.370006L130.630952,69.441435L130.916666,69.727149L130.607142,69.727149"}, {"type": "segment", "start": [132.0, 70.125], "end": [132.0, 68.875], "width": 0.1}, {"type": "segment", "start": [132.0, 68.875], "end": [130.0, 68.875], "width": 0.1}, {"type": "segment", "start": [130.0, 70.125], "end": [132.0, 70.125], "width": 0.1}, {"type": "segment", "start": [130.0, 68.875], "end": [130.0, 70.125], "width": 0.1}, {"thickness": 0.15, "svgpath": "M174.404761,65.354819L174.404761,64.354819L174.023809,64.354819L173.928571,64.402438L173.880952,64.450057L173.833333,64.545295L173.833333,64.688152L173.880952,64.78339L173.928571,64.831009L174.023809,64.878628L174.404761,64.878628M173.404761,65.354819L173.404761,64.354819L173.071428,65.069104L172.738095,64.354819L172.738095,65.354819M172.261904,64.831009L171.928571,64.831009M171.785714,65.354819L172.261904,65.354819L172.261904,64.354819L171.785714,64.354819M170.833333,64.402438L170.928571,64.354819L171.071428,64.354819L171.214285,64.402438L171.309523,64.497676L171.357142,64.592914L171.404761,64.78339L171.404761,64.926247L171.357142,65.116723L171.309523,65.211961L171.214285,65.3072L171.071428,65.354819L170.97619,65.354819L170.833333,65.3072L170.785714,65.25958L170.785714,64.926247L170.97619,64.926247M169.928571,64.354819L170.119047,64.354819L170.214285,64.402438L170.261904,64.450057L170.357142,64.592914L170.404761,64.78339L170.404761,65.164342L170.357142,65.25958L170.309523,65.3072L170.214285,65.354819L170.023809,65.354819L169.928571,65.3072L169.880952,65.25958L169.833333,65.164342L169.833333,64.926247L169.880952,64.831009L169.928571,64.78339L170.023809,64.735771L170.214285,64.735771L170.309523,64.78339L170.357142,64.831009L170.404761,64.926247M169.214285,64.354819L169.119047,64.354819L169.023809,64.402438L168.97619,64.450057L168.928571,64.545295L168.880952,64.735771L168.880952,64.973866L168.928571,65.164342L168.97619,65.25958L169.023809,65.3072L169.119047,65.354819L169.214285,65.354819L169.309523,65.3072L169.357142,65.25958L169.404761,65.164342L169.45238,64.973866L169.45238,64.735771L169.404761,64.545295L169.357142,64.450057L169.309523,64.402438L169.214285,64.354819M168.595237,64.354819L168.023809,64.354819M168.309523,65.354819L168.309523,64.354819M167.166666,65.354819L167.738094,65.354819M167.45238,65.354819L167.45238,64.354819L167.547618,64.497676L167.642856,64.592914L167.738094,64.640533M166.547618,64.354819L166.45238,64.354819L166.357142,64.402438L166.309523,64.450057L166.261904,64.545295L166.214285,64.735771L166.214285,64.973866L166.261904,65.164342L166.309523,65.25958L166.357142,65.3072L166.45238,65.354819L166.547618,65.354819L166.642856,65.3072L166.690475,65.25958L166.738094,65.164342L166.785713,64.973866L166.785713,64.735771L166.738094,64.545295L166.690475,64.450057L166.642856,64.402438L166.547618,64.354819M165.785713,64.831009L165.45238,64.831009M165.309523,65.354819L165.785713,65.354819L165.785713,64.354819L165.309523,64.354819M164.404761,65.354819L164.880951,65.354819L164.880951,64.354819M163.499999,65.354819L163.833332,64.878628M164.071427,65.354819L164.071427,64.354819L163.690475,64.354819L163.595237,64.402438L163.547618,64.450057L163.499999,64.545295L163.499999,64.688152L163.547618,64.78339L163.595237,64.831009L163.690475,64.878628L164.071427,64.878628M163.166665,64.354819L162.499999,65.354819M162.499999,64.354819L163.166665,65.354819", "val": 1}, {"thickness": 0.15, "svgpath": "M169.714285,69.454819L169.714285,68.454819L169.47619,68.454819L169.333333,68.502438L169.238095,68.597676L169.190476,68.692914L169.142857,68.88339L169.142857,69.026247L169.190476,69.216723L169.238095,69.311961L169.333333,69.4072L169.47619,69.454819L169.714285,69.454819M168.285714,68.454819L168.47619,68.454819L168.571428,68.502438L168.619047,68.550057L168.714285,68.692914L168.761904,68.88339L168.761904,69.264342L168.714285,69.35958L168.666666,69.4072L168.571428,69.454819L168.380952,69.454819L168.285714,69.4072L168.238095,69.35958L168.190476,69.264342L168.190476,69.026247L168.238095,68.931009L168.285714,68.88339L168.380952,68.835771L168.571428,68.835771L168.666666,68.88339L168.714285,68.931009L168.761904,69.026247M167.285714,68.454819L167.761904,68.454819L167.809523,68.931009L167.761904,68.88339L167.666666,68.835771L167.428571,68.835771L167.333333,68.88339L167.285714,68.931009L167.238095,69.026247L167.238095,69.264342L167.285714,69.35958L167.333333,69.4072L167.428571,69.454819L167.666666,69.454819L167.761904,69.4072L167.809523,69.35958"}, {"type": "segment", "start": [167.1, 66.1], "end": [167.1, 67.9], "width": 0.1}, {"type": "segment", "start": [167.1, 67.9], "end": [169.9, 67.9], "width": 0.1}, {"type": "segment", "start": [167.75, 67.0], "end": [168.15, 67.0], "width": 0.1}, {"type": "segment", "start": [168.15, 67.0], "end": [168.15, 66.45], "width": 0.1}, {"type": "segment", "start": [168.15, 67.0], "end": [168.15, 67.55], "width": 0.1}, {"type": "segment", "start": [168.15, 67.0], "end": [168.75, 67.4], "width": 0.1}, {"type": "segment", "start": [168.75, 66.6], "end": [168.15, 67.0], "width": 0.1}, {"type": "segment", "start": [168.75, 67.0], "end": [169.25, 67.0], "width": 0.1}, {"type": "segment", "start": [168.75, 67.4], "end": [168.75, 66.6], "width": 0.1}, {"type": "segment", "start": [169.9, 66.1], "end": [167.1, 66.1], "width": 0.1}, {"type": "segment", "start": [169.9, 67.9], "end": [169.9, 66.1], "width": 0.1}, {"thickness": 0.15, "svgpath": "M155.524819,65.904761L155.524819,65.333333M155.524819,65.619047L154.524819,65.619047L154.667676,65.523809L154.762914,65.428571L154.810533,65.333333M154.524819,66.523809L154.524819,66.619047L154.572438,66.714285L154.620057,66.761904L154.715295,66.809523L154.905771,66.857142L155.143866,66.857142L155.334342,66.809523L155.42958,66.761904L155.4772,66.714285L155.524819,66.619047L155.524819,66.523809L155.4772,66.428571L155.42958,66.380952L155.334342,66.333333L155.143866,66.285714L154.905771,66.285714L154.715295,66.333333L154.620057,66.380952L154.572438,66.428571L154.524819,66.523809M155.524819,67.285714L154.524819,67.285714M155.143866,67.380952L155.524819,67.666666M154.858152,67.666666L155.239104,67.285714", "val": 1}, {"thickness": 0.06, "svgpath": "M156.681927,66.242857L156.491451,66.109524M156.681927,66.014286L156.281927,66.014286L156.281927,66.166667L156.300975,66.204762L156.320022,66.223809L156.358118,66.242857L156.41526,66.242857L156.453356,66.223809L156.472403,66.204762L156.491451,66.166667L156.491451,66.014286M156.281927,66.585714L156.281927,66.509524L156.300975,66.471428L156.320022,66.452381L156.377165,66.414286L156.453356,66.395238L156.605737,66.395238L156.643832,66.414286L156.66288,66.433333L156.681927,66.471428L156.681927,66.547619L156.66288,66.585714L156.643832,66.604762L156.605737,66.623809L156.510499,66.623809L156.472403,66.604762L156.453356,66.585714L156.434308,66.547619L156.434308,66.471428L156.453356,66.433333L156.472403,66.414286L156.510499,66.395238M156.281927,66.985714L156.281927,66.795238L156.472403,66.77619L156.453356,66.795238L156.434308,66.833333L156.434308,66.928571L156.453356,66.966666L156.472403,66.985714L156.510499,67.004761L156.605737,67.004761L156.643832,66.985714L156.66288,66.966666L156.681927,66.928571L156.681927,66.833333L156.66288,66.795238L156.643832,66.77619"}, {"type": "segment", "start": [156.0875, 67.3], "end": [156.9125, 67.3], "width": 0.1}, {"type": "segment", "start": [156.9125, 67.3], "end": [156.9125, 65.7], "width": 0.1}, {"type": "segment", "start": [156.0875, 65.7], "end": [156.0875, 67.3], "width": 0.1}, {"type": "segment", "start": [156.9125, 65.7], "end": [156.0875, 65.7], "width": 0.1}, {"thickness": 0.15, "svgpath": "M174.084816,97.004762L174.084816,96.433334M174.084816,96.719048L173.084816,96.719048L173.227673,96.62381L173.322911,96.528572L173.37053,96.433334M173.084816,97.62381L173.084816,97.719048L173.132435,97.814286L173.180054,97.861905L173.275292,97.909524L173.465768,97.957143L173.703863,97.957143L173.894339,97.909524L173.989577,97.861905L174.037197,97.814286L174.084816,97.719048L174.084816,97.62381L174.037197,97.528572L173.989577,97.480953L173.894339,97.433334L173.703863,97.385715L173.465768,97.385715L173.275292,97.433334L173.180054,97.480953L173.132435,97.528572L173.084816,97.62381M174.084816,98.385715L173.084816,98.385715M173.703863,98.480953L174.084816,98.766667M173.418149,98.766667L173.799101,98.385715", "val": 1}, {"thickness": 0.06, "svgpath": "M172.381924,97.342858L172.191448,97.209525M172.381924,97.114287L171.981924,97.114287L171.981924,97.266668L172.000972,97.304763L172.020019,97.32381L172.058115,97.342858L172.115257,97.342858L172.153353,97.32381L172.1724,97.304763L172.191448,97.266668L172.191448,97.114287M172.381924,97.72381L172.381924,97.495239M172.381924,97.609525L171.981924,97.609525L172.039067,97.571429L172.077162,97.533334L172.09621,97.495239M172.115257,98.066667L172.381924,98.066667M171.962877,97.971429L172.248591,97.876191L172.248591,98.12381"}, {"type": "segment", "start": [172.612497, 96.800001], "end": [171.787497, 96.800001], "width": 0.1}, {"type": "segment", "start": [171.787497, 96.800001], "end": [171.787497, 98.400001], "width": 0.1}, {"type": "segment", "start": [172.612497, 98.400001], "end": [172.612497, 96.800001], "width": 0.1}, {"type": "segment", "start": [171.787497, 98.400001], "end": [172.612497, 98.400001], "width": 0.1}, {"thickness": 0.15, "svgpath": "M131.166666,69.134819L131.738094,69.134819M131.45238,69.134819L131.45238,68.134819L131.547618,68.277676L131.642856,68.372914L131.738094,68.420533M130.309523,68.468152L130.309523,69.134819M130.738094,68.468152L130.738094,68.991961L130.690475,69.0872L130.595237,69.134819L130.45238,69.134819L130.357142,69.0872L130.309523,69.03958", "val": 1}, {"thickness": 0.08, "svgpath": "M131.083333,67.17953L131.107142,67.20334L131.178571,67.227149L131.22619,67.227149L131.297618,67.20334L131.345237,67.15572L131.369047,67.108101L131.392856,67.012863L131.392856,66.941435L131.369047,66.846197L131.345237,66.798578L131.297618,66.750959L131.22619,66.727149L131.178571,66.727149L131.107142,66.750959L131.083333,66.774768M130.607142,67.227149L130.892856,67.227149M130.749999,67.227149L130.749999,66.727149L130.797618,66.798578L130.845237,66.846197L130.892856,66.870006"}, {"type": "segment", "start": [132.0, 67.625], "end": [132.0, 66.375], "width": 0.1}, {"type": "segment", "start": [132.0, 66.375], "end": [130.0, 66.375], "width": 0.1}, {"type": "segment", "start": [130.0, 67.625], "end": [132.0, 67.625], "width": 0.1}, {"type": "segment", "start": [130.0, 66.375], "end": [130.0, 67.625], "width": 0.1}, {"thickness": 0.15, "svgpath": "M168.054819,60.595237L168.054819,60.023809M168.054819,60.309523L167.054819,60.309523L167.197676,60.214285L167.292914,60.119047L167.340533,60.023809M167.150057,60.97619L167.102438,61.023809L167.054819,61.119047L167.054819,61.357142L167.102438,61.45238L167.150057,61.499999L167.245295,61.547618L167.340533,61.547618L167.48339,61.499999L168.054819,60.928571L168.054819,61.547618M167.054819,61.833333L168.054819,62.166666L167.054819,62.499999M167.054819,64.071428L167.054819,63.595238L167.531009,63.547619L167.48339,63.595238L167.435771,63.690476L167.435771,63.928571L167.48339,64.023809L167.531009,64.071428L167.626247,64.119047L167.864342,64.119047L167.95958,64.071428L168.0072,64.023809L168.054819,63.928571L168.054819,63.690476L168.0072,63.595238L167.95958,63.547619M167.054819,64.404762L168.054819,64.738095L167.054819,65.071428", "val": 1}, {"thickness": 0.15, "svgpath": "M171.809523,95.831009L171.666666,95.878628L171.619047,95.926247L171.571428,96.021485L171.571428,96.164342L171.619047,96.25958L171.666666,96.3072L171.761904,96.354819L172.142856,96.354819L172.142856,95.354819L171.809523,95.354819L171.714285,95.402438L171.666666,95.450057L171.619047,95.545295L171.619047,95.640533L171.666666,95.735771L171.714285,95.78339L171.809523,95.831009L172.142856,95.831009M171.190475,96.3072L171.047618,96.354819L170.809523,96.354819L170.714285,96.3072L170.666666,96.25958L170.619047,96.164342L170.619047,96.069104L170.666666,95.973866L170.714285,95.926247L170.809523,95.878628L170.999999,95.831009L171.095237,95.78339L171.142856,95.735771L171.190475,95.640533L171.190475,95.545295L171.142856,95.450057L171.095237,95.402438L170.999999,95.354819L170.761904,95.354819L170.619047,95.402438M170.238094,96.3072L170.095237,96.354819L169.857142,96.354819L169.761904,96.3072L169.714285,96.25958L169.666666,96.164342L169.666666,96.069104L169.714285,95.973866L169.761904,95.926247L169.857142,95.878628L170.047618,95.831009L170.142856,95.78339L170.190475,95.735771L170.238094,95.640533L170.238094,95.545295L170.190475,95.450057L170.142856,95.402438L170.047618,95.354819L169.809523,95.354819L169.666666,95.402438M168.714285,96.354819L169.285713,96.354819M168.999999,96.354819L168.999999,95.354819L169.095237,95.497676L169.190475,95.592914L169.285713,95.640533M168.380951,95.354819L167.761904,95.354819L168.095237,95.735771L167.95238,95.735771L167.857142,95.78339L167.809523,95.831009L167.761904,95.926247L167.761904,96.164342L167.809523,96.25958L167.857142,96.3072L167.95238,96.354819L168.238094,96.354819L168.333332,96.3072L168.380951,96.25958M167.190475,95.78339L167.285713,95.735771L167.333332,95.688152L167.380951,95.592914L167.380951,95.545295L167.333332,95.450057L167.285713,95.402438L167.190475,95.354819L166.999999,95.354819L166.904761,95.402438L166.857142,95.450057L166.809523,95.545295L166.809523,95.592914L166.857142,95.688152L166.904761,95.735771L166.999999,95.78339L167.190475,95.78339L167.285713,95.831009L167.333332,95.878628L167.380951,95.973866L167.380951,96.164342L167.333332,96.25958L167.285713,96.3072L167.190475,96.354819L166.999999,96.354819L166.904761,96.3072L166.857142,96.25958L166.809523,96.164342L166.809523,95.973866L166.857142,95.878628L166.904761,95.831009L166.999999,95.78339", "val": 1}, {"thickness": 0.05, "svgpath": "M169.682857,93.675914L169.713333,93.660676L169.743809,93.6302L169.789523,93.584485L169.82,93.569247L169.850476,93.569247M169.835238,93.645438L169.865714,93.6302L169.89619,93.599723L169.911428,93.538771L169.911428,93.432104L169.89619,93.371152L169.865714,93.340676L169.835238,93.325438L169.774285,93.325438L169.743809,93.340676L169.713333,93.371152L169.698095,93.432104L169.698095,93.538771L169.713333,93.599723L169.743809,93.6302L169.774285,93.645438L169.835238,93.645438M169.393333,93.645438L169.57619,93.645438M169.484762,93.645438L169.484762,93.325438L169.515238,93.371152L169.545714,93.401628L169.57619,93.416866M169.119047,93.432104L169.119047,93.645438M169.195238,93.3102L169.271428,93.538771L169.073333,93.538771"}, {"type": "segment", "start": [170.15, 94.95], "end": [170.15, 92.375], "width": 0.1}, {"type": "segment", "start": [170.15, 92.375], "end": [169.825, 92.05], "width": 0.1}, {"type": "segment", "start": [169.825, 92.05], "end": [168.85, 92.05], "width": 0.1}, {"type": "segment", "start": [168.85, 94.95], "end": [170.15, 94.95], "width": 0.1}, {"type": "segment", "start": [168.85, 92.05], "end": [168.85, 94.95], "width": 0.1}, {"thickness": 0.15, "svgpath": "M165.023809,75.554819L165.499999,75.554819L165.499999,74.554819M164.833332,74.554819L164.261904,74.554819M164.547618,75.554819L164.547618,74.554819M164.071427,74.554819L163.738094,75.554819L163.404761,74.554819M163.071427,75.173866L162.309523,75.173866M161.690475,74.98339L161.785713,74.935771L161.833332,74.888152L161.880951,74.792914L161.880951,74.745295L161.833332,74.650057L161.785713,74.602438L161.690475,74.554819L161.499999,74.554819L161.404761,74.602438L161.357142,74.650057L161.309523,74.745295L161.309523,74.792914L161.357142,74.888152L161.404761,74.935771L161.499999,74.98339L161.690475,74.98339L161.785713,75.031009L161.833332,75.078628L161.880951,75.173866L161.880951,75.364342L161.833332,75.45958L161.785713,75.5072L161.690475,75.554819L161.499999,75.554819L161.404761,75.5072L161.357142,75.45958L161.309523,75.364342L161.309523,75.173866L161.357142,75.078628L161.404761,75.031009L161.499999,74.98339M160.357142,75.554819L160.92857,75.554819M160.642856,75.554819L160.642856,74.554819L160.738094,74.697676L160.833332,74.792914L160.92857,74.840533M160.023808,74.554819L159.357142,74.554819L159.785713,75.554819M159.023808,75.5072L158.880951,75.554819L158.642856,75.554819L158.547618,75.5072L158.499999,75.45958L158.45238,75.364342L158.45238,75.269104L158.499999,75.173866L158.547618,75.126247L158.642856,75.078628L158.833332,75.031009L158.92857,74.98339L158.976189,74.935771L159.023808,74.840533L159.023808,74.745295L158.976189,74.650057L158.92857,74.602438L158.833332,74.554819L158.595237,74.554819L158.45238,74.602438", "val": 1}, {"thickness": 0.15, "svgpath": "M163.238094,70.954819L163.238094,71.764342L163.190475,71.85958L163.142856,71.9072L163.047618,71.954819L162.857142,71.954819L162.761904,71.9072L162.714285,71.85958L162.666666,71.764342L162.666666,70.954819M161.761904,70.954819L161.95238,70.954819L162.047618,71.002438L162.095237,71.050057L162.190475,71.192914L162.238094,71.38339L162.238094,71.764342L162.190475,71.85958L162.142856,71.9072L162.047618,71.954819L161.857142,71.954819L161.761904,71.9072L161.714285,71.85958L161.666666,71.764342L161.666666,71.526247L161.714285,71.431009L161.761904,71.38339L161.857142,71.335771L162.047618,71.335771L162.142856,71.38339L162.190475,71.431009L162.238094,71.526247M160.761904,70.954819L161.238094,70.954819L161.285713,71.431009L161.238094,71.38339L161.142856,71.335771L160.904761,71.335771L160.809523,71.38339L160.761904,71.431009L160.714285,71.526247L160.714285,71.764342L160.761904,71.85958L160.809523,71.9072L160.904761,71.954819L161.142856,71.954819L161.238094,71.9072L161.285713,71.85958"}, {"type": "segment", "start": [165.175, 74.04], "end": [165.175, 69.96], "width": 0.1}, {"type": "segment", "start": [165.175, 69.96], "end": [164.175, 68.96], "width": 0.1}, {"type": "segment", "start": [164.175, 68.96], "end": [158.825, 68.96], "width": 0.1}, {"type": "segment", "start": [158.825, 74.04], "end": [165.175, 74.04], "width": 0.1}, {"type": "segment", "start": [158.825, 68.96], "end": [158.825, 74.04], "width": 0.1}, {"thickness": 0.15, "svgpath": "M171.384816,96.904762L171.384816,96.333334M171.384816,96.619048L170.384816,96.619048L170.527673,96.52381L170.622911,96.428572L170.67053,96.333334M170.384816,97.52381L170.384816,97.619048L170.432435,97.714286L170.480054,97.761905L170.575292,97.809524L170.765768,97.857143L171.003863,97.857143L171.194339,97.809524L171.289577,97.761905L171.337197,97.714286L171.384816,97.619048L171.384816,97.52381L171.337197,97.428572L171.289577,97.380953L171.194339,97.333334L171.003863,97.285715L170.765768,97.285715L170.575292,97.333334L170.480054,97.380953L170.432435,97.428572L170.384816,97.52381M171.384816,98.285715L170.384816,98.285715M171.003863,98.380953L171.384816,98.666667M170.718149,98.666667L171.099101,98.285715", "val": 1}, {"thickness": 0.06, "svgpath": "M169.681924,97.242858L169.491448,97.109525M169.681924,97.014287L169.281924,97.014287L169.281924,97.166668L169.300972,97.204763L169.320019,97.22381L169.358115,97.242858L169.415257,97.242858L169.453353,97.22381L169.4724,97.204763L169.491448,97.166668L169.491448,97.014287M169.681924,97.62381L169.681924,97.395239M169.681924,97.509525L169.281924,97.509525L169.339067,97.471429L169.377162,97.433334L169.39621,97.395239M169.320019,97.776191L169.300972,97.795239L169.281924,97.833334L169.281924,97.928572L169.300972,97.966667L169.320019,97.985715L169.358115,98.004762L169.39621,98.004762L169.453353,97.985715L169.681924,97.757143L169.681924,98.004762"}, {"type": "segment", "start": [169.912497, 96.700001], "end": [169.087497, 96.700001], "width": 0.1}, {"type": "segment", "start": [169.087497, 96.700001], "end": [169.087497, 98.300001], "width": 0.1}, {"type": "segment", "start": [169.912497, 98.300001], "end": [169.912497, 96.700001], "width": 0.1}, {"type": "segment", "start": [169.087497, 98.300001], "end": [169.912497, 98.300001], "width": 0.1}, {"thickness": 0.15, "svgpath": "M165.547618,91.524819L165.45238,91.524819L165.357142,91.572438L165.309523,91.620057L165.261904,91.715295L165.214285,91.905771L165.214285,92.143866L165.261904,92.334342L165.309523,92.42958L165.357142,92.4772L165.45238,92.524819L165.547618,92.524819L165.642856,92.4772L165.690475,92.42958L165.738094,92.334342L165.785713,92.143866L165.785713,91.905771L165.738094,91.715295L165.690475,91.620057L165.642856,91.572438L165.547618,91.524819", "val": 1}, {"thickness": 0.06, "svgpath": "M165.757142,93.681927L165.890475,93.491451M165.985713,93.681927L165.985713,93.281927L165.833332,93.281927L165.795237,93.300975L165.77619,93.320022L165.757142,93.358118L165.757142,93.41526L165.77619,93.453356L165.795237,93.472403L165.833332,93.491451L165.985713,93.491451M165.37619,93.681927L165.604761,93.681927M165.490475,93.681927L165.490475,93.281927L165.528571,93.33907L165.566666,93.377165L165.604761,93.396213M165.014285,93.281927L165.204761,93.281927L165.223809,93.472403L165.204761,93.453356L165.166666,93.434308L165.071428,93.434308L165.033333,93.453356L165.014285,93.472403L164.995238,93.510499L164.995238,93.605737L165.014285,93.643832L165.033333,93.66288L165.071428,93.681927L165.166666,93.681927L165.204761,93.66288L165.223809,93.643832"}, {"type": "segment", "start": [164.7, 93.0875], "end": [164.7, 93.9125], "width": 0.1}, {"type": "segment", "start": [164.7, 93.9125], "end": [166.3, 93.9125], "width": 0.1}, {"type": "segment", "start": [166.3, 93.0875], "end": [164.7, 93.0875], "width": 0.1}, {"type": "segment", "start": [166.3, 93.9125], "end": [166.3, 93.0875], "width": 0.1}, {"thickness": 0.15, "svgpath": "M144.634819,64.833333L144.634819,64.261905M144.634819,64.547619L143.634819,64.547619L143.777676,64.452381L143.872914,64.357143L143.920533,64.261905M143.968152,65.690476L144.634819,65.690476M143.968152,65.261905L144.491961,65.261905L144.5872,65.309524L144.634819,65.404762L144.634819,65.547619L144.5872,65.642857L144.53958,65.690476", "val": 1}, {"thickness": 0.08, "svgpath": "M142.67953,64.916666L142.70334,64.892857L142.727149,64.821428L142.727149,64.773809L142.70334,64.702381L142.65572,64.654762L142.608101,64.630952L142.512863,64.607143L142.441435,64.607143L142.346197,64.630952L142.298578,64.654762L142.250959,64.702381L142.227149,64.773809L142.227149,64.821428L142.250959,64.892857L142.274768,64.916666M142.227149,65.083333L142.227149,65.392857L142.417625,65.22619L142.417625,65.297619L142.441435,65.345238L142.465244,65.369047L142.512863,65.392857L142.631911,65.392857L142.67953,65.369047L142.70334,65.345238L142.727149,65.297619L142.727149,65.154762L142.70334,65.107143L142.67953,65.083333"}, {"type": "segment", "start": [143.125, 64.0], "end": [141.875, 64.0], "width": 0.1}, {"type": "segment", "start": [141.875, 64.0], "end": [141.875, 66.0], "width": 0.1}, {"type": "segment", "start": [143.125, 66.0], "end": [143.125, 64.0], "width": 0.1}, {"type": "segment", "start": [141.875, 66.0], "end": [143.125, 66.0], "width": 0.1}, {"thickness": 0.15, "svgpath": "M153.119043,81.68101L152.78571,81.68101M152.642853,82.20482L153.119043,82.20482L153.119043,81.20482L152.642853,81.20482M152.2619,82.157201L152.119043,82.20482L151.880948,82.20482L151.78571,82.157201L151.738091,82.109581L151.690472,82.014343L151.690472,81.919105L151.738091,81.823867L151.78571,81.776248L151.880948,81.728629L152.071424,81.68101L152.166662,81.633391L152.214281,81.585772L152.2619,81.490534L152.2619,81.395296L152.214281,81.300058L152.166662,81.252439L152.071424,81.20482L151.833329,81.20482L151.690472,81.252439M151.2619,82.20482L151.2619,81.20482L150.880948,81.20482L150.78571,81.252439L150.738091,81.300058L150.690472,81.395296L150.690472,81.538153L150.738091,81.633391L150.78571,81.68101L150.880948,81.728629L151.2619,81.728629M150.357138,81.20482L149.738091,81.20482L150.071424,81.585772L149.928567,81.585772L149.833329,81.633391L149.78571,81.68101L149.738091,81.776248L149.738091,82.014343L149.78571,82.109581L149.833329,82.157201L149.928567,82.20482L150.214281,82.20482L150.309519,82.157201L150.357138,82.109581M149.357138,81.300058L149.309519,81.252439L149.214281,81.20482L148.976186,81.20482L148.880948,81.252439L148.833329,81.300058L148.78571,81.395296L148.78571,81.490534L148.833329,81.633391L149.404757,82.20482L148.78571,82.20482M148.357138,81.823867L147.595234,81.823867M147.166662,82.157201L147.023805,82.20482L146.78571,82.20482L146.690472,82.157201L146.642853,82.109581L146.595234,82.014343L146.595234,81.919105L146.642853,81.823867L146.690472,81.776248L146.78571,81.728629L146.976186,81.68101L147.071424,81.633391L147.119043,81.585772L147.166662,81.490534L147.166662,81.395296L147.119043,81.300058L147.071424,81.252439L146.976186,81.20482L146.738091,81.20482L146.595234,81.252439M146.2619,81.20482L145.642853,81.20482L145.976186,81.585772L145.833329,81.585772L145.738091,81.633391L145.690472,81.68101L145.642853,81.776248L145.642853,82.014343L145.690472,82.109581L145.738091,82.157201L145.833329,82.20482L146.119043,82.20482L146.214281,82.157201L146.2619,82.109581M145.214281,81.823867L144.452377,81.823867M144.071424,81.20482L143.833329,82.20482L143.642853,81.490534L143.452377,82.20482L143.214282,81.20482M142.261901,82.20482L142.595234,81.728629M142.833329,82.20482L142.833329,81.20482L142.452377,81.20482L142.357139,81.252439L142.30952,81.300058L142.261901,81.395296L142.261901,81.538153L142.30952,81.633391L142.357139,81.68101L142.452377,81.728629L142.833329,81.728629M141.642853,81.20482L141.452377,81.20482L141.357139,81.252439L141.261901,81.347677L141.214282,81.538153L141.214282,81.871486L141.261901,82.061962L141.357139,82.157201L141.452377,82.20482L141.642853,82.20482L141.738091,82.157201L141.833329,82.061962L141.880948,81.871486L141.880948,81.538153L141.833329,81.347677L141.738091,81.252439L141.642853,81.20482M140.595234,81.20482L140.404758,81.20482L140.30952,81.252439L140.214282,81.347677L140.166663,81.538153L140.166663,81.871486L140.214282,82.061962L140.30952,82.157201L140.404758,82.20482L140.595234,82.20482L140.690472,82.157201L140.78571,82.061962L140.833329,81.871486L140.833329,81.538153L140.78571,81.347677L140.690472,81.252439L140.595234,81.20482M139.738091,82.20482L139.738091,81.20482L139.404758,81.919105L139.071425,81.20482L139.071425,82.20482M138.595234,81.823867L137.83333,81.823867M136.83333,82.20482L137.404758,82.20482M137.119044,82.20482L137.119044,81.20482L137.214282,81.347677L137.30952,81.442915L137.404758,81.490534", "val": 1}, {"thickness": 0.15, "svgpath": "M146.33333,94.20482L146.666663,93.728629M146.904758,94.20482L146.904758,93.20482L146.523806,93.20482L146.428568,93.252439L146.380949,93.300058L146.33333,93.395296L146.33333,93.538153L146.380949,93.633391L146.428568,93.68101L146.523806,93.728629L146.904758,93.728629M145.904758,93.68101L145.571425,93.68101M145.428568,94.20482L145.904758,94.20482L145.904758,93.20482L145.428568,93.20482M144.666663,93.68101L144.999996,93.68101M144.999996,94.20482L144.999996,93.20482L144.523806,93.20482M143.999996,93.20482L143.999996,93.442915M144.238091,93.347677L143.999996,93.442915L143.761901,93.347677M144.142853,93.633391L143.999996,93.442915L143.857139,93.633391M143.238091,93.20482L143.238091,93.442915M143.476186,93.347677L143.238091,93.442915L142.999996,93.347677M143.380948,93.633391L143.238091,93.442915L143.095234,93.633391"}, {"thickness": 0.15, "svgpath": "M168.524819,72.404761L168.524819,71.833333M168.524819,72.119047L167.524819,72.119047L167.667676,72.023809L167.762914,71.928571L167.810533,71.833333M167.524819,73.023809L167.524819,73.119047L167.572438,73.214285L167.620057,73.261904L167.715295,73.309523L167.905771,73.357142L168.143866,73.357142L168.334342,73.309523L168.42958,73.261904L168.4772,73.214285L168.524819,73.119047L168.524819,73.023809L168.4772,72.928571L168.42958,72.880952L168.334342,72.833333L168.143866,72.785714L167.905771,72.785714L167.715295,72.833333L167.620057,72.880952L167.572438,72.928571L167.524819,73.023809M168.524819,73.785714L167.524819,73.785714M168.143866,73.880952L168.524819,74.166666M167.858152,74.166666L168.239104,73.785714", "val": 1}, {"thickness": 0.06, "svgpath": "M169.681927,72.742857L169.491451,72.609524M169.681927,72.514286L169.281927,72.514286L169.281927,72.666667L169.300975,72.704762L169.320022,72.723809L169.358118,72.742857L169.41526,72.742857L169.453356,72.723809L169.472403,72.704762L169.491451,72.666667L169.491451,72.514286M169.281927,73.085714L169.281927,73.009524L169.300975,72.971428L169.320022,72.952381L169.377165,72.914286L169.453356,72.895238L169.605737,72.895238L169.643832,72.914286L169.66288,72.933333L169.681927,72.971428L169.681927,73.047619L169.66288,73.085714L169.643832,73.104762L169.605737,73.123809L169.510499,73.123809L169.472403,73.104762L169.453356,73.085714L169.434308,73.047619L169.434308,72.971428L169.453356,72.933333L169.472403,72.914286L169.510499,72.895238M169.281927,73.466666L169.281927,73.390476L169.300975,73.35238L169.320022,73.333333L169.377165,73.295238L169.453356,73.27619L169.605737,73.27619L169.643832,73.295238L169.66288,73.314285L169.681927,73.35238L169.681927,73.428571L169.66288,73.466666L169.643832,73.485714L169.605737,73.504761L169.510499,73.504761L169.472403,73.485714L169.453356,73.466666L169.434308,73.428571L169.434308,73.35238L169.453356,73.314285L169.472403,73.295238L169.510499,73.27619"}, {"type": "segment", "start": [169.0875, 73.8], "end": [169.9125, 73.8], "width": 0.1}, {"type": "segment", "start": [169.9125, 73.8], "end": [169.9125, 72.2], "width": 0.1}, {"type": "segment", "start": [169.0875, 72.2], "end": [169.0875, 73.8], "width": 0.1}, {"type": "segment", "start": [169.9125, 72.2], "end": [169.0875, 72.2], "width": 0.1}, {"thickness": 0.15, "svgpath": "M128.524819,91.380952L128.524819,90.904762L129.001009,90.857143L128.95339,90.904762L128.905771,91L128.905771,91.238095L128.95339,91.333333L129.001009,91.380952L129.096247,91.428571L129.334342,91.428571L129.42958,91.380952L129.4772,91.333333L129.524819,91.238095L129.524819,91L129.4772,90.904762L129.42958,90.857143M129.524819,91.857143L128.524819,91.857143M129.143866,91.952381L129.524819,92.238095M128.858152,92.238095L129.239104,91.857143M129.524819,93.190476L129.524819,92.619048M129.524819,92.904762L128.524819,92.904762L128.667676,92.809524L128.762914,92.714286L128.810533,92.619048M129.524819,94.142857L129.524819,93.571429M129.524819,93.857143L128.524819,93.857143L128.667676,93.761905L128.762914,93.666667L128.810533,93.571429", "val": 1}, {"thickness": 0.06, "svgpath": "M130.681927,92.433333L130.491451,92.3M130.681927,92.204762L130.281927,92.204762L130.281927,92.357143L130.300975,92.395238L130.320022,92.414285L130.358118,92.433333L130.41526,92.433333L130.453356,92.414285L130.472403,92.395238L130.491451,92.357143L130.491451,92.204762M130.320022,92.585714L130.300975,92.604762L130.281927,92.642857L130.281927,92.738095L130.300975,92.77619L130.320022,92.795238L130.358118,92.814285L130.396213,92.814285L130.453356,92.795238L130.681927,92.566666L130.681927,92.814285"}, {"type": "segment", "start": [130.0875, 93.3], "end": [130.9125, 93.3], "width": 0.1}, {"type": "segment", "start": [130.9125, 93.3], "end": [130.9125, 91.7], "width": 0.1}, {"type": "segment", "start": [130.0875, 91.7], "end": [130.0875, 93.3], "width": 0.1}, {"type": "segment", "start": [130.9125, 91.7], "end": [130.0875, 91.7], "width": 0.1}, {"thickness": 0.15, "svgpath": "M167.809523,98.331009L167.666666,98.378628L167.619047,98.426247L167.571428,98.521485L167.571428,98.664342L167.619047,98.75958L167.666666,98.8072L167.761904,98.854819L168.142856,98.854819L168.142856,97.854819L167.809523,97.854819L167.714285,97.902438L167.666666,97.950057L167.619047,98.045295L167.619047,98.140533L167.666666,98.235771L167.714285,98.28339L167.809523,98.331009L168.142856,98.331009M167.190475,98.8072L167.047618,98.854819L166.809523,98.854819L166.714285,98.8072L166.666666,98.75958L166.619047,98.664342L166.619047,98.569104L166.666666,98.473866L166.714285,98.426247L166.809523,98.378628L166.999999,98.331009L167.095237,98.28339L167.142856,98.235771L167.190475,98.140533L167.190475,98.045295L167.142856,97.950057L167.095237,97.902438L166.999999,97.854819L166.761904,97.854819L166.619047,97.902438M166.238094,98.8072L166.095237,98.854819L165.857142,98.854819L165.761904,98.8072L165.714285,98.75958L165.666666,98.664342L165.666666,98.569104L165.714285,98.473866L165.761904,98.426247L165.857142,98.378628L166.047618,98.331009L166.142856,98.28339L166.190475,98.235771L166.238094,98.140533L166.238094,98.045295L166.190475,97.950057L166.142856,97.902438L166.047618,97.854819L165.809523,97.854819L165.666666,97.902438M164.714285,98.854819L165.285713,98.854819M164.999999,98.854819L164.999999,97.854819L165.095237,97.997676L165.190475,98.092914L165.285713,98.140533M164.380951,97.854819L163.761904,97.854819L164.095237,98.235771L163.95238,98.235771L163.857142,98.28339L163.809523,98.331009L163.761904,98.426247L163.761904,98.664342L163.809523,98.75958L163.857142,98.8072L163.95238,98.854819L164.238094,98.854819L164.333332,98.8072L164.380951,98.75958M163.190475,98.28339L163.285713,98.235771L163.333332,98.188152L163.380951,98.092914L163.380951,98.045295L163.333332,97.950057L163.285713,97.902438L163.190475,97.854819L162.999999,97.854819L162.904761,97.902438L162.857142,97.950057L162.809523,98.045295L162.809523,98.092914L162.857142,98.188152L162.904761,98.235771L162.999999,98.28339L163.190475,98.28339L163.285713,98.331009L163.333332,98.378628L163.380951,98.473866L163.380951,98.664342L163.333332,98.75958L163.285713,98.8072L163.190475,98.854819L162.999999,98.854819L162.904761,98.8072L162.857142,98.75958L162.809523,98.664342L162.809523,98.473866L162.857142,98.378628L162.904761,98.331009L162.999999,98.28339", "val": 1}, {"thickness": 0.05, "svgpath": "M165.682857,96.175914L165.713333,96.160676L165.743809,96.1302L165.789523,96.084485L165.82,96.069247L165.850476,96.069247M165.835238,96.145438L165.865714,96.1302L165.89619,96.099723L165.911428,96.038771L165.911428,95.932104L165.89619,95.871152L165.865714,95.840676L165.835238,95.825438L165.774285,95.825438L165.743809,95.840676L165.713333,95.871152L165.698095,95.932104L165.698095,96.038771L165.713333,96.099723L165.743809,96.1302L165.774285,96.145438L165.835238,96.145438M165.393333,96.145438L165.57619,96.145438M165.484762,96.145438L165.484762,95.825438L165.515238,95.871152L165.545714,95.901628L165.57619,95.916866M165.271428,95.855914L165.25619,95.840676L165.225714,95.825438L165.149523,95.825438L165.119047,95.840676L165.103809,95.855914L165.088571,95.88639L165.088571,95.916866L165.103809,95.96258L165.286666,96.145438L165.088571,96.145438"}, {"type": "segment", "start": [166.15, 97.45], "end": [166.15, 94.875], "width": 0.1}, {"type": "segment", "start": [166.15, 94.875], "end": [165.825, 94.55], "width": 0.1}, {"type": "segment", "start": [165.825, 94.55], "end": [164.85, 94.55], "width": 0.1}, {"type": "segment", "start": [164.85, 97.45], "end": [166.15, 97.45], "width": 0.1}, {"type": "segment", "start": [164.85, 94.55], "end": [164.85, 97.45], "width": 0.1}]}}, "footprints": [{"ref": "SW60", "bbox": {"pos": [159.0, 66.5], "relpos": [-6.9, -4.05], "size": [14.85, 8.1], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [161.25, 62.35], "size": [1.4, 2.4], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/BTN_1", "pin1": 1}, {"layers": ["F"], "pos": [161.25, 72.2], "size": [1.4, 2.4], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/BTN_1", "pin1": 1}, {"layers": ["F"], "pos": [156.75, 62.5], "size": [1.4, 2.4], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F"], "pos": [156.75, 72.2], "size": [1.4, 2.4], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "J8", "bbox": {"pos": [125.0, 86.0], "relpos": [-1.825, -1.825], "size": [6.2, 6.2], "angle": 180.0}, "pads": [{"layers": ["F", "B"], "pos": [125.0, 86.0], "size": [1.7, 1.7], "angle": 180.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "+3V3", "pin1": 1}, {"layers": ["F", "B"], "pos": [122.46, 86.0], "size": [1.7, 1.7], "angle": 180.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F", "B"], "pos": [125.0, 83.46], "size": [1.7, 1.7], "angle": 180.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "+5V"}, {"layers": ["F", "B"], "pos": [122.46, 83.46], "size": [1.7, 1.7], "angle": 180.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "SW10", "bbox": {"pos": [147.5, 96.0], "relpos": [-4.775, -2.125], "size": [9.55, 4.25], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [147.5, 99.875], "size": [1.25, 1.0], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F"], "pos": [147.5, 92.125], "size": [1.25, 1.0], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/GPIO0"}], "drawings": [], "layer": "F"}, {"ref": "TP22", "bbox": {"pos": [138.684, 65.024], "relpos": [-1.275, -1.275], "size": [2.55, 2.55], "angle": 0.0}, "pads": [{"layers": ["F"], "pos": [138.684, 65.024], "size": [1.5, 1.5], "angle": 0.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "/Power/V_REG", "pin1": 1}], "drawings": [], "layer": "F"}, {"ref": "R57", "bbox": {"pos": [166.5, 85.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [166.5, 86.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F"], "pos": [166.5, 84.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q56-G)"}], "drawings": [], "layer": "F"}, {"ref": "J11", "bbox": {"pos": [162.0, 77.0], "relpos": [-1.825, -1.825], "size": [3.6, 8.7], "angle": 90.0}, "pads": [{"layers": ["F", "B"], "pos": [162.0, 77.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/BTN_1", "pin1": 1}, {"layers": ["F", "B"], "pos": [164.54, 77.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/BTN_2"}, {"layers": ["F", "B"], "pos": [167.08, 77.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "C20", "bbox": {"pos": [149.612, 70.500001], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [149.612, 71.362501], "size": [1.075, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(U20-BST)", "pin1": 1}, {"layers": ["F"], "pos": [149.612, 69.637501], "size": [1.075, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/Power/SW_5V"}], "drawings": [], "layer": "F"}, {"ref": "C22", "bbox": {"pos": [134.0, 68.0], "relpos": [-2.325, -1.175], "size": [4.65, 2.35], "angle": 180.0}, "pads": [{"layers": ["F"], "pos": [135.475, 68.0], "size": [1.15, 1.8], "angle": 180.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "/Power/V_REG", "pin1": 1}, {"layers": ["F"], "pos": [132.525, 68.0], "size": [1.15, 1.8], "angle": 180.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "H1", "bbox": {"pos": [125.0, 65.0], "relpos": [-3.075, -3.075], "size": [6.15, 6.15], "angle": 90.0}, "pads": [{"layers": ["F", "B"], "pos": [125.0, 65.0], "size": [3.6, 3.6], "angle": 90.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [3.2, 3.2], "offset": [0.0, 0.0], "net": "", "pin1": 1}, {"layers": ["F"], "pos": [125.0, 65.0], "size": [5.6, 5.6], "angle": 90.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "", "pin1": 1}, {"layers": ["B"], "pos": [125.0, 65.0], "size": [5.6, 5.6], "angle": 90.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "", "pin1": 1}], "drawings": [], "layer": "F"}, {"ref": "D4", "bbox": {"pos": [152.0, 86.5], "relpos": [-3.71, -2.81], "size": [7.42, 5.62], "angle": 180.0}, "pads": [{"layers": ["F"], "pos": [149.55, 84.9], "size": [1.5, 1.0], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F"], "pos": [149.55, 88.1], "size": [1.5, 1.0], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/LED_DIN"}, {"layers": ["F"], "pos": [154.45, 88.1], "size": [1.5, 1.0], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}, {"layers": ["F"], "pos": [154.45, 84.9], "size": [1.5, 1.0], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(D4-DOUT-Pad4)"}], "drawings": [], "layer": "F"}, {"ref": "R22", "bbox": {"pos": [149.352, 76.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [149.352, 75.5875], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/Power/V_REG", "pin1": 1}, {"layers": ["F"], "pos": [149.352, 77.4125], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(R22-Pad2)"}], "drawings": [], "layer": "F"}, {"ref": "SW61", "bbox": {"pos": [166.5, 68.0], "relpos": [-6.9, -4.05], "size": [14.85, 8.1], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [164.25, 72.15], "size": [1.4, 2.4], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/BTN_2", "pin1": 1}, {"layers": ["F"], "pos": [164.25, 62.3], "size": [1.4, 2.4], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/BTN_2", "pin1": 1}, {"layers": ["F"], "pos": [168.75, 72.0], "size": [1.4, 2.4], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F"], "pos": [168.75, 62.3], "size": [1.4, 2.4], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "H3", "bbox": {"pos": [175.0, 105.0], "relpos": [-3.075, -3.075], "size": [6.15, 6.15], "angle": -90.0}, "pads": [{"layers": ["F", "B"], "pos": [175.0, 105.0], "size": [3.6, 3.6], "angle": 270.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [3.2, 3.2], "offset": [0.0, 0.0], "net": "", "pin1": 1}, {"layers": ["F"], "pos": [175.0, 105.0], "size": [5.6, 5.6], "angle": 270.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "", "pin1": 1}, {"layers": ["B"], "pos": [175.0, 105.0], "size": [5.6, 5.6], "angle": 270.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "", "pin1": 1}], "drawings": [], "layer": "F"}, {"ref": "Q50", "bbox": {"pos": [169.5, 97.5], "relpos": [-1.945, -1.725], "size": [3.89, 3.45], "angle": 0.0}, "pads": [{"layers": ["F"], "pos": [168.5625, 96.55], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q50-G)", "pin1": 1}, {"layers": ["F"], "pos": [168.5625, 98.45], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F"], "pos": [170.4375, 97.5], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "/LED Driver/PWM1"}], "drawings": [], "layer": "F"}, {"ref": "J90", "bbox": {"pos": [176.189997, 72.0], "relpos": [-3.615, -10.275], "size": [32.63, 13.475], "angle": -90.0}, "pads": [{"layers": ["F", "B"], "pos": [176.189997, 72.0], "size": [2.55, 2.55], "angle": 270.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.7, 1.7], "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F", "B"], "pos": [176.189997, 77.08], "size": [2.55, 2.55], "angle": 270.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [1.7, 1.7], "offset": [0.0, 0.0], "net": "Net-(J90-Pin_2)"}, {"layers": ["F", "B"], "pos": [176.189997, 82.16], "size": [2.55, 2.55], "angle": 270.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [1.7, 1.7], "offset": [0.0, 0.0], "net": "/LED Driver/PWM4"}, {"layers": ["F", "B"], "pos": [176.189997, 87.24], "size": [2.55, 2.55], "angle": 270.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [1.7, 1.7], "offset": [0.0, 0.0], "net": "/LED Driver/PWM3"}, {"layers": ["F", "B"], "pos": [176.189997, 92.32], "size": [2.55, 2.55], "angle": 270.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [1.7, 1.7], "offset": [0.0, 0.0], "net": "/LED Driver/PWM2"}, {"layers": ["F", "B"], "pos": [176.189997, 97.4], "size": [2.55, 2.55], "angle": 270.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [1.7, 1.7], "offset": [0.0, 0.0], "net": "/LED Driver/PWM1"}], "drawings": [], "layer": "F"}, {"ref": "J5", "bbox": {"pos": [131.0, 75.0], "relpos": [-1.825, -1.825], "size": [6.2, 6.2], "angle": 90.0}, "pads": [{"layers": ["F", "B"], "pos": [131.0, 75.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "VCC", "pin1": 1}, {"layers": ["F", "B"], "pos": [131.0, 72.46], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F", "B"], "pos": [133.54, 75.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "VCC"}, {"layers": ["F", "B"], "pos": [133.54, 72.46], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "Q56", "bbox": {"pos": [169.5, 85.5], "relpos": [-1.945, -1.725], "size": [3.89, 3.45], "angle": 0.0}, "pads": [{"layers": ["F"], "pos": [168.5625, 84.55], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q56-G)", "pin1": 1}, {"layers": ["F"], "pos": [168.5625, 86.45], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F"], "pos": [170.4375, 85.5], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "/LED Driver/PWM4"}], "drawings": [], "layer": "F"}, {"ref": "R50", "bbox": {"pos": [164.5, 97.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [164.5, 98.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/CH1", "pin1": 1}, {"layers": ["F"], "pos": [164.5, 96.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q50-G)"}], "drawings": [], "layer": "F"}, {"ref": "R20", "bbox": {"pos": [151.852, 74.587501], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [151.852, 75.500001], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "VCC", "pin1": 1}, {"layers": ["F"], "pos": [151.852, 73.675001], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(U20-EN)"}], "drawings": [], "layer": "F"}, {"ref": "D2", "bbox": {"pos": [130.5, 85.5], "relpos": [-2.42, -1.175], "size": [4.795, 2.35], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [130.5, 83.85], "size": [0.9, 1.2], "angle": 270.0, "shape": "roundrect", "radius": 0.225, "type": "smd", "offset": [0.0, 0.0], "net": "VCC", "pin1": 1}, {"layers": ["F"], "pos": [130.5, 87.15], "size": [0.9, 1.2], "angle": 270.0, "shape": "roundrect", "radius": 0.225, "type": "smd", "offset": [0.0, 0.0], "net": "VBUS"}], "drawings": [], "layer": "F"}, {"ref": "R21", "bbox": {"pos": [151.852, 71.000001], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [151.852, 71.912501], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(U20-EN)", "pin1": 1}, {"layers": ["F"], "pos": [151.852, 70.087501], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "Q52", "bbox": {"pos": [169.5, 93.5], "relpos": [-1.945, -1.725], "size": [3.89, 3.45], "angle": 0.0}, "pads": [{"layers": ["F"], "pos": [168.5625, 92.55], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q52-G)", "pin1": 1}, {"layers": ["F"], "pos": [168.5625, 94.45], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F"], "pos": [170.4375, 93.5], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "/LED Driver/PWM2"}], "drawings": [], "layer": "F"}, {"ref": "R4", "bbox": {"pos": [140.5, 88.0], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [140.5, 87.0875], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/I2C_SCL", "pin1": 1}, {"layers": ["F"], "pos": [140.5, 88.9125], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}], "drawings": [], "layer": "F"}, {"ref": "J6", "bbox": {"pos": [131.0, 80.0], "relpos": [-1.825, -1.825], "size": [3.6, 11.25], "angle": 90.0}, "pads": [{"layers": ["F", "B"], "pos": [131.0, 80.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F", "B"], "pos": [133.54, 80.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "+3V3"}, {"layers": ["F", "B"], "pos": [136.08, 80.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/I2C_SCL"}, {"layers": ["F", "B"], "pos": [138.62, 80.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/I2C_SDA"}], "drawings": [], "layer": "F"}, {"ref": "J65", "bbox": {"pos": [172.0, 70.725], "relpos": [-1.825, -1.825], "size": [3.65, 6.2], "angle": 0.0}, "pads": [{"layers": ["F", "B"], "pos": [172.0, 70.725], "size": [1.7, 1.7], "angle": 0.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "Net-(D65-A)", "pin1": 1}, {"layers": ["F", "B"], "pos": [172.0, 73.265], "size": [1.7, 1.7], "angle": 0.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "Net-(J65-Pin_2)"}], "drawings": [], "layer": "F"}, {"ref": "H4", "bbox": {"pos": [175.0, 65.0], "relpos": [-3.075, -3.075], "size": [6.15, 6.15], "angle": -90.0}, "pads": [{"layers": ["F", "B"], "pos": [175.0, 65.0], "size": [3.6, 3.6], "angle": 270.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [3.2, 3.2], "offset": [0.0, 0.0], "net": "", "pin1": 1}, {"layers": ["F"], "pos": [175.0, 65.0], "size": [5.6, 5.6], "angle": 270.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "", "pin1": 1}, {"layers": ["B"], "pos": [175.0, 65.0], "size": [5.6, 5.6], "angle": 270.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "", "pin1": 1}], "drawings": [], "layer": "F"}, {"ref": "J3", "bbox": {"pos": [124.9495, 77.2], "relpos": [-3.615, -10.275], "size": [12.31, 13.475], "angle": 90.0}, "pads": [{"layers": ["F", "B"], "pos": [124.9495, 77.2], "size": [2.55, 2.55], "angle": 90.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.7, 1.7], "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F", "B"], "pos": [124.9495, 72.12], "size": [2.55, 2.55], "angle": 90.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [1.7, 1.7], "offset": [0.0, 0.0], "net": "VCC"}], "drawings": [], "layer": "F"}, {"ref": "R51", "bbox": {"pos": [166.5, 97.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [166.5, 98.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F"], "pos": [166.5, 96.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q50-G)"}], "drawings": [], "layer": "F"}, {"ref": "R53", "bbox": {"pos": [166.5, 93.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [166.5, 94.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F"], "pos": [166.5, 92.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q52-G)"}], "drawings": [], "layer": "F"}, {"ref": "L20", "bbox": {"pos": [144.272, 66.548], "relpos": [-4.23, -4.33], "size": [8.46, 8.66], "angle": 180.0}, "pads": [{"layers": ["F"], "pos": [146.9745, 66.548], "size": [2.795, 5.5], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/Power/SW_5V", "pin1": 1}, {"layers": ["F"], "pos": [141.5695, 66.548], "size": [2.795, 5.5], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/Power/V_REG"}], "drawings": [], "layer": "F"}, {"ref": "TP20", "bbox": {"pos": [142.5, 76.5], "relpos": [-1.275, -1.275], "size": [2.55, 2.55], "angle": 180.0}, "pads": [{"layers": ["F"], "pos": [142.5, 76.5], "size": [1.5, 1.5], "angle": 180.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "VCC", "pin1": 1}], "drawings": [], "layer": "F"}, {"ref": "J4", "bbox": {"pos": [130.0, 62.0], "relpos": [-1.825, -1.825], "size": [3.6, 11.25], "angle": 90.0}, "pads": [{"layers": ["F", "B"], "pos": [130.0, 62.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "VCC", "pin1": 1}, {"layers": ["F", "B"], "pos": [132.54, 62.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "+5V"}, {"layers": ["F", "B"], "pos": [135.08, 62.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "+3V3"}, {"layers": ["F", "B"], "pos": [137.62, 62.0], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "C4", "bbox": {"pos": [151.0, 90.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 180.0}, "pads": [{"layers": ["F"], "pos": [151.8625, 90.5], "size": [1.075, 0.95], "angle": 180.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3", "pin1": 1}, {"layers": ["F"], "pos": [150.1375, 90.5], "size": [1.075, 0.95], "angle": 180.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "R56", "bbox": {"pos": [164.5, 85.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [164.5, 86.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/CH4", "pin1": 1}, {"layers": ["F"], "pos": [164.5, 84.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q56-G)"}], "drawings": [], "layer": "F"}, {"ref": "R23", "bbox": {"pos": [147.352, 76.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [147.352, 75.5875], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/Power/FB_5V", "pin1": 1}, {"layers": ["F"], "pos": [147.352, 77.4125], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(R22-Pad2)"}], "drawings": [], "layer": "F"}, {"ref": "R3", "bbox": {"pos": [143.5, 88.0], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [143.5, 87.0875], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/BTN_2", "pin1": 1}, {"layers": ["F"], "pos": [143.5, 88.9125], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}], "drawings": [], "layer": "F"}, {"ref": "R55", "bbox": {"pos": [166.5, 89.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [166.5, 90.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F"], "pos": [166.5, 88.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q54-G)"}], "drawings": [], "layer": "F"}, {"ref": "C23", "bbox": {"pos": [138.0, 69.0], "relpos": [-2.325, -1.175], "size": [4.65, 2.35], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [138.0, 67.525], "size": [1.15, 1.8], "angle": 270.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "/Power/V_REG", "pin1": 1}, {"layers": ["F"], "pos": [138.0, 70.475], "size": [1.15, 1.8], "angle": 270.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "J2", "bbox": {"pos": [128.016, 75.184], "relpos": [-5.025, -1.425], "size": [11.25, 15.55], "angle": -90.0}, "pads": [{"layers": ["F", "B"], "pos": [128.016, 75.184], "size": [4.4, 1.8], "angle": 270.0, "shape": "rect", "type": "th", "drillshape": "oblong", "drillsize": [3.4, 0.8], "offset": [0.0, 0.0], "net": "VCC", "pin1": 1}, {"layers": ["F", "B"], "pos": [122.216, 75.184], "size": [4.0, 1.8], "angle": 270.0, "shape": "oval", "type": "th", "drillshape": "oblong", "drillsize": [3.0, 0.8], "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F", "B"], "pos": [125.016, 79.984], "size": [4.0, 1.8], "angle": 0.0, "shape": "oval", "type": "th", "drillshape": "oblong", "drillsize": [3.0, 0.8], "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "J10", "bbox": {"pos": [156.999997, 101.500001], "relpos": [-1.825, -1.825], "size": [3.6, 16.3], "angle": 90.0}, "pads": [{"layers": ["F", "B"], "pos": [156.999997, 101.500001], "size": [1.7, 1.7], "angle": 90.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "+3V3", "pin1": 1}, {"layers": ["F", "B"], "pos": [159.539997, 101.500001], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F", "B"], "pos": [162.079997, 101.500001], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/TXD"}, {"layers": ["F", "B"], "pos": [164.619997, 101.500001], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/RXD"}, {"layers": ["F", "B"], "pos": [167.159997, 101.500001], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/RTS"}, {"layers": ["F", "B"], "pos": [169.699997, 101.500001], "size": [1.7, 1.7], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/DTR"}], "drawings": [], "layer": "F"}, {"ref": "C21", "bbox": {"pos": [140.208, 73.66], "relpos": [-2.325, -1.175], "size": [4.65, 2.35], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [140.208, 75.135], "size": [1.15, 1.8], "angle": 90.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "VCC", "pin1": 1}, {"layers": ["F"], "pos": [140.208, 72.185], "size": [1.15, 1.8], "angle": 90.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "TP21", "bbox": {"pos": [150.368, 65.000001], "relpos": [-1.275, -1.275], "size": [2.55, 2.55], "angle": 0.0}, "pads": [{"layers": ["F"], "pos": [150.368, 65.000001], "size": [1.5, 1.5], "angle": 0.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "/Power/SW_5V", "pin1": 1}], "drawings": [], "layer": "F"}, {"ref": "C10", "bbox": {"pos": [146.5, 87.0], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 180.0}, "pads": [{"layers": ["F"], "pos": [147.3625, 87.0], "size": [1.075, 0.95], "angle": 180.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/GPIO0", "pin1": 1}, {"layers": ["F"], "pos": [145.6375, 87.0], "size": [1.075, 0.95], "angle": 180.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "R24", "bbox": {"pos": [145.352, 76.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [145.352, 77.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F"], "pos": [145.352, 75.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/Power/FB_5V"}], "drawings": [], "layer": "F"}, {"ref": "C11", "bbox": {"pos": [139.5, 102.0], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 180.0}, "pads": [{"layers": ["F"], "pos": [140.3625, 102.0], "size": [1.075, 0.95], "angle": 180.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/CHIP_PU", "pin1": 1}, {"layers": ["F"], "pos": [138.6375, 102.0], "size": [1.075, 0.95], "angle": 180.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "F"}, {"ref": "R13", "bbox": {"pos": [143.5, 100.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 0.0}, "pads": [{"layers": ["F"], "pos": [142.5875, 100.5], "size": [0.975, 0.95], "angle": 0.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/CHIP_PU", "pin1": 1}, {"layers": ["F"], "pos": [144.4125, 100.5], "size": [0.975, 0.95], "angle": 0.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q12-D)"}], "drawings": [], "layer": "F"}, {"ref": "J7", "bbox": {"pos": [154.0, 65.0], "relpos": [-1.825, -1.825], "size": [3.6, 11.25], "angle": 0.0}, "pads": [{"layers": ["F", "B"], "pos": [154.0, 65.0], "size": [1.7, 1.7], "angle": 0.0, "shape": "rect", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F", "B"], "pos": [154.0, 67.54], "size": [1.7, 1.7], "angle": 0.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/AIN_TTL"}, {"layers": ["F", "B"], "pos": [154.0, 70.08], "size": [1.7, 1.7], "angle": 0.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/GPIO13"}, {"layers": ["F", "B"], "pos": [154.0, 72.62], "size": [1.7, 1.7], "angle": 0.0, "shape": "oval", "type": "th", "drillshape": "circle", "drillsize": [1.0, 1.0], "offset": [0.0, 0.0], "net": "/GPIO14"}], "drawings": [], "layer": "F"}, {"ref": "JP2", "bbox": {"pos": [135.0, 65.0], "relpos": [-1.675, -1.275], "size": [3.35, 2.55], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [135.0, 65.65], "size": [1.0, 0.5], "angle": 90.0, "shape": "custom", "polygons": [[[0.5, 0.75], [0.0, 0.75], [0.0, 0.744911], [-0.071157, 0.744911], [-0.207708, 0.704816], [-0.32743, 0.627875], [-0.420627, 0.52032], [-0.479746, 0.390866], [-0.5, 0.25], [-0.5, -0.25], [-0.479746, -0.390866], [-0.420627, -0.52032], [-0.32743, -0.627875], [-0.207708, -0.704816], [-0.071157, -0.744911], [0.0, -0.744911], [0.0, -0.75], [0.5, -0.75]]], "type": "smd", "offset": [0.0, 0.0], "net": "/Power/V_REG", "pin1": 1}, {"layers": ["F"], "pos": [135.0, 64.35], "size": [1.0, 0.5], "angle": 90.0, "shape": "custom", "polygons": [[[0.0, -0.744911], [0.071157, -0.744911], [0.207708, -0.704816], [0.32743, -0.627875], [0.420627, -0.52032], [0.479746, -0.390866], [0.5, -0.25], [0.5, 0.25], [0.479746, 0.390866], [0.420627, 0.52032], [0.32743, 0.627875], [0.207708, 0.704816], [0.071157, 0.744911], [0.0, 0.744911], [0.0, 0.75], [-0.5, 0.75], [-0.5, -0.75], [0.0, -0.75]]], "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}], "drawings": [], "layer": "F"}, {"ref": "R5", "bbox": {"pos": [142.0, 88.0], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [142.0, 87.0875], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/I2C_SDA", "pin1": 1}, {"layers": ["F"], "pos": [142.0, 88.9125], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}], "drawings": [], "layer": "F"}, {"ref": "R60", "bbox": {"pos": [139.0, 88.0], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [139.0, 87.0875], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/BTN_1", "pin1": 1}, {"layers": ["F"], "pos": [139.0, 88.9125], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}], "drawings": [], "layer": "F"}, {"ref": "H2", "bbox": {"pos": [125.0, 105.0], "relpos": [-3.075, -3.075], "size": [6.15, 6.15], "angle": 90.0}, "pads": [{"layers": ["F", "B"], "pos": [125.0, 105.0], "size": [3.6, 3.6], "angle": 90.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [3.2, 3.2], "offset": [0.0, 0.0], "net": "", "pin1": 1}, {"layers": ["F"], "pos": [125.0, 105.0], "size": [5.6, 5.6], "angle": 90.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "", "pin1": 1}, {"layers": ["B"], "pos": [125.0, 105.0], "size": [5.6, 5.6], "angle": 90.0, "shape": "circle", "type": "smd", "offset": [0.0, 0.0], "net": "", "pin1": 1}], "drawings": [], "layer": "F"}, {"ref": "SW11", "bbox": {"pos": [139.5, 96.0], "relpos": [-4.775, -2.125], "size": [9.55, 4.25], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [139.5, 92.125], "size": [1.25, 1.0], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F"], "pos": [139.5, 99.875], "size": [1.25, 1.0], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/CHIP_PU"}], "drawings": [], "layer": "F"}, {"ref": "R52", "bbox": {"pos": [164.5, 93.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [164.5, 94.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/CH2", "pin1": 1}, {"layers": ["F"], "pos": [164.5, 92.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q52-G)"}], "drawings": [], "layer": "F"}, {"ref": "U20", "bbox": {"pos": [144.312, 73.0], "relpos": [-2.1, -1.775], "size": [4.2, 3.55], "angle": 0.0}, "pads": [{"layers": ["F"], "pos": [143.012, 72.05], "size": [0.55, 1.05], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["F"], "pos": [143.012, 73.0], "size": [0.55, 1.05], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/Power/SW_5V"}, {"layers": ["F"], "pos": [143.012, 73.95], "size": [0.55, 1.05], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "VCC"}, {"layers": ["F"], "pos": [145.612, 73.95], "size": [0.55, 1.05], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/Power/FB_5V"}, {"layers": ["F"], "pos": [145.612, 73.0], "size": [0.55, 1.05], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "Net-(U20-EN)"}, {"layers": ["F"], "pos": [145.612, 72.05], "size": [0.55, 1.05], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "Net-(U20-BST)"}], "drawings": [], "layer": "F"}, {"ref": "JP1", "bbox": {"pos": [132.5, 65.0], "relpos": [-1.675, -1.275], "size": [3.35, 2.55], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [132.5, 65.65], "size": [1.0, 0.5], "angle": 90.0, "shape": "custom", "polygons": [[[0.5, 0.75], [0.0, 0.75], [0.0, 0.744911], [-0.071157, 0.744911], [-0.207708, 0.704816], [-0.32743, 0.627875], [-0.420627, 0.52032], [-0.479746, 0.390866], [-0.5, 0.25], [-0.5, -0.25], [-0.479746, -0.390866], [-0.420627, -0.52032], [-0.32743, -0.627875], [-0.207708, -0.704816], [-0.071157, -0.744911], [0.0, -0.744911], [0.0, -0.75], [0.5, -0.75]]], "type": "smd", "offset": [0.0, 0.0], "net": "/Power/V_REG", "pin1": 1}, {"layers": ["F"], "pos": [132.5, 64.35], "size": [1.0, 0.5], "angle": 90.0, "shape": "custom", "polygons": [[[0.0, -0.744911], [0.071157, -0.744911], [0.207708, -0.704816], [0.32743, -0.627875], [0.420627, -0.52032], [0.479746, -0.390866], [0.5, -0.25], [0.5, 0.25], [0.479746, 0.390866], [0.420627, 0.52032], [0.32743, 0.627875], [0.207708, 0.704816], [0.071157, 0.744911], [0.0, 0.744911], [0.0, 0.75], [-0.5, 0.75], [-0.5, -0.75], [0.0, -0.75]]], "type": "smd", "offset": [0.0, 0.0], "net": "+5V"}], "drawings": [], "layer": "F"}, {"ref": "R10", "bbox": {"pos": [146.5, 88.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 180.0}, "pads": [{"layers": ["F"], "pos": [147.4125, 88.5], "size": [0.975, 0.95], "angle": 180.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/GPIO0", "pin1": 1}, {"layers": ["F"], "pos": [145.5875, 88.5], "size": [0.975, 0.95], "angle": 180.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}], "drawings": [], "layer": "F"}, {"ref": "Q54", "bbox": {"pos": [169.5, 89.5], "relpos": [-1.945, -1.725], "size": [3.89, 3.45], "angle": 0.0}, "pads": [{"layers": ["F"], "pos": [168.5625, 88.55], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q54-G)", "pin1": 1}, {"layers": ["F"], "pos": [168.5625, 90.45], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F"], "pos": [170.4375, 89.5], "size": [1.475, 0.6], "angle": 0.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "/LED Driver/PWM3"}], "drawings": [], "layer": "F"}, {"ref": "D1", "bbox": {"pos": [128.0, 85.5], "relpos": [-2.42, -1.175], "size": [4.795, 2.35], "angle": -90.0}, "pads": [{"layers": ["F"], "pos": [128.0, 83.85], "size": [0.9, 1.2], "angle": 270.0, "shape": "roundrect", "radius": 0.225, "type": "smd", "offset": [0.0, 0.0], "net": "+5V", "pin1": 1}, {"layers": ["F"], "pos": [128.0, 87.15], "size": [0.9, 1.2], "angle": 270.0, "shape": "roundrect", "radius": 0.225, "type": "smd", "offset": [0.0, 0.0], "net": "VBUS"}], "drawings": [], "layer": "F"}, {"ref": "R54", "bbox": {"pos": [164.5, 89.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["F"], "pos": [164.5, 90.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/CH3", "pin1": 1}, {"layers": ["F"], "pos": [164.5, 88.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q54-G)"}], "drawings": [], "layer": "F"}, {"ref": "R11", "bbox": {"pos": [143.5, 102.0], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 0.0}, "pads": [{"layers": ["F"], "pos": [142.5875, 102.0], "size": [0.975, 0.95], "angle": 0.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/CHIP_PU", "pin1": 1}, {"layers": ["F"], "pos": [144.4125, 102.0], "size": [0.975, 0.95], "angle": 0.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}], "drawings": [], "layer": "F"}, {"ref": "U1", "bbox": {"pos": [137.5, 67.5], "relpos": [-4.425, -3.625], "size": [8.85, 7.25], "angle": 90.0}, "pads": [{"layers": ["B"], "pos": [139.8, 70.65], "size": [2.0, 1.5], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["B"], "pos": [137.5, 70.65], "size": [2.0, 1.5], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}, {"layers": ["B"], "pos": [137.5, 64.35], "size": [2.0, 3.8], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}, {"layers": ["B"], "pos": [135.2, 70.65], "size": [2.0, 1.5], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/VIN_LIN"}], "drawings": [], "layer": "B"}, {"ref": "C12", "bbox": {"pos": [134.0, 101.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["B"], "pos": [134.0, 100.6375], "size": [1.075, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3", "pin1": 1}, {"layers": ["B"], "pos": [134.0, 102.3625], "size": [1.075, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "B"}, {"ref": "REF**", "bbox": {"pos": [167.5, 81.5], "relpos": [-6.28187, -3.007845], "size": [12.574974, 5.990269], "angle": 180.0}, "pads": [], "drawings": [], "layer": "B"}, {"ref": "R1", "bbox": {"pos": [130.5, 97.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["B"], "pos": [130.5, 96.5875], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(J1-CC1)", "pin1": 1}, {"layers": ["B"], "pos": [130.5, 98.4125], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "B"}, {"ref": "JP3", "bbox": {"pos": [131.5, 64.5], "relpos": [-2.325, -1.56], "size": [4.65, 2.835], "angle": 180.0}, "pads": [{"layers": ["B"], "pos": [132.8, 64.5], "size": [1.0, 0.5], "angle": 180.0, "shape": "custom", "polygons": [[[0.55, 0.75], [0.0, 0.75], [0.0, 0.744911], [-0.071157, 0.744911], [-0.207708, 0.704816], [-0.32743, 0.627875], [-0.420627, 0.52032], [-0.479746, 0.390866], [-0.5, 0.25], [-0.5, -0.25], [-0.479746, -0.390866], [-0.420627, -0.52032], [-0.32743, -0.627875], [-0.207708, -0.704816], [-0.071157, -0.744911], [0.0, -0.744911], [0.0, -0.75], [0.55, -0.75]]], "type": "smd", "offset": [0.0, 0.0], "net": "+5V", "pin1": 1}, {"layers": ["B"], "pos": [131.5, 64.5], "size": [1.0, 1.5], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/VIN_LIN"}, {"layers": ["B"], "pos": [130.2, 64.5], "size": [1.0, 0.5], "angle": 180.0, "shape": "custom", "polygons": [[[0.0, -0.744911], [0.071157, -0.744911], [0.207708, -0.704816], [0.32743, -0.627875], [0.420627, -0.52032], [0.479746, -0.390866], [0.5, -0.25], [0.5, 0.25], [0.479746, 0.390866], [0.420627, 0.52032], [0.32743, 0.627875], [0.207708, 0.704816], [0.071157, 0.744911], [0.0, 0.744911], [0.0, 0.75], [-0.55, 0.75], [-0.55, -0.75], [0.0, -0.75]]], "type": "smd", "offset": [0.0, 0.0], "net": "VCC"}], "drawings": [], "layer": "B"}, {"ref": "J1", "bbox": {"pos": [123.459997, 95.500001], "relpos": [-5.345, -4.175], "size": [10.69, 9.47], "angle": 90.0}, "pads": [{"layers": ["F", "B"], "pos": [126.059997, 98.390001], "size": [0.65, 0.65], "angle": 90.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [0.65, 0.65], "offset": [0.0, 0.0], "net": ""}, {"layers": ["F", "B"], "pos": [126.059997, 92.610001], "size": [0.65, 0.65], "angle": 90.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [0.65, 0.65], "offset": [0.0, 0.0], "net": ""}, {"layers": ["B"], "pos": [127.504997, 98.750001], "size": [0.6, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["B"], "pos": [127.504997, 92.250001], "size": [0.6, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [127.504997, 97.950001], "size": [0.6, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "VBUS"}, {"layers": ["B"], "pos": [127.504997, 96.750001], "size": [0.3, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "Net-(J1-CC1)"}, {"layers": ["B"], "pos": [127.504997, 95.750001], "size": [0.3, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/USB_DP"}, {"layers": ["B"], "pos": [127.504997, 95.250001], "size": [0.3, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/USB_DN"}, {"layers": ["B"], "pos": [127.504997, 94.250001], "size": [0.3, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(J1-SBU1-PadA8)"}, {"layers": ["B"], "pos": [127.504997, 93.050001], "size": [0.6, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "VBUS"}, {"layers": ["B"], "pos": [127.504997, 92.250001], "size": [0.6, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [127.504997, 98.750001], "size": [0.6, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [127.504997, 93.050001], "size": [0.6, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "VBUS"}, {"layers": ["B"], "pos": [127.504997, 93.750001], "size": [0.3, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "Net-(J1-CC2)"}, {"layers": ["B"], "pos": [127.504997, 94.750001], "size": [0.3, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/USB_DP"}, {"layers": ["B"], "pos": [127.504997, 96.250001], "size": [0.3, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/USB_DN"}, {"layers": ["B"], "pos": [127.504997, 97.250001], "size": [0.3, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(J1-SBU2-PadB8)"}, {"layers": ["B"], "pos": [127.504997, 97.950001], "size": [0.6, 1.45], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "VBUS"}, {"layers": ["F", "B"], "pos": [122.409997, 99.820001], "size": [1.0, 1.6], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "oblong", "drillsize": [0.6, 1.2], "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F", "B"], "pos": [126.589997, 99.820001], "size": [1.0, 2.1], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "oblong", "drillsize": [0.6, 1.7], "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F", "B"], "pos": [122.409997, 91.180001], "size": [1.0, 1.6], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "oblong", "drillsize": [0.6, 1.2], "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F", "B"], "pos": [126.589997, 91.180001], "size": [1.0, 2.1], "angle": 90.0, "shape": "oval", "type": "th", "drillshape": "oblong", "drillsize": [0.6, 1.7], "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "B"}, {"ref": "C2", "bbox": {"pos": [131.0, 69.5], "relpos": [-1.905, -1.005], "size": [3.81, 2.01], "angle": 180.0}, "pads": [{"layers": ["B"], "pos": [132.0375, 69.5], "size": [1.175, 1.45], "angle": 180.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "/VIN_LIN", "pin1": 1}, {"layers": ["B"], "pos": [129.9625, 69.5], "size": [1.175, 1.45], "angle": 180.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "B"}, {"ref": "D65", "bbox": {"pos": [168.5, 67.0], "relpos": [-2.42, -1.175], "size": [4.795, 2.35], "angle": 0.0}, "pads": [{"layers": ["B"], "pos": [166.85, 67.0], "size": [0.9, 1.2], "angle": 0.0, "shape": "roundrect", "radius": 0.225, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(D65-K)", "pin1": 1}, {"layers": ["B"], "pos": [170.15, 67.0], "size": [0.9, 1.2], "angle": 0.0, "shape": "roundrect", "radius": 0.225, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(D65-A)"}], "drawings": [], "layer": "B"}, {"ref": "R65", "bbox": {"pos": [156.5, 66.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["B"], "pos": [156.5, 67.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/AIN_TTL", "pin1": 1}, {"layers": ["B"], "pos": [156.5, 65.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}], "drawings": [], "layer": "B"}, {"ref": "R14", "bbox": {"pos": [172.199997, 97.600001], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["B"], "pos": [172.199997, 96.687501], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q14-G)", "pin1": 1}, {"layers": ["B"], "pos": [172.199997, 98.512501], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/RTS"}], "drawings": [], "layer": "B"}, {"ref": "C1", "bbox": {"pos": [131.0, 67.0], "relpos": [-1.905, -1.005], "size": [3.81, 2.01], "angle": 180.0}, "pads": [{"layers": ["B"], "pos": [132.0375, 67.0], "size": [1.175, 1.45], "angle": 180.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "/VIN_LIN", "pin1": 1}, {"layers": ["B"], "pos": [129.9625, 67.0], "size": [1.175, 1.45], "angle": 180.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "B"}, {"ref": "JP90", "bbox": {"pos": [169.5, 62.5], "relpos": [-2.325, -1.275], "size": [4.65, 2.55], "angle": 90.0}, "pads": [{"layers": ["B"], "pos": [169.5, 63.8], "size": [1.0, 0.5], "angle": 90.0, "shape": "custom", "polygons": [[[0.55, 0.75], [0.0, 0.75], [0.0, 0.744911], [-0.071157, 0.744911], [-0.207708, 0.704816], [-0.32743, 0.627875], [-0.420627, 0.52032], [-0.479746, 0.390866], [-0.5, 0.25], [-0.5, -0.25], [-0.479746, -0.390866], [-0.420627, -0.52032], [-0.32743, -0.627875], [-0.207708, -0.704816], [-0.071157, -0.744911], [0.0, -0.744911], [0.0, -0.75], [0.55, -0.75]]], "type": "smd", "offset": [0.0, 0.0], "net": "+5V", "pin1": 1}, {"layers": ["B"], "pos": [169.5, 62.5], "size": [1.0, 1.5], "angle": 90.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "Net-(J90-Pin_2)"}, {"layers": ["B"], "pos": [169.5, 61.2], "size": [1.0, 0.5], "angle": 90.0, "shape": "custom", "polygons": [[[0.0, -0.744911], [0.071157, -0.744911], [0.207708, -0.704816], [0.32743, -0.627875], [0.420627, -0.52032], [0.479746, -0.390866], [0.5, -0.25], [0.5, 0.25], [0.479746, 0.390866], [0.420627, 0.52032], [0.32743, 0.627875], [0.207708, 0.704816], [0.071157, 0.744911], [0.0, 0.744911], [0.0, 0.75], [-0.55, 0.75], [-0.55, -0.75], [0.0, -0.75]]], "type": "smd", "offset": [0.0, 0.0], "net": "VCC"}], "drawings": [], "layer": "B"}, {"ref": "Q14", "bbox": {"pos": [169.5, 93.5], "relpos": [-1.945, -1.725], "size": [3.89, 3.45], "angle": 180.0}, "pads": [{"layers": ["B"], "pos": [170.4375, 92.55], "size": [1.475, 0.6], "angle": 180.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q14-G)", "pin1": 1}, {"layers": ["B"], "pos": [170.4375, 94.45], "size": [1.475, 0.6], "angle": 180.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "/DTR"}, {"layers": ["B"], "pos": [168.5625, 93.5], "size": [1.475, 0.6], "angle": 180.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q14-D)"}], "drawings": [], "layer": "B"}, {"ref": "U65", "bbox": {"pos": [162.0, 71.5], "relpos": [-6.075, -2.825], "size": [12.15, 5.65], "angle": 180.0}, "pads": [{"layers": ["B"], "pos": [166.765, 70.23], "size": [2.0, 1.78], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "Net-(D65-K)", "pin1": 1}, {"layers": ["B"], "pos": [166.765, 72.77], "size": [2.0, 1.78], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "Net-(R66-Pad2)"}, {"layers": ["B"], "pos": [157.235, 72.77], "size": [2.0, 1.78], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [157.235, 70.23], "size": [2.0, 1.78], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/AIN_TTL"}], "drawings": [], "layer": "B"}, {"ref": "R12", "bbox": {"pos": [169.499997, 97.500001], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": -90.0}, "pads": [{"layers": ["B"], "pos": [169.499997, 96.587501], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q12-G)", "pin1": 1}, {"layers": ["B"], "pos": [169.499997, 98.412501], "size": [0.975, 0.95], "angle": 270.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/DTR"}], "drawings": [], "layer": "B"}, {"ref": "R15", "bbox": {"pos": [165.5, 93.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 0.0}, "pads": [{"layers": ["B"], "pos": [164.5875, 93.5], "size": [0.975, 0.95], "angle": 0.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "/GPIO0", "pin1": 1}, {"layers": ["B"], "pos": [166.4125, 93.5], "size": [0.975, 0.95], "angle": 0.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q14-D)"}], "drawings": [], "layer": "B"}, {"ref": "C3", "bbox": {"pos": [142.5, 65.0], "relpos": [-1.905, -1.005], "size": [3.81, 2.01], "angle": -90.0}, "pads": [{"layers": ["B"], "pos": [142.5, 63.9625], "size": [1.175, 1.45], "angle": 270.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "+3V3", "pin1": 1}, {"layers": ["B"], "pos": [142.5, 66.0375], "size": [1.175, 1.45], "angle": 270.0, "shape": "roundrect", "radius": 0.25, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "B"}, {"ref": "U10", "bbox": {"pos": [144.999997, 93.750001], "relpos": [-9.86, -10.61], "size": [19.72, 26.72], "angle": 0.0}, "pads": [{"layers": ["B"], "pos": [136.249997, 102.010001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND", "pin1": 1}, {"layers": ["B"], "pos": [136.249997, 90.580001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO17{slash}U1TXD{slash}ADC2_CH6-Pad10)"}, {"layers": ["B"], "pos": [136.249997, 89.310001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO18{slash}U1RXD{slash}ADC2_CH7{slash}CLK_OUT3-Pad11)"}, {"layers": ["B"], "pos": [136.249997, 88.040001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/BTN_1"}, {"layers": ["B"], "pos": [136.249997, 86.770001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/USB_DN"}, {"layers": ["B"], "pos": [136.249997, 85.500001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/USB_DP"}, {"layers": ["B"], "pos": [138.014997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO3{slash}TOUCH3{slash}ADC1_CH2-Pad15)"}, {"layers": ["B"], "pos": [139.284997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO46-Pad16)"}, {"layers": ["B"], "pos": [140.554997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/I2C_SCL"}, {"layers": ["B"], "pos": [141.824997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/I2C_SDA"}, {"layers": ["B"], "pos": [143.094997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/BTN_2"}, {"layers": ["B"], "pos": [136.249997, 100.740001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "+3V3"}, {"layers": ["B"], "pos": [144.364997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/AIN_TTL"}, {"layers": ["B"], "pos": [145.634997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/GPIO13"}, {"layers": ["B"], "pos": [146.904997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/GPIO14"}, {"layers": ["B"], "pos": [148.174997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO21-Pad23)"}, {"layers": ["B"], "pos": [149.444997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO47{slash}SPICLK_P{slash}SUBSPICLK_P_DIFF-Pad24)"}, {"layers": ["B"], "pos": [150.714997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO48{slash}SPICLK_N{slash}SUBSPICLK_N_DIFF-Pad25)"}, {"layers": ["B"], "pos": [151.984997, 84.250001], "size": [1.5, 0.9], "angle": 270.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO45-Pad26)"}, {"layers": ["B"], "pos": [153.749997, 85.500001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/GPIO0"}, {"layers": ["B"], "pos": [153.749997, 86.770001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-SPIIO6{slash}GPIO35{slash}FSPID{slash}SUBSPID-Pad28)"}, {"layers": ["B"], "pos": [153.749997, 88.040001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-SPIIO7{slash}GPIO36{slash}FSPICLK{slash}SUBSPICLK-Pad29)"}, {"layers": ["B"], "pos": [136.249997, 99.470001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/CHIP_PU"}, {"layers": ["B"], "pos": [153.749997, 89.310001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-SPIDQS{slash}GPIO37{slash}FSPIQ{slash}SUBSPIQ-Pad30)"}, {"layers": ["B"], "pos": [153.749997, 90.580001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/LED_DIN"}, {"layers": ["B"], "pos": [153.749997, 91.850001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-MTCK{slash}GPIO39{slash}CLK_OUT3{slash}SUBSPICS1-Pad32)"}, {"layers": ["B"], "pos": [153.749997, 93.120001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-MTDO{slash}GPIO40{slash}CLK_OUT2-Pad33)"}, {"layers": ["B"], "pos": [153.749997, 94.390001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-MTDI{slash}GPIO41{slash}CLK_OUT1-Pad34)"}, {"layers": ["B"], "pos": [153.749997, 95.660001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-MTMS{slash}GPIO42-Pad35)"}, {"layers": ["B"], "pos": [153.749997, 96.930001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/TXD"}, {"layers": ["B"], "pos": [153.749997, 98.200001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/RXD"}, {"layers": ["B"], "pos": [153.749997, 99.470001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO2{slash}TOUCH2{slash}ADC1_CH1-Pad38)"}, {"layers": ["B"], "pos": [153.749997, 100.740001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO1{slash}TOUCH1{slash}ADC1_CH0-Pad39)"}, {"layers": ["B"], "pos": [136.249997, 98.200001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/CH1"}, {"layers": ["B"], "pos": [153.749997, 102.010001], "size": [1.5, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [142.099997, 92.890001], "size": [0.9, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [142.099997, 94.290001], "size": [0.9, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [142.099997, 95.690001], "size": [0.9, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [143.499997, 92.890001], "size": [0.9, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["F", "B"], "pos": [143.499997, 94.290001], "size": [3.3, 3.3], "angle": 180.0, "shape": "circle", "type": "th", "drillshape": "circle", "drillsize": [3.0, 3.0], "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [143.499997, 95.690001], "size": [0.9, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [144.899997, 92.890001], "size": [0.9, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [144.899997, 94.290001], "size": [0.9, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [144.899997, 95.690001], "size": [0.9, 0.9], "angle": 180.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "GND"}, {"layers": ["B"], "pos": [136.249997, 96.930001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/CH2"}, {"layers": ["B"], "pos": [136.249997, 95.660001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/CH3"}, {"layers": ["B"], "pos": [136.249997, 94.390001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "/CH4"}, {"layers": ["B"], "pos": [136.249997, 93.120001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO15{slash}U0RTS{slash}ADC2_CH4{slash}XTAL_32K_P-Pad8)"}, {"layers": ["B"], "pos": [136.249997, 91.850001], "size": [1.5, 0.9], "angle": 0.0, "shape": "rect", "type": "smd", "offset": [0.0, 0.0], "net": "unconnected-(U10-GPIO16{slash}U0CTS{slash}ADC2_CH5{slash}XTAL_32K_NH5-Pad9)"}], "drawings": [], "layer": "B"}, {"ref": "R66", "bbox": {"pos": [169.5, 73.0], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["B"], "pos": [169.5, 73.9125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(J65-Pin_2)", "pin1": 1}, {"layers": ["B"], "pos": [169.5, 72.0875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(R66-Pad2)"}], "drawings": [], "layer": "B"}, {"ref": "R2", "bbox": {"pos": [130.5, 92.5], "relpos": [-1.675, -0.755], "size": [3.35, 1.51], "angle": 90.0}, "pads": [{"layers": ["B"], "pos": [130.5, 93.4125], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(J1-CC2)", "pin1": 1}, {"layers": ["B"], "pos": [130.5, 91.5875], "size": [0.975, 0.95], "angle": 90.0, "shape": "roundrect", "radius": 0.2375, "type": "smd", "offset": [0.0, 0.0], "net": "GND"}], "drawings": [], "layer": "B"}, {"ref": "Q12", "bbox": {"pos": [165.5, 96.0], "relpos": [-1.945, -1.725], "size": [3.89, 3.45], "angle": 180.0}, "pads": [{"layers": ["B"], "pos": [166.4375, 95.05], "size": [1.475, 0.6], "angle": 180.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q12-G)", "pin1": 1}, {"layers": ["B"], "pos": [166.4375, 96.95], "size": [1.475, 0.6], "angle": 180.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "/RTS"}, {"layers": ["B"], "pos": [164.5625, 96.0], "size": [1.475, 0.6], "angle": 180.0, "shape": "roundrect", "radius": 0.15, "type": "smd", "offset": [0.0, 0.0], "net": "Net-(Q12-D)"}], "drawings": [], "layer": "B"}], "metadata": {"title": "Starfish", "revision": "B", "company": "PaEber Electronics", "date": "2023-06-15"}, "bom": {"both": [[["C4", 32], ["C10", 42], ["C11", 44], ["C12", 61], ["C20", 6]], [["C1", 70], ["C3", 76]], [["C22", 7], ["C23", 37]], [["C2", 66]], [["C21", 40]], [["R3", 35], ["R10", 55], ["R11", 59], ["R12", 74], ["R14", 69], ["R24", 43], ["R51", 27], ["R53", 28], ["R55", 36], ["R57", 4], ["R60", 49], ["R65", 68], ["R66", 78]], [["R50", 17], ["R52", 52], ["R54", 58], ["R56", 33]], [["R21", 20], ["R22", 10], ["R23", 34]], [["R1", 63], ["R2", 79]], [["R4", 22], ["R5", 48]], [["R13", 45], ["R15", 75]], [["R20", 18]], [["L20", 29]], [["D1", 57], ["D2", 19], ["D65", 67]], [["D4", 9]], [["U1", 60]], [["U10", 77]], [["U20", 53]], [["U65", 73]], [["SW10", 2], ["SW11", 51]], [["SW60", 0], ["SW61", 11]], [["H1", 8], ["H2", 50], ["H3", 12], ["H4", 25]], [["Q50", 13], ["Q52", 21], ["Q54", 56], ["Q56", 16]], [["TP20", 30], ["TP21", 41], ["TP22", 3]], [["JP1", 54], ["JP2", 47]], [["Q12", 80], ["Q14", 72]], [["JP3", 64]], [["JP90", 71]], [["J4", 31], ["J6", 23], ["J7", 46]], [["J5", 15], ["J8", 1]], [["J1", 65]], [["J2", 38]], [["J3", 26]], [["J10", 39]], [["J11", 5]], [["J65", 24]], [["J90", 14]]], "skipped": [62], "fields": {"0": ["1301.9315", "13019319", "693-1301.9315"], "1": ["Conn_02x02_Odd_Even", "PinHeader_2x02_P2.54mm_Vertical", ""], "2": ["PTS636SK25", "SW_Tactile_SPST_NO_Straight_CK_PTS636Sx25SMTRLFS", "611-PTS636SK25SMTRLF"], "3": ["TestPoint", "TestPoint_Pad_D1.5mm", ""], "4": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "5": ["Conn_01x03", "PinSocket_1x03_P2.54mm_Vertical", ""], "6": ["100n", "C_0603_1608Metric_Pad1.08x0.95mm_HandSolder", "581-06035C104KAT2A"], "7": ["22u", "C_1206_3216Metric", "581-1206YD226MAT2A"], "8": ["MountingHole", "MountingHole_3.2mm_M3_DIN965_Pad_TopBottom", ""], "9": ["SK6812", "LED_SK6812_PLCC4_5.0x5.0mm_P3.2mm", ""], "10": ["27k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "11": ["1301.9315", "13019319", "693-1301.9315"], "12": ["MountingHole", "MountingHole_3.2mm_M3_DIN965_Pad_TopBottom", ""], "13": ["PMV40UN2R", "SOT-23", "771-PMV40UN2R"], "14": ["Screw_Terminal_01x06", "CUI_TBP01R1-508-06BE", "490-TBP01R1-508-06BE"], "15": ["Conn_02x02_Odd_Even", "PinHeader_2x02_P2.54mm_Vertical", ""], "16": ["PMV40UN2R", "SOT-23", "771-PMV40UN2R"], "17": ["330", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "18": ["100k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "19": ["PMEG60T10ELRX", "D_SOD-123", "771-PMEG60T10ELRX"], "20": ["27k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "21": ["PMV40UN2R", "SOT-23", "771-PMV40UN2R"], "22": ["4k7", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "23": ["Conn_01x04", "PinSocket_1x04_P2.54mm_Vertical", ""], "24": ["Conn_01x02", "PinHeader_1x02_P2.54mm_Vertical", ""], "25": ["MountingHole", "MountingHole_3.2mm_M3_DIN965_Pad_TopBottom", ""], "26": ["Screw_Terminal_01x02", "CUI_TBP01R1-508-02BE", "490-TBP01R1-508-02BE"], "27": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "28": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "29": ["3u3", "XAL6030182MEB-HandSolder", "994-XAL6030-332MEC"], "30": ["TestPoint", "TestPoint_Pad_D1.5mm", ""], "31": ["Conn_01x04", "PinSocket_1x04_P2.54mm_Vertical", ""], "32": ["100n", "C_0603_1608Metric_Pad1.08x0.95mm_HandSolder", "581-06035C104KAT2A"], "33": ["330", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "34": ["27k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "35": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "36": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "37": ["22u", "C_1206_3216Metric", "581-1206YD226MAT2A"], "38": ["Barrel_Jack_Switch", "BarrelJack_Wuerth_6941xx301002", "992-CON-SOCJ-2155"], "39": ["UartBridge", "PinSocket_1x06_P2.54mm_Vertical", ""], "40": ["10u", "C_1206_3216Metric", "581-1206DD106MAT2A"], "41": ["TestPoint", "TestPoint_Pad_D1.5mm", ""], "42": ["100n", "C_0603_1608Metric_Pad1.08x0.95mm_HandSolder", "581-06035C104KAT2A"], "43": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "44": ["100n", "C_0603_1608Metric_Pad1.08x0.95mm_HandSolder", "581-06035C104KAT2A"], "45": ["0", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "46": ["Conn_01x04", "PinSocket_1x04_P2.54mm_Vertical", ""], "47": ["SolderJumper_2_Open", "SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm", ""], "48": ["4k7", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "49": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "50": ["MountingHole", "MountingHole_3.2mm_M3_DIN965_Pad_TopBottom", ""], "51": ["PTS636SK25", "SW_Tactile_SPST_NO_Straight_CK_PTS636Sx25SMTRLFS", "611-PTS636SK25SMTRLF"], "52": ["330", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "53": ["AP62301WU-7", "TSOT-26", "621-AP62301WU-7"], "54": ["SolderJumper_2_Open", "SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm", ""], "55": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "56": ["PMV40UN2R", "SOT-23", "771-PMV40UN2R"], "57": ["PMEG60T10ELRX", "D_SOD-123", "771-PMEG60T10ELRX"], "58": ["330", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "59": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "60": ["LM1117-3.3", "SOT-223-3_TabPin2", ""], "61": ["100n", "C_0603_1608Metric_Pad1.08x0.95mm_HandSolder", "581-06035C104KAT2A"], "63": ["5k11", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "64": ["SolderJumper_3_Open", "SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm", ""], "65": ["USB4105-GF-A-120", "USB_C_Receptacle_HRO_TYPE-C-31-M-12", "640-USB4105-GF-A-120"], "66": ["10", "C_0805_2012Metric_Pad1.18x1.45mm_HandSolder", ""], "67": ["PMEG60T10ELRX", "D_SOD-123", "771-PMEG60T10ELRX"], "68": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "69": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "70": ["1u", "C_0805_2012Metric_Pad1.18x1.45mm_HandSolder", ""], "71": ["12V 5V", "SolderJumper-3_P1.3mm_Open_RoundedPad1.0x1.5mm_NumberLabels", ""], "72": ["BSS138", "SOT-23", ""], "73": ["LTV-817S", "SMDIP-4_W9.53mm", ""], "74": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "75": ["0", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "76": ["1u", "C_0805_2012Metric_Pad1.18x1.45mm_HandSolder", ""], "77": ["ESP32-S3-WROOM-1", "ESP32-S3-WROOM-1", ""], "78": ["10k", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "79": ["5k11", "R_0603_1608Metric_Pad0.98x0.95mm_HandSolder", ""], "80": ["BSS138", "SOT-23", ""]}, "F": [[["C4", 32], ["C10", 42], ["C11", 44], ["C20", 6]], [["C22", 7], ["C23", 37]], [["C21", 40]], [["R3", 35], ["R10", 55], ["R11", 59], ["R24", 43], ["R51", 27], ["R53", 28], ["R55", 36], ["R57", 4], ["R60", 49]], [["R50", 17], ["R52", 52], ["R54", 58], ["R56", 33]], [["R21", 20], ["R22", 10], ["R23", 34]], [["R4", 22], ["R5", 48]], [["R13", 45]], [["R20", 18]], [["L20", 29]], [["D1", 57], ["D2", 19]], [["D4", 9]], [["U20", 53]], [["SW10", 2], ["SW11", 51]], [["SW60", 0], ["SW61", 11]], [["H1", 8], ["H2", 50], ["H3", 12], ["H4", 25]], [["Q50", 13], ["Q52", 21], ["Q54", 56], ["Q56", 16]], [["TP20", 30], ["TP21", 41], ["TP22", 3]], [["JP1", 54], ["JP2", 47]], [["J4", 31], ["J6", 23], ["J7", 46]], [["J5", 15], ["J8", 1]], [["J2", 38]], [["J3", 26]], [["J10", 39]], [["J11", 5]], [["J65", 24]], [["J90", 14]]], "B": [[["C1", 70], ["C3", 76]], [["C2", 66]], [["C12", 61]], [["R12", 74], ["R14", 69], ["R65", 68], ["R66", 78]], [["R1", 63], ["R2", 79]], [["R15", 75]], [["D65", 67]], [["U1", 60]], [["U10", 77]], [["U65", 73]], [["Q12", 80], ["Q14", 72]], [["JP3", 64]], [["JP90", 71]], [["J1", 65]]]}, "font_data": {}, "tracks": {"F": [{"start": [178.7, 94.9], "end": [178.7, 94.9], "width": 0.8, "net": "GND"}, {"start": [155.9, 99.1], "end": [155.9, 99.1], "width": 0.8, "net": "GND"}, {"start": [178.6, 85.2], "end": [178.6, 85.2], "width": 0.8, "net": "GND"}, {"start": [159.5, 67.0], "end": [159.5, 67.0], "width": 0.8, "net": "GND"}, {"start": [165.5, 91.5], "end": [165.5, 91.5], "width": 0.8, "net": "GND"}, {"start": [134.5, 95.0], "end": [134.5, 95.0], "width": 0.8, "net": "GND"}, {"start": [151.5, 81.0], "end": [151.5, 81.0], "width": 0.8, "net": "GND"}, {"start": [146.5, 86.0], "end": [146.5, 86.0], "width": 0.8, "net": "GND"}, {"start": [176.0, 69.0], "end": [176.0, 69.0], "width": 0.8, "net": "GND"}, {"start": [178.5, 90.2], "end": [178.5, 90.2], "width": 0.8, "net": "GND"}, {"start": [134.5, 89.0], "end": [134.5, 89.0], "width": 0.8, "net": "GND"}, {"start": [155.5, 69.0], "end": [155.5, 69.0], "width": 0.8, "net": "GND"}, {"start": [158.0, 96.0], "end": [158.0, 96.0], "width": 0.8, "net": "GND"}, {"start": [133.5, 84.5], "end": [133.5, 84.5], "width": 0.8, "net": "GND"}, {"start": [132.0, 82.0], "end": [132.0, 82.0], "width": 0.8, "net": "GND"}, {"start": [138.5, 73.0], "end": [138.5, 73.0], "width": 0.8, "net": "GND"}, {"start": [159.0, 79.0], "end": [159.0, 79.0], "width": 0.8, "net": "GND"}, {"start": [140.0, 95.5], "end": [140.0, 95.5], "width": 0.8, "net": "GND"}, {"start": [178.6, 80.1], "end": [178.6, 80.1], "width": 0.8, "net": "GND"}, {"start": [171.0, 65.5], "end": [171.0, 65.5], "width": 0.8, "net": "GND"}, {"start": [146.0, 100.0], "end": [146.0, 100.0], "width": 0.8, "net": "GND"}, {"start": [151.5, 100.0], "end": [151.5, 100.0], "width": 0.8, "net": "GND"}, {"start": [170.5, 69.0], "end": [170.5, 69.0], "width": 0.8, "net": "GND"}, {"start": [148.5, 90.5], "end": [148.5, 90.5], "width": 0.8, "net": "GND"}, {"start": [135.5, 82.0], "end": [135.5, 82.0], "width": 0.8, "net": "GND"}, {"start": [163.0, 70.0], "end": [163.0, 70.0], "width": 0.8, "net": "GND"}, {"start": [174.5, 100.5], "end": [174.5, 100.5], "width": 0.8, "net": "GND"}, {"start": [151.5, 97.5], "end": [151.5, 97.5], "width": 0.8, "net": "GND"}, {"start": [158.5, 85.5], "end": [158.5, 85.5], "width": 0.8, "net": "GND"}, {"start": [141.0, 90.5], "end": [141.0, 90.5], "width": 0.8, "net": "GND"}, {"start": [160.5, 87.0], "end": [160.5, 87.0], "width": 0.8, "net": "GND"}, {"start": [165.5, 87.5], "end": [165.5, 87.5], "width": 0.8, "net": "GND"}, {"start": [148.5, 72.5], "end": [148.5, 72.5], "width": 0.8, "net": "GND"}, {"start": [160.5, 99.5], "end": [160.5, 99.5], "width": 0.8, "net": "GND"}, {"start": [143.5, 80.0], "end": [143.5, 80.0], "width": 0.8, "net": "GND"}, {"start": [171.0, 99.5], "end": [171.0, 99.5], "width": 0.8, "net": "GND"}, {"start": [136.0, 73.0], "end": [136.0, 73.0], "width": 0.8, "net": "GND"}, {"start": [170.5, 76.0], "end": [170.5, 76.0], "width": 0.8, "net": "GND"}, {"start": [127.5, 82.0], "end": [127.5, 82.0], "width": 0.8, "net": "GND"}, {"start": [163.0, 93.5], "end": [163.0, 93.5], "width": 0.8, "net": "GND"}, {"start": [130.5, 101.0], "end": [130.5, 101.0], "width": 0.8, "net": "GND"}, {"start": [133.0, 97.5], "end": [133.0, 97.5], "width": 0.8, "net": "GND"}, {"start": [128.5, 68.0], "end": [128.5, 68.0], "width": 0.8, "net": "GND"}, {"start": [155.0, 75.0], "end": [155.0, 75.0], "width": 0.8, "net": "GND"}, {"start": [163.0, 67.0], "end": [163.0, 67.0], "width": 0.8, "net": "GND"}, {"start": [178.0, 100.5], "end": [178.0, 100.5], "width": 0.8, "net": "GND"}, {"start": [121.3, 102.0], "end": [121.3, 102.0], "width": 0.8, "net": "GND"}, {"start": [151.5, 102.0], "end": [151.5, 102.0], "width": 0.8, "net": "GND"}, {"start": [170.5, 87.5], "end": [170.5, 87.5], "width": 0.8, "net": "GND"}, {"start": [146.0, 102.0], "end": [146.0, 102.0], "width": 0.8, "net": "GND"}, {"start": [130.5, 89.0], "end": [130.5, 89.0], "width": 0.8, "net": "GND"}, {"start": [160.5, 90.0], "end": [160.5, 90.0], "width": 0.8, "net": "GND"}, {"start": [141.0, 80.0], "end": [141.0, 80.0], "width": 0.8, "net": "GND"}, {"start": [128.5, 65.5], "end": [128.5, 65.5], "width": 0.8, "net": "GND"}, {"start": [145.5, 91.0], "end": [145.5, 91.0], "width": 0.8, "net": "GND"}, {"start": [147.0, 95.5], "end": [147.0, 95.5], "width": 0.8, "net": "GND"}, {"start": [153.0, 62.5], "end": [153.0, 62.5], "width": 0.8, "net": "GND"}, {"start": [170.5, 91.5], "end": [170.5, 91.5], "width": 0.8, "net": "GND"}, {"start": [142.0, 71.0], "end": [142.0, 71.0], "width": 0.8, "net": "GND"}, {"start": [128.0, 87.15], "end": [130.5, 87.15], "width": 0.4, "net": "VBUS"}, {"start": [128.5, 89.0], "end": [128.0, 88.5], "width": 0.4, "net": "VBUS"}, {"start": [128.0, 88.5], "end": [128.0, 87.15], "width": 0.4, "net": "VBUS"}, {"start": [128.5, 89.0], "end": [128.5, 89.0], "width": 0.8, "net": "VBUS"}, {"start": [147.637499, 71.362501], "end": [146.95, 72.05], "width": 0.4, "net": "Net-(U20-BST)"}, {"start": [146.95, 72.05], "end": [145.612, 72.05], "width": 0.4, "net": "Net-(U20-BST)"}, {"start": [149.612, 71.362501], "end": [147.637499, 71.362501], "width": 0.4, "net": "Net-(U20-BST)"}, {"start": [150.7, 67.4], "end": [150.7, 67.4], "width": 0.8, "net": "/Power/SW_5V"}, {"start": [150.7, 63.2], "end": [150.7, 63.2], "width": 0.8, "net": "/Power/SW_5V"}, {"start": [133.54, 82.96], "end": [133.54, 80.0], "width": 0.4, "net": "+3V3"}, {"start": [136.5, 85.0], "end": [136.5, 88.0], "width": 0.4, "net": "+3V3"}, {"start": [144.5, 103.0], "end": [156.5, 103.0], "width": 0.5, "net": "+3V3"}, {"start": [151.5, 89.5], "end": [149.0, 89.5], "width": 0.25, "net": "+3V3"}, {"start": [151.8625, 90.5], "end": [153.5, 90.5], "width": 0.25, "net": "+3V3"}, {"start": [144.4125, 102.0], "end": [144.4125, 102.9125], "width": 0.5, "net": "+3V3"}, {"start": [156.5, 103.0], "end": [156.999997, 102.500003], "width": 0.5, "net": "+3V3"}, {"start": [140.5, 88.9125], "end": [139.0, 88.9125], "width": 0.25, "net": "+3V3"}, {"start": [153.5, 90.5], "end": [154.5, 89.5], "width": 0.25, "net": "+3V3"}, {"start": [135.0, 62.08], "end": [135.08, 62.0], "width": 0.75, "net": "+3V3"}, {"start": [143.5, 88.9125], "end": [144.0875, 88.9125], "width": 0.25, "net": "+3V3"}, {"start": [144.5, 88.5], "end": [145.5875, 88.5], "width": 0.25, "net": "+3V3"}, {"start": [154.5, 89.5], "end": [154.5, 88.15], "width": 0.25, "net": "+3V3"}, {"start": [144.0875, 88.9125], "end": [144.5, 88.5], "width": 0.25, "net": "+3V3"}, {"start": [144.0, 103.0], "end": [132.5, 103.0], "width": 0.5, "net": "+3V3"}, {"start": [142.0, 88.9125], "end": [140.5, 88.9125], "width": 0.25, "net": "+3V3"}, {"start": [132.5, 103.0], "end": [132.5, 100.5], "width": 0.5, "net": "+3V3"}, {"start": [134.58, 84.0], "end": [135.5, 84.0], "width": 0.4, "net": "+3V3"}, {"start": [145.5875, 89.0875], "end": [146.0, 89.5], "width": 0.25, "net": "+3V3"}, {"start": [154.5, 88.15], "end": [154.45, 88.1], "width": 0.25, "net": "+3V3"}, {"start": [129.5, 103.0], "end": [127.5, 101.0], "width": 0.5, "net": "+3V3"}, {"start": [124.5, 86.5], "end": [125.0, 86.0], "width": 0.5, "net": "+3V3"}, {"start": [151.8625, 89.8625], "end": [151.5, 89.5], "width": 0.25, "net": "+3V3"}, {"start": [136.5, 88.0], "end": [137.4125, 88.9125], "width": 0.4, "net": "+3V3"}, {"start": [156.999997, 102.500003], "end": [156.999997, 101.500001], "width": 0.5, "net": "+3V3"}, {"start": [151.8625, 90.5], "end": [151.8625, 89.8625], "width": 0.25, "net": "+3V3"}, {"start": [137.4125, 88.9125], "end": [139.0, 88.9125], "width": 0.4, "net": "+3V3"}, {"start": [124.5, 100.0], "end": [124.5, 86.5], "width": 0.5, "net": "+3V3"}, {"start": [130.5, 86.0], "end": [131.5, 85.0], "width": 0.4, "net": "+3V3"}, {"start": [132.5, 103.0], "end": [129.5, 103.0], "width": 0.5, "net": "+3V3"}, {"start": [143.5, 88.9125], "end": [142.0, 88.9125], "width": 0.25, "net": "+3V3"}, {"start": [127.5, 101.0], "end": [125.5, 101.0], "width": 0.5, "net": "+3V3"}, {"start": [125.5, 101.0], "end": [124.5, 100.0], "width": 0.5, "net": "+3V3"}, {"start": [135.0, 64.35], "end": [135.0, 62.08], "width": 0.75, "net": "+3V3"}, {"start": [135.5, 84.0], "end": [136.5, 85.0], "width": 0.4, "net": "+3V3"}, {"start": [133.54, 82.96], "end": [134.58, 84.0], "width": 0.4, "net": "+3V3"}, {"start": [144.4125, 102.9125], "end": [144.5, 103.0], "width": 0.5, "net": "+3V3"}, {"start": [146.0, 89.5], "end": [146.5, 89.5], "width": 0.25, "net": "+3V3"}, {"start": [144.0, 103.0], "end": [144.5, 103.0], "width": 0.5, "net": "+3V3"}, {"start": [145.5875, 88.5], "end": [145.5875, 89.0875], "width": 0.25, "net": "+3V3"}, {"start": [131.5, 85.0], "end": [133.54, 82.96], "width": 0.4, "net": "+3V3"}, {"start": [125.0, 86.0], "end": [130.5, 86.0], "width": 0.4, "net": "+3V3"}, {"start": [132.5, 100.5], "end": [132.5, 100.5], "width": 0.8, "net": "+3V3"}, {"start": [146.5, 89.5], "end": [146.5, 89.5], "width": 0.8, "net": "+3V3"}, {"start": [149.0, 89.5], "end": [149.0, 89.5], "width": 0.8, "net": "+3V3"}, {"start": [151.0005, 95.225], "end": [161.3125, 95.225], "width": 0.25, "net": "/CH1"}, {"start": [161.3125, 95.225], "end": [164.5, 98.4125], "width": 0.25, "net": "/CH1"}, {"start": [151.0, 95.2245], "end": [151.0005, 95.225], "width": 0.25, "net": "/CH1"}, {"start": [151.0, 95.2245], "end": [151.0, 95.2245], "width": 0.8, "net": "/CH1"}, {"start": [149.352, 74.852], "end": [149.0, 74.5], "width": 0.25, "net": "/Power/V_REG"}, {"start": [149.352, 75.5875], "end": [149.352, 74.852], "width": 0.25, "net": "/Power/V_REG"}, {"start": [149.0, 74.5], "end": [149.0, 74.5], "width": 0.8, "net": "/Power/V_REG"}, {"start": [143.5, 69.5], "end": [143.5, 69.5], "width": 0.8, "net": "/Power/V_REG"}, {"start": [145.0, 100.5], "end": [144.4125, 100.5], "width": 0.25, "net": "Net-(Q12-D)"}, {"start": [160.5, 96.0], "end": [160.5, 96.5], "width": 0.25, "net": "Net-(Q12-D)"}, {"start": [155.0, 100.0], "end": [154.0, 101.0], "width": 0.25, "net": "Net-(Q12-D)"}, {"start": [160.5, 96.5], "end": [157.0, 100.0], "width": 0.25, "net": "Net-(Q12-D)"}, {"start": [145.5, 101.0], "end": [145.0, 100.5], "width": 0.25, "net": "Net-(Q12-D)"}, {"start": [157.0, 100.0], "end": [155.0, 100.0], "width": 0.25, "net": "Net-(Q12-D)"}, {"start": [154.0, 101.0], "end": [145.5, 101.0], "width": 0.25, "net": "Net-(Q12-D)"}, {"start": [160.5, 96.0], "end": [160.5, 96.0], "width": 0.8, "net": "Net-(Q12-D)"}, {"start": [168.5625, 96.55], "end": [166.5375, 96.55], "width": 0.4, "net": "Net-(Q50-G)"}, {"start": [166.5, 96.5875], "end": [164.5, 96.5875], "width": 0.4, "net": "Net-(Q50-G)"}, {"start": [166.5375, 96.55], "end": [166.5, 96.5875], "width": 0.4, "net": "Net-(Q50-G)"}, {"start": [168.525, 92.5875], "end": [168.5625, 92.55], "width": 0.4, "net": "Net-(Q52-G)"}, {"start": [164.5, 92.5875], "end": [166.5, 92.5875], "width": 0.4, "net": "Net-(Q52-G)"}, {"start": [166.5, 92.5875], "end": [168.525, 92.5875], "width": 0.4, "net": "Net-(Q52-G)"}, {"start": [166.5, 88.5875], "end": [164.5, 88.5875], "width": 0.4, "net": "Net-(Q54-G)"}, {"start": [168.5625, 88.55], "end": [166.5375, 88.55], "width": 0.4, "net": "Net-(Q54-G)"}, {"start": [166.5375, 88.55], "end": [166.5, 88.5875], "width": 0.4, "net": "Net-(Q54-G)"}, {"start": [166.5, 84.5875], "end": [168.525, 84.5875], "width": 0.4, "net": "Net-(Q56-G)"}, {"start": [164.5, 84.5875], "end": [166.5, 84.5875], "width": 0.4, "net": "Net-(Q56-G)"}, {"start": [168.525, 84.5875], "end": [168.5625, 84.55], "width": 0.4, "net": "Net-(Q56-G)"}, {"start": [147.675001, 73.675001], "end": [151.852, 73.675001], "width": 0.4, "net": "Net-(U20-EN)"}, {"start": [147.0, 73.0], "end": [147.675001, 73.675001], "width": 0.4, "net": "Net-(U20-EN)"}, {"start": [151.852, 73.675001], "end": [151.852, 71.912501], "width": 0.4, "net": "Net-(U20-EN)"}, {"start": [145.612, 73.0], "end": [147.0, 73.0], "width": 0.4, "net": "Net-(U20-EN)"}, {"start": [140.5, 87.0875], "end": [140.5, 86.0], "width": 0.25, "net": "/I2C_SCL"}, {"start": [140.5, 86.0], "end": [140.5, 86.0], "width": 0.8, "net": "/I2C_SCL"}, {"start": [142.0, 87.0875], "end": [142.0, 86.0], "width": 0.25, "net": "/I2C_SDA"}, {"start": [142.0, 86.0], "end": [142.0, 86.0], "width": 0.8, "net": "/I2C_SDA"}, {"start": [128.0, 83.85], "end": [125.39, 83.85], "width": 0.4, "net": "+5V"}, {"start": [132.5745, 60.5745], "end": [132.54, 60.609], "width": 0.75, "net": "+5V"}, {"start": [154.025, 60.5745], "end": [132.5745, 60.5745], "width": 0.75, "net": "+5V"}, {"start": [132.5, 62.04], "end": [132.54, 62.0], "width": 0.75, "net": "+5V"}, {"start": [120.741, 79.201], "end": [125.0, 83.46], "width": 0.75, "net": "+5V"}, {"start": [120.741, 64.259], "end": [120.741, 79.201], "width": 0.75, "net": "+5V"}, {"start": [155.0, 61.5495], "end": [154.025, 60.5745], "width": 0.75, "net": "+5V"}, {"start": [124.425, 60.575], "end": [120.741, 64.259], "width": 0.75, "net": "+5V"}, {"start": [132.5, 64.35], "end": [132.5, 62.04], "width": 0.75, "net": "+5V"}, {"start": [132.54, 60.609], "end": [132.54, 62.0], "width": 0.75, "net": "+5V"}, {"start": [125.39, 83.85], "end": [125.0, 83.46], "width": 0.4, "net": "+5V"}, {"start": [132.425, 60.575], "end": [124.425, 60.575], "width": 0.75, "net": "+5V"}, {"start": [155.0, 61.5495], "end": [155.0, 61.5495], "width": 0.8, "net": "+5V"}, {"start": [174.448746, 97.5], "end": [170.4375, 97.5], "width": 0.5, "net": "/LED Driver/PWM1"}, {"start": [176.189997, 97.700001], "end": [174.648747, 97.700001], "width": 0.5, "net": "/LED Driver/PWM1"}, {"start": [174.648747, 97.700001], "end": [174.448746, 97.5], "width": 0.5, "net": "/LED Driver/PWM1"}, {"start": [175.309998, 93.5], "end": [176.189997, 92.620001], "width": 0.5, "net": "/LED Driver/PWM2"}, {"start": [170.4375, 93.5], "end": [175.309998, 93.5], "width": 0.5, "net": "/LED Driver/PWM2"}, {"start": [175.959999, 87.540001], "end": [174.0, 89.5], "width": 0.5, "net": "/LED Driver/PWM3"}, {"start": [174.0, 89.5], "end": [170.4375, 89.5], "width": 0.5, "net": "/LED Driver/PWM3"}, {"start": [176.189997, 87.540001], "end": [175.959999, 87.540001], "width": 0.5, "net": "/LED Driver/PWM3"}, {"start": [175.539999, 82.460001], "end": [176.189997, 82.460001], "width": 0.5, "net": "/LED Driver/PWM4"}, {"start": [172.5, 85.5], "end": [175.539999, 82.460001], "width": 0.5, "net": "/LED Driver/PWM4"}, {"start": [170.4375, 85.5], "end": [172.5, 85.5], "width": 0.5, "net": "/LED Driver/PWM4"}, {"start": [152.0, 94.5], "end": [164.4125, 94.5], "width": 0.25, "net": "/CH2"}, {"start": [164.4125, 94.5], "end": [164.5, 94.4125], "width": 0.25, "net": "/CH2"}, {"start": [152.0, 94.5], "end": [152.0, 94.5], "width": 0.8, "net": "/CH2"}, {"start": [164.5, 90.5], "end": [164.5, 90.4125], "width": 0.25, "net": "/CH3"}, {"start": [161.225, 93.775], "end": [164.5, 90.5], "width": 0.25, "net": "/CH3"}, {"start": [151.0005, 93.775], "end": [161.225, 93.775], "width": 0.25, "net": "/CH3"}, {"start": [151.0, 93.7755], "end": [151.0005, 93.775], "width": 0.25, "net": "/CH3"}, {"start": [151.0, 93.7755], "end": [151.0, 93.7755], "width": 0.8, "net": "/CH3"}, {"start": [163.5, 87.4125], "end": [164.5, 86.4125], "width": 0.25, "net": "/CH4"}, {"start": [163.5, 90.5], "end": [163.5, 87.4125], "width": 0.25, "net": "/CH4"}, {"start": [152.0505, 93.0], "end": [161.0, 93.0], "width": 0.25, "net": "/CH4"}, {"start": [161.0, 93.0], "end": [163.5, 90.5], "width": 0.25, "net": "/CH4"}, {"start": [152.0, 93.0505], "end": [152.0505, 93.0], "width": 0.25, "net": "/CH4"}, {"start": [152.0, 93.0505], "end": [152.0, 93.0505], "width": 0.8, "net": "/CH4"}, {"start": [130.5, 83.0], "end": [128.5, 81.0], "width": 0.4, "net": "VCC"}, {"start": [128.016, 78.516], "end": [128.016, 75.184], "width": 0.4, "net": "VCC"}, {"start": [128.5, 81.0], "end": [128.5, 79.0], "width": 0.4, "net": "VCC"}, {"start": [151.852, 75.500001], "end": [150.852001, 76.5], "width": 0.4, "net": "VCC"}, {"start": [128.5, 79.0], "end": [128.016, 78.516], "width": 0.4, "net": "VCC"}, {"start": [130.5, 83.85], "end": [130.5, 83.0], "width": 0.4, "net": "VCC"}, {"start": [150.852001, 76.5], "end": [144.0, 76.5], "width": 0.4, "net": "VCC"}, {"start": [147.352, 77.4125], "end": [149.352, 77.4125], "width": 0.5, "net": "Net-(R22-Pad2)"}, {"start": [145.352, 75.5875], "end": [145.352, 74.21], "width": 0.5, "net": "/Power/FB_5V"}, {"start": [147.352, 75.5875], "end": [147.352, 74.852], "width": 0.5, "net": "/Power/FB_5V"}, {"start": [147.352, 74.852], "end": [146.5, 74.0], "width": 0.5, "net": "/Power/FB_5V"}, {"start": [145.662, 74.0], "end": [145.612, 73.95], "width": 0.5, "net": "/Power/FB_5V"}, {"start": [146.5, 74.0], "end": [145.662, 74.0], "width": 0.5, "net": "/Power/FB_5V"}, {"start": [145.352, 75.5875], "end": [147.352, 75.5875], "width": 0.5, "net": "/Power/FB_5V"}, {"start": [145.352, 74.21], "end": [145.612, 73.95], "width": 0.5, "net": "/Power/FB_5V"}, {"start": [160.375, 92.125], "end": [147.5, 92.125], "width": 0.25, "net": "/GPIO0"}, {"start": [149.1, 87.0], "end": [149.9, 86.2], "width": 0.25, "net": "/GPIO0"}, {"start": [147.5, 88.5875], "end": [147.4125, 88.5], "width": 0.25, "net": "/GPIO0"}, {"start": [147.4125, 87.05], "end": [147.3625, 87.0], "width": 0.25, "net": "/GPIO0"}, {"start": [147.4125, 88.5], "end": [147.4125, 87.05], "width": 0.25, "net": "/GPIO0"}, {"start": [147.3625, 87.0], "end": [149.1, 87.0], "width": 0.25, "net": "/GPIO0"}, {"start": [147.5, 92.125], "end": [147.5, 88.5875], "width": 0.25, "net": "/GPIO0"}, {"start": [149.9, 86.2], "end": [149.9, 86.2], "width": 0.8, "net": "/GPIO0"}, {"start": [160.375, 92.125], "end": [160.375, 92.125], "width": 0.8, "net": "/GPIO0"}, {"start": [138.125, 99.875], "end": [139.5, 99.875], "width": 0.25, "net": "/CHIP_PU"}, {"start": [142.5875, 100.5], "end": [141.9625, 99.875], "width": 0.25, "net": "/CHIP_PU"}, {"start": [142.5875, 102.0], "end": [140.3625, 102.0], "width": 0.25, "net": "/CHIP_PU"}, {"start": [142.5875, 102.0], "end": [142.5875, 100.5], "width": 0.25, "net": "/CHIP_PU"}, {"start": [138.0, 100.0], "end": [138.125, 99.875], "width": 0.25, "net": "/CHIP_PU"}, {"start": [141.9625, 99.875], "end": [139.5, 99.875], "width": 0.25, "net": "/CHIP_PU"}, {"start": [138.0, 100.0], "end": [138.0, 100.0], "width": 0.8, "net": "/CHIP_PU"}, {"start": [149.65, 88.0], "end": [149.55, 88.1], "width": 0.25, "net": "/LED_DIN"}, {"start": [151.5, 88.0], "end": [149.65, 88.0], "width": 0.25, "net": "/LED_DIN"}, {"start": [151.5, 88.0], "end": [151.5, 88.0], "width": 0.8, "net": "/LED_DIN"}, {"start": [147.0, 82.5], "end": [159.04, 82.5], "width": 0.25, "net": "/BTN_2"}, {"start": [164.25, 72.15], "end": [164.25, 62.3], "width": 0.25, "net": "/BTN_2"}, {"start": [143.5, 87.0875], "end": [143.5, 86.0], "width": 0.25, "net": "/BTN_2"}, {"start": [164.54, 77.0], "end": [164.49, 77.0], "width": 0.25, "net": "/BTN_2"}, {"start": [164.49, 77.0], "end": [164.015, 76.525], "width": 0.25, "net": "/BTN_2"}, {"start": [143.5, 86.0], "end": [147.0, 82.5], "width": 0.25, "net": "/BTN_2"}, {"start": [164.015, 76.525], "end": [164.015, 72.385], "width": 0.25, "net": "/BTN_2"}, {"start": [159.04, 82.5], "end": [164.54, 77.0], "width": 0.25, "net": "/BTN_2"}, {"start": [164.015, 72.385], "end": [164.25, 72.15], "width": 0.25, "net": "/BTN_2"}, {"start": [143.5, 86.0], "end": [143.5, 86.0], "width": 0.8, "net": "/BTN_2"}, {"start": [161.95, 77.0], "end": [161.5, 76.55], "width": 0.25, "net": "/BTN_1"}, {"start": [143.5, 85.0], "end": [140.0, 85.0], "width": 0.25, "net": "/BTN_1"}, {"start": [140.0, 85.0], "end": [139.0, 86.0], "width": 0.25, "net": "/BTN_1"}, {"start": [138.0875, 87.0875], "end": [138.0, 87.0], "width": 0.25, "net": "/BTN_1"}, {"start": [162.0, 77.0], "end": [161.95, 77.0], "width": 0.25, "net": "/BTN_1"}, {"start": [139.0, 87.0875], "end": [138.0875, 87.0875], "width": 0.25, "net": "/BTN_1"}, {"start": [146.5, 82.0], "end": [143.5, 85.0], "width": 0.25, "net": "/BTN_1"}, {"start": [161.25, 62.35], "end": [161.25, 72.2], "width": 0.25, "net": "/BTN_1"}, {"start": [158.5, 82.0], "end": [146.5, 82.0], "width": 0.25, "net": "/BTN_1"}, {"start": [161.5, 76.55], "end": [161.5, 72.45], "width": 0.25, "net": "/BTN_1"}, {"start": [161.5, 72.45], "end": [161.25, 72.2], "width": 0.25, "net": "/BTN_1"}, {"start": [162.0, 78.5], "end": [158.5, 82.0], "width": 0.25, "net": "/BTN_1"}, {"start": [139.0, 86.0], "end": [139.0, 87.0875], "width": 0.25, "net": "/BTN_1"}, {"start": [162.0, 77.0], "end": [162.0, 78.5], "width": 0.25, "net": "/BTN_1"}, {"start": [138.0, 87.0], "end": [138.0, 87.0], "width": 0.8, "net": "/BTN_1"}], "B": [{"start": [178.7, 94.9], "end": [178.7, 94.9], "width": 0.8, "net": "GND"}, {"start": [155.9, 99.1], "end": [155.9, 99.1], "width": 0.8, "net": "GND"}, {"start": [178.6, 85.2], "end": [178.6, 85.2], "width": 0.8, "net": "GND"}, {"start": [159.5, 67.0], "end": [159.5, 67.0], "width": 0.8, "net": "GND"}, {"start": [165.5, 91.5], "end": [165.5, 91.5], "width": 0.8, "net": "GND"}, {"start": [134.5, 95.0], "end": [134.5, 95.0], "width": 0.8, "net": "GND"}, {"start": [151.5, 81.0], "end": [151.5, 81.0], "width": 0.8, "net": "GND"}, {"start": [146.5, 86.0], "end": [146.5, 86.0], "width": 0.8, "net": "GND"}, {"start": [176.0, 69.0], "end": [176.0, 69.0], "width": 0.8, "net": "GND"}, {"start": [178.5, 90.2], "end": [178.5, 90.2], "width": 0.8, "net": "GND"}, {"start": [134.5, 89.0], "end": [134.5, 89.0], "width": 0.8, "net": "GND"}, {"start": [155.5, 69.0], "end": [155.5, 69.0], "width": 0.8, "net": "GND"}, {"start": [158.0, 96.0], "end": [158.0, 96.0], "width": 0.8, "net": "GND"}, {"start": [133.5, 84.5], "end": [133.5, 84.5], "width": 0.8, "net": "GND"}, {"start": [132.0, 82.0], "end": [132.0, 82.0], "width": 0.8, "net": "GND"}, {"start": [138.5, 73.0], "end": [138.5, 73.0], "width": 0.8, "net": "GND"}, {"start": [159.0, 79.0], "end": [159.0, 79.0], "width": 0.8, "net": "GND"}, {"start": [140.0, 95.5], "end": [140.0, 95.5], "width": 0.8, "net": "GND"}, {"start": [178.6, 80.1], "end": [178.6, 80.1], "width": 0.8, "net": "GND"}, {"start": [171.0, 65.5], "end": [171.0, 65.5], "width": 0.8, "net": "GND"}, {"start": [146.0, 100.0], "end": [146.0, 100.0], "width": 0.8, "net": "GND"}, {"start": [151.5, 100.0], "end": [151.5, 100.0], "width": 0.8, "net": "GND"}, {"start": [170.5, 69.0], "end": [170.5, 69.0], "width": 0.8, "net": "GND"}, {"start": [148.5, 90.5], "end": [148.5, 90.5], "width": 0.8, "net": "GND"}, {"start": [135.5, 82.0], "end": [135.5, 82.0], "width": 0.8, "net": "GND"}, {"start": [163.0, 70.0], "end": [163.0, 70.0], "width": 0.8, "net": "GND"}, {"start": [174.5, 100.5], "end": [174.5, 100.5], "width": 0.8, "net": "GND"}, {"start": [151.5, 97.5], "end": [151.5, 97.5], "width": 0.8, "net": "GND"}, {"start": [158.5, 85.5], "end": [158.5, 85.5], "width": 0.8, "net": "GND"}, {"start": [141.0, 90.5], "end": [141.0, 90.5], "width": 0.8, "net": "GND"}, {"start": [160.5, 87.0], "end": [160.5, 87.0], "width": 0.8, "net": "GND"}, {"start": [165.5, 87.5], "end": [165.5, 87.5], "width": 0.8, "net": "GND"}, {"start": [148.5, 72.5], "end": [148.5, 72.5], "width": 0.8, "net": "GND"}, {"start": [160.5, 99.5], "end": [160.5, 99.5], "width": 0.8, "net": "GND"}, {"start": [143.5, 80.0], "end": [143.5, 80.0], "width": 0.8, "net": "GND"}, {"start": [171.0, 99.5], "end": [171.0, 99.5], "width": 0.8, "net": "GND"}, {"start": [136.0, 73.0], "end": [136.0, 73.0], "width": 0.8, "net": "GND"}, {"start": [170.5, 76.0], "end": [170.5, 76.0], "width": 0.8, "net": "GND"}, {"start": [127.5, 82.0], "end": [127.5, 82.0], "width": 0.8, "net": "GND"}, {"start": [163.0, 93.5], "end": [163.0, 93.5], "width": 0.8, "net": "GND"}, {"start": [130.5, 101.0], "end": [130.5, 101.0], "width": 0.8, "net": "GND"}, {"start": [133.0, 97.5], "end": [133.0, 97.5], "width": 0.8, "net": "GND"}, {"start": [128.5, 68.0], "end": [128.5, 68.0], "width": 0.8, "net": "GND"}, {"start": [155.0, 75.0], "end": [155.0, 75.0], "width": 0.8, "net": "GND"}, {"start": [163.0, 67.0], "end": [163.0, 67.0], "width": 0.8, "net": "GND"}, {"start": [178.0, 100.5], "end": [178.0, 100.5], "width": 0.8, "net": "GND"}, {"start": [121.3, 102.0], "end": [121.3, 102.0], "width": 0.8, "net": "GND"}, {"start": [151.5, 102.0], "end": [151.5, 102.0], "width": 0.8, "net": "GND"}, {"start": [170.5, 87.5], "end": [170.5, 87.5], "width": 0.8, "net": "GND"}, {"start": [146.0, 102.0], "end": [146.0, 102.0], "width": 0.8, "net": "GND"}, {"start": [130.5, 89.0], "end": [130.5, 89.0], "width": 0.8, "net": "GND"}, {"start": [160.5, 90.0], "end": [160.5, 90.0], "width": 0.8, "net": "GND"}, {"start": [141.0, 80.0], "end": [141.0, 80.0], "width": 0.8, "net": "GND"}, {"start": [128.5, 65.5], "end": [128.5, 65.5], "width": 0.8, "net": "GND"}, {"start": [145.5, 91.0], "end": [145.5, 91.0], "width": 0.8, "net": "GND"}, {"start": [147.0, 95.5], "end": [147.0, 95.5], "width": 0.8, "net": "GND"}, {"start": [153.0, 62.5], "end": [153.0, 62.5], "width": 0.8, "net": "GND"}, {"start": [170.5, 91.5], "end": [170.5, 91.5], "width": 0.8, "net": "GND"}, {"start": [142.0, 71.0], "end": [142.0, 71.0], "width": 0.8, "net": "GND"}, {"start": [142.099997, 94.290001], "end": [143.499997, 94.290001], "width": 0.4, "net": "GND"}, {"start": [128.399997, 91.200001], "end": [126.609997, 91.200001], "width": 0.4, "net": "GND"}, {"start": [128.299997, 92.200001], "end": [128.599997, 91.900001], "width": 0.4, "net": "GND"}, {"start": [127.554997, 92.200001], "end": [128.299997, 92.200001], "width": 0.4, "net": "GND"}, {"start": [127.504997, 92.250001], "end": [127.554997, 92.200001], "width": 0.4, "net": "GND"}, {"start": [126.609997, 91.200001], "end": [126.589997, 91.180001], "width": 0.4, "net": "GND"}, {"start": [143.499997, 94.290001], "end": [144.899997, 94.290001], "width": 0.4, "net": "GND"}, {"start": [128.599997, 91.900001], "end": [128.599997, 91.400001], "width": 0.4, "net": "GND"}, {"start": [143.499997, 94.290001], "end": [143.499997, 95.690001], "width": 0.4, "net": "GND"}, {"start": [143.499997, 92.890001], "end": [143.499997, 94.290001], "width": 0.4, "net": "GND"}, {"start": [128.599997, 91.400001], "end": [128.399997, 91.200001], "width": 0.4, "net": "GND"}, {"start": [128.5, 89.0], "end": [128.5, 89.0], "width": 0.8, "net": "VBUS"}, {"start": [127.504997, 93.050001], "end": [126.715336, 93.050001], "width": 0.4, "net": "VBUS"}, {"start": [125.299997, 94.46534], "end": [125.299997, 96.534662], "width": 0.4, "net": "VBUS"}, {"start": [128.5, 89.0], "end": [129.199997, 89.699997], "width": 0.4, "net": "VBUS"}, {"start": [128.298525, 93.050001], "end": [127.504997, 93.050001], "width": 0.4, "net": "VBUS"}, {"start": [129.199997, 92.148529], "end": [128.298525, 93.050001], "width": 0.4, "net": "VBUS"}, {"start": [126.715336, 93.050001], "end": [125.299997, 94.46534], "width": 0.4, "net": "VBUS"}, {"start": [129.199997, 89.699997], "end": [129.199997, 92.148529], "width": 0.4, "net": "VBUS"}, {"start": [126.715336, 97.950001], "end": [127.504997, 97.950001], "width": 0.4, "net": "VBUS"}, {"start": [125.299997, 96.534662], "end": [126.715336, 97.950001], "width": 0.4, "net": "VBUS"}, {"start": [134.714996, 85.910001], "end": [133.089999, 85.910001], "width": 0.2, "net": "/USB_DP"}, {"start": [127.504997, 95.750001], "end": [126.349997, 95.750001], "width": 0.2, "net": "/USB_DP"}, {"start": [126.199997, 95.600001], "end": [126.199997, 95.100001], "width": 0.2, "net": "/USB_DP"}, {"start": [136.249997, 85.500001], "end": [135.124996, 85.500001], "width": 0.2, "net": "/USB_DP"}, {"start": [131.114279, 94.750001], "end": [132.499997, 93.364283], "width": 0.2, "net": "/USB_DP"}, {"start": [126.349997, 95.750001], "end": [126.199997, 95.600001], "width": 0.2, "net": "/USB_DP"}, {"start": [135.124996, 85.500001], "end": [134.714996, 85.910001], "width": 0.2, "net": "/USB_DP"}, {"start": [133.089999, 85.910001], "end": [132.499997, 86.500003], "width": 0.2, "net": "/USB_DP"}, {"start": [127.504997, 94.750001], "end": [131.114279, 94.750001], "width": 0.2, "net": "/USB_DP"}, {"start": [126.549997, 94.750001], "end": [127.504997, 94.750001], "width": 0.2, "net": "/USB_DP"}, {"start": [132.499997, 86.500003], "end": [132.499997, 93.364283], "width": 0.2, "net": "/USB_DP"}, {"start": [126.199997, 95.100001], "end": [126.549997, 94.750001], "width": 0.2, "net": "/USB_DP"}, {"start": [127.504997, 96.750001], "end": [130.337499, 96.750001], "width": 0.25, "net": "Net-(J1-CC1)"}, {"start": [130.337499, 96.750001], "end": [130.5, 96.5875], "width": 0.25, "net": "Net-(J1-CC1)"}, {"start": [127.504997, 93.750001], "end": [130.162499, 93.750001], "width": 0.25, "net": "Net-(J1-CC2)"}, {"start": [130.162499, 93.750001], "end": [130.5, 93.4125], "width": 0.25, "net": "Net-(J1-CC2)"}, {"start": [150.7, 67.4], "end": [150.7, 67.4], "width": 0.8, "net": "/Power/SW_5V"}, {"start": [150.7, 63.2], "end": [150.7, 63.2], "width": 0.8, "net": "/Power/SW_5V"}, {"start": [132.5, 100.5], "end": [132.5, 100.5], "width": 0.8, "net": "+3V3"}, {"start": [146.5, 89.5], "end": [146.5, 89.5], "width": 0.8, "net": "+3V3"}, {"start": [149.0, 89.5], "end": [149.0, 89.5], "width": 0.8, "net": "+3V3"}, {"start": [132.5, 100.5], "end": [133.8625, 100.5], "width": 0.5, "net": "+3V3"}, {"start": [136.249997, 100.740001], "end": [134.102501, 100.740001], "width": 0.5, "net": "+3V3"}, {"start": [156.0, 63.0], "end": [155.0, 63.0], "width": 0.5, "net": "+3V3"}, {"start": [133.8625, 100.5], "end": [134.0, 100.6375], "width": 0.5, "net": "+3V3"}, {"start": [134.102501, 100.740001], "end": [134.0, 100.6375], "width": 0.5, "net": "+3V3"}, {"start": [156.5, 65.5875], "end": [156.5, 63.5], "width": 0.5, "net": "+3V3"}, {"start": [153.5, 61.5], "end": [143.5, 61.5], "width": 0.5, "net": "+3V3"}, {"start": [133.54, 77.96], "end": [133.54, 80.0], "width": 0.5, "net": "+3V3"}, {"start": [135.35, 64.35], "end": [135.08, 64.08], "width": 0.5, "net": "+3V3"}, {"start": [135.08, 64.08], "end": [135.08, 62.0], "width": 0.5, "net": "+3V3"}, {"start": [137.5, 64.35], "end": [142.1125, 64.35], "width": 0.5, "net": "+3V3"}, {"start": [143.5, 61.5], "end": [142.5, 62.5], "width": 0.5, "net": "+3V3"}, {"start": [142.5, 62.5], "end": [142.5, 63.9625], "width": 0.5, "net": "+3V3"}, {"start": [137.5, 74.0], "end": [133.54, 77.96], "width": 0.5, "net": "+3V3"}, {"start": [137.5, 70.65], "end": [137.5, 64.35], "width": 0.5, "net": "+3V3"}, {"start": [155.0, 63.0], "end": [153.5, 61.5], "width": 0.5, "net": "+3V3"}, {"start": [137.5, 64.35], "end": [135.35, 64.35], "width": 0.5, "net": "+3V3"}, {"start": [142.1125, 64.35], "end": [142.5, 63.9625], "width": 0.5, "net": "+3V3"}, {"start": [137.5, 70.65], "end": [137.5, 74.0], "width": 0.5, "net": "+3V3"}, {"start": [149.0, 89.5], "end": [146.5, 89.5], "width": 0.25, "net": "+3V3"}, {"start": [156.5, 63.5], "end": [156.0, 63.0], "width": 0.5, "net": "+3V3"}, {"start": [151.0, 95.2245], "end": [151.0, 95.2245], "width": 0.8, "net": "/CH1"}, {"start": [151.0, 95.2245], "end": [150.411896, 95.2245], "width": 0.25, "net": "/CH1"}, {"start": [150.411896, 95.2245], "end": [147.436395, 98.200001], "width": 0.25, "net": "/CH1"}, {"start": [147.436395, 98.200001], "end": [136.249997, 98.200001], "width": 0.25, "net": "/CH1"}, {"start": [149.0, 74.5], "end": [149.0, 74.5], "width": 0.8, "net": "/Power/V_REG"}, {"start": [143.5, 69.5], "end": [143.5, 69.5], "width": 0.8, "net": "/Power/V_REG"}, {"start": [149.0, 74.5], "end": [144.0, 69.5], "width": 0.25, "net": "/Power/V_REG"}, {"start": [144.0, 69.5], "end": [143.5, 69.5], "width": 0.25, "net": "/Power/V_REG"}, {"start": [169.499997, 95.999997], "end": [168.55, 95.05], "width": 0.4, "net": "Net-(Q12-G)"}, {"start": [168.55, 95.05], "end": [166.4375, 95.05], "width": 0.4, "net": "Net-(Q12-G)"}, {"start": [169.499997, 96.587501], "end": [169.499997, 95.999997], "width": 0.4, "net": "Net-(Q12-G)"}, {"start": [160.5, 96.0], "end": [160.5, 96.0], "width": 0.8, "net": "Net-(Q12-D)"}, {"start": [160.5, 96.0], "end": [164.5625, 96.0], "width": 0.25, "net": "Net-(Q12-D)"}, {"start": [171.55, 92.55], "end": [170.4375, 92.55], "width": 0.4, "net": "Net-(Q14-G)"}, {"start": [172.199997, 93.199997], "end": [171.55, 92.55], "width": 0.4, "net": "Net-(Q14-G)"}, {"start": [172.199997, 96.687501], "end": [172.199997, 93.199997], "width": 0.4, "net": "Net-(Q14-G)"}, {"start": [168.5625, 93.5], "end": [166.4125, 93.5], "width": 0.4, "net": "Net-(Q14-D)"}, {"start": [140.5, 86.0], "end": [140.5, 86.0], "width": 0.8, "net": "/I2C_SCL"}, {"start": [140.5, 86.0], "end": [140.5, 84.304998], "width": 0.25, "net": "/I2C_SCL"}, {"start": [140.554997, 84.250001], "end": [140.554997, 83.054997], "width": 0.4, "net": "/I2C_SCL"}, {"start": [139.5, 82.0], "end": [138.08, 82.0], "width": 0.4, "net": "/I2C_SCL"}, {"start": [140.5, 84.304998], "end": [140.554997, 84.250001], "width": 0.25, "net": "/I2C_SCL"}, {"start": [138.08, 82.0], "end": [136.08, 80.0], "width": 0.4, "net": "/I2C_SCL"}, {"start": [140.554997, 83.054997], "end": [139.5, 82.0], "width": 0.4, "net": "/I2C_SCL"}, {"start": [142.0, 86.0], "end": [142.0, 86.0], "width": 0.8, "net": "/I2C_SDA"}, {"start": [141.824997, 84.250001], "end": [141.824997, 83.204997], "width": 0.4, "net": "/I2C_SDA"}, {"start": [141.824997, 83.204997], "end": [138.62, 80.0], "width": 0.4, "net": "/I2C_SDA"}, {"start": [142.0, 84.425004], "end": [141.824997, 84.250001], "width": 0.25, "net": "/I2C_SDA"}, {"start": [142.0, 86.0], "end": [142.0, 84.425004], "width": 0.25, "net": "/I2C_SDA"}, {"start": [152.0, 72.08], "end": [154.0, 70.08], "width": 0.4, "net": "/GPIO13"}, {"start": [152.0, 76.734998], "end": [152.0, 72.08], "width": 0.4, "net": "/GPIO13"}, {"start": [145.634997, 83.100001], "end": [152.0, 76.734998], "width": 0.4, "net": "/GPIO13"}, {"start": [145.634997, 84.250001], "end": [145.634997, 83.100001], "width": 0.4, "net": "/GPIO13"}, {"start": [155.0, 61.5495], "end": [155.0, 61.5495], "width": 0.8, "net": "+5V"}, {"start": [132.8, 62.26], "end": [132.54, 62.0], "width": 0.5, "net": "+5V"}, {"start": [166.5, 62.0], "end": [168.3, 63.8], "width": 0.75, "net": "+5V"}, {"start": [132.8, 64.5], "end": [132.8, 62.26], "width": 0.5, "net": "+5V"}, {"start": [155.0, 61.5495], "end": [155.4505, 62.0], "width": 0.75, "net": "+5V"}, {"start": [168.3, 63.8], "end": [169.5, 63.8], "width": 0.75, "net": "+5V"}, {"start": [155.4505, 62.0], "end": [166.5, 62.0], "width": 0.75, "net": "+5V"}, {"start": [152.0, 94.5], "end": [152.0, 94.5], "width": 0.8, "net": "/CH2"}, {"start": [150.5, 94.5], "end": [147.249999, 97.750001], "width": 0.25, "net": "/CH2"}, {"start": [137.430001, 96.930001], "end": [136.249997, 96.930001], "width": 0.25, "net": "/CH2"}, {"start": [152.0, 94.5], "end": [150.5, 94.5], "width": 0.25, "net": "/CH2"}, {"start": [138.250001, 97.750001], "end": [137.430001, 96.930001], "width": 0.25, "net": "/CH2"}, {"start": [147.249999, 97.750001], "end": [138.250001, 97.750001], "width": 0.25, "net": "/CH2"}, {"start": [151.0, 93.7755], "end": [151.0, 93.7755], "width": 0.8, "net": "/CH3"}, {"start": [138.800001, 97.300001], "end": [137.160001, 95.660001], "width": 0.25, "net": "/CH3"}, {"start": [151.0, 93.7755], "end": [150.588104, 93.7755], "width": 0.25, "net": "/CH3"}, {"start": [137.160001, 95.660001], "end": [136.249997, 95.660001], "width": 0.25, "net": "/CH3"}, {"start": [147.063603, 97.300001], "end": [138.800001, 97.300001], "width": 0.25, "net": "/CH3"}, {"start": [150.588104, 93.7755], "end": [147.063603, 97.300001], "width": 0.25, "net": "/CH3"}, {"start": [152.0, 93.0505], "end": [152.0, 93.0505], "width": 0.8, "net": "/CH4"}, {"start": [146.877207, 96.850001], "end": [139.350001, 96.850001], "width": 0.25, "net": "/CH4"}, {"start": [152.0, 93.0505], "end": [150.676708, 93.0505], "width": 0.25, "net": "/CH4"}, {"start": [136.890001, 94.390001], "end": [136.249997, 94.390001], "width": 0.25, "net": "/CH4"}, {"start": [139.350001, 96.850001], "end": [136.890001, 94.390001], "width": 0.25, "net": "/CH4"}, {"start": [150.676708, 93.0505], "end": [146.877207, 96.850001], "width": 0.25, "net": "/CH4"}, {"start": [124.9495, 72.12], "end": [121.5, 68.6705], "width": 0.75, "net": "VCC"}, {"start": [123.5, 61.0], "end": [127.0, 61.0], "width": 0.75, "net": "VCC"}, {"start": [127.0, 61.0], "end": [127.425, 60.575], "width": 0.75, "net": "VCC"}, {"start": [168.875, 60.575], "end": [130.425, 60.575], "width": 0.75, "net": "VCC"}, {"start": [130.2, 64.5], "end": [130.2, 62.2], "width": 0.5, "net": "VCC"}, {"start": [169.5, 61.2], "end": [168.875, 60.575], "width": 0.75, "net": "VCC"}, {"start": [130.2, 62.2], "end": [130.0, 62.0], "width": 0.5, "net": "VCC"}, {"start": [130.0, 61.0], "end": [130.0, 62.0], "width": 0.75, "net": "VCC"}, {"start": [121.5, 68.6705], "end": [121.5, 63.0], "width": 0.75, "net": "VCC"}, {"start": [121.5, 63.0], "end": [123.5, 61.0], "width": 0.75, "net": "VCC"}, {"start": [130.425, 60.575], "end": [130.0, 61.0], "width": 0.75, "net": "VCC"}, {"start": [127.425, 60.575], "end": [130.425, 60.575], "width": 0.75, "net": "VCC"}, {"start": [153.0, 73.62], "end": [154.0, 72.62], "width": 0.4, "net": "/GPIO14"}, {"start": [146.904997, 84.250001], "end": [146.904997, 83.100001], "width": 0.4, "net": "/GPIO14"}, {"start": [153.0, 77.004998], "end": [153.0, 73.62], "width": 0.4, "net": "/GPIO14"}, {"start": [146.904997, 83.100001], "end": [153.0, 77.004998], "width": 0.4, "net": "/GPIO14"}, {"start": [149.9, 86.2], "end": [149.9, 86.2], "width": 0.8, "net": "/GPIO0"}, {"start": [160.375, 92.125], "end": [160.375, 92.125], "width": 0.8, "net": "/GPIO0"}, {"start": [149.9, 86.2], "end": [151.7, 86.2], "width": 0.4, "net": "/GPIO0"}, {"start": [160.5, 92.0], "end": [163.0875, 92.0], "width": 0.25, "net": "/GPIO0"}, {"start": [163.0875, 92.0], "end": [164.5875, 93.5], "width": 0.25, "net": "/GPIO0"}, {"start": [151.7, 86.2], "end": [152.399999, 85.500001], "width": 0.4, "net": "/GPIO0"}, {"start": [152.399999, 85.500001], "end": [153.749997, 85.500001], "width": 0.4, "net": "/GPIO0"}, {"start": [160.375, 92.125], "end": [160.5, 92.0], "width": 0.25, "net": "/GPIO0"}, {"start": [138.0, 100.0], "end": [138.0, 100.0], "width": 0.8, "net": "/CHIP_PU"}, {"start": [138.0, 100.0], "end": [137.470001, 99.470001], "width": 0.25, "net": "/CHIP_PU"}, {"start": [137.470001, 99.470001], "end": [136.249997, 99.470001], "width": 0.25, "net": "/CHIP_PU"}, {"start": [165.899997, 100.700001], "end": [162.129997, 96.930001], "width": 0.4, "net": "/TXD"}, {"start": [162.079997, 101.500001], "end": [163.379997, 102.800001], "width": 0.4, "net": "/TXD"}, {"start": [165.899997, 102.200001], "end": [165.899997, 100.700001], "width": 0.4, "net": "/TXD"}, {"start": [162.129997, 96.930001], "end": [153.749997, 96.930001], "width": 0.4, "net": "/TXD"}, {"start": [165.299997, 102.800001], "end": [165.899997, 102.200001], "width": 0.4, "net": "/TXD"}, {"start": [163.379997, 102.800001], "end": [165.299997, 102.800001], "width": 0.4, "net": "/TXD"}, {"start": [161.319997, 98.200001], "end": [164.619997, 101.500001], "width": 0.4, "net": "/RXD"}, {"start": [153.749997, 98.200001], "end": [161.319997, 98.200001], "width": 0.4, "net": "/RXD"}, {"start": [167.159997, 101.500001], "end": [167.159997, 99.659997], "width": 0.4, "net": "/RTS"}, {"start": [170.287497, 102.812501], "end": [172.199997, 100.900001], "width": 0.4, "net": "/RTS"}, {"start": [167.159997, 99.659997], "end": [166.4375, 98.9375], "width": 0.4, "net": "/RTS"}, {"start": [168.899997, 102.812501], "end": [170.287497, 102.812501], "width": 0.4, "net": "/RTS"}, {"start": [166.4375, 98.9375], "end": [166.4375, 96.95], "width": 0.4, "net": "/RTS"}, {"start": [167.587497, 101.500001], "end": [168.899997, 102.812501], "width": 0.4, "net": "/RTS"}, {"start": [167.159997, 101.500001], "end": [167.587497, 101.500001], "width": 0.4, "net": "/RTS"}, {"start": [172.199997, 100.900001], "end": [172.199997, 98.512501], "width": 0.4, "net": "/RTS"}, {"start": [170.437497, 98.062503], "end": [170.437497, 94.450003], "width": 0.4, "net": "/DTR"}, {"start": [169.499997, 98.412501], "end": [169.499997, 101.300001], "width": 0.4, "net": "/DTR"}, {"start": [169.499997, 98.412501], "end": [170.087499, 98.412501], "width": 0.4, "net": "/DTR"}, {"start": [170.087499, 98.412501], "end": [170.437497, 98.062503], "width": 0.4, "net": "/DTR"}, {"start": [169.499997, 101.300001], "end": [169.699997, 101.500001], "width": 0.4, "net": "/DTR"}, {"start": [170.437497, 94.450003], "end": [170.4375, 94.45], "width": 0.4, "net": "/DTR"}, {"start": [151.5, 88.0], "end": [151.5, 88.0], "width": 0.8, "net": "/LED_DIN"}, {"start": [152.080001, 90.580001], "end": [151.5, 90.0], "width": 0.25, "net": "/LED_DIN"}, {"start": [153.749997, 90.580001], "end": [152.080001, 90.580001], "width": 0.25, "net": "/LED_DIN"}, {"start": [151.5, 90.0], "end": [151.5, 88.0], "width": 0.25, "net": "/LED_DIN"}, {"start": [179.0, 74.269997], "end": [176.189997, 77.08], "width": 0.75, "net": "Net-(J90-Pin_2)"}, {"start": [179.0, 63.5], "end": [179.0, 74.269997], "width": 0.75, "net": "Net-(J90-Pin_2)"}, {"start": [172.25, 61.0], "end": [176.5, 61.0], "width": 0.75, "net": "Net-(J90-Pin_2)"}, {"start": [170.75, 62.5], "end": [172.25, 61.0], "width": 0.75, "net": "Net-(J90-Pin_2)"}, {"start": [169.5, 62.5], "end": [170.75, 62.5], "width": 0.75, "net": "Net-(J90-Pin_2)"}, {"start": [176.5, 61.0], "end": [179.0, 63.5], "width": 0.75, "net": "Net-(J90-Pin_2)"}, {"start": [131.5, 65.5], "end": [132.0375, 66.0375], "width": 0.5, "net": "/VIN_LIN"}, {"start": [132.0375, 66.0375], "end": [132.0375, 67.0], "width": 0.5, "net": "/VIN_LIN"}, {"start": [133.1875, 70.65], "end": [132.0375, 69.5], "width": 0.5, "net": "/VIN_LIN"}, {"start": [132.0375, 67.0], "end": [132.0375, 69.5], "width": 0.5, "net": "/VIN_LIN"}, {"start": [131.5, 64.5], "end": [131.5, 65.5], "width": 0.5, "net": "/VIN_LIN"}, {"start": [135.2, 70.65], "end": [133.1875, 70.65], "width": 0.5, "net": "/VIN_LIN"}, {"start": [132.999997, 93.500001], "end": [131.249997, 95.250001], "width": 0.2, "net": "/USB_DN"}, {"start": [133.205685, 86.360001], "end": [132.999997, 86.565689], "width": 0.2, "net": "/USB_DN"}, {"start": [131.249997, 95.250001], "end": [129.049997, 95.250001], "width": 0.2, "net": "/USB_DN"}, {"start": [134.714996, 86.360001], "end": [133.205685, 86.360001], "width": 0.2, "net": "/USB_DN"}, {"start": [136.249997, 86.770001], "end": [135.124996, 86.770001], "width": 0.2, "net": "/USB_DN"}, {"start": [128.549997, 96.250001], "end": [129.049997, 95.750001], "width": 0.2, "net": "/USB_DN"}, {"start": [129.049997, 95.750001], "end": [129.049997, 95.250001], "width": 0.2, "net": "/USB_DN"}, {"start": [135.124996, 86.770001], "end": [134.714996, 86.360001], "width": 0.2, "net": "/USB_DN"}, {"start": [127.504997, 96.250001], "end": [128.549997, 96.250001], "width": 0.2, "net": "/USB_DN"}, {"start": [132.999997, 86.565689], "end": [132.999997, 93.500001], "width": 0.2, "net": "/USB_DN"}, {"start": [129.049997, 95.250001], "end": [127.504997, 95.250001], "width": 0.2, "net": "/USB_DN"}, {"start": [143.5, 86.0], "end": [143.5, 86.0], "width": 0.8, "net": "/BTN_2"}, {"start": [143.0, 84.344998], "end": [143.094997, 84.250001], "width": 0.25, "net": "/BTN_2"}, {"start": [143.5, 86.0], "end": [143.0, 85.5], "width": 0.25, "net": "/BTN_2"}, {"start": [143.0, 85.5], "end": [143.0, 84.344998], "width": 0.25, "net": "/BTN_2"}, {"start": [138.0, 87.0], "end": [138.0, 87.0], "width": 0.8, "net": "/BTN_1"}, {"start": [136.959999, 88.040001], "end": [136.249997, 88.040001], "width": 0.25, "net": "/BTN_1"}, {"start": [138.0, 87.0], "end": [136.959999, 88.040001], "width": 0.25, "net": "/BTN_1"}, {"start": [171.3525, 73.9125], "end": [172.0, 73.265], "width": 0.4, "net": "Net-(J65-Pin_2)"}, {"start": [169.5, 73.9125], "end": [171.3525, 73.9125], "width": 0.4, "net": "Net-(J65-Pin_2)"}, {"start": [156.5, 67.4125], "end": [156.5, 69.495], "width": 0.4, "net": "/AIN_TTL"}, {"start": [156.5, 69.495], "end": [157.235, 70.23], "width": 0.4, "net": "/AIN_TTL"}, {"start": [144.364997, 83.135003], "end": [151.0, 76.5], "width": 0.4, "net": "/AIN_TTL"}, {"start": [156.3725, 67.54], "end": [156.5, 67.4125], "width": 0.4, "net": "/AIN_TTL"}, {"start": [151.0, 76.5], "end": [151.0, 70.54], "width": 0.4, "net": "/AIN_TTL"}, {"start": [154.0, 67.54], "end": [156.3725, 67.54], "width": 0.4, "net": "/AIN_TTL"}, {"start": [151.0, 70.54], "end": [154.0, 67.54], "width": 0.4, "net": "/AIN_TTL"}, {"start": [144.364997, 84.250001], "end": [144.364997, 83.135003], "width": 0.4, "net": "/AIN_TTL"}, {"start": [166.85, 70.145], "end": [166.765, 70.23], "width": 0.4, "net": "Net-(D65-K)"}, {"start": [166.85, 67.0], "end": [166.85, 70.145], "width": 0.4, "net": "Net-(D65-K)"}, {"start": [172.0, 70.725], "end": [172.0, 68.5], "width": 0.4, "net": "Net-(D65-A)"}, {"start": [170.5, 67.0], "end": [170.15, 67.0], "width": 0.4, "net": "Net-(D65-A)"}, {"start": [172.0, 68.5], "end": [170.5, 67.0], "width": 0.4, "net": "Net-(D65-A)"}, {"start": [166.765, 72.77], "end": [168.8175, 72.77], "width": 0.4, "net": "Net-(R66-Pad2)"}, {"start": [168.8175, 72.77], "end": [169.5, 72.0875], "width": 0.4, "net": "Net-(R66-Pad2)"}]}, "zones": {"F": [{"polygons": [[[142.745324, 62.491852], [142.784082, 62.513281], [143.953396, 63.462181], [143.987754, 63.505834], [144.0, 63.560019], [144.0, 69.874001], [143.983119, 69.937001], [143.937, 69.98312], [143.874, 70.000001], [139.268362, 70.000001], [139.219482, 69.990134], [139.178258, 69.962077], [139.151147, 69.920225], [139.134361, 69.877658], [139.042922, 69.757078], [138.922342, 69.665639], [138.799245, 69.617095], [138.759008, 69.591534], [138.51194, 69.35846], [138.491476, 69.339155], [139.872001, 69.339155], [139.87242, 69.346405], [139.873817, 69.358456], [139.87874, 69.376549], [139.915495, 69.459793], [139.928471, 69.478736], [139.991263, 69.541528], [140.010206, 69.554504], [140.093454, 69.591261], [140.111539, 69.596182], [140.12358, 69.597579], [140.130854, 69.598], [141.30291, 69.598], [141.315993, 69.594493], [141.3195, 69.58141], [141.3195, 69.581409], [141.8195, 69.581409], [141.823006, 69.594492], [141.83609, 69.597999], [143.008155, 69.597999], [143.015405, 69.597579], [143.027456, 69.596182], [143.045549, 69.591259], [143.128793, 69.554504], [143.147736, 69.541528], [143.210528, 69.478736], [143.223504, 69.459793], [143.260261, 69.376545], [143.265182, 69.35846], [143.266579, 69.346419], [143.267, 69.339146], [143.267, 66.81459], [143.263493, 66.801506], [143.25041, 66.798], [141.83609, 66.798], [141.823006, 66.801506], [141.8195, 66.81459], [141.8195, 69.581409], [141.3195, 69.581409], [141.3195, 66.81459], [141.315993, 66.801506], [141.30291, 66.798], [139.888591, 66.798], [139.875507, 66.801506], [139.872001, 66.81459], [139.872001, 69.339155], [138.491476, 69.339155], [137.712689, 68.60448], [137.678188, 68.548091], [137.676984, 68.481993], [137.709412, 68.424384], [137.733664, 68.410264], [137.746149, 68.397779], [137.75, 68.38341], [138.25, 68.38341], [138.253506, 68.396493], [138.26659, 68.4], [138.689293, 68.4], [138.696801, 68.39955], [138.77342, 68.390349], [138.788963, 68.386421], [138.914074, 68.337083], [138.928965, 68.328711], [139.0357, 68.24777], [139.04777, 68.2357], [139.128711, 68.128965], [139.137083, 68.114074], [139.186421, 67.988963], [139.190349, 67.97342], [139.19955, 67.896801], [139.2, 67.889293], [139.2, 67.79159], [139.196493, 67.778506], [139.18341, 67.775], [138.26659, 67.775], [138.253506, 67.778506], [138.25, 67.79159], [138.25, 68.38341], [137.75, 68.38341], [137.75, 67.79159], [137.746493, 67.778506], [137.73341, 67.775], [136.81659, 67.775], [136.803506, 67.778506], [136.8, 67.79159], [136.8, 67.889293], [136.800449, 67.896806], [136.805745, 67.940909], [136.794387, 68.010138], [136.747767, 68.062562], [136.680338, 68.08193], [136.406613, 68.081266], [136.40661, 68.081266], [134.543439, 68.076745], [134.543438, 68.076745], [133.971884, 68.075358], [133.526193, 68.074276], [133.463324, 68.057294], [133.41733, 68.011189], [133.4005, 67.948277], [133.4005, 67.73341], [134.6, 67.73341], [134.603506, 67.746493], [134.61659, 67.75], [135.20841, 67.75], [135.221493, 67.746493], [135.225, 67.73341], [135.725, 67.73341], [135.728506, 67.746493], [135.74159, 67.75], [136.33341, 67.75], [136.346493, 67.746493], [136.35, 67.73341], [136.35, 67.310707], [136.34955, 67.303198], [136.344172, 67.25841], [136.8, 67.25841], [136.803506, 67.271493], [136.81659, 67.275], [137.73341, 67.275], [137.746493, 67.271493], [137.75, 67.25841], [138.25, 67.25841], [138.253506, 67.271493], [138.26659, 67.275], [139.18341, 67.275], [139.196493, 67.271493], [139.2, 67.25841], [139.2, 67.160707], [139.19955, 67.153198], [139.190349, 67.076579], [139.186421, 67.061036], [139.137083, 66.935925], [139.128711, 66.921034], [139.04777, 66.814299], [139.0357, 66.802229], [138.928965, 66.721288], [138.914074, 66.712916], [138.788963, 66.663578], [138.77342, 66.65965], [138.696801, 66.650449], [138.689293, 66.65], [138.26659, 66.65], [138.253506, 66.653506], [138.25, 66.66659], [138.25, 67.25841], [137.75, 67.25841], [137.75, 66.66659], [137.746493, 66.653506], [137.73341, 66.65], [137.310707, 66.65], [137.303198, 66.650449], [137.226579, 66.65965], [137.211036, 66.663578], [137.085925, 66.712916], [137.071034, 66.721288], [136.964299, 66.802229], [136.952229, 66.814299], [136.871288, 66.921034], [136.862916, 66.935925], [136.813578, 67.061036], [136.80965, 67.076579], [136.800449, 67.153198], [136.8, 67.160707], [136.8, 67.25841], [136.344172, 67.25841], [136.340349, 67.226579], [136.336421, 67.211036], [136.287083, 67.085925], [136.278711, 67.071034], [136.19777, 66.964299], [136.1857, 66.952229], [136.078965, 66.871288], [136.064074, 66.862916], [135.938963, 66.813578], [135.92342, 66.80965], [135.846801, 66.800449], [135.839293, 66.8], [135.74159, 66.8], [135.728506, 66.803506], [135.725, 66.81659], [135.725, 67.73341], [135.225, 67.73341], [135.225, 66.81659], [135.221493, 66.803506], [135.20841, 66.8], [135.110707, 66.8], [135.103198, 66.800449], [135.026579, 66.80965], [135.011036, 66.813578], [134.885925, 66.862916], [134.871034, 66.871288], [134.764299, 66.952229], [134.752229, 66.964299], [134.671288, 67.071034], [134.662916, 67.085925], [134.613578, 67.211036], [134.60965, 67.226579], [134.600449, 67.303198], [134.6, 67.310707], [134.6, 67.73341], [133.4005, 67.73341], [133.4005, 67.310665], [133.4005, 67.306898], [133.389877, 67.218436], [133.334361, 67.077658], [133.242922, 66.957078], [133.122342, 66.865639], [133.087498, 66.851898], [132.989081, 66.813087], [132.989078, 66.813086], [132.981564, 66.810123], [132.973541, 66.809159], [132.973539, 66.809159], [132.896843, 66.799949], [132.896839, 66.799948], [132.893102, 66.7995], [132.206, 66.7995], [132.143, 66.782619], [132.096881, 66.7365], [132.08, 66.6735], [132.08, 65.922368], [138.142936, 65.922368], [138.151544, 65.929979], [138.274776, 65.995848], [138.286161, 66.000564], [138.472241, 66.057011], [138.484326, 66.059414], [138.677837, 66.078474], [138.690163, 66.078474], [138.883673, 66.059414], [138.895758, 66.057011], [139.081838, 66.000564], [139.093223, 65.995848], [139.216454, 65.929979], [139.225061, 65.922369], [139.219033, 65.912586], [138.695729, 65.389282], [138.683999, 65.38251], [138.672271, 65.389281], [138.148962, 65.912589], [138.142936, 65.922368], [132.08, 65.922368], [132.08, 65.2837], [132.098399, 65.21814], [132.148224, 65.171727], [132.206493, 65.159749], [132.206493, 65.157735], [132.289012, 65.157735], [132.293507, 65.157735], [132.297953, 65.157095], [132.297963, 65.157095], [132.298708, 65.156988], [132.316641, 65.155705], [132.683359, 65.155705], [132.701292, 65.156988], [132.702036, 65.157095], [132.702047, 65.157095], [132.706493, 65.157735], [132.789012, 65.157735], [132.793507, 65.157735], [132.797953, 65.157095], [132.797963, 65.157095], [132.798708, 65.156988], [132.816641, 65.155705], [133.245046, 65.155705], [133.25, 65.155705], [133.344468, 65.140743], [133.429689, 65.097321], [133.497321, 65.029689], [133.540743, 64.944468], [133.555705, 64.85], [133.555705, 64.278111], [133.543322, 64.191984], [133.502815, 64.054029], [133.466669, 63.97488], [133.388937, 63.853926], [133.331954, 63.788164], [133.255442, 63.721867], [133.220533, 63.672337], [133.212781, 63.612238], [133.233982, 63.55547], [133.279231, 63.515164], [133.338063, 63.500643], [134.161337, 63.501349], [134.220106, 63.515951], [134.265275, 63.556283], [134.286413, 63.613029], [134.278636, 63.673083], [134.243741, 63.722574], [134.171439, 63.785223], [134.171431, 63.78523], [134.168046, 63.788164], [134.165112, 63.791549], [134.165105, 63.791557], [134.114013, 63.85052], [134.114004, 63.850531], [134.111063, 63.853926], [134.108629, 63.857712], [134.108624, 63.85772], [134.035764, 63.971093], [134.035759, 63.9711], [134.033331, 63.97488], [134.031466, 63.978963], [134.031462, 63.978971], [133.999053, 64.049936], [133.999047, 64.04995], [133.997185, 64.054029], [133.995919, 64.058337], [133.995916, 64.058348], [133.957947, 64.187661], [133.956678, 64.191984], [133.956038, 64.196432], [133.956037, 64.196439], [133.944934, 64.273663], [133.944933, 64.27367], [133.944295, 64.278111], [133.944295, 64.85], [133.945068, 64.854881], [133.945069, 64.854892], [133.957225, 64.931642], [133.959257, 64.944468], [133.963758, 64.953301], [133.993803, 65.01227], [134.002679, 65.029689], [134.070311, 65.097321], [134.155532, 65.140743], [134.25, 65.155705], [134.683359, 65.155705], [134.701292, 65.156988], [134.702036, 65.157095], [134.702047, 65.157095], [134.706493, 65.157735], [134.789012, 65.157735], [134.793507, 65.157735], [134.797953, 65.157095], [134.797963, 65.157095], [134.798708, 65.156988], [134.816641, 65.155705], [135.183359, 65.155705], [135.201292, 65.156988], [135.202036, 65.157095], [135.202047, 65.157095], [135.206493, 65.157735], [135.289012, 65.157735], [135.293507, 65.157735], [135.297953, 65.157095], [135.297963, 65.157095], [135.298708, 65.156988], [135.316641, 65.155705], [135.745046, 65.155705], [135.75, 65.155705], [135.844468, 65.140743], [135.929689, 65.097321], [135.996847, 65.030163], [137.629526, 65.030163], [137.648585, 65.223673], [137.650988, 65.235758], [137.707435, 65.421838], [137.712151, 65.433223], [137.778019, 65.556455], [137.785629, 65.565061], [137.795411, 65.559034], [138.318716, 65.03573], [138.325489, 65.023999], [139.04251, 65.023999], [139.049282, 65.035729], [139.572586, 65.559033], [139.582369, 65.565061], [139.589979, 65.556454], [139.634878, 65.472457], [139.680166, 65.42442], [139.743526, 65.405877], [139.807566, 65.421919], [139.854705, 65.46814], [139.872, 65.531853], [139.872, 66.28141], [139.875506, 66.294493], [139.88859, 66.298], [141.30291, 66.298], [141.315993, 66.294493], [141.3195, 66.28141], [141.8195, 66.28141], [141.823006, 66.294493], [141.83609, 66.298], [143.250409, 66.298], [143.263492, 66.294493], [143.266999, 66.28141], [143.266999, 63.756845], [143.266579, 63.749594], [143.265182, 63.737543], [143.260259, 63.71945], [143.223504, 63.636206], [143.210528, 63.617263], [143.147736, 63.554471], [143.128793, 63.541495], [143.045545, 63.504738], [143.02746, 63.499817], [143.015419, 63.49842], [143.008146, 63.498], [141.83609, 63.498], [141.823006, 63.501506], [141.8195, 63.51459], [141.8195, 66.28141], [141.3195, 66.28141], [141.3195, 63.514591], [141.315993, 63.501507], [141.30291, 63.498001], [140.130845, 63.498001], [140.123594, 63.49842], [140.111543, 63.499817], [140.09345, 63.50474], [140.010206, 63.541495], [139.991263, 63.554471], [139.928471, 63.617263], [139.915495, 63.636206], [139.878738, 63.719454], [139.873817, 63.737539], [139.87242, 63.74958], [139.872, 63.756854], [139.872, 64.516147], [139.854705, 64.57986], [139.807566, 64.626082], [139.743526, 64.642123], [139.680165, 64.62358], [139.634878, 64.575543], [139.589979, 64.491544], [139.582368, 64.482936], [139.572589, 64.488962], [139.049281, 65.012271], [139.04251, 65.023999], [138.325489, 65.023999], [138.318717, 65.01227], [137.795412, 64.488965], [137.78563, 64.482937], [137.778018, 64.491546], [137.712151, 64.614775], [137.707435, 64.62616], [137.650988, 64.812241], [137.648585, 64.824326], [137.629526, 65.017837], [137.629526, 65.030163], [135.996847, 65.030163], [135.997321, 65.029689], [136.040743, 64.944468], [136.055705, 64.85], [136.055705, 64.278111], [136.043322, 64.191984], [136.023839, 64.12563], [138.142937, 64.12563], [138.148965, 64.135412], [138.67227, 64.658717], [138.683999, 64.665489], [138.69573, 64.658716], [139.219034, 64.135411], [139.225061, 64.125629], [139.216455, 64.118019], [139.093223, 64.052151], [139.081838, 64.047435], [138.895758, 63.990988], [138.883673, 63.988585], [138.690163, 63.969526], [138.677837, 63.969526], [138.484326, 63.988585], [138.472241, 63.990988], [138.28616, 64.047435], [138.274775, 64.052151], [138.151546, 64.118018], [138.142937, 64.12563], [136.023839, 64.12563], [136.002815, 64.054029], [135.966669, 63.97488], [135.888937, 63.853926], [135.831954, 63.788164], [135.79582, 63.756854], [135.757919, 63.724013], [135.723008, 63.674482], [135.715257, 63.614383], [135.736458, 63.557615], [135.781707, 63.517309], [135.840538, 63.502788], [137.917858, 63.504569], [140.125039, 62.558387], [140.171535, 62.548236], [142.701547, 62.485158]]], "width": 0.254, "net": "/Power/V_REG"}, {"polygons": [[[128.947163, 70.107633], [128.977034, 70.124945], [129.492144, 70.559276], [130.382903, 71.310349], [130.400645, 71.325308], [130.428067, 71.362569], [130.435564, 71.408221], [130.4215, 71.452294], [130.388945, 71.485165], [130.30759, 71.535537], [130.307581, 71.535543], [130.303698, 71.537948], [130.300323, 71.541024], [130.300316, 71.54103], [130.149512, 71.678507], [130.149506, 71.678513], [130.146128, 71.681593], [130.143372, 71.685241], [130.143365, 71.68525], [130.043949, 71.816898], [130.017634, 71.851745], [130.015595, 71.855838], [130.015591, 71.855846], [129.924637, 72.038509], [129.924635, 72.038513], [129.922595, 72.042611], [129.921344, 72.047005], [129.921341, 72.047015], [129.865494, 72.243294], [129.865492, 72.243302], [129.864244, 72.24769], [129.844571, 72.46], [129.864244, 72.67231], [129.865493, 72.676699], [129.865494, 72.676705], [129.921341, 72.872984], [129.921343, 72.87299], [129.922595, 72.877389], [129.924636, 72.881489], [129.924637, 72.88149], [130.013772, 73.0605], [130.017634, 73.068255], [130.020396, 73.071912], [130.143365, 73.234749], [130.143368, 73.234752], [130.146128, 73.238407], [130.149511, 73.241491], [130.149512, 73.241492], [130.235482, 73.319865], [130.303698, 73.382052], [130.484981, 73.494298], [130.683802, 73.571321], [130.89339, 73.6105], [131.102027, 73.6105], [131.10661, 73.6105], [131.316198, 73.571321], [131.515019, 73.494298], [131.696302, 73.382052], [131.853872, 73.238407], [131.982366, 73.068255], [132.069751, 72.892759], [132.110415, 72.850279], [132.168001, 72.838357], [132.222188, 72.861201], [133.245204, 73.723791], [133.274303, 73.765305], [133.279035, 73.815782], [133.258159, 73.861982], [133.21715, 73.891791], [133.029472, 73.964498], [133.021315, 73.96856], [132.847889, 74.07594], [132.840619, 74.08143], [132.689883, 74.218845], [132.683736, 74.225588], [132.560823, 74.38835], [132.556018, 74.39611], [132.465105, 74.57869], [132.461809, 74.587196], [132.419693, 74.735219], [132.420042, 74.74656], [132.430856, 74.75], [134.649144, 74.75], [134.659957, 74.74656], [134.660306, 74.735219], [134.61819, 74.587196], [134.614894, 74.57869], [134.523981, 74.39611], [134.519176, 74.38835], [134.396263, 74.225588], [134.390116, 74.218845], [134.286968, 74.124813], [134.257201, 74.073921], [134.261646, 74.015132], [134.298725, 73.969294], [134.355285, 73.952664], [137.239997, 74.000001], [142.0, 74.000001], [142.088001, 74.000001], [142.137501, 74.013264], [142.173738, 74.049501], [142.187001, 74.099001], [142.187001, 74.266937], [142.187329, 74.272627], [142.189052, 74.287479], [142.192917, 74.301685], [142.231508, 74.389088], [142.241697, 74.403962], [142.308037, 74.470302], [142.322911, 74.480491], [142.410312, 74.519082], [142.424524, 74.522948], [142.439358, 74.524669], [142.445072, 74.525], [142.748967, 74.525], [142.759245, 74.522245], [142.762, 74.511967], [142.762, 74.000001], [143.262, 74.000001], [143.262, 74.511966], [143.264754, 74.522244], [143.275033, 74.524999], [143.578937, 74.524999], [143.584627, 74.52467], [143.599479, 74.522947], [143.613685, 74.519082], [143.701088, 74.480491], [143.715962, 74.470302], [143.782302, 74.403962], [143.792491, 74.389088], [143.831082, 74.301687], [143.834948, 74.287475], [143.836669, 74.272641], [143.837, 74.266928], [143.837, 74.099001], [143.850263, 74.049501], [143.8865, 74.013264], [143.936, 74.000001], [144.401, 74.000001], [144.4505, 74.013264], [144.486737, 74.049501], [144.5, 74.099001], [144.5, 75.970026], [144.483373, 76.02494], [144.026339, 76.710492], [143.52939, 77.455915], [143.493731, 77.488286], [143.447017, 77.5], [143.140462, 77.5], [143.086814, 77.484204], [143.050286, 77.441856], [143.045847, 77.410142], [143.034501, 77.388054], [142.509214, 76.862767], [142.5, 76.857447], [142.490785, 76.862767], [141.965497, 77.388054], [141.954151, 77.410142], [141.949713, 77.441856], [141.913185, 77.484204], [141.859537, 77.5], [139.9, 77.5], [133.999997, 77.500001], [129.315, 77.500001], [129.2655, 77.486738], [129.229263, 77.450501], [129.216, 77.401001], [129.216, 76.504843], [141.445396, 76.504843], [141.464715, 76.700993], [141.466604, 76.710492], [141.523819, 76.899105], [141.527526, 76.908054], [141.593662, 77.031788], [141.601833, 77.039695], [141.611944, 77.034501], [142.137232, 76.509214], [142.142552, 76.5], [142.857447, 76.5], [142.862767, 76.509214], [143.388054, 77.034501], [143.398165, 77.039695], [143.406336, 77.031786], [143.472472, 76.908056], [143.476181, 76.899101], [143.533395, 76.710492], [143.535284, 76.700993], [143.554604, 76.504843], [143.554604, 76.495157], [143.535284, 76.299006], [143.533395, 76.289507], [143.47618, 76.100894], [143.472473, 76.091945], [143.406336, 75.968211], [143.398165, 75.960303], [143.388054, 75.965497], [142.862767, 76.490785], [142.857447, 76.5], [142.142552, 76.5], [142.137232, 76.490785], [141.611946, 75.965499], [141.601832, 75.960304], [141.593662, 75.96821], [141.527526, 76.091945], [141.523819, 76.100894], [141.466604, 76.289507], [141.464715, 76.299006], [141.445396, 76.495157], [141.445396, 76.504843], [129.216, 76.504843], [129.216, 75.891937], [129.850001, 75.891937], [129.850329, 75.897627], [129.852052, 75.912479], [129.855917, 75.926685], [129.894508, 76.014088], [129.904697, 76.028962], [129.971037, 76.095302], [129.985911, 76.105491], [130.073312, 76.144082], [130.087524, 76.147948], [130.102358, 76.149669], [130.108072, 76.15], [130.736967, 76.15], [130.747245, 76.147245], [130.75, 76.136967], [130.75, 76.136966], [131.25, 76.136966], [131.252754, 76.147244], [131.263033, 76.149999], [131.891937, 76.149999], [131.897627, 76.14967], [131.912479, 76.147947], [131.926685, 76.144082], [132.014088, 76.105491], [132.028962, 76.095302], [132.095302, 76.028962], [132.105491, 76.014088], [132.144082, 75.926687], [132.147948, 75.912475], [132.149669, 75.897641], [132.15, 75.891928], [132.15, 75.26478], [132.419693, 75.26478], [132.461809, 75.412803], [132.465105, 75.421309], [132.556018, 75.603889], [132.560823, 75.611649], [132.683736, 75.774411], [132.689883, 75.781154], [132.840619, 75.918569], [132.847889, 75.924059], [133.021315, 76.031439], [133.029472, 76.035501], [133.219669, 76.109184], [133.228442, 76.111679], [133.275661, 76.120506], [133.286775, 76.119304], [133.29, 76.108601], [133.79, 76.108601], [133.793224, 76.119304], [133.804338, 76.120506], [133.851557, 76.111679], [133.86033, 76.109184], [134.050527, 76.035501], [134.058684, 76.031439], [134.23211, 75.924059], [134.23938, 75.918569], [134.390116, 75.781154], [134.396263, 75.774411], [134.519176, 75.611649], [134.523981, 75.603889], [134.575657, 75.500108], [139.008, 75.500108], [139.008351, 75.505988], [139.017856, 75.585141], [139.020943, 75.597351], [139.071594, 75.725794], [139.078172, 75.737493], [139.16134, 75.847165], [139.170834, 75.856659], [139.280506, 75.939827], [139.292205, 75.946405], [139.420648, 75.997056], [139.432858, 76.000143], [139.512011, 76.009648], [139.517892, 76.01], [139.944967, 76.01], [139.955245, 76.007245], [139.958, 75.996967], [140.458, 75.996967], [140.460754, 76.007245], [140.471033, 76.01], [140.898108, 76.01], [140.903988, 76.009648], [140.983141, 76.000143], [140.995351, 75.997056], [141.123794, 75.946405], [141.135493, 75.939827], [141.245165, 75.856659], [141.254659, 75.847165], [141.337827, 75.737493], [141.344405, 75.725794], [141.393289, 75.601832], [141.960304, 75.601832], [141.965499, 75.611946], [142.490785, 76.137232], [142.5, 76.142552], [142.509214, 76.137232], [143.034501, 75.611944], [143.039695, 75.601833], [143.031788, 75.593662], [142.908054, 75.527526], [142.899105, 75.523819], [142.710492, 75.466604], [142.700993, 75.464715], [142.504843, 75.445396], [142.495157, 75.445396], [142.299006, 75.464715], [142.289507, 75.466604], [142.100894, 75.523819], [142.091945, 75.527526], [141.96821, 75.593662], [141.960304, 75.601832], [141.393289, 75.601832], [141.395056, 75.597351], [141.398143, 75.585141], [141.407648, 75.505988], [141.408, 75.500108], [141.408, 75.398033], [141.405245, 75.387754], [141.394967, 75.385], [140.471033, 75.385], [140.460754, 75.387754], [140.458, 75.398033], [140.458, 75.996967], [139.958, 75.996967], [139.958, 75.398033], [139.955245, 75.387754], [139.944967, 75.385], [139.021033, 75.385], [139.010754, 75.387754], [139.008, 75.398033], [139.008, 75.500108], [134.575657, 75.500108], [134.614894, 75.421309], [134.61819, 75.412803], [134.660306, 75.26478], [134.659957, 75.253439], [134.649144, 75.25], [133.803033, 75.25], [133.792754, 75.252754], [133.79, 75.263033], [133.79, 76.108601], [133.29, 76.108601], [133.29, 75.263033], [133.287245, 75.252754], [133.276967, 75.25], [132.430856, 75.25], [132.420042, 75.253439], [132.419693, 75.26478], [132.15, 75.26478], [132.15, 75.263033], [132.147245, 75.252754], [132.136967, 75.25], [131.263033, 75.25], [131.252754, 75.252754], [131.25, 75.263033], [131.25, 76.136966], [130.75, 76.136966], [130.75, 75.263033], [130.747245, 75.252754], [130.736967, 75.25], [129.863034, 75.25], [129.852755, 75.252754], [129.850001, 75.263033], [129.850001, 75.891937], [129.216, 75.891937], [129.216, 75.447033], [129.213245, 75.436754], [129.202967, 75.434], [126.897021, 75.434], [126.116885, 74.934], [126.09655, 74.920967], [126.816, 74.920967], [126.818754, 74.931245], [126.829033, 74.934], [127.752967, 74.934], [127.763245, 74.931245], [127.766, 74.920967], [128.266, 74.920967], [128.268754, 74.931245], [128.279033, 74.934], [129.202966, 74.934], [129.213244, 74.931245], [129.215999, 74.920967], [129.215999, 74.871967], [139.008, 74.871967], [139.010754, 74.882245], [139.021033, 74.885], [139.944967, 74.885], [139.955245, 74.882245], [139.958, 74.871967], [140.458, 74.871967], [140.460754, 74.882245], [140.471033, 74.885], [141.394967, 74.885], [141.405245, 74.882245], [141.408, 74.871967], [141.408, 74.769892], [141.407648, 74.764011], [141.398143, 74.684858], [141.395056, 74.672648], [141.344405, 74.544205], [141.337827, 74.532506], [141.254659, 74.422834], [141.245165, 74.41334], [141.135493, 74.330172], [141.123794, 74.323594], [140.995351, 74.272943], [140.983141, 74.269856], [140.903988, 74.260351], [140.898108, 74.26], [140.471033, 74.26], [140.460754, 74.262754], [140.458, 74.273033], [140.458, 74.871967], [139.958, 74.871967], [139.958, 74.273033], [139.955245, 74.262754], [139.944967, 74.26], [139.517892, 74.26], [139.512011, 74.260351], [139.432858, 74.269856], [139.420648, 74.272943], [139.292205, 74.323594], [139.280506, 74.330172], [139.170834, 74.41334], [139.16134, 74.422834], [139.078172, 74.532506], [139.071594, 74.544205], [139.020943, 74.672648], [139.017856, 74.684858], [139.008351, 74.764011], [139.008, 74.769892], [139.008, 74.871967], [129.215999, 74.871967], [129.215999, 74.736967], [129.85, 74.736967], [129.852754, 74.747245], [129.863033, 74.75], [130.736967, 74.75], [130.747245, 74.747245], [130.75, 74.736967], [131.25, 74.736967], [131.252754, 74.747245], [131.263033, 74.75], [132.136966, 74.75], [132.147244, 74.747245], [132.149999, 74.736967], [132.149999, 74.108063], [132.14967, 74.102372], [132.147947, 74.08752], [132.144082, 74.073314], [132.105491, 73.985911], [132.095302, 73.971037], [132.028962, 73.904697], [132.014088, 73.894508], [131.926687, 73.855917], [131.912475, 73.852051], [131.897641, 73.85033], [131.891928, 73.85], [131.263033, 73.85], [131.252754, 73.852754], [131.25, 73.863033], [131.25, 74.736967], [130.75, 74.736967], [130.75, 73.863034], [130.747245, 73.852755], [130.736967, 73.850001], [130.108063, 73.850001], [130.102372, 73.850329], [130.08752, 73.852052], [130.073314, 73.855917], [129.985911, 73.894508], [129.971037, 73.904697], [129.904697, 73.971037], [129.894508, 73.985911], [129.855917, 74.073312], [129.852051, 74.087524], [129.85033, 74.102358], [129.85, 74.108072], [129.85, 74.736967], [129.215999, 74.736967], [129.215999, 72.942063], [129.21567, 72.936372], [129.213947, 72.921517], [129.210082, 72.907314], [129.171491, 72.819911], [129.161302, 72.805037], [129.094962, 72.738697], [129.080088, 72.728508], [128.992687, 72.689917], [128.978475, 72.686051], [128.963641, 72.68433], [128.957928, 72.684], [128.279033, 72.684], [128.268754, 72.686754], [128.266, 72.697033], [128.266, 74.920967], [127.766, 74.920967], [127.766, 72.697034], [127.763245, 72.686755], [127.752967, 72.684001], [127.074063, 72.684001], [127.068372, 72.684329], [127.05352, 72.686052], [127.039314, 72.689917], [126.951911, 72.728508], [126.937037, 72.738697], [126.870697, 72.805037], [126.860508, 72.819911], [126.821917, 72.907312], [126.818051, 72.921524], [126.81633, 72.936358], [126.816, 72.942072], [126.816, 74.920967], [126.09655, 74.920967], [124.294875, 73.766247], [124.25742, 73.722175], [124.250982, 73.664696], [124.277759, 73.61343], [124.328611, 73.585874], [124.386181, 73.591433], [124.457702, 73.621058], [124.465069, 73.623452], [124.698579, 73.679512], [124.706224, 73.680723], [124.945625, 73.699565], [124.953375, 73.699565], [125.192775, 73.680723], [125.20042, 73.679512], [125.43393, 73.623452], [125.441297, 73.621058], [125.663153, 73.529162], [125.670064, 73.52564], [125.862816, 73.407522], [125.870255, 73.399039], [125.865003, 73.389056], [124.958714, 72.482767], [124.9495, 72.477447], [124.940285, 72.482767], [124.033995, 73.389057], [124.027961, 73.400525], [124.028271, 73.403144], [124.019236, 73.457559], [123.982487, 73.498693], [123.92943, 73.513777], [123.876537, 73.498128], [123.48958, 73.250122], [123.456139, 73.214271], [123.444, 73.166772], [123.444, 73.028638], [123.457006, 72.979587], [123.492605, 72.943424], [123.541445, 72.92965], [123.590694, 72.941884], [123.627412, 72.976911], [123.661978, 73.033319], [123.670458, 73.040756], [123.680442, 73.035503], [124.586732, 72.129214], [124.592052, 72.12], [125.306947, 72.12], [125.312267, 72.129214], [126.218556, 73.035503], [126.228539, 73.040755], [126.237022, 73.033316], [126.35514, 72.840564], [126.358662, 72.833653], [126.450558, 72.611797], [126.452952, 72.60443], [126.509012, 72.37092], [126.510223, 72.363275], [126.529065, 72.123875], [126.529065, 72.116125], [126.510223, 71.876724], [126.509012, 71.869079], [126.452952, 71.635569], [126.450558, 71.628202], [126.358663, 71.406349], [126.355141, 71.399437], [126.23702, 71.206679], [126.22854, 71.199242], [126.218557, 71.204495], [125.312267, 72.110785], [125.306947, 72.12], [124.592052, 72.12], [124.586732, 72.110785], [123.680442, 71.204495], [123.670458, 71.199242], [123.661978, 71.206679], [123.627412, 71.263088], [123.590694, 71.298115], [123.541445, 71.310349], [123.492605, 71.296575], [123.457006, 71.260412], [123.444, 71.211361], [123.444, 70.840958], [124.028742, 70.840958], [124.033995, 70.850942], [124.940285, 71.757232], [124.949499, 71.762552], [124.958714, 71.757232], [125.865003, 70.850942], [125.870256, 70.840958], [125.862819, 70.832478], [125.670062, 70.714358], [125.66315, 70.710836], [125.441297, 70.618941], [125.43393, 70.616547], [125.20042, 70.560487], [125.192775, 70.559276], [124.953375, 70.540435], [124.945625, 70.540435], [124.706224, 70.559276], [124.698579, 70.560487], [124.465069, 70.616547], [124.457702, 70.618941], [124.235849, 70.710836], [124.228937, 70.714358], [124.036179, 70.832478], [124.028742, 70.840958], [123.444, 70.840958], [123.444, 70.567668], [123.461268, 70.511803], [123.507048, 70.475427], [124.442684, 70.110749], [124.478582, 70.10399], [128.913165, 70.101631]]], "width": 0.2, "net": "VCC"}, {"polygons": [[[175.002052, 60.000586], [175.21725, 60.009486], [175.217472, 60.009554], [175.217474, 60.009496], [175.414434, 60.018095], [175.422336, 60.018759], [175.63643, 60.045445], [175.636966, 60.045514], [175.835901, 60.071704], [175.843264, 60.072959], [176.053784, 60.1171], [176.054622, 60.117282], [176.251243, 60.160871], [176.258018, 60.162628], [176.463888, 60.223918], [176.46512, 60.224295], [176.657483, 60.284947], [176.663681, 60.287131], [176.863597, 60.365138], [176.865264, 60.365808], [177.051712, 60.443037], [177.057282, 60.445549], [177.176341, 60.503754], [177.249888, 60.539709], [177.25212, 60.540836], [177.431064, 60.633988], [177.436028, 60.636756], [177.620096, 60.746437], [177.622611, 60.747987], [177.7067, 60.801557], [177.792833, 60.85643], [177.792837, 60.856432], [177.79715, 60.859342], [177.971529, 60.983846], [177.974255, 60.985864], [178.134411, 61.108757], [178.138126, 61.111753], [178.301569, 61.250181], [178.304466, 61.252733], [178.453308, 61.389122], [178.453313, 61.389126], [178.456434, 61.392114], [178.607893, 61.543574], [178.610879, 61.546694], [178.747244, 61.69551], [178.749799, 61.698409], [178.88826, 61.86189], [178.891257, 61.865606], [178.901778, 61.879317], [178.993678, 61.999084], [179.014115, 62.025717], [179.016144, 62.028458], [179.140641, 62.202826], [179.143566, 62.207161], [179.25201, 62.377385], [179.25356, 62.3799], [179.363241, 62.563968], [179.366009, 62.568932], [179.459161, 62.747876], [179.460288, 62.750108], [179.554442, 62.942702], [179.556965, 62.948297], [179.634142, 63.134617], [179.634906, 63.136516], [179.712863, 63.336306], [179.715053, 63.342523], [179.775661, 63.534747], [179.776127, 63.536268], [179.837362, 63.741948], [179.839131, 63.74877], [179.882684, 63.945231], [179.882924, 63.946342], [179.927037, 64.15673], [179.928297, 64.164124], [179.954462, 64.362861], [179.954549, 64.363537], [179.981238, 64.577647], [179.981904, 64.585575], [179.990521, 64.782956], [179.99053, 64.783182], [179.999412, 64.997898], [179.999497, 65.00199], [179.999497, 104.997965], [179.999412, 105.002057], [179.990519, 105.217046], [179.99051, 105.217273], [179.981901, 105.414435], [179.981235, 105.422362], [179.954554, 105.636404], [179.954467, 105.63708], [179.928296, 105.835874], [179.927036, 105.843268], [179.882914, 106.053696], [179.882674, 106.054808], [179.839129, 106.251224], [179.83736, 106.258044], [179.776121, 106.463746], [179.775655, 106.465268], [179.715049, 106.657483], [179.712858, 106.663701], [179.634898, 106.863494], [179.634135, 106.865391], [179.556969, 107.051688], [179.554446, 107.057283], [179.460289, 107.249885], [179.459162, 107.252118], [179.366008, 107.431064], [179.36324, 107.436028], [179.253548, 107.620114], [179.251998, 107.62263], [179.143572, 107.792825], [179.140647, 107.797159], [179.016128, 107.971558], [179.014099, 107.974298], [178.891263, 108.134381], [178.888266, 108.138098], [178.749785, 108.301602], [178.747231, 108.304501], [178.610894, 108.453287], [178.607907, 108.456408], [178.456408, 108.607907], [178.453287, 108.610893], [178.304488, 108.747242], [178.301589, 108.749797], [178.138109, 108.888258], [178.134392, 108.891255], [177.974277, 109.014115], [177.971537, 109.016144], [177.797171, 109.14064], [177.792836, 109.143565], [177.622604, 109.252014], [177.620089, 109.253564], [177.436029, 109.36324], [177.431065, 109.366008], [177.252114, 109.459163], [177.249882, 109.46029], [177.057294, 109.554441], [177.051699, 109.556964], [176.865378, 109.634141], [176.863479, 109.634905], [176.663689, 109.712862], [176.657472, 109.715052], [176.465254, 109.775659], [176.463732, 109.776125], [176.258039, 109.837362], [176.251218, 109.839131], [176.054775, 109.88268], [176.053664, 109.88292], [175.843276, 109.927034], [175.835882, 109.928294], [175.637058, 109.95447], [175.636381, 109.954557], [175.422345, 109.981236], [175.41442, 109.981902], [175.218354, 109.990465], [175.218125, 109.990474], [175.004039, 109.999329], [174.995857, 109.999329], [174.782951, 109.990523], [174.782727, 109.99044], [174.782724, 109.990514], [174.585564, 109.981905], [174.577638, 109.981239], [174.363605, 109.95456], [174.362928, 109.954473], [174.164122, 109.928299], [174.156728, 109.927039], [173.946368, 109.882932], [173.945257, 109.882692], [173.74876, 109.83913], [173.741939, 109.837361], [173.536285, 109.776135], [173.534763, 109.775669], [173.342527, 109.715056], [173.33631, 109.712866], [173.136506, 109.634904], [173.134613, 109.634142], [172.948298, 109.556968], [172.942703, 109.554445], [172.750108, 109.46029], [172.747876, 109.459163], [172.568922, 109.366006], [172.563959, 109.363238], [172.379925, 109.253578], [172.377408, 109.252028], [172.207151, 109.143562], [172.202817, 109.140637], [172.028486, 109.016167], [172.025745, 109.014138], [171.865585, 108.891242], [171.86187, 108.888246], [171.698427, 108.749818], [171.695527, 108.747263], [171.546683, 108.610873], [171.543562, 108.607885], [171.392103, 108.456425], [171.389117, 108.453305], [171.252753, 108.30449], [171.250198, 108.301591], [171.193444, 108.234582], [171.111721, 108.138092], [171.108747, 108.134403], [170.985873, 107.97427], [170.983859, 107.97155], [170.938598, 107.908158], [170.859338, 107.797147], [170.856434, 107.792844], [170.747985, 107.622613], [170.746446, 107.620115], [170.636754, 107.436029], [170.636753, 107.436028], [170.636752, 107.436025], [170.633986, 107.431065], [170.540805, 107.252065], [170.53971, 107.249895], [170.445536, 107.057258], [170.443037, 107.051717], [170.365859, 106.865391], [170.365103, 106.863511], [170.347842, 106.819276], [170.287124, 106.663671], [170.284953, 106.657507], [170.224299, 106.465138], [170.223911, 106.463871], [170.162623, 106.258009], [170.160874, 106.251262], [170.117321, 106.054808], [170.117081, 106.053697], [170.072959, 105.843271], [170.071699, 105.835877], [170.071699, 105.835874], [170.045478, 105.636709], [170.018757, 105.422341], [170.018095, 105.414459], [170.009467, 105.216828], [170.000584, 105.002056], [170.000541, 105.0], [171.894615, 105.0], [171.894771, 105.002778], [171.913984, 105.344907], [171.913985, 105.344916], [171.914141, 105.347693], [171.914607, 105.350438], [171.914608, 105.350443], [171.926828, 105.422362], [171.972473, 105.691013], [171.973238, 105.69367], [171.973241, 105.693681], [172.016337, 105.843268], [172.068879, 106.025644], [172.06994, 106.028205], [172.069943, 106.028214], [172.165142, 106.258044], [172.202145, 106.347376], [172.203485, 106.3498], [172.203491, 106.349813], [172.36925, 106.649732], [172.369257, 106.649743], [172.370595, 106.652164], [172.572112, 106.936176], [172.804161, 107.195839], [173.063824, 107.427888], [173.347836, 107.629405], [173.350261, 107.630745], [173.350267, 107.630749], [173.650186, 107.796508], [173.650192, 107.79651], [173.652624, 107.797855], [173.974356, 107.931121], [174.308987, 108.027527], [174.652307, 108.085859], [175.0, 108.105385], [175.347693, 108.085859], [175.691013, 108.027527], [176.025644, 107.931121], [176.347376, 107.797855], [176.652164, 107.629405], [176.936176, 107.427888], [177.195839, 107.195839], [177.427888, 106.936176], [177.629405, 106.652164], [177.797855, 106.347376], [177.931121, 106.025644], [178.027527, 105.691013], [178.085859, 105.347693], [178.105385, 105.0], [178.085859, 104.652307], [178.027527, 104.308987], [177.931121, 103.974356], [177.797855, 103.652624], [177.794566, 103.646673], [177.630749, 103.350267], [177.630745, 103.350261], [177.629405, 103.347836], [177.427888, 103.063824], [177.195839, 102.804161], [176.936176, 102.572112], [176.652164, 102.370595], [176.649743, 102.369257], [176.649732, 102.36925], [176.349813, 102.203491], [176.3498, 102.203485], [176.347376, 102.202145], [176.343405, 102.2005], [176.028214, 102.069943], [176.028205, 102.06994], [176.025644, 102.068879], [176.022975, 102.06811], [176.022972, 102.068109], [175.693681, 101.973241], [175.69367, 101.973238], [175.691013, 101.972473], [175.629029, 101.961941], [175.350443, 101.914608], [175.350438, 101.914607], [175.347693, 101.914141], [175.344916, 101.913985], [175.344907, 101.913984], [175.002778, 101.894771], [175.0, 101.894615], [174.997222, 101.894771], [174.655092, 101.913984], [174.655081, 101.913985], [174.652307, 101.914141], [174.649563, 101.914607], [174.649556, 101.914608], [174.311729, 101.972007], [174.311726, 101.972007], [174.308987, 101.972473], [174.306333, 101.973237], [174.306318, 101.973241], [173.977027, 102.068109], [173.977018, 102.068111], [173.974356, 102.068879], [173.971799, 102.069937], [173.971785, 102.069943], [173.655194, 102.20108], [173.655187, 102.201083], [173.652624, 102.202145], [173.650206, 102.203481], [173.650186, 102.203491], [173.350267, 102.36925], [173.350248, 102.369261], [173.347836, 102.370595], [173.345576, 102.372197], [173.345572, 102.372201], [173.066091, 102.570503], [173.066085, 102.570507], [173.063824, 102.572112], [173.061756, 102.573959], [173.061751, 102.573964], [172.806239, 102.802303], [172.806229, 102.802312], [172.804161, 102.804161], [172.802312, 102.806229], [172.802303, 102.806239], [172.573964, 103.061751], [172.573959, 103.061756], [172.572112, 103.063824], [172.370595, 103.347836], [172.369261, 103.350248], [172.36925, 103.350267], [172.203491, 103.650186], [172.203481, 103.650206], [172.202145, 103.652624], [172.201083, 103.655187], [172.20108, 103.655194], [172.069943, 103.971785], [172.069937, 103.971799], [172.068879, 103.974356], [172.068111, 103.977018], [172.068109, 103.977027], [171.973241, 104.306318], [171.973237, 104.306333], [171.972473, 104.308987], [171.972007, 104.311726], [171.972007, 104.311729], [171.926844, 104.577543], [171.914141, 104.652307], [171.913985, 104.655081], [171.913984, 104.655092], [171.912376, 104.683729], [171.894615, 105.0], [170.000541, 105.0], [170.000499, 104.997965], [170.000499, 104.896226], [170.000499, 104.892683], [169.969953, 104.680232], [169.909483, 104.47429], [169.82032, 104.27905], [169.762647, 104.189309], [169.70619, 104.10146], [169.706187, 104.101456], [169.704279, 104.098487], [169.563723, 103.936276], [169.401511, 103.795719], [169.398536, 103.793807], [169.398532, 103.793804], [169.223925, 103.681592], [169.223923, 103.68159], [169.220948, 103.679679], [169.217735, 103.678211], [169.217732, 103.67821], [169.028919, 103.591982], [169.028914, 103.59198], [169.025708, 103.590516], [169.022322, 103.589521], [169.02232, 103.589521], [168.87858, 103.547315], [168.819766, 103.530046], [168.816271, 103.529543], [168.816269, 103.529543], [168.610824, 103.500005], [168.610817, 103.500004], [168.607315, 103.499501], [168.603772, 103.499501], [157.018031, 103.499501], [156.96303, 103.482817], [156.926567, 103.438387], [156.920933, 103.381187], [156.948027, 103.330498], [157.381439, 102.897085], [157.383839, 102.894765], [157.431041, 102.850683], [157.453057, 102.814477], [157.458744, 102.80612], [157.484358, 102.772345], [157.491726, 102.753659], [157.499231, 102.738548], [157.509669, 102.721385], [157.511497, 102.714859], [157.513582, 102.71006], [157.55009, 102.666718], [157.604387, 102.6505], [157.892006, 102.6505], [157.894861, 102.6505], [157.919988, 102.647586], [158.022762, 102.602207], [158.102203, 102.522766], [158.147582, 102.419992], [158.150497, 102.394866], [158.150496, 101.764848], [158.523089, 101.764848], [158.563816, 101.899106], [158.567523, 101.908055], [158.660437, 102.081885], [158.665812, 102.08993], [158.790852, 102.242291], [158.797706, 102.249145], [158.950067, 102.374185], [158.958112, 102.37956], [159.131942, 102.472474], [159.140891, 102.476181], [159.275149, 102.516908], [159.286519, 102.516722], [159.289997, 102.505899], [159.789997, 102.505899], [159.793474, 102.516722], [159.804844, 102.516908], [159.939102, 102.476181], [159.948051, 102.472474], [160.121881, 102.37956], [160.129926, 102.374185], [160.282287, 102.249145], [160.289141, 102.242291], [160.414181, 102.08993], [160.419556, 102.081885], [160.51247, 101.908055], [160.516177, 101.899106], [160.556904, 101.764848], [160.556718, 101.753478], [160.545895, 101.750001], [159.80303, 101.750001], [159.792751, 101.752755], [159.789997, 101.763034], [159.789997, 102.505899], [159.289997, 102.505899], [159.289997, 101.763034], [159.287242, 101.752755], [159.276964, 101.750001], [158.534099, 101.750001], [158.523275, 101.753478], [158.523089, 101.764848], [158.150496, 101.764848], [158.150496, 101.500001], [160.924568, 101.500001], [160.92499, 101.504555], [160.940742, 101.674557], [160.944241, 101.712311], [160.94549, 101.7167], [160.945491, 101.716706], [161.001338, 101.912985], [161.00134, 101.912991], [161.002592, 101.91739], [161.004633, 101.92149], [161.004634, 101.921491], [161.088505, 102.08993], [161.097631, 102.108256], [161.100393, 102.111913], [161.223362, 102.27475], [161.223365, 102.274753], [161.226125, 102.278408], [161.383695, 102.422053], [161.387585, 102.424462], [161.387587, 102.424463], [161.403308, 102.434197], [161.564978, 102.534299], [161.763799, 102.611322], [161.973387, 102.650501], [162.182024, 102.650501], [162.186607, 102.650501], [162.396195, 102.611322], [162.595016, 102.534299], [162.776299, 102.422053], [162.933869, 102.278408], [163.062363, 102.108256], [163.157402, 101.91739], [163.215753, 101.712311], [163.235426, 101.500001], [163.464568, 101.500001], [163.46499, 101.504555], [163.480742, 101.674557], [163.484241, 101.712311], [163.48549, 101.7167], [163.485491, 101.716706], [163.541338, 101.912985], [163.54134, 101.912991], [163.542592, 101.91739], [163.544633, 101.92149], [163.544634, 101.921491], [163.628505, 102.08993], [163.637631, 102.108256], [163.640393, 102.111913], [163.763362, 102.27475], [163.763365, 102.274753], [163.766125, 102.278408], [163.923695, 102.422053], [163.927585, 102.424462], [163.927587, 102.424463], [163.943308, 102.434197], [164.104978, 102.534299], [164.303799, 102.611322], [164.513387, 102.650501], [164.722024, 102.650501], [164.726607, 102.650501], [164.936195, 102.611322], [165.135016, 102.534299], [165.316299, 102.422053], [165.473869, 102.278408], [165.602363, 102.108256], [165.697402, 101.91739], [165.755753, 101.712311], [165.775426, 101.500001], [166.004568, 101.500001], [166.00499, 101.504555], [166.020742, 101.674557], [166.024241, 101.712311], [166.02549, 101.7167], [166.025491, 101.716706], [166.081338, 101.912985], [166.08134, 101.912991], [166.082592, 101.91739], [166.084633, 101.92149], [166.084634, 101.921491], [166.168505, 102.08993], [166.177631, 102.108256], [166.180393, 102.111913], [166.303362, 102.27475], [166.303365, 102.274753], [166.306125, 102.278408], [166.463695, 102.422053], [166.467585, 102.424462], [166.467587, 102.424463], [166.483308, 102.434197], [166.644978, 102.534299], [166.843799, 102.611322], [167.053387, 102.650501], [167.262024, 102.650501], [167.266607, 102.650501], [167.476195, 102.611322], [167.675016, 102.534299], [167.856299, 102.422053], [168.013869, 102.278408], [168.142363, 102.108256], [168.237402, 101.91739], [168.295753, 101.712311], [168.315426, 101.500001], [168.544568, 101.500001], [168.54499, 101.504555], [168.560742, 101.674557], [168.564241, 101.712311], [168.56549, 101.7167], [168.565491, 101.716706], [168.621338, 101.912985], [168.62134, 101.912991], [168.622592, 101.91739], [168.624633, 101.92149], [168.624634, 101.921491], [168.708505, 102.08993], [168.717631, 102.108256], [168.720393, 102.111913], [168.843362, 102.27475], [168.843365, 102.274753], [168.846125, 102.278408], [169.003695, 102.422053], [169.007585, 102.424462], [169.007587, 102.424463], [169.023308, 102.434197], [169.184978, 102.534299], [169.383799, 102.611322], [169.593387, 102.650501], [169.802024, 102.650501], [169.806607, 102.650501], [170.016195, 102.611322], [170.215016, 102.534299], [170.396299, 102.422053], [170.553869, 102.278408], [170.682363, 102.108256], [170.777402, 101.91739], [170.835753, 101.712311], [170.855426, 101.500001], [170.835753, 101.287691], [170.777402, 101.082612], [170.682363, 100.891746], [170.581143, 100.75771], [170.556631, 100.725251], [170.556629, 100.725248], [170.553869, 100.721594], [170.502178, 100.674471], [170.39968, 100.581031], [170.399678, 100.581029], [170.396299, 100.577949], [170.39241, 100.575541], [170.392406, 100.575538], [170.260804, 100.494054], [170.215016, 100.465703], [170.173191, 100.4495], [170.020464, 100.390333], [170.020456, 100.39033], [170.016195, 100.38868], [170.011691, 100.387838], [169.811113, 100.350343], [169.811109, 100.350342], [169.806607, 100.349501], [169.593387, 100.349501], [169.588885, 100.350342], [169.58888, 100.350343], [169.388302, 100.387838], [169.388299, 100.387838], [169.383799, 100.38868], [169.37954, 100.390329], [169.379529, 100.390333], [169.189247, 100.464049], [169.189245, 100.464049], [169.184978, 100.465703], [169.181084, 100.468113], [169.181082, 100.468115], [169.007587, 100.575538], [169.007578, 100.575544], [169.003695, 100.577949], [169.00032, 100.581025], [169.000313, 100.581031], [168.849509, 100.718508], [168.849503, 100.718514], [168.846125, 100.721594], [168.843369, 100.725242], [168.843362, 100.725251], [168.720393, 100.888088], [168.717631, 100.891746], [168.715592, 100.895839], [168.715588, 100.895847], [168.624634, 101.07851], [168.624632, 101.078514], [168.622592, 101.082612], [168.621341, 101.087006], [168.621338, 101.087016], [168.565491, 101.283295], [168.565489, 101.283303], [168.564241, 101.287691], [168.563819, 101.292236], [168.563819, 101.292241], [168.548674, 101.455692], [168.544568, 101.500001], [168.315426, 101.500001], [168.295753, 101.287691], [168.237402, 101.082612], [168.142363, 100.891746], [168.041143, 100.75771], [168.016631, 100.725251], [168.016629, 100.725248], [168.013869, 100.721594], [167.962178, 100.674471], [167.85968, 100.581031], [167.859678, 100.581029], [167.856299, 100.577949], [167.85241, 100.575541], [167.852406, 100.575538], [167.720804, 100.494054], [167.675016, 100.465703], [167.633191, 100.4495], [167.480464, 100.390333], [167.480456, 100.39033], [167.476195, 100.38868], [167.471691, 100.387838], [167.271113, 100.350343], [167.271109, 100.350342], [167.266607, 100.349501], [167.053387, 100.349501], [167.048885, 100.350342], [167.04888, 100.350343], [166.848302, 100.387838], [166.848299, 100.387838], [166.843799, 100.38868], [166.83954, 100.390329], [166.839529, 100.390333], [166.649247, 100.464049], [166.649245, 100.464049], [166.644978, 100.465703], [166.641084, 100.468113], [166.641082, 100.468115], [166.467587, 100.575538], [166.467578, 100.575544], [166.463695, 100.577949], [166.46032, 100.581025], [166.460313, 100.581031], [166.309509, 100.718508], [166.309503, 100.718514], [166.306125, 100.721594], [166.303369, 100.725242], [166.303362, 100.725251], [166.180393, 100.888088], [166.177631, 100.891746], [166.175592, 100.895839], [166.175588, 100.895847], [166.084634, 101.07851], [166.084632, 101.078514], [166.082592, 101.082612], [166.081341, 101.087006], [166.081338, 101.087016], [166.025491, 101.283295], [166.025489, 101.283303], [166.024241, 101.287691], [166.023819, 101.292236], [166.023819, 101.292241], [166.008674, 101.455692], [166.004568, 101.500001], [165.775426, 101.500001], [165.755753, 101.287691], [165.697402, 101.082612], [165.602363, 100.891746], [165.501143, 100.75771], [165.476631, 100.725251], [165.476629, 100.725248], [165.473869, 100.721594], [165.422178, 100.674471], [165.31968, 100.581031], [165.319678, 100.581029], [165.316299, 100.577949], [165.31241, 100.575541], [165.312406, 100.575538], [165.180804, 100.494054], [165.135016, 100.465703], [165.093191, 100.4495], [164.940464, 100.390333], [164.940456, 100.39033], [164.936195, 100.38868], [164.931691, 100.387838], [164.731113, 100.350343], [164.731109, 100.350342], [164.726607, 100.349501], [164.513387, 100.349501], [164.508885, 100.350342], [164.50888, 100.350343], [164.308302, 100.387838], [164.308299, 100.387838], [164.303799, 100.38868], [164.29954, 100.390329], [164.299529, 100.390333], [164.109247, 100.464049], [164.109245, 100.464049], [164.104978, 100.465703], [164.101084, 100.468113], [164.101082, 100.468115], [163.927587, 100.575538], [163.927578, 100.575544], [163.923695, 100.577949], [163.92032, 100.581025], [163.920313, 100.581031], [163.769509, 100.718508], [163.769503, 100.718514], [163.766125, 100.721594], [163.763369, 100.725242], [163.763362, 100.725251], [163.640393, 100.888088], [163.637631, 100.891746], [163.635592, 100.895839], [163.635588, 100.895847], [163.544634, 101.07851], [163.544632, 101.078514], [163.542592, 101.082612], [163.541341, 101.087006], [163.541338, 101.087016], [163.485491, 101.283295], [163.485489, 101.283303], [163.484241, 101.287691], [163.483819, 101.292236], [163.483819, 101.292241], [163.468674, 101.455692], [163.464568, 101.500001], [163.235426, 101.500001], [163.215753, 101.287691], [163.157402, 101.082612], [163.062363, 100.891746], [162.961143, 100.75771], [162.936631, 100.725251], [162.936629, 100.725248], [162.933869, 100.721594], [162.882178, 100.674471], [162.77968, 100.581031], [162.779678, 100.581029], [162.776299, 100.577949], [162.77241, 100.575541], [162.772406, 100.575538], [162.640804, 100.494054], [162.595016, 100.465703], [162.553191, 100.4495], [162.400464, 100.390333], [162.400456, 100.39033], [162.396195, 100.38868], [162.391691, 100.387838], [162.191113, 100.350343], [162.191109, 100.350342], [162.186607, 100.349501], [161.973387, 100.349501], [161.968885, 100.350342], [161.96888, 100.350343], [161.768302, 100.387838], [161.768299, 100.387838], [161.763799, 100.38868], [161.75954, 100.390329], [161.759529, 100.390333], [161.569247, 100.464049], [161.569245, 100.464049], [161.564978, 100.465703], [161.561084, 100.468113], [161.561082, 100.468115], [161.387587, 100.575538], [161.387578, 100.575544], [161.383695, 100.577949], [161.38032, 100.581025], [161.380313, 100.581031], [161.229509, 100.718508], [161.229503, 100.718514], [161.226125, 100.721594], [161.223369, 100.725242], [161.223362, 100.725251], [161.100393, 100.888088], [161.097631, 100.891746], [161.095592, 100.895839], [161.095588, 100.895847], [161.004634, 101.07851], [161.004632, 101.078514], [161.002592, 101.082612], [161.001341, 101.087006], [161.001338, 101.087016], [160.945491, 101.283295], [160.945489, 101.283303], [160.944241, 101.287691], [160.943819, 101.292236], [160.943819, 101.292241], [160.928674, 101.455692], [160.924568, 101.500001], [158.150496, 101.500001], [158.150496, 101.235153], [158.523089, 101.235153], [158.523275, 101.246523], [158.534099, 101.250001], [159.276964, 101.250001], [159.287242, 101.247246], [159.289997, 101.236968], [159.789997, 101.236968], [159.792751, 101.247246], [159.80303, 101.250001], [160.545895, 101.250001], [160.556718, 101.246523], [160.556904, 101.235153], [160.516177, 101.100895], [160.51247, 101.091946], [160.419556, 100.918116], [160.414181, 100.910071], [160.289141, 100.75771], [160.282287, 100.750856], [160.129926, 100.625816], [160.121881, 100.620441], [159.948051, 100.527527], [159.939102, 100.52382], [159.804844, 100.483093], [159.793474, 100.483279], [159.789997, 100.494103], [159.789997, 101.236968], [159.289997, 101.236968], [159.289997, 100.494103], [159.286519, 100.483279], [159.275149, 100.483093], [159.140891, 100.52382], [159.131942, 100.527527], [158.958112, 100.620441], [158.950067, 100.625816], [158.797706, 100.750856], [158.790852, 100.75771], [158.665812, 100.910071], [158.660437, 100.918116], [158.567523, 101.091946], [158.563816, 101.100895], [158.523089, 101.235153], [158.150496, 101.235153], [158.150496, 100.605137], [158.147582, 100.58001], [158.102203, 100.477236], [158.022762, 100.397795], [158.014373, 100.394091], [158.014372, 100.39409], [157.926799, 100.355423], [157.926796, 100.355422], [157.919988, 100.352416], [157.912591, 100.351557], [157.912588, 100.351557], [157.897711, 100.349831], [157.897701, 100.34983], [157.894862, 100.349501], [157.891997, 100.349501], [157.491255, 100.349501], [157.436254, 100.332816], [157.399791, 100.288387], [157.394157, 100.231187], [157.421251, 100.180497], [160.824553, 96.777195], [160.824555, 96.777191], [160.848528, 96.75322], [160.860387, 96.729944], [160.868496, 96.71671], [160.883849, 96.695581], [160.891919, 96.67074], [160.897858, 96.6564], [160.909719, 96.633126], [160.913803, 96.607328], [160.917429, 96.592227], [160.921048, 96.581091], [160.949549, 96.537592], [161.028183, 96.467929], [161.124818, 96.32793], [161.18514, 96.168872], [161.205645, 96.0], [161.201514, 95.96598], [161.212836, 95.906722], [161.256453, 95.865038], [161.316164, 95.856411], [161.369796, 95.884044], [163.695504, 98.209752], [163.716964, 98.24187], [163.7245, 98.279756], [163.7245, 98.704618], [163.72485, 98.707535], [163.724851, 98.707546], [163.7286, 98.738759], [163.734883, 98.791077], [163.737208, 98.796974], [163.73721, 98.79698], [163.775936, 98.895181], [163.789138, 98.928658], [163.8785, 99.0465], [163.996342, 99.135862], [164.083176, 99.170105], [164.128019, 99.187789], [164.12802, 99.187789], [164.133923, 99.190117], [164.220382, 99.2005], [164.776666, 99.2005], [164.779618, 99.2005], [164.866077, 99.190117], [165.003658, 99.135862], [165.1215, 99.0465], [165.210862, 98.928658], [165.265117, 98.791077], [165.274506, 98.712893], [165.825, 98.712893], [165.825215, 98.7175], [165.827208, 98.738759], [165.829761, 98.750442], [165.868879, 98.862235], [165.875735, 98.875208], [165.945237, 98.96938], [165.955619, 98.979762], [166.049791, 99.049264], [166.062764, 99.05612], [166.174557, 99.095238], [166.18624, 99.097791], [166.207499, 99.099784], [166.212107, 99.1], [166.236967, 99.1], [166.247245, 99.097245], [166.25, 99.086967], [166.75, 99.086967], [166.752754, 99.097245], [166.763033, 99.1], [166.787893, 99.1], [166.7925, 99.099784], [166.813759, 99.097791], [166.825442, 99.095238], [166.937235, 99.05612], [166.950208, 99.049264], [167.04438, 98.979762], [167.054762, 98.96938], [167.124264, 98.875208], [167.13112, 98.862235], [167.170238, 98.750442], [167.172791, 98.738759], [167.174784, 98.7175], [167.175, 98.712893], [167.175, 98.706696], [167.637837, 98.706696], [167.638289, 98.708157], [167.682611, 98.79882], [167.692012, 98.811987], [167.763012, 98.882987], [167.776179, 98.892388], [167.866845, 98.936712], [167.881355, 98.941196], [167.938243, 98.949484], [167.945359, 98.95], [168.299467, 98.95], [168.309745, 98.947245], [168.3125, 98.936967], [168.3125, 98.936966], [168.8125, 98.936966], [168.815254, 98.947244], [168.825533, 98.949999], [169.179639, 98.949999], [169.186758, 98.949483], [169.243637, 98.941196], [169.258158, 98.936709], [169.34882, 98.892388], [169.361987, 98.882987], [169.432987, 98.811987], [169.442388, 98.79882], [169.48671, 98.708157], [169.487162, 98.706696], [169.486654, 98.703126], [169.476019, 98.7], [168.825533, 98.7], [168.815254, 98.702754], [168.8125, 98.713033], [168.8125, 98.936966], [168.3125, 98.936966], [168.3125, 98.713033], [168.309745, 98.702754], [168.299467, 98.7], [167.648981, 98.7], [167.638345, 98.703126], [167.637837, 98.706696], [167.175, 98.706696], [167.175, 98.675533], [167.172245, 98.665254], [167.161967, 98.6625], [166.763033, 98.6625], [166.752754, 98.665254], [166.75, 98.675533], [166.75, 99.086967], [166.25, 99.086967], [166.25, 98.675533], [166.247245, 98.665254], [166.236967, 98.6625], [165.838033, 98.6625], [165.827754, 98.665254], [165.825, 98.675533], [165.825, 98.712893], [165.274506, 98.712893], [165.2755, 98.704618], [165.2755, 98.193303], [167.637837, 98.193303], [167.638345, 98.196873], [167.648981, 98.2], [168.299467, 98.2], [168.309745, 98.197245], [168.3125, 98.186967], [168.3125, 97.963034], [168.309745, 97.952755], [168.299467, 97.950001], [167.945361, 97.950001], [167.938241, 97.950516], [167.881362, 97.958803], [167.866841, 97.96329], [167.776179, 98.007611], [167.763012, 98.017012], [167.692012, 98.088012], [167.682611, 98.101179], [167.638289, 98.191842], [167.637837, 98.193303], [165.2755, 98.193303], [165.2755, 98.149467], [165.825, 98.149467], [165.827754, 98.159745], [165.838033, 98.1625], [166.236967, 98.1625], [166.247245, 98.159745], [166.25, 98.149467], [166.75, 98.149467], [166.752754, 98.159745], [166.763033, 98.1625], [167.161967, 98.1625], [167.172245, 98.159745], [167.175, 98.149467], [167.175, 98.112107], [167.174784, 98.107499], [167.172791, 98.08624], [167.170238, 98.074557], [167.13112, 97.962764], [167.124264, 97.949791], [167.054762, 97.855619], [167.04438, 97.845237], [166.950208, 97.775735], [166.937235, 97.768879], [166.825442, 97.729761], [166.813759, 97.727208], [166.7925, 97.725215], [166.787893, 97.725], [166.763033, 97.725], [166.752754, 97.727754], [166.75, 97.738033], [166.75, 98.149467], [166.25, 98.149467], [166.25, 97.738033], [166.247245, 97.727754], [166.236967, 97.725], [166.212107, 97.725], [166.207499, 97.725215], [166.18624, 97.727208], [166.174557, 97.729761], [166.062764, 97.768879], [166.049791, 97.775735], [165.955619, 97.845237], [165.945237, 97.855619], [165.875735, 97.949791], [165.868879, 97.962764], [165.829761, 98.074557], [165.827208, 98.08624], [165.825215, 98.107499], [165.825, 98.112107], [165.825, 98.149467], [165.2755, 98.149467], [165.2755, 98.120382], [165.265117, 98.033923], [165.210862, 97.896342], [165.1215, 97.7785], [165.003658, 97.689138], [164.997362, 97.686655], [164.87198, 97.63721], [164.871974, 97.637208], [164.866077, 97.634883], [164.859776, 97.634126], [164.859775, 97.634126], [164.782546, 97.624851], [164.782535, 97.62485], [164.779618, 97.6245], [164.776666, 97.6245], [164.354756, 97.6245], [164.31687, 97.616964], [164.284752, 97.595504], [164.233752, 97.544504], [164.206658, 97.493814], [164.212292, 97.436614], [164.248755, 97.392185], [164.303756, 97.3755], [164.776666, 97.3755], [164.779618, 97.3755], [164.866077, 97.365117], [165.003658, 97.310862], [165.1215, 97.2215], [165.193024, 97.12718], [165.227869, 97.098335], [165.271908, 97.088], [165.728092, 97.088], [165.772131, 97.098335], [165.806975, 97.12718], [165.8785, 97.2215], [165.996342, 97.310862], [166.083176, 97.345105], [166.128019, 97.362789], [166.12802, 97.362789], [166.133923, 97.365117], [166.220382, 97.3755], [166.776666, 97.3755], [166.779618, 97.3755], [166.866077, 97.365117], [167.003658, 97.310862], [167.1215, 97.2215], [167.210862, 97.103658], [167.212325, 97.099947], [167.247618, 97.064046], [167.297605, 97.0505], [167.658687, 97.0505], [167.689632, 97.05546], [167.717474, 97.069844], [167.762118, 97.102793], [167.890301, 97.147646], [167.920734, 97.1505], [169.201955, 97.1505], [169.204266, 97.1505], [169.234699, 97.147646], [169.278621, 97.132276], [169.333342, 97.129202], [169.381315, 97.155712], [169.407832, 97.203681], [169.405035, 97.253603], [169.405629, 97.253733], [169.40482, 97.257434], [169.404766, 97.258405], [169.404345, 97.259606], [169.404342, 97.259619], [169.402354, 97.265301], [169.401792, 97.271291], [169.401791, 97.271297], [169.399715, 97.293438], [169.3995, 97.295734], [169.3995, 97.704266], [169.399714, 97.706556], [169.399715, 97.706561], [169.401791, 97.728702], [169.401792, 97.728706], [169.402354, 97.734699], [169.404343, 97.740384], [169.404344, 97.740387], [169.447207, 97.862882], [169.445769, 97.863385], [169.4548, 97.915294], [169.42789, 97.970203], [169.373856, 97.998829], [169.313312, 97.990252], [169.258154, 97.963287], [169.243644, 97.958803], [169.186756, 97.950515], [169.179641, 97.95], [168.825533, 97.95], [168.815254, 97.952754], [168.8125, 97.963033], [168.8125, 98.186967], [168.815254, 98.197245], [168.825533, 98.2], [169.476019, 98.2], [169.486654, 98.196873], [169.487162, 98.193303], [169.48671, 98.191842], [169.473027, 98.163852], [169.463266, 98.112701], [169.480813, 98.063673], [169.520814, 98.030331], [169.572201, 98.021902], [169.620756, 98.040717], [169.637118, 98.052793], [169.765301, 98.097646], [169.795734, 98.1005], [171.076955, 98.1005], [171.079266, 98.1005], [171.109699, 98.097646], [171.228561, 98.056054], [171.261255, 98.0505], [174.179714, 98.0505], [174.2176, 98.058036], [174.249718, 98.079496], [174.251637, 98.081415], [174.253986, 98.083846], [174.285392, 98.117474], [174.298067, 98.131045], [174.334272, 98.153061], [174.34264, 98.158757], [174.371002, 98.180266], [174.371009, 98.180269], [174.376405, 98.184362], [174.382707, 98.186847], [174.395087, 98.191729], [174.410201, 98.199235], [174.427365, 98.209673], [174.433885, 98.2115], [174.433888, 98.211501], [174.456828, 98.217928], [174.468163, 98.221104], [174.477763, 98.224332], [174.517183, 98.239877], [174.537157, 98.24193], [174.553737, 98.24508], [174.573082, 98.250501], [174.615447, 98.250501], [174.625571, 98.25102], [174.667719, 98.255353], [174.687508, 98.25194], [174.704329, 98.250501], [174.807952, 98.250501], [174.856326, 98.263124], [174.892361, 98.297772], [174.911449, 98.328919], [175.072505, 98.517492], [175.261078, 98.678548], [175.264396, 98.680581], [175.264397, 98.680582], [175.30362, 98.704618], [175.472523, 98.808122], [175.701635, 98.903023], [175.942772, 98.960915], [176.189997, 98.980372], [176.437222, 98.960915], [176.678359, 98.903023], [176.907471, 98.808122], [177.118916, 98.678548], [177.307489, 98.517492], [177.468545, 98.328919], [177.598119, 98.117474], [177.69302, 97.888362], [177.750912, 97.647225], [177.770369, 97.4], [177.750912, 97.152775], [177.69302, 96.911638], [177.598119, 96.682526], [177.522359, 96.558898], [177.470579, 96.4744], [177.470578, 96.474399], [177.468545, 96.471081], [177.307489, 96.282508], [177.180993, 96.174471], [177.121876, 96.12398], [177.121875, 96.123979], [177.118916, 96.121452], [177.1156, 96.11942], [177.115596, 96.119417], [176.910789, 95.993911], [176.910786, 95.993909], [176.907471, 95.991878], [176.903885, 95.990392], [176.903878, 95.990389], [176.681949, 95.898464], [176.681948, 95.898463], [176.678359, 95.896977], [176.625514, 95.88429], [176.440994, 95.83999], [176.440986, 95.839988], [176.437222, 95.839085], [176.433357, 95.83878], [176.433352, 95.83878], [176.193872, 95.819933], [176.189997, 95.819628], [176.186122, 95.819933], [175.946641, 95.83878], [175.946634, 95.838781], [175.942772, 95.839085], [175.939009, 95.839988], [175.938999, 95.83999], [175.705412, 95.89607], [175.705409, 95.89607], [175.701635, 95.896977], [175.698048, 95.898462], [175.698044, 95.898464], [175.476115, 95.990389], [175.476102, 95.990395], [175.472523, 95.991878], [175.469212, 95.993906], [175.469204, 95.993911], [175.264397, 96.119417], [175.264387, 96.119424], [175.261078, 96.121452], [175.258124, 96.123974], [175.258117, 96.12398], [175.075472, 96.279973], [175.075465, 96.279979], [175.072505, 96.282508], [175.069976, 96.285468], [175.06997, 96.285475], [174.913977, 96.46812], [174.913971, 96.468127], [174.911449, 96.471081], [174.909421, 96.47439], [174.909414, 96.4744], [174.783908, 96.679207], [174.783903, 96.679215], [174.781875, 96.682526], [174.780392, 96.686105], [174.780386, 96.686118], [174.691064, 96.901762], [174.663809, 96.93923], [174.62249, 96.960193], [174.580312, 96.960071], [174.580307, 96.960123], [174.579796, 96.96007], [174.579784, 96.960069], [174.573583, 96.959432], [174.573574, 96.95943], [174.560322, 96.958067], [174.543748, 96.954917], [174.530934, 96.951327], [174.53093, 96.951326], [174.524411, 96.9495], [174.517638, 96.9495], [174.482046, 96.9495], [174.471922, 96.948981], [174.436509, 96.94534], [174.436506, 96.94534], [174.429774, 96.944648], [174.423105, 96.945797], [174.423099, 96.945798], [174.409985, 96.94806], [174.393164, 96.9495], [171.261255, 96.9495], [171.228561, 96.943945], [171.109699, 96.902354], [171.103706, 96.901792], [171.103702, 96.901791], [171.081561, 96.899715], [171.081556, 96.899714], [171.079266, 96.8995], [169.795734, 96.8995], [169.793444, 96.899714], [169.793438, 96.899715], [169.771297, 96.901791], [169.771291, 96.901792], [169.765301, 96.902354], [169.759613, 96.904344], [169.759614, 96.904344], [169.721378, 96.917723], [169.666651, 96.920795], [169.618677, 96.89428], [169.592164, 96.846305], [169.594968, 96.796397], [169.594371, 96.796267], [169.595184, 96.792541], [169.595239, 96.791578], [169.595655, 96.790388], [169.597646, 96.784699], [169.6005, 96.754266], [169.6005, 96.345734], [169.597646, 96.315301], [169.552793, 96.187118], [169.47215, 96.07785], [169.427016, 96.04454], [169.368851, 96.001612], [169.368849, 96.001611], [169.362882, 95.997207], [169.355882, 95.994757], [169.355879, 95.994756], [169.240387, 95.954344], [169.240384, 95.954343], [169.234699, 95.952354], [169.228706, 95.951792], [169.228702, 95.951791], [169.206561, 95.949715], [169.206556, 95.949714], [169.204266, 95.9495], [167.920734, 95.9495], [167.918444, 95.949714], [167.918438, 95.949715], [167.896297, 95.951791], [167.896291, 95.951792], [167.890301, 95.952354], [167.884617, 95.954342], [167.884612, 95.954344], [167.76912, 95.994756], [167.769114, 95.994758], [167.762118, 95.997207], [167.756152, 96.001609], [167.756148, 96.001612], [167.717475, 96.030155], [167.689632, 96.04454], [167.658687, 96.0495], [167.243471, 96.0495], [167.199432, 96.039165], [167.164587, 96.010319], [167.152253, 95.994054], [167.1215, 95.9535], [167.003658, 95.864138], [166.984064, 95.856411], [166.87198, 95.81221], [166.871974, 95.812208], [166.866077, 95.809883], [166.859776, 95.809126], [166.859775, 95.809126], [166.782546, 95.799851], [166.782535, 95.79985], [166.779618, 95.7995], [166.220382, 95.7995], [166.217465, 95.79985], [166.217453, 95.799851], [166.140224, 95.809126], [166.140221, 95.809126], [166.133923, 95.809883], [166.128027, 95.812207], [166.128019, 95.81221], [166.002637, 95.861655], [166.002633, 95.861656], [165.996342, 95.864138], [165.990949, 95.868226], [165.990948, 95.868228], [165.883899, 95.949405], [165.883895, 95.949408], [165.8785, 95.9535], [165.874408, 95.958895], [165.874405, 95.958899], [165.806976, 96.047819], [165.772131, 96.076665], [165.728092, 96.087], [165.271908, 96.087], [165.227869, 96.076665], [165.193024, 96.047819], [165.190537, 96.04454], [165.1215, 95.9535], [165.003658, 95.864138], [164.984064, 95.856411], [164.87198, 95.81221], [164.871974, 95.812208], [164.866077, 95.809883], [164.859776, 95.809126], [164.859775, 95.809126], [164.782546, 95.799851], [164.782535, 95.79985], [164.779618, 95.7995], [164.220382, 95.7995], [164.217465, 95.79985], [164.217453, 95.799851], [164.140224, 95.809126], [164.140221, 95.809126], [164.133923, 95.809883], [164.128027, 95.812207], [164.128019, 95.81221], [164.002637, 95.861655], [164.002633, 95.861656], [163.996342, 95.864138], [163.990949, 95.868226], [163.990948, 95.868228], [163.883899, 95.949405], [163.883895, 95.949408], [163.8785, 95.9535], [163.874408, 95.958895], [163.874405, 95.958899], [163.806976, 96.047819], [163.789138, 96.071342], [163.786656, 96.077633], [163.786655, 96.077637], [163.73721, 96.203019], [163.737207, 96.203027], [163.734883, 96.208923], [163.734126, 96.215221], [163.734126, 96.215224], [163.724851, 96.292453], [163.72485, 96.292465], [163.7245, 96.295382], [163.7245, 96.298334], [163.7245, 96.796244], [163.707815, 96.851245], [163.663386, 96.887708], [163.606186, 96.893342], [163.555496, 96.866248], [161.783752, 95.094504], [161.756658, 95.043814], [161.762292, 94.986614], [161.798755, 94.942185], [161.853756, 94.9255], [163.737571, 94.9255], [163.78161, 94.935835], [163.816454, 94.96468], [163.8785, 95.0465], [163.996342, 95.135862], [164.083176, 95.170105], [164.128019, 95.187789], [164.12802, 95.187789], [164.133923, 95.190117], [164.220382, 95.2005], [164.776666, 95.2005], [164.779618, 95.2005], [164.866077, 95.190117], [165.003658, 95.135862], [165.1215, 95.0465], [165.210862, 94.928658], [165.265117, 94.791077], [165.274506, 94.712893], [165.825, 94.712893], [165.825215, 94.7175], [165.827208, 94.738759], [165.829761, 94.750442], [165.868879, 94.862235], [165.875735, 94.875208], [165.945237, 94.96938], [165.955619, 94.979762], [166.049791, 95.049264], [166.062764, 95.05612], [166.174557, 95.095238], [166.18624, 95.097791], [166.207499, 95.099784], [166.212107, 95.1], [166.236967, 95.1], [166.247245, 95.097245], [166.25, 95.086967], [166.75, 95.086967], [166.752754, 95.097245], [166.763033, 95.1], [166.787893, 95.1], [166.7925, 95.099784], [166.813759, 95.097791], [166.825442, 95.095238], [166.937235, 95.05612], [166.950208, 95.049264], [167.04438, 94.979762], [167.054762, 94.96938], [167.124264, 94.875208], [167.13112, 94.862235], [167.170238, 94.750442], [167.172791, 94.738759], [167.174784, 94.7175], [167.175, 94.712893], [167.175, 94.706696], [167.637837, 94.706696], [167.638289, 94.708157], [167.682611, 94.79882], [167.692012, 94.811987], [167.763012, 94.882987], [167.776179, 94.892388], [167.866845, 94.936712], [167.881355, 94.941196], [167.938243, 94.949484], [167.945359, 94.95], [168.299467, 94.95], [168.309745, 94.947245], [168.3125, 94.936967], [168.3125, 94.936966], [168.8125, 94.936966], [168.815254, 94.947244], [168.825533, 94.949999], [169.179639, 94.949999], [169.186758, 94.949483], [169.243637, 94.941196], [169.258158, 94.936709], [169.34882, 94.892388], [169.361987, 94.882987], [169.432987, 94.811987], [169.442388, 94.79882], [169.48671, 94.708157], [169.487162, 94.706696], [169.486654, 94.703126], [169.476019, 94.7], [168.825533, 94.7], [168.815254, 94.702754], [168.8125, 94.713033], [168.8125, 94.936966], [168.3125, 94.936966], [168.3125, 94.713033], [168.309745, 94.702754], [168.299467, 94.7], [167.648981, 94.7], [167.638345, 94.703126], [167.637837, 94.706696], [167.175, 94.706696], [167.175, 94.675533], [167.172245, 94.665254], [167.161967, 94.6625], [166.763033, 94.6625], [166.752754, 94.665254], [166.75, 94.675533], [166.75, 95.086967], [166.25, 95.086967], [166.25, 94.675533], [166.247245, 94.665254], [166.236967, 94.6625], [165.838033, 94.6625], [165.827754, 94.665254], [165.825, 94.675533], [165.825, 94.712893], [165.274506, 94.712893], [165.2755, 94.704618], [165.2755, 94.193303], [167.637837, 94.193303], [167.638345, 94.196873], [167.648981, 94.2], [168.299467, 94.2], [168.309745, 94.197245], [168.3125, 94.186967], [168.3125, 93.963034], [168.309745, 93.952755], [168.299467, 93.950001], [167.945361, 93.950001], [167.938241, 93.950516], [167.881362, 93.958803], [167.866841, 93.96329], [167.776179, 94.007611], [167.763012, 94.017012], [167.692012, 94.088012], [167.682611, 94.101179], [167.638289, 94.191842], [167.637837, 94.193303], [165.2755, 94.193303], [165.2755, 94.149467], [165.825, 94.149467], [165.827754, 94.159745], [165.838033, 94.1625], [166.236967, 94.1625], [166.247245, 94.159745], [166.25, 94.149467], [166.75, 94.149467], [166.752754, 94.159745], [166.763033, 94.1625], [167.161967, 94.1625], [167.172245, 94.159745], [167.175, 94.149467], [167.175, 94.112107], [167.174784, 94.107499], [167.172791, 94.08624], [167.170238, 94.074557], [167.13112, 93.962764], [167.124264, 93.949791], [167.054762, 93.855619], [167.04438, 93.845237], [166.950208, 93.775735], [166.937235, 93.768879], [166.825442, 93.729761], [166.813759, 93.727208], [166.7925, 93.725215], [166.787893, 93.725], [166.763033, 93.725], [166.752754, 93.727754], [166.75, 93.738033], [166.75, 94.149467], [166.25, 94.149467], [166.25, 93.738033], [166.247245, 93.727754], [166.236967, 93.725], [166.212107, 93.725], [166.207499, 93.725215], [166.18624, 93.727208], [166.174557, 93.729761], [166.062764, 93.768879], [166.049791, 93.775735], [165.955619, 93.845237], [165.945237, 93.855619], [165.875735, 93.949791], [165.868879, 93.962764], [165.829761, 94.074557], [165.827208, 94.08624], [165.825215, 94.107499], [165.825, 94.112107], [165.825, 94.149467], [165.2755, 94.149467], [165.2755, 94.120382], [165.265117, 94.033923], [165.261082, 94.023692], [165.240757, 93.97215], [165.210862, 93.896342], [165.1215, 93.7785], [165.003658, 93.689138], [164.997362, 93.686655], [164.87198, 93.63721], [164.871974, 93.637208], [164.866077, 93.634883], [164.859776, 93.634126], [164.859775, 93.634126], [164.782546, 93.624851], [164.782535, 93.62485], [164.779618, 93.6245], [164.220382, 93.6245], [164.217465, 93.62485], [164.217453, 93.624851], [164.140224, 93.634126], [164.140221, 93.634126], [164.133923, 93.634883], [164.128027, 93.637207], [164.128019, 93.63721], [164.002637, 93.686655], [164.002633, 93.686656], [163.996342, 93.689138], [163.990949, 93.693226], [163.990948, 93.693228], [163.883899, 93.774405], [163.883895, 93.774408], [163.8785, 93.7785], [163.874408, 93.783895], [163.874405, 93.783899], [163.800606, 93.881219], [163.789138, 93.896342], [163.786656, 93.902634], [163.786654, 93.902639], [163.7436, 94.011818], [163.707204, 94.057343], [163.651502, 94.0745], [161.766256, 94.0745], [161.711255, 94.057815], [161.674792, 94.013386], [161.669158, 93.956186], [161.696252, 93.905496], [162.657803, 92.943945], [163.620726, 91.981021], [163.667288, 91.954842], [163.720677, 91.956666], [163.765345, 91.985964], [163.788288, 92.034205], [163.782826, 92.087345], [163.737211, 92.203016], [163.737208, 92.203026], [163.734883, 92.208923], [163.734126, 92.215221], [163.734126, 92.215224], [163.724851, 92.292453], [163.72485, 92.292465], [163.7245, 92.295382], [163.7245, 92.879618], [163.72485, 92.882535], [163.724851, 92.882546], [163.73046, 92.929248], [163.734883, 92.966077], [163.737208, 92.971974], [163.73721, 92.97198], [163.778402, 93.076433], [163.789138, 93.103658], [163.8785, 93.2215], [163.996342, 93.310862], [164.083176, 93.345105], [164.128019, 93.362789], [164.12802, 93.362789], [164.133923, 93.365117], [164.220382, 93.3755], [164.776666, 93.3755], [164.779618, 93.3755], [164.866077, 93.365117], [165.003658, 93.310862], [165.1215, 93.2215], [165.193024, 93.12718], [165.227869, 93.098335], [165.271908, 93.088], [165.728092, 93.088], [165.772131, 93.098335], [165.806976, 93.127181], [165.84061, 93.171535], [165.8785, 93.2215], [165.996342, 93.310862], [166.083176, 93.345105], [166.128019, 93.362789], [166.12802, 93.362789], [166.133923, 93.365117], [166.220382, 93.3755], [166.776666, 93.3755], [166.779618, 93.3755], [166.866077, 93.365117], [167.003658, 93.310862], [167.1215, 93.2215], [167.193024, 93.12718], [167.227869, 93.098335], [167.271908, 93.088], [167.711943, 93.088], [167.757324, 93.099255], [167.762118, 93.102793], [167.890301, 93.147646], [167.920734, 93.1505], [169.201955, 93.1505], [169.204266, 93.1505], [169.234699, 93.147646], [169.278621, 93.132276], [169.333342, 93.129202], [169.381315, 93.155712], [169.407832, 93.203681], [169.405035, 93.253603], [169.405629, 93.253733], [169.40482, 93.257434], [169.404766, 93.258405], [169.404345, 93.259606], [169.404342, 93.259619], [169.402354, 93.265301], [169.401792, 93.271291], [169.401791, 93.271297], [169.399715, 93.293438], [169.3995, 93.295734], [169.3995, 93.704266], [169.399714, 93.706556], [169.399715, 93.706561], [169.401791, 93.728702], [169.401792, 93.728706], [169.402354, 93.734699], [169.404343, 93.740384], [169.404344, 93.740387], [169.447207, 93.862882], [169.445769, 93.863385], [169.4548, 93.915294], [169.42789, 93.970203], [169.373856, 93.998829], [169.313312, 93.990252], [169.258154, 93.963287], [169.243644, 93.958803], [169.186756, 93.950515], [169.179641, 93.95], [168.825533, 93.95], [168.815254, 93.952754], [168.8125, 93.963033], [168.8125, 94.186967], [168.815254, 94.197245], [168.825533, 94.2], [169.476019, 94.2], [169.486654, 94.196873], [169.487162, 94.193303], [169.48671, 94.191842], [169.473027, 94.163852], [169.463266, 94.112701], [169.480813, 94.063673], [169.520814, 94.030331], [169.572201, 94.021902], [169.620756, 94.040717], [169.637118, 94.052793], [169.765301, 94.097646], [169.795734, 94.1005], [171.076955, 94.1005], [171.079266, 94.1005], [171.109699, 94.097646], [171.228561, 94.056054], [171.261255, 94.0505], [175.298919, 94.0505], [175.302299, 94.050558], [175.366824, 94.052762], [175.407978, 94.042732], [175.417941, 94.040838], [175.459918, 94.03507], [175.478343, 94.027065], [175.494343, 94.021686], [175.495127, 94.021494], [175.51385, 94.016933], [175.550786, 93.996164], [175.559858, 93.991659], [175.563097, 93.990252], [175.598718, 93.97478], [175.614293, 93.962107], [175.628257, 93.952605], [175.645757, 93.942766], [175.675724, 93.912798], [175.683229, 93.906024], [175.716106, 93.879278], [175.717726, 93.876981], [175.759821, 93.850837], [175.811428, 93.849382], [175.942772, 93.880915], [176.189997, 93.900372], [176.437222, 93.880915], [176.678359, 93.823023], [176.907471, 93.728122], [177.118916, 93.598548], [177.307489, 93.437492], [177.468545, 93.248919], [177.598119, 93.037474], [177.69302, 92.808362], [177.750912, 92.567225], [177.770369, 92.32], [177.750912, 92.072775], [177.69302, 91.831638], [177.598119, 91.602526], [177.468545, 91.391081], [177.307489, 91.202508], [177.304353, 91.19983], [177.121876, 91.04398], [177.121875, 91.043979], [177.118916, 91.041452], [177.1156, 91.03942], [177.115596, 91.039417], [176.910789, 90.913911], [176.910786, 90.913909], [176.907471, 90.911878], [176.903885, 90.910392], [176.903878, 90.910389], [176.681949, 90.818464], [176.681948, 90.818463], [176.678359, 90.816977], [176.652155, 90.810686], [176.440994, 90.75999], [176.440986, 90.759988], [176.437222, 90.759085], [176.433357, 90.75878], [176.433352, 90.75878], [176.193872, 90.739933], [176.189997, 90.739628], [176.186122, 90.739933], [175.946641, 90.75878], [175.946634, 90.758781], [175.942772, 90.759085], [175.939009, 90.759988], [175.938999, 90.75999], [175.705412, 90.81607], [175.705409, 90.81607], [175.701635, 90.816977], [175.698048, 90.818462], [175.698044, 90.818464], [175.476115, 90.910389], [175.476102, 90.910395], [175.472523, 90.911878], [175.469212, 90.913906], [175.469204, 90.913911], [175.264397, 91.039417], [175.264387, 91.039424], [175.261078, 91.041452], [175.258124, 91.043974], [175.258117, 91.04398], [175.075475, 91.199971], [175.072505, 91.202508], [175.069976, 91.205468], [175.06997, 91.205475], [174.913977, 91.38812], [174.913971, 91.388127], [174.911449, 91.391081], [174.909421, 91.39439], [174.909414, 91.3944], [174.783908, 91.599207], [174.783903, 91.599215], [174.781875, 91.602526], [174.780392, 91.606105], [174.780386, 91.606118], [174.688461, 91.828047], [174.686974, 91.831638], [174.686067, 91.835412], [174.686067, 91.835415], [174.629987, 92.069002], [174.629985, 92.069012], [174.629082, 92.072775], [174.628778, 92.076637], [174.628777, 92.076644], [174.618832, 92.203016], [174.609625, 92.32], [174.60993, 92.323875], [174.627765, 92.5505], [174.629082, 92.567225], [174.629985, 92.570989], [174.629987, 92.570997], [174.683046, 92.792], [174.686974, 92.808362], [174.688461, 92.811952], [174.688462, 92.811955], [174.688737, 92.812619], [174.688786, 92.812954], [174.689664, 92.815654], [174.689208, 92.815801], [174.695794, 92.860207], [174.679585, 92.905503], [174.643938, 92.937811], [174.597271, 92.9495], [171.261255, 92.9495], [171.228561, 92.943945], [171.109699, 92.902354], [171.103706, 92.901792], [171.103702, 92.901791], [171.081561, 92.899715], [171.081556, 92.899714], [171.079266, 92.8995], [169.795734, 92.8995], [169.793444, 92.899714], [169.793438, 92.899715], [169.771297, 92.901791], [169.771291, 92.901792], [169.765301, 92.902354], [169.759613, 92.904344], [169.759614, 92.904344], [169.721378, 92.917723], [169.666651, 92.920795], [169.618677, 92.89428], [169.592164, 92.846305], [169.594968, 92.796397], [169.594371, 92.796267], [169.595184, 92.792541], [169.595239, 92.791578], [169.595655, 92.790388], [169.597646, 92.784699], [169.6005, 92.754266], [169.6005, 92.345734], [169.597646, 92.315301], [169.552793, 92.187118], [169.47215, 92.07785], [169.362882, 91.997207], [169.355882, 91.994757], [169.355879, 91.994756], [169.240387, 91.954344], [169.240384, 91.954343], [169.234699, 91.952354], [169.228706, 91.951792], [169.228702, 91.951791], [169.206561, 91.949715], [169.206556, 91.949714], [169.204266, 91.9495], [167.920734, 91.9495], [167.918444, 91.949714], [167.918438, 91.949715], [167.896297, 91.951791], [167.896291, 91.951792], [167.890301, 91.952354], [167.884617, 91.954342], [167.884612, 91.954344], [167.76912, 91.994756], [167.769114, 91.994758], [167.762118, 91.997207], [167.756152, 92.001609], [167.756148, 92.001612], [167.666664, 92.067655], [167.638821, 92.08204], [167.607876, 92.087], [167.271908, 92.087], [167.227869, 92.076665], [167.193024, 92.047819], [167.1827, 92.034205], [167.1215, 91.9535], [167.003658, 91.864138], [166.987652, 91.857826], [166.87198, 91.81221], [166.871974, 91.812208], [166.866077, 91.809883], [166.859776, 91.809126], [166.859775, 91.809126], [166.782546, 91.799851], [166.782535, 91.79985], [166.779618, 91.7995], [166.220382, 91.7995], [166.217465, 91.79985], [166.217453, 91.799851], [166.140224, 91.809126], [166.140221, 91.809126], [166.133923, 91.809883], [166.128027, 91.812207], [166.128019, 91.81221], [166.002637, 91.861655], [166.002633, 91.861656], [165.996342, 91.864138], [165.990949, 91.868226], [165.990948, 91.868228], [165.883899, 91.949405], [165.883895, 91.949408], [165.8785, 91.9535], [165.874408, 91.958895], [165.874405, 91.958899], [165.806976, 92.047819], [165.772131, 92.076665], [165.728092, 92.087], [165.271908, 92.087], [165.227869, 92.076665], [165.193024, 92.047819], [165.1827, 92.034205], [165.1215, 91.9535], [165.003658, 91.864138], [164.987652, 91.857826], [164.87198, 91.81221], [164.871974, 91.812208], [164.866077, 91.809883], [164.859776, 91.809126], [164.859775, 91.809126], [164.782546, 91.799851], [164.782535, 91.79985], [164.779618, 91.7995], [164.220382, 91.7995], [164.217465, 91.79985], [164.217453, 91.799851], [164.140224, 91.809126], [164.140221, 91.809126], [164.133923, 91.809883], [164.128026, 91.812208], [164.128016, 91.812211], [164.012345, 91.857826], [163.959205, 91.863288], [163.910964, 91.840345], [163.881666, 91.795677], [163.879842, 91.742288], [163.906024, 91.695724], [164.372253, 91.229496], [164.40437, 91.208036], [164.442256, 91.2005], [164.776666, 91.2005], [164.779618, 91.2005], [164.866077, 91.190117], [165.003658, 91.135862], [165.1215, 91.0465], [165.210862, 90.928658], [165.265117, 90.791077], [165.274506, 90.712893], [165.825, 90.712893], [165.825215, 90.7175], [165.827208, 90.738759], [165.829761, 90.750442], [165.868879, 90.862235], [165.875735, 90.875208], [165.945237, 90.96938], [165.955619, 90.979762], [166.049791, 91.049264], [166.062764, 91.05612], [166.174557, 91.095238], [166.18624, 91.097791], [166.207499, 91.099784], [166.212107, 91.1], [166.236967, 91.1], [166.247245, 91.097245], [166.25, 91.086967], [166.75, 91.086967], [166.752754, 91.097245], [166.763033, 91.1], [166.787893, 91.1], [166.7925, 91.099784], [166.813759, 91.097791], [166.825442, 91.095238], [166.937235, 91.05612], [166.950208, 91.049264], [167.04438, 90.979762], [167.054762, 90.96938], [167.124264, 90.875208], [167.13112, 90.862235], [167.170238, 90.750442], [167.172791, 90.738759], [167.174784, 90.7175], [167.175, 90.712893], [167.175, 90.706696], [167.637837, 90.706696], [167.638289, 90.708157], [167.682611, 90.79882], [167.692012, 90.811987], [167.763012, 90.882987], [167.776179, 90.892388], [167.866845, 90.936712], [167.881355, 90.941196], [167.938243, 90.949484], [167.945359, 90.95], [168.299467, 90.95], [168.309745, 90.947245], [168.3125, 90.936967], [168.3125, 90.936966], [168.8125, 90.936966], [168.815254, 90.947244], [168.825533, 90.949999], [169.179639, 90.949999], [169.186758, 90.949483], [169.243637, 90.941196], [169.258158, 90.936709], [169.34882, 90.892388], [169.361987, 90.882987], [169.432987, 90.811987], [169.442388, 90.79882], [169.48671, 90.708157], [169.487162, 90.706696], [169.486654, 90.703126], [169.476019, 90.7], [168.825533, 90.7], [168.815254, 90.702754], [168.8125, 90.713033], [168.8125, 90.936966], [168.3125, 90.936966], [168.3125, 90.713033], [168.309745, 90.702754], [168.299467, 90.7], [167.648981, 90.7], [167.638345, 90.703126], [167.637837, 90.706696], [167.175, 90.706696], [167.175, 90.675533], [167.172245, 90.665254], [167.161967, 90.6625], [166.763033, 90.6625], [166.752754, 90.665254], [166.75, 90.675533], [166.75, 91.086967], [166.25, 91.086967], [166.25, 90.675533], [166.247245, 90.665254], [166.236967, 90.6625], [165.838033, 90.6625], [165.827754, 90.665254], [165.825, 90.675533], [165.825, 90.712893], [165.274506, 90.712893], [165.2755, 90.704618], [165.2755, 90.193303], [167.637837, 90.193303], [167.638345, 90.196873], [167.648981, 90.2], [168.299467, 90.2], [168.309745, 90.197245], [168.3125, 90.186967], [168.3125, 89.963034], [168.309745, 89.952755], [168.299467, 89.950001], [167.945361, 89.950001], [167.938241, 89.950516], [167.881362, 89.958803], [167.866841, 89.96329], [167.776179, 90.007611], [167.763012, 90.017012], [167.692012, 90.088012], [167.682611, 90.101179], [167.638289, 90.191842], [167.637837, 90.193303], [165.2755, 90.193303], [165.2755, 90.149467], [165.825, 90.149467], [165.827754, 90.159745], [165.838033, 90.1625], [166.236967, 90.1625], [166.247245, 90.159745], [166.25, 90.149467], [166.75, 90.149467], [166.752754, 90.159745], [166.763033, 90.1625], [167.161967, 90.1625], [167.172245, 90.159745], [167.175, 90.149467], [167.175, 90.112107], [167.174784, 90.107499], [167.172791, 90.08624], [167.170238, 90.074557], [167.13112, 89.962764], [167.124264, 89.949791], [167.054762, 89.855619], [167.04438, 89.845237], [166.950208, 89.775735], [166.937235, 89.768879], [166.825442, 89.729761], [166.813759, 89.727208], [166.7925, 89.725215], [166.787893, 89.725], [166.763033, 89.725], [166.752754, 89.727754], [166.75, 89.738033], [166.75, 90.149467], [166.25, 90.149467], [166.25, 89.738033], [166.247245, 89.727754], [166.236967, 89.725], [166.212107, 89.725], [166.207499, 89.725215], [166.18624, 89.727208], [166.174557, 89.729761], [166.062764, 89.768879], [166.049791, 89.775735], [165.955619, 89.845237], [165.945237, 89.855619], [165.875735, 89.949791], [165.868879, 89.962764], [165.829761, 90.074557], [165.827208, 90.08624], [165.825215, 90.107499], [165.825, 90.112107], [165.825, 90.149467], [165.2755, 90.149467], [165.2755, 90.120382], [165.265117, 90.033923], [165.261082, 90.023692], [165.240658, 89.9719], [165.210862, 89.896342], [165.1215, 89.7785], [165.003658, 89.689138], [164.981125, 89.680252], [164.87198, 89.63721], [164.871974, 89.637208], [164.866077, 89.634883], [164.859776, 89.634126], [164.859775, 89.634126], [164.782546, 89.624851], [164.782535, 89.62485], [164.779618, 89.6245], [164.220382, 89.6245], [164.217465, 89.62485], [164.217453, 89.624851], [164.140224, 89.634126], [164.140221, 89.634126], [164.133923, 89.634883], [164.128024, 89.637209], [164.128013, 89.637212], [164.060819, 89.663711], [164.013536, 89.670005], [163.968798, 89.653457], [163.936991, 89.617909], [163.9255, 89.571614], [163.9255, 89.428386], [163.936991, 89.382091], [163.968798, 89.346543], [164.013536, 89.329995], [164.060819, 89.336289], [164.128013, 89.362787], [164.128017, 89.362788], [164.133923, 89.365117], [164.220382, 89.3755], [164.776666, 89.3755], [164.779618, 89.3755], [164.866077, 89.365117], [165.003658, 89.310862], [165.1215, 89.2215], [165.193024, 89.12718], [165.227869, 89.098335], [165.271908, 89.088], [165.728092, 89.088], [165.772131, 89.098335], [165.806975, 89.12718], [165.8785, 89.2215], [165.996342, 89.310862], [166.062811, 89.337074], [166.128019, 89.362789], [166.12802, 89.362789], [166.133923, 89.365117], [166.220382, 89.3755], [166.776666, 89.3755], [166.779618, 89.3755], [166.866077, 89.365117], [167.003658, 89.310862], [167.1215, 89.2215], [167.210862, 89.103658], [167.212325, 89.099947], [167.247618, 89.064046], [167.297605, 89.0505], [167.658687, 89.0505], [167.689632, 89.05546], [167.717474, 89.069844], [167.762118, 89.102793], [167.890301, 89.147646], [167.920734, 89.1505], [169.201955, 89.1505], [169.204266, 89.1505], [169.234699, 89.147646], [169.278621, 89.132276], [169.333342, 89.129202], [169.381315, 89.155712], [169.407832, 89.203681], [169.405035, 89.253603], [169.405629, 89.253733], [169.40482, 89.257434], [169.404766, 89.258405], [169.404345, 89.259606], [169.404342, 89.259619], [169.402354, 89.265301], [169.401792, 89.271291], [169.401791, 89.271297], [169.400646, 89.283509], [169.3995, 89.295734], [169.3995, 89.704266], [169.399714, 89.706556], [169.399715, 89.706561], [169.401791, 89.728702], [169.401792, 89.728706], [169.402354, 89.734699], [169.404343, 89.740384], [169.404344, 89.740387], [169.447207, 89.862882], [169.445769, 89.863385], [169.4548, 89.915294], [169.42789, 89.970203], [169.373856, 89.998829], [169.313312, 89.990252], [169.258154, 89.963287], [169.243644, 89.958803], [169.186756, 89.950515], [169.179641, 89.95], [168.825533, 89.95], [168.815254, 89.952754], [168.8125, 89.963033], [168.8125, 90.186967], [168.815254, 90.197245], [168.825533, 90.2], [169.476019, 90.2], [169.486654, 90.196873], [169.487162, 90.193303], [169.48671, 90.191842], [169.473027, 90.163852], [169.463266, 90.112701], [169.480813, 90.063673], [169.520814, 90.030331], [169.572201, 90.021902], [169.620756, 90.040717], [169.637118, 90.052793], [169.765301, 90.097646], [169.795734, 90.1005], [171.076955, 90.1005], [171.079266, 90.1005], [171.109699, 90.097646], [171.228561, 90.056054], [171.261255, 90.0505], [173.988921, 90.0505], [173.992301, 90.050558], [174.056826, 90.052762], [174.09798, 90.042732], [174.107943, 90.040838], [174.14992, 90.03507], [174.168345, 90.027065], [174.184345, 90.021686], [174.185129, 90.021494], [174.203852, 90.016933], [174.240788, 89.996164], [174.24986, 89.991659], [174.253099, 89.990252], [174.28872, 89.97478], [174.304295, 89.962107], [174.318259, 89.952605], [174.335759, 89.942766], [174.353025, 89.9255], [174.365725, 89.912799], [174.373231, 89.906024], [174.406108, 89.879278], [174.417687, 89.862872], [174.428557, 89.849966], [175.537387, 88.741135], [175.588076, 88.714043], [175.645272, 88.719676], [175.701635, 88.743023], [175.942772, 88.800915], [176.189997, 88.820372], [176.437222, 88.800915], [176.678359, 88.743023], [176.907471, 88.648122], [177.118916, 88.518548], [177.307489, 88.357492], [177.468545, 88.168919], [177.598119, 87.957474], [177.69302, 87.728362], [177.750912, 87.487225], [177.770369, 87.24], [177.750912, 86.992775], [177.69302, 86.751638], [177.609467, 86.549922], [177.599607, 86.526118], [177.599606, 86.526116], [177.598119, 86.522526], [177.503964, 86.368879], [177.470579, 86.3144], [177.470578, 86.314399], [177.468545, 86.311081], [177.307489, 86.122508], [177.296006, 86.112701], [177.121876, 85.96398], [177.121875, 85.963979], [177.118916, 85.961452], [177.1156, 85.95942], [177.115596, 85.959417], [176.910789, 85.833911], [176.910786, 85.833909], [176.907471, 85.831878], [176.903885, 85.830392], [176.903878, 85.830389], [176.681949, 85.738464], [176.681948, 85.738463], [176.678359, 85.736977], [176.639943, 85.727754], [176.440994, 85.67999], [176.440986, 85.679988], [176.437222, 85.679085], [176.433357, 85.67878], [176.433352, 85.67878], [176.193872, 85.659933], [176.189997, 85.659628], [176.186122, 85.659933], [175.946641, 85.67878], [175.946634, 85.678781], [175.942772, 85.679085], [175.939009, 85.679988], [175.938999, 85.67999], [175.705412, 85.73607], [175.705409, 85.73607], [175.701635, 85.736977], [175.698048, 85.738462], [175.698044, 85.738464], [175.476115, 85.830389], [175.476102, 85.830395], [175.472523, 85.831878], [175.469212, 85.833906], [175.469204, 85.833911], [175.264397, 85.959417], [175.264387, 85.959424], [175.261078, 85.961452], [175.258124, 85.963974], [175.258117, 85.96398], [175.075472, 86.119973], [175.075465, 86.119979], [175.072505, 86.122508], [175.069976, 86.125468], [175.06997, 86.125475], [174.913977, 86.30812], [174.913971, 86.308127], [174.911449, 86.311081], [174.909421, 86.31439], [174.909414, 86.3144], [174.783908, 86.519207], [174.783903, 86.519215], [174.781875, 86.522526], [174.780392, 86.526105], [174.780386, 86.526118], [174.688461, 86.748047], [174.686974, 86.751638], [174.686067, 86.755412], [174.686067, 86.755415], [174.629987, 86.989002], [174.629985, 86.989012], [174.629082, 86.992775], [174.628778, 86.996637], [174.628777, 86.996644], [174.611034, 87.22209], [174.609625, 87.24], [174.60993, 87.243875], [174.62865, 87.481743], [174.629082, 87.487225], [174.629985, 87.490989], [174.629987, 87.490997], [174.663041, 87.628675], [174.686974, 87.728362], [174.742655, 87.862789], [174.751325, 87.883719], [174.756959, 87.940919], [174.729865, 87.991609], [173.800971, 88.920504], [173.768853, 88.941964], [173.730967, 88.9495], [171.261255, 88.9495], [171.228561, 88.943945], [171.109699, 88.902354], [171.103706, 88.901792], [171.103702, 88.901791], [171.081561, 88.899715], [171.081556, 88.899714], [171.079266, 88.8995], [169.795734, 88.8995], [169.793444, 88.899714], [169.793438, 88.899715], [169.771297, 88.901791], [169.771291, 88.901792], [169.765301, 88.902354], [169.759613, 88.904344], [169.759614, 88.904344], [169.721378, 88.917723], [169.666651, 88.920795], [169.618677, 88.89428], [169.592164, 88.846305], [169.594968, 88.796397], [169.594371, 88.796267], [169.595184, 88.792541], [169.595239, 88.791578], [169.595655, 88.790388], [169.597646, 88.784699], [169.6005, 88.754266], [169.6005, 88.345734], [169.597646, 88.315301], [169.552793, 88.187118], [169.47215, 88.07785], [169.463332, 88.071342], [169.368851, 88.001612], [169.368849, 88.001611], [169.362882, 87.997207], [169.355882, 87.994757], [169.355879, 87.994756], [169.240387, 87.954344], [169.240384, 87.954343], [169.234699, 87.952354], [169.228706, 87.951792], [169.228702, 87.951791], [169.206561, 87.949715], [169.206556, 87.949714], [169.204266, 87.9495], [167.920734, 87.9495], [167.918444, 87.949714], [167.918438, 87.949715], [167.896297, 87.951791], [167.896291, 87.951792], [167.890301, 87.952354], [167.884617, 87.954342], [167.884612, 87.954344], [167.76912, 87.994756], [167.769114, 87.994758], [167.762118, 87.997207], [167.756152, 88.001609], [167.756148, 88.001612], [167.717475, 88.030155], [167.689632, 88.04454], [167.658687, 88.0495], [167.243471, 88.0495], [167.199432, 88.039165], [167.164587, 88.010319], [167.125594, 87.958899], [167.1215, 87.9535], [167.003658, 87.864138], [166.997362, 87.861655], [166.87198, 87.81221], [166.871974, 87.812208], [166.866077, 87.809883], [166.859776, 87.809126], [166.859775, 87.809126], [166.782546, 87.799851], [166.782535, 87.79985], [166.779618, 87.7995], [166.220382, 87.7995], [166.217465, 87.79985], [166.217453, 87.799851], [166.140224, 87.809126], [166.140221, 87.809126], [166.133923, 87.809883], [166.128027, 87.812207], [166.128019, 87.81221], [166.002637, 87.861655], [166.002633, 87.861656], [165.996342, 87.864138], [165.990949, 87.868226], [165.990948, 87.868228], [165.883899, 87.949405], [165.883895, 87.949408], [165.8785, 87.9535], [165.874408, 87.958895], [165.874405, 87.958899], [165.806976, 88.047819], [165.772131, 88.076665], [165.728092, 88.087], [165.271908, 88.087], [165.227869, 88.076665], [165.193024, 88.047819], [165.186563, 88.039299], [165.1215, 87.9535], [165.003658, 87.864138], [164.997362, 87.861655], [164.87198, 87.81221], [164.871974, 87.812208], [164.866077, 87.809883], [164.859776, 87.809126], [164.859775, 87.809126], [164.782546, 87.799851], [164.782535, 87.79985], [164.779618, 87.7995], [164.220382, 87.7995], [164.217465, 87.79985], [164.217453, 87.799851], [164.140224, 87.809126], [164.140221, 87.809126], [164.133923, 87.809883], [164.128024, 87.812209], [164.128013, 87.812212], [164.060819, 87.838711], [164.013536, 87.845005], [163.968798, 87.828457], [163.936991, 87.792909], [163.9255, 87.746614], [163.9255, 87.629756], [163.933036, 87.59187], [163.954496, 87.559752], [164.284752, 87.229496], [164.31687, 87.208036], [164.354756, 87.2005], [164.776666, 87.2005], [164.779618, 87.2005], [164.866077, 87.190117], [165.003658, 87.135862], [165.1215, 87.0465], [165.210862, 86.928658], [165.265117, 86.791077], [165.274506, 86.712893], [165.825, 86.712893], [165.825215, 86.7175], [165.827208, 86.738759], [165.829761, 86.750442], [165.868879, 86.862235], [165.875735, 86.875208], [165.945237, 86.96938], [165.955619, 86.979762], [166.049791, 87.049264], [166.062764, 87.05612], [166.174557, 87.095238], [166.18624, 87.097791], [166.207499, 87.099784], [166.212107, 87.1], [166.236967, 87.1], [166.247245, 87.097245], [166.25, 87.086967], [166.75, 87.086967], [166.752754, 87.097245], [166.763033, 87.1], [166.787893, 87.1], [166.7925, 87.099784], [166.813759, 87.097791], [166.825442, 87.095238], [166.937235, 87.05612], [166.950208, 87.049264], [167.04438, 86.979762], [167.054762, 86.96938], [167.124264, 86.875208], [167.13112, 86.862235], [167.170238, 86.750442], [167.172791, 86.738759], [167.174784, 86.7175], [167.175, 86.712893], [167.175, 86.706696], [167.637837, 86.706696], [167.638289, 86.708157], [167.682611, 86.79882], [167.692012, 86.811987], [167.763012, 86.882987], [167.776179, 86.892388], [167.866845, 86.936712], [167.881355, 86.941196], [167.938243, 86.949484], [167.945359, 86.95], [168.299467, 86.95], [168.309745, 86.947245], [168.3125, 86.936967], [168.3125, 86.936966], [168.8125, 86.936966], [168.815254, 86.947244], [168.825533, 86.949999], [169.179639, 86.949999], [169.186758, 86.949483], [169.243637, 86.941196], [169.258158, 86.936709], [169.34882, 86.892388], [169.361987, 86.882987], [169.432987, 86.811987], [169.442388, 86.79882], [169.48671, 86.708157], [169.487162, 86.706696], [169.486654, 86.703126], [169.476019, 86.7], [168.825533, 86.7], [168.815254, 86.702754], [168.8125, 86.713033], [168.8125, 86.936966], [168.3125, 86.936966], [168.3125, 86.713033], [168.309745, 86.702754], [168.299467, 86.7], [167.648981, 86.7], [167.638345, 86.703126], [167.637837, 86.706696], [167.175, 86.706696], [167.175, 86.675533], [167.172245, 86.665254], [167.161967, 86.6625], [166.763033, 86.6625], [166.752754, 86.665254], [166.75, 86.675533], [166.75, 87.086967], [166.25, 87.086967], [166.25, 86.675533], [166.247245, 86.665254], [166.236967, 86.6625], [165.838033, 86.6625], [165.827754, 86.665254], [165.825, 86.675533], [165.825, 86.712893], [165.274506, 86.712893], [165.2755, 86.704618], [165.2755, 86.193303], [167.637837, 86.193303], [167.638345, 86.196873], [167.648981, 86.2], [168.299467, 86.2], [168.309745, 86.197245], [168.3125, 86.186967], [168.3125, 85.963034], [168.309745, 85.952755], [168.299467, 85.950001], [167.945361, 85.950001], [167.938241, 85.950516], [167.881362, 85.958803], [167.866841, 85.96329], [167.776179, 86.007611], [167.763012, 86.017012], [167.692012, 86.088012], [167.682611, 86.101179], [167.638289, 86.191842], [167.637837, 86.193303], [165.2755, 86.193303], [165.2755, 86.149467], [165.825, 86.149467], [165.827754, 86.159745], [165.838033, 86.1625], [166.236967, 86.1625], [166.247245, 86.159745], [166.25, 86.149467], [166.75, 86.149467], [166.752754, 86.159745], [166.763033, 86.1625], [167.161967, 86.1625], [167.172245, 86.159745], [167.175, 86.149467], [167.175, 86.112107], [167.174784, 86.107499], [167.172791, 86.08624], [167.170238, 86.074557], [167.13112, 85.962764], [167.124264, 85.949791], [167.054762, 85.855619], [167.04438, 85.845237], [166.950208, 85.775735], [166.937235, 85.768879], [166.825442, 85.729761], [166.813759, 85.727208], [166.7925, 85.725215], [166.787893, 85.725], [166.763033, 85.725], [166.752754, 85.727754], [166.75, 85.738033], [166.75, 86.149467], [166.25, 86.149467], [166.25, 85.738033], [166.247245, 85.727754], [166.236967, 85.725], [166.212107, 85.725], [166.207499, 85.725215], [166.18624, 85.727208], [166.174557, 85.729761], [166.062764, 85.768879], [166.049791, 85.775735], [165.955619, 85.845237], [165.945237, 85.855619], [165.875735, 85.949791], [165.868879, 85.962764], [165.829761, 86.074557], [165.827208, 86.08624], [165.825215, 86.107499], [165.825, 86.112107], [165.825, 86.149467], [165.2755, 86.149467], [165.2755, 86.120382], [165.265117, 86.033923], [165.261806, 86.025528], [165.240706, 85.97202], [165.210862, 85.896342], [165.1215, 85.7785], [165.003658, 85.689138], [164.997362, 85.686655], [164.87198, 85.63721], [164.871974, 85.637208], [164.866077, 85.634883], [164.859776, 85.634126], [164.859775, 85.634126], [164.782546, 85.624851], [164.782535, 85.62485], [164.779618, 85.6245], [164.220382, 85.6245], [164.217465, 85.62485], [164.217453, 85.624851], [164.140224, 85.634126], [164.140221, 85.634126], [164.133923, 85.634883], [164.128027, 85.637207], [164.128019, 85.63721], [164.002637, 85.686655], [164.002633, 85.686656], [163.996342, 85.689138], [163.990949, 85.693226], [163.990948, 85.693228], [163.883899, 85.774405], [163.883895, 85.774408], [163.8785, 85.7785], [163.874408, 85.783895], [163.874405, 85.783899], [163.802078, 85.879278], [163.789138, 85.896342], [163.786656, 85.902633], [163.786655, 85.902637], [163.73721, 86.028019], [163.737207, 86.028027], [163.734883, 86.033923], [163.734126, 86.040221], [163.734126, 86.040224], [163.724851, 86.117453], [163.72485, 86.117465], [163.7245, 86.120382], [163.7245, 86.123334], [163.7245, 86.545245], [163.716964, 86.583131], [163.695503, 86.615248], [163.24678, 87.063971], [163.24678, 87.063972], [163.156979, 87.153772], [163.156976, 87.153775], [163.151472, 87.15928], [163.147936, 87.166218], [163.147934, 87.166222], [163.139614, 87.182551], [163.1315, 87.195791], [163.120732, 87.210612], [163.120729, 87.210617], [163.116151, 87.216919], [163.108652, 87.24], [163.108082, 87.241753], [163.102139, 87.2561], [163.090281, 87.279374], [163.089062, 87.287069], [163.089062, 87.28707], [163.086196, 87.305164], [163.08257, 87.320265], [163.076907, 87.337693], [163.076905, 87.337704], [163.0745, 87.345107], [163.0745, 87.352896], [163.0745, 90.282744], [163.066964, 90.32063], [163.045504, 90.352748], [161.245273, 92.152978], [161.197507, 92.179444], [161.142975, 92.176559], [161.098269, 92.145199], [161.076991, 92.094907], [161.060862, 91.962074], [161.060861, 91.962073], [161.06014, 91.956128], [160.999818, 91.79707], [160.903183, 91.657071], [160.895201, 91.65], [160.830303, 91.592505], [160.775852, 91.544266], [160.770548, 91.541482], [160.630528, 91.467993], [160.630526, 91.467992], [160.625225, 91.46521], [160.619409, 91.463776], [160.619408, 91.463776], [160.465871, 91.425933], [160.465868, 91.425932], [160.460056, 91.4245], [160.289944, 91.4245], [160.284131, 91.425932], [160.284128, 91.425933], [160.130591, 91.463776], [160.130587, 91.463777], [160.124775, 91.46521], [160.119476, 91.46799], [160.119471, 91.467993], [159.979451, 91.541482], [159.979446, 91.541485], [159.974148, 91.544266], [159.969667, 91.548234], [159.969665, 91.548237], [159.851299, 91.653099], [159.851293, 91.653105], [159.846817, 91.657071], [159.843416, 91.661997], [159.839739, 91.666149], [159.806267, 91.690778], [159.765636, 91.6995], [148.399499, 91.6995], [148.349999, 91.686237], [148.313762, 91.65], [148.300499, 91.6005], [148.300499, 91.457991], [148.300499, 91.455136], [148.297585, 91.430009], [148.252206, 91.327235], [148.172765, 91.247794], [148.164376, 91.24409], [148.164375, 91.244089], [148.076802, 91.205422], [148.076799, 91.205421], [148.069991, 91.202415], [148.062594, 91.201556], [148.062591, 91.201556], [148.047714, 91.19983], [148.047704, 91.199829], [148.044865, 91.1995], [148.042, 91.1995], [148.0245, 91.1995], [147.975, 91.186237], [147.938763, 91.15], [147.9255, 91.1005], [147.9255, 90.787893], [149.4, 90.787893], [149.400215, 90.7925], [149.402208, 90.813759], [149.404761, 90.825442], [149.443879, 90.937235], [149.450735, 90.950208], [149.520237, 91.04438], [149.530619, 91.054762], [149.624791, 91.124264], [149.637764, 91.13112], [149.749557, 91.170238], [149.76124, 91.172791], [149.782499, 91.174784], [149.787107, 91.175], [149.874467, 91.175], [149.884745, 91.172245], [149.8875, 91.161967], [149.8875, 90.763033], [149.884745, 90.752754], [149.874467, 90.75], [149.413033, 90.75], [149.402754, 90.752754], [149.4, 90.763033], [149.4, 90.787893], [147.9255, 90.787893], [147.9255, 89.262429], [147.935835, 89.21839], [147.964681, 89.183545], [147.975361, 89.175446], [148.0465, 89.1215], [148.135862, 89.003658], [148.190117, 88.866077], [148.2005, 88.779618], [148.2005, 88.220382], [148.190117, 88.133923], [148.186539, 88.124851], [148.158417, 88.053538], [148.135862, 87.996342], [148.0465, 87.8785], [147.98107, 87.828883], [147.946529, 87.779949], [147.946529, 87.720051], [147.981071, 87.671116], [147.995114, 87.660467], [148.0465, 87.6215], [148.135862, 87.503658], [148.141965, 87.488181], [148.178359, 87.442658], [148.234062, 87.4255], [148.403391, 87.4255], [148.456155, 87.440733], [148.492682, 87.481743], [148.50173, 87.535908], [148.4995, 87.555135], [148.4995, 87.557991], [148.4995, 87.557999], [148.4995, 88.642008], [148.4995, 88.642025], [148.499501, 88.644864], [148.499828, 88.647685], [148.499829, 88.647699], [148.500051, 88.64961], [148.502415, 88.669991], [148.505422, 88.676801], [148.538605, 88.751955], [148.547794, 88.772765], [148.554278, 88.779249], [148.575232, 88.800203], [148.601351, 88.846514], [148.599746, 88.899659], [148.570878, 88.944309], [148.4763, 89.028098], [148.476294, 89.028104], [148.471817, 89.032071], [148.468417, 89.036996], [148.468414, 89.037], [148.378581, 89.167144], [148.378577, 89.167151], [148.375182, 89.17207], [148.373061, 89.17766], [148.37306, 89.177664], [148.316983, 89.325528], [148.316981, 89.325533], [148.31486, 89.331128], [148.314139, 89.337065], [148.314137, 89.337074], [148.300161, 89.452181], [148.294355, 89.5], [148.295077, 89.505946], [148.314137, 89.662925], [148.314138, 89.662932], [148.31486, 89.668872], [148.316982, 89.674468], [148.316983, 89.674471], [148.36047, 89.789138], [148.375182, 89.82793], [148.378579, 89.832851], [148.378581, 89.832855], [148.461342, 89.952754], [148.471817, 89.967929], [148.476297, 89.971898], [148.476299, 89.9719], [148.497797, 89.990945], [148.599148, 90.080734], [148.749775, 90.15979], [148.914944, 90.2005], [149.079068, 90.2005], [149.085056, 90.2005], [149.250225, 90.15979], [149.25553, 90.157005], [149.261128, 90.154883], [149.261473, 90.155793], [149.303989, 90.145993], [149.352216, 90.160225], [149.38723, 90.196313], [149.394732, 90.224885], [149.396627, 90.224378], [149.402754, 90.247245], [149.413033, 90.25], [150.2885, 90.25], [150.338, 90.263263], [150.374237, 90.2995], [150.3875, 90.349], [150.3875, 91.161967], [150.390254, 91.172245], [150.400533, 91.175], [150.487893, 91.175], [150.4925, 91.174784], [150.513759, 91.172791], [150.525442, 91.170238], [150.637235, 91.13112], [150.650208, 91.124264], [150.74438, 91.054762], [150.754762, 91.04438], [150.824264, 90.950208], [150.831118, 90.93724], [150.852207, 90.87697], [150.887578, 90.82949], [150.94372, 90.810686], [151.000553, 90.827284], [151.037749, 90.873348], [151.086652, 90.997356], [151.086654, 90.99736], [151.089138, 91.003658], [151.1785, 91.1215], [151.296342, 91.210862], [151.3806, 91.244089], [151.428019, 91.262789], [151.42802, 91.262789], [151.433923, 91.265117], [151.520382, 91.2755], [152.201666, 91.2755], [152.204618, 91.2755], [152.291077, 91.265117], [152.428658, 91.210862], [152.5465, 91.1215], [152.635862, 91.003658], [152.641965, 90.988181], [152.678359, 90.942658], [152.734062, 90.9255], [153.559598, 90.9255], [153.567393, 90.9255], [153.592236, 90.917426], [153.607328, 90.913803], [153.633126, 90.909719], [153.6564, 90.897858], [153.67074, 90.891919], [153.695581, 90.883849], [153.716702, 90.868502], [153.729955, 90.860381], [153.75322, 90.848528], [153.848528, 90.75322], [154.824554, 89.777194], [154.824556, 89.77719], [154.848528, 89.75322], [154.860384, 89.729949], [154.868496, 89.716711], [154.88385, 89.69558], [154.891921, 89.670737], [154.897863, 89.656392], [154.909719, 89.633126], [154.913803, 89.607333], [154.917429, 89.592228], [154.9255, 89.567393], [154.9255, 89.432607], [154.9255, 88.999499], [154.938763, 88.949999], [154.975, 88.913762], [155.0245, 88.900499], [155.242009, 88.900499], [155.244864, 88.900499], [155.269991, 88.897585], [155.372765, 88.852206], [155.452206, 88.772765], [155.497585, 88.669991], [155.5005, 88.644865], [155.500499, 87.555136], [155.497585, 87.530009], [155.452206, 87.427235], [155.372765, 87.347794], [155.364376, 87.34409], [155.364375, 87.344089], [155.276802, 87.305422], [155.276799, 87.305421], [155.269991, 87.302415], [155.262594, 87.301556], [155.262591, 87.301556], [155.247714, 87.29983], [155.247704, 87.299829], [155.244865, 87.2995], [155.242, 87.2995], [153.657991, 87.2995], [153.657973, 87.2995], [153.655136, 87.299501], [153.652315, 87.299828], [153.6523, 87.299829], [153.637404, 87.301557], [153.637401, 87.301557], [153.630009, 87.302415], [153.6232, 87.305421], [153.623198, 87.305422], [153.535624, 87.344089], [153.53562, 87.344091], [153.527235, 87.347794], [153.520753, 87.354275], [153.52075, 87.354278], [153.454278, 87.42075], [153.454275, 87.420753], [153.447794, 87.427235], [153.444091, 87.43562], [153.444089, 87.435624], [153.405422, 87.523197], [153.405422, 87.523198], [153.402415, 87.530009], [153.401557, 87.537404], [153.401556, 87.537408], [153.39983, 87.552285], [153.39983, 87.552291], [153.3995, 87.555135], [153.3995, 87.557991], [153.3995, 87.557999], [153.3995, 88.642008], [153.3995, 88.642025], [153.399501, 88.644864], [153.399828, 88.647685], [153.399829, 88.647699], [153.400051, 88.64961], [153.402415, 88.669991], [153.405422, 88.676801], [153.438605, 88.751955], [153.447794, 88.772765], [153.527235, 88.852206], [153.630009, 88.897585], [153.655135, 88.9005], [153.9755, 88.9005], [154.025, 88.913763], [154.061237, 88.95], [154.0745, 88.9995], [154.0745, 89.282744], [154.066964, 89.32063], [154.045504, 89.352748], [153.352748, 90.045504], [153.32063, 90.066964], [153.282744, 90.0745], [152.734062, 90.0745], [152.678359, 90.057342], [152.641965, 90.011818], [152.635862, 89.996342], [152.5465, 89.8785], [152.428658, 89.789138], [152.42236, 89.786654], [152.422356, 89.786652], [152.308517, 89.741759], [152.272713, 89.71748], [152.250681, 89.680255], [152.246349, 89.666919], [152.230994, 89.645784], [152.222887, 89.632555], [152.211028, 89.60928], [152.11572, 89.513972], [152.11572, 89.513971], [151.777194, 89.175446], [151.75322, 89.151472], [151.729945, 89.139613], [151.716704, 89.131498], [151.701884, 89.12073], [151.701881, 89.120728], [151.695581, 89.116151], [151.688178, 89.113745], [151.688169, 89.113741], [151.670741, 89.108079], [151.65639, 89.102135], [151.654121, 89.100979], [151.633126, 89.090281], [151.625434, 89.089062], [151.625432, 89.089062], [151.607329, 89.086195], [151.592229, 89.08257], [151.567393, 89.0745], [151.5596, 89.0745], [150.438629, 89.0745], [150.387292, 89.060149], [150.350838, 89.021258], [150.339836, 88.969101], [150.357475, 88.918799], [150.398641, 88.884935], [150.418627, 88.87611], [150.472765, 88.852206], [150.552206, 88.772765], [150.597585, 88.669991], [150.6005, 88.644865], [150.6005, 88.5245], [150.613763, 88.475], [150.65, 88.438763], [150.6995, 88.4255], [150.890636, 88.4255], [150.931267, 88.434222], [150.964739, 88.458851], [150.968414, 88.462999], [150.971817, 88.467929], [150.976297, 88.471898], [150.976299, 88.4719], [150.993344, 88.487], [151.099148, 88.580734], [151.249775, 88.65979], [151.414944, 88.7005], [151.579068, 88.7005], [151.585056, 88.7005], [151.750225, 88.65979], [151.900852, 88.580734], [152.028183, 88.467929], [152.124818, 88.32793], [152.18514, 88.168872], [152.205645, 88.0], [152.18514, 87.831128], [152.124818, 87.67207], [152.121211, 87.666845], [152.07325, 87.597362], [152.028183, 87.532071], [152.018167, 87.523198], [151.925083, 87.440733], [151.900852, 87.419266], [151.82531, 87.379618], [151.755528, 87.342993], [151.755526, 87.342992], [151.750225, 87.34021], [151.744409, 87.338776], [151.744408, 87.338776], [151.590871, 87.300933], [151.590868, 87.300932], [151.585056, 87.2995], [151.414944, 87.2995], [151.409131, 87.300932], [151.409128, 87.300933], [151.255591, 87.338776], [151.255587, 87.338777], [151.249775, 87.34021], [151.244476, 87.34299], [151.244471, 87.342993], [151.104451, 87.416482], [151.104446, 87.416485], [151.099148, 87.419266], [151.094667, 87.423234], [151.094665, 87.423237], [150.976299, 87.528099], [150.976293, 87.528105], [150.971817, 87.532071], [150.968416, 87.536997], [150.964739, 87.541149], [150.931267, 87.565778], [150.890636, 87.5745], [150.681738, 87.5745], [150.627691, 87.558445], [150.591173, 87.515488], [150.581812, 87.494288], [150.552206, 87.427235], [150.472765, 87.347794], [150.464376, 87.34409], [150.464375, 87.344089], [150.376802, 87.305422], [150.376799, 87.305421], [150.369991, 87.302415], [150.362594, 87.301556], [150.362591, 87.301556], [150.347714, 87.29983], [150.347704, 87.299829], [150.344865, 87.2995], [150.342, 87.2995], [149.641255, 87.2995], [149.586254, 87.282815], [149.549791, 87.238386], [149.544157, 87.181186], [149.571251, 87.130496], [149.772251, 86.929496], [149.804369, 86.908036], [149.842255, 86.9005], [149.979068, 86.9005], [149.985056, 86.9005], [150.150225, 86.85979], [150.300852, 86.780734], [150.428183, 86.667929], [150.524818, 86.52793], [150.58514, 86.368872], [150.605645, 86.2], [150.58514, 86.031128], [150.524818, 85.87207], [150.521231, 85.866874], [150.473768, 85.798112], [150.428183, 85.732071], [150.420201, 85.725], [150.41923, 85.724139], [150.410244, 85.716178], [150.379652, 85.665285], [150.383685, 85.606039], [150.420893, 85.55976], [150.43608, 85.549612], [150.44961, 85.536082], [150.482979, 85.486142], [150.490298, 85.468473], [150.495559, 85.442025], [153.3995, 85.442025], [153.399501, 85.444864], [153.399828, 85.447685], [153.399829, 85.447699], [153.401557, 85.462591], [153.402415, 85.469991], [153.405422, 85.476801], [153.442051, 85.55976], [153.447794, 85.572765], [153.527235, 85.652206], [153.630009, 85.697585], [153.655135, 85.7005], [155.244864, 85.700499], [155.269991, 85.697585], [155.372765, 85.652206], [155.452206, 85.572765], [155.497585, 85.469991], [155.5005, 85.444865], [155.500499, 84.879618], [163.7245, 84.879618], [163.72485, 84.882535], [163.724851, 84.882546], [163.729076, 84.917723], [163.734883, 84.966077], [163.737208, 84.971974], [163.73721, 84.97198], [163.777126, 85.073198], [163.789138, 85.103658], [163.8785, 85.2215], [163.996342, 85.310862], [164.041305, 85.328593], [164.128019, 85.362789], [164.12802, 85.362789], [164.133923, 85.365117], [164.220382, 85.3755], [164.776666, 85.3755], [164.779618, 85.3755], [164.866077, 85.365117], [165.003658, 85.310862], [165.1215, 85.2215], [165.193024, 85.12718], [165.227869, 85.098335], [165.271908, 85.088], [165.728092, 85.088], [165.772131, 85.098335], [165.806975, 85.12718], [165.8785, 85.2215], [165.996342, 85.310862], [166.041305, 85.328593], [166.128019, 85.362789], [166.12802, 85.362789], [166.133923, 85.365117], [166.220382, 85.3755], [166.776666, 85.3755], [166.779618, 85.3755], [166.866077, 85.365117], [167.003658, 85.310862], [167.1215, 85.2215], [167.193024, 85.12718], [167.227869, 85.098335], [167.271908, 85.088], [167.711943, 85.088], [167.757324, 85.099255], [167.762118, 85.102793], [167.890301, 85.147646], [167.920734, 85.1505], [169.201955, 85.1505], [169.204266, 85.1505], [169.234699, 85.147646], [169.278621, 85.132276], [169.333342, 85.129202], [169.381315, 85.155712], [169.407832, 85.203681], [169.405035, 85.253603], [169.405629, 85.253733], [169.40482, 85.257434], [169.404766, 85.258405], [169.404345, 85.259606], [169.404342, 85.259619], [169.402354, 85.265301], [169.401792, 85.271291], [169.401791, 85.271297], [169.399715, 85.293438], [169.3995, 85.295734], [169.3995, 85.704266], [169.399714, 85.706556], [169.399715, 85.706561], [169.401791, 85.728702], [169.401792, 85.728706], [169.402354, 85.734699], [169.404343, 85.740384], [169.404344, 85.740387], [169.447207, 85.862882], [169.445769, 85.863385], [169.4548, 85.915294], [169.42789, 85.970203], [169.373856, 85.998829], [169.313312, 85.990252], [169.258154, 85.963287], [169.243644, 85.958803], [169.186756, 85.950515], [169.179641, 85.95], [168.825533, 85.95], [168.815254, 85.952754], [168.8125, 85.963033], [168.8125, 86.186967], [168.815254, 86.197245], [168.825533, 86.2], [169.476019, 86.2], [169.486654, 86.196873], [169.487162, 86.193303], [169.48671, 86.191842], [169.473027, 86.163852], [169.463266, 86.112701], [169.480813, 86.063673], [169.520814, 86.030331], [169.572201, 86.021902], [169.620756, 86.040717], [169.637118, 86.052793], [169.765301, 86.097646], [169.795734, 86.1005], [171.076955, 86.1005], [171.079266, 86.1005], [171.109699, 86.097646], [171.228561, 86.056054], [171.261255, 86.0505], [172.488921, 86.0505], [172.492301, 86.050558], [172.556826, 86.052762], [172.59798, 86.042732], [172.607943, 86.040838], [172.64992, 86.03507], [172.668345, 86.027065], [172.684345, 86.021686], [172.685129, 86.021494], [172.703852, 86.016933], [172.740788, 85.996164], [172.74986, 85.991659], [172.753099, 85.990252], [172.78872, 85.97478], [172.804295, 85.962107], [172.818259, 85.952605], [172.835759, 85.942766], [172.865726, 85.912798], [172.873231, 85.906024], [172.906108, 85.879278], [172.917687, 85.862872], [172.928557, 85.849966], [175.254813, 83.52371], [175.291768, 83.500394], [175.335164, 83.495258], [175.376542, 83.509304], [175.472523, 83.568122], [175.701635, 83.663023], [175.942772, 83.720915], [176.189997, 83.740372], [176.437222, 83.720915], [176.678359, 83.663023], [176.907471, 83.568122], [177.118916, 83.438548], [177.307489, 83.277492], [177.468545, 83.088919], [177.598119, 82.877474], [177.69302, 82.648362], [177.750912, 82.407225], [177.770369, 82.16], [177.750912, 81.912775], [177.69302, 81.671638], [177.598119, 81.442526], [177.484345, 81.256864], [177.470579, 81.2344], [177.470578, 81.234399], [177.468545, 81.231081], [177.307489, 81.042508], [177.241422, 80.986082], [177.121876, 80.88398], [177.121875, 80.883979], [177.118916, 80.881452], [177.1156, 80.87942], [177.115596, 80.879417], [176.910789, 80.753911], [176.910786, 80.753909], [176.907471, 80.751878], [176.903885, 80.750392], [176.903878, 80.750389], [176.681949, 80.658464], [176.681948, 80.658463], [176.678359, 80.656977], [176.666948, 80.654237], [176.440994, 80.59999], [176.440986, 80.599988], [176.437222, 80.599085], [176.433357, 80.59878], [176.433352, 80.59878], [176.193872, 80.579933], [176.189997, 80.579628], [176.186122, 80.579933], [175.946641, 80.59878], [175.946634, 80.598781], [175.942772, 80.599085], [175.939009, 80.599988], [175.938999, 80.59999], [175.705412, 80.65607], [175.705409, 80.65607], [175.701635, 80.656977], [175.698048, 80.658462], [175.698044, 80.658464], [175.476115, 80.750389], [175.476102, 80.750395], [175.472523, 80.751878], [175.469212, 80.753906], [175.469204, 80.753911], [175.264397, 80.879417], [175.264387, 80.879424], [175.261078, 80.881452], [175.258124, 80.883974], [175.258117, 80.88398], [175.075472, 81.039973], [175.075465, 81.039979], [175.072505, 81.042508], [175.069976, 81.045468], [175.06997, 81.045475], [174.913977, 81.22812], [174.913971, 81.228127], [174.911449, 81.231081], [174.909421, 81.23439], [174.909414, 81.2344], [174.783908, 81.439207], [174.783903, 81.439215], [174.781875, 81.442526], [174.780392, 81.446105], [174.780386, 81.446118], [174.695327, 81.651472], [174.686974, 81.671638], [174.686067, 81.675412], [174.686067, 81.675415], [174.629987, 81.909002], [174.629985, 81.909012], [174.629082, 81.912775], [174.628778, 81.916637], [174.628777, 81.916644], [174.611034, 82.14209], [174.609625, 82.16], [174.629082, 82.407225], [174.629985, 82.41099], [174.629987, 82.410997], [174.651987, 82.502632], [174.651005, 82.552616], [174.625726, 82.595747], [172.300971, 84.920504], [172.268853, 84.941964], [172.230967, 84.9495], [171.261255, 84.9495], [171.228561, 84.943945], [171.109699, 84.902354], [171.103706, 84.901792], [171.103702, 84.901791], [171.081561, 84.899715], [171.081556, 84.899714], [171.079266, 84.8995], [169.795734, 84.8995], [169.793444, 84.899714], [169.793438, 84.899715], [169.771297, 84.901791], [169.771291, 84.901792], [169.765301, 84.902354], [169.759613, 84.904344], [169.759614, 84.904344], [169.721378, 84.917723], [169.666651, 84.920795], [169.618677, 84.89428], [169.592164, 84.846305], [169.594968, 84.796397], [169.594371, 84.796267], [169.595184, 84.792541], [169.595239, 84.791578], [169.595655, 84.790388], [169.597646, 84.784699], [169.6005, 84.754266], [169.6005, 84.345734], [169.597646, 84.315301], [169.552793, 84.187118], [169.47215, 84.07785], [169.362882, 83.997207], [169.355882, 83.994757], [169.355879, 83.994756], [169.240387, 83.954344], [169.240384, 83.954343], [169.234699, 83.952354], [169.228706, 83.951792], [169.228702, 83.951791], [169.206561, 83.949715], [169.206556, 83.949714], [169.204266, 83.9495], [167.920734, 83.9495], [167.918444, 83.949714], [167.918438, 83.949715], [167.896297, 83.951791], [167.896291, 83.951792], [167.890301, 83.952354], [167.884617, 83.954342], [167.884612, 83.954344], [167.76912, 83.994756], [167.769114, 83.994758], [167.762118, 83.997207], [167.756152, 84.001609], [167.756148, 84.001612], [167.666664, 84.067655], [167.638821, 84.08204], [167.607876, 84.087], [167.271908, 84.087], [167.227869, 84.076665], [167.193024, 84.047819], [167.125594, 83.958899], [167.1215, 83.9535], [167.003658, 83.864138], [166.997362, 83.861655], [166.87198, 83.81221], [166.871974, 83.812208], [166.866077, 83.809883], [166.859776, 83.809126], [166.859775, 83.809126], [166.782546, 83.799851], [166.782535, 83.79985], [166.779618, 83.7995], [166.220382, 83.7995], [166.217465, 83.79985], [166.217453, 83.799851], [166.140224, 83.809126], [166.140221, 83.809126], [166.133923, 83.809883], [166.128027, 83.812207], [166.128019, 83.81221], [166.002637, 83.861655], [166.002633, 83.861656], [165.996342, 83.864138], [165.990949, 83.868226], [165.990948, 83.868228], [165.883899, 83.949405], [165.883895, 83.949408], [165.8785, 83.9535], [165.874408, 83.958895], [165.874405, 83.958899], [165.806976, 84.047819], [165.772131, 84.076665], [165.728092, 84.087], [165.271908, 84.087], [165.227869, 84.076665], [165.193024, 84.047819], [165.125594, 83.958899], [165.1215, 83.9535], [165.003658, 83.864138], [164.997362, 83.861655], [164.87198, 83.81221], [164.871974, 83.812208], [164.866077, 83.809883], [164.859776, 83.809126], [164.859775, 83.809126], [164.782546, 83.799851], [164.782535, 83.79985], [164.779618, 83.7995], [164.220382, 83.7995], [164.217465, 83.79985], [164.217453, 83.799851], [164.140224, 83.809126], [164.140221, 83.809126], [164.133923, 83.809883], [164.128027, 83.812207], [164.128019, 83.81221], [164.002637, 83.861655], [164.002633, 83.861656], [163.996342, 83.864138], [163.990949, 83.868226], [163.990948, 83.868228], [163.883899, 83.949405], [163.883895, 83.949408], [163.8785, 83.9535], [163.874408, 83.958895], [163.874405, 83.958899], [163.793228, 84.065948], [163.789138, 84.071342], [163.786656, 84.077633], [163.786655, 84.077637], [163.73721, 84.203019], [163.737207, 84.203027], [163.734883, 84.208923], [163.734126, 84.215221], [163.734126, 84.215224], [163.724851, 84.292453], [163.72485, 84.292465], [163.7245, 84.295382], [163.7245, 84.879618], [155.500499, 84.879618], [155.500499, 84.355136], [155.497585, 84.330009], [155.452206, 84.227235], [155.372765, 84.147794], [155.364376, 84.14409], [155.364375, 84.144089], [155.276802, 84.105422], [155.276799, 84.105421], [155.269991, 84.102415], [155.262594, 84.101556], [155.262591, 84.101556], [155.247714, 84.09983], [155.247704, 84.099829], [155.244865, 84.0995], [155.242, 84.0995], [153.657991, 84.0995], [153.657973, 84.0995], [153.655136, 84.099501], [153.652315, 84.099828], [153.6523, 84.099829], [153.637404, 84.101557], [153.637401, 84.101557], [153.630009, 84.102415], [153.6232, 84.105421], [153.623198, 84.105422], [153.535624, 84.144089], [153.53562, 84.144091], [153.527235, 84.147794], [153.520753, 84.154275], [153.52075, 84.154278], [153.454278, 84.22075], [153.454275, 84.220753], [153.447794, 84.227235], [153.444091, 84.23562], [153.444089, 84.235624], [153.405422, 84.323197], [153.405422, 84.323198], [153.402415, 84.330009], [153.401557, 84.337404], [153.401556, 84.337408], [153.39983, 84.352285], [153.399829, 84.352296], [153.3995, 84.355135], [153.3995, 84.357991], [153.3995, 84.357999], [153.3995, 85.442008], [153.3995, 85.442025], [150.495559, 85.442025], [150.499052, 85.424461], [150.5, 85.41484], [150.5, 85.163033], [150.497245, 85.152754], [150.486967, 85.15], [148.613033, 85.15], [148.602754, 85.152754], [148.6, 85.163033], [148.6, 85.41484], [148.600947, 85.424461], [148.609701, 85.468473], [148.61702, 85.486142], [148.650389, 85.536082], [148.663917, 85.54961], [148.713857, 85.582979], [148.731526, 85.590298], [148.775538, 85.599052], [148.78516, 85.6], [149.27435, 85.6], [149.325566, 85.614278], [149.36201, 85.652993], [149.373169, 85.704978], [149.355825, 85.755239], [149.278581, 85.867144], [149.278577, 85.867151], [149.275182, 85.87207], [149.273061, 85.87766], [149.27306, 85.877664], [149.216983, 86.025528], [149.216981, 86.025533], [149.21486, 86.031128], [149.214139, 86.037065], [149.214137, 86.037074], [149.195388, 86.191487], [149.194355, 86.2], [149.195077, 86.205946], [149.195077, 86.205949], [149.199793, 86.244797], [149.195099, 86.289023], [149.171519, 86.326731], [148.952749, 86.545503], [148.920631, 86.566964], [148.882745, 86.5745], [148.234062, 86.5745], [148.178359, 86.557342], [148.141965, 86.511818], [148.135862, 86.496342], [148.0465, 86.3785], [147.928658, 86.289138], [147.922362, 86.286655], [147.79698, 86.23721], [147.796974, 86.237208], [147.791077, 86.234883], [147.784776, 86.234126], [147.784775, 86.234126], [147.707546, 86.224851], [147.707535, 86.22485], [147.704618, 86.2245], [147.020382, 86.2245], [147.017465, 86.22485], [147.017453, 86.224851], [146.940224, 86.234126], [146.940221, 86.234126], [146.933923, 86.234883], [146.928027, 86.237207], [146.928019, 86.23721], [146.802637, 86.286655], [146.802633, 86.286656], [146.796342, 86.289138], [146.790949, 86.293226], [146.790948, 86.293228], [146.683899, 86.374405], [146.683895, 86.374408], [146.6785, 86.3785], [146.674408, 86.383895], [146.674405, 86.383899], [146.593228, 86.490948], [146.589138, 86.496342], [146.586658, 86.502629], [146.586651, 86.502643], [146.537749, 86.626651], [146.500553, 86.672715], [146.44372, 86.689313], [146.387578, 86.670509], [146.352207, 86.623029], [146.331118, 86.56276], [146.324264, 86.549791], [146.254762, 86.455619], [146.24438, 86.445237], [146.150208, 86.375735], [146.137235, 86.368879], [146.025442, 86.329761], [146.013759, 86.327208], [145.9925, 86.325215], [145.987893, 86.325], [145.900533, 86.325], [145.890254, 86.327754], [145.8875, 86.338033], [145.8875, 87.151], [145.874237, 87.2005], [145.838, 87.236737], [145.7885, 87.25], [144.913033, 87.25], [144.902754, 87.252754], [144.9, 87.263033], [144.9, 87.287893], [144.900215, 87.2925], [144.902208, 87.313759], [144.904761, 87.325442], [144.943879, 87.437235], [144.950735, 87.450208], [145.020237, 87.54438], [145.03062, 87.554763], [145.107927, 87.611818], [145.140229, 87.652696], [145.147303, 87.704314], [145.127189, 87.752376], [145.08546, 87.78357], [145.077639, 87.786654], [145.077634, 87.786656], [145.071342, 87.789138], [145.065949, 87.793226], [145.065948, 87.793228], [144.958899, 87.874405], [144.958895, 87.874408], [144.9535, 87.8785], [144.949408, 87.883895], [144.949405, 87.883899], [144.86823, 87.990945], [144.868228, 87.990948], [144.864138, 87.996342], [144.858034, 88.011818], [144.821641, 88.057342], [144.765938, 88.0745], [144.567393, 88.0745], [144.432607, 88.0745], [144.425204, 88.076905], [144.425193, 88.076907], [144.407765, 88.08257], [144.392664, 88.086196], [144.37457, 88.089062], [144.366874, 88.090281], [144.359932, 88.093817], [144.359932, 88.093818], [144.343601, 88.102139], [144.329256, 88.10808], [144.323587, 88.109922], [144.311825, 88.113744], [144.311821, 88.113745], [144.304419, 88.116151], [144.298124, 88.120724], [144.298111, 88.120731], [144.283288, 88.131501], [144.27005, 88.139614], [144.253722, 88.147934], [144.253718, 88.147936], [144.24678, 88.151472], [144.241274, 88.156977], [144.241267, 88.156983], [144.181544, 88.216706], [144.141489, 88.241063], [144.09472, 88.244262], [144.051722, 88.225586], [144.003658, 88.189138], [143.983397, 88.181148], [143.87198, 88.13721], [143.871974, 88.137208], [143.866077, 88.134883], [143.859776, 88.134126], [143.859775, 88.134126], [143.782546, 88.124851], [143.782535, 88.12485], [143.779618, 88.1245], [143.220382, 88.1245], [143.217465, 88.12485], [143.217453, 88.124851], [143.140224, 88.134126], [143.140221, 88.134126], [143.133923, 88.134883], [143.128027, 88.137207], [143.128019, 88.13721], [143.002637, 88.186655], [143.002633, 88.186656], [142.996342, 88.189138], [142.990949, 88.193226], [142.990948, 88.193228], [142.883899, 88.274405], [142.883895, 88.274408], [142.8785, 88.2785], [142.874408, 88.283895], [142.874404, 88.2839], [142.828883, 88.343929], [142.779949, 88.37847], [142.720051, 88.37847], [142.671117, 88.343929], [142.625595, 88.2839], [142.625594, 88.283899], [142.6215, 88.2785], [142.503658, 88.189138], [142.483397, 88.181148], [142.37198, 88.13721], [142.371974, 88.137208], [142.366077, 88.134883], [142.359776, 88.134126], [142.359775, 88.134126], [142.282546, 88.124851], [142.282535, 88.12485], [142.279618, 88.1245], [141.720382, 88.1245], [141.717465, 88.12485], [141.717453, 88.124851], [141.640224, 88.134126], [141.640221, 88.134126], [141.633923, 88.134883], [141.628027, 88.137207], [141.628019, 88.13721], [141.502637, 88.186655], [141.502633, 88.186656], [141.496342, 88.189138], [141.490949, 88.193226], [141.490948, 88.193228], [141.383899, 88.274405], [141.383895, 88.274408], [141.3785, 88.2785], [141.374408, 88.283895], [141.374404, 88.2839], [141.328883, 88.343929], [141.279949, 88.37847], [141.220051, 88.37847], [141.171117, 88.343929], [141.125595, 88.2839], [141.125594, 88.283899], [141.1215, 88.2785], [141.003658, 88.189138], [140.983397, 88.181148], [140.87198, 88.13721], [140.871974, 88.137208], [140.866077, 88.134883], [140.859776, 88.134126], [140.859775, 88.134126], [140.782546, 88.124851], [140.782535, 88.12485], [140.779618, 88.1245], [140.220382, 88.1245], [140.217465, 88.12485], [140.217453, 88.124851], [140.140224, 88.134126], [140.140221, 88.134126], [140.133923, 88.134883], [140.128027, 88.137207], [140.128019, 88.13721], [140.002637, 88.186655], [140.002633, 88.186656], [139.996342, 88.189138], [139.990949, 88.193226], [139.990948, 88.193228], [139.883899, 88.274405], [139.883895, 88.274408], [139.8785, 88.2785], [139.874408, 88.283895], [139.874404, 88.2839], [139.828883, 88.343929], [139.779949, 88.37847], [139.720051, 88.37847], [139.671117, 88.343929], [139.625595, 88.2839], [139.625594, 88.283899], [139.6215, 88.2785], [139.503658, 88.189138], [139.483397, 88.181148], [139.37198, 88.13721], [139.371974, 88.137208], [139.366077, 88.134883], [139.359776, 88.134126], [139.359775, 88.134126], [139.282546, 88.124851], [139.282535, 88.12485], [139.279618, 88.1245], [138.720382, 88.1245], [138.717465, 88.12485], [138.717453, 88.124851], [138.640224, 88.134126], [138.640221, 88.134126], [138.633923, 88.134883], [138.628027, 88.137207], [138.628019, 88.13721], [138.502637, 88.186655], [138.502633, 88.186656], [138.496342, 88.189138], [138.490949, 88.193226], [138.490948, 88.193228], [138.383899, 88.274405], [138.383895, 88.274408], [138.3785, 88.2785], [138.374408, 88.283895], [138.374405, 88.283899], [138.306976, 88.372819], [138.272131, 88.401665], [138.228092, 88.412], [137.660822, 88.412], [137.622936, 88.404464], [137.590818, 88.383004], [137.029496, 87.821682], [137.008036, 87.789564], [137.0005, 87.751678], [137.0005, 87.0], [137.294355, 87.0], [137.295077, 87.005946], [137.314137, 87.162925], [137.314138, 87.162932], [137.31486, 87.168872], [137.316982, 87.174468], [137.316983, 87.174471], [137.369808, 87.313759], [137.375182, 87.32793], [137.378579, 87.332851], [137.378581, 87.332855], [137.459585, 87.450208], [137.471817, 87.467929], [137.476297, 87.471898], [137.476299, 87.4719], [137.508684, 87.50059], [137.599148, 87.580734], [137.749775, 87.65979], [137.914944, 87.7005], [138.079068, 87.7005], [138.085056, 87.7005], [138.250225, 87.65979], [138.250392, 87.660467], [138.285406, 87.655231], [138.325838, 87.666845], [138.357797, 87.694199], [138.369045, 87.709032], [138.3785, 87.7215], [138.496342, 87.810862], [138.582923, 87.845005], [138.628019, 87.862789], [138.62802, 87.862789], [138.633923, 87.865117], [138.720382, 87.8755], [139.276666, 87.8755], [139.279618, 87.8755], [139.366077, 87.865117], [139.503658, 87.810862], [139.6215, 87.7215], [139.671116, 87.65607], [139.720051, 87.621529], [139.779949, 87.621529], [139.828883, 87.65607], [139.832496, 87.660834], [139.865467, 87.704314], [139.8785, 87.7215], [139.996342, 87.810862], [140.082923, 87.845005], [140.128019, 87.862789], [140.12802, 87.862789], [140.133923, 87.865117], [140.220382, 87.8755], [140.776666, 87.8755], [140.779618, 87.8755], [140.866077, 87.865117], [141.003658, 87.810862], [141.1215, 87.7215], [141.171116, 87.65607], [141.220051, 87.621529], [141.279949, 87.621529], [141.328883, 87.65607], [141.332496, 87.660834], [141.365467, 87.704314], [141.3785, 87.7215], [141.496342, 87.810862], [141.582923, 87.845005], [141.628019, 87.862789], [141.62802, 87.862789], [141.633923, 87.865117], [141.720382, 87.8755], [142.276666, 87.8755], [142.279618, 87.8755], [142.366077, 87.865117], [142.503658, 87.810862], [142.6215, 87.7215], [142.671116, 87.65607], [142.720051, 87.621529], [142.779949, 87.621529], [142.828883, 87.65607], [142.832496, 87.660834], [142.865467, 87.704314], [142.8785, 87.7215], [142.996342, 87.810862], [143.082923, 87.845005], [143.128019, 87.862789], [143.12802, 87.862789], [143.133923, 87.865117], [143.220382, 87.8755], [143.776666, 87.8755], [143.779618, 87.8755], [143.866077, 87.865117], [144.003658, 87.810862], [144.1215, 87.7215], [144.210862, 87.603658], [144.265117, 87.466077], [144.2755, 87.379618], [144.2755, 86.795382], [144.268485, 86.736967], [144.9, 86.736967], [144.902754, 86.747245], [144.913033, 86.75], [145.374467, 86.75], [145.384745, 86.747245], [145.3875, 86.736967], [145.3875, 86.338033], [145.384745, 86.327754], [145.374467, 86.325], [145.287107, 86.325], [145.282499, 86.325215], [145.26124, 86.327208], [145.249557, 86.329761], [145.137764, 86.368879], [145.124791, 86.375735], [145.030619, 86.445237], [145.020237, 86.455619], [144.950735, 86.549791], [144.943879, 86.562764], [144.904761, 86.674557], [144.902208, 86.68624], [144.900215, 86.707499], [144.9, 86.712107], [144.9, 86.736967], [144.268485, 86.736967], [144.265117, 86.708923], [144.249968, 86.670509], [144.231245, 86.623029], [144.210862, 86.571342], [144.1215, 86.4535], [144.123156, 86.452243], [144.106089, 86.42464], [144.101978, 86.379378], [144.118521, 86.337052], [144.124818, 86.32793], [144.18514, 86.168872], [144.205645, 86.0], [144.200205, 85.955202], [144.204898, 85.910978], [144.228477, 85.873269], [145.464779, 84.636967], [148.6, 84.636967], [148.602754, 84.647245], [148.613033, 84.65], [149.286967, 84.65], [149.297245, 84.647245], [149.3, 84.636967], [149.8, 84.636967], [149.802754, 84.647245], [149.813033, 84.65], [150.486967, 84.65], [150.497245, 84.647245], [150.5, 84.636967], [150.5, 84.38516], [150.499052, 84.375538], [150.490298, 84.331526], [150.482979, 84.313857], [150.44961, 84.263917], [150.436082, 84.250389], [150.386142, 84.21702], [150.368473, 84.209701], [150.324461, 84.200947], [150.31484, 84.2], [149.813033, 84.2], [149.802754, 84.202754], [149.8, 84.213033], [149.8, 84.636967], [149.3, 84.636967], [149.3, 84.213033], [149.297245, 84.202754], [149.286967, 84.2], [148.78516, 84.2], [148.775538, 84.200947], [148.731526, 84.209701], [148.713857, 84.21702], [148.663917, 84.250389], [148.650389, 84.263917], [148.61702, 84.313857], [148.609701, 84.331526], [148.600947, 84.375538], [148.6, 84.38516], [148.6, 84.636967], [145.464779, 84.636967], [147.147251, 82.954496], [147.17937, 82.933036], [147.217256, 82.9255], [159.099598, 82.9255], [159.107393, 82.9255], [159.132236, 82.917426], [159.147328, 82.913803], [159.173126, 82.909719], [159.1964, 82.897858], [159.21074, 82.891919], [159.235581, 82.883849], [159.256702, 82.868502], [159.269955, 82.860381], [159.29322, 82.848528], [159.388528, 82.75322], [164.038809, 78.102937], [164.088377, 78.076075], [164.144574, 78.080628], [164.219532, 78.109667], [164.219533, 78.109667], [164.223802, 78.111321], [164.43339, 78.1505], [164.642027, 78.1505], [164.64661, 78.1505], [164.856198, 78.111321], [165.055019, 78.034298], [165.236302, 77.922052], [165.393872, 77.778407], [165.522366, 77.608255], [165.617405, 77.417389], [165.660808, 77.264847], [166.063092, 77.264847], [166.103819, 77.399105], [166.107526, 77.408054], [166.20044, 77.581884], [166.205815, 77.589929], [166.330855, 77.74229], [166.337709, 77.749144], [166.49007, 77.874184], [166.498115, 77.879559], [166.671945, 77.972473], [166.680894, 77.97618], [166.815152, 78.016907], [166.826522, 78.016721], [166.83, 78.005898], [167.33, 78.005898], [167.333477, 78.016721], [167.344847, 78.016907], [167.479105, 77.97618], [167.488054, 77.972473], [167.661884, 77.879559], [167.669929, 77.874184], [167.82229, 77.749144], [167.829144, 77.74229], [167.954184, 77.589929], [167.959559, 77.581884], [168.052473, 77.408054], [168.05618, 77.399105], [168.096907, 77.264847], [168.096721, 77.253477], [168.085898, 77.25], [167.343033, 77.25], [167.332754, 77.252754], [167.33, 77.263033], [167.33, 78.005898], [166.83, 78.005898], [166.83, 77.263033], [166.827245, 77.252754], [166.816967, 77.25], [166.074102, 77.25], [166.063278, 77.253477], [166.063092, 77.264847], [165.660808, 77.264847], [165.675756, 77.21231], [165.688016, 77.08], [174.609625, 77.08], [174.60993, 77.083875], [174.624172, 77.264847], [174.629082, 77.327225], [174.629985, 77.330989], [174.629987, 77.330997], [174.679036, 77.5353], [174.686974, 77.568362], [174.68846, 77.571951], [174.688461, 77.571952], [174.780386, 77.793881], [174.780389, 77.793888], [174.781875, 77.797474], [174.783906, 77.800789], [174.783908, 77.800792], [174.907319, 78.002181], [174.911449, 78.008919], [174.913976, 78.011878], [174.913977, 78.011879], [175.02988, 78.147585], [175.072505, 78.197492], [175.261078, 78.358548], [175.472523, 78.488122], [175.476113, 78.489609], [175.476115, 78.48961], [175.499898, 78.499461], [175.701635, 78.583023], [175.942772, 78.640915], [176.189997, 78.660372], [176.437222, 78.640915], [176.678359, 78.583023], [176.907471, 78.488122], [177.118916, 78.358548], [177.307489, 78.197492], [177.468545, 78.008919], [177.598119, 77.797474], [177.69302, 77.568362], [177.750912, 77.327225], [177.770369, 77.08], [177.750912, 76.832775], [177.69302, 76.591638], [177.598119, 76.362526], [177.468545, 76.151081], [177.307489, 75.962508], [177.284671, 75.94302], [177.121876, 75.80398], [177.121875, 75.803979], [177.118916, 75.801452], [177.1156, 75.79942], [177.115596, 75.799417], [176.910789, 75.673911], [176.910786, 75.673909], [176.907471, 75.671878], [176.903885, 75.670392], [176.903878, 75.670389], [176.681949, 75.578464], [176.681948, 75.578463], [176.678359, 75.576977], [176.666948, 75.574237], [176.440994, 75.51999], [176.440986, 75.519988], [176.437222, 75.519085], [176.433357, 75.51878], [176.433352, 75.51878], [176.193872, 75.499933], [176.189997, 75.499628], [176.186122, 75.499933], [175.946641, 75.51878], [175.946634, 75.518781], [175.942772, 75.519085], [175.939009, 75.519988], [175.938999, 75.51999], [175.705412, 75.57607], [175.705409, 75.57607], [175.701635, 75.576977], [175.698048, 75.578462], [175.698044, 75.578464], [175.476115, 75.670389], [175.476102, 75.670395], [175.472523, 75.671878], [175.469212, 75.673906], [175.469204, 75.673911], [175.264397, 75.799417], [175.264387, 75.799424], [175.261078, 75.801452], [175.258124, 75.803974], [175.258117, 75.80398], [175.075472, 75.959973], [175.075465, 75.959979], [175.072505, 75.962508], [175.069976, 75.965468], [175.06997, 75.965475], [174.913977, 76.14812], [174.913971, 76.148127], [174.911449, 76.151081], [174.909421, 76.15439], [174.909414, 76.1544], [174.783908, 76.359207], [174.783903, 76.359215], [174.781875, 76.362526], [174.780392, 76.366105], [174.780386, 76.366118], [174.688461, 76.588047], [174.686974, 76.591638], [174.686067, 76.595412], [174.686067, 76.595415], [174.629987, 76.829002], [174.629985, 76.829012], [174.629082, 76.832775], [174.628778, 76.836637], [174.628777, 76.836644], [174.615618, 77.003853], [174.609625, 77.08], [165.688016, 77.08], [165.695429, 77.0], [165.675756, 76.78769], [165.660807, 76.735152], [166.063092, 76.735152], [166.063278, 76.746522], [166.074102, 76.75], [166.816967, 76.75], [166.827245, 76.747245], [166.83, 76.736967], [167.33, 76.736967], [167.332754, 76.747245], [167.343033, 76.75], [168.085898, 76.75], [168.096721, 76.746522], [168.096907, 76.735152], [168.05618, 76.600894], [168.052473, 76.591945], [167.959559, 76.418115], [167.954184, 76.41007], [167.829144, 76.257709], [167.82229, 76.250855], [167.669929, 76.125815], [167.661884, 76.12044], [167.488054, 76.027526], [167.479105, 76.023819], [167.344847, 75.983092], [167.333477, 75.983278], [167.33, 75.994102], [167.33, 76.736967], [166.83, 76.736967], [166.83, 75.994102], [166.826522, 75.983278], [166.815152, 75.983092], [166.680894, 76.023819], [166.671945, 76.027526], [166.498115, 76.12044], [166.49007, 76.125815], [166.337709, 76.250855], [166.330855, 76.257709], [166.205815, 76.41007], [166.20044, 76.418115], [166.107526, 76.591945], [166.103819, 76.600894], [166.063092, 76.735152], [165.660807, 76.735152], [165.617405, 76.582611], [165.522366, 76.391745], [165.436181, 76.277618], [165.396634, 76.22525], [165.396632, 76.225247], [165.393872, 76.221593], [165.316525, 76.151081], [165.239683, 76.08103], [165.239681, 76.081028], [165.236302, 76.077948], [165.232413, 76.07554], [165.232409, 76.075537], [165.083405, 75.983278], [165.055019, 75.965702], [164.99647, 75.94302], [164.860467, 75.890332], [164.860459, 75.890329], [164.856198, 75.888679], [164.833741, 75.884481], [164.651116, 75.850342], [164.651112, 75.850341], [164.64661, 75.8495], [164.642027, 75.8495], [164.5395, 75.8495], [164.49, 75.836237], [164.453763, 75.8], [164.4405, 75.7505], [164.4405, 73.749499], [164.453763, 73.699999], [164.49, 73.663762], [164.5395, 73.650499], [164.992009, 73.650499], [164.994864, 73.650499], [165.019991, 73.647585], [165.122765, 73.602206], [165.202206, 73.522765], [165.247585, 73.419991], [165.2505, 73.394865], [165.2505, 73.21484], [167.85, 73.21484], [167.850947, 73.224461], [167.859701, 73.268473], [167.86702, 73.286142], [167.900389, 73.336082], [167.913917, 73.34961], [167.963857, 73.382979], [167.981526, 73.390298], [168.025538, 73.399052], [168.03516, 73.4], [168.486967, 73.4], [168.497245, 73.397245], [168.5, 73.386967], [169.0, 73.386967], [169.002754, 73.397245], [169.013033, 73.4], [169.46484, 73.4], [169.474461, 73.399052], [169.518473, 73.390298], [169.536142, 73.382979], [169.586082, 73.34961], [169.59961, 73.336082], [169.632979, 73.286142], [169.640298, 73.268473], [169.640989, 73.265], [170.844571, 73.265], [170.844993, 73.269554], [170.863774, 73.472245], [170.864244, 73.47731], [170.865493, 73.481699], [170.865494, 73.481705], [170.921341, 73.677984], [170.921343, 73.67799], [170.922595, 73.682389], [170.924636, 73.686489], [170.924637, 73.68649], [171.012927, 73.863803], [171.017634, 73.873255], [171.020396, 73.876912], [171.143365, 74.039749], [171.143368, 74.039752], [171.146128, 74.043407], [171.149511, 74.046491], [171.149512, 74.046492], [171.294833, 74.178971], [171.303698, 74.187052], [171.484981, 74.299298], [171.683802, 74.376321], [171.89339, 74.4155], [172.102027, 74.4155], [172.10661, 74.4155], [172.316198, 74.376321], [172.515019, 74.299298], [172.696302, 74.187052], [172.853872, 74.043407], [172.982366, 73.873255], [173.077405, 73.682389], [173.135756, 73.47731], [173.153127, 73.28984], [174.714997, 73.28984], [174.715944, 73.299461], [174.724698, 73.343473], [174.732017, 73.361142], [174.765386, 73.411082], [174.778914, 73.42461], [174.828854, 73.457979], [174.846523, 73.465298], [174.890535, 73.474052], [174.900157, 73.475], [175.926964, 73.475], [175.937242, 73.472245], [175.939997, 73.461967], [176.439997, 73.461967], [176.442751, 73.472245], [176.45303, 73.475], [177.479837, 73.475], [177.489458, 73.474052], [177.53347, 73.465298], [177.551139, 73.457979], [177.601079, 73.42461], [177.614607, 73.411082], [177.647976, 73.361142], [177.655295, 73.343473], [177.664049, 73.299461], [177.664997, 73.28984], [177.664997, 72.263033], [177.662242, 72.252754], [177.651964, 72.25], [176.45303, 72.25], [176.442751, 72.252754], [176.439997, 72.263033], [176.439997, 73.461967], [175.939997, 73.461967], [175.939997, 72.263033], [175.937242, 72.252754], [175.926964, 72.25], [174.72803, 72.25], [174.717751, 72.252754], [174.714997, 72.263033], [174.714997, 73.28984], [173.153127, 73.28984], [173.155429, 73.265], [173.135756, 73.05269], [173.077405, 72.847611], [172.982366, 72.656745], [172.8752, 72.514835], [172.856634, 72.49025], [172.856632, 72.490247], [172.853872, 72.486593], [172.849839, 72.482916], [172.699683, 72.34603], [172.699681, 72.346028], [172.696302, 72.342948], [172.692413, 72.34054], [172.692409, 72.340537], [172.550634, 72.252754], [172.515019, 72.230702], [172.454469, 72.207245], [172.320467, 72.155332], [172.320459, 72.155329], [172.316198, 72.153679], [172.311694, 72.152837], [172.111116, 72.115342], [172.111112, 72.115341], [172.10661, 72.1145], [171.89339, 72.1145], [171.888888, 72.115341], [171.888883, 72.115342], [171.688305, 72.152837], [171.688302, 72.152837], [171.683802, 72.153679], [171.679543, 72.155328], [171.679532, 72.155332], [171.48925, 72.229048], [171.489248, 72.229048], [171.484981, 72.230702], [171.481087, 72.233112], [171.481085, 72.233114], [171.30759, 72.340537], [171.307581, 72.340543], [171.303698, 72.342948], [171.300323, 72.346024], [171.300316, 72.34603], [171.149512, 72.483507], [171.149506, 72.483513], [171.146128, 72.486593], [171.143372, 72.490241], [171.143365, 72.49025], [171.024089, 72.648197], [171.017634, 72.656745], [171.015595, 72.660838], [171.015591, 72.660846], [170.924637, 72.843509], [170.924635, 72.843513], [170.922595, 72.847611], [170.921344, 72.852005], [170.921341, 72.852015], [170.865494, 73.048294], [170.865492, 73.048302], [170.864244, 73.05269], [170.863822, 73.057235], [170.863822, 73.05724], [170.85396, 73.163677], [170.844571, 73.265], [169.640989, 73.265], [169.649052, 73.224461], [169.65, 73.21484], [169.65, 72.263033], [169.647245, 72.252754], [169.636967, 72.25], [169.013033, 72.25], [169.002754, 72.252754], [169.0, 72.263033], [169.0, 73.386967], [168.5, 73.386967], [168.5, 72.263033], [168.497245, 72.252754], [168.486967, 72.25], [167.863033, 72.25], [167.852754, 72.252754], [167.85, 72.263033], [167.85, 73.21484], [165.2505, 73.21484], [165.250499, 71.736967], [167.85, 71.736967], [167.852754, 71.747245], [167.863033, 71.75], [168.486967, 71.75], [168.497245, 71.747245], [168.5, 71.736967], [169.0, 71.736967], [169.002754, 71.747245], [169.013033, 71.75], [169.636967, 71.75], [169.647245, 71.747245], [169.65, 71.736967], [169.65, 71.617025], [170.8495, 71.617025], [170.849501, 71.619864], [170.849828, 71.622685], [170.849829, 71.622699], [170.850866, 71.631638], [170.852415, 71.644991], [170.862252, 71.667269], [170.881496, 71.710855], [170.897794, 71.747765], [170.977235, 71.827206], [171.080009, 71.872585], [171.105135, 71.8755], [172.894864, 71.875499], [172.919991, 71.872585], [173.022765, 71.827206], [173.102206, 71.747765], [173.106974, 71.736967], [174.714997, 71.736967], [174.717751, 71.747245], [174.72803, 71.75], [175.926964, 71.75], [175.937242, 71.747245], [175.939997, 71.736967], [176.439997, 71.736967], [176.442751, 71.747245], [176.45303, 71.75], [177.651964, 71.75], [177.662242, 71.747245], [177.664997, 71.736967], [177.664997, 70.71016], [177.664049, 70.700538], [177.655295, 70.656526], [177.647976, 70.638857], [177.614607, 70.588917], [177.601079, 70.575389], [177.551139, 70.54202], [177.53347, 70.534701], [177.489458, 70.525947], [177.479837, 70.525], [176.45303, 70.525], [176.442751, 70.527754], [176.439997, 70.538033], [176.439997, 71.736967], [175.939997, 71.736967], [175.939997, 70.538033], [175.937242, 70.527754], [175.926964, 70.525], [174.900157, 70.525], [174.890535, 70.525947], [174.846523, 70.534701], [174.828854, 70.54202], [174.778914, 70.575389], [174.765386, 70.588917], [174.732017, 70.638857], [174.724698, 70.656526], [174.715944, 70.700538], [174.714997, 70.71016], [174.714997, 71.736967], [173.106974, 71.736967], [173.147585, 71.644991], [173.1505, 71.619865], [173.150499, 69.830136], [173.147585, 69.805009], [173.102206, 69.702235], [173.022765, 69.622794], [173.014376, 69.61909], [173.014375, 69.619089], [172.926802, 69.580422], [172.926799, 69.580421], [172.919991, 69.577415], [172.912594, 69.576556], [172.912591, 69.576556], [172.897714, 69.57483], [172.897704, 69.574829], [172.894865, 69.5745], [172.892, 69.5745], [171.107991, 69.5745], [171.107973, 69.5745], [171.105136, 69.574501], [171.102315, 69.574828], [171.1023, 69.574829], [171.087404, 69.576557], [171.087401, 69.576557], [171.080009, 69.577415], [171.0732, 69.580421], [171.073198, 69.580422], [170.985624, 69.619089], [170.98562, 69.619091], [170.977235, 69.622794], [170.970753, 69.629275], [170.97075, 69.629278], [170.904278, 69.69575], [170.904275, 69.695753], [170.897794, 69.702235], [170.894091, 69.71062], [170.894089, 69.710624], [170.855422, 69.798197], [170.855422, 69.798198], [170.852415, 69.805009], [170.851557, 69.812404], [170.851556, 69.812408], [170.84983, 69.827285], [170.849829, 69.827296], [170.8495, 69.830135], [170.8495, 69.832991], [170.8495, 69.832999], [170.8495, 71.617008], [170.8495, 71.617025], [169.65, 71.617025], [169.65, 70.78516], [169.649052, 70.775538], [169.640298, 70.731526], [169.632979, 70.713857], [169.59961, 70.663917], [169.586082, 70.650389], [169.536142, 70.61702], [169.518473, 70.609701], [169.474461, 70.600947], [169.46484, 70.6], [169.013033, 70.6], [169.002754, 70.602754], [169.0, 70.613033], [169.0, 71.736967], [168.5, 71.736967], [168.5, 70.613033], [168.497245, 70.602754], [168.486967, 70.6], [168.03516, 70.6], [168.025538, 70.600947], [167.981526, 70.609701], [167.963857, 70.61702], [167.913917, 70.650389], [167.900389, 70.663917], [167.86702, 70.713857], [167.859701, 70.731526], [167.850947, 70.775538], [167.85, 70.78516], [167.85, 71.736967], [165.250499, 71.736967], [165.250499, 70.905136], [165.247585, 70.880009], [165.202206, 70.777235], [165.122765, 70.697794], [165.114376, 70.69409], [165.114375, 70.694089], [165.026802, 70.655422], [165.026799, 70.655421], [165.019991, 70.652415], [165.012594, 70.651556], [165.012591, 70.651556], [164.997714, 70.64983], [164.997704, 70.649829], [164.994865, 70.6495], [164.992, 70.6495], [164.7745, 70.6495], [164.725, 70.636237], [164.688763, 70.6], [164.6755, 70.5505], [164.6755, 65.0], [171.894615, 65.0], [171.894771, 65.002778], [171.913984, 65.344907], [171.913985, 65.344916], [171.914141, 65.347693], [171.972473, 65.691013], [171.973238, 65.69367], [171.973241, 65.693681], [172.068109, 66.022972], [172.068879, 66.025644], [172.06994, 66.028205], [172.069943, 66.028214], [172.119871, 66.148749], [172.202145, 66.347376], [172.203485, 66.3498], [172.203491, 66.349813], [172.36925, 66.649732], [172.369257, 66.649743], [172.370595, 66.652164], [172.572112, 66.936176], [172.804161, 67.195839], [173.063824, 67.427888], [173.347836, 67.629405], [173.350261, 67.630745], [173.350267, 67.630749], [173.650186, 67.796508], [173.650192, 67.79651], [173.652624, 67.797855], [173.974356, 67.931121], [174.308987, 68.027527], [174.652307, 68.085859], [175.0, 68.105385], [175.347693, 68.085859], [175.691013, 68.027527], [176.025644, 67.931121], [176.347376, 67.797855], [176.652164, 67.629405], [176.936176, 67.427888], [177.195839, 67.195839], [177.427888, 66.936176], [177.629405, 66.652164], [177.797855, 66.347376], [177.931121, 66.025644], [178.027527, 65.691013], [178.085859, 65.347693], [178.105385, 65.0], [178.085859, 64.652307], [178.027527, 64.308987], [177.931121, 63.974356], [177.797855, 63.652624], [177.796508, 63.650186], [177.630749, 63.350267], [177.630745, 63.350261], [177.629405, 63.347836], [177.427888, 63.063824], [177.195839, 62.804161], [176.936176, 62.572112], [176.652164, 62.370595], [176.649743, 62.369257], [176.649732, 62.36925], [176.349813, 62.203491], [176.3498, 62.203485], [176.347376, 62.202145], [176.317638, 62.189827], [176.028214, 62.069943], [176.028205, 62.06994], [176.025644, 62.068879], [176.022975, 62.06811], [176.022972, 62.068109], [175.693681, 61.973241], [175.69367, 61.973238], [175.691013, 61.972473], [175.629029, 61.961941], [175.350443, 61.914608], [175.350438, 61.914607], [175.347693, 61.914141], [175.344916, 61.913985], [175.344907, 61.913984], [175.002778, 61.894771], [175.0, 61.894615], [174.997222, 61.894771], [174.655092, 61.913984], [174.655081, 61.913985], [174.652307, 61.914141], [174.649563, 61.914607], [174.649556, 61.914608], [174.311729, 61.972007], [174.311726, 61.972007], [174.308987, 61.972473], [174.306333, 61.973237], [174.306318, 61.973241], [173.977027, 62.068109], [173.977018, 62.068111], [173.974356, 62.068879], [173.971799, 62.069937], [173.971785, 62.069943], [173.655194, 62.20108], [173.655187, 62.201083], [173.652624, 62.202145], [173.650206, 62.203481], [173.650186, 62.203491], [173.350267, 62.36925], [173.350248, 62.369261], [173.347836, 62.370595], [173.345576, 62.372197], [173.345572, 62.372201], [173.066091, 62.570503], [173.066085, 62.570507], [173.063824, 62.572112], [173.061756, 62.573959], [173.061751, 62.573964], [172.806239, 62.802303], [172.806229, 62.802312], [172.804161, 62.804161], [172.802312, 62.806229], [172.802303, 62.806239], [172.573964, 63.061751], [172.573959, 63.061756], [172.572112, 63.063824], [172.570507, 63.066085], [172.570503, 63.066091], [172.372201, 63.345572], [172.370595, 63.347836], [172.369261, 63.350248], [172.36925, 63.350267], [172.203491, 63.650186], [172.203481, 63.650206], [172.202145, 63.652624], [172.201083, 63.655187], [172.20108, 63.655194], [172.069943, 63.971785], [172.069937, 63.971799], [172.068879, 63.974356], [172.068111, 63.977018], [172.068109, 63.977027], [171.973241, 64.306318], [171.973237, 64.306333], [171.972473, 64.308987], [171.972007, 64.311726], [171.972007, 64.311729], [171.926459, 64.579809], [171.914141, 64.652307], [171.913985, 64.655081], [171.913984, 64.655092], [171.897734, 64.944468], [171.894615, 65.0], [164.6755, 65.0], [164.6755, 63.899499], [164.688763, 63.849999], [164.725, 63.813762], [164.7745, 63.800499], [164.992009, 63.800499], [164.994864, 63.800499], [165.019991, 63.797585], [165.122765, 63.752206], [165.202206, 63.672765], [165.247585, 63.569991], [165.2505, 63.544865], [165.2505, 63.51484], [167.85, 63.51484], [167.850947, 63.524461], [167.859701, 63.568473], [167.86702, 63.586142], [167.900389, 63.636082], [167.913917, 63.64961], [167.963857, 63.682979], [167.981526, 63.690298], [168.025538, 63.699052], [168.03516, 63.7], [168.486967, 63.7], [168.497245, 63.697245], [168.5, 63.686967], [169.0, 63.686967], [169.002754, 63.697245], [169.013033, 63.7], [169.46484, 63.7], [169.474461, 63.699052], [169.518473, 63.690298], [169.536142, 63.682979], [169.586082, 63.64961], [169.59961, 63.636082], [169.632979, 63.586142], [169.640298, 63.568473], [169.649052, 63.524461], [169.65, 63.51484], [169.65, 62.563033], [169.647245, 62.552754], [169.636967, 62.55], [169.013033, 62.55], [169.002754, 62.552754], [169.0, 62.563033], [169.0, 63.686967], [168.5, 63.686967], [168.5, 62.563033], [168.497245, 62.552754], [168.486967, 62.55], [167.863033, 62.55], [167.852754, 62.552754], [167.85, 62.563033], [167.85, 63.51484], [165.2505, 63.51484], [165.250499, 62.036967], [167.85, 62.036967], [167.852754, 62.047245], [167.863033, 62.05], [168.486967, 62.05], [168.497245, 62.047245], [168.5, 62.036967], [169.0, 62.036967], [169.002754, 62.047245], [169.013033, 62.05], [169.636967, 62.05], [169.647245, 62.047245], [169.65, 62.036967], [169.65, 61.08516], [169.649052, 61.075538], [169.640298, 61.031526], [169.632979, 61.013857], [169.59961, 60.963917], [169.586082, 60.950389], [169.536142, 60.91702], [169.518473, 60.909701], [169.474461, 60.900947], [169.46484, 60.9], [169.013033, 60.9], [169.002754, 60.902754], [169.0, 60.913033], [169.0, 62.036967], [168.5, 62.036967], [168.5, 60.913033], [168.497245, 60.902754], [168.486967, 60.9], [168.03516, 60.9], [168.025538, 60.900947], [167.981526, 60.909701], [167.963857, 60.91702], [167.913917, 60.950389], [167.900389, 60.963917], [167.86702, 61.013857], [167.859701, 61.031526], [167.850947, 61.075538], [167.85, 61.08516], [167.85, 62.036967], [165.250499, 62.036967], [165.250499, 61.055136], [165.247585, 61.030009], [165.202206, 60.927235], [165.122765, 60.847794], [165.114376, 60.84409], [165.114375, 60.844089], [165.026802, 60.805422], [165.026799, 60.805421], [165.019991, 60.802415], [165.012594, 60.801556], [165.012591, 60.801556], [164.997714, 60.79983], [164.997704, 60.799829], [164.994865, 60.7995], [164.992, 60.7995], [163.507991, 60.7995], [163.507973, 60.7995], [163.505136, 60.799501], [163.502315, 60.799828], [163.5023, 60.799829], [163.487404, 60.801557], [163.487401, 60.801557], [163.480009, 60.802415], [163.4732, 60.805421], [163.473198, 60.805422], [163.385624, 60.844089], [163.38562, 60.844091], [163.377235, 60.847794], [163.370753, 60.854275], [163.37075, 60.854278], [163.304278, 60.92075], [163.304275, 60.920753], [163.297794, 60.927235], [163.294091, 60.93562], [163.294089, 60.935624], [163.255422, 61.023197], [163.255422, 61.023198], [163.252415, 61.030009], [163.251557, 61.037404], [163.251556, 61.037408], [163.24983, 61.052285], [163.249829, 61.052296], [163.2495, 61.055135], [163.2495, 61.057991], [163.2495, 61.057999], [163.2495, 63.542008], [163.2495, 63.542025], [163.249501, 63.544864], [163.249828, 63.547685], [163.249829, 63.547699], [163.251312, 63.560479], [163.252415, 63.569991], [163.255422, 63.576801], [163.290035, 63.655194], [163.297794, 63.672765], [163.377235, 63.752206], [163.480009, 63.797585], [163.505135, 63.8005], [163.7255, 63.8005], [163.775, 63.813763], [163.811237, 63.85], [163.8245, 63.8995], [163.8245, 70.550501], [163.811237, 70.600001], [163.775, 70.636238], [163.7255, 70.649501], [163.505136, 70.649501], [163.502315, 70.649828], [163.5023, 70.649829], [163.487404, 70.651557], [163.487401, 70.651557], [163.480009, 70.652415], [163.4732, 70.655421], [163.473198, 70.655422], [163.385624, 70.694089], [163.38562, 70.694091], [163.377235, 70.697794], [163.370753, 70.704275], [163.37075, 70.704278], [163.304278, 70.77075], [163.304275, 70.770753], [163.297794, 70.777235], [163.294091, 70.78562], [163.294089, 70.785624], [163.255422, 70.873197], [163.255422, 70.873198], [163.252415, 70.880009], [163.251557, 70.887404], [163.251556, 70.887408], [163.24983, 70.902285], [163.249829, 70.902296], [163.2495, 70.905135], [163.2495, 70.907991], [163.2495, 70.907999], [163.2495, 73.392008], [163.2495, 73.392025], [163.249501, 73.394864], [163.249828, 73.397685], [163.249829, 73.397699], [163.251557, 73.412591], [163.252415, 73.419991], [163.255422, 73.426801], [163.290613, 73.506503], [163.297794, 73.522765], [163.377235, 73.602206], [163.480009, 73.647585], [163.496878, 73.649542], [163.50191, 73.650126], [163.546449, 73.666792], [163.578078, 73.702303], [163.5895, 73.748466], [163.5895, 76.316367], [163.584368, 76.347828], [163.569506, 76.376023], [163.557634, 76.391745], [163.555595, 76.395838], [163.555591, 76.395846], [163.464637, 76.578509], [163.464635, 76.578513], [163.462595, 76.582611], [163.461344, 76.587005], [163.461341, 76.587015], [163.405494, 76.783294], [163.405492, 76.783302], [163.404244, 76.78769], [163.403822, 76.792235], [163.403822, 76.79224], [163.395566, 76.881339], [163.384571, 77.0], [163.384993, 77.004554], [163.400759, 77.174706], [163.404244, 77.21231], [163.405493, 77.216699], [163.405494, 77.216705], [163.459579, 77.406791], [163.460179, 77.45877], [163.434362, 77.503887], [163.319503, 77.618747], [163.268813, 77.645842], [163.211614, 77.640208], [163.167184, 77.603746], [163.150499, 77.548744], [163.150499, 76.107991], [163.150499, 76.105136], [163.147585, 76.080009], [163.102206, 75.977235], [163.022765, 75.897794], [163.014376, 75.89409], [163.014375, 75.894089], [162.926802, 75.855422], [162.926799, 75.855421], [162.919991, 75.852415], [162.912594, 75.851556], [162.912591, 75.851556], [162.897714, 75.84983], [162.897704, 75.849829], [162.894865, 75.8495], [162.892, 75.8495], [162.867601, 75.8495], [162.024499, 75.8495], [161.975, 75.836238], [161.938764, 75.800001], [161.9255, 75.750501], [161.9255, 73.796726], [161.936922, 73.750563], [161.968552, 73.715051], [162.005621, 73.701181], [162.005408, 73.700398], [162.012593, 73.698442], [162.019991, 73.697585], [162.122765, 73.652206], [162.202206, 73.572765], [162.247585, 73.469991], [162.2505, 73.444865], [162.250499, 70.955136], [162.247585, 70.930009], [162.202206, 70.827235], [162.122765, 70.747794], [162.114376, 70.74409], [162.114375, 70.744089], [162.026802, 70.705422], [162.026799, 70.705421], [162.019991, 70.702415], [162.012594, 70.701556], [162.012591, 70.701556], [161.997714, 70.69983], [161.997704, 70.699829], [161.994865, 70.6995], [161.992, 70.6995], [161.7745, 70.6995], [161.725, 70.686237], [161.688763, 70.65], [161.6755, 70.6005], [161.6755, 63.949499], [161.688763, 63.899999], [161.725, 63.863762], [161.7745, 63.850499], [161.992009, 63.850499], [161.994864, 63.850499], [162.019991, 63.847585], [162.122765, 63.802206], [162.202206, 63.722765], [162.247585, 63.619991], [162.2505, 63.594865], [162.250499, 61.105136], [162.247585, 61.080009], [162.202206, 60.977235], [162.122765, 60.897794], [162.114376, 60.89409], [162.114375, 60.894089], [162.026802, 60.855422], [162.026799, 60.855421], [162.019991, 60.852415], [162.012594, 60.851556], [162.012591, 60.851556], [161.997714, 60.84983], [161.997704, 60.849829], [161.994865, 60.8495], [161.992, 60.8495], [160.507991, 60.8495], [160.507973, 60.8495], [160.505136, 60.849501], [160.502315, 60.849828], [160.5023, 60.849829], [160.487404, 60.851557], [160.487401, 60.851557], [160.480009, 60.852415], [160.4732, 60.855421], [160.473198, 60.855422], [160.385624, 60.894089], [160.38562, 60.894091], [160.377235, 60.897794], [160.370753, 60.904275], [160.37075, 60.904278], [160.304278, 60.97075], [160.304275, 60.970753], [160.297794, 60.977235], [160.294091, 60.98562], [160.294089, 60.985624], [160.255422, 61.073197], [160.255422, 61.073198], [160.252415, 61.080009], [160.251557, 61.087404], [160.251556, 61.087408], [160.24983, 61.102285], [160.249829, 61.102296], [160.2495, 61.105135], [160.2495, 61.107991], [160.2495, 61.107999], [160.2495, 63.592008], [160.2495, 63.592025], [160.249501, 63.594864], [160.249828, 63.597685], [160.249829, 63.597699], [160.251557, 63.612591], [160.252415, 63.619991], [160.255422, 63.626801], [160.287323, 63.699052], [160.297794, 63.722765], [160.377235, 63.802206], [160.480009, 63.847585], [160.505135, 63.8505], [160.7255, 63.8505], [160.775, 63.863763], [160.811237, 63.9], [160.8245, 63.9495], [160.8245, 70.600501], [160.811237, 70.650001], [160.775, 70.686238], [160.7255, 70.699501], [160.505136, 70.699501], [160.502315, 70.699828], [160.5023, 70.699829], [160.487404, 70.701557], [160.487401, 70.701557], [160.480009, 70.702415], [160.4732, 70.705421], [160.473198, 70.705422], [160.385624, 70.744089], [160.38562, 70.744091], [160.377235, 70.747794], [160.370753, 70.754275], [160.37075, 70.754278], [160.304278, 70.82075], [160.304275, 70.820753], [160.297794, 70.827235], [160.294091, 70.83562], [160.294089, 70.835624], [160.255422, 70.923197], [160.255422, 70.923198], [160.252415, 70.930009], [160.251557, 70.937404], [160.251556, 70.937408], [160.24983, 70.952285], [160.249829, 70.952296], [160.2495, 70.955135], [160.2495, 70.957991], [160.2495, 70.957999], [160.2495, 73.442008], [160.2495, 73.442025], [160.249501, 73.444864], [160.249828, 73.447685], [160.249829, 73.447699], [160.251484, 73.461967], [160.252415, 73.469991], [160.255422, 73.476801], [160.285502, 73.544928], [160.297794, 73.572765], [160.377235, 73.652206], [160.480009, 73.697585], [160.505135, 73.7005], [160.9755, 73.7005], [161.025, 73.713763], [161.061237, 73.75], [161.0745, 73.7995], [161.0745, 75.79034], [161.058445, 75.844387], [161.015489, 75.880902], [160.977235, 75.897794], [160.97075, 75.904278], [160.970747, 75.904281], [160.904278, 75.97075], [160.904275, 75.970753], [160.897794, 75.977235], [160.894091, 75.98562], [160.894089, 75.985624], [160.855422, 76.073197], [160.855422, 76.073198], [160.852415, 76.080009], [160.851557, 76.087404], [160.851556, 76.087408], [160.84983, 76.102285], [160.849829, 76.102296], [160.8495, 76.105135], [160.8495, 76.107991], [160.8495, 76.107999], [160.8495, 77.892008], [160.8495, 77.892025], [160.849501, 77.894864], [160.849828, 77.897685], [160.849829, 77.897699], [160.851557, 77.912595], [160.852415, 77.919991], [160.855422, 77.926801], [160.890346, 78.005898], [160.897794, 78.022765], [160.977235, 78.102206], [161.080009, 78.147585], [161.105135, 78.1505], [161.4755, 78.1505], [161.525, 78.163763], [161.561237, 78.2], [161.5745, 78.2495], [161.5745, 78.282744], [161.566964, 78.32063], [161.545504, 78.352748], [158.352748, 81.545504], [158.32063, 81.566964], [158.282744, 81.5745], [146.567393, 81.5745], [146.432607, 81.5745], [146.4252, 81.576906], [146.425196, 81.576907], [146.407766, 81.58257], [146.392669, 81.586195], [146.374568, 81.589062], [146.374566, 81.589062], [146.366874, 81.590281], [146.359934, 81.593816], [146.359931, 81.593818], [146.343608, 81.602135], [146.329259, 81.608078], [146.311832, 81.61374], [146.311824, 81.613743], [146.304419, 81.61615], [146.298116, 81.620728], [146.298114, 81.62073], [146.283287, 81.631502], [146.270052, 81.639613], [146.253718, 81.647936], [146.253715, 81.647938], [146.24678, 81.651472], [146.241276, 81.656975], [146.241273, 81.656978], [143.352748, 84.545504], [143.32063, 84.566964], [143.282744, 84.5745], [140.067393, 84.5745], [139.932607, 84.5745], [139.925202, 84.576905], [139.925195, 84.576907], [139.907765, 84.58257], [139.892668, 84.586194], [139.874574, 84.58906], [139.874565, 84.589062], [139.866874, 84.590281], [139.859936, 84.593815], [139.859929, 84.593818], [139.843604, 84.602136], [139.829261, 84.608077], [139.811827, 84.613742], [139.811821, 84.613745], [139.80442, 84.61615], [139.798127, 84.620721], [139.798117, 84.620727], [139.78329, 84.6315], [139.770052, 84.639613], [139.753722, 84.647934], [139.753718, 84.647936], [139.74678, 84.651472], [139.741272, 84.656978], [139.74127, 84.656981], [139.722805, 84.675446], [139.722806, 84.675446], [138.74678, 85.651471], [138.746777, 85.651474], [138.746777, 85.651473], [138.656982, 85.741268], [138.656976, 85.741275], [138.651472, 85.74678], [138.647936, 85.753718], [138.647934, 85.753722], [138.639614, 85.770051], [138.6315, 85.783291], [138.620732, 85.798112], [138.620729, 85.798117], [138.616151, 85.804419], [138.610451, 85.821963], [138.608082, 85.829253], [138.602139, 85.8436], [138.590281, 85.866874], [138.589062, 85.874569], [138.589062, 85.87457], [138.586196, 85.892664], [138.58257, 85.907765], [138.576907, 85.925193], [138.576905, 85.925204], [138.5745, 85.932607], [138.5745, 85.940396], [138.5745, 86.265938], [138.557342, 86.321641], [138.511818, 86.358034], [138.507565, 86.359711], [138.502639, 86.361654], [138.502634, 86.361656], [138.496342, 86.364138], [138.490947, 86.368228], [138.490945, 86.36823], [138.464445, 86.388325], [138.412809, 86.408101], [138.35862, 86.3971], [138.255528, 86.342993], [138.255526, 86.342992], [138.250225, 86.34021], [138.244409, 86.338776], [138.244408, 86.338776], [138.090871, 86.300933], [138.090868, 86.300932], [138.085056, 86.2995], [137.914944, 86.2995], [137.909131, 86.300932], [137.909128, 86.300933], [137.755591, 86.338776], [137.755587, 86.338777], [137.749775, 86.34021], [137.744476, 86.34299], [137.744471, 86.342993], [137.604451, 86.416482], [137.604446, 86.416485], [137.599148, 86.419266], [137.594667, 86.423234], [137.594665, 86.423237], [137.476299, 86.528099], [137.476293, 86.528105], [137.471817, 86.532071], [137.468417, 86.536996], [137.468414, 86.537], [137.378581, 86.667144], [137.378577, 86.667151], [137.375182, 86.67207], [137.373061, 86.67766], [137.37306, 86.677664], [137.316983, 86.825528], [137.316981, 86.825533], [137.31486, 86.831128], [137.314139, 86.837065], [137.314137, 86.837074], [137.300489, 86.949483], [137.294355, 87.0], [137.0005, 87.0], [137.0005, 85.064454], [137.002763, 85.043408], [137.002853, 85.042994], [137.004359, 85.036073], [137.000751, 84.985624], [137.0005, 84.978581], [137.0005, 84.967742], [137.0005, 84.964201], [136.99845, 84.94995], [136.997698, 84.942957], [136.994091, 84.892517], [136.991469, 84.885487], [136.986233, 84.86497], [136.986172, 84.86455], [136.985165, 84.857543], [136.964165, 84.81156], [136.96146, 84.805029], [136.953877, 84.784699], [136.943796, 84.757669], [136.939553, 84.752001], [136.939551, 84.751997], [136.939291, 84.75165], [136.928493, 84.733451], [136.925377, 84.726627], [136.892259, 84.688407], [136.887854, 84.682939], [136.879221, 84.671407], [136.869044, 84.66123], [136.864228, 84.656057], [136.835765, 84.623208], [136.835763, 84.623206], [136.831128, 84.617857], [136.825171, 84.614028], [136.825167, 84.614025], [136.82481, 84.613796], [136.808332, 84.600518], [135.89948, 83.691666], [135.886199, 83.675184], [135.885969, 83.674826], [135.882143, 83.668872], [135.843948, 83.635776], [135.838775, 83.630961], [135.831088, 83.623274], [135.831087, 83.623273], [135.828593, 83.620779], [135.817062, 83.612147], [135.811578, 83.607728], [135.773373, 83.574623], [135.766933, 83.571681], [135.766932, 83.571681], [135.766544, 83.571504], [135.748345, 83.560706], [135.747996, 83.560444], [135.747992, 83.560442], [135.742331, 83.556204], [135.735704, 83.553732], [135.7357, 83.55373], [135.69497, 83.538539], [135.688441, 83.535835], [135.648897, 83.517776], [135.648896, 83.517775], [135.642457, 83.514835], [135.635452, 83.513827], [135.635443, 83.513825], [135.635014, 83.513764], [135.61452, 83.508533], [135.614116, 83.508382], [135.614111, 83.50838], [135.607483, 83.505909], [135.600425, 83.505404], [135.557063, 83.502302], [135.550042, 83.501547], [135.539299, 83.500002], [135.539283, 83.5], [135.535799, 83.4995], [135.532265, 83.4995], [135.521419, 83.4995], [135.514356, 83.499248], [135.470991, 83.496146], [135.470989, 83.496146], [135.463927, 83.495641], [135.45701, 83.497145], [135.457005, 83.497146], [135.456706, 83.497211], [135.456589, 83.497237], [135.435546, 83.4995], [134.828322, 83.4995], [134.790436, 83.491964], [134.758318, 83.470504], [134.069496, 82.781682], [134.048036, 82.749564], [134.0405, 82.711678], [134.0405, 81.09843], [134.053011, 81.050256], [134.087383, 81.014259], [134.13289, 80.986082], [134.236302, 80.922052], [134.393872, 80.778407], [134.522366, 80.608255], [134.617405, 80.417389], [134.675756, 80.21231], [134.695429, 80.0], [134.924571, 80.0], [134.944244, 80.21231], [134.945493, 80.216699], [134.945494, 80.216705], [135.001341, 80.412984], [135.001343, 80.41299], [135.002595, 80.417389], [135.004636, 80.421489], [135.004637, 80.42149], [135.093518, 80.59999], [135.097634, 80.608255], [135.13555, 80.658464], [135.223365, 80.774749], [135.223368, 80.774752], [135.226128, 80.778407], [135.229511, 80.781491], [135.229512, 80.781492], [135.331493, 80.874461], [135.383698, 80.922052], [135.564981, 81.034298], [135.6927, 81.083776], [135.753894, 81.107483], [135.763802, 81.111321], [135.97339, 81.1505], [136.182027, 81.1505], [136.18661, 81.1505], [136.396198, 81.111321], [136.595019, 81.034298], [136.776302, 80.922052], [136.933872, 80.778407], [137.062366, 80.608255], [137.157405, 80.417389], [137.215756, 80.21231], [137.235429, 80.0], [137.464571, 80.0], [137.484244, 80.21231], [137.485493, 80.216699], [137.485494, 80.216705], [137.541341, 80.412984], [137.541343, 80.41299], [137.542595, 80.417389], [137.544636, 80.421489], [137.544637, 80.42149], [137.633518, 80.59999], [137.637634, 80.608255], [137.67555, 80.658464], [137.763365, 80.774749], [137.763368, 80.774752], [137.766128, 80.778407], [137.769511, 80.781491], [137.769512, 80.781492], [137.871493, 80.874461], [137.923698, 80.922052], [138.104981, 81.034298], [138.2327, 81.083776], [138.293894, 81.107483], [138.303802, 81.111321], [138.51339, 81.1505], [138.722027, 81.1505], [138.72661, 81.1505], [138.936198, 81.111321], [139.135019, 81.034298], [139.316302, 80.922052], [139.473872, 80.778407], [139.602366, 80.608255], [139.697405, 80.417389], [139.755756, 80.21231], [139.775429, 80.0], [139.755756, 79.78769], [139.697405, 79.582611], [139.602366, 79.391745], [139.500701, 79.25712], [139.476634, 79.22525], [139.476632, 79.225247], [139.473872, 79.221593], [139.37906, 79.13516], [139.319683, 79.08103], [139.319681, 79.081028], [139.316302, 79.077948], [139.312413, 79.07554], [139.312409, 79.075537], [139.167226, 78.985644], [139.135019, 78.965702], [139.07625, 78.942935], [138.940467, 78.890332], [138.940459, 78.890329], [138.936198, 78.888679], [138.931694, 78.887837], [138.731116, 78.850342], [138.731112, 78.850341], [138.72661, 78.8495], [138.51339, 78.8495], [138.508888, 78.850341], [138.508883, 78.850342], [138.308305, 78.887837], [138.308302, 78.887837], [138.303802, 78.888679], [138.299543, 78.890328], [138.299532, 78.890332], [138.10925, 78.964048], [138.109248, 78.964048], [138.104981, 78.965702], [138.101087, 78.968112], [138.101085, 78.968114], [137.92759, 79.075537], [137.927581, 79.075543], [137.923698, 79.077948], [137.920323, 79.081024], [137.920316, 79.08103], [137.769512, 79.218507], [137.769506, 79.218513], [137.766128, 79.221593], [137.763372, 79.225241], [137.763365, 79.22525], [137.640396, 79.388087], [137.637634, 79.391745], [137.635595, 79.395838], [137.635591, 79.395846], [137.544637, 79.578509], [137.544635, 79.578513], [137.542595, 79.582611], [137.541344, 79.587005], [137.541341, 79.587015], [137.485494, 79.783294], [137.485492, 79.783302], [137.484244, 79.78769], [137.464571, 80.0], [137.235429, 80.0], [137.215756, 79.78769], [137.157405, 79.582611], [137.062366, 79.391745], [136.960701, 79.25712], [136.936634, 79.22525], [136.936632, 79.225247], [136.933872, 79.221593], [136.83906, 79.13516], [136.779683, 79.08103], [136.779681, 79.081028], [136.776302, 79.077948], [136.772413, 79.07554], [136.772409, 79.075537], [136.627226, 78.985644], [136.595019, 78.965702], [136.53625, 78.942935], [136.400467, 78.890332], [136.400459, 78.890329], [136.396198, 78.888679], [136.391694, 78.887837], [136.191116, 78.850342], [136.191112, 78.850341], [136.18661, 78.8495], [135.97339, 78.8495], [135.968888, 78.850341], [135.968883, 78.850342], [135.768305, 78.887837], [135.768302, 78.887837], [135.763802, 78.888679], [135.759543, 78.890328], [135.759532, 78.890332], [135.56925, 78.964048], [135.569248, 78.964048], [135.564981, 78.965702], [135.561087, 78.968112], [135.561085, 78.968114], [135.38759, 79.075537], [135.387581, 79.075543], [135.383698, 79.077948], [135.380323, 79.081024], [135.380316, 79.08103], [135.229512, 79.218507], [135.229506, 79.218513], [135.226128, 79.221593], [135.223372, 79.225241], [135.223365, 79.22525], [135.100396, 79.388087], [135.097634, 79.391745], [135.095595, 79.395838], [135.095591, 79.395846], [135.004637, 79.578509], [135.004635, 79.578513], [135.002595, 79.582611], [135.001344, 79.587005], [135.001341, 79.587015], [134.945494, 79.783294], [134.945492, 79.783302], [134.944244, 79.78769], [134.924571, 80.0], [134.695429, 80.0], [134.675756, 79.78769], [134.617405, 79.582611], [134.522366, 79.391745], [134.420701, 79.25712], [134.396634, 79.22525], [134.396632, 79.225247], [134.393872, 79.221593], [134.29906, 79.13516], [134.239683, 79.08103], [134.239681, 79.081028], [134.236302, 79.077948], [134.232413, 79.07554], [134.232409, 79.075537], [134.087226, 78.985644], [134.055019, 78.965702], [133.99625, 78.942935], [133.860467, 78.890332], [133.860459, 78.890329], [133.856198, 78.888679], [133.851694, 78.887837], [133.651116, 78.850342], [133.651112, 78.850341], [133.64661, 78.8495], [133.43339, 78.8495], [133.428888, 78.850341], [133.428883, 78.850342], [133.228305, 78.887837], [133.228302, 78.887837], [133.223802, 78.888679], [133.219543, 78.890328], [133.219532, 78.890332], [133.02925, 78.964048], [133.029248, 78.964048], [133.024981, 78.965702], [133.021087, 78.968112], [133.021085, 78.968114], [132.84759, 79.075537], [132.847581, 79.075543], [132.843698, 79.077948], [132.840323, 79.081024], [132.840316, 79.08103], [132.689512, 79.218507], [132.689506, 79.218513], [132.686128, 79.221593], [132.683372, 79.225241], [132.683365, 79.22525], [132.560396, 79.388087], [132.557634, 79.391745], [132.555595, 79.395838], [132.555591, 79.395846], [132.464637, 79.578509], [132.464635, 79.578513], [132.462595, 79.582611], [132.461344, 79.587005], [132.461341, 79.587015], [132.405494, 79.783294], [132.405492, 79.783302], [132.404244, 79.78769], [132.384571, 80.0], [132.404244, 80.21231], [132.405493, 80.216699], [132.405494, 80.216705], [132.461341, 80.412984], [132.461343, 80.41299], [132.462595, 80.417389], [132.464636, 80.421489], [132.464637, 80.42149], [132.553518, 80.59999], [132.557634, 80.608255], [132.59555, 80.658464], [132.683365, 80.774749], [132.683368, 80.774752], [132.686128, 80.778407], [132.689511, 80.781491], [132.689512, 80.781492], [132.791493, 80.874461], [132.843698, 80.922052], [132.847588, 80.924461], [132.84759, 80.924462], [132.992617, 81.014259], [133.026989, 81.050256], [133.0395, 81.09843], [133.0395, 82.711678], [133.031964, 82.749564], [133.010504, 82.781682], [131.565326, 84.226858], [131.511726, 84.254486], [131.45204, 84.245892], [131.408413, 84.204264], [131.397029, 84.145048], [131.400147, 84.119084], [131.400148, 84.119072], [131.4005, 84.116144], [131.4005, 83.583856], [131.390359, 83.49941], [131.337364, 83.365025], [131.250078, 83.249922], [131.177855, 83.195153], [131.14037, 83.166727], [131.140369, 83.166726], [131.134975, 83.162636], [131.128674, 83.160151], [131.065769, 83.135344], [131.031219, 83.112374], [131.009116, 83.077264], [131.003731, 83.038957], [131.004359, 83.036073], [131.000752, 82.985644], [131.0005, 82.978581], [131.0005, 82.967742], [131.0005, 82.964201], [130.99845, 82.94995], [130.997698, 82.942957], [130.994091, 82.892517], [130.991469, 82.885487], [130.986233, 82.86497], [130.986172, 82.86455], [130.985165, 82.857543], [130.981048, 82.848528], [130.964165, 82.81156], [130.96146, 82.805029], [130.952752, 82.781682], [130.943796, 82.757669], [130.939553, 82.752001], [130.939551, 82.751997], [130.939291, 82.75165], [130.928493, 82.733451], [130.925377, 82.726627], [130.892259, 82.688407], [130.887854, 82.682939], [130.879221, 82.671407], [130.869044, 82.66123], [130.864228, 82.656057], [130.835765, 82.623208], [130.835763, 82.623206], [130.831128, 82.617857], [130.825171, 82.614028], [130.825167, 82.614025], [130.82481, 82.613796], [130.808332, 82.600518], [129.072654, 80.86484], [129.95, 80.86484], [129.950947, 80.874461], [129.959701, 80.918473], [129.96702, 80.936142], [130.000389, 80.986082], [130.013917, 80.99961], [130.063857, 81.032979], [130.081526, 81.040298], [130.125538, 81.049052], [130.13516, 81.05], [130.736967, 81.05], [130.747245, 81.047245], [130.75, 81.036967], [131.25, 81.036967], [131.252754, 81.047245], [131.263033, 81.05], [131.86484, 81.05], [131.874461, 81.049052], [131.918473, 81.040298], [131.936142, 81.032979], [131.986082, 80.99961], [131.99961, 80.986082], [132.032979, 80.936142], [132.040298, 80.918473], [132.049052, 80.874461], [132.05, 80.86484], [132.05, 80.263033], [132.047245, 80.252754], [132.036967, 80.25], [131.263033, 80.25], [131.252754, 80.252754], [131.25, 80.263033], [131.25, 81.036967], [130.75, 81.036967], [130.75, 80.263033], [130.747245, 80.252754], [130.736967, 80.25], [129.963033, 80.25], [129.952754, 80.252754], [129.95, 80.263033], [129.95, 80.86484], [129.072654, 80.86484], [129.029496, 80.821682], [129.008036, 80.789564], [129.0005, 80.751678], [129.0005, 79.736967], [129.95, 79.736967], [129.952754, 79.747245], [129.963033, 79.75], [130.736967, 79.75], [130.747245, 79.747245], [130.75, 79.736967], [131.25, 79.736967], [131.252754, 79.747245], [131.263033, 79.75], [132.036967, 79.75], [132.047245, 79.747245], [132.05, 79.736967], [132.05, 79.13516], [132.049052, 79.125538], [132.040298, 79.081526], [132.032979, 79.063857], [131.99961, 79.013917], [131.986082, 79.000389], [131.936142, 78.96702], [131.918473, 78.959701], [131.874461, 78.950947], [131.86484, 78.95], [131.263033, 78.95], [131.252754, 78.952754], [131.25, 78.963033], [131.25, 79.736967], [130.75, 79.736967], [130.75, 78.963033], [130.747245, 78.952754], [130.736967, 78.95], [130.13516, 78.95], [130.125538, 78.950947], [130.081526, 78.959701], [130.063857, 78.96702], [130.013917, 79.000389], [130.000389, 79.013917], [129.96702, 79.063857], [129.959701, 79.081526], [129.950947, 79.125538], [129.95, 79.13516], [129.95, 79.736967], [129.0005, 79.736967], [129.0005, 79.064454], [129.002763, 79.043408], [129.002853, 79.042994], [129.004359, 79.036073], [129.000752, 78.985644], [129.0005, 78.978581], [129.0005, 78.967742], [129.0005, 78.964201], [128.99845, 78.94995], [128.997698, 78.942957], [128.994091, 78.892517], [128.991469, 78.885487], [128.986233, 78.86497], [128.986172, 78.86455], [128.985165, 78.857543], [128.964165, 78.81156], [128.96146, 78.805029], [128.957615, 78.79472], [128.943796, 78.757669], [128.939553, 78.752001], [128.939551, 78.751997], [128.939291, 78.75165], [128.928493, 78.733451], [128.925377, 78.726627], [128.892275, 78.688425], [128.88784, 78.682922], [128.881337, 78.674235], [128.87922, 78.671407], [128.869043, 78.66123], [128.864243, 78.656074], [128.831128, 78.617857], [128.824804, 78.613792], [128.808328, 78.600515], [128.545496, 78.337682], [128.524036, 78.305565], [128.5165, 78.267679], [128.5165, 77.783499], [128.529763, 77.733999], [128.566, 77.697762], [128.6155, 77.684499], [128.958009, 77.684499], [128.960864, 77.684499], [128.977375, 77.682584], [129.018298, 77.686426], [129.048843, 77.703586], [129.049479, 77.702759], [129.107601, 77.747358], [129.107604, 77.74736], [129.112751, 77.751309], [129.118743, 77.753791], [129.118745, 77.753792], [129.128028, 77.757637], [129.186433, 77.781829], [129.235933, 77.795092], [129.315, 77.805501], [141.859537, 77.8055], [141.945825, 77.793061], [141.999473, 77.777265], [142.078736, 77.740959], [142.144517, 77.683743], [142.181045, 77.641395], [142.218817, 77.582279], [142.258998, 77.546526], [142.311941, 77.53706], [142.5, 77.555583], [142.688053, 77.537061], [142.740999, 77.546527], [142.781181, 77.582279], [142.817041, 77.638402], [142.817045, 77.638407], [142.818954, 77.641395], [142.855482, 77.683743], [142.921263, 77.740959], [142.927716, 77.743914], [142.927718, 77.743916], [142.935233, 77.747358], [143.000526, 77.777265], [143.054174, 77.793061], [143.140462, 77.8055], [143.443982, 77.8055], [143.447017, 77.8055], [143.521324, 77.796325], [143.568038, 77.784611], [143.637884, 77.757637], [143.699072, 77.714484], [143.700825, 77.712893], [144.677, 77.712893], [144.677215, 77.7175], [144.679208, 77.738759], [144.681761, 77.750442], [144.720879, 77.862235], [144.727735, 77.875208], [144.797237, 77.96938], [144.807619, 77.979762], [144.901791, 78.049264], [144.914764, 78.05612], [145.026557, 78.095238], [145.03824, 78.097791], [145.059499, 78.099784], [145.064107, 78.1], [145.088967, 78.1], [145.099245, 78.097245], [145.102, 78.086967], [145.602, 78.086967], [145.604754, 78.097245], [145.615033, 78.1], [145.639893, 78.1], [145.6445, 78.099784], [145.665759, 78.097791], [145.677442, 78.095238], [145.789235, 78.05612], [145.802208, 78.049264], [145.89638, 77.979762], [145.906762, 77.96938], [145.976264, 77.875208], [145.98312, 77.862235], [146.022238, 77.750442], [146.024791, 77.738759], [146.026784, 77.7175], [146.027, 77.712893], [146.027, 77.675533], [146.024245, 77.665254], [146.013967, 77.6625], [145.615033, 77.6625], [145.604754, 77.665254], [145.602, 77.675533], [145.602, 78.086967], [145.102, 78.086967], [145.102, 77.675533], [145.099245, 77.665254], [145.088967, 77.6625], [144.690033, 77.6625], [144.679754, 77.665254], [144.677, 77.675533], [144.677, 77.712893], [143.700825, 77.712893], [143.734731, 77.682113], [143.783581, 77.625376], [144.170775, 77.044585], [144.206434, 77.012214], [144.253148, 77.0005], [144.578531, 77.0005], [144.630685, 77.015352], [144.667192, 77.055451], [144.67642, 77.105132], [144.677324, 77.105175], [144.677, 77.112107], [144.677, 77.149467], [144.679754, 77.159745], [144.690033, 77.1625], [146.013967, 77.1625], [146.024245, 77.159745], [146.027, 77.149467], [146.027, 77.112107], [146.026676, 77.105175], [146.027579, 77.105132], [146.036808, 77.055451], [146.073315, 77.015352], [146.125469, 77.0005], [146.479296, 77.0005], [146.532171, 77.015803], [146.5687, 77.05698], [146.57759, 77.111302], [146.576851, 77.117448], [146.576849, 77.11747], [146.5765, 77.120382], [146.5765, 77.704618], [146.57685, 77.707535], [146.576851, 77.707546], [146.586106, 77.784611], [146.586883, 77.791077], [146.589208, 77.796974], [146.58921, 77.79698], [146.637317, 77.918969], [146.641138, 77.928658], [146.7305, 78.0465], [146.848342, 78.135862], [146.919094, 78.163763], [146.980019, 78.187789], [146.98002, 78.187789], [146.985923, 78.190117], [147.072382, 78.2005], [147.628666, 78.2005], [147.631618, 78.2005], [147.718077, 78.190117], [147.855658, 78.135862], [147.9735, 78.0465], [148.007108, 78.00218], [148.041953, 77.973335], [148.085992, 77.963], [148.618008, 77.963], [148.662047, 77.973335], [148.696891, 78.00218], [148.7305, 78.0465], [148.848342, 78.135862], [148.919094, 78.163763], [148.980019, 78.187789], [148.98002, 78.187789], [148.985923, 78.190117], [149.072382, 78.2005], [149.628666, 78.2005], [149.631618, 78.2005], [149.718077, 78.190117], [149.855658, 78.135862], [149.9735, 78.0465], [150.062862, 77.928658], [150.117117, 77.791077], [150.1275, 77.704618], [150.1275, 77.120382], [150.126937, 77.115691], [150.12641, 77.111302], [150.1353, 77.05698], [150.171829, 77.015803], [150.224704, 77.0005], [150.787547, 77.0005], [150.80859, 77.002762], [150.815928, 77.004359], [150.866356, 77.000752], [150.87342, 77.0005], [150.88426, 77.0005], [150.8878, 77.0005], [150.90205, 76.99845], [150.909044, 76.997698], [150.959484, 76.994091], [150.966512, 76.991469], [150.987025, 76.986233], [150.994458, 76.985165], [151.040438, 76.964165], [151.046963, 76.961462], [151.094332, 76.943796], [151.100343, 76.939295], [151.118547, 76.928494], [151.125374, 76.925377], [151.1636, 76.892252], [151.169043, 76.887866], [151.180594, 76.879221], [151.190768, 76.869045], [151.195924, 76.864243], [151.234144, 76.831128], [151.238199, 76.824817], [151.251485, 76.808329], [151.742819, 76.316997], [151.774936, 76.295537], [151.812822, 76.288001], [152.128666, 76.288001], [152.131618, 76.288001], [152.218077, 76.277618], [152.355658, 76.223363], [152.4735, 76.134001], [152.562862, 76.016159], [152.617117, 75.878578], [152.6275, 75.792119], [152.6275, 75.207883], [152.617117, 75.121424], [152.612989, 75.110957], [152.579749, 75.026665], [152.562862, 74.983843], [152.4735, 74.866001], [152.355658, 74.776639], [152.349362, 74.774156], [152.22398, 74.724711], [152.223974, 74.724709], [152.218077, 74.722384], [152.211776, 74.721627], [152.211775, 74.721627], [152.134546, 74.712352], [152.134535, 74.712351], [152.131618, 74.712001], [151.572382, 74.712001], [151.569465, 74.712351], [151.569453, 74.712352], [151.492224, 74.721627], [151.492221, 74.721627], [151.485923, 74.722384], [151.480027, 74.724708], [151.480019, 74.724711], [151.354637, 74.774156], [151.354633, 74.774157], [151.348342, 74.776639], [151.342949, 74.780727], [151.342948, 74.780729], [151.235899, 74.861906], [151.235895, 74.861909], [151.2305, 74.866001], [151.226408, 74.871396], [151.226405, 74.8714], [151.147172, 74.975886], [151.141138, 74.983843], [151.138656, 74.990134], [151.138655, 74.990138], [151.08921, 75.11552], [151.089207, 75.115528], [151.086883, 75.121424], [151.086126, 75.127722], [151.086126, 75.127725], [151.076851, 75.204954], [151.07685, 75.204966], [151.0765, 75.207883], [151.0765, 75.210835], [151.0765, 75.526679], [151.068964, 75.564565], [151.047504, 75.596683], [150.673683, 75.970504], [150.641565, 75.991964], [150.603679, 75.9995], [150.224704, 75.9995], [150.171829, 75.984197], [150.1353, 75.94302], [150.12641, 75.888698], [150.127148, 75.882551], [150.127148, 75.882547], [150.1275, 75.879618], [150.1275, 75.295382], [150.117117, 75.208923], [150.062862, 75.071342], [149.9735, 74.9535], [149.855658, 74.864138], [149.837022, 74.856789], [149.796122, 74.826641], [149.777521, 74.7846], [149.7775, 74.784607], [149.769431, 74.759775], [149.765803, 74.744664], [149.765706, 74.744052], [149.761719, 74.718874], [149.753162, 74.70208], [149.749862, 74.695603], [149.743916, 74.681248], [149.738257, 74.663832], [149.735849, 74.656419], [149.720495, 74.635287], [149.712387, 74.622055], [149.708679, 74.614778], [149.698613, 74.557906], [149.705645, 74.5], [149.68514, 74.331128], [149.683014, 74.325521], [149.676979, 74.309607], [149.671267, 74.262568], [149.688069, 74.218263], [149.723537, 74.186841], [149.769545, 74.175501], [151.080092, 74.175501], [151.124131, 74.185836], [151.158976, 74.214682], [151.224395, 74.300951], [151.2305, 74.309001], [151.348342, 74.398363], [151.41192, 74.423435], [151.480019, 74.45029], [151.48002, 74.45029], [151.485923, 74.452618], [151.572382, 74.463001], [152.128666, 74.463001], [152.131618, 74.463001], [152.218077, 74.452618], [152.355658, 74.398363], [152.4735, 74.309001], [152.562862, 74.191159], [152.617117, 74.053578], [152.6275, 73.967119], [152.6275, 73.382883], [152.617117, 73.296424], [152.613062, 73.286142], [152.591677, 73.231912], [152.562862, 73.158843], [152.4735, 73.041001], [152.456061, 73.027777], [152.391681, 72.978956], [152.362835, 72.944111], [152.3525, 72.900072], [152.3525, 72.68743], [152.362835, 72.643391], [152.382199, 72.62], [152.844571, 72.62], [152.844993, 72.624554], [152.854635, 72.728617], [152.864244, 72.83231], [152.865493, 72.836699], [152.865494, 72.836705], [152.921341, 73.032984], [152.921343, 73.03299], [152.922595, 73.037389], [152.924636, 73.041489], [152.924637, 73.04149], [153.005241, 73.203368], [153.017634, 73.228255], [153.041944, 73.260446], [153.143365, 73.394749], [153.143368, 73.394752], [153.146128, 73.398407], [153.149511, 73.401491], [153.149512, 73.401492], [153.274724, 73.515639], [153.303698, 73.542052], [153.307588, 73.544461], [153.30759, 73.544462], [153.328297, 73.557283], [153.484981, 73.654298], [153.683802, 73.731321], [153.89339, 73.7705], [154.102027, 73.7705], [154.10661, 73.7705], [154.316198, 73.731321], [154.515019, 73.654298], [154.696302, 73.542052], [154.835846, 73.41484], [155.85, 73.41484], [155.850947, 73.424461], [155.859701, 73.468473], [155.86702, 73.486142], [155.900389, 73.536082], [155.913917, 73.54961], [155.963857, 73.582979], [155.981526, 73.590298], [156.025538, 73.599052], [156.03516, 73.6], [156.486967, 73.6], [156.497245, 73.597245], [156.5, 73.586967], [157.0, 73.586967], [157.002754, 73.597245], [157.013033, 73.6], [157.46484, 73.6], [157.474461, 73.599052], [157.518473, 73.590298], [157.536142, 73.582979], [157.586082, 73.54961], [157.59961, 73.536082], [157.632979, 73.486142], [157.640298, 73.468473], [157.649052, 73.424461], [157.65, 73.41484], [157.65, 72.463033], [157.647245, 72.452754], [157.636967, 72.45], [157.013033, 72.45], [157.002754, 72.452754], [157.0, 72.463033], [157.0, 73.586967], [156.5, 73.586967], [156.5, 72.463033], [156.497245, 72.452754], [156.486967, 72.45], [155.863033, 72.45], [155.852754, 72.452754], [155.85, 72.463033], [155.85, 73.41484], [154.835846, 73.41484], [154.853872, 73.398407], [154.982366, 73.228255], [155.077405, 73.037389], [155.135756, 72.83231], [155.155429, 72.62], [155.135756, 72.40769], [155.077405, 72.202611], [154.982366, 72.011745], [154.925896, 71.936967], [155.85, 71.936967], [155.852754, 71.947245], [155.863033, 71.95], [156.486967, 71.95], [156.497245, 71.947245], [156.5, 71.936967], [157.0, 71.936967], [157.002754, 71.947245], [157.013033, 71.95], [157.636967, 71.95], [157.647245, 71.947245], [157.65, 71.936967], [157.65, 70.98516], [157.649052, 70.975538], [157.640298, 70.931526], [157.632979, 70.913857], [157.59961, 70.863917], [157.586082, 70.850389], [157.536142, 70.81702], [157.518473, 70.809701], [157.474461, 70.800947], [157.46484, 70.8], [157.013033, 70.8], [157.002754, 70.802754], [157.0, 70.813033], [157.0, 71.936967], [156.5, 71.936967], [156.5, 70.813033], [156.497245, 70.802754], [156.486967, 70.8], [156.03516, 70.8], [156.025538, 70.800947], [155.981526, 70.809701], [155.963857, 70.81702], [155.913917, 70.850389], [155.900389, 70.863917], [155.86702, 70.913857], [155.859701, 70.931526], [155.850947, 70.975538], [155.85, 70.98516], [155.85, 71.936967], [154.925896, 71.936967], [154.882993, 71.880155], [154.856634, 71.84525], [154.856632, 71.845247], [154.853872, 71.841593], [154.850487, 71.838507], [154.699683, 71.70103], [154.699681, 71.701028], [154.696302, 71.697948], [154.692413, 71.69554], [154.692409, 71.695537], [154.574771, 71.622699], [154.515019, 71.585702], [154.474029, 71.569822], [154.320467, 71.510332], [154.320459, 71.510329], [154.316198, 71.508679], [154.311694, 71.507837], [154.111116, 71.470342], [154.111112, 71.470341], [154.10661, 71.4695], [153.89339, 71.4695], [153.888888, 71.470341], [153.888883, 71.470342], [153.688305, 71.507837], [153.688302, 71.507837], [153.683802, 71.508679], [153.679543, 71.510328], [153.679532, 71.510332], [153.48925, 71.584048], [153.489248, 71.584048], [153.484981, 71.585702], [153.481087, 71.588112], [153.481085, 71.588114], [153.30759, 71.695537], [153.307581, 71.695543], [153.303698, 71.697948], [153.300323, 71.701024], [153.300316, 71.70103], [153.149512, 71.838507], [153.149506, 71.838513], [153.146128, 71.841593], [153.143372, 71.845241], [153.143365, 71.84525], [153.020396, 72.008087], [153.017634, 72.011745], [153.015595, 72.015838], [153.015591, 72.015846], [152.924637, 72.198509], [152.924635, 72.198513], [152.922595, 72.202611], [152.921344, 72.207005], [152.921341, 72.207015], [152.865494, 72.403294], [152.865492, 72.403302], [152.864244, 72.40769], [152.863822, 72.412235], [152.863822, 72.41224], [152.850288, 72.558301], [152.844571, 72.62], [152.382199, 72.62], [152.391681, 72.608546], [152.417973, 72.588608], [152.4735, 72.546501], [152.562862, 72.428659], [152.617117, 72.291078], [152.6275, 72.204619], [152.6275, 71.620383], [152.617117, 71.533924], [152.611824, 71.520503], [152.597105, 71.483177], [152.562862, 71.396343], [152.4735, 71.278501], [152.355658, 71.189139], [152.330285, 71.179133], [152.22398, 71.137211], [152.223974, 71.137209], [152.218077, 71.134884], [152.211776, 71.134127], [152.211775, 71.134127], [152.134546, 71.124852], [152.134535, 71.124851], [152.131618, 71.124501], [151.572382, 71.124501], [151.569465, 71.124851], [151.569453, 71.124852], [151.492224, 71.134127], [151.492221, 71.134127], [151.485923, 71.134884], [151.480027, 71.137208], [151.480019, 71.137211], [151.354637, 71.186656], [151.354633, 71.186657], [151.348342, 71.189139], [151.342949, 71.193227], [151.342948, 71.193229], [151.235899, 71.274406], [151.235895, 71.274409], [151.2305, 71.278501], [151.226408, 71.283896], [151.226405, 71.2839], [151.145228, 71.390949], [151.141138, 71.396343], [151.138656, 71.402634], [151.138655, 71.402638], [151.08921, 71.52802], [151.089207, 71.528028], [151.086883, 71.533924], [151.086126, 71.540222], [151.086126, 71.540225], [151.076851, 71.617454], [151.07685, 71.617466], [151.0765, 71.620383], [151.0765, 72.204619], [151.07685, 72.207536], [151.076851, 72.207547], [151.083515, 72.263033], [151.086883, 72.291078], [151.089208, 72.296975], [151.08921, 72.296981], [151.131135, 72.403294], [151.141138, 72.428659], [151.185071, 72.486593], [151.225537, 72.539957], [151.2305, 72.546501], [151.256878, 72.566504], [151.312319, 72.608546], [151.341165, 72.643391], [151.3515, 72.68743], [151.3515, 72.900072], [151.341165, 72.944111], [151.312319, 72.978956], [151.235899, 73.036906], [151.235895, 73.036909], [151.2305, 73.041001], [151.226408, 73.046396], [151.226405, 73.0464], [151.158976, 73.13532], [151.124131, 73.164166], [151.080092, 73.174501], [147.923323, 73.174501], [147.885437, 73.166965], [147.853319, 73.145505], [147.39948, 72.691666], [147.386199, 72.675184], [147.385969, 72.674826], [147.382143, 72.668872], [147.345485, 72.637108], [147.343948, 72.635776], [147.338775, 72.630961], [147.331088, 72.623274], [147.331087, 72.623273], [147.328593, 72.620779], [147.317062, 72.612147], [147.311578, 72.607728], [147.278232, 72.578833], [147.248074, 72.531904], [147.248078, 72.476117], [147.277878, 72.429755], [147.278593, 72.429221], [147.288767, 72.419045], [147.293923, 72.414243], [147.332143, 72.381128], [147.336198, 72.374817], [147.349484, 72.358329], [147.815818, 71.891997], [147.847935, 71.870537], [147.885821, 71.863001], [148.807866, 71.863001], [148.863563, 71.880155], [148.893441, 71.91752], [148.895334, 71.916456], [148.898654, 71.922361], [148.901138, 71.928659], [148.9905, 72.046501], [149.108342, 72.135863], [149.157712, 72.155332], [149.240019, 72.18779], [149.24002, 72.18779], [149.245923, 72.190118], [149.332382, 72.200501], [149.888666, 72.200501], [149.891618, 72.200501], [149.978077, 72.190118], [150.115658, 72.135863], [150.2335, 72.046501], [150.322862, 71.928659], [150.377117, 71.791078], [150.3875, 71.704619], [150.3875, 71.020383], [150.377117, 70.933924], [150.366893, 70.907999], [150.331016, 70.81702], [150.322862, 70.796343], [150.2335, 70.678501], [150.214268, 70.663917], [150.121053, 70.59323], [150.121052, 70.593229], [150.115658, 70.589139], [150.109364, 70.586656], [150.108715, 70.586292], [150.071785, 70.549983], [150.058241, 70.499996], [150.071789, 70.45001], [150.108722, 70.413704], [150.109351, 70.413349], [150.115658, 70.410863], [150.145947, 70.387894], [151.177, 70.387894], [151.177215, 70.392501], [151.179208, 70.41376], [151.181761, 70.425443], [151.220879, 70.537236], [151.227735, 70.550209], [151.297237, 70.644381], [151.307619, 70.654763], [151.401791, 70.724265], [151.414764, 70.731121], [151.526557, 70.770239], [151.53824, 70.772792], [151.559499, 70.774785], [151.564107, 70.775001], [151.588967, 70.775001], [151.599245, 70.772246], [151.602, 70.761968], [152.102, 70.761968], [152.104754, 70.772246], [152.115033, 70.775001], [152.139893, 70.775001], [152.1445, 70.774785], [152.165759, 70.772792], [152.177442, 70.770239], [152.289235, 70.731121], [152.302208, 70.724265], [152.39638, 70.654763], [152.406762, 70.644381], [152.476264, 70.550209], [152.48312, 70.537236], [152.522238, 70.425443], [152.524791, 70.41376], [152.526784, 70.392501], [152.527, 70.387894], [152.527, 70.350534], [152.524245, 70.340255], [152.513967, 70.337501], [152.115033, 70.337501], [152.104754, 70.340255], [152.102, 70.350534], [152.102, 70.761968], [151.602, 70.761968], [151.602, 70.350534], [151.599245, 70.340255], [151.588967, 70.337501], [151.190033, 70.337501], [151.179754, 70.340255], [151.177, 70.350534], [151.177, 70.387894], [150.145947, 70.387894], [150.2335, 70.321501], [150.235183, 70.32372], [150.276165, 70.30214], [150.334035, 70.30899], [150.334635, 70.309302], [150.337442, 70.310353], [150.337444, 70.310354], [150.367211, 70.321501], [150.391304, 70.330523], [150.463137, 70.347878], [150.537037, 70.347477], [150.597064, 70.339832], [150.668706, 70.321697], [150.733898, 70.286889], [150.783439, 70.25214], [150.838364, 70.202696], [150.945245, 70.08], [152.844571, 70.08], [152.844993, 70.084554], [152.863741, 70.286889], [152.864244, 70.29231], [152.865493, 70.296699], [152.865494, 70.296705], [152.921341, 70.492984], [152.921343, 70.49299], [152.922595, 70.497389], [152.924636, 70.501489], [152.924637, 70.50149], [152.99936, 70.651557], [153.017634, 70.688255], [153.029734, 70.704278], [153.143365, 70.854749], [153.143368, 70.854752], [153.146128, 70.858407], [153.149511, 70.861491], [153.149512, 70.861492], [153.249106, 70.952285], [153.303698, 71.002052], [153.307588, 71.004461], [153.30759, 71.004462], [153.309496, 71.005642], [153.484981, 71.114298], [153.640389, 71.174503], [153.678169, 71.189139], [153.683802, 71.191321], [153.89339, 71.2305], [154.102027, 71.2305], [154.10661, 71.2305], [154.316198, 71.191321], [154.515019, 71.114298], [154.696302, 71.002052], [154.853872, 70.858407], [154.982366, 70.688255], [155.077405, 70.497389], [155.135756, 70.29231], [155.155429, 70.08], [155.135756, 69.86769], [155.077405, 69.662611], [154.982366, 69.471745], [154.901719, 69.364953], [154.856634, 69.30525], [154.856632, 69.305247], [154.853872, 69.301593], [154.742593, 69.200148], [154.699683, 69.16103], [154.699681, 69.161028], [154.696302, 69.157948], [154.692413, 69.15554], [154.692409, 69.155537], [154.529706, 69.054796], [154.515019, 69.045702], [154.474029, 69.029822], [154.320467, 68.970332], [154.320459, 68.970329], [154.316198, 68.968679], [154.300888, 68.965817], [154.111116, 68.930342], [154.111112, 68.930341], [154.10661, 68.9295], [153.89339, 68.9295], [153.888888, 68.930341], [153.888883, 68.930342], [153.688305, 68.967837], [153.688302, 68.967837], [153.683802, 68.968679], [153.679543, 68.970328], [153.679532, 68.970332], [153.48925, 69.044048], [153.489248, 69.044048], [153.484981, 69.045702], [153.481087, 69.048112], [153.481085, 69.048114], [153.30759, 69.155537], [153.307581, 69.155543], [153.303698, 69.157948], [153.300323, 69.161024], [153.300316, 69.16103], [153.149512, 69.298507], [153.149506, 69.298513], [153.146128, 69.301593], [153.143372, 69.305241], [153.143365, 69.30525], [153.033499, 69.450736], [153.017634, 69.471745], [153.015595, 69.475838], [153.015591, 69.475846], [152.924637, 69.658509], [152.924635, 69.658513], [152.922595, 69.662611], [152.921344, 69.667005], [152.921341, 69.667015], [152.865494, 69.863294], [152.865492, 69.863302], [152.864244, 69.86769], [152.863822, 69.872235], [152.863822, 69.87224], [152.85714, 69.944357], [152.844571, 70.08], [150.945245, 70.08], [151.126895, 69.871473], [151.160536, 69.846394], [151.201544, 69.837501], [151.588967, 69.837501], [151.599245, 69.834746], [151.602, 69.824468], [152.102, 69.824468], [152.104754, 69.834746], [152.115033, 69.837501], [152.513967, 69.837501], [152.524245, 69.834746], [152.527, 69.824468], [152.527, 69.787108], [152.526784, 69.7825], [152.524791, 69.761241], [152.522238, 69.749558], [152.48312, 69.637765], [152.476264, 69.624792], [152.406762, 69.53062], [152.39638, 69.520238], [152.302208, 69.450736], [152.289235, 69.44388], [152.177442, 69.404762], [152.165759, 69.402209], [152.1445, 69.400216], [152.139893, 69.400001], [152.115033, 69.400001], [152.104754, 69.402755], [152.102, 69.413034], [152.102, 69.824468], [151.602, 69.824468], [151.602, 69.413034], [151.597821, 69.397438], [151.596996, 69.349494], [151.618792, 69.306795], [152.551364, 68.236243], [152.583436, 68.19198], [152.606426, 68.153405], [152.644608, 68.051442], [152.65261, 68.007255], [152.6575, 67.952816], [152.6575, 67.662525], [152.675346, 67.605824], [152.722449, 67.569565], [152.781829, 67.56682], [152.832077, 67.598578], [152.855078, 67.653391], [152.863774, 67.747245], [152.864244, 67.75231], [152.865493, 67.756699], [152.865494, 67.756705], [152.921341, 67.952984], [152.921343, 67.95299], [152.922595, 67.957389], [152.924636, 67.961489], [152.924637, 67.96149], [152.996209, 68.105229], [153.017634, 68.148255], [153.049221, 68.190082], [153.143365, 68.314749], [153.143368, 68.314752], [153.146128, 68.318407], [153.149511, 68.321491], [153.149512, 68.321492], [153.220964, 68.38663], [153.303698, 68.462052], [153.484981, 68.574298], [153.683802, 68.651321], [153.89339, 68.6905], [154.102027, 68.6905], [154.10661, 68.6905], [154.316198, 68.651321], [154.515019, 68.574298], [154.696302, 68.462052], [154.853872, 68.318407], [154.982366, 68.148255], [155.077405, 67.957389], [155.135756, 67.75231], [155.155429, 67.54], [155.135756, 67.32769], [155.077405, 67.122611], [154.982366, 66.931745], [154.894634, 66.81557], [154.856634, 66.76525], [154.856632, 66.765247], [154.853872, 66.761593], [154.753684, 66.670259], [154.699683, 66.62103], [154.699681, 66.621028], [154.696302, 66.617948], [154.692413, 66.61554], [154.692409, 66.615537], [154.581643, 66.546954], [154.515019, 66.505702], [154.474029, 66.489822], [154.320467, 66.430332], [154.320459, 66.430329], [154.316198, 66.428679], [154.311694, 66.427837], [154.111116, 66.390342], [154.111112, 66.390341], [154.10661, 66.3895], [153.89339, 66.3895], [153.888888, 66.390341], [153.888883, 66.390342], [153.688305, 66.427837], [153.688302, 66.427837], [153.683802, 66.428679], [153.679543, 66.430328], [153.679532, 66.430332], [153.48925, 66.504048], [153.489248, 66.504048], [153.484981, 66.505702], [153.481087, 66.508112], [153.481085, 66.508114], [153.30759, 66.615537], [153.307581, 66.615543], [153.303698, 66.617948], [153.300323, 66.621024], [153.300316, 66.62103], [153.149512, 66.758507], [153.149506, 66.758513], [153.146128, 66.761593], [153.143372, 66.765241], [153.143365, 66.76525], [153.045837, 66.894398], [153.017634, 66.931745], [153.015595, 66.935838], [153.015591, 66.935846], [152.924637, 67.118509], [152.924635, 67.118513], [152.922595, 67.122611], [152.921344, 67.127005], [152.921341, 67.127015], [152.865494, 67.323294], [152.865492, 67.323302], [152.864244, 67.32769], [152.863822, 67.332235], [152.863822, 67.33224], [152.855078, 67.426609], [152.832077, 67.481422], [152.781829, 67.51318], [152.722449, 67.510435], [152.675346, 67.474176], [152.6575, 67.417475], [152.6575, 65.86484], [152.95, 65.86484], [152.950947, 65.874461], [152.959701, 65.918473], [152.96702, 65.936142], [153.000389, 65.986082], [153.013917, 65.99961], [153.063857, 66.032979], [153.081526, 66.040298], [153.125538, 66.049052], [153.13516, 66.05], [153.736967, 66.05], [153.747245, 66.047245], [153.75, 66.036967], [154.25, 66.036967], [154.252754, 66.047245], [154.263033, 66.05], [154.86484, 66.05], [154.874461, 66.049052], [154.918473, 66.040298], [154.936142, 66.032979], [154.986082, 65.99961], [154.99961, 65.986082], [155.032979, 65.936142], [155.040298, 65.918473], [155.049052, 65.874461], [155.05, 65.86484], [155.05, 65.263033], [155.047245, 65.252754], [155.036967, 65.25], [154.263033, 65.25], [154.252754, 65.252754], [154.25, 65.263033], [154.25, 66.036967], [153.75, 66.036967], [153.75, 65.263033], [153.747245, 65.252754], [153.736967, 65.25], [152.963033, 65.25], [152.952754, 65.252754], [152.95, 65.263033], [152.95, 65.86484], [152.6575, 65.86484], [152.6575, 64.736967], [152.95, 64.736967], [152.952754, 64.747245], [152.963033, 64.75], [153.736967, 64.75], [153.747245, 64.747245], [153.75, 64.736967], [154.25, 64.736967], [154.252754, 64.747245], [154.263033, 64.75], [155.036967, 64.75], [155.047245, 64.747245], [155.05, 64.736967], [155.05, 64.13516], [155.049052, 64.125538], [155.040298, 64.081526], [155.032979, 64.063857], [154.99961, 64.013917], [154.986082, 64.000389], [154.936142, 63.96702], [154.918473, 63.959701], [154.874461, 63.950947], [154.86484, 63.95], [154.263033, 63.95], [154.252754, 63.952754], [154.25, 63.963033], [154.25, 64.736967], [153.75, 64.736967], [153.75, 63.963033], [153.747245, 63.952754], [153.736967, 63.95], [153.13516, 63.95], [153.125538, 63.950947], [153.081526, 63.959701], [153.063857, 63.96702], [153.013917, 64.000389], [153.000389, 64.013917], [152.96702, 64.063857], [152.959701, 64.081526], [152.950947, 64.125538], [152.95, 64.13516], [152.95, 64.736967], [152.6575, 64.736967], [152.6575, 63.71484], [155.85, 63.71484], [155.850947, 63.724461], [155.859701, 63.768473], [155.86702, 63.786142], [155.900389, 63.836082], [155.913917, 63.84961], [155.963857, 63.882979], [155.981526, 63.890298], [156.025538, 63.899052], [156.03516, 63.9], [156.486967, 63.9], [156.497245, 63.897245], [156.5, 63.886967], [157.0, 63.886967], [157.002754, 63.897245], [157.013033, 63.9], [157.46484, 63.9], [157.474461, 63.899052], [157.518473, 63.890298], [157.536142, 63.882979], [157.586082, 63.84961], [157.59961, 63.836082], [157.632979, 63.786142], [157.640298, 63.768473], [157.649052, 63.724461], [157.65, 63.71484], [157.65, 62.763033], [157.647245, 62.752754], [157.636967, 62.75], [157.013033, 62.75], [157.002754, 62.752754], [157.0, 62.763033], [157.0, 63.886967], [156.5, 63.886967], [156.5, 62.763033], [156.497245, 62.752754], [156.486967, 62.75], [155.863033, 62.75], [155.852754, 62.752754], [155.85, 62.763033], [155.85, 63.71484], [152.6575, 63.71484], [152.6575, 63.566233], [152.6575, 63.563348], [152.64925, 63.49283], [152.635823, 63.436232], [152.611518, 63.369523], [152.572471, 63.310225], [152.535052, 63.26569], [152.53296, 63.263719], [152.532955, 63.263714], [152.48547, 63.218983], [152.485466, 63.218979], [152.483373, 63.217008], [152.15431, 62.972473], [151.217315, 62.276169], [151.21731, 62.276165], [151.21572, 62.274984], [151.183261, 62.254674], [151.176006, 62.250134], [151.175995, 62.250128], [151.174335, 62.249089], [151.172599, 62.248187], [151.172583, 62.248178], [151.142232, 62.232412], [151.138721, 62.230588], [151.134972, 62.229349], [151.134965, 62.229346], [151.050094, 62.201298], [151.050087, 62.201296], [151.046331, 62.200055], [151.042424, 62.199427], [151.042414, 62.199425], [151.008672, 62.194006], [151.008653, 62.194003], [151.006706, 62.193691], [151.00473, 62.193534], [151.004721, 62.193533], [150.965277, 62.190401], [150.958036, 62.189826], [150.956055, 62.189827], [150.956044, 62.189827], [144.709552, 62.19444], [144.709544, 62.19444], [144.706166, 62.194443], [144.702815, 62.194905], [144.702813, 62.194906], [144.627133, 62.20536], [144.627125, 62.205361], [144.623785, 62.205823], [144.620538, 62.206734], [144.620528, 62.206737], [144.561615, 62.223284], [144.561611, 62.223285], [144.558358, 62.224199], [144.55527, 62.225542], [144.555257, 62.225547], [144.488306, 62.254674], [144.4821, 62.257374], [144.476855, 62.261644], [144.47685, 62.261648], [144.420244, 62.307743], [144.420234, 62.307752], [144.417615, 62.309885], [144.415314, 62.31235], [144.415304, 62.31236], [144.373552, 62.3571], [144.373544, 62.357109], [144.37125, 62.359568], [144.369313, 62.362313], [144.369304, 62.362325], [144.325259, 62.424766], [144.325253, 62.424775], [144.323313, 62.427526], [144.321761, 62.430521], [144.321761, 62.430523], [144.035971, 62.98244], [143.995645, 63.02373], [143.939146, 63.035515], [143.885676, 63.01379], [143.363358, 62.589929], [142.976585, 62.276062], [142.931902, 62.245924], [142.926308, 62.242831], [142.896981, 62.226616], [142.896976, 62.226614], [142.893144, 62.224495], [142.888994, 62.223081], [142.888992, 62.22308], [142.795649, 62.191275], [142.795648, 62.191274], [142.791502, 62.189862], [142.787178, 62.1892], [142.787175, 62.1892], [142.74989, 62.183499], [142.749888, 62.183498], [142.747725, 62.183168], [142.745549, 62.183029], [142.745532, 62.183028], [142.696124, 62.179892], [142.696121, 62.179891], [142.693933, 62.179753], [142.691753, 62.179807], [142.691736, 62.179807], [140.166281, 62.242772], [140.166277, 62.242772], [140.163921, 62.242831], [140.161601, 62.24311], [140.161581, 62.243112], [140.108694, 62.249486], [140.108687, 62.249487], [140.106373, 62.249766], [140.104105, 62.250261], [140.104088, 62.250264], [140.062165, 62.259417], [140.062155, 62.259419], [140.059877, 62.259917], [140.057661, 62.260626], [140.057649, 62.26063], [140.006909, 62.276882], [140.006893, 62.276887], [140.00467, 62.2776], [140.002515, 62.278523], [140.002509, 62.278526], [138.409634, 62.961364], [138.354182, 62.967997], [138.303963, 62.943563], [138.274958, 62.895838], [138.276398, 62.84001], [138.307823, 62.793843], [138.362292, 62.749142], [138.369144, 62.74229], [138.494184, 62.589929], [138.499559, 62.581884], [138.592473, 62.408054], [138.59618, 62.399105], [138.636907, 62.264847], [138.636721, 62.253477], [138.625898, 62.25], [136.614102, 62.25], [136.603278, 62.253477], [136.603092, 62.264847], [136.643819, 62.399105], [136.647526, 62.408054], [136.74044, 62.581884], [136.745815, 62.589929], [136.870855, 62.74229], [136.877709, 62.749144], [137.03007, 62.874184], [137.038115, 62.879559], [137.211945, 62.972473], [137.220894, 62.97618], [137.315208, 63.00479], [137.361761, 63.035244], [137.384541, 63.085996], [137.376355, 63.14102], [137.339788, 63.182943], [137.286385, 63.198527], [135.843814, 63.19729], [135.843804, 63.19729], [135.8408, 63.197288], [135.837819, 63.197649], [135.837804, 63.19765], [135.795446, 63.202782], [135.786406, 63.203877], [135.732044, 63.195031], [135.690822, 63.158502], [135.6755, 63.105597], [135.6755, 63.039608], [135.688011, 62.991434], [135.72238, 62.955439], [135.776302, 62.922052], [135.933872, 62.778407], [136.062366, 62.608255], [136.157405, 62.417389], [136.215756, 62.21231], [136.235429, 62.0], [136.215756, 61.78769], [136.157405, 61.582611], [136.069476, 61.406023], [136.063055, 61.393128], [136.052782, 61.344427], [136.067505, 61.296883], [136.103502, 61.262511], [136.151676, 61.25], [136.667864, 61.25], [136.720827, 61.265359], [136.757357, 61.306669], [136.76612, 61.361114], [136.747238, 61.405167], [136.74852, 61.406023], [136.74044, 61.418115], [136.647526, 61.591945], [136.643819, 61.600894], [136.603092, 61.735152], [136.603278, 61.746522], [136.614102, 61.75], [138.625898, 61.75], [138.636721, 61.746522], [138.636907, 61.735152], [138.59618, 61.600894], [138.592473, 61.591945], [138.499559, 61.418115], [138.49148, 61.406023], [138.492761, 61.405167], [138.47388, 61.361114], [138.482643, 61.306669], [138.519173, 61.265359], [138.572136, 61.25], [153.704191, 61.25], [153.742077, 61.257536], [153.774195, 61.278996], [154.374516, 61.879317], [154.385987, 61.893083], [154.459786, 62.0], [154.471817, 62.017429], [154.476298, 62.021399], [154.476301, 62.021402], [154.505472, 62.047245], [154.599148, 62.130234], [154.749775, 62.20929], [154.914944, 62.25], [155.079068, 62.25], [155.085056, 62.25], [155.250225, 62.20929], [155.400852, 62.130234], [155.528183, 62.017429], [155.624818, 61.87743], [155.658432, 61.788794], [155.690891, 61.745236], [155.741445, 61.725361], [155.794876, 61.735153], [155.835097, 61.771663], [155.85, 61.823899], [155.85, 62.236967], [155.852754, 62.247245], [155.863033, 62.25], [156.486967, 62.25], [156.497245, 62.247245], [156.5, 62.236967], [157.0, 62.236967], [157.002754, 62.247245], [157.013033, 62.25], [157.636967, 62.25], [157.647245, 62.247245], [157.65, 62.236967], [157.65, 61.28516], [157.649052, 61.275538], [157.640298, 61.231526], [157.632979, 61.213857], [157.59961, 61.163917], [157.586082, 61.150389], [157.536142, 61.11702], [157.518473, 61.109701], [157.474461, 61.100947], [157.46484, 61.1], [157.013033, 61.1], [157.002754, 61.102754], [157.0, 61.113033], [157.0, 62.236967], [156.5, 62.236967], [156.5, 61.113033], [156.497245, 61.102754], [156.486967, 61.1], [156.03516, 61.1], [156.025538, 61.100947], [155.981526, 61.109701], [155.963857, 61.11702], [155.913917, 61.150389], [155.900389, 61.163917], [155.86702, 61.213857], [155.859701, 61.231526], [155.850948, 61.275535], [155.849929, 61.285879], [155.831144, 61.334848], [155.789979, 61.367348], [155.737988, 61.374259], [155.689763, 61.353639], [155.658839, 61.311277], [155.646786, 61.279496], [155.624818, 61.22157], [155.596769, 61.180935], [155.546425, 61.107999], [155.528183, 61.081571], [155.521373, 61.075538], [155.419881, 60.985624], [155.400852, 60.968766], [155.358876, 60.946735], [155.334881, 60.92908], [154.575306, 60.169505], [154.548212, 60.118815], [154.553846, 60.061615], [154.590309, 60.017186], [154.64531, 60.000501], [174.997961, 60.000501]], [[128.8, 61.263763], [128.836236, 61.3], [128.8495, 61.3495], [128.8495, 62.892008], [128.8495, 62.892025], [128.849501, 62.894864], [128.849828, 62.897685], [128.849829, 62.897699], [128.850624, 62.904551], [128.852415, 62.919991], [128.855422, 62.926801], [128.873611, 62.967997], [128.897794, 63.022765], [128.977235, 63.102206], [129.080009, 63.147585], [129.105135, 63.1505], [130.894864, 63.150499], [130.919991, 63.147585], [131.022765, 63.102206], [131.102206, 63.022765], [131.147585, 62.919991], [131.1505, 62.894865], [131.150499, 61.349499], [131.163762, 61.3], [131.199999, 61.263763], [131.249499, 61.2505], [131.468075, 61.2505], [131.516249, 61.263011], [131.552246, 61.297383], [131.566969, 61.344927], [131.556696, 61.393628], [131.464637, 61.578509], [131.464635, 61.578513], [131.462595, 61.582611], [131.461344, 61.587005], [131.461341, 61.587015], [131.405494, 61.783294], [131.405492, 61.783302], [131.404244, 61.78769], [131.403822, 61.792235], [131.403822, 61.79224], [131.391127, 61.929243], [131.384571, 62.0], [131.384993, 62.004554], [131.403727, 62.206737], [131.404244, 62.21231], [131.405493, 62.216699], [131.405494, 62.216705], [131.461341, 62.412984], [131.461343, 62.41299], [131.462595, 62.417389], [131.464636, 62.421489], [131.464637, 62.42149], [131.548508, 62.589929], [131.557634, 62.608255], [131.560396, 62.611912], [131.683365, 62.774749], [131.683368, 62.774752], [131.686128, 62.778407], [131.689514, 62.781494], [131.689518, 62.781498], [131.792196, 62.875103], [131.816065, 62.908276], [131.8245, 62.948264], [131.8245, 63.609237], [131.812387, 63.656688], [131.78201, 63.689309], [131.782512, 63.689979], [131.779673, 63.692103], [131.776707, 63.69401], [131.774045, 63.696315], [131.774039, 63.696321], [131.670714, 63.785851], [131.670705, 63.785859], [131.668046, 63.788164], [131.665735, 63.79083], [131.66573, 63.790836], [131.613381, 63.85125], [131.613376, 63.851256], [131.611063, 63.853926], [131.609156, 63.856893], [131.609148, 63.856904], [131.535244, 63.971902], [131.535239, 63.97191], [131.533331, 63.97488], [131.531866, 63.978086], [131.531862, 63.978095], [131.498651, 64.050817], [131.498647, 64.050827], [131.497185, 64.054029], [131.496193, 64.057406], [131.496189, 64.057418], [131.457673, 64.188593], [131.457671, 64.188601], [131.456678, 64.191984], [131.456176, 64.195473], [131.456174, 64.195484], [131.444799, 64.274601], [131.444798, 64.27461], [131.444295, 64.278111], [131.444295, 64.85], [131.444903, 64.853844], [131.444904, 64.853846], [131.458037, 64.93677], [131.458038, 64.936774], [131.459257, 64.944468], [131.464652, 64.955056], [131.475441, 64.999995], [131.464655, 65.044935], [131.462796, 65.048583], [131.462793, 65.048591], [131.459257, 65.055532], [131.458038, 65.063223], [131.458037, 65.063229], [131.450704, 65.109533], [131.444295, 65.15], [131.444295, 65.721889], [131.444798, 65.72539], [131.444799, 65.725398], [131.456174, 65.804515], [131.456175, 65.804523], [131.456678, 65.808016], [131.457671, 65.8114], [131.457673, 65.811406], [131.496189, 65.942581], [131.496191, 65.942588], [131.497185, 65.945971], [131.533331, 66.02512], [131.535242, 66.028095], [131.535244, 66.028097], [131.609148, 66.143095], [131.609151, 66.143099], [131.611063, 66.146074], [131.668046, 66.211836], [131.67072, 66.214153], [131.670722, 66.214155], [131.740331, 66.274472], [131.765554, 66.308165], [131.7745, 66.349291], [131.7745, 66.6735], [131.774922, 66.676712], [131.774923, 66.676713], [131.784487, 66.749362], [131.784488, 66.749371], [131.78491, 66.75257], [131.785744, 66.755684], [131.785746, 66.755692], [131.800143, 66.809419], [131.801791, 66.81557], [131.83231, 66.88925], [131.836259, 66.894396], [131.83626, 66.894398], [131.862625, 66.928757], [131.880601, 66.966995], [131.880996, 67.009246], [131.863738, 67.047813], [131.802061, 67.131382], [131.795203, 67.144357], [131.75484, 67.259709], [131.752288, 67.271392], [131.750215, 67.2935], [131.75, 67.298108], [131.75, 67.736967], [131.752754, 67.747245], [131.763033, 67.75], [132.676, 67.75], [132.7255, 67.763263], [132.761737, 67.7995], [132.775, 67.849], [132.775, 69.086966], [132.777754, 69.097244], [132.788033, 69.099999], [132.901888, 69.099999], [132.906504, 69.099783], [132.928608, 69.097711], [132.940288, 69.09516], [133.055642, 69.054796], [133.068617, 69.047938], [133.165817, 68.976201], [133.176201, 68.965817], [133.247938, 68.868617], [133.254796, 68.855642], [133.295159, 68.74029], [133.297711, 68.728607], [133.299784, 68.706499], [133.299999, 68.701891], [133.299999, 68.458916], [133.317941, 68.402077], [133.365265, 68.365841], [133.424816, 68.363342], [133.443397, 68.368361], [133.443403, 68.368362], [133.446527, 68.369206], [133.525452, 68.379775], [134.500741, 68.382141], [134.550139, 68.395485], [134.586277, 68.43171], [134.5995, 68.481141], [134.5995, 68.693102], [134.59985, 68.696019], [134.599851, 68.69603], [134.608004, 68.763921], [134.610123, 68.781564], [134.665639, 68.922342], [134.757078, 69.042922], [134.877658, 69.134361], [135.018436, 69.189877], [135.106898, 69.2005], [135.84015, 69.2005], [135.843102, 69.2005], [135.931564, 69.189877], [136.072342, 69.134361], [136.192922, 69.042922], [136.284361, 68.922342], [136.339877, 68.781564], [136.3505, 68.693102], [136.3505, 68.485871], [136.363804, 68.436302], [136.400139, 68.400054], [136.44974, 68.386871], [136.472376, 68.386925], [136.679597, 68.387429], [136.764678, 68.375557], [136.832107, 68.356189], [136.910515, 68.321103], [136.920637, 68.312527], [136.959911, 68.292198], [137.004127, 68.291001], [137.04445, 68.309178], [137.077658, 68.334361], [137.218436, 68.389877], [137.284477, 68.397807], [137.328343, 68.414236], [137.359747, 68.448993], [137.371657, 68.494297], [137.372679, 68.550377], [137.372739, 68.553655], [137.37323, 68.556884], [137.373231, 68.556895], [137.382496, 68.617814], [137.384895, 68.633588], [137.387554, 68.639601], [137.387555, 68.639604], [137.415099, 68.701888], [137.417595, 68.707532], [137.419306, 68.710329], [137.419309, 68.710334], [137.437637, 68.74029], [137.452096, 68.763921], [137.503053, 68.826703], [137.732254, 69.042922], [138.265098, 69.545585], [138.292275, 69.590122], [138.293035, 69.64229], [138.267169, 69.687601], [138.253024, 69.701746], [138.25, 69.713033], [138.25, 70.211967], [138.252754, 70.222245], [138.263033, 70.225], [138.991108, 70.225], [139.042881, 70.240949], [139.04345, 70.240018], [139.045543, 70.241294], [139.047593, 70.24269], [139.100969, 70.27171], [139.159033, 70.289594], [139.207913, 70.299461], [139.268362, 70.305501], [143.7075, 70.305501], [143.757, 70.318764], [143.793237, 70.355001], [143.8065, 70.404501], [143.8065, 71.52932], [143.792415, 71.580216], [143.754168, 71.61663], [143.702642, 71.628201], [143.652499, 71.611635], [143.623146, 71.592022], [143.605473, 71.584701], [143.561461, 71.575947], [143.55184, 71.575], [143.275033, 71.575], [143.264754, 71.577754], [143.262, 71.588033], [143.262, 72.201], [143.248737, 72.2505], [143.2125, 72.286737], [143.163, 72.3], [142.300033, 72.3], [142.289754, 72.302754], [142.287, 72.313033], [142.287, 72.33984], [142.287947, 72.349461], [142.296701, 72.393471], [142.299754, 72.40084], [142.305389, 72.458041], [142.278295, 72.508732], [142.241281, 72.545746], [142.241276, 72.545752], [142.234794, 72.552235], [142.231091, 72.56062], [142.231089, 72.560624], [142.192422, 72.648197], [142.19242, 72.648201], [142.189415, 72.655009], [142.188557, 72.662404], [142.188556, 72.662408], [142.18683, 72.677285], [142.186829, 72.677296], [142.1865, 72.680135], [142.1865, 72.682998], [142.1865, 72.682999], [142.1865, 73.317008], [142.1865, 73.317025], [142.186501, 73.319864], [142.186828, 73.322685], [142.186829, 73.322699], [142.188557, 73.337595], [142.189415, 73.344991], [142.192422, 73.351801], [142.229163, 73.435012], [142.237598, 73.475], [142.229163, 73.514988], [142.192422, 73.598197], [142.19242, 73.598201], [142.189415, 73.605009], [142.188556, 73.612406], [142.186603, 73.619589], [142.184563, 73.619034], [142.171253, 73.653423], [142.133129, 73.685196], [142.088001, 73.693785], [142.088001, 73.694501], [137.243342, 73.694501], [137.241718, 73.694488], [134.364031, 73.647266], [134.364027, 73.647266], [134.360297, 73.647205], [134.356597, 73.647706], [134.356591, 73.647707], [134.272815, 73.659067], [134.27281, 73.659067], [134.269108, 73.65957], [134.265526, 73.660623], [134.265522, 73.660624], [134.216136, 73.675144], [134.216123, 73.675148], [134.212548, 73.6762], [134.209162, 73.677782], [134.20916, 73.677783], [134.160548, 73.700499], [134.129187, 73.715154], [134.123654, 73.7202], [134.123649, 73.720204], [134.063974, 73.774636], [134.061206, 73.777161], [134.058854, 73.780067], [134.058846, 73.780077], [134.026481, 73.820088], [134.026476, 73.820094], [134.024127, 73.822999], [134.022246, 73.826216], [134.022232, 73.826237], [134.004386, 73.856768], [133.972454, 73.890083], [133.928888, 73.905304], [133.883157, 73.899122], [133.860469, 73.890333], [133.860463, 73.890331], [133.856198, 73.888679], [133.851703, 73.887838], [133.851697, 73.887837], [133.661414, 73.852267], [133.622433, 73.835776], [133.593903, 73.804513], [133.581037, 73.764192], [133.578469, 73.736791], [133.561027, 73.659857], [133.555988, 73.650223], [133.544718, 73.603676], [133.556617, 73.557283], [133.5889, 73.521905], [133.634013, 73.505821], [133.740992, 73.495285], [133.750492, 73.493395], [133.939105, 73.43618], [133.948054, 73.432473], [134.121884, 73.339559], [134.129929, 73.334184], [134.28229, 73.209144], [134.289144, 73.20229], [134.414184, 73.049929], [134.419559, 73.041884], [134.512473, 72.868054], [134.51618, 72.859105], [134.556907, 72.724847], [134.556721, 72.713477], [134.545898, 72.71], [132.552958, 72.71], [132.518987, 72.703989], [132.489141, 72.686686], [132.42197, 72.630049], [132.419119, 72.627645], [132.404462, 72.618664], [132.344046, 72.581643], [132.344044, 72.581642], [132.340865, 72.579694], [132.298628, 72.561888], [139.108001, 72.561888], [139.108216, 72.566504], [139.110288, 72.588608], [139.112839, 72.600288], [139.153203, 72.715642], [139.160061, 72.728617], [139.231798, 72.825817], [139.242182, 72.836201], [139.339382, 72.907938], [139.352357, 72.914796], [139.467709, 72.955159], [139.479392, 72.957711], [139.5015, 72.959784], [139.506108, 72.96], [139.944967, 72.96], [139.955245, 72.957245], [139.958, 72.946967], [139.958, 72.946966], [140.458, 72.946966], [140.460754, 72.957244], [140.471033, 72.959999], [140.909888, 72.959999], [140.914504, 72.959783], [140.936608, 72.957711], [140.948288, 72.95516], [141.063642, 72.914796], [141.076617, 72.907938], [141.173817, 72.836201], [141.184201, 72.825817], [141.255938, 72.728617], [141.262796, 72.715642], [141.303159, 72.60029], [141.305711, 72.588607], [141.307784, 72.566499], [141.308, 72.561892], [141.308, 72.448033], [141.305245, 72.437754], [141.294967, 72.435], [140.471033, 72.435], [140.460754, 72.437754], [140.458, 72.448033], [140.458, 72.946966], [139.958, 72.946966], [139.958, 72.448033], [139.955245, 72.437754], [139.944967, 72.435], [139.121034, 72.435], [139.110755, 72.437754], [139.108001, 72.448033], [139.108001, 72.561888], [132.298628, 72.561888], [132.286678, 72.55685], [132.283065, 72.555934], [132.283058, 72.555932], [132.20496, 72.536141], [132.204956, 72.53614], [132.197713, 72.534305], [132.190251, 72.534703], [132.190245, 72.534703], [132.109792, 72.539001], [132.109778, 72.539002], [132.106067, 72.539201], [132.10242, 72.539955], [132.102412, 72.539957], [132.052142, 72.550364], [132.052128, 72.550367], [132.048481, 72.551123], [132.044979, 72.55242], [132.044975, 72.552422], [131.969439, 72.580416], [131.969437, 72.580416], [131.962427, 72.583015], [131.956504, 72.587578], [131.956503, 72.587579], [131.89269, 72.636744], [131.892683, 72.63675], [131.889728, 72.639027], [131.887152, 72.641717], [131.887142, 72.641727], [131.851024, 72.679459], [131.818391, 72.702045], [131.779509, 72.71], [130.849, 72.71], [130.7995, 72.696737], [130.763263, 72.6605], [130.75, 72.611], [130.75, 72.196967], [131.25, 72.196967], [131.252754, 72.207245], [131.263033, 72.21], [132.005898, 72.21], [132.016721, 72.206522], [132.016907, 72.195152], [132.523092, 72.195152], [132.523278, 72.206522], [132.534102, 72.21], [133.276967, 72.21], [133.287245, 72.207245], [133.29, 72.196967], [133.79, 72.196967], [133.792754, 72.207245], [133.803033, 72.21], [134.545898, 72.21], [134.556721, 72.206522], [134.556907, 72.195152], [134.51618, 72.060894], [134.512473, 72.051945], [134.442998, 71.921967], [139.108, 71.921967], [139.110754, 71.932245], [139.121033, 71.935], [139.944967, 71.935], [139.955245, 71.932245], [139.958, 71.921967], [140.458, 71.921967], [140.460754, 71.932245], [140.471033, 71.935], [141.294966, 71.935], [141.305244, 71.932245], [141.307999, 71.921967], [141.307999, 71.808112], [141.307783, 71.803495], [141.306234, 71.786967], [142.287, 71.786967], [142.289754, 71.797245], [142.300033, 71.8], [142.748967, 71.8], [142.759245, 71.797245], [142.762, 71.786967], [142.762, 71.588033], [142.759245, 71.577754], [142.748967, 71.575], [142.47216, 71.575], [142.462538, 71.575947], [142.418526, 71.584701], [142.400857, 71.59202], [142.350917, 71.625389], [142.337389, 71.638917], [142.30402, 71.688857], [142.296701, 71.706526], [142.287947, 71.750538], [142.287, 71.76016], [142.287, 71.786967], [141.306234, 71.786967], [141.305711, 71.781391], [141.30316, 71.769711], [141.262796, 71.654357], [141.255938, 71.641382], [141.184201, 71.544182], [141.173817, 71.533798], [141.076617, 71.462061], [141.063642, 71.455203], [140.94829, 71.41484], [140.936607, 71.412288], [140.914499, 71.410215], [140.909892, 71.41], [140.471033, 71.41], [140.460754, 71.412754], [140.458, 71.423033], [140.458, 71.921967], [139.958, 71.921967], [139.958, 71.423034], [139.955245, 71.412755], [139.944967, 71.410001], [139.506112, 71.410001], [139.501495, 71.410216], [139.479391, 71.412288], [139.467711, 71.414839], [139.352357, 71.455203], [139.339382, 71.462061], [139.242182, 71.533798], [139.231798, 71.544182], [139.160061, 71.641382], [139.153203, 71.654357], [139.11284, 71.769709], [139.110288, 71.781392], [139.108215, 71.8035], [139.108, 71.808108], [139.108, 71.921967], [134.442998, 71.921967], [134.419559, 71.878115], [134.414184, 71.87007], [134.289144, 71.717709], [134.28229, 71.710855], [134.129929, 71.585815], [134.121884, 71.58044], [133.948054, 71.487526], [133.939105, 71.483819], [133.804847, 71.443092], [133.793477, 71.443278], [133.79, 71.454102], [133.79, 72.196967], [133.29, 72.196967], [133.29, 71.454102], [133.286522, 71.443278], [133.275152, 71.443092], [133.140894, 71.483819], [133.131945, 71.487526], [132.958115, 71.58044], [132.95007, 71.585815], [132.797709, 71.710855], [132.790855, 71.717709], [132.665815, 71.87007], [132.66044, 71.878115], [132.567526, 72.051945], [132.563819, 72.060894], [132.523092, 72.195152], [132.016907, 72.195152], [131.97618, 72.060894], [131.972473, 72.051945], [131.879559, 71.878115], [131.874184, 71.87007], [131.749144, 71.717709], [131.74229, 71.710855], [131.589929, 71.585815], [131.581884, 71.58044], [131.408054, 71.487526], [131.399105, 71.483819], [131.264847, 71.443092], [131.253477, 71.443278], [131.25, 71.454102], [131.25, 72.196967], [130.75, 72.196967], [130.75, 71.454105], [130.743947, 71.435267], [130.739302, 71.409431], [130.737026, 71.358715], [130.729529, 71.313063], [130.709617, 71.243994], [130.705625, 71.236966], [130.675562, 71.184034], [130.675561, 71.184032], [130.674117, 71.18149], [130.672387, 71.17914], [130.672383, 71.179133], [130.648424, 71.146579], [130.646695, 71.144229], [130.597576, 71.091752], [130.529671, 71.034496], [130.313101, 70.851888], [136.900001, 70.851888], [136.900216, 70.856504], [136.902288, 70.878608], [136.904839, 70.890288], [136.945203, 71.005642], [136.952061, 71.018617], [137.023798, 71.115817], [137.034182, 71.126201], [137.131382, 71.197938], [137.144357, 71.204796], [137.259709, 71.245159], [137.271392, 71.247711], [137.2935, 71.249784], [137.298108, 71.25], [137.736967, 71.25], [137.747245, 71.247245], [137.75, 71.236967], [137.75, 71.236966], [138.25, 71.236966], [138.252754, 71.247244], [138.263033, 71.249999], [138.701888, 71.249999], [138.706504, 71.249783], [138.728608, 71.247711], [138.740288, 71.24516], [138.855642, 71.204796], [138.868617, 71.197938], [138.965817, 71.126201], [138.976201, 71.115817], [139.047938, 71.018617], [139.054796, 71.005642], [139.095159, 70.89029], [139.097711, 70.878607], [139.099784, 70.856499], [139.1, 70.851892], [139.1, 70.738033], [139.097245, 70.727754], [139.086967, 70.725], [138.263033, 70.725], [138.252754, 70.727754], [138.25, 70.738033], [138.25, 71.236966], [137.75, 71.236966], [137.75, 70.738033], [137.747245, 70.727754], [137.736967, 70.725], [136.913034, 70.725], [136.902755, 70.727754], [136.900001, 70.738033], [136.900001, 70.851888], [130.313101, 70.851888], [129.554165, 70.211967], [136.9, 70.211967], [136.902754, 70.222245], [136.913033, 70.225], [137.736967, 70.225], [137.747245, 70.222245], [137.75, 70.211967], [137.75, 69.713034], [137.747245, 69.702755], [137.736967, 69.700001], [137.298112, 69.700001], [137.293495, 69.700216], [137.271391, 69.702288], [137.259711, 69.704839], [137.144357, 69.745203], [137.131382, 69.752061], [137.034182, 69.823798], [137.023798, 69.834182], [136.952061, 69.931382], [136.945203, 69.944357], [136.90484, 70.059709], [136.902288, 70.071392], [136.900215, 70.0935], [136.9, 70.098108], [136.9, 70.211967], [129.554165, 70.211967], [129.175622, 69.892786], [129.175619, 69.892784], [129.173965, 69.891389], [129.1722, 69.890148], [129.17219, 69.89014], [129.134014, 69.863294], [129.130222, 69.860627], [129.126433, 69.858431], [129.10411, 69.845493], [129.104104, 69.84549], [129.100351, 69.843315], [129.096273, 69.841826], [129.09627, 69.841825], [129.00436, 69.808276], [129.004358, 69.808275], [129.000275, 69.806785], [128.995995, 69.806029], [128.99599, 69.806028], [128.968425, 69.801162], [128.96842, 69.801161], [128.966277, 69.800783], [128.964133, 69.800595], [128.964112, 69.800593], [128.915148, 69.796318], [128.915139, 69.796317], [128.913002, 69.796131], [128.910847, 69.796132], [128.910844, 69.796132], [124.480719, 69.798488], [124.480702, 69.798488], [124.478419, 69.79849], [124.476139, 69.798703], [124.476125, 69.798704], [124.424334, 69.803551], [124.424318, 69.803553], [124.422055, 69.803765], [124.419818, 69.804186], [124.419812, 69.804187], [124.388397, 69.810102], [124.388391, 69.810103], [124.386157, 69.810524], [124.383977, 69.811148], [124.383961, 69.811152], [124.333951, 69.825472], [124.333933, 69.825477], [124.33174, 69.826106], [124.329608, 69.826936], [124.329593, 69.826942], [123.399561, 70.189436], [123.399554, 70.189439], [123.396104, 70.190784], [123.392897, 70.192626], [123.392888, 70.192631], [123.320208, 70.234394], [123.3202, 70.234399], [123.316995, 70.236241], [123.314098, 70.238542], [123.314089, 70.238549], [123.27413, 70.2703], [123.274123, 70.270305], [123.271215, 70.272617], [123.268678, 70.275342], [123.268678, 70.275343], [123.214123, 70.333964], [123.214119, 70.333968], [123.209055, 70.339411], [123.205824, 70.346103], [123.205821, 70.346109], [123.171006, 70.41824], [123.171001, 70.418251], [123.169393, 70.421584], [123.168299, 70.425121], [123.168297, 70.425128], [123.15322, 70.473904], [123.153217, 70.473913], [123.152125, 70.477449], [123.151571, 70.481112], [123.15157, 70.48112], [123.139054, 70.563998], [123.1385, 70.567668], [123.1385, 70.91827], [123.1385, 71.211361], [123.138912, 71.214525], [123.138913, 71.214535], [123.148288, 71.286474], [123.14829, 71.286487], [123.148704, 71.289659], [123.16171, 71.33871], [123.162923, 71.341672], [123.162927, 71.341683], [123.187896, 71.402638], [123.191639, 71.411775], [123.239294, 71.474729], [123.274893, 71.510892], [123.277423, 71.51287], [123.277427, 71.512874], [123.332031, 71.555574], [123.332033, 71.555575], [123.337093, 71.559532], [123.375173, 71.575833], [123.411993, 71.60314], [123.432566, 71.64411], [123.432476, 71.689954], [123.38949, 71.869002], [123.389488, 71.869012], [123.388585, 71.872775], [123.388281, 71.876637], [123.38828, 71.876644], [123.375337, 72.041101], [123.369128, 72.12], [123.369433, 72.123875], [123.387884, 72.358329], [123.388585, 72.367225], [123.389488, 72.370989], [123.38949, 72.370997], [123.432476, 72.550044], [123.432566, 72.595888], [123.411994, 72.636857], [123.375171, 72.664166], [123.337093, 72.680467], [123.332038, 72.684419], [123.332031, 72.684424], [123.277427, 72.727124], [123.277414, 72.727135], [123.274893, 72.729107], [123.272642, 72.731393], [123.272636, 72.731399], [123.241544, 72.762984], [123.239294, 72.76527], [123.237361, 72.767823], [123.237358, 72.767827], [123.195514, 72.823104], [123.195511, 72.823107], [123.191639, 72.828224], [123.189206, 72.834163], [123.189204, 72.834167], [123.162927, 72.898315], [123.162921, 72.898331], [123.16171, 72.901289], [123.160888, 72.904388], [123.160886, 72.904395], [123.150356, 72.944111], [123.148704, 72.95034], [123.148291, 72.953508], [123.148288, 72.953524], [123.138913, 73.025463], [123.138912, 73.025474], [123.1385, 73.028638], [123.1385, 73.166772], [123.138885, 73.169835], [123.138886, 73.169847], [123.143102, 73.203368], [123.132808, 73.261205], [123.091551, 73.303027], [123.033858, 73.314105], [122.980045, 73.290539], [122.860532, 73.186981], [122.85288, 73.181531], [122.679111, 73.081206], [122.670584, 73.077312], [122.480969, 73.011685], [122.477983, 73.010961], [122.469121, 73.012235], [122.466, 73.022866], [122.466, 74.920967], [122.468754, 74.931245], [122.479033, 74.934], [123.302967, 74.934], [123.313245, 74.931245], [123.316, 74.920967], [123.316, 74.03395], [123.315776, 74.029255], [123.301483, 73.879571], [123.299706, 73.87035], [123.243179, 73.677838], [123.238069, 73.665074], [123.231731, 73.616083], [123.249855, 73.570128], [123.287928, 73.538652], [123.336471, 73.529491], [123.383396, 73.544927], [123.711689, 73.755335], [123.714867, 73.756788], [123.714871, 73.75679], [123.731058, 73.76419], [123.789865, 73.791075], [123.842758, 73.806724], [123.920062, 73.818131], [123.95991, 73.83329], [123.989688, 73.863803], [124.024631, 73.920013], [124.062086, 73.964085], [124.06485, 73.9665], [124.127266, 74.021042], [124.127271, 74.021045], [124.130027, 74.023454], [125.931702, 75.178174], [126.520433, 75.5555], [126.732173, 75.691207], [126.757542, 75.702764], [126.799759, 75.739294], [126.8155, 75.792856], [126.8155, 77.426008], [126.8155, 77.426025], [126.815501, 77.428864], [126.815828, 77.431685], [126.815829, 77.431699], [126.817557, 77.446595], [126.818415, 77.453991], [126.828339, 77.476468], [126.855093, 77.537061], [126.863794, 77.556765], [126.943235, 77.636206], [127.046009, 77.681585], [127.071135, 77.6845], [127.4165, 77.6845], [127.466, 77.697763], [127.502237, 77.734], [127.5155, 77.7835], [127.5155, 78.451546], [127.513237, 78.472592], [127.513146, 78.473005], [127.513145, 78.47301], [127.511641, 78.479927], [127.512146, 78.486988], [127.512146, 78.48699], [127.515248, 78.530356], [127.5155, 78.537419], [127.5155, 78.551799], [127.516, 78.555283], [127.516002, 78.555299], [127.517547, 78.566042], [127.518302, 78.573063], [127.521909, 78.623483], [127.52438, 78.630111], [127.524382, 78.630116], [127.524533, 78.63052], [127.529764, 78.651014], [127.529825, 78.651443], [127.529827, 78.651452], [127.530835, 78.658457], [127.533775, 78.664896], [127.533776, 78.664897], [127.551835, 78.704441], [127.554539, 78.71097], [127.56973, 78.7517], [127.569732, 78.751704], [127.572204, 78.758331], [127.576442, 78.763992], [127.576444, 78.763996], [127.576706, 78.764345], [127.587504, 78.782544], [127.590623, 78.789373], [127.623728, 78.827578], [127.628147, 78.833062], [127.636779, 78.844593], [127.64329, 78.851103], [127.646954, 78.854767], [127.651769, 78.85994], [127.669317, 78.880191], [127.684872, 78.898143], [127.690826, 78.901969], [127.690828, 78.901971], [127.691188, 78.902202], [127.707668, 78.915482], [127.849513, 79.057327], [127.970503, 79.178316], [127.991964, 79.210434], [127.9995, 79.24832], [127.9995, 80.935546], [127.997237, 80.956592], [127.997146, 80.957005], [127.997145, 80.95701], [127.995641, 80.963927], [127.996146, 80.970988], [127.996146, 80.97099], [127.999248, 81.014356], [127.9995, 81.021419], [127.9995, 81.035799], [128.0, 81.039283], [128.000002, 81.039299], [128.001547, 81.050042], [128.002302, 81.057063], [128.003297, 81.070967], [128.005909, 81.107483], [128.00838, 81.114111], [128.008382, 81.114116], [128.008533, 81.11452], [128.013764, 81.135014], [128.013825, 81.135443], [128.013827, 81.135452], [128.014835, 81.142457], [128.017775, 81.148896], [128.017776, 81.148897], [128.035835, 81.188441], [128.038539, 81.19497], [128.05373, 81.2357], [128.053732, 81.235704], [128.056204, 81.242331], [128.060442, 81.247992], [128.060444, 81.247996], [128.060706, 81.248345], [128.071504, 81.266544], [128.074623, 81.273373], [128.107728, 81.311578], [128.112147, 81.317062], [128.120779, 81.328593], [128.123273, 81.331087], [128.123274, 81.331088], [128.130961, 81.338775], [128.135776, 81.343948], [128.168872, 81.382143], [128.175186, 81.386201], [128.191666, 81.39948], [129.835811, 83.043625], [129.862501, 83.092385], [129.858708, 83.147841], [129.825627, 83.192512], [129.755322, 83.245826], [129.755317, 83.24583], [129.749922, 83.249922], [129.74583, 83.255317], [129.745827, 83.255321], [129.666727, 83.359629], [129.666724, 83.359633], [129.662636, 83.365025], [129.660154, 83.371318], [129.660151, 83.371324], [129.62182, 83.468526], [129.609641, 83.49941], [129.608884, 83.505708], [129.608884, 83.505711], [129.599851, 83.580927], [129.59985, 83.580939], [129.5995, 83.583856], [129.5995, 84.116144], [129.59985, 84.119061], [129.599851, 84.119072], [129.604079, 84.154278], [129.609641, 84.20059], [129.611969, 84.206495], [129.61197, 84.206496], [129.660151, 84.328675], [129.660152, 84.328678], [129.662636, 84.334975], [129.666726, 84.340369], [129.666727, 84.34037], [129.733553, 84.428493], [129.749922, 84.450078], [129.865025, 84.537364], [129.99941, 84.590359], [130.083856, 84.6005], [130.913192, 84.6005], [130.916144, 84.6005], [130.945051, 84.597028], [131.004266, 84.608413], [131.045893, 84.652041], [131.054486, 84.711726], [131.026859, 84.765326], [130.321682, 85.470504], [130.289564, 85.491964], [130.251678, 85.4995], [126.249499, 85.4995], [126.199999, 85.486237], [126.163762, 85.45], [126.150499, 85.4005], [126.150499, 85.107991], [126.150499, 85.105136], [126.147585, 85.080009], [126.102206, 84.977235], [126.022765, 84.897794], [126.014376, 84.89409], [126.014375, 84.894089], [125.926802, 84.855422], [125.926799, 84.855421], [125.919991, 84.852415], [125.912594, 84.851556], [125.912591, 84.851556], [125.897714, 84.84983], [125.897704, 84.849829], [125.894865, 84.8495], [125.892, 84.8495], [124.107991, 84.8495], [124.107973, 84.8495], [124.105136, 84.849501], [124.102315, 84.849828], [124.1023, 84.849829], [124.087404, 84.851557], [124.087401, 84.851557], [124.080009, 84.852415], [124.0732, 84.855421], [124.073198, 84.855422], [123.985624, 84.894089], [123.98562, 84.894091], [123.977235, 84.897794], [123.970753, 84.904275], [123.97075, 84.904278], [123.904278, 84.97075], [123.904275, 84.970753], [123.897794, 84.977235], [123.894091, 84.98562], [123.894089, 84.985624], [123.855422, 85.073197], [123.855422, 85.073198], [123.852415, 85.080009], [123.851557, 85.087404], [123.851556, 85.087408], [123.84983, 85.102285], [123.849829, 85.102296], [123.8495, 85.105135], [123.8495, 85.107991], [123.8495, 85.107999], [123.8495, 86.892008], [123.8495, 86.892025], [123.849501, 86.894864], [123.849828, 86.897685], [123.849829, 86.897699], [123.851557, 86.912591], [123.852415, 86.919991], [123.855422, 86.926801], [123.890367, 87.005946], [123.897794, 87.022765], [123.904277, 87.029248], [123.904278, 87.029249], [123.920504, 87.045475], [123.941964, 87.077593], [123.9495, 87.115479], [123.9495, 99.988921], [123.949442, 99.992301], [123.948084, 100.032071], [123.947238, 100.056826], [123.94884, 100.063401], [123.948841, 100.063407], [123.957266, 100.097978], [123.959159, 100.107936], [123.964007, 100.14321], [123.964008, 100.143215], [123.96493, 100.14992], [123.967995, 100.156977], [123.972932, 100.168341], [123.978313, 100.184344], [123.983067, 100.203852], [123.986385, 100.209754], [123.986386, 100.209755], [124.003833, 100.240785], [124.00834, 100.24986], [124.02522, 100.28872], [124.029491, 100.29397], [124.029492, 100.293971], [124.037892, 100.304296], [124.047388, 100.318249], [124.057234, 100.335759], [124.062021, 100.340546], [124.062022, 100.340547], [124.087199, 100.365724], [124.09399, 100.37325], [124.110944, 100.39409], [124.120722, 100.406108], [124.126253, 100.410012], [124.137123, 100.417685], [124.150036, 100.428561], [125.102903, 101.381428], [125.105252, 101.383859], [125.14932, 101.431044], [125.174205, 101.446177], [125.185519, 101.453057], [125.1939, 101.458761], [125.227658, 101.484361], [125.244362, 101.490948], [125.24634, 101.491728], [125.261454, 101.499234], [125.278618, 101.509672], [125.285138, 101.511499], [125.285141, 101.5115], [125.308081, 101.517927], [125.319416, 101.521103], [125.329016, 101.524331], [125.368436, 101.539876], [125.38841, 101.541929], [125.40499, 101.545079], [125.424335, 101.5505], [125.4667, 101.5505], [125.476824, 101.551019], [125.518972, 101.555352], [125.538761, 101.551939], [125.555582, 101.5505], [127.230967, 101.5505], [127.268853, 101.558036], [127.300971, 101.579496], [129.102889, 103.381413], [129.105238, 103.383844], [129.14932, 103.431044], [129.185525, 103.45306], [129.193893, 103.458756], [129.222255, 103.480265], [129.222262, 103.480268], [129.227658, 103.484361], [129.23396, 103.486846], [129.24634, 103.491728], [129.261454, 103.499234], [129.278618, 103.509672], [129.285138, 103.511499], [129.285141, 103.5115], [129.300357, 103.515763], [129.319416, 103.521103], [129.329016, 103.524331], [129.368436, 103.539876], [129.38841, 103.541929], [129.40499, 103.545079], [129.424335, 103.5505], [129.4667, 103.5505], [129.476824, 103.551019], [129.518972, 103.555352], [129.538761, 103.551939], [129.555582, 103.5505], [130.642886, 103.5505], [130.691568, 103.563296], [130.727665, 103.598377], [130.741846, 103.646673], [130.730445, 103.6957], [130.69641, 103.732784], [130.601456, 103.793806], [130.601443, 103.793815], [130.598483, 103.795718], [130.595815, 103.798029], [130.595808, 103.798035], [130.438953, 103.933951], [130.438946, 103.933957], [130.436272, 103.936275], [130.433954, 103.938949], [130.433948, 103.938956], [130.298034, 104.09581], [130.298033, 104.095812], [130.295716, 104.098486], [130.293809, 104.101453], [130.293801, 104.101464], [130.181588, 104.276072], [130.181583, 104.27608], [130.179675, 104.27905], [130.17821, 104.282256], [130.178206, 104.282265], [130.091978, 104.471078], [130.091974, 104.471088], [130.090512, 104.47429], [130.08952, 104.477667], [130.089516, 104.477679], [130.031038, 104.676841], [130.031037, 104.676846], [130.030043, 104.680232], [130.029541, 104.683721], [130.029539, 104.683732], [130.000001, 104.889174], [130.0, 104.889181], [129.999497, 104.892683], [129.999497, 104.896226], [129.999497, 104.997965], [129.999412, 105.002057], [129.990519, 105.217046], [129.99051, 105.217273], [129.981901, 105.414435], [129.981235, 105.422362], [129.954554, 105.636404], [129.954467, 105.63708], [129.928296, 105.835874], [129.927036, 105.843268], [129.882914, 106.053696], [129.882674, 106.054808], [129.839129, 106.251224], [129.83736, 106.258044], [129.776121, 106.463746], [129.775655, 106.465268], [129.715049, 106.657483], [129.712858, 106.663701], [129.634898, 106.863494], [129.634135, 106.865391], [129.556969, 107.051688], [129.554446, 107.057283], [129.460289, 107.249885], [129.459162, 107.252118], [129.366008, 107.431064], [129.36324, 107.436028], [129.253548, 107.620114], [129.251998, 107.62263], [129.143572, 107.792825], [129.140647, 107.797159], [129.016128, 107.971558], [129.014099, 107.974298], [128.891263, 108.134381], [128.888266, 108.138098], [128.749785, 108.301602], [128.747231, 108.304501], [128.610894, 108.453287], [128.607907, 108.456408], [128.456408, 108.607907], [128.453287, 108.610893], [128.304488, 108.747242], [128.301589, 108.749797], [128.138109, 108.888258], [128.134392, 108.891255], [127.974277, 109.014115], [127.971537, 109.016144], [127.797171, 109.14064], [127.792836, 109.143565], [127.622604, 109.252014], [127.620089, 109.253564], [127.436029, 109.36324], [127.431065, 109.366008], [127.252114, 109.459163], [127.249882, 109.46029], [127.057294, 109.554441], [127.051699, 109.556964], [126.865378, 109.634141], [126.863479, 109.634905], [126.663689, 109.712862], [126.657472, 109.715052], [126.465254, 109.775659], [126.463732, 109.776125], [126.258039, 109.837362], [126.251218, 109.839131], [126.054775, 109.88268], [126.053664, 109.88292], [125.843276, 109.927034], [125.835882, 109.928294], [125.637058, 109.95447], [125.636381, 109.954557], [125.422345, 109.981236], [125.41442, 109.981902], [125.218354, 109.990465], [125.218125, 109.990474], [125.004039, 109.999329], [124.995857, 109.999329], [124.782951, 109.990523], [124.782727, 109.99044], [124.782724, 109.990514], [124.585561, 109.981905], [124.577634, 109.981239], [124.363658, 109.954567], [124.362981, 109.95448], [124.164109, 109.928297], [124.156716, 109.927037], [123.946365, 109.882931], [123.945254, 109.882691], [123.748763, 109.839131], [123.741942, 109.837362], [123.536307, 109.776142], [123.534785, 109.775676], [123.342505, 109.71505], [123.336287, 109.712859], [123.136544, 109.634918], [123.134647, 109.634155], [122.948297, 109.556967], [122.942701, 109.554444], [122.750106, 109.460289], [122.747874, 109.459162], [122.56893, 109.36601], [122.563966, 109.363242], [122.379898, 109.253561], [122.377383, 109.252011], [122.207159, 109.143567], [122.202824, 109.140642], [122.028456, 109.016145], [122.025716, 109.014116], [121.865601, 108.891256], [121.861884, 108.888259], [121.698418, 108.74981], [121.695519, 108.747256], [121.546685, 108.610875], [121.543564, 108.607887], [121.392105, 108.456427], [121.389119, 108.453308], [121.34989, 108.410497], [121.252734, 108.30447], [121.250188, 108.30158], [121.111726, 108.138098], [121.10876, 108.13442], [120.985863, 107.974256], [120.983844, 107.97153], [120.955542, 107.93189], [120.859341, 107.797152], [120.856431, 107.792839], [120.747986, 107.622613], [120.746436, 107.620098], [120.71174, 107.561871], [120.636745, 107.436014], [120.633995, 107.431082], [120.54083, 107.252114], [120.539711, 107.249895], [120.445551, 107.05729], [120.443041, 107.051725], [120.365847, 106.865363], [120.3651, 106.863506], [120.365095, 106.863494], [120.287137, 106.663701], [120.287132, 106.663688], [120.284942, 106.657471], [120.224338, 106.465262], [120.223874, 106.463746], [120.162623, 106.25801], [120.160875, 106.25127], [120.117305, 106.054737], [120.117082, 106.053705], [120.072954, 105.843249], [120.071701, 105.835897], [120.045507, 105.636927], [120.04544, 105.636405], [120.045439, 105.636394], [120.018757, 105.422341], [120.018094, 105.414456], [120.009495, 105.217506], [120.000581, 105.002007], [120.00054, 105.0], [121.894615, 105.0], [121.894771, 105.002778], [121.913984, 105.344907], [121.913985, 105.344916], [121.914141, 105.347693], [121.914607, 105.350438], [121.914608, 105.350443], [121.926828, 105.422362], [121.972473, 105.691013], [121.973238, 105.69367], [121.973241, 105.693681], [122.016337, 105.843268], [122.068879, 106.025644], [122.06994, 106.028205], [122.069943, 106.028214], [122.165142, 106.258044], [122.202145, 106.347376], [122.203485, 106.3498], [122.203491, 106.349813], [122.36925, 106.649732], [122.369257, 106.649743], [122.370595, 106.652164], [122.572112, 106.936176], [122.804161, 107.195839], [123.063824, 107.427888], [123.347836, 107.629405], [123.350261, 107.630745], [123.350267, 107.630749], [123.650186, 107.796508], [123.650192, 107.79651], [123.652624, 107.797855], [123.974356, 107.931121], [124.308987, 108.027527], [124.652307, 108.085859], [125.0, 108.105385], [125.347693, 108.085859], [125.691013, 108.027527], [126.025644, 107.931121], [126.347376, 107.797855], [126.652164, 107.629405], [126.936176, 107.427888], [127.195839, 107.195839], [127.427888, 106.936176], [127.629405, 106.652164], [127.797855, 106.347376], [127.931121, 106.025644], [128.027527, 105.691013], [128.085859, 105.347693], [128.105385, 105.0], [128.085859, 104.652307], [128.027527, 104.308987], [127.931121, 103.974356], [127.797855, 103.652624], [127.794566, 103.646673], [127.630749, 103.350267], [127.630745, 103.350261], [127.629405, 103.347836], [127.427888, 103.063824], [127.195839, 102.804161], [126.936176, 102.572112], [126.652164, 102.370595], [126.649743, 102.369257], [126.649732, 102.36925], [126.349813, 102.203491], [126.3498, 102.203485], [126.347376, 102.202145], [126.343405, 102.2005], [126.028214, 102.069943], [126.028205, 102.06994], [126.025644, 102.068879], [126.022975, 102.06811], [126.022972, 102.068109], [125.693681, 101.973241], [125.69367, 101.973238], [125.691013, 101.972473], [125.629029, 101.961941], [125.350443, 101.914608], [125.350438, 101.914607], [125.347693, 101.914141], [125.344916, 101.913985], [125.344907, 101.913984], [125.002778, 101.894771], [125.0, 101.894615], [124.997222, 101.894771], [124.655092, 101.913984], [124.655081, 101.913985], [124.652307, 101.914141], [124.649563, 101.914607], [124.649556, 101.914608], [124.311729, 101.972007], [124.311726, 101.972007], [124.308987, 101.972473], [124.306333, 101.973237], [124.306318, 101.973241], [123.977027, 102.068109], [123.977018, 102.068111], [123.974356, 102.068879], [123.971799, 102.069937], [123.971785, 102.069943], [123.655194, 102.20108], [123.655187, 102.201083], [123.652624, 102.202145], [123.650206, 102.203481], [123.650186, 102.203491], [123.350267, 102.36925], [123.350248, 102.369261], [123.347836, 102.370595], [123.345576, 102.372197], [123.345572, 102.372201], [123.066091, 102.570503], [123.066085, 102.570507], [123.063824, 102.572112], [123.061756, 102.573959], [123.061751, 102.573964], [122.806239, 102.802303], [122.806229, 102.802312], [122.804161, 102.804161], [122.802312, 102.806229], [122.802303, 102.806239], [122.573964, 103.061751], [122.573959, 103.061756], [122.572112, 103.063824], [122.370595, 103.347836], [122.369261, 103.350248], [122.36925, 103.350267], [122.203491, 103.650186], [122.203481, 103.650206], [122.202145, 103.652624], [122.201083, 103.655187], [122.20108, 103.655194], [122.069943, 103.971785], [122.069937, 103.971799], [122.068879, 103.974356], [122.068111, 103.977018], [122.068109, 103.977027], [121.973241, 104.306318], [121.973237, 104.306333], [121.972473, 104.308987], [121.972007, 104.311726], [121.972007, 104.311729], [121.926844, 104.577543], [121.914141, 104.652307], [121.913985, 104.655081], [121.913984, 104.655092], [121.912376, 104.683729], [121.894615, 105.0], [120.00054, 105.0], [120.000497, 104.997917], [120.000497, 100.077565], [121.454625, 100.077565], [121.526893, 100.215263], [121.533647, 100.225048], [121.63843, 100.343324], [121.64733, 100.351208], [121.777375, 100.440971], [121.787898, 100.446494], [121.935647, 100.502528], [121.947192, 100.505374], [122.064689, 100.51964], [122.070644, 100.520001], [122.146964, 100.520001], [122.157242, 100.517246], [122.159997, 100.506968], [122.659997, 100.506968], [122.662751, 100.517246], [122.67303, 100.520001], [122.74935, 100.520001], [122.755304, 100.51964], [122.872801, 100.505374], [122.884346, 100.502528], [123.032095, 100.446494], [123.042618, 100.440971], [123.172663, 100.351208], [123.181563, 100.343324], [123.286346, 100.225048], [123.2931, 100.215263], [123.365368, 100.077565], [123.365089, 100.073343], [123.354318, 100.070001], [122.67303, 100.070001], [122.662751, 100.072755], [122.659997, 100.083034], [122.659997, 100.506968], [122.159997, 100.506968], [122.159997, 100.083034], [122.157242, 100.072755], [122.146964, 100.070001], [121.465676, 100.070001], [121.454904, 100.073343], [121.454625, 100.077565], [120.000497, 100.077565], [120.000497, 99.562436], [121.454625, 99.562436], [121.454904, 99.566658], [121.465676, 99.570001], [122.146964, 99.570001], [122.157242, 99.567246], [122.159997, 99.556968], [122.659997, 99.556968], [122.662751, 99.567246], [122.67303, 99.570001], [123.354318, 99.570001], [123.365089, 99.566658], [123.365368, 99.562436], [123.2931, 99.424738], [123.286346, 99.414953], [123.181563, 99.296677], [123.172663, 99.288793], [123.042618, 99.19903], [123.032095, 99.193507], [122.884346, 99.137473], [122.872801, 99.134627], [122.755304, 99.120361], [122.74935, 99.120001], [122.67303, 99.120001], [122.662751, 99.122755], [122.659997, 99.133034], [122.659997, 99.556968], [122.159997, 99.556968], [122.159997, 99.133034], [122.157242, 99.122755], [122.146964, 99.120001], [122.070644, 99.120001], [122.064689, 99.120361], [121.947192, 99.134627], [121.935647, 99.137473], [121.787898, 99.193507], [121.777375, 99.19903], [121.64733, 99.288793], [121.63843, 99.296677], [121.533647, 99.414953], [121.526893, 99.424738], [121.454625, 99.562436], [120.000497, 99.562436], [120.000497, 91.437565], [121.454625, 91.437565], [121.526893, 91.575263], [121.533647, 91.585048], [121.63843, 91.703324], [121.64733, 91.711208], [121.777375, 91.800971], [121.787898, 91.806494], [121.935647, 91.862528], [121.947192, 91.865374], [122.064689, 91.87964], [122.070644, 91.880001], [122.146964, 91.880001], [122.157242, 91.877246], [122.159997, 91.866968], [122.659997, 91.866968], [122.662751, 91.877246], [122.67303, 91.880001], [122.74935, 91.880001], [122.755304, 91.87964], [122.872801, 91.865374], [122.884346, 91.862528], [123.032095, 91.806494], [123.042618, 91.800971], [123.172663, 91.711208], [123.181563, 91.703324], [123.286346, 91.585048], [123.2931, 91.575263], [123.365368, 91.437565], [123.365089, 91.433343], [123.354318, 91.430001], [122.67303, 91.430001], [122.662751, 91.432755], [122.659997, 91.443034], [122.659997, 91.866968], [122.159997, 91.866968], [122.159997, 91.443034], [122.157242, 91.432755], [122.146964, 91.430001], [121.465676, 91.430001], [121.454904, 91.433343], [121.454625, 91.437565], [120.000497, 91.437565], [120.000497, 90.922436], [121.454625, 90.922436], [121.454904, 90.926658], [121.465676, 90.930001], [122.146964, 90.930001], [122.157242, 90.927246], [122.159997, 90.916968], [122.659997, 90.916968], [122.662751, 90.927246], [122.67303, 90.930001], [123.354318, 90.930001], [123.365089, 90.926658], [123.365368, 90.922436], [123.2931, 90.784738], [123.286346, 90.774953], [123.181563, 90.656677], [123.172663, 90.648793], [123.042618, 90.55903], [123.032095, 90.553507], [122.884346, 90.497473], [122.872801, 90.494627], [122.755304, 90.480361], [122.74935, 90.480001], [122.67303, 90.480001], [122.662751, 90.482755], [122.659997, 90.493034], [122.659997, 90.916968], [122.159997, 90.916968], [122.159997, 90.493034], [122.157242, 90.482755], [122.146964, 90.480001], [122.070644, 90.480001], [122.064689, 90.480361], [121.947192, 90.494627], [121.935647, 90.497473], [121.787898, 90.553507], [121.777375, 90.55903], [121.64733, 90.648793], [121.63843, 90.656677], [121.533647, 90.774953], [121.526893, 90.784738], [121.454625, 90.922436], [120.000497, 90.922436], [120.000497, 86.264847], [121.443092, 86.264847], [121.483819, 86.399105], [121.487526, 86.408054], [121.58044, 86.581884], [121.585815, 86.589929], [121.710855, 86.74229], [121.717709, 86.749144], [121.87007, 86.874184], [121.878115, 86.879559], [122.051945, 86.972473], [122.060894, 86.97618], [122.195152, 87.016907], [122.206522, 87.016721], [122.21, 87.005898], [122.71, 87.005898], [122.713477, 87.016721], [122.724847, 87.016907], [122.859105, 86.97618], [122.868054, 86.972473], [123.041884, 86.879559], [123.049929, 86.874184], [123.20229, 86.749144], [123.209144, 86.74229], [123.334184, 86.589929], [123.339559, 86.581884], [123.432473, 86.408054], [123.43618, 86.399105], [123.476907, 86.264847], [123.476721, 86.253477], [123.465898, 86.25], [122.723033, 86.25], [122.712754, 86.252754], [122.71, 86.263033], [122.71, 87.005898], [122.21, 87.005898], [122.21, 86.263033], [122.207245, 86.252754], [122.196967, 86.25], [121.454102, 86.25], [121.443278, 86.253477], [121.443092, 86.264847], [120.000497, 86.264847], [120.000497, 85.735152], [121.443092, 85.735152], [121.443278, 85.746522], [121.454102, 85.75], [122.196967, 85.75], [122.207245, 85.747245], [122.21, 85.736967], [122.71, 85.736967], [122.712754, 85.747245], [122.723033, 85.75], [123.465898, 85.75], [123.476721, 85.746522], [123.476907, 85.735152], [123.43618, 85.600894], [123.432473, 85.591945], [123.339559, 85.418115], [123.334184, 85.41007], [123.209144, 85.257709], [123.20229, 85.250855], [123.049929, 85.125815], [123.041884, 85.12044], [122.868054, 85.027526], [122.859105, 85.023819], [122.724847, 84.983092], [122.713477, 84.983278], [122.71, 84.994102], [122.71, 85.736967], [122.21, 85.736967], [122.21, 84.994102], [122.206522, 84.983278], [122.195152, 84.983092], [122.060894, 85.023819], [122.051945, 85.027526], [121.878115, 85.12044], [121.87007, 85.125815], [121.717709, 85.250855], [121.710855, 85.257709], [121.585815, 85.41007], [121.58044, 85.418115], [121.487526, 85.591945], [121.483819, 85.600894], [121.443092, 85.735152], [120.000497, 85.735152], [120.000497, 83.724847], [121.443092, 83.724847], [121.483819, 83.859105], [121.487526, 83.868054], [121.58044, 84.041884], [121.585815, 84.049929], [121.710855, 84.20229], [121.717709, 84.209144], [121.87007, 84.334184], [121.878115, 84.339559], [122.051945, 84.432473], [122.060894, 84.43618], [122.195152, 84.476907], [122.206522, 84.476721], [122.21, 84.465898], [122.71, 84.465898], [122.713477, 84.476721], [122.724847, 84.476907], [122.859105, 84.43618], [122.868054, 84.432473], [123.041884, 84.339559], [123.049929, 84.334184], [123.20229, 84.209144], [123.209144, 84.20229], [123.334184, 84.049929], [123.339559, 84.041884], [123.432473, 83.868054], [123.43618, 83.859105], [123.476907, 83.724847], [123.476721, 83.713477], [123.465898, 83.71], [122.723033, 83.71], [122.712754, 83.712754], [122.71, 83.723033], [122.71, 84.465898], [122.21, 84.465898], [122.21, 83.723033], [122.207245, 83.712754], [122.196967, 83.71], [121.454102, 83.71], [121.443278, 83.713477], [121.443092, 83.724847], [120.000497, 83.724847], [120.000497, 83.195152], [121.443092, 83.195152], [121.443278, 83.206522], [121.454102, 83.21], [122.196967, 83.21], [122.207245, 83.207245], [122.21, 83.196967], [122.21, 82.454102], [122.206522, 82.443278], [122.195152, 82.443092], [122.060894, 82.483819], [122.051945, 82.487526], [121.878115, 82.58044], [121.87007, 82.585815], [121.717709, 82.710855], [121.710855, 82.717709], [121.585815, 82.87007], [121.58044, 82.878115], [121.487526, 83.051945], [121.483819, 83.060894], [121.443092, 83.195152], [120.000497, 83.195152], [120.000497, 79.638021], [120.018881, 79.580558], [120.067204, 79.544436], [120.12752, 79.54307], [120.177429, 79.576967], [120.194828, 79.599176], [120.198371, 79.603991], [120.228264, 79.647298], [120.231668, 79.652229], [120.236148, 79.656198], [120.23615, 79.6562], [120.275532, 79.691089], [120.279887, 79.695188], [122.880233, 82.295534], [122.906021, 82.340541], [122.905512, 82.39241], [122.878845, 82.436902], [122.833341, 82.461802], [122.781491, 82.460275], [122.724847, 82.443092], [122.713477, 82.443278], [122.71, 82.454102], [122.71, 83.196967], [122.712754, 83.207245], [122.723033, 83.21], [123.465898, 83.21], [123.476721, 83.206522], [123.476907, 83.195153], [123.459724, 83.138508], [123.458196, 83.086659], [123.483096, 83.041154], [123.527588, 83.014487], [123.579458, 83.013978], [123.624465, 83.039766], [123.82868, 83.243981], [123.851792, 83.280364], [123.857254, 83.323119], [123.847303, 83.430511], [123.844571, 83.46], [123.844993, 83.464554], [123.863495, 83.664235], [123.864244, 83.67231], [123.865493, 83.676699], [123.865494, 83.676705], [123.921341, 83.872984], [123.921343, 83.87299], [123.922595, 83.877389], [123.924636, 83.881489], [123.924637, 83.88149], [124.008508, 84.049929], [124.017634, 84.068255], [124.05601, 84.119072], [124.143365, 84.234749], [124.143368, 84.234752], [124.146128, 84.238407], [124.149511, 84.241491], [124.149512, 84.241492], [124.297854, 84.376725], [124.303698, 84.382052], [124.307588, 84.384461], [124.30759, 84.384462], [124.320218, 84.392281], [124.484981, 84.494298], [124.683802, 84.571321], [124.89339, 84.6105], [125.102027, 84.6105], [125.10661, 84.6105], [125.316198, 84.571321], [125.515019, 84.494298], [125.696302, 84.382052], [125.702569, 84.376338], [125.733503, 84.357185], [125.769266, 84.3505], [127.125237, 84.3505], [127.169276, 84.360834], [127.20412, 84.38968], [127.241742, 84.439291], [127.249922, 84.450078], [127.365025, 84.537364], [127.49941, 84.590359], [127.583856, 84.6005], [128.413192, 84.6005], [128.416144, 84.6005], [128.50059, 84.590359], [128.634975, 84.537364], [128.750078, 84.450078], [128.837364, 84.334975], [128.890359, 84.20059], [128.9005, 84.116144], [128.9005, 83.583856], [128.890359, 83.49941], [128.837364, 83.365025], [128.750078, 83.249922], [128.677855, 83.195153], [128.64037, 83.166727], [128.640369, 83.166726], [128.634975, 83.162636], [128.628678, 83.160152], [128.628675, 83.160151], [128.506496, 83.11197], [128.506495, 83.111969], [128.50059, 83.109641], [128.494289, 83.108884], [128.494288, 83.108884], [128.419072, 83.099851], [128.419061, 83.09985], [128.416144, 83.0995], [127.583856, 83.0995], [127.580939, 83.09985], [127.580927, 83.099851], [127.505711, 83.108884], [127.505708, 83.108884], [127.49941, 83.109641], [127.493506, 83.111969], [127.493503, 83.11197], [127.371324, 83.160151], [127.371318, 83.160154], [127.365025, 83.162636], [127.359633, 83.166724], [127.359629, 83.166727], [127.255321, 83.245827], [127.255317, 83.24583], [127.249922, 83.249922], [127.24583, 83.255317], [127.245826, 83.255322], [127.20412, 83.31032], [127.169276, 83.339166], [127.125237, 83.3495], [126.235441, 83.3495], [126.188605, 83.33772], [126.152915, 83.305185], [126.136863, 83.259636], [126.136463, 83.255321], [126.135756, 83.24769], [126.077405, 83.042611], [125.982366, 82.851745], [125.892747, 82.733071], [125.856634, 82.68525], [125.856632, 82.685247], [125.853872, 82.681593], [125.81742, 82.648362], [125.699683, 82.54103], [125.699681, 82.541028], [125.696302, 82.537948], [125.692413, 82.53554], [125.692409, 82.535537], [125.543405, 82.443278], [125.515019, 82.425702], [125.429082, 82.39241], [125.320467, 82.350332], [125.320459, 82.350329], [125.316198, 82.348679], [125.272664, 82.340541], [125.111116, 82.310342], [125.111112, 82.310341], [125.10661, 82.3095], [124.89339, 82.3095], [124.888891, 82.31034], [124.88888, 82.310342], [124.870048, 82.313863], [124.822573, 82.311118], [124.781854, 82.286553], [123.748305, 81.253004], [123.721211, 81.202314], [123.726845, 81.145114], [123.763308, 81.100685], [123.818309, 81.084], [124.752967, 81.084], [124.763245, 81.081245], [124.766, 81.070967], [125.266, 81.070967], [125.268754, 81.081245], [125.279033, 81.084], [126.16605, 81.084], [126.170744, 81.083776], [126.320428, 81.069483], [126.329649, 81.067706], [126.522161, 81.011179], [126.530882, 81.007687], [126.709216, 80.915751], [126.717119, 80.910672], [126.874829, 80.786646], [126.881632, 80.78016], [127.013018, 80.628532], [127.018468, 80.62088], [127.118793, 80.447111], [127.122687, 80.438584], [127.188314, 80.248969], [127.189038, 80.245983], [127.187764, 80.237121], [127.177134, 80.234], [125.279033, 80.234], [125.268754, 80.236754], [125.266, 80.247033], [125.266, 81.070967], [124.766, 81.070967], [124.766, 80.247033], [124.763245, 80.236754], [124.752967, 80.234], [122.859777, 80.234], [122.822013, 80.245742], [122.821341, 80.246225], [122.820253, 80.246289], [122.817998, 80.246991], [122.817824, 80.246434], [122.766416, 80.249491], [122.71823, 80.222929], [122.217317, 79.722016], [122.842961, 79.722016], [122.844235, 79.730878], [122.854866, 79.734], [124.752967, 79.734], [124.763245, 79.731245], [124.766, 79.720967], [125.266, 79.720967], [125.268754, 79.731245], [125.279033, 79.734], [127.172223, 79.734], [127.182996, 79.730649], [127.183712, 79.719385], [127.161341, 79.62717], [127.158273, 79.618304], [127.07492, 79.435785], [127.070227, 79.427657], [126.953842, 79.264219], [126.947691, 79.25712], [126.802483, 79.118664], [126.795095, 79.112854], [126.626308, 79.004382], [126.617965, 79.00008], [126.431699, 78.925511], [126.422679, 78.922862], [126.225671, 78.884893], [126.216318, 78.884], [125.279033, 78.884], [125.268754, 78.886754], [125.266, 78.897033], [125.266, 79.720967], [124.766, 79.720967], [124.766, 78.897033], [124.763245, 78.886754], [124.752967, 78.884], [123.86595, 78.884], [123.861255, 78.884223], [123.711571, 78.898516], [123.70235, 78.900293], [123.509838, 78.95682], [123.501117, 78.960312], [123.322783, 79.052248], [123.31488, 79.057327], [123.15717, 79.181353], [123.150367, 79.187839], [123.018981, 79.339467], [123.013531, 79.347119], [122.913206, 79.520888], [122.909312, 79.529415], [122.843685, 79.71903], [122.842961, 79.722016], [122.217317, 79.722016], [121.445496, 78.950195], [121.424036, 78.918077], [121.4165, 78.880191], [121.4165, 78.48984], [123.4745, 78.48984], [123.475447, 78.499461], [123.484201, 78.543473], [123.49152, 78.561142], [123.524889, 78.611082], [123.538417, 78.62461], [123.588357, 78.657979], [123.606026, 78.665298], [123.650038, 78.674052], [123.65966, 78.675], [124.686467, 78.675], [124.696745, 78.672245], [124.6995, 78.661967], [125.1995, 78.661967], [125.202254, 78.672245], [125.212533, 78.675], [126.23934, 78.675], [126.248961, 78.674052], [126.292973, 78.665298], [126.310642, 78.657979], [126.360582, 78.62461], [126.37411, 78.611082], [126.407479, 78.561142], [126.414798, 78.543473], [126.423552, 78.499461], [126.4245, 78.48984], [126.4245, 77.463033], [126.421745, 77.452754], [126.411467, 77.45], [125.212533, 77.45], [125.202254, 77.452754], [125.1995, 77.463033], [125.1995, 78.661967], [124.6995, 78.661967], [124.6995, 77.463033], [124.696745, 77.452754], [124.686467, 77.45], [123.487533, 77.45], [123.477254, 77.452754], [123.4745, 77.463033], [123.4745, 78.48984], [121.4165, 78.48984], [121.4165, 77.262701], [121.430966, 77.211175], [121.470136, 77.174706], [121.522563, 77.163953], [121.572926, 77.182058], [121.579117, 77.186467], [121.752888, 77.286793], [121.761415, 77.290687], [121.95103, 77.356314], [121.954016, 77.357038], [121.962878, 77.355764], [121.966, 77.345134], [121.966, 77.340223], [122.466, 77.340223], [122.46935, 77.350996], [122.480614, 77.351712], [122.572829, 77.329341], [122.581695, 77.326273], [122.764214, 77.24292], [122.772342, 77.238227], [122.93578, 77.121842], [122.942879, 77.115691], [123.081335, 76.970483], [123.087145, 76.963095], [123.195617, 76.794308], [123.199919, 76.785965], [123.274488, 76.599699], [123.277137, 76.59068], [123.278289, 76.584705], [123.305163, 76.533771], [123.355839, 76.506412], [123.413168, 76.511886], [123.45775, 76.54834], [123.4745, 76.60344], [123.4745, 76.936967], [123.477254, 76.947245], [123.487533, 76.95], [124.686467, 76.95], [124.696745, 76.947245], [124.6995, 76.936967], [125.1995, 76.936967], [125.202254, 76.947245], [125.212533, 76.95], [126.411467, 76.95], [126.421745, 76.947245], [126.4245, 76.936967], [126.4245, 75.91016], [126.423552, 75.900538], [126.414798, 75.856526], [126.407479, 75.838857], [126.37411, 75.788917], [126.360582, 75.775389], [126.310642, 75.74202], [126.292973, 75.734701], [126.248961, 75.725947], [126.23934, 75.725], [125.212533, 75.725], [125.202254, 75.727754], [125.1995, 75.738033], [125.1995, 76.936967], [124.6995, 76.936967], [124.6995, 75.738033], [124.696745, 75.727754], [124.686467, 75.725], [123.65966, 75.725], [123.650038, 75.725947], [123.606026, 75.734701], [123.588357, 75.74202], [123.538417, 75.775389], [123.524886, 75.78892], [123.497315, 75.830184], [123.459945, 75.863393], [123.411113, 75.874107], [123.363273, 75.859594], [123.328623, 75.823557], [123.316, 75.775183], [123.316, 75.447033], [123.313245, 75.436754], [123.302967, 75.434], [122.479033, 75.434], [122.468754, 75.436754], [122.466, 75.447033], [122.466, 77.340223], [121.966, 77.340223], [121.966, 73.027777], [121.962649, 73.017003], [121.951385, 73.016287], [121.85917, 73.038658], [121.850304, 73.041726], [121.667785, 73.125079], [121.659657, 73.129772], [121.572926, 73.191534], [121.522563, 73.209639], [121.470136, 73.198886], [121.430966, 73.162417], [121.4165, 73.110891], [121.4165, 68.701888], [131.750001, 68.701888], [131.750216, 68.706504], [131.752288, 68.728608], [131.754839, 68.740288], [131.795203, 68.855642], [131.802061, 68.868617], [131.873798, 68.965817], [131.884182, 68.976201], [131.981382, 69.047938], [131.994357, 69.054796], [132.109709, 69.095159], [132.121392, 69.097711], [132.1435, 69.099784], [132.148108, 69.1], [132.261967, 69.1], [132.272245, 69.097245], [132.275, 69.086967], [132.275, 68.263033], [132.272245, 68.252754], [132.261967, 68.25], [131.763034, 68.25], [131.752755, 68.252754], [131.750001, 68.263033], [131.750001, 68.701888], [121.4165, 68.701888], [121.4165, 64.579809], [121.424036, 64.541923], [121.445496, 64.509806], [121.735673, 64.219628], [121.833081, 64.122218], [121.877819, 64.0965], [121.929422, 64.09679], [121.973869, 64.123008], [121.999084, 64.168032], [121.998216, 64.219628], [121.973242, 64.306313], [121.973236, 64.306335], [121.972473, 64.308987], [121.972007, 64.311726], [121.972007, 64.311729], [121.926459, 64.579809], [121.914141, 64.652307], [121.913985, 64.655081], [121.913984, 64.655092], [121.897734, 64.944468], [121.894615, 65.0], [121.894771, 65.002778], [121.913984, 65.344907], [121.913985, 65.344916], [121.914141, 65.347693], [121.972473, 65.691013], [121.973238, 65.69367], [121.973241, 65.693681], [122.068109, 66.022972], [122.068879, 66.025644], [122.06994, 66.028205], [122.069943, 66.028214], [122.119871, 66.148749], [122.202145, 66.347376], [122.203485, 66.3498], [122.203491, 66.349813], [122.36925, 66.649732], [122.369257, 66.649743], [122.370595, 66.652164], [122.572112, 66.936176], [122.804161, 67.195839], [123.063824, 67.427888], [123.347836, 67.629405], [123.350261, 67.630745], [123.350267, 67.630749], [123.650186, 67.796508], [123.650192, 67.79651], [123.652624, 67.797855], [123.974356, 67.931121], [124.308987, 68.027527], [124.652307, 68.085859], [125.0, 68.105385], [125.347693, 68.085859], [125.691013, 68.027527], [126.025644, 67.931121], [126.347376, 67.797855], [126.652164, 67.629405], [126.936176, 67.427888], [127.195839, 67.195839], [127.427888, 66.936176], [127.629405, 66.652164], [127.797855, 66.347376], [127.931121, 66.025644], [128.027527, 65.691013], [128.085859, 65.347693], [128.105385, 65.0], [128.085859, 64.652307], [128.027527, 64.308987], [127.931121, 63.974356], [127.797855, 63.652624], [127.796508, 63.650186], [127.630749, 63.350267], [127.630745, 63.350261], [127.629405, 63.347836], [127.427888, 63.063824], [127.195839, 62.804161], [126.936176, 62.572112], [126.652164, 62.370595], [126.649743, 62.369257], [126.649732, 62.36925], [126.349813, 62.203491], [126.3498, 62.203485], [126.347376, 62.202145], [126.317638, 62.189827], [126.028214, 62.069943], [126.028205, 62.06994], [126.025644, 62.068879], [126.022975, 62.06811], [126.022972, 62.068109], [125.693681, 61.973241], [125.69367, 61.973238], [125.691013, 61.972473], [125.629029, 61.961941], [125.350443, 61.914608], [125.350438, 61.914607], [125.347693, 61.914141], [125.344916, 61.913985], [125.344907, 61.913984], [125.002778, 61.894771], [125.0, 61.894615], [124.997222, 61.894771], [124.655092, 61.913984], [124.655081, 61.913985], [124.652307, 61.914141], [124.649563, 61.914607], [124.649556, 61.914608], [124.311729, 61.972007], [124.311726, 61.972007], [124.308987, 61.972473], [124.306335, 61.973236], [124.306313, 61.973242], [124.219628, 61.998216], [124.168032, 61.999084], [124.123008, 61.973869], [124.09679, 61.929422], [124.0965, 61.877819], [124.122219, 61.833081], [124.675806, 61.279496], [124.707923, 61.258036], [124.745809, 61.2505], [128.7505, 61.2505]], [[155.815873, 100.437461], [155.851647, 100.470454], [155.867378, 100.516506], [155.859265, 100.56449], [155.855419, 100.573198], [155.855419, 100.573199], [155.852412, 100.58001], [155.851554, 100.587405], [155.851553, 100.587409], [155.849827, 100.602286], [155.849826, 100.602297], [155.849497, 100.605136], [155.849497, 101.499238], [155.849498, 102.3505], [155.836235, 102.4], [155.799998, 102.436237], [155.750498, 102.4495], [145.291699, 102.4495], [145.238823, 102.434197], [145.202294, 102.393019], [145.193405, 102.338695], [145.194525, 102.329372], [145.2005, 102.279618], [145.2005, 101.720382], [145.190117, 101.633923], [145.187249, 101.626651], [145.159917, 101.557342], [145.135862, 101.496342], [145.13343, 101.493135], [145.121099, 101.446177], [145.133674, 101.397754], [145.16832, 101.361663], [145.216189, 101.34712], [145.265056, 101.35784], [145.270055, 101.360388], [145.283287, 101.368497], [145.304419, 101.38385], [145.329259, 101.39192], [145.343608, 101.397864], [145.359931, 101.406182], [145.359935, 101.406183], [145.366874, 101.409719], [145.392673, 101.413804], [145.407755, 101.417425], [145.432607, 101.4255], [145.466512, 101.4255], [145.567393, 101.4255], [153.932607, 101.4255], [154.033488, 101.4255], [154.059598, 101.4255], [154.067393, 101.4255], [154.092236, 101.417426], [154.107328, 101.413803], [154.133126, 101.409719], [154.1564, 101.397858], [154.17074, 101.391919], [154.195581, 101.383849], [154.216702, 101.368502], [154.229955, 101.360381], [154.25322, 101.348528], [154.348528, 101.25322], [154.348531, 101.253216], [155.147253, 100.454496], [155.17937, 100.433036], [155.217256, 100.4255], [155.768701, 100.4255]], [[133.610003, 83.737817], [134.180518, 84.308332], [134.193796, 84.32481], [134.194025, 84.325167], [134.194028, 84.325171], [134.197857, 84.331128], [134.203206, 84.335763], [134.203208, 84.335765], [134.236057, 84.364228], [134.241229, 84.369043], [134.251407, 84.379221], [134.262939, 84.387854], [134.268407, 84.392259], [134.306627, 84.425377], [134.313454, 84.428494], [134.33165, 84.439291], [134.331997, 84.439551], [134.332001, 84.439553], [134.337669, 84.443796], [134.377804, 84.458765], [134.385029, 84.46146], [134.39156, 84.464165], [134.419461, 84.476907], [134.437543, 84.485165], [134.444749, 84.4862], [134.44497, 84.486233], [134.465487, 84.491469], [134.472517, 84.494091], [134.522957, 84.497698], [134.52995, 84.49845], [134.544201, 84.5005], [134.558581, 84.5005], [134.565644, 84.500752], [134.616073, 84.504359], [134.62341, 84.502762], [134.644454, 84.5005], [135.251678, 84.5005], [135.289564, 84.508036], [135.321682, 84.529496], [135.970504, 85.178318], [135.991964, 85.210436], [135.9995, 85.248322], [135.9995, 87.935546], [135.997237, 87.956592], [135.997146, 87.957005], [135.997145, 87.95701], [135.995641, 87.963927], [135.996146, 87.970988], [135.996146, 87.97099], [135.999248, 88.014356], [135.9995, 88.021419], [135.9995, 88.035799], [136.0, 88.039283], [136.000002, 88.039299], [136.001547, 88.050042], [136.002302, 88.057063], [136.003704, 88.076665], [136.005909, 88.107483], [136.00838, 88.114111], [136.008382, 88.114116], [136.008533, 88.11452], [136.013764, 88.135014], [136.013825, 88.135443], [136.013827, 88.135452], [136.014835, 88.142457], [136.017775, 88.148896], [136.017776, 88.148897], [136.035835, 88.188441], [136.038539, 88.19497], [136.05373, 88.2357], [136.053732, 88.235704], [136.056204, 88.242331], [136.060442, 88.247992], [136.060444, 88.247996], [136.060706, 88.248345], [136.071504, 88.266544], [136.074623, 88.273373], [136.107728, 88.311578], [136.112147, 88.317062], [136.120779, 88.328593], [136.123274, 88.331088], [136.130961, 88.338775], [136.135776, 88.343948], [136.168872, 88.382143], [136.175186, 88.386201], [136.191666, 88.39948], [137.013018, 89.220832], [137.026296, 89.23731], [137.026525, 89.237667], [137.026528, 89.237671], [137.030357, 89.243628], [137.035706, 89.248263], [137.035708, 89.248265], [137.050438, 89.261028], [137.068201, 89.27642], [137.068557, 89.276728], [137.073729, 89.281543], [137.083907, 89.291721], [137.095439, 89.300354], [137.100907, 89.304759], [137.139127, 89.337877], [137.145954, 89.340994], [137.16415, 89.351791], [137.164497, 89.352051], [137.164501, 89.352053], [137.170169, 89.356296], [137.195847, 89.365873], [137.217529, 89.37396], [137.22406, 89.376665], [137.270043, 89.397665], [137.277249, 89.3987], [137.27747, 89.398733], [137.297987, 89.403969], [137.305017, 89.406591], [137.355457, 89.410198], [137.36245, 89.41095], [137.376701, 89.413], [137.391081, 89.413], [137.398144, 89.413252], [137.448573, 89.416859], [137.45591, 89.415262], [137.476954, 89.413], [138.228092, 89.413], [138.272131, 89.423335], [138.306975, 89.45218], [138.3785, 89.5465], [138.496342, 89.635862], [138.582923, 89.670005], [138.628019, 89.687789], [138.62802, 89.687789], [138.633923, 89.690117], [138.720382, 89.7005], [139.276666, 89.7005], [139.279618, 89.7005], [139.366077, 89.690117], [139.503658, 89.635862], [139.6215, 89.5465], [139.671116, 89.48107], [139.720051, 89.446529], [139.779949, 89.446529], [139.828883, 89.48107], [139.8785, 89.5465], [139.996342, 89.635862], [140.082923, 89.670005], [140.128019, 89.687789], [140.12802, 89.687789], [140.133923, 89.690117], [140.220382, 89.7005], [140.776666, 89.7005], [140.779618, 89.7005], [140.866077, 89.690117], [141.003658, 89.635862], [141.1215, 89.5465], [141.171116, 89.48107], [141.220051, 89.446529], [141.279949, 89.446529], [141.328883, 89.48107], [141.3785, 89.5465], [141.496342, 89.635862], [141.582923, 89.670005], [141.628019, 89.687789], [141.62802, 89.687789], [141.633923, 89.690117], [141.720382, 89.7005], [142.276666, 89.7005], [142.279618, 89.7005], [142.366077, 89.690117], [142.503658, 89.635862], [142.6215, 89.5465], [142.671116, 89.48107], [142.720051, 89.446529], [142.779949, 89.446529], [142.828883, 89.48107], [142.8785, 89.5465], [142.996342, 89.635862], [143.082923, 89.670005], [143.128019, 89.687789], [143.12802, 89.687789], [143.133923, 89.690117], [143.220382, 89.7005], [143.776666, 89.7005], [143.779618, 89.7005], [143.866077, 89.690117], [144.003658, 89.635862], [144.1215, 89.5465], [144.210862, 89.428658], [144.244922, 89.342286], [144.263752, 89.312027], [144.283508, 89.29694], [144.28308, 89.29635], [144.304203, 89.281002], [144.317455, 89.272881], [144.320564, 89.271297], [144.34072, 89.261028], [144.436028, 89.16572], [144.436031, 89.165716], [144.647252, 88.954496], [144.679369, 88.933036], [144.717255, 88.9255], [144.765938, 88.9255], [144.821641, 88.942658], [144.858034, 88.988181], [144.864138, 89.003658], [144.878161, 89.02215], [144.937938, 89.100979], [144.9535, 89.1215], [145.071342, 89.210862], [145.077636, 89.213344], [145.077638, 89.213345], [145.090432, 89.21839], [145.157711, 89.244921], [145.187966, 89.263746], [145.203061, 89.283509], [145.203651, 89.283081], [145.218998, 89.304204], [145.227113, 89.317445], [145.238972, 89.34072], [145.244477, 89.346225], [145.262946, 89.364694], [145.651465, 89.753212], [145.651472, 89.75322], [145.74678, 89.848528], [145.770055, 89.860387], [145.783287, 89.868495], [145.804419, 89.883849], [145.825775, 89.890787], [145.829248, 89.891916], [145.843603, 89.897862], [145.859928, 89.90618], [145.859929, 89.90618], [145.866874, 89.909719], [145.892066, 89.913708], [145.892664, 89.913803], [145.907773, 89.91743], [145.913546, 89.919306], [145.942104, 89.934076], [145.964422, 89.957216], [145.971817, 89.967929], [145.976297, 89.971898], [145.976299, 89.9719], [145.997797, 89.990945], [146.099148, 90.080734], [146.249775, 90.15979], [146.414944, 90.2005], [146.579068, 90.2005], [146.585056, 90.2005], [146.750225, 90.15979], [146.900852, 90.080734], [146.905339, 90.076759], [146.909853, 90.072761], [146.960606, 90.048992], [147.016132, 90.056587], [147.058637, 90.093114], [147.0745, 90.146865], [147.0745, 91.100501], [147.061237, 91.150001], [147.025, 91.186238], [146.9755, 91.199501], [146.955136, 91.199501], [146.952315, 91.199828], [146.9523, 91.199829], [146.937404, 91.201557], [146.937401, 91.201557], [146.930009, 91.202415], [146.9232, 91.205421], [146.923198, 91.205422], [146.835624, 91.244089], [146.83562, 91.244091], [146.827235, 91.247794], [146.820753, 91.254275], [146.82075, 91.254278], [146.754278, 91.32075], [146.754275, 91.320753], [146.747794, 91.327235], [146.744091, 91.33562], [146.744089, 91.335624], [146.705422, 91.423197], [146.705422, 91.423198], [146.702415, 91.430009], [146.701557, 91.437404], [146.701556, 91.437408], [146.69983, 91.452285], [146.699829, 91.452296], [146.6995, 91.455135], [146.6995, 91.457991], [146.6995, 91.457999], [146.6995, 92.792008], [146.6995, 92.792025], [146.699501, 92.794864], [146.699828, 92.797685], [146.699829, 92.797699], [146.701483, 92.811955], [146.702415, 92.819991], [146.705422, 92.826801], [146.738781, 92.902354], [146.747794, 92.922765], [146.827235, 93.002206], [146.930009, 93.047585], [146.955135, 93.0505], [148.044864, 93.050499], [148.069991, 93.047585], [148.172765, 93.002206], [148.252206, 92.922765], [148.297585, 92.819991], [148.3005, 92.794865], [148.3005, 92.6495], [148.313763, 92.6], [148.35, 92.563763], [148.3995, 92.5505], [151.305325, 92.5505], [151.356542, 92.564778], [151.392986, 92.603493], [151.404144, 92.655479], [151.386799, 92.70574], [151.378582, 92.717643], [151.378579, 92.717648], [151.375182, 92.72257], [151.373061, 92.72816], [151.37306, 92.728164], [151.316983, 92.876028], [151.316981, 92.876033], [151.31486, 92.881628], [151.314138, 92.887573], [151.314138, 92.887574], [151.298854, 93.013444], [151.277262, 93.064122], [151.231926, 93.095415], [151.176884, 93.097633], [151.090871, 93.076433], [151.090868, 93.076432], [151.085056, 93.075], [150.914944, 93.075], [150.909131, 93.076432], [150.909128, 93.076433], [150.755591, 93.114276], [150.755587, 93.114277], [150.749775, 93.11571], [150.744476, 93.11849], [150.744471, 93.118493], [150.604451, 93.191982], [150.604446, 93.191985], [150.599148, 93.194766], [150.594667, 93.198734], [150.594665, 93.198737], [150.476299, 93.303599], [150.476293, 93.303605], [150.471817, 93.307571], [150.468417, 93.312496], [150.468414, 93.3125], [150.378581, 93.442644], [150.378577, 93.442651], [150.375182, 93.44757], [150.373061, 93.45316], [150.37306, 93.453164], [150.316983, 93.601028], [150.316981, 93.601033], [150.31486, 93.606628], [150.314139, 93.612565], [150.314137, 93.612574], [150.295733, 93.764149], [150.294355, 93.7755], [150.295077, 93.781446], [150.314137, 93.938425], [150.314138, 93.938432], [150.31486, 93.944372], [150.316982, 93.949968], [150.316983, 93.949971], [150.355358, 94.051158], [150.375182, 94.10343], [150.378579, 94.108351], [150.378581, 94.108355], [150.432844, 94.186967], [150.471817, 94.243429], [150.599148, 94.356234], [150.604451, 94.359017], [150.706047, 94.41234], [150.744762, 94.448784], [150.759039, 94.5], [150.744762, 94.551216], [150.706047, 94.58766], [150.604451, 94.640982], [150.604446, 94.640985], [150.599148, 94.643766], [150.594667, 94.647734], [150.594665, 94.647737], [150.476299, 94.752599], [150.476293, 94.752605], [150.471817, 94.756571], [150.468417, 94.761496], [150.468414, 94.7615], [150.378581, 94.891644], [150.378577, 94.891651], [150.375182, 94.89657], [150.373061, 94.90216], [150.37306, 94.902164], [150.316983, 95.050028], [150.316981, 95.050033], [150.31486, 95.055628], [150.314139, 95.061565], [150.314137, 95.061574], [150.29853, 95.190117], [150.294355, 95.2245], [150.295077, 95.230446], [150.314137, 95.387425], [150.314138, 95.387432], [150.31486, 95.393372], [150.316982, 95.398968], [150.316983, 95.398971], [150.319138, 95.404652], [150.375182, 95.55243], [150.378579, 95.557351], [150.378581, 95.557355], [150.442875, 95.6505], [150.471817, 95.692429], [150.599148, 95.805234], [150.749775, 95.88429], [150.914944, 95.925], [151.079068, 95.925], [151.085056, 95.925], [151.250225, 95.88429], [151.400852, 95.805234], [151.528183, 95.692429], [151.531585, 95.687499], [151.534818, 95.683851], [151.56829, 95.659222], [151.608921, 95.6505], [159.739936, 95.6505], [159.785943, 95.66184], [159.821411, 95.693261], [159.838214, 95.737566], [159.832503, 95.784605], [159.816984, 95.825525], [159.816982, 95.825531], [159.81486, 95.831128], [159.814139, 95.837065], [159.814137, 95.837074], [159.797339, 95.975423], [159.794355, 96.0], [159.795077, 96.005946], [159.814137, 96.162925], [159.814138, 96.162932], [159.81486, 96.168872], [159.816982, 96.174468], [159.816983, 96.174471], [159.872666, 96.321297], [159.875182, 96.32793], [159.87858, 96.332854], [159.878585, 96.332862], [159.908001, 96.375478], [159.924544, 96.417806], [159.920431, 96.463066], [159.89653, 96.50172], [156.852748, 99.545504], [156.82063, 99.566964], [156.782744, 99.5745], [155.067393, 99.5745], [154.932607, 99.5745], [154.925202, 99.576905], [154.925195, 99.576907], [154.907765, 99.58257], [154.892668, 99.586194], [154.874574, 99.58906], [154.874565, 99.589062], [154.866874, 99.590281], [154.859936, 99.593815], [154.859929, 99.593818], [154.843604, 99.602136], [154.829261, 99.608077], [154.811827, 99.613742], [154.811821, 99.613745], [154.80442, 99.61615], [154.798127, 99.620721], [154.798117, 99.620727], [154.78329, 99.6315], [154.770052, 99.639613], [154.753722, 99.647934], [154.753718, 99.647936], [154.74678, 99.651472], [154.741272, 99.656978], [154.74127, 99.656981], [154.722806, 99.675445], [154.722806, 99.675446], [153.852748, 100.545504], [153.82063, 100.566964], [153.782744, 100.5745], [148.299, 100.5745], [148.2495, 100.561237], [148.213263, 100.525], [148.2, 100.4755], [148.2, 100.138033], [148.197245, 100.127754], [148.186967, 100.125], [146.813033, 100.125], [146.802754, 100.127754], [146.8, 100.138033], [146.8, 100.4755], [146.786737, 100.525], [146.7505, 100.561237], [146.701, 100.5745], [145.717256, 100.5745], [145.67937, 100.566964], [145.647252, 100.545504], [145.258725, 100.156977], [145.25322, 100.151472], [145.229945, 100.139613], [145.216708, 100.131501], [145.201426, 100.120397], [145.167521, 100.076625], [145.159713, 100.056826], [145.135862, 99.996342], [145.0465, 99.8785], [144.928658, 99.789138], [144.922362, 99.786655], [144.79698, 99.73721], [144.796974, 99.737208], [144.791077, 99.734883], [144.784776, 99.734126], [144.784775, 99.734126], [144.707546, 99.724851], [144.707535, 99.72485], [144.704618, 99.7245], [144.120382, 99.7245], [144.117465, 99.72485], [144.117453, 99.724851], [144.040224, 99.734126], [144.040221, 99.734126], [144.033923, 99.734883], [144.028027, 99.737207], [144.028019, 99.73721], [143.902637, 99.786655], [143.902633, 99.786656], [143.896342, 99.789138], [143.890949, 99.793226], [143.890948, 99.793228], [143.783899, 99.874405], [143.783895, 99.874408], [143.7785, 99.8785], [143.774408, 99.883895], [143.774405, 99.883899], [143.694765, 99.988921], [143.689138, 99.996342], [143.686656, 100.002633], [143.686655, 100.002637], [143.63721, 100.128019], [143.637207, 100.128027], [143.634883, 100.133923], [143.634126, 100.140221], [143.634126, 100.140224], [143.624851, 100.217453], [143.62485, 100.217465], [143.6245, 100.220382], [143.6245, 100.779618], [143.62485, 100.782535], [143.624851, 100.782546], [143.630893, 100.832855], [143.634883, 100.866077], [143.637208, 100.871974], [143.63721, 100.87198], [143.662298, 100.935597], [143.689138, 101.003658], [143.7785, 101.1215], [143.783899, 101.125594], [143.7839, 101.125595], [143.843929, 101.171117], [143.87847, 101.220051], [143.87847, 101.279949], [143.843929, 101.328883], [143.7839, 101.374404], [143.783895, 101.374408], [143.7785, 101.3785], [143.774408, 101.383895], [143.774405, 101.383899], [143.693228, 101.490948], [143.689138, 101.496342], [143.686656, 101.502633], [143.686655, 101.502637], [143.63721, 101.628019], [143.637207, 101.628027], [143.634883, 101.633923], [143.634126, 101.640221], [143.634126, 101.640224], [143.624851, 101.717453], [143.62485, 101.717465], [143.6245, 101.720382], [143.6245, 102.279618], [143.62485, 102.282537], [143.624851, 102.282544], [143.631595, 102.338695], [143.622706, 102.393019], [143.586177, 102.434197], [143.533301, 102.4495], [143.466699, 102.4495], [143.413823, 102.434197], [143.377294, 102.393019], [143.368405, 102.338695], [143.369525, 102.329372], [143.3755, 102.279618], [143.3755, 101.720382], [143.365117, 101.633923], [143.362249, 101.626651], [143.334917, 101.557342], [143.310862, 101.496342], [143.2215, 101.3785], [143.15607, 101.328883], [143.121529, 101.279949], [143.121529, 101.220051], [143.156071, 101.171116], [143.2215, 101.1215], [143.310862, 101.003658], [143.365117, 100.866077], [143.3755, 100.779618], [143.3755, 100.220382], [143.365117, 100.133923], [143.310862, 99.996342], [143.2215, 99.8785], [143.103658, 99.789138], [143.097362, 99.786655], [142.97198, 99.73721], [142.971974, 99.737208], [142.966077, 99.734883], [142.959776, 99.734126], [142.959775, 99.734126], [142.882546, 99.724851], [142.882535, 99.72485], [142.879618, 99.7245], [142.876666, 99.7245], [142.454756, 99.7245], [142.41687, 99.716964], [142.384752, 99.695504], [142.301215, 99.611967], [146.8, 99.611967], [146.802754, 99.622245], [146.813033, 99.625], [147.236967, 99.625], [147.247245, 99.622245], [147.25, 99.611967], [147.75, 99.611967], [147.752754, 99.622245], [147.763033, 99.625], [148.186967, 99.625], [148.197245, 99.622245], [148.2, 99.611967], [148.2, 99.23516], [148.199052, 99.225538], [148.190298, 99.181526], [148.182979, 99.163857], [148.14961, 99.113917], [148.136082, 99.100389], [148.086142, 99.06702], [148.068473, 99.059701], [148.024461, 99.050947], [148.01484, 99.05], [147.763033, 99.05], [147.752754, 99.052754], [147.75, 99.063033], [147.75, 99.611967], [147.25, 99.611967], [147.25, 99.063033], [147.247245, 99.052754], [147.236967, 99.05], [146.98516, 99.05], [146.975538, 99.050947], [146.931526, 99.059701], [146.913857, 99.06702], [146.863917, 99.100389], [146.850389, 99.113917], [146.81702, 99.163857], [146.809701, 99.181526], [146.800947, 99.225538], [146.8, 99.23516], [146.8, 99.611967], [142.301215, 99.611967], [142.221225, 99.531977], [142.21572, 99.526472], [142.192445, 99.514613], [142.179204, 99.506498], [142.164384, 99.49573], [142.164381, 99.495728], [142.158081, 99.491151], [142.150678, 99.488745], [142.150669, 99.488741], [142.133241, 99.483079], [142.11889, 99.477135], [142.102564, 99.468816], [142.102563, 99.468815], [142.095626, 99.465281], [142.087934, 99.464062], [142.087932, 99.464062], [142.069829, 99.461195], [142.054729, 99.45757], [142.029893, 99.4495], [142.0221, 99.4495], [140.399499, 99.4495], [140.349999, 99.436237], [140.313762, 99.4], [140.300499, 99.3505], [140.300499, 99.207991], [140.300499, 99.205136], [140.297585, 99.180009], [140.252206, 99.077235], [140.172765, 98.997794], [140.164376, 98.99409], [140.164375, 98.994089], [140.076802, 98.955422], [140.076799, 98.955421], [140.069991, 98.952415], [140.062594, 98.951556], [140.062591, 98.951556], [140.047714, 98.94983], [140.047704, 98.949829], [140.044865, 98.9495], [140.042, 98.9495], [138.957991, 98.9495], [138.957973, 98.9495], [138.955136, 98.949501], [138.952315, 98.949828], [138.9523, 98.949829], [138.937404, 98.951557], [138.937401, 98.951557], [138.930009, 98.952415], [138.9232, 98.955421], [138.923198, 98.955422], [138.835624, 98.994089], [138.83562, 98.994091], [138.827235, 98.997794], [138.820753, 99.004275], [138.82075, 99.004278], [138.754278, 99.07075], [138.754275, 99.070753], [138.747794, 99.077235], [138.744091, 99.08562], [138.744089, 99.085624], [138.705422, 99.173197], [138.705422, 99.173198], [138.702415, 99.180009], [138.701557, 99.187404], [138.701556, 99.187408], [138.69983, 99.202285], [138.699829, 99.202296], [138.6995, 99.205135], [138.6995, 99.208], [138.6995, 99.3505], [138.686237, 99.4], [138.65, 99.436237], [138.6005, 99.4495], [138.472524, 99.4495], [138.437418, 99.443066], [138.406877, 99.424604], [138.400852, 99.419266], [138.395546, 99.416481], [138.255528, 99.342993], [138.255526, 99.342992], [138.250225, 99.34021], [138.244409, 99.338776], [138.244408, 99.338776], [138.090871, 99.300933], [138.090868, 99.300932], [138.085056, 99.2995], [137.914944, 99.2995], [137.909131, 99.300932], [137.909128, 99.300933], [137.755591, 99.338776], [137.755587, 99.338777], [137.749775, 99.34021], [137.744476, 99.34299], [137.744471, 99.342993], [137.604451, 99.416482], [137.604446, 99.416485], [137.599148, 99.419266], [137.594667, 99.423234], [137.594665, 99.423237], [137.476299, 99.528099], [137.476293, 99.528105], [137.471817, 99.532071], [137.468417, 99.536996], [137.468414, 99.537], [137.378581, 99.667144], [137.378577, 99.667151], [137.375182, 99.67207], [137.373061, 99.67766], [137.37306, 99.677664], [137.316983, 99.825528], [137.316981, 99.825533], [137.31486, 99.831128], [137.314139, 99.837065], [137.314137, 99.837074], [137.2957, 99.988921], [137.294355, 100.0], [137.295077, 100.005946], [137.314137, 100.162925], [137.314138, 100.162932], [137.31486, 100.168872], [137.316982, 100.174468], [137.316983, 100.174471], [137.369809, 100.313763], [137.375182, 100.32793], [137.378579, 100.332851], [137.378581, 100.332855], [137.437136, 100.417685], [137.471817, 100.467929], [137.476297, 100.471898], [137.476299, 100.4719], [137.501306, 100.494054], [137.599148, 100.580734], [137.749775, 100.65979], [137.914944, 100.7005], [138.079068, 100.7005], [138.085056, 100.7005], [138.250225, 100.65979], [138.400852, 100.580734], [138.528183, 100.467929], [138.528363, 100.467666], [138.576808, 100.438381], [138.635606, 100.441937], [138.681976, 100.478265], [138.699501, 100.534504], [138.699501, 100.544864], [138.699828, 100.547685], [138.699829, 100.547699], [138.701557, 100.562591], [138.702415, 100.569991], [138.70729, 100.581031], [138.742697, 100.661223], [138.747794, 100.672765], [138.827235, 100.752206], [138.930009, 100.797585], [138.955135, 100.8005], [140.044864, 100.800499], [140.069991, 100.797585], [140.172765, 100.752206], [140.252206, 100.672765], [140.297585, 100.569991], [140.3005, 100.544865], [140.3005, 100.3995], [140.313763, 100.35], [140.35, 100.313763], [140.3995, 100.3005], [141.7005, 100.3005], [141.75, 100.313763], [141.786237, 100.35], [141.7995, 100.3995], [141.7995, 100.779618], [141.79985, 100.782535], [141.799851, 100.782546], [141.805893, 100.832855], [141.809883, 100.866077], [141.812208, 100.871974], [141.81221, 100.87198], [141.837298, 100.935597], [141.864138, 101.003658], [141.9535, 101.1215], [141.958899, 101.125594], [141.9589, 101.125595], [142.018929, 101.171117], [142.05347, 101.220051], [142.05347, 101.279949], [142.018929, 101.328883], [141.9589, 101.374404], [141.958895, 101.374408], [141.9535, 101.3785], [141.949408, 101.383895], [141.949405, 101.383899], [141.86823, 101.490945], [141.868228, 101.490948], [141.864138, 101.496342], [141.858034, 101.511818], [141.821641, 101.557342], [141.765938, 101.5745], [141.234062, 101.5745], [141.178359, 101.557342], [141.141965, 101.511818], [141.135862, 101.496342], [141.0465, 101.3785], [140.928658, 101.289138], [140.922362, 101.286655], [140.79698, 101.23721], [140.796974, 101.237208], [140.791077, 101.234883], [140.784776, 101.234126], [140.784775, 101.234126], [140.707546, 101.224851], [140.707535, 101.22485], [140.704618, 101.2245], [140.020382, 101.2245], [140.017465, 101.22485], [140.017453, 101.224851], [139.940224, 101.234126], [139.940221, 101.234126], [139.933923, 101.234883], [139.928027, 101.237207], [139.928019, 101.23721], [139.802637, 101.286655], [139.802633, 101.286656], [139.796342, 101.289138], [139.790949, 101.293226], [139.790948, 101.293228], [139.683899, 101.374405], [139.683895, 101.374408], [139.6785, 101.3785], [139.674408, 101.383895], [139.674405, 101.383899], [139.593228, 101.490948], [139.589138, 101.496342], [139.586658, 101.502629], [139.586651, 101.502643], [139.537749, 101.626651], [139.500553, 101.672715], [139.44372, 101.689313], [139.387578, 101.670509], [139.352207, 101.623029], [139.331118, 101.56276], [139.324264, 101.549791], [139.254762, 101.455619], [139.24438, 101.445237], [139.150208, 101.375735], [139.137235, 101.368879], [139.025442, 101.329761], [139.013759, 101.327208], [138.9925, 101.325215], [138.987893, 101.325], [138.900533, 101.325], [138.890254, 101.327754], [138.8875, 101.338033], [138.8875, 102.151], [138.874237, 102.2005], [138.838, 102.236737], [138.7885, 102.25], [137.913033, 102.25], [137.902754, 102.252754], [137.9, 102.263033], [137.9, 102.287893], [137.900215, 102.2925], [137.902209, 102.313761], [137.905619, 102.329372], [137.90083, 102.387241], [137.864414, 102.432471], [137.8089, 102.4495], [133.1495, 102.4495], [133.1, 102.436237], [133.063763, 102.4], [133.0505, 102.3505], [133.0505, 101.736967], [137.9, 101.736967], [137.902754, 101.747245], [137.913033, 101.75], [138.374467, 101.75], [138.384745, 101.747245], [138.3875, 101.736967], [138.3875, 101.338033], [138.384745, 101.327754], [138.374467, 101.325], [138.287107, 101.325], [138.282499, 101.325215], [138.26124, 101.327208], [138.249557, 101.329761], [138.137764, 101.368879], [138.124791, 101.375735], [138.030619, 101.445237], [138.020237, 101.455619], [137.950735, 101.549791], [137.943879, 101.562764], [137.904761, 101.674557], [137.902208, 101.68624], [137.900215, 101.707499], [137.9, 101.712107], [137.9, 101.736967], [133.0505, 101.736967], [133.0505, 100.966447], [133.068025, 100.910208], [133.077938, 100.895847], [133.124818, 100.82793], [133.18514, 100.668872], [133.205645, 100.5], [133.18514, 100.331128], [133.124818, 100.17207], [133.102416, 100.139616], [133.059585, 100.077565], [133.028183, 100.032071], [132.900852, 99.919266], [132.82318, 99.8785], [132.755528, 99.842993], [132.755526, 99.842992], [132.750225, 99.84021], [132.744409, 99.838776], [132.744408, 99.838776], [132.590871, 99.800933], [132.590868, 99.800932], [132.585056, 99.7995], [132.414944, 99.7995], [132.409131, 99.800932], [132.409128, 99.800933], [132.255591, 99.838776], [132.255587, 99.838777], [132.249775, 99.84021], [132.244476, 99.84299], [132.244471, 99.842993], [132.104451, 99.916482], [132.104446, 99.916485], [132.099148, 99.919266], [132.094667, 99.923234], [132.094665, 99.923237], [131.976299, 100.028099], [131.976293, 100.028105], [131.971817, 100.032071], [131.968417, 100.036996], [131.968414, 100.037], [131.878581, 100.167144], [131.878577, 100.167151], [131.875182, 100.17207], [131.873061, 100.17766], [131.87306, 100.177664], [131.816983, 100.325528], [131.816981, 100.325533], [131.81486, 100.331128], [131.814139, 100.337065], [131.814137, 100.337074], [131.797767, 100.4719], [131.794355, 100.5], [131.795077, 100.505946], [131.814137, 100.662925], [131.814138, 100.662932], [131.81486, 100.668872], [131.816982, 100.674468], [131.816983, 100.674471], [131.845952, 100.750856], [131.875182, 100.82793], [131.878579, 100.832851], [131.878581, 100.832855], [131.931975, 100.910208], [131.9495, 100.966447], [131.9495, 102.3505], [131.936237, 102.4], [131.9, 102.436237], [131.8505, 102.4495], [129.769032, 102.4495], [129.731146, 102.441964], [129.699028, 102.420504], [128.802858, 101.524334], [127.897096, 100.618571], [127.894747, 100.61614], [127.855302, 100.573904], [127.855298, 100.573901], [127.85068, 100.568956], [127.840213, 100.562591], [127.814485, 100.546945], [127.806105, 100.541242], [127.772342, 100.515639], [127.766044, 100.513155], [127.766042, 100.513154], [127.753653, 100.508268], [127.738539, 100.500761], [127.737793, 100.500307], [127.721382, 100.490328], [127.681286, 100.479093], [127.638454, 100.454226], [127.613028, 100.411723], [127.61137, 100.362224], [127.633896, 100.318115], [127.716346, 100.225048], [127.7231, 100.215263], [127.795368, 100.077565], [127.795089, 100.073343], [127.784318, 100.070001], [125.389534, 100.070001], [125.351648, 100.062465], [125.31953, 100.041005], [125.079496, 99.800971], [125.058036, 99.768853], [125.0505, 99.730967], [125.0505, 99.562436], [125.384625, 99.562436], [125.384904, 99.566658], [125.395676, 99.570001], [126.326964, 99.570001], [126.337242, 99.567246], [126.339997, 99.556968], [126.839997, 99.556968], [126.842751, 99.567246], [126.85303, 99.570001], [127.784318, 99.570001], [127.795089, 99.566658], [127.795368, 99.562436], [127.7231, 99.424738], [127.716346, 99.414953], [127.611563, 99.296677], [127.602663, 99.288793], [127.472618, 99.19903], [127.462095, 99.193507], [127.314346, 99.137473], [127.302801, 99.134627], [127.185304, 99.120361], [127.17935, 99.120001], [126.85303, 99.120001], [126.842751, 99.122755], [126.839997, 99.133034], [126.839997, 99.556968], [126.339997, 99.556968], [126.339997, 99.133034], [126.337242, 99.122755], [126.326964, 99.120001], [126.299182, 99.120001], [126.247455, 99.105412], [126.210972, 99.065946], [126.200487, 99.013234], [126.219089, 98.96281], [126.261296, 98.929537], [126.271407, 98.925348], [126.35023, 98.892699], [126.470448, 98.800452], [126.562695, 98.680234], [126.620684, 98.540237], [126.640463, 98.390001], [126.620684, 98.239765], [126.562695, 98.099768], [126.470448, 97.97955], [126.35023, 97.887303], [126.210233, 97.829314], [126.203802, 97.828467], [126.203797, 97.828466], [126.10093, 97.814924], [126.097717, 97.814501], [126.022277, 97.814501], [126.019064, 97.814923], [126.019063, 97.814924], [125.916196, 97.828466], [125.91619, 97.828467], [125.909761, 97.829314], [125.903764, 97.831797], [125.903764, 97.831798], [125.775757, 97.88482], [125.775753, 97.884822], [125.769764, 97.887303], [125.764621, 97.891248], [125.764618, 97.891251], [125.654694, 97.975599], [125.65469, 97.975602], [125.649546, 97.97955], [125.645598, 97.984694], [125.645595, 97.984698], [125.561247, 98.094622], [125.561244, 98.094625], [125.557299, 98.099768], [125.554818, 98.105757], [125.554816, 98.105761], [125.511742, 98.209752], [125.49931, 98.239765], [125.498463, 98.246194], [125.498462, 98.2462], [125.487183, 98.331878], [125.479531, 98.390001], [125.480378, 98.396435], [125.498462, 98.533801], [125.498463, 98.533806], [125.49931, 98.540237], [125.557299, 98.680234], [125.649546, 98.800452], [125.769764, 98.892699], [125.856576, 98.928658], [125.897429, 98.94558], [125.938203, 98.97693], [125.957746, 99.024505], [125.950784, 99.075465], [125.919195, 99.116054], [125.882437, 99.130902], [125.883003, 99.133196], [125.865647, 99.137473], [125.717898, 99.193507], [125.707375, 99.19903], [125.57733, 99.288793], [125.56843, 99.296677], [125.463647, 99.414953], [125.456893, 99.424738], [125.384625, 99.562436], [125.0505, 99.562436], [125.0505, 95.76262], [142.385344, 95.76262], [142.391984, 95.771491], [142.494427, 95.848178], [142.50036, 95.851991], [142.72641, 95.975423], [142.732827, 95.978354], [142.974145, 96.068361], [142.980913, 96.070349], [143.232587, 96.125097], [143.23957, 96.126101], [143.496473, 96.144475], [143.503521, 96.144475], [143.760423, 96.126101], [143.767406, 96.125097], [144.01908, 96.070349], [144.025848, 96.068361], [144.267166, 95.978354], [144.273583, 95.975423], [144.499629, 95.851993], [144.505571, 95.848174], [144.608007, 95.771491], [144.614648, 95.76262], [144.60934, 95.752898], [143.509211, 94.652768], [143.499997, 94.647448], [143.490782, 94.652768], [142.390652, 95.752898], [142.385344, 95.76262], [125.0505, 95.76262], [125.0505, 94.293525], [141.645523, 94.293525], [141.663896, 94.550427], [141.6649, 94.55741], [141.719648, 94.809084], [141.721636, 94.815852], [141.811643, 95.05717], [141.814574, 95.063587], [141.938006, 95.289637], [141.941819, 95.29557], [142.018506, 95.398012], [142.027376, 95.404652], [142.037098, 95.399344], [143.137228, 94.299215], [143.142548, 94.290001], [143.857444, 94.290001], [143.862764, 94.299215], [144.962894, 95.399344], [144.972616, 95.404652], [144.981487, 95.398011], [145.05817, 95.295575], [145.061989, 95.289633], [145.185419, 95.063587], [145.18835, 95.05717], [145.278357, 94.815852], [145.280345, 94.809084], [145.335093, 94.55741], [145.336097, 94.550427], [145.354471, 94.293525], [145.354471, 94.286477], [145.336097, 94.029574], [145.335093, 94.022591], [145.280345, 93.770917], [145.278357, 93.764149], [145.18835, 93.522831], [145.185419, 93.516414], [145.061987, 93.290364], [145.058174, 93.284431], [144.981487, 93.181988], [144.972616, 93.175348], [144.962894, 93.180656], [143.862764, 94.280786], [143.857444, 94.290001], [143.142548, 94.290001], [143.137228, 94.280786], [142.037098, 93.180656], [142.027376, 93.175348], [142.018506, 93.181988], [141.941819, 93.284431], [141.938006, 93.290364], [141.814574, 93.516414], [141.811643, 93.522831], [141.721636, 93.764149], [141.719648, 93.770917], [141.6649, 94.022591], [141.663896, 94.029574], [141.645523, 94.286477], [141.645523, 94.293525], [125.0505, 94.293525], [125.0505, 91.437565], [125.384625, 91.437565], [125.456893, 91.575263], [125.463647, 91.585048], [125.56843, 91.703324], [125.57733, 91.711208], [125.707375, 91.800971], [125.717898, 91.806494], [125.865647, 91.862528], [125.883003, 91.866806], [125.882422, 91.869161], [125.918924, 91.883743], [125.950684, 91.924302], [125.957767, 91.975327], [125.938254, 92.023003], [125.89743, 92.054421], [125.775755, 92.104821], [125.775752, 92.104822], [125.769764, 92.107303], [125.764621, 92.111248], [125.764618, 92.111251], [125.654694, 92.195599], [125.65469, 92.195602], [125.649546, 92.19955], [125.645598, 92.204694], [125.645595, 92.204698], [125.561247, 92.314622], [125.561244, 92.314625], [125.557299, 92.319768], [125.554818, 92.325757], [125.554816, 92.325761], [125.50935, 92.435527], [125.49931, 92.459765], [125.498463, 92.466194], [125.498462, 92.4662], [125.484666, 92.570997], [125.479531, 92.610001], [125.480378, 92.616435], [125.498462, 92.753801], [125.498463, 92.753806], [125.49931, 92.760237], [125.52298, 92.81738], [125.548759, 92.879618], [125.557299, 92.900234], [125.649546, 93.020452], [125.769764, 93.112699], [125.909761, 93.170688], [126.022277, 93.185501], [126.094476, 93.185501], [126.097717, 93.185501], [126.210233, 93.170688], [126.35023, 93.112699], [126.470448, 93.020452], [126.562695, 92.900234], [126.618777, 92.76484], [138.8, 92.76484], [138.800947, 92.774461], [138.809701, 92.818473], [138.81702, 92.836142], [138.850389, 92.886082], [138.863917, 92.89961], [138.913857, 92.932979], [138.931526, 92.940298], [138.975538, 92.949052], [138.98516, 92.95], [139.236967, 92.95], [139.247245, 92.947245], [139.25, 92.936967], [139.75, 92.936967], [139.752754, 92.947245], [139.763033, 92.95], [140.01484, 92.95], [140.024461, 92.949052], [140.068473, 92.940298], [140.086142, 92.932979], [140.136082, 92.89961], [140.14961, 92.886082], [140.182979, 92.836142], [140.190298, 92.818473], [140.190515, 92.81738], [142.385344, 92.81738], [142.390652, 92.827102], [143.490782, 93.927232], [143.499997, 93.932552], [143.509211, 93.927232], [144.60934, 92.827102], [144.614648, 92.81738], [144.608008, 92.80851], [144.505566, 92.731823], [144.499633, 92.72801], [144.273583, 92.604578], [144.267166, 92.601647], [144.025848, 92.51164], [144.01908, 92.509652], [143.767406, 92.454904], [143.760423, 92.4539], [143.503521, 92.435527], [143.496473, 92.435527], [143.23957, 92.4539], [143.232587, 92.454904], [142.980913, 92.509652], [142.974145, 92.51164], [142.732827, 92.601647], [142.72641, 92.604578], [142.50036, 92.72801], [142.494427, 92.731823], [142.391984, 92.80851], [142.385344, 92.81738], [140.190515, 92.81738], [140.199052, 92.774461], [140.2, 92.76484], [140.2, 92.388033], [140.197245, 92.377754], [140.186967, 92.375], [139.763033, 92.375], [139.752754, 92.377754], [139.75, 92.388033], [139.75, 92.936967], [139.25, 92.936967], [139.25, 92.388033], [139.247245, 92.377754], [139.236967, 92.375], [138.813033, 92.375], [138.802754, 92.377754], [138.8, 92.388033], [138.8, 92.76484], [126.618777, 92.76484], [126.620684, 92.760237], [126.640463, 92.610001], [126.620684, 92.459765], [126.562695, 92.319768], [126.470448, 92.19955], [126.35023, 92.107303], [126.302047, 92.087345], [126.261296, 92.070465], [126.219089, 92.037192], [126.200487, 91.986768], [126.210972, 91.934056], [126.247455, 91.89459], [126.299182, 91.880001], [126.326964, 91.880001], [126.337242, 91.877246], [126.339997, 91.866968], [126.839997, 91.866968], [126.842751, 91.877246], [126.85303, 91.880001], [127.17935, 91.880001], [127.185304, 91.87964], [127.302801, 91.865374], [127.314346, 91.862528], [127.315825, 91.861967], [138.8, 91.861967], [138.802754, 91.872245], [138.813033, 91.875], [139.236967, 91.875], [139.247245, 91.872245], [139.25, 91.861967], [139.75, 91.861967], [139.752754, 91.872245], [139.763033, 91.875], [140.186967, 91.875], [140.197245, 91.872245], [140.2, 91.861967], [140.2, 91.48516], [140.199052, 91.475538], [140.190298, 91.431526], [140.182979, 91.413857], [140.14961, 91.363917], [140.136082, 91.350389], [140.086142, 91.31702], [140.068473, 91.309701], [140.024461, 91.300947], [140.01484, 91.3], [139.763033, 91.3], [139.752754, 91.302754], [139.75, 91.313033], [139.75, 91.861967], [139.25, 91.861967], [139.25, 91.313033], [139.247245, 91.302754], [139.236967, 91.3], [138.98516, 91.3], [138.975538, 91.300947], [138.931526, 91.309701], [138.913857, 91.31702], [138.863917, 91.350389], [138.850389, 91.363917], [138.81702, 91.413857], [138.809701, 91.431526], [138.800947, 91.475538], [138.8, 91.48516], [138.8, 91.861967], [127.315825, 91.861967], [127.462095, 91.806494], [127.472618, 91.800971], [127.602663, 91.711208], [127.611563, 91.703324], [127.716346, 91.585048], [127.7231, 91.575263], [127.795368, 91.437565], [127.795089, 91.433343], [127.784318, 91.430001], [126.85303, 91.430001], [126.842751, 91.432755], [126.839997, 91.443034], [126.839997, 91.866968], [126.339997, 91.866968], [126.339997, 91.443034], [126.337242, 91.432755], [126.326964, 91.430001], [125.395676, 91.430001], [125.384904, 91.433343], [125.384625, 91.437565], [125.0505, 91.437565], [125.0505, 90.922436], [125.384625, 90.922436], [125.384904, 90.926658], [125.395676, 90.930001], [126.326964, 90.930001], [126.337242, 90.927246], [126.339997, 90.916968], [126.839997, 90.916968], [126.842751, 90.927246], [126.85303, 90.930001], [127.784318, 90.930001], [127.795089, 90.926658], [127.795368, 90.922436], [127.7231, 90.784738], [127.716346, 90.774953], [127.611563, 90.656677], [127.602663, 90.648793], [127.472618, 90.55903], [127.462095, 90.553507], [127.314346, 90.497473], [127.302801, 90.494627], [127.185304, 90.480361], [127.17935, 90.480001], [126.85303, 90.480001], [126.842751, 90.482755], [126.839997, 90.493034], [126.839997, 90.916968], [126.339997, 90.916968], [126.339997, 90.493034], [126.337242, 90.482755], [126.326964, 90.480001], [126.000644, 90.480001], [125.994689, 90.480361], [125.877192, 90.494627], [125.865647, 90.497473], [125.717898, 90.553507], [125.707375, 90.55903], [125.57733, 90.648793], [125.56843, 90.656677], [125.463647, 90.774953], [125.456893, 90.784738], [125.384625, 90.922436], [125.0505, 90.922436], [125.0505, 87.249499], [125.063763, 87.199999], [125.1, 87.163762], [125.1495, 87.150499], [125.892009, 87.150499], [125.894864, 87.150499], [125.919991, 87.147585], [126.022765, 87.102206], [126.102206, 87.022765], [126.147585, 86.919991], [126.1505, 86.894865], [126.1505, 86.5995], [126.163763, 86.55], [126.2, 86.513763], [126.2495, 86.5005], [127.088079, 86.5005], [127.140237, 86.515354], [127.176744, 86.55546], [127.186643, 86.608781], [127.169303, 86.653308], [127.170047, 86.653726], [127.1671, 86.658966], [127.166964, 86.659317], [127.166729, 86.659626], [127.166725, 86.659632], [127.162636, 86.665025], [127.160154, 86.671318], [127.160151, 86.671324], [127.11197, 86.793503], [127.109641, 86.79941], [127.108884, 86.805708], [127.108884, 86.805711], [127.099851, 86.880927], [127.09985, 86.880939], [127.0995, 86.883856], [127.0995, 87.416144], [127.09985, 87.419061], [127.099851, 87.419072], [127.107571, 87.483355], [127.109641, 87.50059], [127.111969, 87.506495], [127.11197, 87.506496], [127.160151, 87.628675], [127.160152, 87.628678], [127.162636, 87.634975], [127.166726, 87.640369], [127.166727, 87.64037], [127.238399, 87.734883], [127.249922, 87.750078], [127.365025, 87.837364], [127.436821, 87.865677], [127.482343, 87.902071], [127.4995, 87.957773], [127.4995, 88.435546], [127.497237, 88.456592], [127.497146, 88.457005], [127.497145, 88.45701], [127.495641, 88.463927], [127.496146, 88.470988], [127.496146, 88.47099], [127.499248, 88.514356], [127.4995, 88.521419], [127.4995, 88.535799], [127.5, 88.539283], [127.500002, 88.539299], [127.501547, 88.550042], [127.502302, 88.557063], [127.505404, 88.600425], [127.505909, 88.607483], [127.50838, 88.614111], [127.508382, 88.614116], [127.508533, 88.61452], [127.513764, 88.635014], [127.513825, 88.635443], [127.513827, 88.635452], [127.514835, 88.642457], [127.517775, 88.648896], [127.517776, 88.648897], [127.535835, 88.688441], [127.538539, 88.69497], [127.55373, 88.7357], [127.553732, 88.735704], [127.556204, 88.742331], [127.560442, 88.747992], [127.560444, 88.747996], [127.560706, 88.748345], [127.571504, 88.766544], [127.574623, 88.773373], [127.607728, 88.811578], [127.612147, 88.817062], [127.620779, 88.828593], [127.623274, 88.831088], [127.630961, 88.838775], [127.635776, 88.843948], [127.639819, 88.848614], [127.668872, 88.882143], [127.675186, 88.886201], [127.691666, 88.89948], [127.770498, 88.978312], [127.789504, 89.004977], [127.798772, 89.036382], [127.814137, 89.162924], [127.814138, 89.162929], [127.81486, 89.168872], [127.816981, 89.174466], [127.816983, 89.174472], [127.87306, 89.322335], [127.875182, 89.32793], [127.878579, 89.332851], [127.878581, 89.332855], [127.960947, 89.452181], [127.971817, 89.467929], [128.099148, 89.580734], [128.249775, 89.65979], [128.414944, 89.7005], [128.579068, 89.7005], [128.585056, 89.7005], [128.750225, 89.65979], [128.900852, 89.580734], [129.028183, 89.467929], [129.124818, 89.32793], [129.18514, 89.168872], [129.205645, 89.0], [129.19403, 88.904343], [129.185862, 88.837074], [129.185861, 88.837073], [129.18514, 88.831128], [129.124818, 88.67207], [129.104377, 88.642457], [129.083376, 88.612031], [129.028183, 88.532071], [129.019637, 88.5245], [128.943451, 88.457005], [128.900852, 88.419266], [128.887008, 88.412], [128.755528, 88.342993], [128.755526, 88.342992], [128.750225, 88.34021], [128.744409, 88.338776], [128.744408, 88.338776], [128.590871, 88.300933], [128.590868, 88.300932], [128.585056, 88.2995], [128.584845, 88.2995], [128.543261, 88.283729], [128.51184, 88.248261], [128.5005, 88.202254], [128.5005, 87.957773], [128.517657, 87.902071], [128.563178, 87.865677], [128.634975, 87.837364], [128.750078, 87.750078], [128.784782, 87.704314], [128.79588, 87.68968], [128.830724, 87.660834], [128.874763, 87.6505], [129.625237, 87.6505], [129.669276, 87.660834], [129.70412, 87.68968], [129.738399, 87.734883], [129.749922, 87.750078], [129.865025, 87.837364], [129.99941, 87.890359], [130.083856, 87.9005], [130.913192, 87.9005], [130.916144, 87.9005], [131.00059, 87.890359], [131.134975, 87.837364], [131.250078, 87.750078], [131.337364, 87.634975], [131.390359, 87.50059], [131.4005, 87.416144], [131.4005, 86.883856], [131.390359, 86.79941], [131.337364, 86.665025], [131.250078, 86.549922], [131.244251, 86.545503], [131.14037, 86.466727], [131.140369, 86.466726], [131.134975, 86.462636], [131.128678, 86.460152], [131.128675, 86.460151], [131.00059, 86.409641], [131.000992, 86.408621], [130.962354, 86.386943], [130.936171, 86.3425], [130.935899, 86.290918], [130.961612, 86.246201], [131.385851, 85.821963], [131.879221, 85.328593], [131.87922, 85.328593], [133.469999, 83.737814], [133.514376, 83.712194], [133.565622, 83.712194]]], "width": 0.2, "net": "GND"}, {"polygons": [[[150.997887, 62.50169], [151.033501, 62.520191], [152.191977, 63.381083], [152.301154, 63.462215], [152.338573, 63.50675], [152.352, 63.563348], [152.352, 67.952816], [152.343998, 67.997003], [152.321008, 68.035578], [150.608008, 70.002031], [150.558467, 70.03678], [150.49844, 70.044425], [150.441771, 70.023204], [150.401531, 69.978011], [150.387, 69.919269], [150.387, 69.904091], [150.383493, 69.891007], [150.37041, 69.887501], [148.85359, 69.887501], [148.840506, 69.891007], [148.837, 69.904091], [148.837, 69.975812], [148.837449, 69.98332], [148.846409, 70.057933], [148.850337, 70.073476], [148.898415, 70.195391], [148.906788, 70.210282], [148.985651, 70.314279], [148.997717, 70.326345], [149.093907, 70.399288], [149.13062, 70.443636], [149.143773, 70.499685], [149.13062, 70.555735], [149.093908, 70.600083], [148.995912, 70.674397], [148.959939, 70.693428], [148.919777, 70.7], [146.352, 70.7], [146.343228, 70.708771], [146.343225, 70.708774], [145.614402, 71.437596], [145.573525, 71.464909], [145.525307, 71.4745], [145.045774, 71.4745], [145.045756, 71.4745], [145.042136, 71.474501], [145.038526, 71.474919], [145.03852, 71.47492], [145.026424, 71.476323], [145.026423, 71.476323], [145.017009, 71.477415], [145.008341, 71.481242], [145.008338, 71.481243], [144.924916, 71.518077], [144.924912, 71.518079], [144.914235, 71.522794], [144.90598, 71.531048], [144.905977, 71.531051], [144.843051, 71.593977], [144.843048, 71.59398], [144.834794, 71.602235], [144.830079, 71.612912], [144.830077, 71.612916], [144.793243, 71.696337], [144.793241, 71.696343], [144.789415, 71.705009], [144.788323, 71.714417], [144.788322, 71.714423], [144.786918, 71.72653], [144.7865, 71.730135], [144.7865, 71.733767], [144.7865, 71.733768], [144.7865, 72.366225], [144.7865, 72.366242], [144.786501, 72.369864], [144.789415, 72.394991], [144.793243, 72.403661], [144.793244, 72.403664], [144.824347, 72.474107], [144.835083, 72.525], [144.824347, 72.575893], [144.793244, 72.646334], [144.793241, 72.646342], [144.789415, 72.655009], [144.788323, 72.664417], [144.788322, 72.664423], [144.786918, 72.67653], [144.7865, 72.680135], [144.7865, 72.683767], [144.7865, 72.683768], [144.7865, 73.091841], [144.774064, 73.146423], [144.739212, 73.19023], [144.386514, 73.472389], [144.349509, 73.492897], [144.307802, 73.5], [143.955277, 73.5], [143.899441, 73.486953], [143.855168, 73.450513], [143.831628, 73.398227], [143.833696, 73.340924], [143.835182, 73.33546], [143.836579, 73.323419], [143.837, 73.316146], [143.837, 73.26659], [143.833493, 73.253506], [143.82041, 73.25], [142.888, 73.25], [142.825, 73.233119], [142.778881, 73.187], [142.762, 73.124], [142.762, 72.876], [142.778881, 72.813], [142.825, 72.766881], [142.888, 72.75], [143.820409, 72.75], [143.833492, 72.746493], [143.836999, 72.73341], [143.836999, 72.683845], [143.836579, 72.676594], [143.835182, 72.664543], [143.830259, 72.64645], [143.799379, 72.576511], [143.788643, 72.525617], [143.799378, 72.474727], [143.834585, 72.394991], [143.8375, 72.369865], [143.837499, 72.175333], [143.856649, 72.108561], [144.112, 71.7], [144.112, 70.291846], [144.12323, 70.239848], [144.153248, 70.199368], [144.153021, 70.199141], [144.153021, 70.19914], [144.19914, 70.153022], [144.24769, 70.089751], [144.278209, 70.016071], [144.29509, 69.953071], [144.3055, 69.874001], [144.3055, 69.339155], [145.277001, 69.339155], [145.27742, 69.346405], [145.278817, 69.358456], [145.28374, 69.376549], [145.320495, 69.459793], [145.333471, 69.478736], [145.396263, 69.541528], [145.415206, 69.554504], [145.498454, 69.591261], [145.516539, 69.596182], [145.52858, 69.597579], [145.535854, 69.598], [146.70791, 69.598], [146.720993, 69.594493], [146.7245, 69.58141], [146.7245, 69.581409], [147.2245, 69.581409], [147.228006, 69.594492], [147.24109, 69.597999], [148.413155, 69.597999], [148.420405, 69.597579], [148.432456, 69.596182], [148.450549, 69.591259], [148.533793, 69.554504], [148.552736, 69.541528], [148.615528, 69.478736], [148.6285, 69.459799], [148.64207, 69.429065], [148.6791, 69.381188], [148.734182, 69.356102], [148.794607, 69.359594], [148.830692, 69.381365], [148.85359, 69.387501], [149.34541, 69.387501], [149.358493, 69.383994], [149.362, 69.370911], [149.862, 69.370911], [149.865506, 69.383994], [149.87859, 69.387501], [150.37041, 69.387501], [150.383493, 69.383994], [150.387, 69.370911], [150.387, 69.29919], [150.38655, 69.291681], [150.37759, 69.217068], [150.373662, 69.201525], [150.325584, 69.07961], [150.317211, 69.064719], [150.238348, 68.960722], [150.226278, 68.948652], [150.122281, 68.869789], [150.10739, 68.861416], [149.985475, 68.813338], [149.969932, 68.80941], [149.895319, 68.80045], [149.887811, 68.800001], [149.87859, 68.800001], [149.865506, 68.803507], [149.862, 68.816591], [149.862, 69.370911], [149.362, 69.370911], [149.362, 68.816591], [149.358493, 68.803507], [149.34541, 68.800001], [149.336189, 68.800001], [149.32868, 68.80045], [149.254067, 68.80941], [149.238524, 68.813338], [149.116609, 68.861416], [149.101718, 68.869789], [148.997721, 68.948652], [148.985651, 68.960722], [148.901578, 69.07159], [148.900261, 69.070591], [148.861988, 69.109656], [148.798858, 69.12711], [148.735496, 69.110517], [148.689024, 69.064361], [148.672, 69.001113], [148.672, 66.81459], [148.668493, 66.801506], [148.65541, 66.798], [147.24109, 66.798], [147.228006, 66.801506], [147.2245, 66.81459], [147.2245, 69.581409], [146.7245, 69.581409], [146.7245, 66.81459], [146.720993, 66.801506], [146.70791, 66.798], [145.293591, 66.798], [145.280507, 66.801506], [145.277001, 66.81459], [145.277001, 69.339155], [144.3055, 69.339155], [144.3055, 66.28141], [145.277, 66.28141], [145.280506, 66.294493], [145.29359, 66.298], [146.70791, 66.298], [146.720993, 66.294493], [146.7245, 66.28141], [147.2245, 66.28141], [147.228006, 66.294493], [147.24109, 66.298], [148.655409, 66.298], [148.668492, 66.294493], [148.671999, 66.28141], [148.671999, 65.898369], [149.826936, 65.898369], [149.835544, 65.90598], [149.958776, 65.971849], [149.970161, 65.976565], [150.156241, 66.033012], [150.168326, 66.035415], [150.361837, 66.054475], [150.374163, 66.054475], [150.567673, 66.035415], [150.579758, 66.033012], [150.765838, 65.976565], [150.777223, 65.971849], [150.900454, 65.90598], [150.909061, 65.89837], [150.903033, 65.888587], [150.379729, 65.365283], [150.367999, 65.358511], [150.356271, 65.365282], [149.832962, 65.88859], [149.826936, 65.898369], [148.671999, 65.898369], [148.671999, 65.006164], [149.313526, 65.006164], [149.332585, 65.199674], [149.334988, 65.211759], [149.391435, 65.397839], [149.396151, 65.409224], [149.462019, 65.532456], [149.469629, 65.541062], [149.479411, 65.535035], [150.002716, 65.011731], [150.009489, 65.0], [150.72651, 65.0], [150.733282, 65.01173], [151.256586, 65.535034], [151.266369, 65.541062], [151.273979, 65.532455], [151.339848, 65.409224], [151.344564, 65.397839], [151.401011, 65.211759], [151.403414, 65.199674], [151.422474, 65.006164], [151.422474, 64.993838], [151.403414, 64.800327], [151.401011, 64.788242], [151.344564, 64.602162], [151.339848, 64.590777], [151.273979, 64.467545], [151.266368, 64.458937], [151.256589, 64.464963], [150.733281, 64.988272], [150.72651, 65.0], [150.009489, 65.0], [150.002717, 64.988271], [149.479412, 64.464966], [149.46963, 64.458938], [149.462018, 64.467547], [149.396151, 64.590776], [149.391435, 64.602161], [149.334988, 64.788242], [149.332585, 64.800327], [149.313526, 64.993838], [149.313526, 65.006164], [148.671999, 65.006164], [148.671999, 64.101631], [149.826937, 64.101631], [149.832965, 64.111413], [150.35627, 64.634718], [150.367999, 64.64149], [150.37973, 64.634717], [150.903034, 64.111412], [150.909061, 64.10163], [150.900455, 64.09402], [150.777223, 64.028152], [150.765838, 64.023436], [150.579758, 63.966989], [150.567673, 63.964586], [150.374163, 63.945527], [150.361837, 63.945527], [150.168326, 63.964586], [150.156241, 63.966989], [149.97016, 64.023436], [149.958775, 64.028152], [149.835546, 64.094019], [149.826937, 64.101631], [148.671999, 64.101631], [148.671999, 63.756845], [148.671579, 63.749594], [148.670182, 63.737543], [148.665259, 63.71945], [148.628504, 63.636206], [148.615528, 63.617263], [148.552736, 63.554471], [148.533793, 63.541495], [148.450545, 63.504738], [148.43246, 63.499817], [148.420419, 63.49842], [148.413146, 63.498], [147.24109, 63.498], [147.228006, 63.501506], [147.2245, 63.51459], [147.2245, 66.28141], [146.7245, 66.28141], [146.7245, 63.514591], [146.720993, 63.501507], [146.70791, 63.498001], [145.535845, 63.498001], [145.528594, 63.49842], [145.516543, 63.499817], [145.49845, 63.50474], [145.415206, 63.541495], [145.396263, 63.554471], [145.333471, 63.617263], [145.320495, 63.636206], [145.283738, 63.719454], [145.278817, 63.737539], [145.27742, 63.74958], [145.277, 63.756854], [145.277, 66.28141], [144.3055, 66.28141], [144.3055, 63.560019], [144.297985, 63.492673], [144.285739, 63.438488], [144.263562, 63.374456], [144.259862, 63.368497], [144.254133, 63.35927], [144.235272, 63.297709], [144.249287, 63.234871], [144.5946, 62.568002], [144.640965, 62.518319], [144.706392, 62.499943], [150.958262, 62.495326]]], "width": 0.254, "net": "/Power/SW_5V"}], "B": [{"polygons": [[[122.817258, 60.569156], [122.85002, 60.613838], [122.853644, 60.669125], [122.826995, 60.717702], [121.038886, 62.505811], [121.034533, 62.509908], [120.995151, 62.544798], [120.995145, 62.544804], [120.990668, 62.548771], [120.987269, 62.553695], [120.987263, 62.553702], [120.957367, 62.597013], [120.953825, 62.601827], [120.921365, 62.643259], [120.92136, 62.643266], [120.917674, 62.647972], [120.91522, 62.653422], [120.915216, 62.65343], [120.91289, 62.658599], [120.904098, 62.674187], [120.900885, 62.678842], [120.900882, 62.678847], [120.897482, 62.683774], [120.895359, 62.689369], [120.895359, 62.689371], [120.876693, 62.738586], [120.874406, 62.744105], [120.852807, 62.7921], [120.852805, 62.792104], [120.85035, 62.797561], [120.849271, 62.803442], [120.84927, 62.803449], [120.84825, 62.809015], [120.843443, 62.82626], [120.841435, 62.831553], [120.841432, 62.831563], [120.839312, 62.837155], [120.83859, 62.843093], [120.838589, 62.843101], [120.832245, 62.895348], [120.831346, 62.901256], [120.82186, 62.953021], [120.821859, 62.953029], [120.820781, 62.958915], [120.824012, 63.012329], [120.824319, 63.017409], [120.8245, 63.023386], [120.8245, 68.647114], [120.824319, 68.653091], [120.821142, 68.705602], [120.821142, 68.705609], [120.820781, 68.711585], [120.821859, 68.717471], [120.82186, 68.717478], [120.831346, 68.769244], [120.832245, 68.775152], [120.839312, 68.833345], [120.841433, 68.838939], [120.841434, 68.838941], [120.84344, 68.844229], [120.848251, 68.861486], [120.84927, 68.86705], [120.849271, 68.867055], [120.85035, 68.872939], [120.852805, 68.878394], [120.852806, 68.878397], [120.86596, 68.907626], [120.872986, 68.923237], [120.874411, 68.926402], [120.876696, 68.93192], [120.897482, 68.986726], [120.900883, 68.991654], [120.900884, 68.991655], [120.904092, 68.996303], [120.912892, 69.011905], [120.917674, 69.022528], [120.921364, 69.027238], [120.921366, 69.027241], [120.953827, 69.068675], [120.957371, 69.073491], [120.987264, 69.116798], [120.990668, 69.121729], [120.995148, 69.125698], [120.99515, 69.1257], [121.034532, 69.160589], [121.038887, 69.164688], [123.418765, 71.544566], [123.444044, 71.587697], [123.445026, 71.637681], [123.38949, 71.869002], [123.389488, 71.869012], [123.388585, 71.872775], [123.388281, 71.876637], [123.38828, 71.876644], [123.372415, 72.078237], [123.369128, 72.12], [123.369433, 72.123875], [123.386991, 72.346979], [123.388585, 72.367225], [123.389488, 72.370989], [123.38949, 72.370997], [123.425263, 72.52], [123.446477, 72.608362], [123.447963, 72.611951], [123.447964, 72.611952], [123.539889, 72.833881], [123.539892, 72.833888], [123.541378, 72.837474], [123.543409, 72.840789], [123.543411, 72.840792], [123.66664, 73.041884], [123.670952, 73.048919], [123.673479, 73.051878], [123.67348, 73.051879], [123.81863, 73.221829], [123.832008, 73.237492], [124.020581, 73.398548], [124.023899, 73.400581], [124.0239, 73.400582], [124.06311, 73.42461], [124.232026, 73.528122], [124.461138, 73.623023], [124.702275, 73.680915], [124.9495, 73.700372], [125.196725, 73.680915], [125.437862, 73.623023], [125.666974, 73.528122], [125.878419, 73.398548], [126.066992, 73.237492], [126.228048, 73.048919], [126.357622, 72.837474], [126.452523, 72.608362], [126.510415, 72.367225], [126.523957, 72.195152], [129.983092, 72.195152], [129.983278, 72.206522], [129.994102, 72.21], [130.736967, 72.21], [130.747245, 72.207245], [130.75, 72.196967], [131.25, 72.196967], [131.252754, 72.207245], [131.263033, 72.21], [132.005898, 72.21], [132.016721, 72.206522], [132.016907, 72.195152], [132.523092, 72.195152], [132.523278, 72.206522], [132.534102, 72.21], [133.276967, 72.21], [133.287245, 72.207245], [133.29, 72.196967], [133.29, 71.454102], [133.286522, 71.443278], [133.275152, 71.443092], [133.140894, 71.483819], [133.131945, 71.487526], [132.958115, 71.58044], [132.95007, 71.585815], [132.797709, 71.710855], [132.790855, 71.717709], [132.665815, 71.87007], [132.66044, 71.878115], [132.567526, 72.051945], [132.563819, 72.060894], [132.523092, 72.195152], [132.016907, 72.195152], [131.97618, 72.060894], [131.972473, 72.051945], [131.879559, 71.878115], [131.874184, 71.87007], [131.749144, 71.717709], [131.74229, 71.710855], [131.589929, 71.585815], [131.581884, 71.58044], [131.408054, 71.487526], [131.399105, 71.483819], [131.264847, 71.443092], [131.253477, 71.443278], [131.25, 71.454102], [131.25, 72.196967], [130.75, 72.196967], [130.75, 71.454102], [130.746522, 71.443278], [130.735152, 71.443092], [130.600894, 71.483819], [130.591945, 71.487526], [130.418115, 71.58044], [130.41007, 71.585815], [130.257709, 71.710855], [130.250855, 71.717709], [130.125815, 71.87007], [130.12044, 71.878115], [130.027526, 72.051945], [130.023819, 72.060894], [129.983092, 72.195152], [126.523957, 72.195152], [126.529872, 72.12], [126.510415, 71.872775], [126.452523, 71.631638], [126.362614, 71.414577], [126.35911, 71.406118], [126.359109, 71.406116], [126.357622, 71.402526], [126.252204, 71.2305], [126.230082, 71.1944], [126.230081, 71.194399], [126.228048, 71.191081], [126.066992, 71.002508], [126.049773, 70.987802], [125.881379, 70.84398], [125.881378, 70.843979], [125.878419, 70.841452], [125.875103, 70.83942], [125.875099, 70.839417], [125.670292, 70.713911], [125.670289, 70.713909], [125.666974, 70.711878], [125.663388, 70.710392], [125.663381, 70.710389], [125.441452, 70.618464], [125.441451, 70.618463], [125.437862, 70.616977], [125.426451, 70.614237], [125.200497, 70.55999], [125.200489, 70.559988], [125.196725, 70.559085], [125.19286, 70.55878], [125.192855, 70.55878], [124.953375, 70.539933], [124.9495, 70.539628], [124.945625, 70.539933], [124.706144, 70.55878], [124.706137, 70.558781], [124.702275, 70.559085], [124.698512, 70.559988], [124.698502, 70.55999], [124.467181, 70.615526], [124.417197, 70.614544], [124.374066, 70.589265], [123.811689, 70.026888], [129.175001, 70.026888], [129.175216, 70.031504], [129.177288, 70.053608], [129.179839, 70.065288], [129.220203, 70.180642], [129.227061, 70.193617], [129.298798, 70.290817], [129.309182, 70.301201], [129.406382, 70.372938], [129.419357, 70.379796], [129.534709, 70.420159], [129.546392, 70.422711], [129.5685, 70.424784], [129.573108, 70.425], [129.699467, 70.425], [129.709745, 70.422245], [129.7125, 70.411967], [129.7125, 70.411966], [130.2125, 70.411966], [130.215254, 70.422244], [130.225533, 70.424999], [130.351888, 70.424999], [130.356504, 70.424783], [130.378608, 70.422711], [130.390288, 70.42016], [130.505642, 70.379796], [130.518617, 70.372938], [130.615817, 70.301201], [130.626201, 70.290817], [130.697938, 70.193617], [130.704796, 70.180642], [130.745159, 70.06529], [130.747711, 70.053607], [130.749784, 70.031499], [130.75, 70.026892], [130.75, 69.763033], [130.747245, 69.752754], [130.736967, 69.75], [130.225533, 69.75], [130.215254, 69.752754], [130.2125, 69.763033], [130.2125, 70.411966], [129.7125, 70.411966], [129.7125, 69.763033], [129.709745, 69.752754], [129.699467, 69.75], [129.188034, 69.75], [129.177755, 69.752754], [129.175001, 69.763033], [129.175001, 70.026888], [123.811689, 70.026888], [123.021768, 69.236967], [129.175, 69.236967], [129.177754, 69.247245], [129.188033, 69.25], [129.699467, 69.25], [129.709745, 69.247245], [129.7125, 69.236967], [130.2125, 69.236967], [130.215254, 69.247245], [130.225533, 69.25], [130.736966, 69.25], [130.747244, 69.247245], [130.749999, 69.236967], [130.749999, 68.973112], [130.749783, 68.968495], [130.747711, 68.946391], [130.74516, 68.934711], [130.704796, 68.819357], [130.697938, 68.806382], [130.626201, 68.709182], [130.615817, 68.698798], [130.518617, 68.627061], [130.505642, 68.620203], [130.39029, 68.57984], [130.378607, 68.577288], [130.356499, 68.575215], [130.351892, 68.575], [130.225533, 68.575], [130.215254, 68.577754], [130.2125, 68.588033], [130.2125, 69.236967], [129.7125, 69.236967], [129.7125, 68.588034], [129.709745, 68.577755], [129.699467, 68.575001], [129.573112, 68.575001], [129.568495, 68.575216], [129.546391, 68.577288], [129.534711, 68.579839], [129.419357, 68.620203], [129.406382, 68.627061], [129.309182, 68.698798], [129.298798, 68.709182], [129.227061, 68.806382], [129.220203, 68.819357], [129.17984, 68.934709], [129.177288, 68.946392], [129.175215, 68.9685], [129.175, 68.973108], [129.175, 69.236967], [123.021768, 69.236967], [122.204496, 68.419695], [122.183036, 68.387577], [122.1755, 68.349691], [122.1755, 66.682957], [122.188949, 66.633137], [122.225643, 66.596853], [122.275611, 66.583963], [122.325277, 66.597971], [122.361146, 66.635068], [122.370595, 66.652164], [122.572112, 66.936176], [122.804161, 67.195839], [123.063824, 67.427888], [123.347836, 67.629405], [123.350261, 67.630745], [123.350267, 67.630749], [123.650186, 67.796508], [123.650192, 67.79651], [123.652624, 67.797855], [123.974356, 67.931121], [124.308987, 68.027527], [124.652307, 68.085859], [125.0, 68.105385], [125.347693, 68.085859], [125.691013, 68.027527], [126.025644, 67.931121], [126.347376, 67.797855], [126.652164, 67.629405], [126.796648, 67.526888], [129.175001, 67.526888], [129.175216, 67.531504], [129.177288, 67.553608], [129.179839, 67.565288], [129.220203, 67.680642], [129.227061, 67.693617], [129.298798, 67.790817], [129.309182, 67.801201], [129.406382, 67.872938], [129.419357, 67.879796], [129.534709, 67.920159], [129.546392, 67.922711], [129.5685, 67.924784], [129.573108, 67.925], [129.699467, 67.925], [129.709745, 67.922245], [129.7125, 67.911967], [129.7125, 67.911966], [130.2125, 67.911966], [130.215254, 67.922244], [130.225533, 67.924999], [130.351888, 67.924999], [130.356504, 67.924783], [130.378608, 67.922711], [130.390288, 67.92016], [130.505642, 67.879796], [130.518617, 67.872938], [130.615817, 67.801201], [130.626201, 67.790817], [130.697938, 67.693617], [130.704796, 67.680642], [130.745159, 67.56529], [130.747711, 67.553607], [130.749784, 67.531499], [130.75, 67.526892], [130.75, 67.263033], [130.747245, 67.252754], [130.736967, 67.25], [130.225533, 67.25], [130.215254, 67.252754], [130.2125, 67.263033], [130.2125, 67.911966], [129.7125, 67.911966], [129.7125, 67.263033], [129.709745, 67.252754], [129.699467, 67.25], [129.188034, 67.25], [129.177755, 67.252754], [129.175001, 67.263033], [129.175001, 67.526888], [126.796648, 67.526888], [126.936176, 67.427888], [127.195839, 67.195839], [127.427888, 66.936176], [127.569234, 66.736967], [129.175, 66.736967], [129.177754, 66.747245], [129.188033, 66.75], [129.699467, 66.75], [129.709745, 66.747245], [129.7125, 66.736967], [130.2125, 66.736967], [130.215254, 66.747245], [130.225533, 66.75], [130.736966, 66.75], [130.747244, 66.747245], [130.749999, 66.736967], [130.749999, 66.473112], [130.749783, 66.468495], [130.747711, 66.446391], [130.74516, 66.434711], [130.704796, 66.319357], [130.697938, 66.306382], [130.626201, 66.209182], [130.615817, 66.198798], [130.518617, 66.127061], [130.505642, 66.120203], [130.39029, 66.07984], [130.378607, 66.077288], [130.356499, 66.075215], [130.351892, 66.075], [130.225533, 66.075], [130.215254, 66.077754], [130.2125, 66.088033], [130.2125, 66.736967], [129.7125, 66.736967], [129.7125, 66.088034], [129.709745, 66.077755], [129.699467, 66.075001], [129.573112, 66.075001], [129.568495, 66.075216], [129.546391, 66.077288], [129.534711, 66.079839], [129.419357, 66.120203], [129.406382, 66.127061], [129.309182, 66.198798], [129.298798, 66.209182], [129.227061, 66.306382], [129.220203, 66.319357], [129.17984, 66.434709], [129.177288, 66.446392], [129.175215, 66.4685], [129.175, 66.473108], [129.175, 66.736967], [127.569234, 66.736967], [127.629405, 66.652164], [127.797855, 66.347376], [127.931121, 66.025644], [128.027527, 65.691013], [128.085859, 65.347693], [128.105385, 65.0], [128.085859, 64.652307], [128.027527, 64.308987], [127.931121, 63.974356], [127.797855, 63.652624], [127.760398, 63.58485], [127.630749, 63.350267], [127.630745, 63.350261], [127.629405, 63.347836], [127.427888, 63.063824], [127.195839, 62.804161], [127.170473, 62.781493], [127.125586, 62.741379], [126.936176, 62.572112], [126.652164, 62.370595], [126.649743, 62.369257], [126.649732, 62.36925], [126.349813, 62.203491], [126.3498, 62.203485], [126.347376, 62.202145], [126.317698, 62.189852], [126.028214, 62.069943], [126.028205, 62.06994], [126.025644, 62.068879], [126.022975, 62.06811], [126.022972, 62.068109], [125.693681, 61.973241], [125.69367, 61.973238], [125.691013, 61.972473], [125.629029, 61.961941], [125.350443, 61.914608], [125.350438, 61.914607], [125.347693, 61.914141], [125.344916, 61.913985], [125.344907, 61.913984], [125.002778, 61.894771], [125.0, 61.894615], [124.997222, 61.894771], [124.655092, 61.913984], [124.655081, 61.913985], [124.652307, 61.914141], [124.649563, 61.914607], [124.649556, 61.914608], [124.311729, 61.972007], [124.311726, 61.972007], [124.308987, 61.972473], [124.306333, 61.973237], [124.306318, 61.973241], [123.977027, 62.068109], [123.977018, 62.068111], [123.974356, 62.068879], [123.971799, 62.069937], [123.971785, 62.069943], [123.655194, 62.20108], [123.655187, 62.201083], [123.652624, 62.202145], [123.650206, 62.203481], [123.650186, 62.203491], [123.37335, 62.356493], [123.318802, 62.368622], [123.266376, 62.349281], [123.232775, 62.304632], [123.228703, 62.248901], [123.255456, 62.199844], [123.750805, 61.704496], [123.782923, 61.683036], [123.820809, 61.6755], [126.976614, 61.6755], [126.982591, 61.675681], [127.041085, 61.679219], [127.098769, 61.668647], [127.104624, 61.667757], [127.162845, 61.660688], [127.173729, 61.656559], [127.190995, 61.651747], [127.19303, 61.651373], [127.202439, 61.64965], [127.255922, 61.625579], [127.261412, 61.623306], [127.310627, 61.604642], [127.310631, 61.604639], [127.316226, 61.602518], [127.325808, 61.595903], [127.341409, 61.587104], [127.352028, 61.582326], [127.398197, 61.546153], [127.402966, 61.542643], [127.451229, 61.509332], [127.490106, 61.465447], [127.494173, 61.461126], [127.675804, 61.279496], [127.707923, 61.258036], [127.745808, 61.2505], [128.7505, 61.2505], [128.8, 61.263763], [128.836236, 61.3], [128.8495, 61.3495], [128.8495, 62.892008], [128.8495, 62.892025], [128.849501, 62.894864], [128.849828, 62.897685], [128.849829, 62.897699], [128.850242, 62.901256], [128.852415, 62.919991], [128.855422, 62.926801], [128.893363, 63.012731], [128.897794, 63.022765], [128.977235, 63.102206], [129.080009, 63.147585], [129.105135, 63.1505], [129.5505, 63.1505], [129.6, 63.163763], [129.636237, 63.2], [129.6495, 63.2495], [129.6495, 63.618038], [129.643258, 63.652635], [129.62532, 63.682869], [129.546323, 63.774037], [129.546319, 63.774041], [129.54401, 63.776707], [129.5421, 63.779678], [129.542097, 63.779683], [129.498882, 63.846927], [129.498877, 63.846935], [129.496969, 63.849905], [129.495503, 63.853114], [129.495497, 63.853126], [129.438714, 63.977462], [129.438708, 63.977476], [129.437241, 63.98069], [129.436245, 63.984081], [129.436242, 63.98409], [129.413722, 64.060787], [129.41372, 64.060795], [129.412727, 64.064178], [129.412225, 64.067667], [129.412223, 64.067678], [129.392769, 64.202984], [129.392768, 64.202991], [129.392265, 64.206493], [129.392265, 64.293507], [129.392768, 64.297009], [129.392769, 64.297015], [129.393287, 64.300615], [129.394295, 64.314704], [129.394295, 64.685296], [129.393287, 64.699385], [129.392769, 64.702984], [129.392768, 64.702991], [129.392265, 64.706493], [129.392265, 64.793507], [129.392768, 64.797009], [129.392769, 64.797015], [129.412223, 64.932321], [129.412224, 64.932329], [129.412727, 64.935822], [129.41372, 64.939206], [129.413722, 64.939212], [129.432386, 65.002778], [129.437241, 65.01931], [129.43871, 65.022528], [129.438714, 65.022537], [129.495497, 65.146873], [129.4955, 65.146879], [129.496969, 65.150095], [129.54401, 65.223293], [129.578445, 65.263034], [129.609032, 65.298334], [129.638164, 65.331954], [129.703926, 65.388937], [129.706902, 65.390849], [129.706904, 65.390851], [129.740739, 65.412595], [129.82488, 65.466669], [129.904029, 65.502815], [130.041984, 65.543322], [130.128111, 65.555705], [130.746107, 65.555705], [130.75, 65.555705], [130.844468, 65.540743], [130.844827, 65.543012], [130.889554, 65.541991], [130.937751, 65.572207], [130.961362, 65.623961], [130.964007, 65.643211], [130.964008, 65.643217], [130.96493, 65.64992], [130.972866, 65.668191], [130.972932, 65.668341], [130.978313, 65.684344], [130.983067, 65.703852], [130.986385, 65.709754], [130.986386, 65.709755], [131.003833, 65.740785], [131.00834, 65.74986], [131.02522, 65.78872], [131.029491, 65.79397], [131.029492, 65.793971], [131.037892, 65.804296], [131.047388, 65.818249], [131.057234, 65.835759], [131.062022, 65.840547], [131.087199, 65.865724], [131.09399, 65.87325], [131.120722, 65.906108], [131.126253, 65.910012], [131.137123, 65.917685], [131.150036, 65.928561], [131.266081, 66.044606], [131.290438, 66.084661], [131.293638, 66.131431], [131.274961, 66.174429], [131.219731, 66.24726], [131.219729, 66.247264], [131.215639, 66.252658], [131.213155, 66.258954], [131.213154, 66.258958], [131.167196, 66.3755], [131.160123, 66.393436], [131.159366, 66.399734], [131.159366, 66.399737], [131.149851, 66.478969], [131.14985, 66.478981], [131.1495, 66.481898], [131.1495, 67.518102], [131.14985, 67.521019], [131.149851, 67.52103], [131.15535, 67.56682], [131.160123, 67.606564], [131.162451, 67.612469], [131.162452, 67.61247], [131.197626, 67.701666], [131.215639, 67.747342], [131.307078, 67.867922], [131.427658, 67.959361], [131.433955, 67.961844], [131.436519, 67.963286], [131.473453, 67.999593], [131.487, 68.049581], [131.487, 68.450419], [131.473453, 68.500407], [131.436519, 68.536714], [131.433954, 68.538156], [131.427658, 68.540639], [131.422267, 68.544726], [131.422267, 68.544727], [131.312473, 68.627986], [131.312469, 68.627989], [131.307078, 68.632078], [131.302989, 68.637469], [131.302986, 68.637473], [131.234552, 68.727717], [131.215639, 68.752658], [131.213155, 68.758954], [131.213154, 68.758958], [131.162452, 68.887529], [131.160123, 68.893436], [131.159366, 68.899734], [131.159366, 68.899737], [131.149851, 68.978969], [131.14985, 68.978981], [131.1495, 68.981898], [131.1495, 70.018102], [131.14985, 70.021019], [131.149851, 70.02103], [131.159366, 70.100262], [131.160123, 70.106564], [131.162451, 70.112469], [131.162452, 70.11247], [131.179422, 70.155504], [131.215639, 70.247342], [131.307078, 70.367922], [131.427658, 70.459361], [131.568436, 70.514877], [131.656898, 70.5255], [132.243467, 70.5255], [132.281353, 70.533036], [132.313471, 70.554496], [132.790403, 71.031428], [132.792752, 71.033859], [132.83682, 71.081044], [132.842602, 71.08456], [132.873019, 71.103057], [132.8814, 71.108761], [132.915158, 71.134361], [132.93384, 71.141728], [132.948954, 71.149234], [132.966118, 71.159672], [132.972638, 71.161499], [132.972641, 71.1615], [132.994767, 71.167699], [133.006916, 71.171103], [133.016516, 71.174331], [133.055936, 71.189876], [133.07591, 71.191929], [133.09249, 71.195079], [133.111835, 71.2005], [133.1542, 71.2005], [133.164324, 71.201019], [133.206472, 71.205352], [133.226261, 71.201939], [133.243082, 71.2005], [134.050501, 71.2005], [134.100001, 71.213763], [134.136238, 71.25], [134.149501, 71.2995], [134.149501, 71.430031], [134.13664, 71.478828], [134.101397, 71.514946], [134.05293, 71.529001], [134.003832, 71.517341], [133.948049, 71.487524], [133.939105, 71.483819], [133.804847, 71.443092], [133.793477, 71.443278], [133.79, 71.454102], [133.79, 72.196967], [133.792754, 72.207245], [133.803033, 72.21], [134.545898, 72.21], [134.556721, 72.206522], [134.556907, 72.195152], [134.521441, 72.078237], [134.522432, 72.017677], [134.558513, 71.969027], [134.616175, 71.950499], [135.994864, 71.950499], [136.019991, 71.947585], [136.122765, 71.902206], [136.202206, 71.822765], [136.247585, 71.719991], [136.2505, 71.694865], [136.250499, 69.605136], [136.247585, 69.580009], [136.202206, 69.477235], [136.122765, 69.397794], [136.114376, 69.39409], [136.114375, 69.394089], [136.026802, 69.355422], [136.026799, 69.355421], [136.019991, 69.352415], [136.012594, 69.351556], [136.012591, 69.351556], [135.997714, 69.34983], [135.997704, 69.349829], [135.994865, 69.3495], [135.992, 69.3495], [134.407991, 69.3495], [134.407973, 69.3495], [134.405136, 69.349501], [134.402315, 69.349828], [134.4023, 69.349829], [134.387404, 69.351557], [134.387401, 69.351557], [134.380009, 69.352415], [134.3732, 69.355421], [134.373198, 69.355422], [134.285624, 69.394089], [134.28562, 69.394091], [134.277235, 69.397794], [134.270753, 69.404275], [134.27075, 69.404278], [134.204278, 69.47075], [134.204275, 69.470753], [134.197794, 69.477235], [134.194091, 69.48562], [134.194089, 69.485624], [134.155422, 69.573197], [134.155422, 69.573198], [134.152415, 69.580009], [134.151557, 69.587404], [134.151556, 69.587408], [134.14983, 69.602285], [134.149829, 69.602296], [134.1495, 69.605135], [134.1495, 69.607999], [134.1495, 69.608], [134.1495, 70.0005], [134.136237, 70.05], [134.1, 70.086237], [134.0505, 70.0995], [133.456533, 70.0995], [133.418647, 70.091964], [133.386529, 70.070504], [132.954496, 69.638471], [132.933036, 69.606353], [132.9255, 69.568467], [132.9255, 68.98485], [132.9255, 68.981898], [132.914877, 68.893436], [132.859361, 68.752658], [132.767922, 68.632078], [132.647342, 68.540639], [132.641045, 68.538155], [132.638481, 68.536714], [132.601547, 68.500407], [132.588, 68.450419], [132.588, 68.049581], [132.601547, 67.999593], [132.638481, 67.963286], [132.641044, 67.961844], [132.647342, 67.959361], [132.767922, 67.867922], [132.859361, 67.747342], [132.914877, 67.606564], [132.9255, 67.518102], [132.9255, 66.481898], [132.914877, 66.393436], [132.859361, 66.252658], [132.767922, 66.132078], [132.738334, 66.109641], [132.652738, 66.044731], [132.647342, 66.040639], [132.641037, 66.038152], [132.635917, 66.035274], [132.605551, 66.008798], [132.588249, 65.972416], [132.586704, 65.966077], [132.580231, 65.939513], [132.578338, 65.929552], [132.577379, 65.922574], [132.57257, 65.88758], [132.564567, 65.869158], [132.559187, 65.85316], [132.554433, 65.833648], [132.545776, 65.818251], [132.533667, 65.796714], [132.529157, 65.787634], [132.514979, 65.754993], [132.514978, 65.754991], [132.51228, 65.74878], [132.499608, 65.733204], [132.49011, 65.719249], [132.484772, 65.709755], [132.4811, 65.703225], [132.468399, 65.653861], [132.481941, 65.604718], [132.518139, 65.568828], [132.567395, 65.555705], [132.868346, 65.555705], [132.871889, 65.555705], [132.958016, 65.543322], [133.095971, 65.502815], [133.17512, 65.466669], [133.296074, 65.388937], [133.361836, 65.331954], [133.45599, 65.223293], [133.503031, 65.150095], [133.562759, 65.01931], [133.587273, 64.935822], [133.607735, 64.793507], [133.607735, 64.706493], [133.606712, 64.699384], [133.605705, 64.685296], [133.605705, 64.314704], [133.606713, 64.300615], [133.606981, 64.298749], [133.607735, 64.293507], [133.607735, 64.206493], [133.587273, 64.064178], [133.562759, 63.98069], [133.559866, 63.974356], [133.504502, 63.853126], [133.504501, 63.853125], [133.503031, 63.849905], [133.45599, 63.776707], [133.374679, 63.682868], [133.356742, 63.652635], [133.3505, 63.618038], [133.3505, 62.861659], [133.358935, 62.821671], [133.382803, 62.788498], [133.38454, 62.786913], [133.393872, 62.778407], [133.522366, 62.608255], [133.617405, 62.417389], [133.675756, 62.21231], [133.695429, 62.0], [133.675756, 61.78769], [133.617405, 61.582611], [133.553279, 61.453827], [133.523304, 61.393628], [133.513031, 61.344927], [133.527754, 61.297383], [133.563751, 61.263011], [133.611925, 61.2505], [134.008075, 61.2505], [134.056249, 61.263011], [134.092246, 61.297383], [134.106969, 61.344927], [134.096696, 61.393628], [134.004637, 61.578509], [134.004635, 61.578513], [134.002595, 61.582611], [134.001344, 61.587005], [134.001341, 61.587015], [133.945494, 61.783294], [133.945492, 61.783302], [133.944244, 61.78769], [133.943822, 61.792235], [133.943822, 61.79224], [133.931688, 61.923193], [133.924571, 62.0], [133.924993, 62.004554], [133.94371, 62.206555], [133.944244, 62.21231], [133.945493, 62.216699], [133.945494, 62.216705], [134.001341, 62.412984], [134.001343, 62.41299], [134.002595, 62.417389], [134.004636, 62.421489], [134.004637, 62.42149], [134.088508, 62.589929], [134.097634, 62.608255], [134.100396, 62.611912], [134.223365, 62.774749], [134.223368, 62.774752], [134.226128, 62.778407], [134.229511, 62.781491], [134.229512, 62.781492], [134.357667, 62.898322], [134.383698, 62.922052], [134.482619, 62.983301], [134.516989, 63.019297], [134.5295, 63.067471], [134.5295, 64.068921], [134.529442, 64.072301], [134.527624, 64.125538], [134.527238, 64.136826], [134.52884, 64.143401], [134.528841, 64.143407], [134.537266, 64.177978], [134.539159, 64.187936], [134.544007, 64.22321], [134.544008, 64.223215], [134.54493, 64.22992], [134.547627, 64.236128], [134.552932, 64.248341], [134.558313, 64.264344], [134.563067, 64.283852], [134.57487, 64.304845], [134.583833, 64.320785], [134.58834, 64.32986], [134.60522, 64.36872], [134.609491, 64.37397], [134.609492, 64.373971], [134.617892, 64.384296], [134.627388, 64.398249], [134.637234, 64.415759], [134.642022, 64.420547], [134.667199, 64.445724], [134.67399, 64.45325], [134.686083, 64.468115], [134.700722, 64.486108], [134.717123, 64.497685], [134.730036, 64.508561], [134.952903, 64.731428], [134.955252, 64.733859], [134.99932, 64.781044], [135.013988, 64.789964], [135.035519, 64.803057], [135.0439, 64.808761], [135.077658, 64.834361], [135.09634, 64.841728], [135.111454, 64.849234], [135.128618, 64.859672], [135.135138, 64.861499], [135.135141, 64.8615], [135.154533, 64.866933], [135.169416, 64.871103], [135.179016, 64.874331], [135.197867, 64.881765], [135.212136, 64.887392], [135.212138, 64.887392], [135.218436, 64.889876], [135.224381, 64.890487], [135.262979, 64.909659], [135.289906, 64.943935], [135.299501, 64.986454], [135.299501, 65.394864], [135.299828, 65.397685], [135.299829, 65.397699], [135.301557, 65.412591], [135.302415, 65.419991], [135.305422, 65.426801], [135.339424, 65.50381], [135.347794, 65.522765], [135.427235, 65.602206], [135.530009, 65.647585], [135.555135, 65.6505], [136.8505, 65.6505], [136.9, 65.663763], [136.936237, 65.7], [136.9495, 65.7495], [136.9495, 69.250501], [136.936237, 69.300001], [136.9, 69.336238], [136.8505, 69.349501], [136.705136, 69.349501], [136.702315, 69.349828], [136.7023, 69.349829], [136.687404, 69.351557], [136.687401, 69.351557], [136.680009, 69.352415], [136.6732, 69.355421], [136.673198, 69.355422], [136.585624, 69.394089], [136.58562, 69.394091], [136.577235, 69.397794], [136.570753, 69.404275], [136.57075, 69.404278], [136.504278, 69.47075], [136.504275, 69.470753], [136.497794, 69.477235], [136.494091, 69.48562], [136.494089, 69.485624], [136.455422, 69.573197], [136.455422, 69.573198], [136.452415, 69.580009], [136.451557, 69.587404], [136.451556, 69.587408], [136.44983, 69.602285], [136.449829, 69.602296], [136.4495, 69.605135], [136.4495, 69.607991], [136.4495, 69.607999], [136.4495, 71.692008], [136.4495, 71.692025], [136.449501, 71.694864], [136.449828, 71.697685], [136.449829, 71.697699], [136.451131, 71.708923], [136.452415, 71.719991], [136.455422, 71.726801], [136.492831, 71.811526], [136.497794, 71.822765], [136.577235, 71.902206], [136.680009, 71.947585], [136.705135, 71.9505], [136.8505, 71.9505], [136.9, 71.963763], [136.936237, 72.0], [136.9495, 72.0495], [136.9495, 73.730967], [136.941964, 73.768853], [136.920504, 73.800971], [133.158569, 77.562904], [133.15614, 77.565251], [133.113903, 77.604698], [133.113897, 77.604705], [133.108956, 77.60932], [133.105442, 77.615097], [133.105438, 77.615103], [133.086942, 77.645518], [133.081242, 77.653892], [133.05973, 77.682261], [133.059725, 77.682268], [133.055639, 77.687658], [133.053157, 77.693952], [133.048269, 77.706345], [133.040766, 77.72145], [133.033846, 77.73283], [133.033842, 77.732838], [133.030328, 77.738618], [133.028502, 77.745132], [133.028502, 77.745134], [133.018894, 77.779422], [133.015665, 77.789022], [133.002607, 77.822136], [133.002605, 77.822144], [133.000124, 77.828436], [132.999432, 77.835161], [132.999429, 77.835175], [132.998068, 77.848416], [132.994918, 77.864992], [132.991326, 77.877813], [132.991324, 77.87782], [132.9895, 77.884335], [132.9895, 77.891104], [132.9895, 77.9267], [132.98898, 77.936824], [132.984648, 77.978972], [132.985797, 77.98564], [132.985798, 77.985646], [132.98806, 77.998761], [132.9895, 78.015582], [132.9895, 78.932529], [132.976989, 78.980703], [132.942619, 79.016698], [132.843698, 79.077948], [132.840323, 79.081024], [132.840316, 79.08103], [132.689512, 79.218507], [132.689506, 79.218513], [132.686128, 79.221593], [132.683372, 79.225241], [132.683365, 79.22525], [132.591334, 79.347119], [132.557634, 79.391745], [132.555595, 79.395838], [132.555591, 79.395846], [132.464637, 79.578509], [132.464635, 79.578513], [132.462595, 79.582611], [132.461344, 79.587005], [132.461341, 79.587015], [132.405494, 79.783294], [132.405492, 79.783302], [132.404244, 79.78769], [132.384571, 80.0], [132.404244, 80.21231], [132.405493, 80.216699], [132.405494, 80.216705], [132.461341, 80.412984], [132.461343, 80.41299], [132.462595, 80.417389], [132.464636, 80.421489], [132.464637, 80.42149], [132.553672, 80.6003], [132.557634, 80.608255], [132.59555, 80.658464], [132.683365, 80.774749], [132.683368, 80.774752], [132.686128, 80.778407], [132.689511, 80.781491], [132.689512, 80.781492], [132.791493, 80.874461], [132.843698, 80.922052], [133.024981, 81.034298], [133.223802, 81.111321], [133.43339, 81.1505], [133.642027, 81.1505], [133.64661, 81.1505], [133.856198, 81.111321], [134.055019, 81.034298], [134.236302, 80.922052], [134.393872, 80.778407], [134.522366, 80.608255], [134.617405, 80.417389], [134.675756, 80.21231], [134.695429, 80.0], [134.675756, 79.78769], [134.617405, 79.582611], [134.522366, 79.391745], [134.393872, 79.221593], [134.29906, 79.13516], [134.239683, 79.08103], [134.239681, 79.081028], [134.236302, 79.077948], [134.13738, 79.016698], [134.103011, 78.980703], [134.0905, 78.932529], [134.0905, 78.229033], [134.098036, 78.191147], [134.119496, 78.159029], [135.040298, 77.238227], [137.881471, 74.397052], [137.883841, 74.394763], [137.931044, 74.35068], [137.95306, 74.314474], [137.958747, 74.306117], [137.984361, 74.272342], [137.991729, 74.253656], [137.999234, 74.238545], [138.009672, 74.221382], [138.021104, 74.180576], [138.024328, 74.170989], [138.039876, 74.131564], [138.041929, 74.11159], [138.045082, 74.095003], [138.048673, 74.082187], [138.048673, 74.082183], [138.0505, 74.075665], [138.0505, 74.0333], [138.051019, 74.023176], [138.051429, 74.019191], [138.055352, 73.981028], [138.051939, 73.961238], [138.0505, 73.944418], [138.0505, 72.049499], [138.063763, 71.999999], [138.1, 71.963762], [138.1495, 71.950499], [138.292009, 71.950499], [138.294864, 71.950499], [138.319991, 71.947585], [138.422765, 71.902206], [138.502206, 71.822765], [138.547585, 71.719991], [138.5505, 71.694865], [138.5505, 71.66484], [138.85, 71.66484], [138.850947, 71.674461], [138.859701, 71.718473], [138.86702, 71.736142], [138.900389, 71.786082], [138.913917, 71.79961], [138.963857, 71.832979], [138.981526, 71.840298], [139.025538, 71.849052], [139.03516, 71.85], [139.536967, 71.85], [139.547245, 71.847245], [139.55, 71.836967], [140.05, 71.836967], [140.052754, 71.847245], [140.063033, 71.85], [140.56484, 71.85], [140.574461, 71.849052], [140.618473, 71.840298], [140.636142, 71.832979], [140.686082, 71.79961], [140.69961, 71.786082], [140.732979, 71.736142], [140.740298, 71.718473], [140.749052, 71.674461], [140.75, 71.66484], [140.75, 70.913033], [140.747245, 70.902754], [140.736967, 70.9], [140.063033, 70.9], [140.052754, 70.902754], [140.05, 70.913033], [140.05, 71.836967], [139.55, 71.836967], [139.55, 70.913033], [139.547245, 70.902754], [139.536967, 70.9], [138.863033, 70.9], [138.852754, 70.902754], [138.85, 70.913033], [138.85, 71.66484], [138.5505, 71.66484], [138.550499, 70.386967], [138.85, 70.386967], [138.852754, 70.397245], [138.863033, 70.4], [139.536967, 70.4], [139.547245, 70.397245], [139.55, 70.386967], [140.05, 70.386967], [140.052754, 70.397245], [140.063033, 70.4], [140.736967, 70.4], [140.747245, 70.397245], [140.75, 70.386967], [140.75, 69.63516], [140.749052, 69.625538], [140.740298, 69.581526], [140.732979, 69.563857], [140.69961, 69.513917], [140.686082, 69.500389], [140.636142, 69.46702], [140.618473, 69.459701], [140.574461, 69.450947], [140.56484, 69.45], [140.063033, 69.45], [140.052754, 69.452754], [140.05, 69.463033], [140.05, 70.386967], [139.55, 70.386967], [139.55, 69.463033], [139.547245, 69.452754], [139.536967, 69.45], [139.03516, 69.45], [139.025538, 69.450947], [138.981526, 69.459701], [138.963857, 69.46702], [138.913917, 69.500389], [138.900389, 69.513917], [138.86702, 69.563857], [138.859701, 69.581526], [138.850947, 69.625538], [138.85, 69.63516], [138.85, 70.386967], [138.550499, 70.386967], [138.550499, 69.605136], [138.547585, 69.580009], [138.502206, 69.477235], [138.422765, 69.397794], [138.414376, 69.39409], [138.414375, 69.394089], [138.326802, 69.355422], [138.326799, 69.355421], [138.319991, 69.352415], [138.312594, 69.351556], [138.312591, 69.351556], [138.297714, 69.34983], [138.297704, 69.349829], [138.294865, 69.3495], [138.292, 69.3495], [138.1495, 69.3495], [138.1, 69.336237], [138.063763, 69.3], [138.0505, 69.2505], [138.0505, 66.426888], [141.575001, 66.426888], [141.575216, 66.431504], [141.577288, 66.453608], [141.579839, 66.465288], [141.620203, 66.580642], [141.627061, 66.593617], [141.698798, 66.690817], [141.709182, 66.701201], [141.806382, 66.772938], [141.819357, 66.779796], [141.934709, 66.820159], [141.946392, 66.822711], [141.9685, 66.824784], [141.973108, 66.825], [142.236967, 66.825], [142.247245, 66.822245], [142.25, 66.811967], [142.25, 66.811966], [142.75, 66.811966], [142.752754, 66.822244], [142.763033, 66.824999], [143.026888, 66.824999], [143.031504, 66.824783], [143.053608, 66.822711], [143.065288, 66.82016], [143.180642, 66.779796], [143.193617, 66.772938], [143.290817, 66.701201], [143.301201, 66.690817], [143.372938, 66.593617], [143.379796, 66.580642], [143.420159, 66.46529], [143.422711, 66.453607], [143.424784, 66.431499], [143.425, 66.426892], [143.425, 66.300533], [143.422245, 66.290254], [143.411967, 66.2875], [142.763033, 66.2875], [142.752754, 66.290254], [142.75, 66.300533], [142.75, 66.811966], [142.25, 66.811966], [142.25, 66.300533], [142.247245, 66.290254], [142.236967, 66.2875], [141.588034, 66.2875], [141.577755, 66.290254], [141.575001, 66.300533], [141.575001, 66.426888], [138.0505, 66.426888], [138.0505, 65.774467], [141.575, 65.774467], [141.577754, 65.784745], [141.588033, 65.7875], [142.236967, 65.7875], [142.247245, 65.784745], [142.25, 65.774467], [142.75, 65.774467], [142.752754, 65.784745], [142.763033, 65.7875], [143.411966, 65.7875], [143.422244, 65.784745], [143.424999, 65.774467], [143.424999, 65.648112], [143.424783, 65.643495], [143.422711, 65.621391], [143.42016, 65.609711], [143.379796, 65.494357], [143.372938, 65.481382], [143.301201, 65.384182], [143.290817, 65.373798], [143.193617, 65.302061], [143.180642, 65.295203], [143.06529, 65.25484], [143.053607, 65.252288], [143.031499, 65.250215], [143.026892, 65.25], [142.763033, 65.25], [142.752754, 65.252754], [142.75, 65.263033], [142.75, 65.774467], [142.25, 65.774467], [142.25, 65.263034], [142.247245, 65.252755], [142.236967, 65.250001], [141.973112, 65.250001], [141.968495, 65.250216], [141.946391, 65.252288], [141.934711, 65.254839], [141.819357, 65.295203], [141.806382, 65.302061], [141.709182, 65.373798], [141.698798, 65.384182], [141.627061, 65.481382], [141.620203, 65.494357], [141.57984, 65.609709], [141.577288, 65.621392], [141.575215, 65.6435], [141.575, 65.648108], [141.575, 65.774467], [138.0505, 65.774467], [138.0505, 65.749499], [138.063763, 65.699999], [138.1, 65.663762], [138.1495, 65.650499], [139.442009, 65.650499], [139.444864, 65.650499], [139.469991, 65.647585], [139.572765, 65.602206], [139.652206, 65.522765], [139.697585, 65.419991], [139.7005, 65.394865], [139.7005, 64.9995], [139.713763, 64.95], [139.75, 64.913763], [139.7995, 64.9005], [142.101421, 64.9005], [142.104801, 64.900558], [142.169326, 64.902762], [142.21048, 64.892732], [142.220443, 64.890838], [142.26242, 64.88507], [142.280845, 64.877065], [142.296845, 64.871686], [142.299242, 64.871102], [142.316352, 64.866933], [142.322979, 64.863206], [142.323893, 64.862967], [142.328555, 64.861129], [142.328775, 64.861688], [142.371501, 64.8505], [143.01515, 64.8505], [143.018102, 64.8505], [143.106564, 64.839877], [143.247342, 64.784361], [143.367922, 64.692922], [143.459361, 64.572342], [143.514877, 64.431564], [143.5255, 64.343102], [143.5255, 63.581898], [143.514877, 63.493436], [143.459361, 63.352658], [143.367922, 63.232078], [143.247342, 63.140639], [143.236991, 63.136557], [143.113181, 63.087732], [143.067657, 63.051337], [143.0505, 62.995635], [143.0505, 62.769033], [143.058036, 62.731147], [143.079496, 62.699029], [143.699029, 62.079496], [143.731147, 62.058036], [143.769033, 62.0505], [144.481896, 62.0505], [144.533325, 62.064907], [144.569786, 62.103934], [144.580667, 62.156223], [144.562802, 62.206555], [144.521389, 62.240282], [144.488305, 62.254674], [144.488301, 62.254676], [144.4821, 62.257374], [144.476855, 62.261644], [144.47685, 62.261648], [144.420244, 62.307743], [144.420234, 62.307752], [144.417615, 62.309885], [144.415314, 62.31235], [144.415304, 62.31236], [144.373552, 62.3571], [144.373544, 62.357109], [144.37125, 62.359568], [144.369313, 62.362313], [144.369304, 62.362325], [144.325259, 62.424766], [144.325253, 62.424775], [144.323313, 62.427526], [144.321763, 62.430517], [144.321757, 62.430529], [143.856189, 63.329635], [143.856183, 63.329648], [143.854824, 63.332273], [143.853785, 63.335047], [143.853782, 63.335054], [143.83055, 63.397086], [143.829288, 63.400457], [143.82859, 63.403321], [143.828588, 63.403329], [143.815876, 63.455523], [143.815177, 63.458395], [143.814825, 63.461321], [143.814824, 63.461331], [143.806852, 63.527747], [143.806851, 63.527761], [143.8065, 63.530687], [143.8065, 63.533643], [143.8065, 68.727717], [143.788975, 68.783955], [143.742606, 68.820284], [143.683808, 68.82384], [143.590871, 68.800933], [143.590868, 68.800932], [143.585056, 68.7995], [143.414944, 68.7995], [143.409131, 68.800932], [143.409128, 68.800933], [143.255591, 68.838776], [143.255587, 68.838777], [143.249775, 68.84021], [143.244476, 68.84299], [143.244471, 68.842993], [143.104451, 68.916482], [143.104446, 68.916485], [143.099148, 68.919266], [143.094667, 68.923234], [143.094665, 68.923237], [142.976299, 69.028099], [142.976293, 69.028105], [142.971817, 69.032071], [142.968417, 69.036996], [142.968414, 69.037], [142.878581, 69.167144], [142.878577, 69.167151], [142.875182, 69.17207], [142.873061, 69.17766], [142.87306, 69.177664], [142.816983, 69.325528], [142.816981, 69.325533], [142.81486, 69.331128], [142.814139, 69.337065], [142.814137, 69.337074], [142.797786, 69.471745], [142.794355, 69.5], [142.795077, 69.505946], [142.814137, 69.662925], [142.814138, 69.662932], [142.81486, 69.668872], [142.816982, 69.674468], [142.816983, 69.674471], [142.830694, 69.710624], [142.875182, 69.82793], [142.878579, 69.832851], [142.878581, 69.832855], [142.905767, 69.87224], [142.971817, 69.967929], [143.099148, 70.080734], [143.249775, 70.15979], [143.414944, 70.2005], [143.579068, 70.2005], [143.585056, 70.2005], [143.750225, 70.15979], [143.750366, 70.160365], [143.794259, 70.155504], [143.839884, 70.174481], [143.870653, 70.213146], [143.878902, 70.261867], [143.862574, 70.308506], [143.856775, 70.317185], [143.856772, 70.317188], [143.853531, 70.322041], [143.851511, 70.327514], [143.85151, 70.327518], [143.835095, 70.372013], [143.828674, 70.389419], [143.827997, 70.392238], [143.827993, 70.392252], [143.815618, 70.443799], [143.815615, 70.44381], [143.814941, 70.446622], [143.814601, 70.449492], [143.814599, 70.449505], [143.806841, 70.515051], [143.80684, 70.515062], [143.8065, 70.517938], [143.8065, 70.520847], [143.8065, 71.583991], [143.791452, 71.63646], [143.710642, 71.765757], [143.471759, 72.14797], [143.435799, 72.18209], [143.387807, 72.1945], [142.478, 72.1945], [142.474788, 72.194922], [142.474786, 72.194923], [142.402137, 72.204487], [142.402125, 72.204489], [142.39893, 72.20491], [142.395818, 72.205743], [142.395807, 72.205746], [142.339064, 72.220951], [142.33906, 72.220952], [142.33593, 72.221791], [142.332938, 72.22303], [142.332927, 72.223034], [142.268248, 72.249825], [142.268244, 72.249827], [142.26225, 72.25231], [142.257106, 72.256256], [142.257101, 72.25626], [142.201542, 72.298892], [142.201529, 72.298902], [142.198979, 72.30086], [142.196703, 72.303135], [142.196695, 72.303143], [142.155143, 72.344695], [142.155135, 72.344703], [142.15286, 72.346979], [142.150902, 72.349529], [142.150892, 72.349542], [142.10826, 72.405101], [142.108256, 72.405106], [142.10431, 72.41025], [142.101827, 72.416244], [142.101825, 72.416248], [142.075034, 72.480927], [142.07503, 72.480938], [142.073791, 72.48393], [142.072952, 72.48706], [142.072951, 72.487064], [142.057746, 72.543807], [142.057743, 72.543818], [142.05691, 72.54693], [142.056489, 72.550125], [142.056487, 72.550137], [142.048822, 72.608362], [142.0465, 72.626], [142.0465, 73.374], [142.046922, 73.377212], [142.046923, 73.377213], [142.056487, 73.449862], [142.056488, 73.449871], [142.05691, 73.45307], [142.057744, 73.456184], [142.057746, 73.456192], [142.067015, 73.490783], [142.073791, 73.51607], [142.075031, 73.519065], [142.075034, 73.519072], [142.084553, 73.542052], [142.10431, 73.58975], [142.108259, 73.594896], [142.10826, 73.594898], [142.150892, 73.650457], [142.150896, 73.650462], [142.15286, 73.653021], [142.198979, 73.69914], [142.201539, 73.701104], [142.201542, 73.701107], [142.229546, 73.722595], [142.26225, 73.74769], [142.33593, 73.778209], [142.39893, 73.79509], [142.478, 73.8055], [144.305712, 73.8055], [144.307802, 73.8055], [144.359092, 73.801164], [144.400799, 73.794061], [144.497595, 73.760106], [144.5346, 73.739598], [144.577359, 73.710944], [144.995557, 73.376385], [145.043782, 73.328029], [145.078634, 73.284222], [145.114912, 73.226362], [145.13743, 73.161889], [145.149866, 73.107307], [145.1575, 73.039441], [145.1575, 72.36755], [145.165036, 72.329664], [145.186496, 72.297546], [145.369864, 72.114178], [145.602052, 71.88199], [145.610692, 71.870729], [145.655374, 71.837965], [145.710663, 71.834339], [145.759241, 71.860989], [148.271519, 74.373267], [148.295099, 74.410976], [148.299793, 74.455201], [148.295077, 74.494049], [148.295077, 74.494054], [148.294355, 74.5], [148.295077, 74.505946], [148.314137, 74.662925], [148.314138, 74.662932], [148.31486, 74.668872], [148.316982, 74.674468], [148.316983, 74.674471], [148.332848, 74.716303], [148.375182, 74.82793], [148.378579, 74.832851], [148.378581, 74.832855], [148.439401, 74.920967], [148.471817, 74.967929], [148.599148, 75.080734], [148.749775, 75.15979], [148.914944, 75.2005], [149.079068, 75.2005], [149.085056, 75.2005], [149.250225, 75.15979], [149.400852, 75.080734], [149.528183, 74.967929], [149.624818, 74.82793], [149.68514, 74.668872], [149.705645, 74.5], [149.69073, 74.377162], [149.685862, 74.337074], [149.685861, 74.337073], [149.68514, 74.331128], [149.624818, 74.17207], [149.601206, 74.137863], [149.558274, 74.075665], [149.528183, 74.032071], [149.513644, 74.019191], [149.405334, 73.923237], [149.400852, 73.919266], [149.394458, 73.91591], [149.255528, 73.842993], [149.255526, 73.842992], [149.250225, 73.84021], [149.244409, 73.838776], [149.244408, 73.838776], [149.090871, 73.800933], [149.090868, 73.800932], [149.085056, 73.7995], [148.942256, 73.7995], [148.90437, 73.791964], [148.872252, 73.770504], [146.360989, 71.259241], [146.334339, 71.210663], [146.337965, 71.155374], [146.37073, 71.110692], [146.38199, 71.102052], [146.449546, 71.034496], [146.481664, 71.013036], [146.51955, 71.0055], [149.94001, 71.0055], [149.942657, 71.0055], [150.007401, 70.998561], [150.059593, 70.987243], [150.121393, 70.966741], [150.177445, 70.933608], [150.220261, 70.901688], [150.268021, 70.857427], [150.325851, 70.791039], [150.376205, 70.760094], [150.435218, 70.763354], [150.481858, 70.799658], [150.4995, 70.856067], [150.4995, 76.251679], [150.491964, 76.289565], [150.470504, 76.321683], [144.056663, 82.735521], [144.040195, 82.748793], [144.03983, 82.749027], [144.039822, 82.749033], [144.033869, 82.75286], [144.029236, 82.758206], [144.029231, 82.758211], [144.000758, 82.79107], [143.99595, 82.796234], [143.988279, 82.803905], [143.988267, 82.803918], [143.985776, 82.80641], [143.983667, 82.809226], [143.983654, 82.809242], [143.977146, 82.817937], [143.972715, 82.823435], [143.944256, 82.856279], [143.944254, 82.856281], [143.93962, 82.86163], [143.93668, 82.868066], [143.936676, 82.868073], [143.936498, 82.868464], [143.925709, 82.886649], [143.925444, 82.887002], [143.925441, 82.887007], [143.921201, 82.892672], [143.918728, 82.899299], [143.918725, 82.899307], [143.903531, 82.940043], [143.900828, 82.946568], [143.882772, 82.986105], [143.882769, 82.986113], [143.879832, 82.992546], [143.878825, 82.999547], [143.878822, 82.999558], [143.87876, 82.999992], [143.873534, 83.020469], [143.87338, 83.02088], [143.873376, 83.020894], [143.870906, 83.02752], [143.870401, 83.034577], [143.870401, 83.034578], [143.867299, 83.077941], [143.866544, 83.084962], [143.864999, 83.095705], [143.864998, 83.095718], [143.864497, 83.099204], [143.864497, 83.102738], [143.864497, 83.113584], [143.864245, 83.120648], [143.863084, 83.136877], [143.845299, 83.186787], [143.804324, 83.220378], [143.769985, 83.23554], [143.729997, 83.243975], [143.69001, 83.23554], [143.621802, 83.205424], [143.621798, 83.205422], [143.614988, 83.202416], [143.607591, 83.201557], [143.607588, 83.201557], [143.592711, 83.199831], [143.592701, 83.19983], [143.589862, 83.199501], [143.586997, 83.199501], [142.602988, 83.199501], [142.60297, 83.199501], [142.600133, 83.199502], [142.597312, 83.199829], [142.597297, 83.19983], [142.582401, 83.201558], [142.582398, 83.201558], [142.575006, 83.202416], [142.568201, 83.20542], [142.568192, 83.205423], [142.499984, 83.23554], [142.459997, 83.243975], [142.42001, 83.23554], [142.3805, 83.218095], [142.339523, 83.184503], [142.321739, 83.134592], [142.319088, 83.097514], [142.316466, 83.090484], [142.31123, 83.069967], [142.311169, 83.069547], [142.310162, 83.06254], [142.291136, 83.02088], [142.289162, 83.016557], [142.286457, 83.010026], [142.277535, 82.986105], [142.268793, 82.962666], [142.26455, 82.956998], [142.264548, 82.956994], [142.264288, 82.956647], [142.25349, 82.938448], [142.250374, 82.931624], [142.217256, 82.893404], [142.212851, 82.887936], [142.204218, 82.876404], [142.19404, 82.866226], [142.189225, 82.861054], [142.160762, 82.828205], [142.16076, 82.828203], [142.156125, 82.822854], [142.150168, 82.819025], [142.150164, 82.819022], [142.149807, 82.818793], [142.133329, 82.805515], [139.74913, 80.421316], [139.723313, 80.376197], [139.723914, 80.324218], [139.754504, 80.216711], [139.754505, 80.216705], [139.755756, 80.21231], [139.775429, 80.0], [139.755756, 79.78769], [139.697405, 79.582611], [139.602366, 79.391745], [139.473872, 79.221593], [139.37906, 79.13516], [139.319683, 79.08103], [139.319681, 79.081028], [139.316302, 79.077948], [139.312413, 79.07554], [139.312409, 79.075537], [139.159246, 78.980703], [139.135019, 78.965702], [139.049389, 78.932529], [138.940467, 78.890332], [138.940459, 78.890329], [138.936198, 78.888679], [138.931694, 78.887837], [138.731116, 78.850342], [138.731112, 78.850341], [138.72661, 78.8495], [138.51339, 78.8495], [138.508888, 78.850341], [138.508883, 78.850342], [138.308305, 78.887837], [138.308302, 78.887837], [138.303802, 78.888679], [138.299543, 78.890328], [138.299532, 78.890332], [138.10925, 78.964048], [138.109248, 78.964048], [138.104981, 78.965702], [138.101087, 78.968112], [138.101085, 78.968114], [137.92759, 79.075537], [137.927581, 79.075543], [137.923698, 79.077948], [137.920323, 79.081024], [137.920316, 79.08103], [137.769512, 79.218507], [137.769506, 79.218513], [137.766128, 79.221593], [137.763372, 79.225241], [137.763365, 79.22525], [137.671334, 79.347119], [137.637634, 79.391745], [137.635595, 79.395838], [137.635591, 79.395846], [137.544637, 79.578509], [137.544635, 79.578513], [137.542595, 79.582611], [137.541344, 79.587005], [137.541341, 79.587015], [137.485494, 79.783294], [137.485492, 79.783302], [137.484244, 79.78769], [137.464571, 80.0], [137.484244, 80.21231], [137.485493, 80.216699], [137.485494, 80.216705], [137.541341, 80.412984], [137.541343, 80.41299], [137.542595, 80.417389], [137.544636, 80.421489], [137.544637, 80.42149], [137.606698, 80.546127], [137.616566, 80.6003], [137.595965, 80.651366], [137.551267, 80.683526], [137.496302, 80.686831], [137.448073, 80.660259], [137.20913, 80.421316], [137.183313, 80.376197], [137.183914, 80.324218], [137.214504, 80.216711], [137.214505, 80.216705], [137.215756, 80.21231], [137.235429, 80.0], [137.215756, 79.78769], [137.157405, 79.582611], [137.062366, 79.391745], [136.933872, 79.221593], [136.83906, 79.13516], [136.779683, 79.08103], [136.779681, 79.081028], [136.776302, 79.077948], [136.772413, 79.07554], [136.772409, 79.075537], [136.619246, 78.980703], [136.595019, 78.965702], [136.509389, 78.932529], [136.400467, 78.890332], [136.400459, 78.890329], [136.396198, 78.888679], [136.391694, 78.887837], [136.191116, 78.850342], [136.191112, 78.850341], [136.18661, 78.8495], [135.97339, 78.8495], [135.968888, 78.850341], [135.968883, 78.850342], [135.768305, 78.887837], [135.768302, 78.887837], [135.763802, 78.888679], [135.759543, 78.890328], [135.759532, 78.890332], [135.56925, 78.964048], [135.569248, 78.964048], [135.564981, 78.965702], [135.561087, 78.968112], [135.561085, 78.968114], [135.38759, 79.075537], [135.387581, 79.075543], [135.383698, 79.077948], [135.380323, 79.081024], [135.380316, 79.08103], [135.229512, 79.218507], [135.229506, 79.218513], [135.226128, 79.221593], [135.223372, 79.225241], [135.223365, 79.22525], [135.131334, 79.347119], [135.097634, 79.391745], [135.095595, 79.395838], [135.095591, 79.395846], [135.004637, 79.578509], [135.004635, 79.578513], [135.002595, 79.582611], [135.001344, 79.587005], [135.001341, 79.587015], [134.945494, 79.783294], [134.945492, 79.783302], [134.944244, 79.78769], [134.924571, 80.0], [134.944244, 80.21231], [134.945493, 80.216699], [134.945494, 80.216705], [135.001341, 80.412984], [135.001343, 80.41299], [135.002595, 80.417389], [135.004636, 80.421489], [135.004637, 80.42149], [135.093672, 80.6003], [135.097634, 80.608255], [135.13555, 80.658464], [135.223365, 80.774749], [135.223368, 80.774752], [135.226128, 80.778407], [135.229511, 80.781491], [135.229512, 80.781492], [135.331493, 80.874461], [135.383698, 80.922052], [135.564981, 81.034298], [135.763802, 81.111321], [135.97339, 81.1505], [136.182027, 81.1505], [136.18661, 81.1505], [136.396198, 81.111321], [136.400475, 81.109663], [136.404869, 81.108414], [136.405247, 81.109743], [136.455157, 81.105688], [136.504741, 81.132555], [137.680518, 82.308332], [137.693796, 82.32481], [137.694025, 82.325167], [137.694028, 82.325171], [137.697857, 82.331128], [137.703206, 82.335763], [137.703208, 82.335765], [137.736057, 82.364228], [137.74123, 82.369044], [137.751407, 82.379221], [137.762939, 82.387854], [137.768407, 82.392259], [137.806627, 82.425377], [137.813454, 82.428494], [137.83165, 82.439291], [137.831997, 82.439551], [137.832001, 82.439553], [137.837669, 82.443796], [137.877804, 82.458765], [137.885029, 82.46146], [137.89156, 82.464165], [137.937543, 82.485165], [137.944749, 82.4862], [137.94497, 82.486233], [137.965487, 82.491469], [137.972517, 82.494091], [138.022957, 82.497698], [138.02995, 82.49845], [138.044201, 82.5005], [138.058581, 82.5005], [138.065644, 82.500752], [138.116073, 82.504359], [138.12341, 82.502762], [138.144454, 82.5005], [139.251678, 82.5005], [139.289564, 82.508036], [139.321682, 82.529496], [139.822683, 83.030497], [139.849777, 83.081187], [139.844143, 83.138387], [139.807681, 83.182816], [139.752679, 83.199501], [138.792988, 83.199501], [138.79297, 83.199501], [138.790133, 83.199502], [138.787312, 83.199829], [138.787297, 83.19983], [138.772401, 83.201558], [138.772398, 83.201558], [138.765006, 83.202416], [138.758201, 83.20542], [138.758192, 83.205423], [138.689984, 83.23554], [138.649997, 83.243975], [138.61001, 83.23554], [138.541802, 83.205424], [138.541798, 83.205422], [138.534988, 83.202416], [138.527591, 83.201557], [138.527588, 83.201557], [138.512711, 83.199831], [138.512701, 83.19983], [138.509862, 83.199501], [138.506997, 83.199501], [137.522988, 83.199501], [137.52297, 83.199501], [137.520133, 83.199502], [137.517312, 83.199829], [137.517297, 83.19983], [137.502401, 83.201558], [137.502398, 83.201558], [137.495006, 83.202416], [137.488197, 83.205422], [137.488195, 83.205423], [137.400621, 83.24409], [137.400617, 83.244092], [137.392232, 83.247795], [137.38575, 83.254276], [137.385747, 83.254279], [137.319275, 83.320751], [137.319272, 83.320754], [137.312791, 83.327236], [137.309088, 83.335621], [137.309086, 83.335625], [137.270419, 83.423198], [137.270419, 83.423199], [137.267412, 83.43001], [137.266554, 83.437405], [137.266553, 83.437409], [137.264827, 83.452286], [137.264826, 83.452297], [137.264497, 83.455136], [137.264497, 83.458001], [137.264497, 84.471887], [137.25322, 84.517774], [137.221959, 84.553207], [137.177835, 84.570115], [137.130901, 84.564645], [137.113284, 84.558074], [137.113278, 84.558072], [137.10748, 84.55591], [137.101325, 84.555248], [137.101324, 84.555248], [137.050497, 84.549783], [137.050488, 84.549782], [137.04787, 84.549501], [137.045224, 84.549501], [135.454772, 84.549501], [135.454753, 84.549501], [135.452125, 84.549502], [135.44951, 84.549783], [135.449493, 84.549784], [135.398675, 84.555247], [135.398669, 84.555248], [135.392514, 84.55591], [135.386713, 84.558073], [135.386707, 84.558075], [135.2643, 84.60373], [135.264296, 84.603732], [135.257666, 84.606205], [135.252003, 84.610443], [135.251996, 84.610448], [135.148123, 84.688208], [135.148119, 84.688211], [135.142451, 84.692455], [135.138207, 84.698123], [135.138204, 84.698127], [135.060444, 84.802], [135.060439, 84.802007], [135.056201, 84.80767], [135.053726, 84.814304], [135.053725, 84.814307], [135.03819, 84.855955], [135.018013, 84.888685], [134.986888, 84.911259], [134.983118, 84.912996], [134.968233, 84.914957], [134.968234, 84.914957], [134.954781, 84.920529], [134.954777, 84.92053], [134.82815, 84.972981], [134.828145, 84.972983], [134.822155, 84.975465], [134.817011, 84.979412], [134.817006, 84.979415], [134.701861, 85.067769], [134.701858, 85.067771], [134.696714, 85.071719], [134.692765, 85.076864], [134.692765, 85.076865], [134.676492, 85.098072], [134.667955, 85.107806], [134.495258, 85.280504], [134.46314, 85.301965], [134.425254, 85.309501], [133.135848, 85.309501], [133.122926, 85.308654], [133.089999, 85.304319], [133.083565, 85.305166], [133.050638, 85.309501], [132.939672, 85.324109], [132.939665, 85.32411], [132.933237, 85.324957], [132.927242, 85.32744], [132.927239, 85.327441], [132.793153, 85.382981], [132.793148, 85.382983], [132.787158, 85.385465], [132.782014, 85.389412], [132.782009, 85.389415], [132.666864, 85.477769], [132.666861, 85.477771], [132.661717, 85.481719], [132.657773, 85.486858], [132.657762, 85.48687], [132.641497, 85.508068], [132.63296, 85.517804], [132.107798, 86.042965], [132.098064, 86.051501], [132.076862, 86.06777], [132.076855, 86.067776], [132.071715, 86.071721], [132.06777, 86.076861], [132.067764, 86.076868], [131.984826, 86.184956], [131.984826, 86.184957], [131.979412, 86.192012], [131.97941, 86.192015], [131.975461, 86.197162], [131.97298, 86.203149], [131.972976, 86.203158], [131.921295, 86.32793], [131.914953, 86.343241], [131.914106, 86.349669], [131.914105, 86.349676], [131.898015, 86.4719], [131.894315, 86.500003], [131.895162, 86.506436], [131.89865, 86.53293], [131.899497, 86.545852], [131.899497, 93.07454], [131.891961, 93.112426], [131.8705, 93.144544], [131.444503, 93.57054], [131.393814, 93.597634], [131.336614, 93.592], [131.292184, 93.555537], [131.2755, 93.500536], [131.2755, 93.123334], [131.2755, 93.120382], [131.265117, 93.033923], [131.261362, 93.024402], [131.243914, 92.980155], [131.210862, 92.896342], [131.1215, 92.7785], [131.003658, 92.689138], [130.997169, 92.686579], [130.87198, 92.63721], [130.871974, 92.637208], [130.866077, 92.634883], [130.859776, 92.634126], [130.859775, 92.634126], [130.782546, 92.624851], [130.782535, 92.62485], [130.779618, 92.6245], [130.220382, 92.6245], [130.217465, 92.62485], [130.217453, 92.624851], [130.140224, 92.634126], [130.140221, 92.634126], [130.133923, 92.634883], [130.128027, 92.637207], [130.128019, 92.63721], [130.002637, 92.686655], [130.002633, 92.686656], [129.996342, 92.689138], [129.990949, 92.693226], [129.990948, 92.693228], [129.883899, 92.774405], [129.883895, 92.774408], [129.8785, 92.7785], [129.874408, 92.783895], [129.874405, 92.783899], [129.797167, 92.885754], [129.789138, 92.896342], [129.786656, 92.902633], [129.786655, 92.902637], [129.73721, 93.028019], [129.737207, 93.028027], [129.734883, 93.033923], [129.734126, 93.040221], [129.734126, 93.040224], [129.724851, 93.117453], [129.72485, 93.117465], [129.7245, 93.120382], [129.7245, 93.123334], [129.7245, 93.225501], [129.711237, 93.275001], [129.675, 93.311238], [129.6255, 93.324501], [128.970847, 93.324501], [128.915846, 93.307817], [128.879383, 93.263387], [128.873749, 93.206187], [128.900843, 93.155498], [129.508326, 92.548013], [129.524816, 92.534726], [129.531125, 92.530672], [129.56424, 92.492452], [129.569045, 92.487294], [129.571339, 92.485], [129.579218, 92.477122], [129.587863, 92.465571], [129.592249, 92.460128], [129.625374, 92.421902], [129.628491, 92.415075], [129.639294, 92.396869], [129.643793, 92.39086], [129.661459, 92.343491], [129.664164, 92.336963], [129.679256, 92.303918], [129.685162, 92.290986], [129.68623, 92.283553], [129.691466, 92.26304], [129.694088, 92.256012], [129.697695, 92.205572], [129.698447, 92.198578], [129.700497, 92.184328], [129.700497, 92.169948], [129.700749, 92.162885], [129.704356, 92.112456], [129.7067, 92.112623], [129.713617, 92.075891], [129.746192, 92.037341], [129.793538, 92.01986], [129.843349, 92.027989], [129.882679, 92.059616], [129.945237, 92.14438], [129.955619, 92.154762], [130.049791, 92.224264], [130.062764, 92.23112], [130.174557, 92.270238], [130.18624, 92.272791], [130.207499, 92.274784], [130.212107, 92.275], [130.236967, 92.275], [130.247245, 92.272245], [130.25, 92.261967], [130.75, 92.261967], [130.752754, 92.272245], [130.763033, 92.275], [130.787893, 92.275], [130.7925, 92.274784], [130.813759, 92.272791], [130.825442, 92.270238], [130.937235, 92.23112], [130.950208, 92.224264], [131.04438, 92.154762], [131.054762, 92.14438], [131.124264, 92.050208], [131.13112, 92.037235], [131.170238, 91.925442], [131.172791, 91.913759], [131.174784, 91.8925], [131.175, 91.887893], [131.175, 91.850533], [131.172245, 91.840254], [131.161967, 91.8375], [130.763033, 91.8375], [130.752754, 91.840254], [130.75, 91.850533], [130.75, 92.261967], [130.25, 92.261967], [130.25, 91.324467], [130.75, 91.324467], [130.752754, 91.334745], [130.763033, 91.3375], [131.161967, 91.3375], [131.172245, 91.334745], [131.175, 91.324467], [131.175, 91.287107], [131.174784, 91.282499], [131.172791, 91.26124], [131.170238, 91.249557], [131.13112, 91.137764], [131.124264, 91.124791], [131.054762, 91.030619], [131.04438, 91.020237], [130.950208, 90.950735], [130.937235, 90.943879], [130.825442, 90.904761], [130.813759, 90.902208], [130.7925, 90.900215], [130.787893, 90.9], [130.763033, 90.9], [130.752754, 90.902754], [130.75, 90.913033], [130.75, 91.324467], [130.25, 91.324467], [130.25, 90.913033], [130.247245, 90.902754], [130.236967, 90.9], [130.212107, 90.9], [130.207499, 90.900215], [130.18624, 90.902208], [130.174557, 90.904761], [130.062764, 90.943879], [130.049791, 90.950735], [129.955619, 91.020237], [129.945237, 91.030619], [129.879152, 91.120163], [129.829561, 91.1557], [129.768553, 91.155415], [129.719296, 91.119416], [129.700497, 91.061375], [129.700497, 89.764451], [129.70276, 89.743405], [129.70285, 89.742991], [129.704356, 89.73607], [129.700749, 89.685641], [129.700497, 89.678578], [129.700497, 89.667739], [129.700497, 89.664198], [129.698447, 89.649947], [129.697695, 89.642954], [129.694088, 89.592514], [129.691466, 89.585484], [129.68623, 89.564967], [129.686169, 89.564547], [129.685162, 89.55754], [129.664162, 89.511557], [129.661457, 89.505026], [129.657365, 89.494054], [129.643793, 89.457666], [129.63955, 89.451998], [129.639548, 89.451994], [129.639288, 89.451647], [129.62849, 89.433448], [129.625374, 89.426624], [129.592272, 89.388422], [129.587837, 89.382919], [129.581334, 89.374232], [129.579217, 89.371404], [129.569041, 89.361228], [129.56424, 89.356071], [129.531125, 89.317854], [129.524801, 89.313789], [129.508325, 89.300512], [129.229501, 89.021687], [129.210495, 88.995023], [129.201227, 88.963617], [129.185862, 88.837074], [129.185861, 88.837073], [129.18514, 88.831128], [129.124818, 88.67207], [129.028183, 88.532071], [128.900852, 88.419266], [128.750225, 88.34021], [128.744409, 88.338776], [128.744408, 88.338776], [128.590871, 88.300933], [128.590868, 88.300932], [128.585056, 88.2995], [128.414944, 88.2995], [128.409131, 88.300932], [128.409128, 88.300933], [128.255591, 88.338776], [128.255587, 88.338777], [128.249775, 88.34021], [128.244476, 88.34299], [128.244471, 88.342993], [128.104451, 88.416482], [128.104446, 88.416485], [128.099148, 88.419266], [128.094667, 88.423234], [128.094665, 88.423237], [127.976299, 88.528099], [127.976293, 88.528105], [127.971817, 88.532071], [127.968417, 88.536996], [127.968414, 88.537], [127.878581, 88.667144], [127.878577, 88.667151], [127.875182, 88.67207], [127.873061, 88.67766], [127.87306, 88.677664], [127.816983, 88.825528], [127.816981, 88.825533], [127.81486, 88.831128], [127.814139, 88.837065], [127.814137, 88.837074], [127.798773, 88.963617], [127.794355, 89.0], [127.795077, 89.005946], [127.814137, 89.162925], [127.814138, 89.162932], [127.81486, 89.168872], [127.816982, 89.174468], [127.816983, 89.174471], [127.86991, 89.314028], [127.875182, 89.32793], [127.878579, 89.332851], [127.878581, 89.332855], [127.898166, 89.361228], [127.971817, 89.467929], [128.099148, 89.580734], [128.249775, 89.65979], [128.414944, 89.7005], [128.451679, 89.7005], [128.489565, 89.708036], [128.521682, 89.729496], [128.6705, 89.878313], [128.691961, 89.910431], [128.699497, 89.948317], [128.699497, 91.900208], [128.691961, 91.938094], [128.670503, 91.970208], [128.598998, 92.041713], [128.548311, 92.068806], [128.491111, 92.063172], [128.446682, 92.026709], [128.429997, 91.971708], [128.429997, 91.935161], [128.429049, 91.925539], [128.420295, 91.881527], [128.412976, 91.863858], [128.379607, 91.813918], [128.366079, 91.80039], [128.316139, 91.767021], [128.29847, 91.759702], [128.254458, 91.750948], [128.244837, 91.750001], [127.790181, 91.750001], [127.736429, 91.734138], [127.699903, 91.691633], [127.692308, 91.636106], [127.713673, 91.590484], [127.712943, 91.58998], [127.715951, 91.585621], [127.716077, 91.585353], [127.716346, 91.585048], [127.7231, 91.575263], [127.795368, 91.437565], [127.795089, 91.433343], [127.784318, 91.430001], [125.395676, 91.430001], [125.384904, 91.433343], [125.384625, 91.437565], [125.456893, 91.575263], [125.463647, 91.585048], [125.56843, 91.703324], [125.57733, 91.711208], [125.707375, 91.800971], [125.717898, 91.806494], [125.865647, 91.862528], [125.883003, 91.866806], [125.882422, 91.869161], [125.918924, 91.883743], [125.950684, 91.924302], [125.957767, 91.975327], [125.938254, 92.023003], [125.89743, 92.054421], [125.775755, 92.104821], [125.775752, 92.104822], [125.769764, 92.107303], [125.764621, 92.111248], [125.764618, 92.111251], [125.654694, 92.195599], [125.65469, 92.195602], [125.649546, 92.19955], [125.645598, 92.204694], [125.645595, 92.204698], [125.561247, 92.314622], [125.561244, 92.314625], [125.557299, 92.319768], [125.554818, 92.325757], [125.554816, 92.325761], [125.503561, 92.449502], [125.49931, 92.459765], [125.498463, 92.466194], [125.498462, 92.4662], [125.481744, 92.593194], [125.479531, 92.610001], [125.480378, 92.616435], [125.498462, 92.753801], [125.498463, 92.753806], [125.49931, 92.760237], [125.519244, 92.808362], [125.553452, 92.890948], [125.557299, 92.900234], [125.649546, 93.020452], [125.769764, 93.112699], [125.771106, 93.113254], [125.809855, 93.155539], [125.817628, 93.214571], [125.790136, 93.267385], [124.991663, 94.065858], [124.975195, 94.07913], [124.97483, 94.079364], [124.974822, 94.07937], [124.968869, 94.083197], [124.964236, 94.088543], [124.964231, 94.088548], [124.935758, 94.121407], [124.93095, 94.126571], [124.923279, 94.134242], [124.923267, 94.134255], [124.920776, 94.136747], [124.918667, 94.139563], [124.918654, 94.139579], [124.912146, 94.148274], [124.907715, 94.153772], [124.879256, 94.186616], [124.879254, 94.186618], [124.87462, 94.191967], [124.87168, 94.198403], [124.871676, 94.19841], [124.871498, 94.198801], [124.860709, 94.216986], [124.860444, 94.217339], [124.860441, 94.217344], [124.856201, 94.223009], [124.853728, 94.229636], [124.853725, 94.229644], [124.838531, 94.27038], [124.835828, 94.276905], [124.817772, 94.316442], [124.817769, 94.31645], [124.814832, 94.322883], [124.813825, 94.329884], [124.813822, 94.329895], [124.81376, 94.330329], [124.808534, 94.350806], [124.80838, 94.351217], [124.808376, 94.351231], [124.805906, 94.357857], [124.805401, 94.364914], [124.805401, 94.364915], [124.802299, 94.408278], [124.801544, 94.415299], [124.799999, 94.426042], [124.799998, 94.426055], [124.799497, 94.429541], [124.799497, 94.433075], [124.799497, 94.443921], [124.799244, 94.450984], [124.795638, 94.501413], [124.797142, 94.508329], [124.797143, 94.508334], [124.797234, 94.508748], [124.799497, 94.529794], [124.799497, 96.470208], [124.797234, 96.491254], [124.797143, 96.491667], [124.797142, 96.491672], [124.795638, 96.498589], [124.796143, 96.50565], [124.796143, 96.505652], [124.799245, 96.549018], [124.799497, 96.556081], [124.799497, 96.570461], [124.799997, 96.573945], [124.799999, 96.573961], [124.801544, 96.584704], [124.802299, 96.591725], [124.802911, 96.600284], [124.805906, 96.642145], [124.808377, 96.648773], [124.808379, 96.648778], [124.80853, 96.649182], [124.813761, 96.669676], [124.813822, 96.670105], [124.813824, 96.670114], [124.814832, 96.677119], [124.817772, 96.683558], [124.817773, 96.683559], [124.835832, 96.723103], [124.838536, 96.729632], [124.853727, 96.770362], [124.853729, 96.770366], [124.856201, 96.776993], [124.860439, 96.782654], [124.860441, 96.782658], [124.860703, 96.783007], [124.871501, 96.801206], [124.87462, 96.808035], [124.907725, 96.84624], [124.912144, 96.851724], [124.920776, 96.863255], [124.923271, 96.86575], [124.930958, 96.873437], [124.935773, 96.87861], [124.936647, 96.879619], [124.968869, 96.916805], [124.975183, 96.920863], [124.991663, 96.934142], [125.790136, 97.732615], [125.817627, 97.785425], [125.809859, 97.844453], [125.771111, 97.886744], [125.769764, 97.887303], [125.764623, 97.891247], [125.764621, 97.891249], [125.654694, 97.975599], [125.65469, 97.975602], [125.649546, 97.97955], [125.645598, 97.984694], [125.645595, 97.984698], [125.561247, 98.094622], [125.561244, 98.094625], [125.557299, 98.099768], [125.554818, 98.105757], [125.554816, 98.105761], [125.501794, 98.233768], [125.49931, 98.239765], [125.498463, 98.246194], [125.498462, 98.2462], [125.481629, 98.374065], [125.479531, 98.390001], [125.480378, 98.396435], [125.498462, 98.533801], [125.498463, 98.533806], [125.49931, 98.540237], [125.557299, 98.680234], [125.573745, 98.701667], [125.640923, 98.789215], [125.649546, 98.800452], [125.769764, 98.892699], [125.856579, 98.928659], [125.897429, 98.94558], [125.938203, 98.97693], [125.957746, 99.024505], [125.950784, 99.075465], [125.919195, 99.116054], [125.882437, 99.130902], [125.883003, 99.133196], [125.865647, 99.137473], [125.717898, 99.193507], [125.707375, 99.19903], [125.57733, 99.288793], [125.56843, 99.296677], [125.463647, 99.414953], [125.456893, 99.424738], [125.384625, 99.562436], [125.384904, 99.566658], [125.395676, 99.570001], [127.784318, 99.570001], [127.795089, 99.566658], [127.795368, 99.562436], [127.7231, 99.424738], [127.716346, 99.414953], [127.716077, 99.414649], [127.715951, 99.41438], [127.712943, 99.410022], [127.713673, 99.409517], [127.692308, 99.363896], [127.699903, 99.308369], [127.736429, 99.265864], [127.790181, 99.250001], [128.244837, 99.250001], [128.254458, 99.249053], [128.29847, 99.240299], [128.316139, 99.23298], [128.366079, 99.199611], [128.379607, 99.186083], [128.412976, 99.136143], [128.420295, 99.118474], [128.429049, 99.074462], [128.429997, 99.064841], [128.429997, 99.013034], [128.427242, 99.002755], [128.416964, 99.000001], [126.59303, 99.000001], [126.582751, 99.002755], [126.579997, 99.013034], [126.579997, 99.021001], [126.566734, 99.070501], [126.530497, 99.106738], [126.480997, 99.120001], [126.299182, 99.120001], [126.247455, 99.105412], [126.210972, 99.065946], [126.200487, 99.013234], [126.219089, 98.96281], [126.261296, 98.929537], [126.278615, 98.922363], [126.35023, 98.892699], [126.470448, 98.800452], [126.537635, 98.712893], [129.825, 98.712893], [129.825215, 98.7175], [129.827208, 98.738759], [129.829761, 98.750442], [129.868879, 98.862235], [129.875735, 98.875208], [129.945237, 98.96938], [129.955619, 98.979762], [130.049791, 99.049264], [130.062764, 99.05612], [130.174557, 99.095238], [130.18624, 99.097791], [130.207499, 99.099784], [130.212107, 99.1], [130.236967, 99.1], [130.247245, 99.097245], [130.25, 99.086967], [130.75, 99.086967], [130.752754, 99.097245], [130.763033, 99.1], [130.787893, 99.1], [130.7925, 99.099784], [130.813759, 99.097791], [130.825442, 99.095238], [130.937235, 99.05612], [130.950208, 99.049264], [131.04438, 98.979762], [131.054762, 98.96938], [131.124264, 98.875208], [131.13112, 98.862235], [131.170238, 98.750442], [131.172791, 98.738759], [131.174784, 98.7175], [131.175, 98.712893], [131.175, 98.675533], [131.172245, 98.665254], [131.161967, 98.6625], [130.763033, 98.6625], [130.752754, 98.665254], [130.75, 98.675533], [130.75, 99.086967], [130.25, 99.086967], [130.25, 98.675533], [130.247245, 98.665254], [130.236967, 98.6625], [129.838033, 98.6625], [129.827754, 98.665254], [129.825, 98.675533], [129.825, 98.712893], [126.537635, 98.712893], [126.562695, 98.680234], [126.594071, 98.604485], [126.621995, 98.566453], [126.664353, 98.545664], [126.708133, 98.546759], [126.710006, 98.547586], [126.735132, 98.550501], [128.274861, 98.5505], [128.299988, 98.547586], [128.388654, 98.508436], [128.404817, 98.505026], [128.404375, 98.503374], [128.427242, 98.497246], [128.427521, 98.496208], [128.453146, 98.451823], [128.475716, 98.429253], [128.475715, 98.429253], [128.482203, 98.422766], [128.527582, 98.319992], [128.530497, 98.294866], [128.530497, 98.149467], [129.825, 98.149467], [129.827754, 98.159745], [129.838033, 98.1625], [130.236967, 98.1625], [130.247245, 98.159745], [130.25, 98.149467], [130.75, 98.149467], [130.752754, 98.159745], [130.763033, 98.1625], [131.161967, 98.1625], [131.172245, 98.159745], [131.175, 98.149467], [131.175, 98.112107], [131.174784, 98.107499], [131.172791, 98.08624], [131.170238, 98.074557], [131.13112, 97.962764], [131.124264, 97.949791], [131.054762, 97.855619], [131.04438, 97.845237], [130.950208, 97.775735], [130.937235, 97.768879], [130.825442, 97.729761], [130.813759, 97.727208], [130.7925, 97.725215], [130.787893, 97.725], [130.763033, 97.725], [130.752754, 97.727754], [130.75, 97.738033], [130.75, 98.149467], [130.25, 98.149467], [130.25, 97.738033], [130.247245, 97.727754], [130.236967, 97.725], [130.212107, 97.725], [130.207499, 97.725215], [130.18624, 97.727208], [130.174557, 97.729761], [130.062764, 97.768879], [130.049791, 97.775735], [129.955619, 97.845237], [129.945237, 97.855619], [129.875735, 97.949791], [129.868879, 97.962764], [129.829761, 98.074557], [129.827208, 98.08624], [129.825215, 98.107499], [129.825, 98.112107], [129.825, 98.149467], [128.530497, 98.149467], [128.530496, 97.605137], [128.527582, 97.58001], [128.524575, 97.573199], [128.524574, 97.573196], [128.52095, 97.564989], [128.512514, 97.524999], [128.520948, 97.485014], [128.527582, 97.469992], [128.530497, 97.444866], [128.530496, 97.2745], [128.543759, 97.225001], [128.579996, 97.188765], [128.629496, 97.175501], [129.794446, 97.175501], [129.838486, 97.185836], [129.869458, 97.211476], [129.86962, 97.211315], [129.871338, 97.213033], [129.873329, 97.214681], [129.8785, 97.2215], [129.996342, 97.310862], [130.063004, 97.33715], [130.128019, 97.362789], [130.12802, 97.362789], [130.133923, 97.365117], [130.220382, 97.3755], [130.776666, 97.3755], [130.779618, 97.3755], [130.866077, 97.365117], [131.003658, 97.310862], [131.1215, 97.2215], [131.210862, 97.103658], [131.265117, 96.966077], [131.2755, 96.879618], [131.2755, 96.295382], [131.265117, 96.208923], [131.250791, 96.172596], [131.24267, 96.152001], [131.210862, 96.071342], [131.167117, 96.013655], [131.147437, 95.963119], [131.157336, 95.909797], [131.193842, 95.869691], [131.24523, 95.855055], [131.249997, 95.855683], [131.406759, 95.835045], [131.552838, 95.774537], [131.57498, 95.757547], [131.678279, 95.678283], [131.698502, 95.651925], [131.707025, 95.642206], [133.392202, 93.957029], [133.401921, 93.948506], [133.428279, 93.928283], [133.524533, 93.802842], [133.585041, 93.656763], [133.598515, 93.55442], [133.605679, 93.500001], [133.601343, 93.467073], [133.600497, 93.454152], [133.600497, 87.059501], [133.61376, 87.010001], [133.649997, 86.973764], [133.699497, 86.960501], [134.425253, 86.960501], [134.463139, 86.968037], [134.495257, 86.989497], [134.66796, 87.1622], [134.676498, 87.171937], [134.696714, 87.198283], [134.701867, 87.202237], [134.799553, 87.277194], [134.817005, 87.290586], [134.817008, 87.290588], [134.822155, 87.294537], [134.968234, 87.355045], [134.972773, 87.355642], [135.012814, 87.377505], [135.038981, 87.416164], [135.056201, 87.462332], [135.060441, 87.467996], [135.060444, 87.468001], [135.118188, 87.545136], [135.142451, 87.577547], [135.148122, 87.581792], [135.148123, 87.581793], [135.159825, 87.590553], [135.189025, 87.625493], [135.199497, 87.669807], [135.199497, 88.532009], [135.199497, 88.532026], [135.199498, 88.534865], [135.199825, 88.537686], [135.199826, 88.5377], [135.201554, 88.552592], [135.202412, 88.559992], [135.205417, 88.566797], [135.205419, 88.566805], [135.235536, 88.635014], [135.243971, 88.675001], [135.235536, 88.714988], [135.20542, 88.783195], [135.205419, 88.783199], [135.202412, 88.79001], [135.201554, 88.797405], [135.201553, 88.797409], [135.199827, 88.812286], [135.199826, 88.812297], [135.199497, 88.815136], [135.199497, 88.817992], [135.199497, 88.818], [135.199497, 89.802009], [135.199497, 89.802026], [135.199498, 89.804865], [135.199825, 89.807686], [135.199826, 89.8077], [135.201326, 89.82063], [135.202412, 89.829992], [135.205417, 89.836797], [135.205419, 89.836805], [135.235536, 89.905014], [135.243971, 89.945001], [135.235536, 89.984988], [135.20542, 90.053195], [135.205419, 90.053199], [135.202412, 90.06001], [135.201554, 90.067405], [135.201553, 90.067409], [135.199827, 90.082286], [135.199826, 90.082297], [135.199497, 90.085136], [135.199497, 90.087992], [135.199497, 90.088], [135.199497, 91.072009], [135.199497, 91.072026], [135.199498, 91.074865], [135.199825, 91.077686], [135.199826, 91.0777], [135.200745, 91.085622], [135.202412, 91.099992], [135.205417, 91.106797], [135.205419, 91.106805], [135.235536, 91.175014], [135.243971, 91.215001], [135.235536, 91.254988], [135.20542, 91.323195], [135.205419, 91.323199], [135.202412, 91.33001], [135.201554, 91.337405], [135.201553, 91.337409], [135.199827, 91.352286], [135.199826, 91.352297], [135.199497, 91.355136], [135.199497, 91.357992], [135.199497, 91.358], [135.199497, 92.342009], [135.199497, 92.342026], [135.199498, 92.344865], [135.199825, 92.347686], [135.199826, 92.3477], [135.201554, 92.362592], [135.202412, 92.369992], [135.205419, 92.376802], [135.235536, 92.445012], [135.243971, 92.485], [135.235536, 92.524987], [135.20542, 92.593194], [135.205419, 92.593199], [135.202412, 92.60001], [135.201554, 92.607405], [135.201553, 92.607409], [135.199827, 92.622286], [135.199826, 92.622297], [135.199497, 92.625136], [135.199497, 92.627992], [135.199497, 92.628], [135.199497, 93.612009], [135.199497, 93.612026], [135.199498, 93.614865], [135.199825, 93.617686], [135.199826, 93.6177], [135.201396, 93.631234], [135.202412, 93.639992], [135.205417, 93.646797], [135.205419, 93.646805], [135.235536, 93.715014], [135.243971, 93.755001], [135.235536, 93.794988], [135.20542, 93.863195], [135.205419, 93.863199], [135.202412, 93.87001], [135.201554, 93.877405], [135.201553, 93.877409], [135.199827, 93.892286], [135.199826, 93.892297], [135.199497, 93.895136], [135.199497, 93.897992], [135.199497, 93.898], [135.199497, 94.882009], [135.199497, 94.882026], [135.199498, 94.884865], [135.199825, 94.887686], [135.199826, 94.8877], [135.200642, 94.89473], [135.202412, 94.909992], [135.205417, 94.916797], [135.205419, 94.916805], [135.235536, 94.985014], [135.243971, 95.025001], [135.235536, 95.064988], [135.20542, 95.133195], [135.205419, 95.133199], [135.202412, 95.14001], [135.201554, 95.147405], [135.201553, 95.147409], [135.199827, 95.162286], [135.199826, 95.162297], [135.199497, 95.165136], [135.199497, 95.167992], [135.199497, 95.168], [135.199497, 96.152009], [135.199497, 96.152026], [135.199498, 96.154865], [135.199825, 96.157686], [135.199826, 96.1577], [135.200783, 96.165949], [135.202412, 96.179992], [135.205417, 96.186797], [135.205419, 96.186805], [135.235536, 96.255014], [135.243971, 96.295001], [135.235536, 96.334988], [135.20542, 96.403195], [135.205418, 96.403201], [135.202412, 96.41001], [135.201554, 96.417405], [135.201553, 96.417409], [135.199827, 96.432286], [135.199826, 96.432297], [135.199497, 96.435136], [135.199497, 96.437999], [135.199497, 96.438], [135.199497, 97.422009], [135.199497, 97.422026], [135.199498, 97.424865], [135.199825, 97.427686], [135.199826, 97.4277], [135.201485, 97.442001], [135.202412, 97.449992], [135.205417, 97.456797], [135.205419, 97.456805], [135.235536, 97.525014], [135.243971, 97.565001], [135.235536, 97.604988], [135.20542, 97.673195], [135.205418, 97.673201], [135.202412, 97.68001], [135.201554, 97.687405], [135.201553, 97.687409], [135.199827, 97.702286], [135.199826, 97.702297], [135.199497, 97.705136], [135.199497, 97.707999], [135.199497, 97.708], [135.199497, 98.692009], [135.199497, 98.692026], [135.199498, 98.694865], [135.199825, 98.697686], [135.199826, 98.6977], [135.201554, 98.712596], [135.202412, 98.719992], [135.205417, 98.726797], [135.205419, 98.726805], [135.235536, 98.795014], [135.243971, 98.835001], [135.235536, 98.874988], [135.20542, 98.943195], [135.205419, 98.943199], [135.202412, 98.95001], [135.201554, 98.957405], [135.201553, 98.957409], [135.199827, 98.972286], [135.199826, 98.972297], [135.199497, 98.975136], [135.199497, 98.977992], [135.199497, 98.978], [135.199497, 99.962009], [135.199497, 99.962026], [135.199498, 99.964865], [135.199825, 99.967686], [135.199826, 99.9677], [135.201554, 99.982592], [135.202412, 99.989992], [135.205417, 99.996797], [135.205419, 99.996805], [135.229134, 100.050512], [135.237247, 100.098496], [135.221515, 100.144548], [135.185742, 100.17754], [135.13857, 100.189501], [134.824838, 100.189501], [134.769136, 100.172344], [134.732741, 100.12682], [134.713347, 100.077643], [134.713346, 100.077641], [134.710862, 100.071342], [134.6215, 99.9535], [134.503658, 99.864138], [134.497362, 99.861655], [134.37198, 99.81221], [134.371974, 99.812208], [134.366077, 99.809883], [134.359776, 99.809126], [134.359775, 99.809126], [134.282546, 99.799851], [134.282535, 99.79985], [134.279618, 99.7995], [133.720382, 99.7995], [133.717465, 99.79985], [133.717453, 99.799851], [133.640224, 99.809126], [133.640221, 99.809126], [133.633923, 99.809883], [133.628027, 99.812207], [133.628019, 99.81221], [133.502637, 99.861655], [133.502633, 99.861656], [133.496342, 99.864138], [133.490949, 99.868226], [133.490948, 99.868228], [133.410302, 99.929384], [133.382039, 99.944336], [133.350483, 99.9495], [132.972524, 99.9495], [132.937418, 99.943066], [132.906877, 99.924604], [132.900852, 99.919266], [132.895546, 99.916481], [132.755528, 99.842993], [132.755526, 99.842992], [132.750225, 99.84021], [132.744409, 99.838776], [132.744408, 99.838776], [132.590871, 99.800933], [132.590868, 99.800932], [132.585056, 99.7995], [132.414944, 99.7995], [132.409131, 99.800932], [132.409128, 99.800933], [132.255591, 99.838776], [132.255587, 99.838777], [132.249775, 99.84021], [132.244476, 99.84299], [132.244471, 99.842993], [132.104451, 99.916482], [132.104446, 99.916485], [132.099148, 99.919266], [132.094667, 99.923234], [132.094665, 99.923237], [131.976299, 100.028099], [131.976293, 100.028105], [131.971817, 100.032071], [131.968417, 100.036996], [131.968414, 100.037], [131.878581, 100.167144], [131.878577, 100.167151], [131.875182, 100.17207], [131.873061, 100.17766], [131.87306, 100.177664], [131.816983, 100.325528], [131.816981, 100.325533], [131.81486, 100.331128], [131.814139, 100.337065], [131.814137, 100.337074], [131.797767, 100.471899], [131.794355, 100.5], [131.795077, 100.505946], [131.814137, 100.662925], [131.814138, 100.662932], [131.81486, 100.668872], [131.816982, 100.674468], [131.816983, 100.674471], [131.834888, 100.721683], [131.875182, 100.82793], [131.878579, 100.832851], [131.878581, 100.832855], [131.93188, 100.910071], [131.971817, 100.967929], [131.976297, 100.971898], [131.976299, 100.9719], [132.023955, 101.014119], [132.099148, 101.080734], [132.249775, 101.15979], [132.414944, 101.2005], [132.579068, 101.2005], [132.585056, 101.2005], [132.750225, 101.15979], [132.900852, 101.080734], [132.906877, 101.075395], [132.937418, 101.056934], [132.972524, 101.0505], [133.16136, 101.0505], [133.217062, 101.067657], [133.253457, 101.113181], [133.286652, 101.197356], [133.286654, 101.19736], [133.289138, 101.203658], [133.3785, 101.3215], [133.496342, 101.410862], [133.569252, 101.439614], [133.62665, 101.462249], [133.672714, 101.499446], [133.689313, 101.556278], [133.67051, 101.61242], [133.62303, 101.647791], [133.562764, 101.668879], [133.549791, 101.675735], [133.455619, 101.745237], [133.445237, 101.755619], [133.375735, 101.849791], [133.368879, 101.862764], [133.329761, 101.974557], [133.327208, 101.98624], [133.325215, 102.007499], [133.325, 102.012107], [133.325, 102.099467], [133.327754, 102.109745], [133.338033, 102.1125], [134.661967, 102.1125], [134.672245, 102.109745], [134.675, 102.099467], [134.675, 102.012107], [134.674784, 102.007499], [134.672791, 101.98624], [134.670238, 101.974557], [134.63112, 101.862764], [134.624264, 101.849791], [134.554762, 101.755619], [134.54438, 101.745237], [134.450208, 101.675735], [134.437235, 101.668879], [134.376969, 101.647791], [134.329489, 101.61242], [134.310686, 101.556278], [134.327285, 101.499446], [134.373348, 101.462249], [134.503658, 101.410862], [134.6215, 101.3215], [134.623862, 101.318385], [134.654316, 101.298037], [134.692202, 101.290501], [135.151374, 101.290501], [135.20542, 101.306555], [135.241938, 101.349512], [135.244084, 101.354373], [135.244086, 101.354376], [135.247791, 101.362766], [135.254274, 101.369249], [135.254275, 101.36925], [135.283373, 101.398348], [135.308106, 101.439614], [135.310467, 101.487666], [135.300944, 101.535539], [135.299997, 101.545161], [135.299997, 101.746968], [135.302751, 101.757246], [135.31303, 101.760001], [137.186964, 101.760001], [137.197242, 101.757246], [137.199997, 101.746968], [137.199997, 101.545161], [137.199048, 101.535532], [137.189527, 101.487667], [137.191887, 101.439614], [137.216619, 101.398349], [137.252203, 101.362766], [137.297582, 101.259992], [137.300497, 101.234866], [137.300496, 100.5345], [137.31802, 100.478263], [137.36439, 100.441935], [137.423188, 100.438378], [137.471633, 100.467663], [137.471817, 100.467929], [137.476297, 100.471898], [137.476298, 100.471899], [137.491792, 100.485625], [137.599148, 100.580734], [137.749775, 100.65979], [137.914944, 100.7005], [138.079068, 100.7005], [138.085056, 100.7005], [138.250225, 100.65979], [138.400852, 100.580734], [138.528183, 100.467929], [138.624818, 100.32793], [138.68514, 100.168872], [138.705645, 100.0], [138.68514, 99.831128], [138.624818, 99.67207], [138.604143, 99.642118], [138.552057, 99.566658], [138.528183, 99.532071], [138.520164, 99.524967], [138.452505, 99.465026], [138.400852, 99.419266], [138.395548, 99.416482], [138.255528, 99.342993], [138.255526, 99.342992], [138.250225, 99.34021], [138.244409, 99.338776], [138.244408, 99.338776], [138.090871, 99.300933], [138.090868, 99.300932], [138.085056, 99.2995], [137.942256, 99.2995], [137.90437, 99.291964], [137.872252, 99.270504], [137.728726, 99.126978], [137.723221, 99.121473], [137.699946, 99.109614], [137.686705, 99.101499], [137.671885, 99.090731], [137.671882, 99.090729], [137.665582, 99.086152], [137.658179, 99.083746], [137.65817, 99.083742], [137.640742, 99.07808], [137.626391, 99.072136], [137.623182, 99.070501], [137.614243, 99.065946], [137.610065, 99.063817], [137.610064, 99.063816], [137.603127, 99.060282], [137.595435, 99.059063], [137.595433, 99.059063], [137.57733, 99.056196], [137.56223, 99.052571], [137.537394, 99.044501], [137.529601, 99.044501], [137.396723, 99.044501], [137.35056, 99.033079], [137.315048, 99.001449], [137.301178, 98.964379], [137.300395, 98.964593], [137.298439, 98.957407], [137.297582, 98.95001], [137.264456, 98.874988], [137.256022, 98.835001], [137.264457, 98.795013], [137.297582, 98.719992], [137.29844, 98.712591], [137.300394, 98.705412], [137.301175, 98.705624], [137.315051, 98.668549], [137.350562, 98.636922], [137.396723, 98.625501], [147.495993, 98.625501], [147.503788, 98.625501], [147.528631, 98.617427], [147.543723, 98.613804], [147.569521, 98.60972], [147.592795, 98.597859], [147.607135, 98.59192], [147.631976, 98.58385], [147.653097, 98.568503], [147.66635, 98.560382], [147.689615, 98.548529], [147.784923, 98.453221], [150.445106, 95.793036], [150.487565, 95.76795], [150.536862, 95.766462], [150.580754, 95.788938], [150.599148, 95.805234], [150.749775, 95.88429], [150.914944, 95.925], [151.079068, 95.925], [151.085056, 95.925], [151.250225, 95.88429], [151.400852, 95.805234], [151.528183, 95.692429], [151.624818, 95.55243], [151.68514, 95.393372], [151.701086, 95.26204], [151.722678, 95.211363], [151.768014, 95.18007], [151.823056, 95.177852], [151.914944, 95.2005], [152.079068, 95.2005], [152.085056, 95.2005], [152.250225, 95.15979], [152.400852, 95.080734], [152.528183, 94.967929], [152.549495, 94.937052], [152.589139, 94.903563], [152.640279, 94.89473], [152.688862, 94.912982], [152.721535, 94.953304], [152.735536, 94.985014], [152.743971, 95.025001], [152.735536, 95.064988], [152.70542, 95.133195], [152.705419, 95.133199], [152.702412, 95.14001], [152.701554, 95.147405], [152.701553, 95.147409], [152.699827, 95.162286], [152.699826, 95.162297], [152.699497, 95.165136], [152.699497, 95.167992], [152.699497, 95.168], [152.699497, 96.152009], [152.699497, 96.152026], [152.699498, 96.154865], [152.699825, 96.157686], [152.699826, 96.1577], [152.700783, 96.165949], [152.702412, 96.179992], [152.705417, 96.186797], [152.705419, 96.186805], [152.735536, 96.255014], [152.743971, 96.295001], [152.735536, 96.334988], [152.70542, 96.403195], [152.705418, 96.403201], [152.702412, 96.41001], [152.701554, 96.417405], [152.701553, 96.417409], [152.699827, 96.432286], [152.699826, 96.432297], [152.699497, 96.435136], [152.699497, 96.437999], [152.699497, 96.438], [152.699497, 97.422009], [152.699497, 97.422026], [152.699498, 97.424865], [152.699825, 97.427686], [152.699826, 97.4277], [152.701485, 97.442001], [152.702412, 97.449992], [152.705417, 97.456797], [152.705419, 97.456805], [152.735536, 97.525014], [152.743971, 97.565001], [152.735536, 97.604988], [152.70542, 97.673195], [152.705418, 97.673201], [152.702412, 97.68001], [152.701554, 97.687405], [152.701553, 97.687409], [152.699827, 97.702286], [152.699826, 97.702297], [152.699497, 97.705136], [152.699497, 97.707999], [152.699497, 97.708], [152.699497, 98.692009], [152.699497, 98.692026], [152.699498, 98.694865], [152.699825, 98.697686], [152.699826, 98.6977], [152.701554, 98.712596], [152.702412, 98.719992], [152.705417, 98.726797], [152.705419, 98.726805], [152.735536, 98.795014], [152.743971, 98.835001], [152.735536, 98.874988], [152.70542, 98.943195], [152.705419, 98.943199], [152.702412, 98.95001], [152.701554, 98.957405], [152.701553, 98.957409], [152.699827, 98.972286], [152.699826, 98.972297], [152.699497, 98.975136], [152.699497, 98.977992], [152.699497, 98.978], [152.699497, 99.962009], [152.699497, 99.962026], [152.699498, 99.964865], [152.699825, 99.967686], [152.699826, 99.9677], [152.701554, 99.982592], [152.702412, 99.989992], [152.705417, 99.996797], [152.705419, 99.996805], [152.735536, 100.065014], [152.743971, 100.105001], [152.735536, 100.144988], [152.70542, 100.213195], [152.705419, 100.213199], [152.702412, 100.22001], [152.701554, 100.227405], [152.701553, 100.227409], [152.699827, 100.242286], [152.699826, 100.242297], [152.699497, 100.245136], [152.699497, 100.247992], [152.699497, 100.248], [152.699497, 101.232009], [152.699497, 101.232026], [152.699498, 101.234865], [152.699825, 101.237686], [152.699826, 101.2377], [152.701253, 101.250001], [152.702412, 101.259992], [152.705419, 101.266802], [152.741938, 101.349512], [152.747791, 101.362766], [152.754274, 101.369249], [152.754275, 101.36925], [152.783373, 101.398348], [152.808106, 101.439614], [152.810467, 101.487666], [152.800944, 101.535539], [152.799997, 101.545161], [152.799997, 101.746968], [152.802751, 101.757246], [152.81303, 101.760001], [154.686964, 101.760001], [154.697242, 101.757246], [154.699997, 101.746968], [154.699997, 101.545161], [154.699048, 101.535532], [154.689527, 101.487667], [154.691887, 101.439614], [154.716619, 101.398349], [154.752203, 101.362766], [154.797582, 101.259992], [154.800497, 101.234866], [154.800496, 100.245137], [154.797582, 100.22001], [154.764456, 100.144988], [154.756022, 100.105001], [154.764457, 100.065013], [154.780756, 100.028099], [154.797582, 99.989992], [154.800497, 99.964866], [154.800496, 98.975137], [154.797582, 98.95001], [154.764456, 98.874988], [154.756022, 98.835001], [154.764458, 98.795012], [154.780133, 98.759512], [154.81665, 98.716556], [154.870697, 98.700501], [161.071675, 98.700501], [161.109561, 98.708037], [161.141679, 98.729497], [162.734396, 100.322214], [162.761354, 100.372231], [162.756373, 100.428832], [162.721093, 100.473372], [162.667137, 100.49118], [162.612276, 100.47639], [162.598909, 100.468113], [162.598905, 100.468111], [162.595016, 100.465703], [162.553823, 100.449745], [162.400464, 100.390333], [162.400456, 100.39033], [162.396195, 100.38868], [162.3805, 100.385746], [162.191113, 100.350343], [162.191109, 100.350342], [162.186607, 100.349501], [161.973387, 100.349501], [161.968885, 100.350342], [161.96888, 100.350343], [161.768302, 100.387838], [161.768299, 100.387838], [161.763799, 100.38868], [161.75954, 100.390329], [161.759529, 100.390333], [161.569247, 100.464049], [161.569245, 100.464049], [161.564978, 100.465703], [161.561084, 100.468113], [161.561082, 100.468115], [161.387587, 100.575538], [161.387578, 100.575544], [161.383695, 100.577949], [161.38032, 100.581025], [161.380313, 100.581031], [161.229509, 100.718508], [161.229503, 100.718514], [161.226125, 100.721594], [161.223369, 100.725242], [161.223362, 100.725251], [161.123864, 100.857008], [161.097631, 100.891746], [161.095592, 100.895839], [161.095588, 100.895847], [161.004634, 101.07851], [161.004632, 101.078514], [161.002592, 101.082612], [161.001341, 101.087006], [161.001338, 101.087016], [160.945491, 101.283295], [160.945489, 101.283303], [160.944241, 101.287691], [160.943819, 101.292236], [160.943819, 101.292241], [160.929923, 101.442207], [160.924568, 101.500001], [160.92499, 101.504555], [160.940216, 101.668879], [160.944241, 101.712311], [160.94549, 101.7167], [160.945491, 101.716706], [161.001338, 101.912985], [161.00134, 101.912991], [161.002592, 101.91739], [161.004633, 101.92149], [161.004634, 101.921491], [161.093669, 102.100301], [161.097631, 102.108256], [161.100393, 102.111913], [161.223362, 102.27475], [161.223365, 102.274753], [161.226125, 102.278408], [161.229508, 102.281492], [161.229509, 102.281493], [161.350738, 102.392009], [161.383695, 102.422053], [161.387585, 102.424462], [161.387587, 102.424463], [161.416447, 102.442332], [161.564978, 102.534299], [161.763799, 102.611322], [161.973387, 102.650501], [162.182024, 102.650501], [162.186607, 102.650501], [162.396195, 102.611322], [162.400472, 102.609664], [162.404866, 102.608415], [162.405244, 102.609744], [162.455154, 102.605689], [162.504738, 102.632556], [162.980515, 103.108333], [162.993793, 103.124811], [162.994022, 103.125168], [162.994025, 103.125171], [162.997854, 103.131129], [163.003203, 103.135764], [163.003205, 103.135766], [163.036054, 103.164229], [163.041226, 103.169044], [163.051404, 103.179222], [163.062936, 103.187855], [163.068404, 103.19226], [163.106624, 103.225378], [163.113451, 103.228495], [163.131647, 103.239292], [163.131994, 103.239552], [163.131998, 103.239554], [163.137666, 103.243797], [163.171181, 103.256297], [163.185026, 103.261461], [163.191557, 103.264166], [163.218928, 103.276666], [163.23754, 103.285166], [163.244746, 103.286201], [163.244967, 103.286234], [163.265484, 103.29147], [163.265565, 103.2915], [163.272514, 103.294092], [163.322954, 103.297699], [163.329947, 103.298451], [163.344198, 103.300501], [163.358578, 103.300501], [163.365641, 103.300753], [163.379622, 103.301753], [163.404569, 103.311671], [163.418805, 103.303764], [163.423409, 103.302763], [163.444451, 103.300501], [165.235543, 103.300501], [165.256584, 103.302763], [165.261188, 103.303764], [165.275424, 103.311671], [165.300372, 103.301753], [165.314353, 103.300753], [165.321416, 103.300501], [165.332256, 103.300501], [165.335796, 103.300501], [165.350046, 103.298451], [165.35704, 103.297699], [165.40748, 103.294092], [165.414508, 103.29147], [165.435021, 103.286234], [165.442454, 103.285166], [165.488434, 103.264166], [165.494959, 103.261463], [165.542328, 103.243797], [165.548339, 103.239296], [165.566543, 103.228495], [165.57337, 103.225378], [165.611596, 103.192253], [165.617039, 103.187867], [165.62859, 103.179222], [165.638766, 103.169045], [165.64392, 103.164244], [165.68214, 103.131129], [165.686195, 103.124818], [165.699478, 103.108333], [166.208331, 102.599479], [166.224816, 102.586198], [166.231125, 102.582144], [166.26424, 102.543924], [166.269045, 102.538766], [166.271859, 102.535952], [166.279218, 102.528594], [166.287863, 102.517043], [166.292249, 102.5116], [166.325374, 102.473374], [166.328316, 102.46693], [166.332144, 102.460975], [166.333467, 102.461825], [166.363524, 102.42693], [166.416409, 102.410912], [166.469639, 102.425733], [166.644978, 102.534299], [166.843799, 102.611322], [167.053387, 102.650501], [167.262024, 102.650501], [167.266607, 102.650501], [167.476195, 102.611322], [167.675016, 102.534299], [167.755932, 102.484197], [167.797393, 102.469945], [167.840948, 102.474998], [167.878046, 102.498364], [168.181986, 102.802303], [168.500514, 103.120831], [168.513792, 103.137309], [168.517854, 103.143629], [168.556071, 103.176744], [168.561227, 103.181544], [168.571404, 103.191721], [168.574232, 103.193838], [168.582919, 103.200341], [168.588422, 103.204776], [168.626624, 103.237878], [168.633451, 103.240995], [168.651647, 103.251792], [168.651994, 103.252052], [168.651998, 103.252054], [168.657666, 103.256297], [168.697801, 103.271266], [168.705026, 103.273961], [168.711557, 103.276666], [168.732508, 103.286234], [168.75754, 103.297666], [168.764746, 103.298701], [168.764967, 103.298734], [168.785484, 103.30397], [168.785565, 103.304], [168.792514, 103.306592], [168.842954, 103.310199], [168.849947, 103.310951], [168.864198, 103.313001], [168.878578, 103.313001], [168.885641, 103.313253], [168.93607, 103.31686], [168.943407, 103.315263], [168.964451, 103.313001], [170.223043, 103.313001], [170.244086, 103.315263], [170.251424, 103.31686], [170.301852, 103.313253], [170.308916, 103.313001], [170.319756, 103.313001], [170.323296, 103.313001], [170.337546, 103.310951], [170.34454, 103.310199], [170.39498, 103.306592], [170.402008, 103.30397], [170.422521, 103.298734], [170.429954, 103.297666], [170.475934, 103.276666], [170.482459, 103.273963], [170.529828, 103.256297], [170.535839, 103.251796], [170.554043, 103.240995], [170.56087, 103.237878], [170.599096, 103.204753], [170.604539, 103.200367], [170.61609, 103.191722], [170.626266, 103.181545], [170.63142, 103.176744], [170.66964, 103.143629], [170.673695, 103.137318], [170.686975, 103.120835], [172.508331, 101.299479], [172.524816, 101.286198], [172.531125, 101.282144], [172.56424, 101.243924], [172.569045, 101.238766], [172.572658, 101.235153], [172.579217, 101.228595], [172.587851, 101.217058], [172.592257, 101.211591], [172.625374, 101.173374], [172.628489, 101.16655], [172.639299, 101.148333], [172.643792, 101.142332], [172.661466, 101.094943], [172.664147, 101.088472], [172.685162, 101.042458], [172.686228, 101.035035], [172.69147, 101.014502], [172.694088, 101.007484], [172.697693, 100.957061], [172.698449, 100.950039], [172.699993, 100.939305], [172.699993, 100.939304], [172.700497, 100.9358], [172.700497, 100.92141], [172.700749, 100.914348], [172.701055, 100.910071], [172.704355, 100.863928], [172.702759, 100.85659], [172.700497, 100.835547], [172.700497, 99.28743], [172.710832, 99.243391], [172.739678, 99.208546], [172.745615, 99.204044], [172.821497, 99.146501], [172.910859, 99.028659], [172.965114, 98.891078], [172.975497, 98.804619], [172.975497, 98.220383], [172.965114, 98.133924], [172.959935, 98.120792], [172.923351, 98.02802], [172.910859, 97.996343], [172.821497, 97.878501], [172.703655, 97.789139], [172.678599, 97.779258], [172.571977, 97.737211], [172.571971, 97.737209], [172.566074, 97.734884], [172.559773, 97.734127], [172.559772, 97.734127], [172.482543, 97.724852], [172.482532, 97.724851], [172.479615, 97.724501], [171.920379, 97.724501], [171.917462, 97.724851], [171.91745, 97.724852], [171.840221, 97.734127], [171.840218, 97.734127], [171.83392, 97.734884], [171.828024, 97.737208], [171.828016, 97.737211], [171.702634, 97.786656], [171.70263, 97.786657], [171.696339, 97.789139], [171.690946, 97.793227], [171.690945, 97.793229], [171.583896, 97.874406], [171.583892, 97.874409], [171.578497, 97.878501], [171.574405, 97.883896], [171.574402, 97.8839], [171.493225, 97.990949], [171.489135, 97.996343], [171.486653, 98.002634], [171.486652, 98.002638], [171.437207, 98.12802], [171.437204, 98.128028], [171.43488, 98.133924], [171.434123, 98.140222], [171.434123, 98.140225], [171.424848, 98.217454], [171.424847, 98.217466], [171.424497, 98.220383], [171.424497, 98.804619], [171.424847, 98.807536], [171.424848, 98.807547], [171.434123, 98.884776], [171.43488, 98.891078], [171.437205, 98.896975], [171.437207, 98.896981], [171.482973, 99.013034], [171.489135, 99.028659], [171.578497, 99.146501], [171.62992, 99.185496], [171.660316, 99.208546], [171.689162, 99.243391], [171.699497, 99.28743], [171.699497, 100.651679], [171.691961, 100.689565], [171.6705, 100.721683], [171.007665, 101.384516], [170.959213, 101.411138], [170.90404, 101.407628], [170.859352, 101.37508], [170.839084, 101.323646], [170.835753, 101.287691], [170.777402, 101.082612], [170.682363, 100.891746], [170.553869, 100.721594], [170.48302, 100.657006], [170.39968, 100.581031], [170.399678, 100.581029], [170.396299, 100.577949], [170.39241, 100.575541], [170.392406, 100.575538], [170.260804, 100.494054], [170.215016, 100.465703], [170.210748, 100.464049], [170.210743, 100.464047], [170.063735, 100.407097], [170.017822, 100.370731], [170.000497, 100.314782], [170.000497, 99.18743], [170.010832, 99.143391], [170.039678, 99.108546], [170.048971, 99.101499], [170.121497, 99.046501], [170.210859, 98.928659], [170.212178, 98.925312], [170.22975, 98.903118], [170.255633, 98.885938], [170.275944, 98.876663], [170.282461, 98.873963], [170.32983, 98.856297], [170.335841, 98.851796], [170.354045, 98.840995], [170.360872, 98.837878], [170.399098, 98.804753], [170.404541, 98.800367], [170.416092, 98.791722], [170.426266, 98.781546], [170.431422, 98.776744], [170.469642, 98.743629], [170.473697, 98.737318], [170.486977, 98.720835], [170.745831, 98.461981], [170.762316, 98.4487], [170.768625, 98.444646], [170.80174, 98.406426], [170.806545, 98.401268], [170.816718, 98.391096], [170.825363, 98.379545], [170.829749, 98.374102], [170.862874, 98.335876], [170.865991, 98.329049], [170.876794, 98.310843], [170.881293, 98.304834], [170.898959, 98.257465], [170.901664, 98.250937], [170.922662, 98.20496], [170.92373, 98.197527], [170.928966, 98.177014], [170.931588, 98.169986], [170.935195, 98.119546], [170.935947, 98.112552], [170.937997, 98.098302], [170.937997, 98.083922], [170.938249, 98.076859], [170.941351, 98.033493], [170.94135, 98.033491], [170.941856, 98.02643], [170.940259, 98.019092], [170.937997, 97.998049], [170.937997, 95.1495], [170.95126, 95.1], [170.987497, 95.063763], [171.036997, 95.0505], [171.076955, 95.0505], [171.079266, 95.0505], [171.109699, 95.047646], [171.237882, 95.002793], [171.34715, 94.92215], [171.427793, 94.812882], [171.472646, 94.684699], [171.4755, 94.654266], [171.4755, 94.245734], [171.472646, 94.215301], [171.427793, 94.087118], [171.34715, 93.97785], [171.273152, 93.923237], [171.243851, 93.901612], [171.243849, 93.901611], [171.237882, 93.897207], [171.230882, 93.894757], [171.230879, 93.894756], [171.115387, 93.854344], [171.115384, 93.854343], [171.109699, 93.852354], [171.103706, 93.851792], [171.103702, 93.851791], [171.081561, 93.849715], [171.081556, 93.849714], [171.079266, 93.8495], [169.795734, 93.8495], [169.793444, 93.849714], [169.793438, 93.849715], [169.771297, 93.851791], [169.771291, 93.851792], [169.765301, 93.852354], [169.759613, 93.854344], [169.759614, 93.854344], [169.721378, 93.867723], [169.666651, 93.870795], [169.618677, 93.84428], [169.592164, 93.796305], [169.594968, 93.746397], [169.594371, 93.746267], [169.595184, 93.742541], [169.595239, 93.741578], [169.595655, 93.740388], [169.597646, 93.734699], [169.6005, 93.704266], [169.6005, 93.295734], [169.597646, 93.265301], [169.595236, 93.258416], [169.595182, 93.257447], [169.594371, 93.253733], [169.594966, 93.253602], [169.592164, 93.20369], [169.618679, 93.155717], [169.666653, 93.129203], [169.721378, 93.132276], [169.765301, 93.147646], [169.795734, 93.1505], [171.076955, 93.1505], [171.079266, 93.1505], [171.109699, 93.147646], [171.237882, 93.102793], [171.259722, 93.086674], [171.302532, 93.068628], [171.348865, 93.072099], [171.388512, 93.096326], [171.670501, 93.378315], [171.691961, 93.410433], [171.699497, 93.448319], [171.699497, 95.912572], [171.689162, 95.956611], [171.660316, 95.991456], [171.583896, 96.049406], [171.583892, 96.049409], [171.578497, 96.053501], [171.574405, 96.058896], [171.574402, 96.0589], [171.493225, 96.165949], [171.489135, 96.171343], [171.486653, 96.177634], [171.486652, 96.177638], [171.437207, 96.30302], [171.437204, 96.303028], [171.43488, 96.308924], [171.434123, 96.315222], [171.434123, 96.315225], [171.424848, 96.392454], [171.424847, 96.392466], [171.424497, 96.395383], [171.424497, 96.979619], [171.424847, 96.982536], [171.424848, 96.982547], [171.42882, 97.015617], [171.43488, 97.066078], [171.437205, 97.071975], [171.437207, 97.071981], [171.483901, 97.190387], [171.489135, 97.203659], [171.502665, 97.221501], [171.56665, 97.305879], [171.578497, 97.321501], [171.696339, 97.410863], [171.776808, 97.442596], [171.828016, 97.46279], [171.828017, 97.46279], [171.83392, 97.465118], [171.920379, 97.475501], [172.476663, 97.475501], [172.479615, 97.475501], [172.566074, 97.465118], [172.703655, 97.410863], [172.71798, 97.4], [174.609625, 97.4], [174.60993, 97.403875], [174.628293, 97.637211], [174.629082, 97.647225], [174.629985, 97.650989], [174.629987, 97.650997], [174.679113, 97.855619], [174.686974, 97.888362], [174.68846, 97.891951], [174.688461, 97.891952], [174.780386, 98.113881], [174.780389, 98.113888], [174.781875, 98.117474], [174.783906, 98.120789], [174.783908, 98.120792], [174.905978, 98.319992], [174.911449, 98.328919], [174.913976, 98.331878], [174.913977, 98.331879], [175.066028, 98.509909], [175.072505, 98.517492], [175.261078, 98.678548], [175.264396, 98.680581], [175.264397, 98.680582], [175.316639, 98.712596], [175.472523, 98.808122], [175.701635, 98.903023], [175.942772, 98.960915], [176.189997, 98.980372], [176.437222, 98.960915], [176.678359, 98.903023], [176.907471, 98.808122], [177.118916, 98.678548], [177.307489, 98.517492], [177.468545, 98.328919], [177.598119, 98.117474], [177.69302, 97.888362], [177.750912, 97.647225], [177.770369, 97.4], [177.750912, 97.152775], [177.69302, 96.911638], [177.616257, 96.726315], [177.599607, 96.686118], [177.599606, 96.686116], [177.598119, 96.682526], [177.476078, 96.483374], [177.470579, 96.4744], [177.470578, 96.474399], [177.468545, 96.471081], [177.307489, 96.282508], [177.260693, 96.242541], [177.121876, 96.12398], [177.121875, 96.123979], [177.118916, 96.121452], [177.1156, 96.11942], [177.115596, 96.119417], [176.910789, 95.993911], [176.910786, 95.993909], [176.907471, 95.991878], [176.903885, 95.990392], [176.903878, 95.990389], [176.681949, 95.898464], [176.681948, 95.898463], [176.678359, 95.896977], [176.613918, 95.881506], [176.440994, 95.83999], [176.440986, 95.839988], [176.437222, 95.839085], [176.433357, 95.83878], [176.433352, 95.83878], [176.193872, 95.819933], [176.189997, 95.819628], [176.186122, 95.819933], [175.946641, 95.83878], [175.946634, 95.838781], [175.942772, 95.839085], [175.939009, 95.839988], [175.938999, 95.83999], [175.705412, 95.89607], [175.705409, 95.89607], [175.701635, 95.896977], [175.698048, 95.898462], [175.698044, 95.898464], [175.476115, 95.990389], [175.476102, 95.990395], [175.472523, 95.991878], [175.469212, 95.993906], [175.469204, 95.993911], [175.264397, 96.119417], [175.264387, 96.119424], [175.261078, 96.121452], [175.258124, 96.123974], [175.258117, 96.12398], [175.075472, 96.279973], [175.075465, 96.279979], [175.072505, 96.282508], [175.069976, 96.285468], [175.06997, 96.285475], [174.913977, 96.46812], [174.913971, 96.468127], [174.911449, 96.471081], [174.909421, 96.47439], [174.909414, 96.4744], [174.783908, 96.679207], [174.783903, 96.679215], [174.781875, 96.682526], [174.780392, 96.686105], [174.780386, 96.686118], [174.688461, 96.908047], [174.686974, 96.911638], [174.686067, 96.915412], [174.686067, 96.915415], [174.629987, 97.149002], [174.629985, 97.149012], [174.629082, 97.152775], [174.628778, 97.156637], [174.628777, 97.156644], [174.615803, 97.321501], [174.609625, 97.4], [172.71798, 97.4], [172.821497, 97.321501], [172.910859, 97.203659], [172.965114, 97.066078], [172.975497, 96.979619], [172.975497, 96.395383], [172.965114, 96.308924], [172.959623, 96.295001], [172.943854, 96.255013], [172.910859, 96.171343], [172.821497, 96.053501], [172.739677, 95.991455], [172.710832, 95.956611], [172.700497, 95.912572], [172.700497, 93.264451], [172.70276, 93.243405], [172.70285, 93.242991], [172.704356, 93.23607], [172.700749, 93.185641], [172.700497, 93.178578], [172.700497, 93.167739], [172.700497, 93.164198], [172.698447, 93.149947], [172.697695, 93.142954], [172.694088, 93.092514], [172.691466, 93.085484], [172.68623, 93.064967], [172.686169, 93.064547], [172.685162, 93.05754], [172.664162, 93.011557], [172.661457, 93.005026], [172.655541, 92.989165], [172.643793, 92.957666], [172.63955, 92.951998], [172.639548, 92.951994], [172.639288, 92.951647], [172.62849, 92.933448], [172.625374, 92.926624], [172.592256, 92.888404], [172.587851, 92.882936], [172.579218, 92.871404], [172.569041, 92.861227], [172.564225, 92.856054], [172.535762, 92.823205], [172.53576, 92.823203], [172.531125, 92.817854], [172.525168, 92.814025], [172.525164, 92.814022], [172.524807, 92.813793], [172.508329, 92.800515], [172.027814, 92.32], [174.609625, 92.32], [174.60993, 92.323875], [174.626977, 92.540486], [174.629082, 92.567225], [174.629985, 92.570989], [174.629987, 92.570997], [174.683341, 92.793228], [174.686974, 92.808362], [174.68846, 92.811951], [174.688461, 92.811952], [174.780386, 93.033881], [174.780389, 93.033888], [174.781875, 93.037474], [174.783906, 93.040789], [174.783908, 93.040792], [174.899245, 93.229005], [174.911449, 93.248919], [174.913976, 93.251878], [174.913977, 93.251879], [175.049394, 93.410433], [175.072505, 93.437492], [175.261078, 93.598548], [175.264396, 93.600581], [175.264397, 93.600582], [175.316633, 93.632592], [175.472523, 93.728122], [175.701635, 93.823023], [175.942772, 93.880915], [176.189997, 93.900372], [176.437222, 93.880915], [176.678359, 93.823023], [176.907471, 93.728122], [177.118916, 93.598548], [177.307489, 93.437492], [177.468545, 93.248919], [177.598119, 93.037474], [177.69302, 92.808362], [177.750912, 92.567225], [177.770369, 92.32], [177.750912, 92.072775], [177.69302, 91.831638], [177.603763, 91.616151], [177.599607, 91.606118], [177.599606, 91.606116], [177.598119, 91.602526], [177.468545, 91.391081], [177.307489, 91.202508], [177.2102, 91.119416], [177.121876, 91.04398], [177.121875, 91.043979], [177.118916, 91.041452], [177.1156, 91.03942], [177.115596, 91.039417], [176.910789, 90.913911], [176.910786, 90.913909], [176.907471, 90.911878], [176.903885, 90.910392], [176.903878, 90.910389], [176.681949, 90.818464], [176.681948, 90.818463], [176.678359, 90.816977], [176.666948, 90.814237], [176.440994, 90.75999], [176.440986, 90.759988], [176.437222, 90.759085], [176.433357, 90.75878], [176.433352, 90.75878], [176.193872, 90.739933], [176.189997, 90.739628], [176.186122, 90.739933], [175.946641, 90.75878], [175.946634, 90.758781], [175.942772, 90.759085], [175.939009, 90.759988], [175.938999, 90.75999], [175.705412, 90.81607], [175.705409, 90.81607], [175.701635, 90.816977], [175.698048, 90.818462], [175.698044, 90.818464], [175.476115, 90.910389], [175.476102, 90.910395], [175.472523, 90.911878], [175.469212, 90.913906], [175.469204, 90.913911], [175.264397, 91.039417], [175.264387, 91.039424], [175.261078, 91.041452], [175.258124, 91.043974], [175.258117, 91.04398], [175.075472, 91.199973], [175.075465, 91.199979], [175.072505, 91.202508], [175.069976, 91.205468], [175.06997, 91.205475], [174.913977, 91.38812], [174.913971, 91.388127], [174.911449, 91.391081], [174.909421, 91.39439], [174.909414, 91.3944], [174.783908, 91.599207], [174.783903, 91.599215], [174.781875, 91.602526], [174.780392, 91.606105], [174.780386, 91.606118], [174.688461, 91.828047], [174.686974, 91.831638], [174.686067, 91.835412], [174.686067, 91.835415], [174.629987, 92.069002], [174.629985, 92.069012], [174.629082, 92.072775], [174.628778, 92.076637], [174.628777, 92.076644], [174.614192, 92.261967], [174.609625, 92.32], [172.027814, 92.32], [171.94948, 92.241666], [171.936199, 92.225184], [171.935969, 92.224826], [171.932143, 92.218872], [171.893948, 92.185776], [171.888775, 92.180961], [171.881088, 92.173274], [171.878593, 92.170779], [171.867062, 92.162147], [171.861578, 92.157728], [171.823373, 92.124623], [171.816933, 92.121681], [171.816932, 92.121681], [171.816544, 92.121504], [171.798345, 92.110706], [171.797996, 92.110444], [171.797992, 92.110442], [171.792331, 92.106204], [171.785704, 92.103732], [171.7857, 92.10373], [171.74497, 92.088539], [171.738441, 92.085835], [171.698897, 92.067776], [171.698896, 92.067775], [171.692457, 92.064835], [171.685452, 92.063827], [171.685443, 92.063825], [171.685014, 92.063764], [171.66452, 92.058533], [171.664116, 92.058382], [171.664111, 92.05838], [171.657483, 92.055909], [171.650425, 92.055404], [171.607063, 92.052302], [171.600042, 92.051547], [171.589299, 92.050002], [171.589283, 92.05], [171.585799, 92.0495], [171.582265, 92.0495], [171.571419, 92.0495], [171.564356, 92.049248], [171.520991, 92.046146], [171.520989, 92.046146], [171.513927, 92.045641], [171.50701, 92.047145], [171.507005, 92.047146], [171.506706, 92.047211], [171.506589, 92.047237], [171.485546, 92.0495], [171.341313, 92.0495], [171.310368, 92.04454], [171.282525, 92.030155], [171.272834, 92.023003], [171.237882, 91.997207], [171.230882, 91.994757], [171.230879, 91.994756], [171.115387, 91.954344], [171.115384, 91.954343], [171.109699, 91.952354], [171.103706, 91.951792], [171.103702, 91.951791], [171.081561, 91.949715], [171.081556, 91.949714], [171.079266, 91.9495], [169.795734, 91.9495], [169.793444, 91.949714], [169.793438, 91.949715], [169.771297, 91.951791], [169.771291, 91.951792], [169.765301, 91.952354], [169.759617, 91.954342], [169.759612, 91.954344], [169.64412, 91.994756], [169.644114, 91.994758], [169.637118, 91.997207], [169.631152, 92.001609], [169.631148, 92.001612], [169.533823, 92.073441], [169.53382, 92.073443], [169.52785, 92.07785], [169.523443, 92.08382], [169.523441, 92.083823], [169.451612, 92.181148], [169.451609, 92.181152], [169.447207, 92.187118], [169.444758, 92.194114], [169.444756, 92.19412], [169.404344, 92.309612], [169.404342, 92.309617], [169.402354, 92.315301], [169.401792, 92.321291], [169.401791, 92.321297], [169.39985, 92.342001], [169.3995, 92.345734], [169.3995, 92.754266], [169.399714, 92.756556], [169.399715, 92.756561], [169.401791, 92.778702], [169.401792, 92.778706], [169.402354, 92.784699], [169.404342, 92.790382], [169.404344, 92.790388], [169.404765, 92.79159], [169.404819, 92.792561], [169.405629, 92.796267], [169.405034, 92.796396], [169.407833, 92.846315], [169.381317, 92.894285], [169.333345, 92.920796], [169.278621, 92.917723], [169.234699, 92.902354], [169.228706, 92.901792], [169.228702, 92.901791], [169.206561, 92.899715], [169.206556, 92.899714], [169.204266, 92.8995], [167.920734, 92.8995], [167.918444, 92.899714], [167.918438, 92.899715], [167.896297, 92.901791], [167.896291, 92.901792], [167.890301, 92.902354], [167.884617, 92.904342], [167.884612, 92.904344], [167.76912, 92.944756], [167.769114, 92.944758], [167.762118, 92.947207], [167.756152, 92.951609], [167.756148, 92.951612], [167.717475, 92.980155], [167.689632, 92.99454], [167.658687, 92.9995], [167.187429, 92.9995], [167.14339, 92.989165], [167.108545, 92.960319], [167.078574, 92.920796], [167.0465, 92.8785], [167.037142, 92.871404], [167.0169, 92.856054], [166.928658, 92.789138], [166.922362, 92.786655], [166.79698, 92.73721], [166.796974, 92.737208], [166.791077, 92.734883], [166.784776, 92.734126], [166.784775, 92.734126], [166.707546, 92.724851], [166.707535, 92.72485], [166.704618, 92.7245], [166.120382, 92.7245], [166.117465, 92.72485], [166.117453, 92.724851], [166.040224, 92.734126], [166.040221, 92.734126], [166.033923, 92.734883], [166.028027, 92.737207], [166.028019, 92.73721], [165.902637, 92.786655], [165.902633, 92.786656], [165.896342, 92.789138], [165.890949, 92.793226], [165.890948, 92.793228], [165.783899, 92.874405], [165.783895, 92.874408], [165.7785, 92.8785], [165.774408, 92.883895], [165.774405, 92.883899], [165.713435, 92.964301], [165.689138, 92.996342], [165.686656, 93.002633], [165.686655, 93.002637], [165.63721, 93.128019], [165.637207, 93.128027], [165.634883, 93.133923], [165.634126, 93.140221], [165.634126, 93.140224], [165.624851, 93.217453], [165.62485, 93.217465], [165.6245, 93.220382], [165.6245, 93.779618], [165.62485, 93.782535], [165.624851, 93.782546], [165.632265, 93.84428], [165.634883, 93.866077], [165.637208, 93.871974], [165.63721, 93.87198], [165.681316, 93.983823], [165.689138, 94.003658], [165.7785, 94.1215], [165.896342, 94.210862], [166.016895, 94.258402], [166.059866, 94.291221], [166.079186, 94.341722], [166.069091, 94.394842], [166.032591, 94.434734], [165.980576, 94.4495], [165.795734, 94.4495], [165.793444, 94.449714], [165.793438, 94.449715], [165.771297, 94.451791], [165.771291, 94.451792], [165.765301, 94.452354], [165.759617, 94.454342], [165.759612, 94.454344], [165.64412, 94.494756], [165.644114, 94.494758], [165.637118, 94.497207], [165.631152, 94.501609], [165.631148, 94.501612], [165.533823, 94.573441], [165.53382, 94.573443], [165.52785, 94.57785], [165.523443, 94.58382], [165.523441, 94.583823], [165.451612, 94.681148], [165.451609, 94.681152], [165.447207, 94.687118], [165.444758, 94.694114], [165.444756, 94.69412], [165.404344, 94.809612], [165.404342, 94.809617], [165.402354, 94.815301], [165.401792, 94.821291], [165.401791, 94.821297], [165.399715, 94.843438], [165.3995, 94.845734], [165.3995, 95.254266], [165.399714, 95.256556], [165.399715, 95.256561], [165.401791, 95.278702], [165.401792, 95.278706], [165.402354, 95.284699], [165.404342, 95.290382], [165.404344, 95.290388], [165.404765, 95.29159], [165.404819, 95.292561], [165.405629, 95.296267], [165.405034, 95.296396], [165.407833, 95.346315], [165.381317, 95.394285], [165.333345, 95.420796], [165.278621, 95.417723], [165.234699, 95.402354], [165.228706, 95.401792], [165.228702, 95.401791], [165.206561, 95.399715], [165.206556, 95.399714], [165.204266, 95.3995], [163.920734, 95.3995], [163.918444, 95.399714], [163.918438, 95.399715], [163.896297, 95.401791], [163.896291, 95.401792], [163.890301, 95.402354], [163.884617, 95.404342], [163.884612, 95.404344], [163.76912, 95.444756], [163.769114, 95.444758], [163.762118, 95.447207], [163.756152, 95.451609], [163.756148, 95.451612], [163.658823, 95.523441], [163.65882, 95.523443], [163.65285, 95.52785], [163.648098, 95.534287], [163.647317, 95.534947], [163.643199, 95.539066], [163.642851, 95.538718], [163.613061, 95.563876], [163.568444, 95.5745], [161.109364, 95.5745], [161.068733, 95.565778], [161.035261, 95.541149], [161.031584, 95.536999], [161.028183, 95.532071], [161.023418, 95.52785], [160.921147, 95.437246], [160.900852, 95.419266], [160.895548, 95.416482], [160.755528, 95.342993], [160.755526, 95.342992], [160.750225, 95.34021], [160.744409, 95.338776], [160.744408, 95.338776], [160.590871, 95.300933], [160.590868, 95.300932], [160.585056, 95.2995], [160.414944, 95.2995], [160.409131, 95.300932], [160.409128, 95.300933], [160.255591, 95.338776], [160.255587, 95.338777], [160.249775, 95.34021], [160.244476, 95.34299], [160.244471, 95.342993], [160.104451, 95.416482], [160.104446, 95.416485], [160.099148, 95.419266], [160.094667, 95.423234], [160.094665, 95.423237], [159.976299, 95.528099], [159.976293, 95.528105], [159.971817, 95.532071], [159.968417, 95.536996], [159.968414, 95.537], [159.878581, 95.667144], [159.878577, 95.667151], [159.875182, 95.67207], [159.873061, 95.67766], [159.87306, 95.677664], [159.816983, 95.825528], [159.816981, 95.825533], [159.81486, 95.831128], [159.814139, 95.837065], [159.814137, 95.837074], [159.798833, 95.963119], [159.794355, 96.0], [159.795077, 96.005946], [159.814137, 96.162925], [159.814138, 96.162932], [159.81486, 96.168872], [159.816983, 96.174471], [159.816984, 96.174473], [159.862843, 96.295396], [159.868554, 96.342435], [159.851751, 96.38674], [159.816283, 96.418161], [159.770276, 96.429501], [154.870697, 96.429501], [154.81665, 96.413446], [154.780133, 96.37049], [154.764458, 96.33499], [154.756022, 96.295001], [154.764457, 96.255013], [154.770389, 96.241578], [154.797582, 96.179992], [154.800497, 96.154866], [154.800496, 95.165137], [154.797582, 95.14001], [154.764456, 95.064988], [154.756022, 95.025001], [154.764457, 94.985013], [154.772, 94.967929], [154.797582, 94.909992], [154.800497, 94.884866], [154.800496, 93.895137], [154.797582, 93.87001], [154.764456, 93.794988], [154.756022, 93.755001], [154.764457, 93.715013], [154.797582, 93.639992], [154.800497, 93.614866], [154.800496, 92.625137], [154.797582, 92.60001], [154.7713, 92.540486], [154.764457, 92.524988], [154.756022, 92.485], [154.764458, 92.445011], [154.773223, 92.425161], [154.797582, 92.369992], [154.800497, 92.344866], [154.800497, 92.125], [159.669355, 92.125], [159.670077, 92.130946], [159.689137, 92.287925], [159.689138, 92.287932], [159.68986, 92.293872], [159.691982, 92.299468], [159.691983, 92.299471], [159.738415, 92.421902], [159.750182, 92.45293], [159.753579, 92.457851], [159.753581, 92.457855], [159.826403, 92.563355], [159.846817, 92.592929], [159.851297, 92.596898], [159.851299, 92.5969], [159.900831, 92.640781], [159.974148, 92.705734], [160.124775, 92.78479], [160.289944, 92.8255], [160.454068, 92.8255], [160.460056, 92.8255], [160.625225, 92.78479], [160.775852, 92.705734], [160.903183, 92.592929], [160.98139, 92.479628], [160.989236, 92.468261], [161.024704, 92.43684], [161.070711, 92.4255], [162.870244, 92.4255], [162.90813, 92.433036], [162.940248, 92.454496], [163.770504, 93.284752], [163.791964, 93.31687], [163.7995, 93.354756], [163.7995, 93.779618], [163.79985, 93.782535], [163.799851, 93.782546], [163.807265, 93.84428], [163.809883, 93.866077], [163.812208, 93.871974], [163.81221, 93.87198], [163.856316, 93.983823], [163.864138, 94.003658], [163.9535, 94.1215], [164.071342, 94.210862], [164.102145, 94.223009], [164.203019, 94.262789], [164.20302, 94.262789], [164.208923, 94.265117], [164.295382, 94.2755], [164.876666, 94.2755], [164.879618, 94.2755], [164.966077, 94.265117], [165.103658, 94.210862], [165.2215, 94.1215], [165.310862, 94.003658], [165.365117, 93.866077], [165.3755, 93.779618], [165.3755, 93.220382], [165.365117, 93.133923], [165.35633, 93.111642], [165.321039, 93.02215], [165.310862, 92.996342], [165.2215, 92.8785], [165.212142, 92.871404], [165.1919, 92.856054], [165.103658, 92.789138], [165.097362, 92.786655], [164.97198, 92.73721], [164.971974, 92.737208], [164.966077, 92.734883], [164.959776, 92.734126], [164.959775, 92.734126], [164.882546, 92.724851], [164.882535, 92.72485], [164.879618, 92.7245], [164.876666, 92.7245], [164.454756, 92.7245], [164.41687, 92.716964], [164.384752, 92.695504], [163.875024, 92.185776], [163.364694, 91.675446], [163.364694, 91.675445], [163.364687, 91.675438], [163.34623, 91.656981], [163.346227, 91.656978], [163.34072, 91.651472], [163.317445, 91.639613], [163.304204, 91.631498], [163.289384, 91.62073], [163.289381, 91.620728], [163.283081, 91.616151], [163.275678, 91.613745], [163.275669, 91.613741], [163.258241, 91.608079], [163.24389, 91.602135], [163.227564, 91.593816], [163.227563, 91.593815], [163.220626, 91.590281], [163.212934, 91.589062], [163.212932, 91.589062], [163.194829, 91.586195], [163.179729, 91.58257], [163.154893, 91.5745], [163.1471, 91.5745], [160.847524, 91.5745], [160.812418, 91.568066], [160.781877, 91.549604], [160.775852, 91.544266], [160.625225, 91.46521], [160.619409, 91.463776], [160.619408, 91.463776], [160.465871, 91.425933], [160.465868, 91.425932], [160.460056, 91.4245], [160.289944, 91.4245], [160.284131, 91.425932], [160.284128, 91.425933], [160.130591, 91.463776], [160.130587, 91.463777], [160.124775, 91.46521], [160.119476, 91.46799], [160.119471, 91.467993], [159.979451, 91.541482], [159.979446, 91.541485], [159.974148, 91.544266], [159.969667, 91.548234], [159.969665, 91.548237], [159.851299, 91.653099], [159.851293, 91.653105], [159.846817, 91.657071], [159.843417, 91.661996], [159.843414, 91.662], [159.753581, 91.792144], [159.753577, 91.792151], [159.750182, 91.79707], [159.748061, 91.80266], [159.74806, 91.802664], [159.691983, 91.950528], [159.691981, 91.950533], [159.68986, 91.956128], [159.689139, 91.962065], [159.689137, 91.962074], [159.673932, 92.087302], [159.669355, 92.125], [154.800497, 92.125], [154.800496, 91.355137], [154.797582, 91.33001], [154.764457, 91.254988], [154.756022, 91.215], [154.764458, 91.175011], [154.786632, 91.124791], [154.797582, 91.099992], [154.800497, 91.074866], [154.800496, 90.085137], [154.797582, 90.06001], [154.764457, 89.984988], [154.756022, 89.945], [154.764458, 89.905011], [154.794573, 89.836806], [154.797582, 89.829992], [154.800497, 89.804866], [154.800496, 88.815137], [154.797582, 88.79001], [154.764457, 88.714988], [154.756022, 88.675], [154.764458, 88.635011], [154.794573, 88.566806], [154.797582, 88.559992], [154.800497, 88.534866], [154.800496, 87.545137], [154.797582, 87.52001], [154.764457, 87.444988], [154.756022, 87.405], [154.764458, 87.365011], [154.794573, 87.296806], [154.797582, 87.289992], [154.800497, 87.264866], [154.800497, 87.24], [174.609625, 87.24], [174.60993, 87.243875], [174.627875, 87.4719], [174.629082, 87.487225], [174.629985, 87.490989], [174.629987, 87.490997], [174.679941, 87.699066], [174.686974, 87.728362], [174.68846, 87.731951], [174.688461, 87.731952], [174.780386, 87.953881], [174.780389, 87.953888], [174.781875, 87.957474], [174.783906, 87.960789], [174.783908, 87.960792], [174.907775, 88.162925], [174.911449, 88.168919], [174.913976, 88.171878], [174.913977, 88.171879], [175.017612, 88.293221], [175.072505, 88.357492], [175.261078, 88.518548], [175.264396, 88.520581], [175.264397, 88.520582], [175.316633, 88.552592], [175.472523, 88.648122], [175.701635, 88.743023], [175.942772, 88.800915], [176.189997, 88.820372], [176.437222, 88.800915], [176.678359, 88.743023], [176.907471, 88.648122], [177.118916, 88.518548], [177.307489, 88.357492], [177.468545, 88.168919], [177.598119, 87.957474], [177.69302, 87.728362], [177.750912, 87.487225], [177.770369, 87.24], [177.750912, 86.992775], [177.69302, 86.751638], [177.603602, 86.535763], [177.599607, 86.526118], [177.599606, 86.526116], [177.598119, 86.522526], [177.507391, 86.374471], [177.470579, 86.3144], [177.470578, 86.314399], [177.468545, 86.311081], [177.307489, 86.122508], [177.231355, 86.057484], [177.121876, 85.96398], [177.121875, 85.963979], [177.118916, 85.961452], [177.1156, 85.95942], [177.115596, 85.959417], [176.910789, 85.833911], [176.910786, 85.833909], [176.907471, 85.831878], [176.903885, 85.830392], [176.903878, 85.830389], [176.681949, 85.738464], [176.681948, 85.738463], [176.678359, 85.736977], [176.64138, 85.728099], [176.440994, 85.67999], [176.440986, 85.679988], [176.437222, 85.679085], [176.433357, 85.67878], [176.433352, 85.67878], [176.193872, 85.659933], [176.189997, 85.659628], [176.186122, 85.659933], [175.946641, 85.67878], [175.946634, 85.678781], [175.942772, 85.679085], [175.939009, 85.679988], [175.938999, 85.67999], [175.705412, 85.73607], [175.705409, 85.73607], [175.701635, 85.736977], [175.698048, 85.738462], [175.698044, 85.738464], [175.476115, 85.830389], [175.476102, 85.830395], [175.472523, 85.831878], [175.469212, 85.833906], [175.469204, 85.833911], [175.264397, 85.959417], [175.264387, 85.959424], [175.261078, 85.961452], [175.258124, 85.963974], [175.258117, 85.96398], [175.075472, 86.119973], [175.075465, 86.119979], [175.072505, 86.122508], [175.069976, 86.125468], [175.06997, 86.125475], [174.913977, 86.30812], [174.913971, 86.308127], [174.911449, 86.311081], [174.909421, 86.31439], [174.909414, 86.3144], [174.783908, 86.519207], [174.783903, 86.519215], [174.781875, 86.522526], [174.780392, 86.526105], [174.780386, 86.526118], [174.705491, 86.706933], [174.686974, 86.751638], [174.686067, 86.755412], [174.686067, 86.755415], [174.629987, 86.989002], [174.629985, 86.989012], [174.629082, 86.992775], [174.628778, 86.996637], [174.628777, 86.996644], [174.620178, 87.10591], [174.609625, 87.24], [154.800497, 87.24], [154.800496, 86.275137], [154.797582, 86.25001], [154.774247, 86.197162], [154.764457, 86.174988], [154.756022, 86.135], [154.764458, 86.095011], [154.783746, 86.051328], [154.797582, 86.019992], [154.800497, 85.994866], [154.800496, 85.005137], [154.797582, 84.98001], [154.752203, 84.877236], [154.672762, 84.797795], [154.664373, 84.794091], [154.664372, 84.79409], [154.576799, 84.755423], [154.576796, 84.755422], [154.569988, 84.752416], [154.562591, 84.751557], [154.562588, 84.751557], [154.547711, 84.749831], [154.547701, 84.74983], [154.544862, 84.749501], [154.541997, 84.749501], [152.957988, 84.749501], [152.95797, 84.749501], [152.955133, 84.749502], [152.952312, 84.749829], [152.952297, 84.74983], [152.937401, 84.751558], [152.937398, 84.751558], [152.930006, 84.752416], [152.923197, 84.755422], [152.923195, 84.755423], [152.874484, 84.776931], [152.8265, 84.785043], [152.780449, 84.769311], [152.747457, 84.733538], [152.735496, 84.686366], [152.735496, 83.457992], [152.735496, 83.455137], [152.732582, 83.43001], [152.687203, 83.327236], [152.607762, 83.247795], [152.599373, 83.244091], [152.599372, 83.24409], [152.511799, 83.205423], [152.511796, 83.205422], [152.504988, 83.202416], [152.497591, 83.201557], [152.497588, 83.201557], [152.482711, 83.199831], [152.482701, 83.19983], [152.479862, 83.199501], [152.476997, 83.199501], [151.492988, 83.199501], [151.49297, 83.199501], [151.490133, 83.199502], [151.487312, 83.199829], [151.487297, 83.19983], [151.472401, 83.201558], [151.472398, 83.201558], [151.465006, 83.202416], [151.458201, 83.20542], [151.458192, 83.205423], [151.389984, 83.23554], [151.349997, 83.243975], [151.31001, 83.23554], [151.241802, 83.205424], [151.241798, 83.205422], [151.234988, 83.202416], [151.227591, 83.201557], [151.227588, 83.201557], [151.212711, 83.199831], [151.212701, 83.19983], [151.209862, 83.199501], [151.206997, 83.199501], [150.222988, 83.199501], [150.22297, 83.199501], [150.220133, 83.199502], [150.217312, 83.199829], [150.217297, 83.19983], [150.202401, 83.201558], [150.202398, 83.201558], [150.195006, 83.202416], [150.188201, 83.20542], [150.188192, 83.205423], [150.119984, 83.23554], [150.079997, 83.243975], [150.04001, 83.23554], [149.971802, 83.205424], [149.971798, 83.205422], [149.964988, 83.202416], [149.957591, 83.201557], [149.957588, 83.201557], [149.942711, 83.199831], [149.942701, 83.19983], [149.939862, 83.199501], [149.936997, 83.199501], [148.952988, 83.199501], [148.95297, 83.199501], [148.950133, 83.199502], [148.947312, 83.199829], [148.947297, 83.19983], [148.932401, 83.201558], [148.932398, 83.201558], [148.925006, 83.202416], [148.918201, 83.20542], [148.918192, 83.205423], [148.849984, 83.23554], [148.809997, 83.243975], [148.77001, 83.23554], [148.701802, 83.205424], [148.701798, 83.205422], [148.694988, 83.202416], [148.687591, 83.201557], [148.687588, 83.201557], [148.672711, 83.199831], [148.672701, 83.19983], [148.669862, 83.199501], [148.666997, 83.199501], [147.752317, 83.199501], [147.697316, 83.182816], [147.660853, 83.138387], [147.655219, 83.081187], [147.682311, 83.030499], [148.55281, 82.16], [174.609625, 82.16], [174.60993, 82.163875], [174.627905, 82.392281], [174.629082, 82.407225], [174.629985, 82.410989], [174.629987, 82.410997], [174.659887, 82.535537], [174.686974, 82.648362], [174.68846, 82.651951], [174.688461, 82.651952], [174.780386, 82.873881], [174.780389, 82.873888], [174.781875, 82.877474], [174.783906, 82.880789], [174.783908, 82.880792], [174.907283, 83.082122], [174.911449, 83.088919], [174.913976, 83.091878], [174.913977, 83.091879], [175.039883, 83.239297], [175.072505, 83.277492], [175.261078, 83.438548], [175.472523, 83.568122], [175.701635, 83.663023], [175.942772, 83.720915], [176.189997, 83.740372], [176.437222, 83.720915], [176.678359, 83.663023], [176.907471, 83.568122], [177.118916, 83.438548], [177.307489, 83.277492], [177.468545, 83.088919], [177.598119, 82.877474], [177.69302, 82.648362], [177.750912, 82.407225], [177.770369, 82.16], [177.750912, 81.912775], [177.69302, 81.671638], [177.598119, 81.442526], [177.468545, 81.231081], [177.307489, 81.042508], [177.241422, 80.986082], [177.121876, 80.88398], [177.121875, 80.883979], [177.118916, 80.881452], [177.1156, 80.87942], [177.115596, 80.879417], [176.910789, 80.753911], [176.910786, 80.753909], [176.907471, 80.751878], [176.903885, 80.750392], [176.903878, 80.750389], [176.681949, 80.658464], [176.681948, 80.658463], [176.678359, 80.656977], [176.654988, 80.651366], [176.440994, 80.59999], [176.440986, 80.599988], [176.437222, 80.599085], [176.433357, 80.59878], [176.433352, 80.59878], [176.193872, 80.579933], [176.189997, 80.579628], [176.186122, 80.579933], [175.946641, 80.59878], [175.946634, 80.598781], [175.942772, 80.599085], [175.939009, 80.599988], [175.938999, 80.59999], [175.705412, 80.65607], [175.705409, 80.65607], [175.701635, 80.656977], [175.698048, 80.658462], [175.698044, 80.658464], [175.476115, 80.750389], [175.476102, 80.750395], [175.472523, 80.751878], [175.469212, 80.753906], [175.469204, 80.753911], [175.264397, 80.879417], [175.264387, 80.879424], [175.261078, 80.881452], [175.258124, 80.883974], [175.258117, 80.88398], [175.075472, 81.039973], [175.075465, 81.039979], [175.072505, 81.042508], [175.069976, 81.045468], [175.06997, 81.045475], [174.913977, 81.22812], [174.913971, 81.228127], [174.911449, 81.231081], [174.909421, 81.23439], [174.909414, 81.2344], [174.783908, 81.439207], [174.783903, 81.439215], [174.781875, 81.442526], [174.780392, 81.446105], [174.780386, 81.446118], [174.688461, 81.668047], [174.686974, 81.671638], [174.686067, 81.675412], [174.686067, 81.675415], [174.629987, 81.909002], [174.629985, 81.909012], [174.629082, 81.912775], [174.628778, 81.916637], [174.628777, 81.916644], [174.611034, 82.14209], [174.609625, 82.16], [148.55281, 82.16], [152.820785, 77.892025], [160.8495, 77.892025], [160.849501, 77.894864], [160.849828, 77.897685], [160.849829, 77.897699], [160.851557, 77.912591], [160.852415, 77.919991], [160.862339, 77.942468], [160.890346, 78.005898], [160.897794, 78.022765], [160.977235, 78.102206], [161.080009, 78.147585], [161.105135, 78.1505], [162.894864, 78.150499], [162.919991, 78.147585], [163.022765, 78.102206], [163.102206, 78.022765], [163.147585, 77.919991], [163.1505, 77.894865], [163.150499, 77.0], [163.384571, 77.0], [163.384993, 77.004554], [163.402494, 77.193432], [163.404244, 77.21231], [163.405493, 77.216699], [163.405494, 77.216705], [163.461341, 77.412984], [163.461343, 77.41299], [163.462595, 77.417389], [163.464636, 77.421489], [163.464637, 77.42149], [163.548508, 77.589929], [163.557634, 77.608255], [163.573845, 77.629721], [163.683365, 77.774749], [163.683368, 77.774752], [163.686128, 77.778407], [163.689511, 77.781491], [163.689512, 77.781492], [163.810741, 77.892008], [163.843698, 77.922052], [163.847588, 77.924461], [163.84759, 77.924462], [163.881606, 77.945523], [164.024981, 78.034298], [164.223802, 78.111321], [164.43339, 78.1505], [164.642027, 78.1505], [164.64661, 78.1505], [164.856198, 78.111321], [165.055019, 78.034298], [165.236302, 77.922052], [165.393872, 77.778407], [165.522366, 77.608255], [165.617405, 77.417389], [165.660808, 77.264847], [166.063092, 77.264847], [166.103819, 77.399105], [166.107526, 77.408054], [166.20044, 77.581884], [166.205815, 77.589929], [166.330855, 77.74229], [166.337709, 77.749144], [166.49007, 77.874184], [166.498115, 77.879559], [166.671945, 77.972473], [166.680894, 77.97618], [166.815152, 78.016907], [166.826522, 78.016721], [166.83, 78.005898], [167.33, 78.005898], [167.333477, 78.016721], [167.344847, 78.016907], [167.479105, 77.97618], [167.488054, 77.972473], [167.661884, 77.879559], [167.669929, 77.874184], [167.82229, 77.749144], [167.829144, 77.74229], [167.954184, 77.589929], [167.959559, 77.581884], [168.052473, 77.408054], [168.05618, 77.399105], [168.096907, 77.264847], [168.096721, 77.253477], [168.085898, 77.25], [167.343033, 77.25], [167.332754, 77.252754], [167.33, 77.263033], [167.33, 78.005898], [166.83, 78.005898], [166.83, 77.263033], [166.827245, 77.252754], [166.816967, 77.25], [166.074102, 77.25], [166.063278, 77.253477], [166.063092, 77.264847], [165.660808, 77.264847], [165.675756, 77.21231], [165.695429, 77.0], [165.675756, 76.78769], [165.660807, 76.735152], [166.063092, 76.735152], [166.063278, 76.746522], [166.074102, 76.75], [166.816967, 76.75], [166.827245, 76.747245], [166.83, 76.736967], [167.33, 76.736967], [167.332754, 76.747245], [167.343033, 76.75], [168.085898, 76.75], [168.096721, 76.746522], [168.096907, 76.735152], [168.05618, 76.600894], [168.052473, 76.591945], [167.959559, 76.418115], [167.954184, 76.41007], [167.829144, 76.257709], [167.82229, 76.250855], [167.669929, 76.125815], [167.661884, 76.12044], [167.488054, 76.027526], [167.479105, 76.023819], [167.344847, 75.983092], [167.333477, 75.983278], [167.33, 75.994102], [167.33, 76.736967], [166.83, 76.736967], [166.83, 75.994102], [166.826522, 75.983278], [166.815152, 75.983092], [166.680894, 76.023819], [166.671945, 76.027526], [166.498115, 76.12044], [166.49007, 76.125815], [166.337709, 76.250855], [166.330855, 76.257709], [166.205815, 76.41007], [166.20044, 76.418115], [166.107526, 76.591945], [166.103819, 76.600894], [166.063092, 76.735152], [165.660807, 76.735152], [165.617405, 76.582611], [165.522366, 76.391745], [165.393872, 76.221593], [165.315524, 76.150169], [165.239683, 76.08103], [165.239681, 76.081028], [165.236302, 76.077948], [165.232413, 76.07554], [165.232409, 76.075537], [165.083405, 75.983278], [165.055019, 75.965702], [164.954606, 75.926802], [164.860467, 75.890332], [164.860459, 75.890329], [164.856198, 75.888679], [164.851694, 75.887837], [164.651116, 75.850342], [164.651112, 75.850341], [164.64661, 75.8495], [164.43339, 75.8495], [164.428888, 75.850341], [164.428883, 75.850342], [164.228305, 75.887837], [164.228302, 75.887837], [164.223802, 75.888679], [164.219543, 75.890328], [164.219532, 75.890332], [164.02925, 75.964048], [164.029248, 75.964048], [164.024981, 75.965702], [164.021087, 75.968112], [164.021085, 75.968114], [163.84759, 76.075537], [163.847581, 76.075543], [163.843698, 76.077948], [163.840323, 76.081024], [163.840316, 76.08103], [163.689512, 76.218507], [163.689506, 76.218513], [163.686128, 76.221593], [163.683372, 76.225241], [163.683365, 76.22525], [163.560396, 76.388087], [163.557634, 76.391745], [163.555595, 76.395838], [163.555591, 76.395846], [163.464637, 76.578509], [163.464635, 76.578513], [163.462595, 76.582611], [163.461344, 76.587005], [163.461341, 76.587015], [163.405494, 76.783294], [163.405492, 76.783302], [163.404244, 76.78769], [163.403822, 76.792235], [163.403822, 76.79224], [163.403318, 76.797684], [163.384571, 77.0], [163.150499, 77.0], [163.150499, 76.105136], [163.147585, 76.080009], [163.102206, 75.977235], [163.022765, 75.897794], [163.014376, 75.89409], [163.014375, 75.894089], [162.926802, 75.855422], [162.926799, 75.855421], [162.919991, 75.852415], [162.912594, 75.851556], [162.912591, 75.851556], [162.897714, 75.84983], [162.897704, 75.849829], [162.894865, 75.8495], [162.892, 75.8495], [161.107991, 75.8495], [161.107973, 75.8495], [161.105136, 75.849501], [161.102315, 75.849828], [161.1023, 75.849829], [161.087404, 75.851557], [161.087401, 75.851557], [161.080009, 75.852415], [161.0732, 75.855421], [161.073198, 75.855422], [160.985624, 75.894089], [160.98562, 75.894091], [160.977235, 75.897794], [160.970753, 75.904275], [160.97075, 75.904278], [160.904278, 75.97075], [160.904275, 75.970753], [160.897794, 75.977235], [160.894091, 75.98562], [160.894089, 75.985624], [160.855422, 76.073197], [160.855422, 76.073198], [160.852415, 76.080009], [160.851557, 76.087404], [160.851556, 76.087408], [160.84983, 76.102285], [160.849829, 76.102296], [160.8495, 76.105135], [160.8495, 76.107991], [160.8495, 76.107999], [160.8495, 77.892008], [160.8495, 77.892025], [152.820785, 77.892025], [153.308334, 77.404476], [153.324819, 77.391195], [153.331128, 77.387141], [153.364243, 77.348921], [153.369048, 77.343763], [153.372588, 77.340223], [153.379221, 77.333591], [153.387866, 77.32204], [153.392252, 77.316597], [153.425377, 77.278371], [153.428494, 77.271544], [153.439297, 77.253338], [153.443796, 77.247329], [153.461462, 77.19996], [153.464167, 77.193432], [153.485165, 77.147455], [153.486233, 77.140022], [153.491469, 77.119509], [153.494091, 77.112481], [153.497698, 77.062041], [153.49845, 77.055047], [153.5005, 77.040797], [153.5005, 77.026417], [153.500752, 77.019354], [153.503854, 76.975988], [153.503853, 76.975986], [153.504359, 76.968925], [153.502762, 76.961587], [153.5005, 76.940544], [153.5005, 73.868321], [153.508036, 73.830436], [153.529496, 73.798318], [153.550849, 73.776965], [153.575257, 73.752555], [153.624829, 73.72569], [153.674754, 73.729737], [153.675131, 73.728414], [153.679525, 73.729664], [153.683802, 73.731321], [153.89339, 73.7705], [154.102027, 73.7705], [154.10661, 73.7705], [154.316198, 73.731321], [154.461994, 73.67484], [156.035, 73.67484], [156.035947, 73.684461], [156.044701, 73.728473], [156.05202, 73.746142], [156.085389, 73.796082], [156.098917, 73.80961], [156.148857, 73.842979], [156.166526, 73.850298], [156.210538, 73.859052], [156.22016, 73.86], [156.971967, 73.86], [156.982245, 73.857245], [156.985, 73.846967], [157.485, 73.846967], [157.487754, 73.857245], [157.498033, 73.86], [158.24984, 73.86], [158.259461, 73.859052], [158.303473, 73.850298], [158.321142, 73.842979], [158.371082, 73.80961], [158.38461, 73.796082], [158.417979, 73.746142], [158.425298, 73.728473], [158.430559, 73.702025], [165.4645, 73.702025], [165.464501, 73.704864], [165.464828, 73.707685], [165.464829, 73.707699], [165.46534, 73.712102], [165.467415, 73.729991], [165.471657, 73.739598], [165.499301, 73.802208], [165.512794, 73.832765], [165.592235, 73.912206], [165.695009, 73.957585], [165.720135, 73.9605], [167.809864, 73.960499], [167.834991, 73.957585], [167.937765, 73.912206], [168.017206, 73.832765], [168.062585, 73.729991], [168.0655, 73.704865], [168.0655, 73.3695], [168.078763, 73.32], [168.115, 73.283763], [168.1645, 73.2705], [168.693303, 73.2705], [168.739598, 73.281991], [168.775146, 73.313798], [168.791694, 73.358536], [168.7854, 73.405819], [168.737212, 73.528012], [168.737208, 73.528026], [168.734883, 73.533923], [168.734126, 73.540221], [168.734126, 73.540224], [168.724851, 73.617453], [168.72485, 73.617465], [168.7245, 73.620382], [168.7245, 74.204618], [168.72485, 74.207535], [168.724851, 74.207546], [168.73039, 74.253667], [168.734883, 74.291077], [168.737208, 74.296974], [168.73721, 74.29698], [168.784485, 74.416859], [168.789138, 74.428658], [168.8785, 74.5465], [168.996342, 74.635862], [169.083176, 74.670105], [169.128019, 74.687789], [169.12802, 74.687789], [169.133923, 74.690117], [169.220382, 74.7005], [169.776666, 74.7005], [169.779618, 74.7005], [169.866077, 74.690117], [170.003658, 74.635862], [170.1215, 74.5465], [170.193024, 74.45218], [170.227869, 74.423335], [170.271908, 74.413], [171.288046, 74.413], [171.309089, 74.415262], [171.316427, 74.416859], [171.366855, 74.413252], [171.373919, 74.413], [171.384759, 74.413], [171.388299, 74.413], [171.402549, 74.41095], [171.409543, 74.410198], [171.459983, 74.406591], [171.467011, 74.403969], [171.487524, 74.398733], [171.494957, 74.397665], [171.540937, 74.376665], [171.547467, 74.373961], [171.578561, 74.362364], [171.613782, 74.356124], [171.648921, 74.362808], [171.67771, 74.373961], [171.683802, 74.376321], [171.89339, 74.4155], [172.102027, 74.4155], [172.10661, 74.4155], [172.316198, 74.376321], [172.515019, 74.299298], [172.696302, 74.187052], [172.853872, 74.043407], [172.982366, 73.873255], [173.077405, 73.682389], [173.135756, 73.47731], [173.153127, 73.28984], [174.714997, 73.28984], [174.715944, 73.299461], [174.724698, 73.343473], [174.732017, 73.361142], [174.765386, 73.411082], [174.778914, 73.42461], [174.828854, 73.457979], [174.846523, 73.465298], [174.890535, 73.474052], [174.900157, 73.475], [175.926964, 73.475], [175.937242, 73.472245], [175.939997, 73.461967], [176.439997, 73.461967], [176.442751, 73.472245], [176.45303, 73.475], [177.479837, 73.475], [177.489458, 73.474052], [177.53347, 73.465298], [177.551139, 73.457979], [177.601079, 73.42461], [177.614607, 73.411082], [177.647976, 73.361142], [177.655295, 73.343473], [177.664049, 73.299461], [177.664997, 73.28984], [177.664997, 72.263033], [177.662242, 72.252754], [177.651964, 72.25], [176.45303, 72.25], [176.442751, 72.252754], [176.439997, 72.263033], [176.439997, 73.461967], [175.939997, 73.461967], [175.939997, 72.263033], [175.937242, 72.252754], [175.926964, 72.25], [174.72803, 72.25], [174.717751, 72.252754], [174.714997, 72.263033], [174.714997, 73.28984], [173.153127, 73.28984], [173.155429, 73.265], [173.135756, 73.05269], [173.077405, 72.847611], [172.982366, 72.656745], [172.853872, 72.486593], [172.847657, 72.480927], [172.699683, 72.34603], [172.699681, 72.346028], [172.696302, 72.342948], [172.692413, 72.34054], [172.692409, 72.340537], [172.546186, 72.25], [172.515019, 72.230702], [172.454469, 72.207245], [172.320467, 72.155332], [172.320459, 72.155329], [172.316198, 72.153679], [172.285658, 72.14797], [172.111116, 72.115342], [172.111112, 72.115341], [172.10661, 72.1145], [171.89339, 72.1145], [171.888888, 72.115341], [171.888883, 72.115342], [171.688305, 72.152837], [171.688302, 72.152837], [171.683802, 72.153679], [171.679543, 72.155328], [171.679532, 72.155332], [171.48925, 72.229048], [171.489248, 72.229048], [171.484981, 72.230702], [171.481087, 72.233112], [171.481085, 72.233114], [171.30759, 72.340537], [171.307581, 72.340543], [171.303698, 72.342948], [171.300323, 72.346024], [171.300316, 72.34603], [171.149512, 72.483507], [171.149506, 72.483513], [171.146128, 72.486593], [171.143372, 72.490241], [171.143365, 72.49025], [171.038404, 72.629241], [171.017634, 72.656745], [171.015595, 72.660838], [171.015591, 72.660846], [170.924637, 72.843509], [170.924635, 72.843513], [170.922595, 72.847611], [170.921344, 72.852005], [170.921341, 72.852015], [170.865494, 73.048294], [170.865492, 73.048302], [170.864244, 73.05269], [170.863822, 73.057235], [170.863822, 73.05724], [170.850382, 73.20229], [170.844571, 73.265], [170.844993, 73.269554], [170.844993, 73.269556], [170.848172, 73.303867], [170.838215, 73.357129], [170.80171, 73.397172], [170.749594, 73.412], [170.271908, 73.412], [170.227869, 73.401665], [170.193024, 73.372819], [170.148267, 73.313798], [170.1215, 73.2785], [170.003658, 73.189138], [169.997362, 73.186655], [169.87198, 73.13721], [169.871974, 73.137208], [169.866077, 73.134883], [169.859776, 73.134126], [169.859775, 73.134126], [169.782546, 73.124851], [169.782535, 73.12485], [169.779618, 73.1245], [169.409821, 73.1245], [169.35482, 73.107815], [169.318357, 73.063386], [169.312723, 73.006186], [169.339816, 72.955497], [169.390819, 72.904494], [169.422935, 72.883036], [169.460821, 72.8755], [169.776666, 72.8755], [169.779618, 72.8755], [169.866077, 72.865117], [170.003658, 72.810862], [170.1215, 72.7215], [170.210862, 72.603658], [170.265117, 72.466077], [170.2755, 72.379618], [170.2755, 71.795382], [170.265117, 71.708923], [170.262004, 71.70103], [170.233325, 71.628305], [170.210862, 71.571342], [170.1215, 71.4535], [170.003658, 71.364138], [169.997362, 71.361655], [169.87198, 71.31221], [169.871974, 71.312208], [169.866077, 71.309883], [169.859776, 71.309126], [169.859775, 71.309126], [169.782546, 71.299851], [169.782535, 71.29985], [169.779618, 71.2995], [169.220382, 71.2995], [169.217465, 71.29985], [169.217453, 71.299851], [169.140224, 71.309126], [169.140221, 71.309126], [169.133923, 71.309883], [169.128027, 71.312207], [169.128019, 71.31221], [169.002637, 71.361655], [169.002633, 71.361656], [168.996342, 71.364138], [168.990949, 71.368226], [168.990948, 71.368228], [168.883899, 71.449405], [168.883895, 71.449408], [168.8785, 71.4535], [168.874408, 71.458895], [168.874405, 71.458899], [168.793228, 71.565948], [168.789138, 71.571342], [168.786656, 71.577633], [168.786655, 71.577637], [168.73721, 71.703019], [168.737207, 71.703027], [168.734883, 71.708923], [168.734126, 71.715221], [168.734126, 71.715224], [168.724851, 71.792453], [168.72485, 71.792465], [168.7245, 71.795382], [168.7245, 71.798334], [168.7245, 72.114178], [168.716964, 72.152064], [168.695504, 72.184182], [168.639182, 72.240504], [168.607064, 72.261964], [168.569178, 72.2695], [168.164499, 72.2695], [168.114999, 72.256237], [168.078762, 72.22], [168.065499, 72.1705], [168.065499, 71.837991], [168.065499, 71.835136], [168.062585, 71.810009], [168.017206, 71.707235], [167.937765, 71.627794], [167.929376, 71.62409], [167.929372, 71.624087], [167.853448, 71.590563], [167.810491, 71.554045], [167.794437, 71.499998], [167.810492, 71.445951], [167.853448, 71.409435], [167.937765, 71.372206], [168.017206, 71.292765], [168.062585, 71.189991], [168.0655, 71.164865], [168.065499, 69.295136], [168.062585, 69.270009], [168.017206, 69.167235], [167.937765, 69.087794], [167.929376, 69.08409], [167.929375, 69.084089], [167.841802, 69.045422], [167.841799, 69.045421], [167.834991, 69.042415], [167.827594, 69.041556], [167.827591, 69.041556], [167.812714, 69.03983], [167.812704, 69.039829], [167.809865, 69.0395], [167.807, 69.0395], [167.4495, 69.0395], [167.4, 69.026237], [167.363763, 68.99], [167.3505, 68.9405], [167.3505, 67.874763], [167.360834, 67.830724], [167.38968, 67.79588], [167.40817, 67.781857], [167.450078, 67.750078], [167.537364, 67.634975], [167.590359, 67.50059], [167.6005, 67.416144], [169.3995, 67.416144], [169.39985, 67.419061], [169.399851, 67.419072], [169.40091, 67.427888], [169.409641, 67.50059], [169.411969, 67.506495], [169.41197, 67.506496], [169.460151, 67.628675], [169.460152, 67.628678], [169.462636, 67.634975], [169.549922, 67.750078], [169.665025, 67.837364], [169.79941, 67.890359], [169.883856, 67.9005], [170.413192, 67.9005], [170.416144, 67.9005], [170.50059, 67.890359], [170.570676, 67.862719], [170.627137, 67.857888], [170.676999, 67.884813], [171.470504, 68.678317], [171.491964, 68.710435], [171.4995, 68.748321], [171.4995, 69.475501], [171.486237, 69.525001], [171.45, 69.561238], [171.4005, 69.574501], [171.105136, 69.574501], [171.102315, 69.574828], [171.1023, 69.574829], [171.087404, 69.576557], [171.087401, 69.576557], [171.080009, 69.577415], [171.0732, 69.580421], [171.073198, 69.580422], [170.985624, 69.619089], [170.98562, 69.619091], [170.977235, 69.622794], [170.970753, 69.629275], [170.97075, 69.629278], [170.904278, 69.69575], [170.904275, 69.695753], [170.897794, 69.702235], [170.894091, 69.71062], [170.894089, 69.710624], [170.855422, 69.798197], [170.855422, 69.798198], [170.852415, 69.805009], [170.851557, 69.812404], [170.851556, 69.812408], [170.84983, 69.827285], [170.849829, 69.827296], [170.8495, 69.830135], [170.8495, 69.832991], [170.8495, 69.832999], [170.8495, 71.617008], [170.8495, 71.617025], [170.849501, 71.619864], [170.849828, 71.622685], [170.849829, 71.622699], [170.851557, 71.637591], [170.852415, 71.644991], [170.855422, 71.651801], [170.893805, 71.738732], [170.897794, 71.747765], [170.977235, 71.827206], [171.080009, 71.872585], [171.105135, 71.8755], [172.894864, 71.875499], [172.919991, 71.872585], [173.022765, 71.827206], [173.102206, 71.747765], [173.106974, 71.736967], [174.714997, 71.736967], [174.717751, 71.747245], [174.72803, 71.75], [175.926964, 71.75], [175.937242, 71.747245], [175.939997, 71.736967], [176.439997, 71.736967], [176.442751, 71.747245], [176.45303, 71.75], [177.651964, 71.75], [177.662242, 71.747245], [177.664997, 71.736967], [177.664997, 70.71016], [177.664049, 70.700538], [177.655295, 70.656526], [177.647976, 70.638857], [177.614607, 70.588917], [177.601079, 70.575389], [177.551139, 70.54202], [177.53347, 70.534701], [177.489458, 70.525947], [177.479837, 70.525], [176.45303, 70.525], [176.442751, 70.527754], [176.439997, 70.538033], [176.439997, 71.736967], [175.939997, 71.736967], [175.939997, 70.538033], [175.937242, 70.527754], [175.926964, 70.525], [174.900157, 70.525], [174.890535, 70.525947], [174.846523, 70.534701], [174.828854, 70.54202], [174.778914, 70.575389], [174.765386, 70.588917], [174.732017, 70.638857], [174.724698, 70.656526], [174.715944, 70.700538], [174.714997, 70.71016], [174.714997, 71.736967], [173.106974, 71.736967], [173.147585, 71.644991], [173.1505, 71.619865], [173.150499, 69.830136], [173.147585, 69.805009], [173.102206, 69.702235], [173.022765, 69.622794], [173.014376, 69.61909], [173.014375, 69.619089], [172.926802, 69.580422], [172.926799, 69.580421], [172.919991, 69.577415], [172.912594, 69.576556], [172.912591, 69.576556], [172.897714, 69.57483], [172.897704, 69.574829], [172.894865, 69.5745], [172.892, 69.5745], [172.5995, 69.5745], [172.55, 69.561237], [172.513763, 69.525], [172.5005, 69.4755], [172.5005, 68.564454], [172.502763, 68.543408], [172.502853, 68.542994], [172.504359, 68.536073], [172.500752, 68.485644], [172.5005, 68.478581], [172.5005, 68.467742], [172.5005, 68.464201], [172.49845, 68.44995], [172.497698, 68.442957], [172.494091, 68.392517], [172.491469, 68.385487], [172.486233, 68.36497], [172.486172, 68.36455], [172.485165, 68.357543], [172.464165, 68.31156], [172.46146, 68.305029], [172.458765, 68.297804], [172.443796, 68.257669], [172.439553, 68.252001], [172.439551, 68.251997], [172.439291, 68.25165], [172.428493, 68.233451], [172.425377, 68.226627], [172.392275, 68.188425], [172.38784, 68.182922], [172.381337, 68.174235], [172.37922, 68.171407], [172.369043, 68.16123], [172.364243, 68.156074], [172.331128, 68.117857], [172.32517, 68.114028], [172.325169, 68.114027], [172.324808, 68.113795], [172.30833, 68.100517], [170.929496, 66.721682], [170.908036, 66.689564], [170.9005, 66.651678], [170.9005, 66.586808], [170.9005, 66.583856], [170.890359, 66.49941], [170.837364, 66.365025], [170.750078, 66.249922], [170.696355, 66.209182], [170.64037, 66.166727], [170.640369, 66.166726], [170.634975, 66.162636], [170.628678, 66.160152], [170.628675, 66.160151], [170.506496, 66.11197], [170.506495, 66.111969], [170.50059, 66.109641], [170.494289, 66.108884], [170.494288, 66.108884], [170.419072, 66.099851], [170.419061, 66.09985], [170.416144, 66.0995], [169.883856, 66.0995], [169.880939, 66.09985], [169.880927, 66.099851], [169.805711, 66.108884], [169.805708, 66.108884], [169.79941, 66.109641], [169.793506, 66.111969], [169.793503, 66.11197], [169.671324, 66.160151], [169.671318, 66.160154], [169.665025, 66.162636], [169.659633, 66.166724], [169.659629, 66.166727], [169.555321, 66.245827], [169.555317, 66.24583], [169.549922, 66.249922], [169.54583, 66.255317], [169.545827, 66.255321], [169.466727, 66.359629], [169.466724, 66.359633], [169.462636, 66.365025], [169.460154, 66.371318], [169.460151, 66.371324], [169.41197, 66.493503], [169.409641, 66.49941], [169.408884, 66.505708], [169.408884, 66.505711], [169.399851, 66.580927], [169.39985, 66.580939], [169.3995, 66.583856], [169.3995, 67.416144], [167.6005, 67.416144], [167.6005, 66.583856], [167.590359, 66.49941], [167.537364, 66.365025], [167.450078, 66.249922], [167.396355, 66.209182], [167.34037, 66.166727], [167.340369, 66.166726], [167.334975, 66.162636], [167.328678, 66.160152], [167.328675, 66.160151], [167.206496, 66.11197], [167.206495, 66.111969], [167.20059, 66.109641], [167.194289, 66.108884], [167.194288, 66.108884], [167.119072, 66.099851], [167.119061, 66.09985], [167.116144, 66.0995], [166.583856, 66.0995], [166.580939, 66.09985], [166.580927, 66.099851], [166.505711, 66.108884], [166.505708, 66.108884], [166.49941, 66.109641], [166.493506, 66.111969], [166.493503, 66.11197], [166.371324, 66.160151], [166.371318, 66.160154], [166.365025, 66.162636], [166.359633, 66.166724], [166.359629, 66.166727], [166.255321, 66.245827], [166.255317, 66.24583], [166.249922, 66.249922], [166.24583, 66.255317], [166.245827, 66.255321], [166.166727, 66.359629], [166.166724, 66.359633], [166.162636, 66.365025], [166.160154, 66.371318], [166.160151, 66.371324], [166.11197, 66.493503], [166.109641, 66.49941], [166.108884, 66.505708], [166.108884, 66.505711], [166.099851, 66.580927], [166.09985, 66.580939], [166.0995, 66.583856], [166.0995, 67.416144], [166.09985, 67.419061], [166.099851, 67.419072], [166.10091, 67.427888], [166.109641, 67.50059], [166.111969, 67.506495], [166.11197, 67.506496], [166.160151, 67.628675], [166.160152, 67.628678], [166.162636, 67.634975], [166.249922, 67.750078], [166.255321, 67.754172], [166.255322, 67.754173], [166.31032, 67.79588], [166.339166, 67.830724], [166.3495, 67.874763], [166.3495, 68.940501], [166.336237, 68.990001], [166.3, 69.026238], [166.2505, 69.039501], [165.720136, 69.039501], [165.717315, 69.039828], [165.7173, 69.039829], [165.702404, 69.041557], [165.702401, 69.041557], [165.695009, 69.042415], [165.6882, 69.045421], [165.688198, 69.045422], [165.600624, 69.084089], [165.60062, 69.084091], [165.592235, 69.087794], [165.585753, 69.094275], [165.58575, 69.094278], [165.519278, 69.16075], [165.519275, 69.160753], [165.512794, 69.167235], [165.509091, 69.17562], [165.509089, 69.175624], [165.470422, 69.263197], [165.470422, 69.263198], [165.467415, 69.270009], [165.466557, 69.277404], [165.466556, 69.277408], [165.46483, 69.292285], [165.464829, 69.292296], [165.4645, 69.295135], [165.4645, 69.297991], [165.4645, 69.297999], [165.4645, 71.162008], [165.4645, 71.162025], [165.464501, 71.164864], [165.464828, 71.167685], [165.464829, 71.167699], [165.465224, 71.171102], [165.467415, 71.189991], [165.472055, 71.2005], [165.497991, 71.259241], [165.512794, 71.292765], [165.592235, 71.372206], [165.676551, 71.409435], [165.719507, 71.445951], [165.735562, 71.499998], [165.719508, 71.554045], [165.676551, 71.590563], [165.600627, 71.624087], [165.60062, 71.624091], [165.592235, 71.627794], [165.585753, 71.634275], [165.58575, 71.634278], [165.519278, 71.70075], [165.519275, 71.700753], [165.512794, 71.707235], [165.509091, 71.71562], [165.509089, 71.715624], [165.470422, 71.803197], [165.470422, 71.803198], [165.467415, 71.810009], [165.466557, 71.817404], [165.466556, 71.817408], [165.46483, 71.832285], [165.464829, 71.832296], [165.4645, 71.835135], [165.4645, 71.837991], [165.4645, 71.837999], [165.4645, 73.702008], [165.4645, 73.702025], [158.430559, 73.702025], [158.434052, 73.684461], [158.435, 73.67484], [158.435, 73.033033], [158.432245, 73.022754], [158.421967, 73.02], [157.498033, 73.02], [157.487754, 73.022754], [157.485, 73.033033], [157.485, 73.846967], [156.985, 73.846967], [156.985, 73.033033], [156.982245, 73.022754], [156.971967, 73.02], [156.048033, 73.02], [156.037754, 73.022754], [156.035, 73.033033], [156.035, 73.67484], [154.461994, 73.67484], [154.515019, 73.654298], [154.696302, 73.542052], [154.853872, 73.398407], [154.982366, 73.228255], [155.077405, 73.037389], [155.135756, 72.83231], [155.155429, 72.62], [155.144955, 72.506967], [156.035, 72.506967], [156.037754, 72.517245], [156.048033, 72.52], [156.971967, 72.52], [156.982245, 72.517245], [156.985, 72.506967], [157.485, 72.506967], [157.487754, 72.517245], [157.498033, 72.52], [158.421967, 72.52], [158.432245, 72.517245], [158.435, 72.506967], [158.435, 71.86516], [158.434052, 71.855538], [158.425298, 71.811526], [158.417979, 71.793857], [158.38461, 71.743917], [158.371082, 71.730389], [158.321142, 71.69702], [158.303473, 71.689701], [158.259461, 71.680947], [158.24984, 71.68], [157.498033, 71.68], [157.487754, 71.682754], [157.485, 71.693033], [157.485, 72.506967], [156.985, 72.506967], [156.985, 71.693033], [156.982245, 71.682754], [156.971967, 71.68], [156.22016, 71.68], [156.210538, 71.680947], [156.166526, 71.689701], [156.148857, 71.69702], [156.098917, 71.730389], [156.085389, 71.743917], [156.05202, 71.793857], [156.044701, 71.811526], [156.035947, 71.855538], [156.035, 71.86516], [156.035, 72.506967], [155.144955, 72.506967], [155.135756, 72.40769], [155.077405, 72.202611], [154.982366, 72.011745], [154.882438, 71.87942], [154.856634, 71.84525], [154.856632, 71.845247], [154.853872, 71.841593], [154.843662, 71.832285], [154.699683, 71.70103], [154.699681, 71.701028], [154.696302, 71.697948], [154.692413, 71.69554], [154.692409, 71.695537], [154.527408, 71.593373], [154.515019, 71.585702], [154.464028, 71.565948], [154.320467, 71.510332], [154.320459, 71.510329], [154.316198, 71.508679], [154.311694, 71.507837], [154.111116, 71.470342], [154.111112, 71.470341], [154.10661, 71.4695], [153.89339, 71.4695], [153.888888, 71.470341], [153.888883, 71.470342], [153.688305, 71.507837], [153.688302, 71.507837], [153.683802, 71.508679], [153.679543, 71.510328], [153.679532, 71.510332], [153.48925, 71.584048], [153.489248, 71.584048], [153.484981, 71.585702], [153.481091, 71.58811], [153.481088, 71.588112], [153.467718, 71.596391], [153.412858, 71.611181], [153.358901, 71.593373], [153.323622, 71.548833], [153.31864, 71.492233], [153.345598, 71.442216], [153.575257, 71.212556], [153.62483, 71.18569], [153.674754, 71.189737], [153.675131, 71.188414], [153.679525, 71.189664], [153.683802, 71.191321], [153.89339, 71.2305], [154.102027, 71.2305], [154.10661, 71.2305], [154.316198, 71.191321], [154.515019, 71.114298], [154.696302, 71.002052], [154.853872, 70.858407], [154.982366, 70.688255], [155.077405, 70.497389], [155.135756, 70.29231], [155.155429, 70.08], [155.135756, 69.86769], [155.077405, 69.662611], [154.982366, 69.471745], [154.890299, 69.34983], [154.856634, 69.30525], [154.856632, 69.305247], [154.853872, 69.301593], [154.843662, 69.292285], [154.699683, 69.16103], [154.699681, 69.161028], [154.696302, 69.157948], [154.692413, 69.15554], [154.692409, 69.155537], [154.577016, 69.084089], [154.515019, 69.045702], [154.464774, 69.026237], [154.320467, 68.970332], [154.320459, 68.970329], [154.316198, 68.968679], [154.311694, 68.967837], [154.111116, 68.930342], [154.111112, 68.930341], [154.10661, 68.9295], [153.89339, 68.9295], [153.888888, 68.930341], [153.888883, 68.930342], [153.688305, 68.967837], [153.688302, 68.967837], [153.683802, 68.968679], [153.679543, 68.970328], [153.679532, 68.970332], [153.48925, 69.044048], [153.489248, 69.044048], [153.484981, 69.045702], [153.481087, 69.048112], [153.481085, 69.048114], [153.467715, 69.056392], [153.412854, 69.071181], [153.358899, 69.053372], [153.32362, 69.008832], [153.31864, 68.952232], [153.345595, 68.902217], [153.575259, 68.672553], [153.62483, 68.64569], [153.674754, 68.649737], [153.675131, 68.648414], [153.679525, 68.649664], [153.683802, 68.651321], [153.89339, 68.6905], [154.102027, 68.6905], [154.10661, 68.6905], [154.316198, 68.651321], [154.515019, 68.574298], [154.696302, 68.462052], [154.853872, 68.318407], [154.982366, 68.148255], [155.008698, 68.095371], [155.045202, 68.055329], [155.097319, 68.0405], [155.837296, 68.0405], [155.868852, 68.045664], [155.897115, 68.060616], [155.960319, 68.108545], [155.989165, 68.14339], [155.9995, 68.187429], [155.9995, 69.115173], [155.983639, 69.166389], [155.982794, 69.167235], [155.979091, 69.17562], [155.979089, 69.175624], [155.940422, 69.263197], [155.940422, 69.263198], [155.937415, 69.270009], [155.936557, 69.277404], [155.936556, 69.277408], [155.93483, 69.292285], [155.934829, 69.292296], [155.9345, 69.295135], [155.9345, 69.297991], [155.9345, 69.297999], [155.9345, 71.162008], [155.9345, 71.162025], [155.934501, 71.164864], [155.934828, 71.167685], [155.934829, 71.167699], [155.935224, 71.171102], [155.937415, 71.189991], [155.942055, 71.2005], [155.967991, 71.259241], [155.982794, 71.292765], [156.062235, 71.372206], [156.165009, 71.417585], [156.190135, 71.4205], [158.279864, 71.420499], [158.304991, 71.417585], [158.407765, 71.372206], [158.487206, 71.292765], [158.532585, 71.189991], [158.5355, 71.164865], [158.535499, 69.295136], [158.532585, 69.270009], [158.487206, 69.167235], [158.407765, 69.087794], [158.399376, 69.08409], [158.399375, 69.084089], [158.311802, 69.045422], [158.311799, 69.045421], [158.304991, 69.042415], [158.297594, 69.041556], [158.297591, 69.041556], [158.282714, 69.03983], [158.282704, 69.039829], [158.279865, 69.0395], [158.277, 69.0395], [158.243882, 69.0395], [157.099499, 69.0395], [157.05, 69.026238], [157.013763, 68.990001], [157.0005, 68.940501], [157.0005, 68.187429], [157.010835, 68.14339], [157.039681, 68.108545], [157.044054, 68.105229], [157.1215, 68.0465], [157.210862, 67.928658], [157.265117, 67.791077], [157.2755, 67.704618], [157.2755, 67.120382], [157.265117, 67.033923], [157.261468, 67.024671], [157.242598, 66.976819], [157.210862, 66.896342], [157.1215, 66.7785], [157.003658, 66.689138], [156.997362, 66.686655], [156.87198, 66.63721], [156.871974, 66.637208], [156.866077, 66.634883], [156.859776, 66.634126], [156.859775, 66.634126], [156.782546, 66.624851], [156.782535, 66.62485], [156.779618, 66.6245], [156.220382, 66.6245], [156.217465, 66.62485], [156.217453, 66.624851], [156.140224, 66.634126], [156.140221, 66.634126], [156.133923, 66.634883], [156.128027, 66.637207], [156.128019, 66.63721], [156.002637, 66.686655], [156.002633, 66.686656], [155.996342, 66.689138], [155.990949, 66.693226], [155.990948, 66.693228], [155.883899, 66.774405], [155.883895, 66.774408], [155.8785, 66.7785], [155.874408, 66.783895], [155.874405, 66.783899], [155.793228, 66.890948], [155.789138, 66.896342], [155.786656, 66.902633], [155.786655, 66.902637], [155.757402, 66.976819], [155.721006, 67.022343], [155.665304, 67.0395], [155.097319, 67.0395], [155.045202, 67.024671], [155.008698, 66.984628], [154.982366, 66.931745], [154.870717, 66.783899], [154.856634, 66.76525], [154.856632, 66.765247], [154.853872, 66.761593], [154.776235, 66.690817], [154.699683, 66.62103], [154.699681, 66.621028], [154.696302, 66.617948], [154.692413, 66.61554], [154.692409, 66.615537], [154.581643, 66.546954], [154.515019, 66.505702], [154.461193, 66.48485], [154.320467, 66.430332], [154.320459, 66.430329], [154.316198, 66.428679], [154.311694, 66.427837], [154.111116, 66.390342], [154.111112, 66.390341], [154.10661, 66.3895], [153.89339, 66.3895], [153.888888, 66.390341], [153.888883, 66.390342], [153.688305, 66.427837], [153.688302, 66.427837], [153.683802, 66.428679], [153.679543, 66.430328], [153.679532, 66.430332], [153.48925, 66.504048], [153.489248, 66.504048], [153.484981, 66.505702], [153.481087, 66.508112], [153.481085, 66.508114], [153.30759, 66.615537], [153.307581, 66.615543], [153.303698, 66.617948], [153.300323, 66.621024], [153.300316, 66.62103], [153.149512, 66.758507], [153.149506, 66.758513], [153.146128, 66.761593], [153.143372, 66.765241], [153.143365, 66.76525], [153.020396, 66.928087], [153.017634, 66.931745], [153.015595, 66.935838], [153.015591, 66.935846], [152.924637, 67.118509], [152.924635, 67.118513], [152.922595, 67.122611], [152.921344, 67.127005], [152.921341, 67.127015], [152.865494, 67.323294], [152.865492, 67.323302], [152.864244, 67.32769], [152.863822, 67.332235], [152.863822, 67.33224], [152.855078, 67.426609], [152.832077, 67.481422], [152.781829, 67.51318], [152.722449, 67.510435], [152.675346, 67.474176], [152.6575, 67.417475], [152.6575, 65.86484], [152.95, 65.86484], [152.950947, 65.874461], [152.959701, 65.918473], [152.96702, 65.936142], [153.000389, 65.986082], [153.013917, 65.99961], [153.063857, 66.032979], [153.081526, 66.040298], [153.125538, 66.049052], [153.13516, 66.05], [153.736967, 66.05], [153.747245, 66.047245], [153.75, 66.036967], [154.25, 66.036967], [154.252754, 66.047245], [154.263033, 66.05], [154.86484, 66.05], [154.874461, 66.049052], [154.918473, 66.040298], [154.936142, 66.032979], [154.986082, 65.99961], [154.99961, 65.986082], [155.032979, 65.936142], [155.040298, 65.918473], [155.049052, 65.874461], [155.05, 65.86484], [155.05, 65.263033], [155.047245, 65.252754], [155.036967, 65.25], [154.263033, 65.25], [154.252754, 65.252754], [154.25, 65.263033], [154.25, 66.036967], [153.75, 66.036967], [153.75, 65.263033], [153.747245, 65.252754], [153.736967, 65.25], [152.963033, 65.25], [152.952754, 65.252754], [152.95, 65.263033], [152.95, 65.86484], [152.6575, 65.86484], [152.6575, 64.736967], [152.95, 64.736967], [152.952754, 64.747245], [152.963033, 64.75], [153.736967, 64.75], [153.747245, 64.747245], [153.75, 64.736967], [154.25, 64.736967], [154.252754, 64.747245], [154.263033, 64.75], [155.036967, 64.75], [155.047245, 64.747245], [155.05, 64.736967], [155.05, 64.13516], [155.049052, 64.125538], [155.040298, 64.081526], [155.032979, 64.063857], [154.99961, 64.013917], [154.986082, 64.000389], [154.936142, 63.96702], [154.918473, 63.959701], [154.874461, 63.950947], [154.86484, 63.95], [154.263033, 63.95], [154.252754, 63.952754], [154.25, 63.963033], [154.25, 64.736967], [153.75, 64.736967], [153.75, 63.963033], [153.747245, 63.952754], [153.736967, 63.95], [153.13516, 63.95], [153.125538, 63.950947], [153.081526, 63.959701], [153.063857, 63.96702], [153.013917, 64.000389], [153.000389, 64.013917], [152.96702, 64.063857], [152.959701, 64.081526], [152.950947, 64.125538], [152.95, 64.13516], [152.95, 64.736967], [152.6575, 64.736967], [152.6575, 63.566233], [152.6575, 63.563348], [152.64925, 63.49283], [152.635823, 63.436232], [152.611518, 63.369523], [152.572471, 63.310225], [152.535052, 63.26569], [152.53296, 63.263719], [152.532955, 63.263714], [152.48547, 63.218983], [152.485466, 63.218979], [152.483373, 63.217008], [152.128134, 62.953021], [151.217315, 62.276169], [151.21731, 62.276165], [151.21572, 62.274984], [151.183261, 62.254674], [151.176006, 62.250134], [151.175995, 62.250128], [151.174335, 62.249089], [151.151742, 62.237352], [151.11346, 62.20202], [151.098416, 62.152143], [151.110777, 62.101534], [151.14712, 62.064207], [151.197381, 62.0505], [153.230967, 62.0505], [153.268853, 62.058036], [153.300971, 62.079496], [154.602889, 63.381413], [154.605238, 63.383844], [154.64932, 63.431044], [154.685525, 63.45306], [154.693893, 63.458756], [154.722255, 63.480265], [154.722262, 63.480268], [154.727658, 63.484361], [154.73396, 63.486846], [154.74634, 63.491728], [154.761454, 63.499234], [154.778618, 63.509672], [154.816912, 63.520401], [154.819414, 63.521102], [154.829024, 63.524334], [154.868435, 63.539876], [154.888408, 63.541929], [154.90499, 63.545079], [154.924335, 63.5505], [154.966699, 63.5505], [154.976823, 63.551019], [155.018971, 63.555352], [155.03876, 63.551939], [155.055581, 63.5505], [155.730967, 63.5505], [155.768853, 63.558036], [155.800971, 63.579496], [155.920504, 63.699029], [155.941964, 63.731147], [155.9495, 63.769033], [155.9495, 64.850487], [155.939165, 64.894526], [155.910319, 64.92937], [155.907167, 64.93176], [155.883899, 64.949405], [155.883895, 64.949408], [155.8785, 64.9535], [155.874408, 64.958895], [155.874405, 64.958899], [155.793228, 65.065948], [155.789138, 65.071342], [155.786656, 65.077633], [155.786655, 65.077637], [155.73721, 65.203019], [155.737207, 65.203027], [155.734883, 65.208923], [155.734126, 65.215221], [155.734126, 65.215224], [155.724851, 65.292453], [155.72485, 65.292465], [155.7245, 65.295382], [155.7245, 65.879618], [155.72485, 65.882535], [155.724851, 65.882546], [155.731101, 65.934586], [155.734883, 65.966077], [155.737208, 65.971974], [155.73721, 65.97198], [155.786655, 66.097362], [155.789138, 66.103658], [155.8785, 66.2215], [155.996342, 66.310862], [156.082415, 66.344805], [156.128019, 66.362789], [156.12802, 66.362789], [156.133923, 66.365117], [156.220382, 66.3755], [156.776666, 66.3755], [156.779618, 66.3755], [156.866077, 66.365117], [157.003658, 66.310862], [157.1215, 66.2215], [157.210862, 66.103658], [157.265117, 65.966077], [157.2755, 65.879618], [157.2755, 65.613786], [157.288763, 65.564286], [157.325, 65.528049], [157.3745, 65.514786], [166.501753, 65.514786], [166.514786, 65.514786], [166.514786, 63.209095], [166.531471, 63.154094], [166.5759, 63.117631], [166.6331, 63.111997], [166.683789, 63.13909], [167.245198, 63.7005], [167.805818, 64.26112], [167.809916, 64.265475], [167.844794, 64.304845], [167.844802, 64.304852], [167.848771, 64.309332], [167.853698, 64.312733], [167.853704, 64.312738], [167.897016, 64.342634], [167.901818, 64.346166], [167.947972, 64.382325], [167.953434, 64.384783], [167.95858, 64.387099], [167.974188, 64.395901], [167.983774, 64.402518], [167.989368, 64.404639], [167.989371, 64.404641], [168.038593, 64.423308], [168.044093, 64.425586], [168.097561, 64.44965], [168.107271, 64.451429], [168.109004, 64.451747], [168.126265, 64.456558], [168.137155, 64.460688], [168.195374, 64.467757], [168.201239, 64.468649], [168.258915, 64.479219], [168.317401, 64.475681], [168.32338, 64.4755], [168.777996, 64.4755], [168.83152, 64.491216], [168.846926, 64.501117], [168.849905, 64.503031], [168.98069, 64.562759], [169.064178, 64.587273], [169.206493, 64.607735], [169.289964, 64.607735], [169.293507, 64.607735], [169.300615, 64.606712], [169.314704, 64.605705], [169.685296, 64.605705], [169.699384, 64.606712], [169.706493, 64.607735], [169.789964, 64.607735], [169.793507, 64.607735], [169.935822, 64.587273], [170.01931, 64.562759], [170.150095, 64.503031], [170.223293, 64.45599], [170.331954, 64.361836], [170.388937, 64.296074], [170.466669, 64.17512], [170.502815, 64.095971], [170.543322, 63.958016], [170.555705, 63.871889], [170.555705, 63.2745], [170.568968, 63.225], [170.605205, 63.188763], [170.654705, 63.1755], [170.726614, 63.1755], [170.732591, 63.175681], [170.791085, 63.179219], [170.848769, 63.168647], [170.854624, 63.167757], [170.912845, 63.160688], [170.923729, 63.156559], [170.940995, 63.151747], [170.94303, 63.151373], [170.952439, 63.14965], [171.005922, 63.125579], [171.011412, 63.123306], [171.060627, 63.104642], [171.060631, 63.104639], [171.066226, 63.102518], [171.075808, 63.095903], [171.091409, 63.087104], [171.102028, 63.082326], [171.148197, 63.046153], [171.152966, 63.042643], [171.201229, 63.009332], [171.240099, 62.965455], [171.244182, 62.961118], [172.500807, 61.704496], [172.532924, 61.683036], [172.57081, 61.6755], [176.179191, 61.6755], [176.217077, 61.683036], [176.249195, 61.704496], [176.744541, 62.199842], [176.771296, 62.248901], [176.767224, 62.304632], [176.733623, 62.349281], [176.681197, 62.368622], [176.626649, 62.356493], [176.349813, 62.203491], [176.3498, 62.203485], [176.347376, 62.202145], [176.317698, 62.189852], [176.028214, 62.069943], [176.028205, 62.06994], [176.025644, 62.068879], [176.022975, 62.06811], [176.022972, 62.068109], [175.693681, 61.973241], [175.69367, 61.973238], [175.691013, 61.972473], [175.629029, 61.961941], [175.350443, 61.914608], [175.350438, 61.914607], [175.347693, 61.914141], [175.344916, 61.913985], [175.344907, 61.913984], [175.002778, 61.894771], [175.0, 61.894615], [174.997222, 61.894771], [174.655092, 61.913984], [174.655081, 61.913985], [174.652307, 61.914141], [174.649563, 61.914607], [174.649556, 61.914608], [174.311729, 61.972007], [174.311726, 61.972007], [174.308987, 61.972473], [174.306333, 61.973237], [174.306318, 61.973241], [173.977027, 62.068109], [173.977018, 62.068111], [173.974356, 62.068879], [173.971799, 62.069937], [173.971785, 62.069943], [173.655194, 62.20108], [173.655187, 62.201083], [173.652624, 62.202145], [173.650206, 62.203481], [173.650186, 62.203491], [173.350267, 62.36925], [173.350248, 62.369261], [173.347836, 62.370595], [173.345576, 62.372197], [173.345572, 62.372201], [173.066091, 62.570503], [173.066085, 62.570507], [173.063824, 62.572112], [173.061756, 62.573959], [173.061751, 62.573964], [172.806239, 62.802303], [172.806229, 62.802312], [172.804161, 62.804161], [172.802312, 62.806229], [172.802303, 62.806239], [172.573964, 63.061751], [172.573959, 63.061756], [172.572112, 63.063824], [172.570507, 63.066085], [172.570503, 63.066091], [172.373411, 63.343867], [172.370595, 63.347836], [172.369261, 63.350248], [172.36925, 63.350267], [172.203491, 63.650186], [172.203481, 63.650206], [172.202145, 63.652624], [172.201083, 63.655187], [172.20108, 63.655194], [172.069943, 63.971785], [172.069937, 63.971799], [172.068879, 63.974356], [172.068111, 63.977018], [172.068109, 63.977027], [171.973241, 64.306318], [171.973237, 64.306333], [171.972473, 64.308987], [171.972007, 64.311726], [171.972007, 64.311729], [171.9218, 64.60723], [171.914141, 64.652307], [171.913985, 64.655081], [171.913984, 64.655092], [171.897456, 64.949405], [171.894615, 65.0], [171.894771, 65.002778], [171.913984, 65.344907], [171.913985, 65.344916], [171.914141, 65.347693], [171.914607, 65.350438], [171.914608, 65.350443], [171.93906, 65.494357], [171.972473, 65.691013], [171.973238, 65.69367], [171.973241, 65.693681], [172.064026, 66.008798], [172.068879, 66.025644], [172.06994, 66.028205], [172.069943, 66.028214], [172.178484, 66.290254], [172.202145, 66.347376], [172.203485, 66.3498], [172.203491, 66.349813], [172.36925, 66.649732], [172.369257, 66.649743], [172.370595, 66.652164], [172.572112, 66.936176], [172.804161, 67.195839], [173.063824, 67.427888], [173.347836, 67.629405], [173.350261, 67.630745], [173.350267, 67.630749], [173.650186, 67.796508], [173.650192, 67.79651], [173.652624, 67.797855], [173.974356, 67.931121], [174.308987, 68.027527], [174.652307, 68.085859], [175.0, 68.105385], [175.347693, 68.085859], [175.691013, 68.027527], [176.025644, 67.931121], [176.347376, 67.797855], [176.652164, 67.629405], [176.936176, 67.427888], [177.195839, 67.195839], [177.427888, 66.936176], [177.629405, 66.652164], [177.797855, 66.347376], [177.931121, 66.025644], [178.027527, 65.691013], [178.085859, 65.347693], [178.105385, 65.0], [178.085859, 64.652307], [178.027527, 64.308987], [177.931121, 63.974356], [177.797855, 63.652624], [177.758766, 63.581898], [177.643506, 63.37335], [177.631377, 63.318802], [177.650718, 63.266376], [177.695367, 63.232775], [177.751098, 63.228703], [177.800157, 63.255458], [178.295504, 63.750805], [178.316964, 63.782923], [178.3245, 63.820809], [178.3245, 73.949187], [178.316964, 73.987073], [178.295504, 74.019191], [176.765429, 75.549264], [176.722298, 75.574543], [176.672314, 75.575525], [176.440995, 75.51999], [176.440984, 75.519988], [176.437222, 75.519085], [176.433357, 75.51878], [176.433352, 75.51878], [176.193872, 75.499933], [176.189997, 75.499628], [176.186122, 75.499933], [175.946641, 75.51878], [175.946634, 75.518781], [175.942772, 75.519085], [175.939009, 75.519988], [175.938999, 75.51999], [175.705412, 75.57607], [175.705409, 75.57607], [175.701635, 75.576977], [175.698048, 75.578462], [175.698044, 75.578464], [175.476115, 75.670389], [175.476102, 75.670395], [175.472523, 75.671878], [175.469212, 75.673906], [175.469204, 75.673911], [175.264397, 75.799417], [175.264387, 75.799424], [175.261078, 75.801452], [175.258124, 75.803974], [175.258117, 75.80398], [175.075472, 75.959973], [175.075465, 75.959979], [175.072505, 75.962508], [175.069976, 75.965468], [175.06997, 75.965475], [174.913977, 76.14812], [174.913971, 76.148127], [174.911449, 76.151081], [174.909421, 76.15439], [174.909414, 76.1544], [174.783908, 76.359207], [174.783903, 76.359215], [174.781875, 76.362526], [174.780392, 76.366105], [174.780386, 76.366118], [174.688461, 76.588047], [174.686974, 76.591638], [174.686067, 76.595412], [174.686067, 76.595415], [174.629987, 76.829002], [174.629985, 76.829012], [174.629082, 76.832775], [174.628778, 76.836637], [174.628777, 76.836644], [174.615921, 77.0], [174.609625, 77.08], [174.60993, 77.083875], [174.628676, 77.322075], [174.629082, 77.327225], [174.629985, 77.330989], [174.629987, 77.330997], [174.682176, 77.548375], [174.686974, 77.568362], [174.68846, 77.571951], [174.688461, 77.571952], [174.780386, 77.793881], [174.780389, 77.793888], [174.781875, 77.797474], [174.783906, 77.800789], [174.783908, 77.800792], [174.889114, 77.972473], [174.911449, 78.008919], [174.913976, 78.011878], [174.913977, 78.011879], [175.02988, 78.147585], [175.072505, 78.197492], [175.261078, 78.358548], [175.472523, 78.488122], [175.476113, 78.489609], [175.476115, 78.48961], [175.499898, 78.499461], [175.701635, 78.583023], [175.942772, 78.640915], [176.189997, 78.660372], [176.437222, 78.640915], [176.678359, 78.583023], [176.907471, 78.488122], [177.118916, 78.358548], [177.307489, 78.197492], [177.468545, 78.008919], [177.598119, 77.797474], [177.69302, 77.568362], [177.750912, 77.327225], [177.770369, 77.08], [177.750912, 76.832775], [177.69447, 76.597677], [177.695452, 76.547698], [177.720729, 76.504568], [179.461143, 74.764154], [179.465464, 74.760088], [179.509332, 74.721226], [179.542644, 74.672963], [179.546154, 74.668194], [179.582326, 74.622025], [179.587104, 74.611406], [179.595903, 74.595805], [179.602518, 74.586223], [179.604639, 74.580628], [179.604642, 74.580624], [179.623306, 74.531409], [179.625579, 74.525919], [179.64965, 74.472436], [179.651747, 74.460992], [179.656561, 74.443722], [179.660688, 74.432842], [179.667757, 74.374621], [179.668647, 74.368766], [179.679219, 74.311082], [179.675681, 74.252588], [179.6755, 74.246611], [179.6755, 63.914641], [179.691945, 63.859999], [179.735818, 63.823511], [179.792542, 63.817299], [179.843272, 63.843427], [179.871154, 63.893215], [179.882685, 63.945232], [179.882924, 63.946342], [179.927037, 64.15673], [179.928297, 64.164124], [179.954462, 64.362861], [179.954549, 64.363537], [179.981238, 64.577647], [179.981904, 64.585575], [179.990521, 64.782956], [179.99053, 64.783182], [179.999412, 64.997898], [179.999497, 65.00199], [179.999497, 104.997965], [179.999412, 105.002057], [179.990519, 105.217046], [179.99051, 105.217273], [179.981901, 105.414435], [179.981235, 105.422362], [179.954554, 105.636404], [179.954467, 105.63708], [179.928296, 105.835874], [179.927036, 105.843268], [179.882914, 106.053696], [179.882674, 106.054808], [179.839129, 106.251224], [179.83736, 106.258044], [179.776121, 106.463746], [179.775655, 106.465268], [179.715049, 106.657483], [179.712858, 106.663701], [179.634898, 106.863494], [179.634135, 106.865391], [179.556969, 107.051688], [179.554446, 107.057283], [179.460289, 107.249885], [179.459162, 107.252118], [179.366008, 107.431064], [179.36324, 107.436028], [179.253548, 107.620114], [179.251998, 107.62263], [179.143572, 107.792825], [179.140647, 107.797159], [179.016128, 107.971558], [179.014099, 107.974298], [178.891263, 108.134381], [178.888266, 108.138098], [178.749785, 108.301602], [178.747231, 108.304501], [178.610894, 108.453287], [178.607907, 108.456408], [178.456408, 108.607907], [178.453287, 108.610893], [178.304488, 108.747242], [178.301589, 108.749797], [178.138109, 108.888258], [178.134392, 108.891255], [177.974277, 109.014115], [177.971537, 109.016144], [177.797171, 109.14064], [177.792836, 109.143565], [177.622604, 109.252014], [177.620089, 109.253564], [177.436029, 109.36324], [177.431065, 109.366008], [177.252114, 109.459163], [177.249882, 109.46029], [177.057294, 109.554441], [177.051699, 109.556964], [176.865378, 109.634141], [176.863479, 109.634905], [176.663689, 109.712862], [176.657472, 109.715052], [176.465254, 109.775659], [176.463732, 109.776125], [176.258039, 109.837362], [176.251218, 109.839131], [176.054775, 109.88268], [176.053664, 109.88292], [175.843276, 109.927034], [175.835882, 109.928294], [175.637058, 109.95447], [175.636381, 109.954557], [175.422345, 109.981236], [175.41442, 109.981902], [175.218354, 109.990465], [175.218125, 109.990474], [175.004039, 109.999329], [174.995857, 109.999329], [174.782951, 109.990523], [174.782727, 109.99044], [174.782724, 109.990514], [174.585564, 109.981905], [174.577638, 109.981239], [174.363605, 109.95456], [174.362928, 109.954473], [174.164122, 109.928299], [174.156728, 109.927039], [173.946368, 109.882932], [173.945257, 109.882692], [173.74876, 109.83913], [173.741939, 109.837361], [173.536285, 109.776135], [173.534763, 109.775669], [173.342527, 109.715056], [173.33631, 109.712866], [173.136506, 109.634904], [173.134613, 109.634142], [172.948298, 109.556968], [172.942703, 109.554445], [172.750108, 109.46029], [172.747876, 109.459163], [172.568922, 109.366006], [172.563959, 109.363238], [172.379925, 109.253578], [172.377408, 109.252028], [172.207151, 109.143562], [172.202817, 109.140637], [172.028486, 109.016167], [172.025745, 109.014138], [171.865585, 108.891242], [171.86187, 108.888246], [171.698427, 108.749818], [171.695527, 108.747263], [171.546683, 108.610873], [171.543562, 108.607885], [171.392103, 108.456425], [171.389117, 108.453305], [171.252753, 108.30449], [171.250198, 108.301591], [171.193444, 108.234582], [171.111721, 108.138092], [171.108747, 108.134403], [170.985873, 107.97427], [170.983859, 107.97155], [170.938598, 107.908158], [170.859338, 107.797147], [170.856434, 107.792844], [170.747985, 107.622613], [170.746446, 107.620115], [170.636754, 107.436029], [170.636753, 107.436028], [170.636752, 107.436025], [170.633986, 107.431065], [170.540805, 107.252065], [170.53971, 107.249895], [170.445536, 107.057258], [170.443037, 107.051717], [170.365859, 106.865391], [170.365103, 106.863511], [170.347842, 106.819276], [170.287124, 106.663671], [170.284953, 106.657507], [170.224299, 106.465138], [170.223911, 106.463871], [170.162623, 106.258009], [170.160874, 106.251262], [170.117321, 106.054808], [170.117081, 106.053697], [170.072959, 105.843271], [170.071699, 105.835877], [170.071699, 105.835874], [170.045478, 105.636709], [170.018757, 105.422341], [170.018095, 105.414459], [170.009467, 105.216828], [170.000584, 105.002056], [170.000541, 105.0], [171.894615, 105.0], [171.894771, 105.002778], [171.913984, 105.344907], [171.913985, 105.344916], [171.914141, 105.347693], [171.914607, 105.350438], [171.914608, 105.350443], [171.926828, 105.422362], [171.972473, 105.691013], [171.973238, 105.69367], [171.973241, 105.693681], [172.016337, 105.843268], [172.068879, 106.025644], [172.06994, 106.028205], [172.069943, 106.028214], [172.165142, 106.258044], [172.202145, 106.347376], [172.203485, 106.3498], [172.203491, 106.349813], [172.36925, 106.649732], [172.369257, 106.649743], [172.370595, 106.652164], [172.572112, 106.936176], [172.804161, 107.195839], [173.063824, 107.427888], [173.347836, 107.629405], [173.350261, 107.630745], [173.350267, 107.630749], [173.650186, 107.796508], [173.650192, 107.79651], [173.652624, 107.797855], [173.974356, 107.931121], [174.308987, 108.027527], [174.652307, 108.085859], [175.0, 108.105385], [175.347693, 108.085859], [175.691013, 108.027527], [176.025644, 107.931121], [176.347376, 107.797855], [176.652164, 107.629405], [176.936176, 107.427888], [177.195839, 107.195839], [177.427888, 106.936176], [177.629405, 106.652164], [177.797855, 106.347376], [177.931121, 106.025644], [178.027527, 105.691013], [178.085859, 105.347693], [178.105385, 105.0], [178.085859, 104.652307], [178.027527, 104.308987], [177.931121, 103.974356], [177.797855, 103.652624], [177.796508, 103.650186], [177.630749, 103.350267], [177.630745, 103.350261], [177.629405, 103.347836], [177.427888, 103.063824], [177.195839, 102.804161], [176.936176, 102.572112], [176.652164, 102.370595], [176.649743, 102.369257], [176.649732, 102.36925], [176.349813, 102.203491], [176.3498, 102.203485], [176.347376, 102.202145], [176.310407, 102.186832], [176.028214, 102.069943], [176.028205, 102.06994], [176.025644, 102.068879], [176.022975, 102.06811], [176.022972, 102.068109], [175.693681, 101.973241], [175.69367, 101.973238], [175.691013, 101.972473], [175.629029, 101.961941], [175.350443, 101.914608], [175.350438, 101.914607], [175.347693, 101.914141], [175.344916, 101.913985], [175.344907, 101.913984], [175.002778, 101.894771], [175.0, 101.894615], [174.997222, 101.894771], [174.655092, 101.913984], [174.655081, 101.913985], [174.652307, 101.914141], [174.649563, 101.914607], [174.649556, 101.914608], [174.311729, 101.972007], [174.311726, 101.972007], [174.308987, 101.972473], [174.306333, 101.973237], [174.306318, 101.973241], [173.977027, 102.068109], [173.977018, 102.068111], [173.974356, 102.068879], [173.971799, 102.069937], [173.971785, 102.069943], [173.655194, 102.20108], [173.655187, 102.201083], [173.652624, 102.202145], [173.650206, 102.203481], [173.650186, 102.203491], [173.350267, 102.36925], [173.350248, 102.369261], [173.347836, 102.370595], [173.345576, 102.372197], [173.345572, 102.372201], [173.066091, 102.570503], [173.066085, 102.570507], [173.063824, 102.572112], [173.061756, 102.573959], [173.061751, 102.573964], [172.806239, 102.802303], [172.806229, 102.802312], [172.804161, 102.804161], [172.802312, 102.806229], [172.802303, 102.806239], [172.573964, 103.061751], [172.573959, 103.061756], [172.572112, 103.063824], [172.570507, 103.066085], [172.570503, 103.066091], [172.372201, 103.345572], [172.370595, 103.347836], [172.369261, 103.350248], [172.36925, 103.350267], [172.203491, 103.650186], [172.203481, 103.650206], [172.202145, 103.652624], [172.201083, 103.655187], [172.20108, 103.655194], [172.069943, 103.971785], [172.069937, 103.971799], [172.068879, 103.974356], [172.068111, 103.977018], [172.068109, 103.977027], [171.973241, 104.306318], [171.973237, 104.306333], [171.972473, 104.308987], [171.972007, 104.311726], [171.972007, 104.311729], [171.926844, 104.577543], [171.914141, 104.652307], [171.913985, 104.655081], [171.913984, 104.655092], [171.912376, 104.683729], [171.894615, 105.0], [170.000541, 105.0], [170.000499, 104.997965], [170.000499, 104.896226], [170.000499, 104.892683], [169.969953, 104.680232], [169.909483, 104.47429], [169.82032, 104.27905], [169.762647, 104.189309], [169.70619, 104.10146], [169.706187, 104.101456], [169.704279, 104.098487], [169.563723, 103.936276], [169.401511, 103.795719], [169.398536, 103.793807], [169.398532, 103.793804], [169.223925, 103.681592], [169.223923, 103.68159], [169.220948, 103.679679], [169.217735, 103.678211], [169.217732, 103.67821], [169.028919, 103.591982], [169.028914, 103.59198], [169.025708, 103.590516], [169.022322, 103.589521], [169.02232, 103.589521], [168.823151, 103.53104], [168.819766, 103.530046], [168.816271, 103.529543], [168.816269, 103.529543], [168.610824, 103.500005], [168.610817, 103.500004], [168.607315, 103.499501], [168.603772, 103.499501], [165.307435, 103.499501], [165.274639, 103.489103], [165.240139, 103.499501], [163.439855, 103.499501], [163.405354, 103.489103], [163.372559, 103.499501], [131.500012, 103.499501], [131.499997, 103.499499], [131.499997, 103.499497], [131.392679, 103.499497], [131.389177, 103.5], [131.38917, 103.500001], [131.183725, 103.52954], [131.183722, 103.52954], [131.180228, 103.530043], [131.176845, 103.531036], [131.176842, 103.531037], [130.977673, 103.589519], [130.977667, 103.589521], [130.974286, 103.590514], [130.971084, 103.591976], [130.971074, 103.59198], [130.782264, 103.678207], [130.782259, 103.678209], [130.779046, 103.679677], [130.776076, 103.681585], [130.776068, 103.68159], [130.601456, 103.793806], [130.601443, 103.793815], [130.598483, 103.795718], [130.595815, 103.798029], [130.595808, 103.798035], [130.438953, 103.933951], [130.438946, 103.933957], [130.436272, 103.936275], [130.433954, 103.938949], [130.433948, 103.938956], [130.298034, 104.09581], [130.298033, 104.095812], [130.295716, 104.098486], [130.293809, 104.101453], [130.293801, 104.101464], [130.181588, 104.276072], [130.181583, 104.27608], [130.179675, 104.27905], [130.17821, 104.282256], [130.178206, 104.282265], [130.091978, 104.471078], [130.091974, 104.471088], [130.090512, 104.47429], [130.08952, 104.477667], [130.089516, 104.477679], [130.031038, 104.676841], [130.031037, 104.676846], [130.030043, 104.680232], [130.029541, 104.683721], [130.029539, 104.683732], [130.000001, 104.889174], [130.0, 104.889181], [129.999497, 104.892683], [129.999497, 104.896226], [129.999497, 104.997965], [129.999412, 105.002057], [129.990519, 105.217046], [129.99051, 105.217273], [129.981901, 105.414435], [129.981235, 105.422362], [129.954554, 105.636404], [129.954467, 105.63708], [129.928296, 105.835874], [129.927036, 105.843268], [129.882914, 106.053696], [129.882674, 106.054808], [129.839129, 106.251224], [129.83736, 106.258044], [129.776121, 106.463746], [129.775655, 106.465268], [129.715049, 106.657483], [129.712858, 106.663701], [129.634898, 106.863494], [129.634135, 106.865391], [129.556969, 107.051688], [129.554446, 107.057283], [129.460289, 107.249885], [129.459162, 107.252118], [129.366008, 107.431064], [129.36324, 107.436028], [129.253548, 107.620114], [129.251998, 107.62263], [129.143572, 107.792825], [129.140647, 107.797159], [129.016128, 107.971558], [129.014099, 107.974298], [128.891263, 108.134381], [128.888266, 108.138098], [128.749785, 108.301602], [128.747231, 108.304501], [128.610894, 108.453287], [128.607907, 108.456408], [128.456408, 108.607907], [128.453287, 108.610893], [128.304488, 108.747242], [128.301589, 108.749797], [128.138109, 108.888258], [128.134392, 108.891255], [127.974277, 109.014115], [127.971537, 109.016144], [127.797171, 109.14064], [127.792836, 109.143565], [127.622604, 109.252014], [127.620089, 109.253564], [127.436029, 109.36324], [127.431065, 109.366008], [127.252114, 109.459163], [127.249882, 109.46029], [127.057294, 109.554441], [127.051699, 109.556964], [126.865378, 109.634141], [126.863479, 109.634905], [126.663689, 109.712862], [126.657472, 109.715052], [126.465254, 109.775659], [126.463732, 109.776125], [126.258039, 109.837362], [126.251218, 109.839131], [126.054775, 109.88268], [126.053664, 109.88292], [125.843276, 109.927034], [125.835882, 109.928294], [125.637058, 109.95447], [125.636381, 109.954557], [125.422345, 109.981236], [125.41442, 109.981902], [125.218354, 109.990465], [125.218125, 109.990474], [125.004039, 109.999329], [124.995857, 109.999329], [124.782951, 109.990523], [124.782727, 109.99044], [124.782724, 109.990514], [124.585561, 109.981905], [124.577634, 109.981239], [124.363658, 109.954567], [124.362981, 109.95448], [124.164109, 109.928297], [124.156716, 109.927037], [123.946365, 109.882931], [123.945254, 109.882691], [123.748763, 109.839131], [123.741942, 109.837362], [123.536307, 109.776142], [123.534785, 109.775676], [123.342505, 109.71505], [123.336287, 109.712859], [123.136544, 109.634918], [123.134647, 109.634155], [122.948297, 109.556967], [122.942701, 109.554444], [122.750106, 109.460289], [122.747874, 109.459162], [122.56893, 109.36601], [122.563966, 109.363242], [122.379898, 109.253561], [122.377383, 109.252011], [122.207159, 109.143567], [122.202824, 109.140642], [122.028456, 109.016145], [122.025716, 109.014116], [121.865601, 108.891256], [121.861884, 108.888259], [121.698418, 108.74981], [121.695519, 108.747256], [121.546685, 108.610875], [121.543564, 108.607887], [121.392105, 108.456427], [121.389119, 108.453308], [121.34989, 108.410497], [121.252734, 108.30447], [121.250188, 108.30158], [121.111726, 108.138098], [121.10876, 108.13442], [120.985863, 107.974256], [120.983844, 107.97153], [120.955542, 107.93189], [120.859341, 107.797152], [120.856431, 107.792839], [120.747986, 107.622613], [120.746436, 107.620098], [120.71174, 107.561871], [120.636745, 107.436014], [120.633995, 107.431082], [120.54083, 107.252114], [120.539711, 107.249895], [120.445551, 107.05729], [120.443041, 107.051725], [120.365847, 106.865363], [120.3651, 106.863506], [120.365095, 106.863494], [120.287137, 106.663701], [120.287132, 106.663688], [120.284942, 106.657471], [120.224338, 106.465262], [120.223874, 106.463746], [120.162623, 106.25801], [120.160875, 106.25127], [120.117305, 106.054737], [120.117082, 106.053705], [120.072954, 105.843249], [120.071701, 105.835897], [120.045507, 105.636927], [120.04544, 105.636405], [120.045439, 105.636394], [120.018757, 105.422341], [120.018094, 105.414456], [120.009495, 105.217506], [120.000581, 105.002007], [120.00054, 105.0], [121.894615, 105.0], [121.894771, 105.002778], [121.913984, 105.344907], [121.913985, 105.344916], [121.914141, 105.347693], [121.914607, 105.350438], [121.914608, 105.350443], [121.926828, 105.422362], [121.972473, 105.691013], [121.973238, 105.69367], [121.973241, 105.693681], [122.016337, 105.843268], [122.068879, 106.025644], [122.06994, 106.028205], [122.069943, 106.028214], [122.165142, 106.258044], [122.202145, 106.347376], [122.203485, 106.3498], [122.203491, 106.349813], [122.36925, 106.649732], [122.369257, 106.649743], [122.370595, 106.652164], [122.572112, 106.936176], [122.804161, 107.195839], [123.063824, 107.427888], [123.347836, 107.629405], [123.350261, 107.630745], [123.350267, 107.630749], [123.650186, 107.796508], [123.650192, 107.79651], [123.652624, 107.797855], [123.974356, 107.931121], [124.308987, 108.027527], [124.652307, 108.085859], [125.0, 108.105385], [125.347693, 108.085859], [125.691013, 108.027527], [126.025644, 107.931121], [126.347376, 107.797855], [126.652164, 107.629405], [126.936176, 107.427888], [127.195839, 107.195839], [127.427888, 106.936176], [127.629405, 106.652164], [127.797855, 106.347376], [127.931121, 106.025644], [128.027527, 105.691013], [128.085859, 105.347693], [128.105385, 105.0], [128.085859, 104.652307], [128.027527, 104.308987], [127.931121, 103.974356], [127.797855, 103.652624], [127.796508, 103.650186], [127.630749, 103.350267], [127.630745, 103.350261], [127.629405, 103.347836], [127.427888, 103.063824], [127.195839, 102.804161], [127.09371, 102.712893], [133.325, 102.712893], [133.325215, 102.7175], [133.327208, 102.738759], [133.329761, 102.750442], [133.368879, 102.862235], [133.375735, 102.875208], [133.445237, 102.96938], [133.455619, 102.979762], [133.549791, 103.049264], [133.562764, 103.05612], [133.674557, 103.095238], [133.68624, 103.097791], [133.707499, 103.099784], [133.712107, 103.1], [133.736967, 103.1], [133.747245, 103.097245], [133.75, 103.086967], [134.25, 103.086967], [134.252754, 103.097245], [134.263033, 103.1], [134.287893, 103.1], [134.2925, 103.099784], [134.313759, 103.097791], [134.325442, 103.095238], [134.437235, 103.05612], [134.450208, 103.049264], [134.54438, 102.979762], [134.554762, 102.96938], [134.624264, 102.875208], [134.63112, 102.862235], [134.670238, 102.750442], [134.672791, 102.738759], [134.674784, 102.7175], [134.675, 102.712893], [134.675, 102.625533], [134.672245, 102.615254], [134.661967, 102.6125], [134.263033, 102.6125], [134.252754, 102.615254], [134.25, 102.625533], [134.25, 103.086967], [133.75, 103.086967], [133.75, 102.625533], [133.747245, 102.615254], [133.736967, 102.6125], [133.338033, 102.6125], [133.327754, 102.615254], [133.325, 102.625533], [133.325, 102.712893], [127.09371, 102.712893], [126.936176, 102.572112], [126.799085, 102.474841], [135.299997, 102.474841], [135.300944, 102.484462], [135.309698, 102.528474], [135.317017, 102.546143], [135.350386, 102.596083], [135.363914, 102.609611], [135.413854, 102.64298], [135.431523, 102.650299], [135.475535, 102.659053], [135.485157, 102.660001], [135.986964, 102.660001], [135.997242, 102.657246], [135.999997, 102.646968], [136.499997, 102.646968], [136.502751, 102.657246], [136.51303, 102.660001], [137.014837, 102.660001], [137.024458, 102.659053], [137.06847, 102.650299], [137.086139, 102.64298], [137.136079, 102.609611], [137.149607, 102.596083], [137.182976, 102.546143], [137.190295, 102.528474], [137.199049, 102.484462], [137.199997, 102.474841], [152.799997, 102.474841], [152.800944, 102.484462], [152.809698, 102.528474], [152.817017, 102.546143], [152.850386, 102.596083], [152.863914, 102.609611], [152.913854, 102.64298], [152.931523, 102.650299], [152.975535, 102.659053], [152.985157, 102.660001], [153.486964, 102.660001], [153.497242, 102.657246], [153.499997, 102.646968], [153.999997, 102.646968], [154.002751, 102.657246], [154.01303, 102.660001], [154.514837, 102.660001], [154.524458, 102.659053], [154.56847, 102.650299], [154.586139, 102.64298], [154.636079, 102.609611], [154.649607, 102.596083], [154.682976, 102.546143], [154.690295, 102.528474], [154.699049, 102.484462], [154.699997, 102.474841], [154.699997, 102.392026], [155.849497, 102.392026], [155.849498, 102.394865], [155.849825, 102.397686], [155.849826, 102.3977], [155.851359, 102.410912], [155.852412, 102.419992], [155.862276, 102.442332], [155.894027, 102.514243], [155.897791, 102.522766], [155.977232, 102.602207], [156.080006, 102.647586], [156.105132, 102.650501], [157.894861, 102.6505], [157.919988, 102.647586], [158.022762, 102.602207], [158.102203, 102.522766], [158.147582, 102.419992], [158.150497, 102.394866], [158.150496, 101.764848], [158.523089, 101.764848], [158.563816, 101.899106], [158.567523, 101.908055], [158.660437, 102.081885], [158.665812, 102.08993], [158.790852, 102.242291], [158.797706, 102.249145], [158.950067, 102.374185], [158.958112, 102.37956], [159.131942, 102.472474], [159.140891, 102.476181], [159.275149, 102.516908], [159.286519, 102.516722], [159.289997, 102.505899], [159.789997, 102.505899], [159.793474, 102.516722], [159.804844, 102.516908], [159.939102, 102.476181], [159.948051, 102.472474], [160.121881, 102.37956], [160.129926, 102.374185], [160.282287, 102.249145], [160.289141, 102.242291], [160.414181, 102.08993], [160.419556, 102.081885], [160.51247, 101.908055], [160.516177, 101.899106], [160.556904, 101.764848], [160.556718, 101.753478], [160.545895, 101.750001], [159.80303, 101.750001], [159.792751, 101.752755], [159.789997, 101.763034], [159.789997, 102.505899], [159.289997, 102.505899], [159.289997, 101.763034], [159.287242, 101.752755], [159.276964, 101.750001], [158.534099, 101.750001], [158.523275, 101.753478], [158.523089, 101.764848], [158.150496, 101.764848], [158.150496, 101.235153], [158.523089, 101.235153], [158.523275, 101.246523], [158.534099, 101.250001], [159.276964, 101.250001], [159.287242, 101.247246], [159.289997, 101.236968], [159.789997, 101.236968], [159.792751, 101.247246], [159.80303, 101.250001], [160.545895, 101.250001], [160.556718, 101.246523], [160.556904, 101.235153], [160.516177, 101.100895], [160.51247, 101.091946], [160.419556, 100.918116], [160.414181, 100.910071], [160.289141, 100.75771], [160.282287, 100.750856], [160.129926, 100.625816], [160.121881, 100.620441], [159.948051, 100.527527], [159.939102, 100.52382], [159.804844, 100.483093], [159.793474, 100.483279], [159.789997, 100.494103], [159.789997, 101.236968], [159.289997, 101.236968], [159.289997, 100.494103], [159.286519, 100.483279], [159.275149, 100.483093], [159.140891, 100.52382], [159.131942, 100.527527], [158.958112, 100.620441], [158.950067, 100.625816], [158.797706, 100.750856], [158.790852, 100.75771], [158.665812, 100.910071], [158.660437, 100.918116], [158.567523, 101.091946], [158.563816, 101.100895], [158.523089, 101.235153], [158.150496, 101.235153], [158.150496, 100.605137], [158.147582, 100.58001], [158.102203, 100.477236], [158.022762, 100.397795], [158.014373, 100.394091], [158.014372, 100.39409], [157.926799, 100.355423], [157.926796, 100.355422], [157.919988, 100.352416], [157.912591, 100.351557], [157.912588, 100.351557], [157.897711, 100.349831], [157.897701, 100.34983], [157.894862, 100.349501], [157.891997, 100.349501], [156.107988, 100.349501], [156.10797, 100.349501], [156.105133, 100.349502], [156.102312, 100.349829], [156.102297, 100.34983], [156.087401, 100.351558], [156.087398, 100.351558], [156.080006, 100.352416], [156.073197, 100.355422], [156.073195, 100.355423], [155.985621, 100.39409], [155.985617, 100.394092], [155.977232, 100.397795], [155.97075, 100.404276], [155.970747, 100.404279], [155.904275, 100.470751], [155.904272, 100.470754], [155.897791, 100.477236], [155.894088, 100.485621], [155.894086, 100.485625], [155.855419, 100.573198], [155.855419, 100.573199], [155.852412, 100.58001], [155.851554, 100.587405], [155.851553, 100.587409], [155.849827, 100.602286], [155.849826, 100.602297], [155.849497, 100.605136], [155.849497, 100.607992], [155.849497, 100.608], [155.849497, 102.392009], [155.849497, 102.392026], [154.699997, 102.392026], [154.699997, 102.273034], [154.697242, 102.262755], [154.686964, 102.260001], [154.01303, 102.260001], [154.002751, 102.262755], [153.999997, 102.273034], [153.999997, 102.646968], [153.499997, 102.646968], [153.499997, 102.273034], [153.497242, 102.262755], [153.486964, 102.260001], [152.81303, 102.260001], [152.802751, 102.262755], [152.799997, 102.273034], [152.799997, 102.474841], [137.199997, 102.474841], [137.199997, 102.273034], [137.197242, 102.262755], [137.186964, 102.260001], [136.51303, 102.260001], [136.502751, 102.262755], [136.499997, 102.273034], [136.499997, 102.646968], [135.999997, 102.646968], [135.999997, 102.273034], [135.997242, 102.262755], [135.986964, 102.260001], [135.31303, 102.260001], [135.302751, 102.262755], [135.299997, 102.273034], [135.299997, 102.474841], [126.799085, 102.474841], [126.652164, 102.370595], [126.649743, 102.369257], [126.649732, 102.36925], [126.349813, 102.203491], [126.3498, 102.203485], [126.347376, 102.202145], [126.310407, 102.186832], [126.028214, 102.069943], [126.028205, 102.06994], [126.025644, 102.068879], [126.022975, 102.06811], [126.022972, 102.068109], [125.693681, 101.973241], [125.69367, 101.973238], [125.691013, 101.972473], [125.629029, 101.961941], [125.350443, 101.914608], [125.350438, 101.914607], [125.347693, 101.914141], [125.344916, 101.913985], [125.344907, 101.913984], [125.002778, 101.894771], [125.0, 101.894615], [124.997222, 101.894771], [124.655092, 101.913984], [124.655081, 101.913985], [124.652307, 101.914141], [124.649563, 101.914607], [124.649556, 101.914608], [124.311729, 101.972007], [124.311726, 101.972007], [124.308987, 101.972473], [124.306333, 101.973237], [124.306318, 101.973241], [123.977027, 102.068109], [123.977018, 102.068111], [123.974356, 102.068879], [123.971799, 102.069937], [123.971785, 102.069943], [123.655194, 102.20108], [123.655187, 102.201083], [123.652624, 102.202145], [123.650206, 102.203481], [123.650186, 102.203491], [123.350267, 102.36925], [123.350248, 102.369261], [123.347836, 102.370595], [123.345576, 102.372197], [123.345572, 102.372201], [123.066091, 102.570503], [123.066085, 102.570507], [123.063824, 102.572112], [123.061756, 102.573959], [123.061751, 102.573964], [122.806239, 102.802303], [122.806229, 102.802312], [122.804161, 102.804161], [122.802312, 102.806229], [122.802303, 102.806239], [122.573964, 103.061751], [122.573959, 103.061756], [122.572112, 103.063824], [122.570507, 103.066085], [122.570503, 103.066091], [122.372201, 103.345572], [122.370595, 103.347836], [122.369261, 103.350248], [122.36925, 103.350267], [122.203491, 103.650186], [122.203481, 103.650206], [122.202145, 103.652624], [122.201083, 103.655187], [122.20108, 103.655194], [122.069943, 103.971785], [122.069937, 103.971799], [122.068879, 103.974356], [122.068111, 103.977018], [122.068109, 103.977027], [121.973241, 104.306318], [121.973237, 104.306333], [121.972473, 104.308987], [121.972007, 104.311726], [121.972007, 104.311729], [121.926844, 104.577543], [121.914141, 104.652307], [121.913985, 104.655081], [121.913984, 104.655092], [121.912376, 104.683729], [121.894615, 105.0], [120.00054, 105.0], [120.000497, 104.997917], [120.000497, 100.077565], [121.454625, 100.077565], [121.526893, 100.215263], [121.533647, 100.225048], [121.63843, 100.343324], [121.64733, 100.351208], [121.777375, 100.440971], [121.787898, 100.446494], [121.935647, 100.502528], [121.947192, 100.505374], [122.064689, 100.51964], [122.070644, 100.520001], [122.146964, 100.520001], [122.157242, 100.517246], [122.159997, 100.506968], [122.659997, 100.506968], [122.662751, 100.517246], [122.67303, 100.520001], [122.74935, 100.520001], [122.755304, 100.51964], [122.872801, 100.505374], [122.884346, 100.502528], [123.032095, 100.446494], [123.042618, 100.440971], [123.172663, 100.351208], [123.181563, 100.343324], [123.286346, 100.225048], [123.2931, 100.215263], [123.365368, 100.077565], [125.384625, 100.077565], [125.456893, 100.215263], [125.463647, 100.225048], [125.56843, 100.343324], [125.57733, 100.351208], [125.707375, 100.440971], [125.717898, 100.446494], [125.865647, 100.502528], [125.877192, 100.505374], [125.994689, 100.51964], [126.000644, 100.520001], [126.326964, 100.520001], [126.337242, 100.517246], [126.339997, 100.506968], [126.839997, 100.506968], [126.842751, 100.517246], [126.85303, 100.520001], [127.17935, 100.520001], [127.185304, 100.51964], [127.302801, 100.505374], [127.314346, 100.502528], [127.462095, 100.446494], [127.472618, 100.440971], [127.602663, 100.351208], [127.611563, 100.343324], [127.716346, 100.225048], [127.7231, 100.215263], [127.795368, 100.077565], [127.795089, 100.073343], [127.784318, 100.070001], [126.85303, 100.070001], [126.842751, 100.072755], [126.839997, 100.083034], [126.839997, 100.506968], [126.339997, 100.506968], [126.339997, 100.083034], [126.337242, 100.072755], [126.326964, 100.070001], [125.395676, 100.070001], [125.384904, 100.073343], [125.384625, 100.077565], [123.365368, 100.077565], [123.365089, 100.073343], [123.354318, 100.070001], [122.67303, 100.070001], [122.662751, 100.072755], [122.659997, 100.083034], [122.659997, 100.506968], [122.159997, 100.506968], [122.159997, 100.083034], [122.157242, 100.072755], [122.146964, 100.070001], [121.465676, 100.070001], [121.454904, 100.073343], [121.454625, 100.077565], [120.000497, 100.077565], [120.000497, 99.562436], [121.454625, 99.562436], [121.454904, 99.566658], [121.465676, 99.570001], [122.146964, 99.570001], [122.157242, 99.567246], [122.159997, 99.556968], [122.659997, 99.556968], [122.662751, 99.567246], [122.67303, 99.570001], [123.354318, 99.570001], [123.365089, 99.566658], [123.365368, 99.562436], [123.2931, 99.424738], [123.286346, 99.414953], [123.181563, 99.296677], [123.172663, 99.288793], [123.042618, 99.19903], [123.032095, 99.193507], [122.884346, 99.137473], [122.872801, 99.134627], [122.755304, 99.120361], [122.74935, 99.120001], [122.67303, 99.120001], [122.662751, 99.122755], [122.659997, 99.133034], [122.659997, 99.556968], [122.159997, 99.556968], [122.159997, 99.133034], [122.157242, 99.122755], [122.146964, 99.120001], [122.070644, 99.120001], [122.064689, 99.120361], [121.947192, 99.134627], [121.935647, 99.137473], [121.787898, 99.193507], [121.777375, 99.19903], [121.64733, 99.288793], [121.63843, 99.296677], [121.533647, 99.414953], [121.526893, 99.424738], [121.454625, 99.562436], [120.000497, 99.562436], [120.000497, 91.437565], [121.454625, 91.437565], [121.526893, 91.575263], [121.533647, 91.585048], [121.63843, 91.703324], [121.64733, 91.711208], [121.777375, 91.800971], [121.787898, 91.806494], [121.935647, 91.862528], [121.947192, 91.865374], [122.064689, 91.87964], [122.070644, 91.880001], [122.146964, 91.880001], [122.157242, 91.877246], [122.159997, 91.866968], [122.659997, 91.866968], [122.662751, 91.877246], [122.67303, 91.880001], [122.74935, 91.880001], [122.755304, 91.87964], [122.872801, 91.865374], [122.884346, 91.862528], [123.032095, 91.806494], [123.042618, 91.800971], [123.172663, 91.711208], [123.181563, 91.703324], [123.286346, 91.585048], [123.2931, 91.575263], [123.365368, 91.437565], [123.365089, 91.433343], [123.354318, 91.430001], [122.67303, 91.430001], [122.662751, 91.432755], [122.659997, 91.443034], [122.659997, 91.866968], [122.159997, 91.866968], [122.159997, 91.443034], [122.157242, 91.432755], [122.146964, 91.430001], [121.465676, 91.430001], [121.454904, 91.433343], [121.454625, 91.437565], [120.000497, 91.437565], [120.000497, 90.922436], [121.454625, 90.922436], [121.454904, 90.926658], [121.465676, 90.930001], [122.146964, 90.930001], [122.157242, 90.927246], [122.159997, 90.916968], [122.659997, 90.916968], [122.662751, 90.927246], [122.67303, 90.930001], [123.354318, 90.930001], [123.365089, 90.926658], [123.365368, 90.922436], [125.384625, 90.922436], [125.384904, 90.926658], [125.395676, 90.930001], [126.326964, 90.930001], [126.337242, 90.927246], [126.339997, 90.916968], [126.839997, 90.916968], [126.842751, 90.927246], [126.85303, 90.930001], [127.784318, 90.930001], [127.795089, 90.926658], [127.795368, 90.922436], [127.7231, 90.784738], [127.716346, 90.774953], [127.611563, 90.656677], [127.602663, 90.648793], [127.472618, 90.55903], [127.462095, 90.553507], [127.314346, 90.497473], [127.302801, 90.494627], [127.185304, 90.480361], [127.17935, 90.480001], [126.85303, 90.480001], [126.842751, 90.482755], [126.839997, 90.493034], [126.839997, 90.916968], [126.339997, 90.916968], [126.339997, 90.493034], [126.337242, 90.482755], [126.326964, 90.480001], [126.000644, 90.480001], [125.994689, 90.480361], [125.877192, 90.494627], [125.865647, 90.497473], [125.717898, 90.553507], [125.707375, 90.55903], [125.57733, 90.648793], [125.56843, 90.656677], [125.463647, 90.774953], [125.456893, 90.784738], [125.384625, 90.922436], [123.365368, 90.922436], [123.2931, 90.784738], [123.286346, 90.774953], [123.181563, 90.656677], [123.172663, 90.648793], [123.042618, 90.55903], [123.032095, 90.553507], [122.884346, 90.497473], [122.872801, 90.494627], [122.755304, 90.480361], [122.74935, 90.480001], [122.67303, 90.480001], [122.662751, 90.482755], [122.659997, 90.493034], [122.659997, 90.916968], [122.159997, 90.916968], [122.159997, 90.493034], [122.157242, 90.482755], [122.146964, 90.480001], [122.070644, 90.480001], [122.064689, 90.480361], [121.947192, 90.494627], [121.935647, 90.497473], [121.787898, 90.553507], [121.777375, 90.55903], [121.64733, 90.648793], [121.63843, 90.656677], [121.533647, 90.774953], [121.526893, 90.784738], [121.454625, 90.922436], [120.000497, 90.922436], [120.000497, 86.264847], [121.443092, 86.264847], [121.483819, 86.399105], [121.487526, 86.408054], [121.58044, 86.581884], [121.585815, 86.589929], [121.710855, 86.74229], [121.717709, 86.749144], [121.87007, 86.874184], [121.878115, 86.879559], [122.051945, 86.972473], [122.060894, 86.97618], [122.195152, 87.016907], [122.206522, 87.016721], [122.21, 87.005898], [122.71, 87.005898], [122.713477, 87.016721], [122.724847, 87.016907], [122.859105, 86.97618], [122.868054, 86.972473], [123.018562, 86.892025], [123.8495, 86.892025], [123.849501, 86.894864], [123.849828, 86.897685], [123.849829, 86.897699], [123.851557, 86.912591], [123.852415, 86.919991], [123.855422, 86.926801], [123.890367, 87.005946], [123.897794, 87.022765], [123.977235, 87.102206], [124.080009, 87.147585], [124.105135, 87.1505], [125.894864, 87.150499], [125.919991, 87.147585], [126.022765, 87.102206], [126.102206, 87.022765], [126.147585, 86.919991], [126.1505, 86.894865], [126.150499, 85.105136], [126.147585, 85.080009], [126.102206, 84.977235], [126.022765, 84.897794], [126.014376, 84.89409], [126.014375, 84.894089], [125.926802, 84.855422], [125.926799, 84.855421], [125.919991, 84.852415], [125.912594, 84.851556], [125.912591, 84.851556], [125.897714, 84.84983], [125.897704, 84.849829], [125.894865, 84.8495], [125.892, 84.8495], [124.107991, 84.8495], [124.107973, 84.8495], [124.105136, 84.849501], [124.102315, 84.849828], [124.1023, 84.849829], [124.087404, 84.851557], [124.087401, 84.851557], [124.080009, 84.852415], [124.0732, 84.855421], [124.073198, 84.855422], [123.985624, 84.894089], [123.98562, 84.894091], [123.977235, 84.897794], [123.970753, 84.904275], [123.97075, 84.904278], [123.904278, 84.97075], [123.904275, 84.970753], [123.897794, 84.977235], [123.894091, 84.98562], [123.894089, 84.985624], [123.855422, 85.073197], [123.855422, 85.073198], [123.852415, 85.080009], [123.851557, 85.087404], [123.851556, 85.087408], [123.84983, 85.102285], [123.849829, 85.102296], [123.8495, 85.105135], [123.8495, 85.107991], [123.8495, 85.107999], [123.8495, 86.892008], [123.8495, 86.892025], [123.018562, 86.892025], [123.041884, 86.879559], [123.049929, 86.874184], [123.20229, 86.749144], [123.209144, 86.74229], [123.334184, 86.589929], [123.339559, 86.581884], [123.432473, 86.408054], [123.43618, 86.399105], [123.476907, 86.264847], [123.476721, 86.253477], [123.465898, 86.25], [122.723033, 86.25], [122.712754, 86.252754], [122.71, 86.263033], [122.71, 87.005898], [122.21, 87.005898], [122.21, 86.263033], [122.207245, 86.252754], [122.196967, 86.25], [121.454102, 86.25], [121.443278, 86.253477], [121.443092, 86.264847], [120.000497, 86.264847], [120.000497, 85.735152], [121.443092, 85.735152], [121.443278, 85.746522], [121.454102, 85.75], [122.196967, 85.75], [122.207245, 85.747245], [122.21, 85.736967], [122.71, 85.736967], [122.712754, 85.747245], [122.723033, 85.75], [123.465898, 85.75], [123.476721, 85.746522], [123.476907, 85.735152], [123.43618, 85.600894], [123.432473, 85.591945], [123.339559, 85.418115], [123.334184, 85.41007], [123.209144, 85.257709], [123.20229, 85.250855], [123.049929, 85.125815], [123.041884, 85.12044], [122.868054, 85.027526], [122.859105, 85.023819], [122.724847, 84.983092], [122.713477, 84.983278], [122.71, 84.994102], [122.71, 85.736967], [122.21, 85.736967], [122.21, 84.994102], [122.206522, 84.983278], [122.195152, 84.983092], [122.060894, 85.023819], [122.051945, 85.027526], [121.878115, 85.12044], [121.87007, 85.125815], [121.717709, 85.250855], [121.710855, 85.257709], [121.585815, 85.41007], [121.58044, 85.418115], [121.487526, 85.591945], [121.483819, 85.600894], [121.443092, 85.735152], [120.000497, 85.735152], [120.000497, 83.724847], [121.443092, 83.724847], [121.483819, 83.859105], [121.487526, 83.868054], [121.58044, 84.041884], [121.585815, 84.049929], [121.710855, 84.20229], [121.717709, 84.209144], [121.87007, 84.334184], [121.878115, 84.339559], [122.051945, 84.432473], [122.060894, 84.43618], [122.195152, 84.476907], [122.206522, 84.476721], [122.21, 84.465898], [122.71, 84.465898], [122.713477, 84.476721], [122.724847, 84.476907], [122.859105, 84.43618], [122.868054, 84.432473], [123.041884, 84.339559], [123.049929, 84.334184], [123.20229, 84.209144], [123.209144, 84.20229], [123.334184, 84.049929], [123.339559, 84.041884], [123.432473, 83.868054], [123.43618, 83.859105], [123.476907, 83.724847], [123.476721, 83.713477], [123.465898, 83.71], [122.723033, 83.71], [122.712754, 83.712754], [122.71, 83.723033], [122.71, 84.465898], [122.21, 84.465898], [122.21, 83.723033], [122.207245, 83.712754], [122.196967, 83.71], [121.454102, 83.71], [121.443278, 83.713477], [121.443092, 83.724847], [120.000497, 83.724847], [120.000497, 83.46], [123.844571, 83.46], [123.844993, 83.464554], [123.863245, 83.661535], [123.864244, 83.67231], [123.865493, 83.676699], [123.865494, 83.676705], [123.921341, 83.872984], [123.921343, 83.87299], [123.922595, 83.877389], [123.924636, 83.881489], [123.924637, 83.88149], [124.008508, 84.049929], [124.017634, 84.068255], [124.020396, 84.071912], [124.143365, 84.234749], [124.143368, 84.234752], [124.146128, 84.238407], [124.303698, 84.382052], [124.484981, 84.494298], [124.683802, 84.571321], [124.89339, 84.6105], [125.102027, 84.6105], [125.10661, 84.6105], [125.316198, 84.571321], [125.515019, 84.494298], [125.696302, 84.382052], [125.853872, 84.238407], [125.982366, 84.068255], [126.077405, 83.877389], [126.135756, 83.67231], [126.155429, 83.46], [126.135756, 83.24769], [126.077405, 83.042611], [125.982366, 82.851745], [125.853872, 82.681593], [125.81742, 82.648362], [125.699683, 82.54103], [125.699681, 82.541028], [125.696302, 82.537948], [125.692413, 82.53554], [125.692409, 82.535537], [125.548237, 82.44627], [125.515019, 82.425702], [125.428749, 82.392281], [125.320467, 82.350332], [125.320459, 82.350329], [125.316198, 82.348679], [125.247115, 82.335765], [125.111116, 82.310342], [125.111112, 82.310341], [125.10661, 82.3095], [124.89339, 82.3095], [124.888888, 82.310341], [124.888883, 82.310342], [124.688305, 82.347837], [124.688302, 82.347837], [124.683802, 82.348679], [124.679543, 82.350328], [124.679532, 82.350332], [124.48925, 82.424048], [124.489248, 82.424048], [124.484981, 82.425702], [124.481087, 82.428112], [124.481085, 82.428114], [124.30759, 82.535537], [124.307581, 82.535543], [124.303698, 82.537948], [124.300323, 82.541024], [124.300316, 82.54103], [124.149512, 82.678507], [124.149506, 82.678513], [124.146128, 82.681593], [124.143372, 82.685241], [124.143365, 82.68525], [124.020396, 82.848087], [124.017634, 82.851745], [124.015595, 82.855838], [124.015591, 82.855846], [123.924637, 83.038509], [123.924635, 83.038513], [123.922595, 83.042611], [123.921344, 83.047005], [123.921341, 83.047015], [123.865494, 83.243294], [123.865492, 83.243302], [123.864244, 83.24769], [123.863822, 83.252235], [123.863822, 83.25224], [123.857474, 83.320751], [123.844571, 83.46], [120.000497, 83.46], [120.000497, 83.195152], [121.443092, 83.195152], [121.443278, 83.206522], [121.454102, 83.21], [122.196967, 83.21], [122.207245, 83.207245], [122.21, 83.196967], [122.71, 83.196967], [122.712754, 83.207245], [122.723033, 83.21], [123.465898, 83.21], [123.476721, 83.206522], [123.476907, 83.195152], [123.43618, 83.060894], [123.432473, 83.051945], [123.339559, 82.878115], [123.334184, 82.87007], [123.209144, 82.717709], [123.20229, 82.710855], [123.049929, 82.585815], [123.041884, 82.58044], [122.868054, 82.487526], [122.859105, 82.483819], [122.724847, 82.443092], [122.713477, 82.443278], [122.71, 82.454102], [122.71, 83.196967], [122.21, 83.196967], [122.21, 82.454102], [122.206522, 82.443278], [122.195152, 82.443092], [122.060894, 82.483819], [122.051945, 82.487526], [121.878115, 82.58044], [121.87007, 82.585815], [121.717709, 82.710855], [121.710855, 82.717709], [121.585815, 82.87007], [121.58044, 82.878115], [121.487526, 83.051945], [121.483819, 83.060894], [121.443092, 83.195152], [120.000497, 83.195152], [120.000497, 80.248614], [122.848287, 80.248614], [122.870658, 80.340829], [122.873726, 80.349695], [122.957079, 80.532214], [122.961772, 80.540342], [123.078157, 80.70378], [123.084308, 80.710879], [123.229516, 80.849335], [123.236904, 80.855145], [123.405691, 80.963617], [123.414034, 80.967919], [123.6003, 81.042488], [123.60932, 81.045137], [123.806328, 81.083106], [123.815682, 81.084], [124.752967, 81.084], [124.763245, 81.081245], [124.766, 81.070967], [125.266, 81.070967], [125.268754, 81.081245], [125.279033, 81.084], [126.16605, 81.084], [126.170744, 81.083776], [126.320428, 81.069483], [126.329649, 81.067706], [126.522161, 81.011179], [126.530882, 81.007687], [126.709216, 80.915751], [126.717119, 80.910672], [126.775398, 80.86484], [129.95, 80.86484], [129.950947, 80.874461], [129.959701, 80.918473], [129.96702, 80.936142], [130.000389, 80.986082], [130.013917, 80.99961], [130.063857, 81.032979], [130.081526, 81.040298], [130.125538, 81.049052], [130.13516, 81.05], [130.736967, 81.05], [130.747245, 81.047245], [130.75, 81.036967], [131.25, 81.036967], [131.252754, 81.047245], [131.263033, 81.05], [131.86484, 81.05], [131.874461, 81.049052], [131.918473, 81.040298], [131.936142, 81.032979], [131.986082, 80.99961], [131.99961, 80.986082], [132.032979, 80.936142], [132.040298, 80.918473], [132.049052, 80.874461], [132.05, 80.86484], [132.05, 80.263033], [132.047245, 80.252754], [132.036967, 80.25], [131.263033, 80.25], [131.252754, 80.252754], [131.25, 80.263033], [131.25, 81.036967], [130.75, 81.036967], [130.75, 80.263033], [130.747245, 80.252754], [130.736967, 80.25], [129.963033, 80.25], [129.952754, 80.252754], [129.95, 80.263033], [129.95, 80.86484], [126.775398, 80.86484], [126.874829, 80.786646], [126.881632, 80.78016], [127.013018, 80.628532], [127.018468, 80.62088], [127.118793, 80.447111], [127.122687, 80.438584], [127.188314, 80.248969], [127.189038, 80.245983], [127.187764, 80.237121], [127.177134, 80.234], [125.279033, 80.234], [125.268754, 80.236754], [125.266, 80.247033], [125.266, 81.070967], [124.766, 81.070967], [124.766, 80.247033], [124.763245, 80.236754], [124.752967, 80.234], [122.859777, 80.234], [122.849003, 80.23735], [122.848287, 80.248614], [120.000497, 80.248614], [120.000497, 79.736967], [129.95, 79.736967], [129.952754, 79.747245], [129.963033, 79.75], [130.736967, 79.75], [130.747245, 79.747245], [130.75, 79.736967], [131.25, 79.736967], [131.252754, 79.747245], [131.263033, 79.75], [132.036967, 79.75], [132.047245, 79.747245], [132.05, 79.736967], [132.05, 79.13516], [132.049052, 79.125538], [132.040298, 79.081526], [132.032979, 79.063857], [131.99961, 79.013917], [131.986082, 79.000389], [131.936142, 78.96702], [131.918473, 78.959701], [131.874461, 78.950947], [131.86484, 78.95], [131.263033, 78.95], [131.252754, 78.952754], [131.25, 78.963033], [131.25, 79.736967], [130.75, 79.736967], [130.75, 78.963033], [130.747245, 78.952754], [130.736967, 78.95], [130.13516, 78.95], [130.125538, 78.950947], [130.081526, 78.959701], [130.063857, 78.96702], [130.013917, 79.000389], [130.000389, 79.013917], [129.96702, 79.063857], [129.959701, 79.081526], [129.950947, 79.125538], [129.95, 79.13516], [129.95, 79.736967], [120.000497, 79.736967], [120.000497, 79.722016], [122.842961, 79.722016], [122.844235, 79.730878], [122.854866, 79.734], [124.752967, 79.734], [124.763245, 79.731245], [124.766, 79.720967], [125.266, 79.720967], [125.268754, 79.731245], [125.279033, 79.734], [127.172223, 79.734], [127.182996, 79.730649], [127.183712, 79.719385], [127.161341, 79.62717], [127.158273, 79.618304], [127.07492, 79.435785], [127.070227, 79.427657], [126.953842, 79.264219], [126.947691, 79.25712], [126.802483, 79.118664], [126.795095, 79.112854], [126.626308, 79.004382], [126.617965, 79.00008], [126.431699, 78.925511], [126.422679, 78.922862], [126.225671, 78.884893], [126.216318, 78.884], [125.279033, 78.884], [125.268754, 78.886754], [125.266, 78.897033], [125.266, 79.720967], [124.766, 79.720967], [124.766, 78.897033], [124.763245, 78.886754], [124.752967, 78.884], [123.86595, 78.884], [123.861255, 78.884223], [123.711571, 78.898516], [123.70235, 78.900293], [123.509838, 78.95682], [123.501117, 78.960312], [123.322783, 79.052248], [123.31488, 79.057327], [123.15717, 79.181353], [123.150367, 79.187839], [123.018981, 79.339467], [123.013531, 79.347119], [122.913206, 79.520888], [122.909312, 79.529415], [122.843685, 79.71903], [122.842961, 79.722016], [120.000497, 79.722016], [120.000497, 78.48984], [123.4745, 78.48984], [123.475447, 78.499461], [123.484201, 78.543473], [123.49152, 78.561142], [123.524889, 78.611082], [123.538417, 78.62461], [123.588357, 78.657979], [123.606026, 78.665298], [123.650038, 78.674052], [123.65966, 78.675], [124.686467, 78.675], [124.696745, 78.672245], [124.6995, 78.661967], [125.1995, 78.661967], [125.202254, 78.672245], [125.212533, 78.675], [126.23934, 78.675], [126.248961, 78.674052], [126.292973, 78.665298], [126.310642, 78.657979], [126.360582, 78.62461], [126.37411, 78.611082], [126.407479, 78.561142], [126.414798, 78.543473], [126.423552, 78.499461], [126.4245, 78.48984], [126.4245, 77.463033], [126.421745, 77.452754], [126.411467, 77.45], [125.212533, 77.45], [125.202254, 77.452754], [125.1995, 77.463033], [125.1995, 78.661967], [124.6995, 78.661967], [124.6995, 77.463033], [124.696745, 77.452754], [124.686467, 77.45], [123.487533, 77.45], [123.477254, 77.452754], [123.4745, 77.463033], [123.4745, 78.48984], [120.000497, 78.48984], [120.000497, 77.426025], [126.8155, 77.426025], [126.815501, 77.428864], [126.815828, 77.431685], [126.815829, 77.431699], [126.817557, 77.446591], [126.818415, 77.453991], [126.863794, 77.556765], [126.943235, 77.636206], [127.046009, 77.681585], [127.071135, 77.6845], [128.960864, 77.684499], [128.985991, 77.681585], [129.088765, 77.636206], [129.168206, 77.556765], [129.213585, 77.453991], [129.2165, 77.428865], [129.2165, 75.892025], [129.8495, 75.892025], [129.849501, 75.894864], [129.849828, 75.897685], [129.849829, 75.897699], [129.851275, 75.91016], [129.852415, 75.919991], [129.855422, 75.926801], [129.881394, 75.985624], [129.897794, 76.022765], [129.977235, 76.102206], [130.080009, 76.147585], [130.105135, 76.1505], [131.894864, 76.150499], [131.919991, 76.147585], [132.022765, 76.102206], [132.102206, 76.022765], [132.147585, 75.919991], [132.1505, 75.894865], [132.150499, 75.0], [132.384571, 75.0], [132.384993, 75.004554], [132.403149, 75.2005], [132.404244, 75.21231], [132.405493, 75.216699], [132.405494, 75.216705], [132.461341, 75.412984], [132.461343, 75.41299], [132.462595, 75.417389], [132.464636, 75.421489], [132.464637, 75.42149], [132.542059, 75.576977], [132.557634, 75.608255], [132.560396, 75.611912], [132.683365, 75.774749], [132.683368, 75.774752], [132.686128, 75.778407], [132.689511, 75.781491], [132.689512, 75.781492], [132.810741, 75.892008], [132.843698, 75.922052], [133.024981, 76.034298], [133.162065, 76.087404], [133.215226, 76.107999], [133.223802, 76.111321], [133.43339, 76.1505], [133.642027, 76.1505], [133.64661, 76.1505], [133.856198, 76.111321], [134.055019, 76.034298], [134.236302, 75.922052], [134.393872, 75.778407], [134.522366, 75.608255], [134.617405, 75.417389], [134.675756, 75.21231], [134.695429, 75.0], [134.675756, 74.78769], [134.617405, 74.582611], [134.522366, 74.391745], [134.427436, 74.266038], [134.396634, 74.22525], [134.396632, 74.225247], [134.393872, 74.221593], [134.378463, 74.207546], [134.239683, 74.08103], [134.239681, 74.081028], [134.236302, 74.077948], [134.232413, 74.07554], [134.232409, 74.075537], [134.094576, 73.990195], [134.055019, 73.965702], [134.000078, 73.944418], [133.860467, 73.890332], [133.860459, 73.890329], [133.856198, 73.888679], [133.807475, 73.879571], [133.651116, 73.850342], [133.651112, 73.850341], [133.64661, 73.8495], [133.43339, 73.8495], [133.428888, 73.850341], [133.428883, 73.850342], [133.228305, 73.887837], [133.228302, 73.887837], [133.223802, 73.888679], [133.219543, 73.890328], [133.219532, 73.890332], [133.02925, 73.964048], [133.029248, 73.964048], [133.024981, 73.965702], [133.021087, 73.968112], [133.021085, 73.968114], [132.84759, 74.075537], [132.847581, 74.075543], [132.843698, 74.077948], [132.840323, 74.081024], [132.840316, 74.08103], [132.689512, 74.218507], [132.689506, 74.218513], [132.686128, 74.221593], [132.683372, 74.225241], [132.683365, 74.22525], [132.560396, 74.388087], [132.557634, 74.391745], [132.555595, 74.395838], [132.555591, 74.395846], [132.464637, 74.578509], [132.464635, 74.578513], [132.462595, 74.582611], [132.461344, 74.587005], [132.461341, 74.587015], [132.405494, 74.783294], [132.405492, 74.783302], [132.404244, 74.78769], [132.403822, 74.792235], [132.403822, 74.79224], [132.400515, 74.82793], [132.384571, 75.0], [132.150499, 75.0], [132.150499, 74.105136], [132.147585, 74.080009], [132.102206, 73.977235], [132.022765, 73.897794], [132.014376, 73.89409], [132.014375, 73.894089], [131.926802, 73.855422], [131.926799, 73.855421], [131.919991, 73.852415], [131.912594, 73.851556], [131.912591, 73.851556], [131.897714, 73.84983], [131.897704, 73.849829], [131.894865, 73.8495], [131.892, 73.8495], [130.107991, 73.8495], [130.107973, 73.8495], [130.105136, 73.849501], [130.102315, 73.849828], [130.1023, 73.849829], [130.087404, 73.851557], [130.087401, 73.851557], [130.080009, 73.852415], [130.0732, 73.855421], [130.073198, 73.855422], [129.985624, 73.894089], [129.98562, 73.894091], [129.977235, 73.897794], [129.970753, 73.904275], [129.97075, 73.904278], [129.904278, 73.97075], [129.904275, 73.970753], [129.897794, 73.977235], [129.894091, 73.98562], [129.894089, 73.985624], [129.855422, 74.073197], [129.855422, 74.073198], [129.852415, 74.080009], [129.851557, 74.087404], [129.851556, 74.087408], [129.84983, 74.102285], [129.849829, 74.102296], [129.8495, 74.105135], [129.8495, 74.107991], [129.8495, 74.107999], [129.8495, 75.892008], [129.8495, 75.892025], [129.2165, 75.892025], [129.216499, 72.939136], [129.213585, 72.914009], [129.168206, 72.811235], [129.088765, 72.731794], [129.080376, 72.72809], [129.080375, 72.728089], [129.073033, 72.724847], [129.983092, 72.724847], [130.023819, 72.859105], [130.027526, 72.868054], [130.12044, 73.041884], [130.125815, 73.049929], [130.250855, 73.20229], [130.257709, 73.209144], [130.41007, 73.334184], [130.418115, 73.339559], [130.591945, 73.432473], [130.600894, 73.43618], [130.735152, 73.476907], [130.746522, 73.476721], [130.75, 73.465898], [131.25, 73.465898], [131.253477, 73.476721], [131.264847, 73.476907], [131.399105, 73.43618], [131.408054, 73.432473], [131.581884, 73.339559], [131.589929, 73.334184], [131.74229, 73.209144], [131.749144, 73.20229], [131.874184, 73.049929], [131.879559, 73.041884], [131.972473, 72.868054], [131.97618, 72.859105], [132.016907, 72.724847], [132.523092, 72.724847], [132.563819, 72.859105], [132.567526, 72.868054], [132.66044, 73.041884], [132.665815, 73.049929], [132.790855, 73.20229], [132.797709, 73.209144], [132.95007, 73.334184], [132.958115, 73.339559], [133.131945, 73.432473], [133.140894, 73.43618], [133.275152, 73.476907], [133.286522, 73.476721], [133.29, 73.465898], [133.79, 73.465898], [133.793477, 73.476721], [133.804847, 73.476907], [133.939105, 73.43618], [133.948054, 73.432473], [134.121884, 73.339559], [134.129929, 73.334184], [134.28229, 73.209144], [134.289144, 73.20229], [134.414184, 73.049929], [134.419559, 73.041884], [134.512473, 72.868054], [134.51618, 72.859105], [134.556907, 72.724847], [134.556721, 72.713477], [134.545898, 72.71], [133.803033, 72.71], [133.792754, 72.712754], [133.79, 72.723033], [133.79, 73.465898], [133.29, 73.465898], [133.29, 72.723033], [133.287245, 72.712754], [133.276967, 72.71], [132.534102, 72.71], [132.523278, 72.713477], [132.523092, 72.724847], [132.016907, 72.724847], [132.016721, 72.713477], [132.005898, 72.71], [131.263033, 72.71], [131.252754, 72.712754], [131.25, 72.723033], [131.25, 73.465898], [130.75, 73.465898], [130.75, 72.723033], [130.747245, 72.712754], [130.736967, 72.71], [129.994102, 72.71], [129.983278, 72.713477], [129.983092, 72.724847], [129.073033, 72.724847], [128.992802, 72.689422], [128.992799, 72.689421], [128.985991, 72.686415], [128.978594, 72.685556], [128.978591, 72.685556], [128.963714, 72.68383], [128.963704, 72.683829], [128.960865, 72.6835], [128.958, 72.6835], [127.073991, 72.6835], [127.073973, 72.6835], [127.071136, 72.683501], [127.068315, 72.683828], [127.0683, 72.683829], [127.053404, 72.685557], [127.053401, 72.685557], [127.046009, 72.686415], [127.0392, 72.689421], [127.039198, 72.689422], [126.951624, 72.728089], [126.95162, 72.728091], [126.943235, 72.731794], [126.936753, 72.738275], [126.93675, 72.738278], [126.870278, 72.80475], [126.870275, 72.804753], [126.863794, 72.811235], [126.860091, 72.81962], [126.860089, 72.819624], [126.821422, 72.907197], [126.821422, 72.907198], [126.818415, 72.914009], [126.817557, 72.921404], [126.817556, 72.921408], [126.81583, 72.936285], [126.815829, 72.936296], [126.8155, 72.939135], [126.8155, 72.941991], [126.8155, 72.941999], [126.8155, 77.426008], [126.8155, 77.426025], [120.000497, 77.426025], [120.000497, 76.33405], [121.116, 76.33405], [121.116223, 76.338744], [121.130516, 76.488428], [121.132293, 76.497649], [121.18882, 76.690161], [121.192312, 76.698882], [121.284248, 76.877216], [121.289327, 76.885119], [121.413353, 77.042829], [121.419839, 77.049632], [121.571467, 77.181018], [121.579119, 77.186468], [121.752888, 77.286793], [121.761415, 77.290687], [121.95103, 77.356314], [121.954016, 77.357038], [121.962878, 77.355764], [121.966, 77.345134], [121.966, 77.340223], [122.466, 77.340223], [122.46935, 77.350996], [122.480614, 77.351712], [122.572829, 77.329341], [122.581695, 77.326273], [122.764214, 77.24292], [122.772342, 77.238227], [122.93578, 77.121842], [122.942879, 77.115691], [123.081335, 76.970483], [123.087145, 76.963095], [123.195617, 76.794308], [123.199919, 76.785965], [123.274488, 76.599699], [123.277137, 76.59068], [123.278289, 76.584705], [123.305163, 76.533771], [123.355839, 76.506412], [123.413168, 76.511886], [123.45775, 76.54834], [123.4745, 76.60344], [123.4745, 76.936967], [123.477254, 76.947245], [123.487533, 76.95], [124.686467, 76.95], [124.696745, 76.947245], [124.6995, 76.936967], [125.1995, 76.936967], [125.202254, 76.947245], [125.212533, 76.95], [126.411467, 76.95], [126.421745, 76.947245], [126.4245, 76.936967], [126.4245, 75.91016], [126.423552, 75.900538], [126.414798, 75.856526], [126.407479, 75.838857], [126.37411, 75.788917], [126.360582, 75.775389], [126.310642, 75.74202], [126.292973, 75.734701], [126.248961, 75.725947], [126.23934, 75.725], [125.212533, 75.725], [125.202254, 75.727754], [125.1995, 75.738033], [125.1995, 76.936967], [124.6995, 76.936967], [124.6995, 75.738033], [124.696745, 75.727754], [124.686467, 75.725], [123.65966, 75.725], [123.650038, 75.725947], [123.606026, 75.734701], [123.588357, 75.74202], [123.538417, 75.775389], [123.524886, 75.78892], [123.497315, 75.830184], [123.459945, 75.863393], [123.411113, 75.874107], [123.363273, 75.859594], [123.328623, 75.823557], [123.316, 75.775183], [123.316, 75.447033], [123.313245, 75.436754], [123.302967, 75.434], [122.479033, 75.434], [122.468754, 75.436754], [122.466, 75.447033], [122.466, 77.340223], [121.966, 77.340223], [121.966, 75.447033], [121.963245, 75.436754], [121.952967, 75.434], [121.129033, 75.434], [121.118754, 75.436754], [121.116, 75.447033], [121.116, 76.33405], [120.000497, 76.33405], [120.000497, 74.920967], [121.116, 74.920967], [121.118754, 74.931245], [121.129033, 74.934], [121.952967, 74.934], [121.963245, 74.931245], [121.966, 74.920967], [122.466, 74.920967], [122.468754, 74.931245], [122.479033, 74.934], [123.302967, 74.934], [123.313245, 74.931245], [123.316, 74.920967], [123.316, 74.03395], [123.315776, 74.029255], [123.301483, 73.879571], [123.299706, 73.87035], [123.243179, 73.677838], [123.239687, 73.669117], [123.147751, 73.490783], [123.142672, 73.48288], [123.018646, 73.32517], [123.01216, 73.318367], [122.860532, 73.186981], [122.85288, 73.181531], [122.679111, 73.081206], [122.670584, 73.077312], [122.480969, 73.011685], [122.477983, 73.010961], [122.469121, 73.012235], [122.466, 73.022866], [122.466, 74.920967], [121.966, 74.920967], [121.966, 73.027777], [121.962649, 73.017003], [121.951385, 73.016287], [121.85917, 73.038658], [121.850304, 73.041726], [121.667785, 73.125079], [121.659657, 73.129772], [121.496219, 73.246157], [121.48912, 73.252308], [121.350664, 73.397516], [121.344854, 73.404904], [121.236382, 73.573691], [121.23208, 73.582034], [121.157511, 73.7683], [121.154862, 73.77732], [121.116893, 73.974328], [121.116, 73.983682], [121.116, 74.920967], [120.000497, 74.920967], [120.000497, 65.002036], [120.000582, 64.997945], [120.002816, 64.943935], [120.009506, 64.782172], [120.018091, 64.585558], [120.018754, 64.577667], [120.045496, 64.363137], [120.071697, 64.164119], [120.072957, 64.15673], [120.117096, 63.946219], [120.117283, 63.945352], [120.160871, 63.74874], [120.162627, 63.74197], [120.223923, 63.536079], [120.224252, 63.535004], [120.284959, 63.342467], [120.287125, 63.336321], [120.365099, 63.136492], [120.365836, 63.13466], [120.44304, 62.948273], [120.445535, 62.942739], [120.539736, 62.750047], [120.540801, 62.747938], [120.634012, 62.568881], [120.636725, 62.564016], [120.746495, 62.379798], [120.747937, 62.377458], [120.856469, 62.207097], [120.859295, 62.202907], [120.983889, 62.028403], [120.985851, 62.025754], [121.108767, 61.865566], [121.111689, 61.861942], [121.250243, 61.698352], [121.252729, 61.69553], [121.389142, 61.546662], [121.392049, 61.543625], [121.543614, 61.392059], [121.546631, 61.389171], [121.695564, 61.252699], [121.698368, 61.250228], [121.861936, 61.111693], [121.865545, 61.108783], [122.025772, 60.985837], [122.028397, 60.983894], [122.202872, 60.85932], [122.207123, 60.856452], [122.377407, 60.747969], [122.379855, 60.74646], [122.563963, 60.636756], [122.5689, 60.634002], [122.711281, 60.559883], [122.765619, 60.549075]], [[151.389984, 85.26446], [151.465006, 85.297586], [151.490132, 85.300501], [151.652677, 85.3005], [151.707678, 85.317184], [151.744141, 85.361614], [151.749775, 85.418813], [151.722681, 85.469503], [151.521683, 85.670503], [151.489565, 85.691964], [151.451679, 85.6995], [150.428964, 85.6995], [150.393858, 85.693067], [150.363315, 85.674603], [150.346756, 85.659933], [150.300852, 85.619266], [150.295548, 85.616482], [150.155528, 85.542993], [150.155526, 85.542992], [150.150225, 85.54021], [150.144409, 85.538776], [150.144408, 85.538776], [149.990871, 85.500933], [149.990868, 85.500932], [149.985056, 85.4995], [149.814944, 85.4995], [149.809131, 85.500932], [149.809128, 85.500933], [149.655591, 85.538776], [149.655587, 85.538777], [149.649775, 85.54021], [149.644476, 85.54299], [149.644471, 85.542993], [149.504451, 85.616482], [149.504446, 85.616485], [149.499148, 85.619266], [149.494667, 85.623234], [149.494665, 85.623237], [149.376299, 85.728099], [149.376293, 85.728105], [149.371817, 85.732071], [149.368417, 85.736996], [149.368414, 85.737], [149.278581, 85.867144], [149.278577, 85.867151], [149.275182, 85.87207], [149.273061, 85.87766], [149.27306, 85.877664], [149.216983, 86.025528], [149.216981, 86.025533], [149.21486, 86.031128], [149.214139, 86.037065], [149.214137, 86.037074], [149.198857, 86.162925], [149.194355, 86.2], [149.195077, 86.205946], [149.214137, 86.362925], [149.214138, 86.362932], [149.21486, 86.368872], [149.216982, 86.374468], [149.216983, 86.374471], [149.267748, 86.508329], [149.275182, 86.52793], [149.278579, 86.532851], [149.278581, 86.532855], [149.352231, 86.639554], [149.371817, 86.667929], [149.376297, 86.671898], [149.376299, 86.6719], [149.411238, 86.702853], [149.499148, 86.780734], [149.649775, 86.85979], [149.814944, 86.9005], [149.979068, 86.9005], [149.985056, 86.9005], [150.150225, 86.85979], [150.300852, 86.780734], [150.363314, 86.725397], [150.393858, 86.706933], [150.428964, 86.7005], [151.635546, 86.7005], [151.656589, 86.702762], [151.663927, 86.704359], [151.714355, 86.700752], [151.721419, 86.7005], [151.732259, 86.7005], [151.735799, 86.7005], [151.750049, 86.69845], [151.757043, 86.697698], [151.807483, 86.694091], [151.814511, 86.691469], [151.835024, 86.686233], [151.842457, 86.685165], [151.888437, 86.664165], [151.894962, 86.661462], [151.942331, 86.643796], [151.948342, 86.639295], [151.966546, 86.628494], [151.973373, 86.625377], [152.011599, 86.592252], [152.017042, 86.587866], [152.028593, 86.579221], [152.038767, 86.569045], [152.043923, 86.564243], [152.082143, 86.531128], [152.086198, 86.524817], [152.099484, 86.508329], [152.565121, 86.042693], [152.60584, 86.018127], [152.653317, 86.015383], [152.696595, 86.035094], [152.72569, 86.072711], [152.735537, 86.095014], [152.743971, 86.135001], [152.735536, 86.174987], [152.70542, 86.243194], [152.705419, 86.243199], [152.702412, 86.25001], [152.701554, 86.257405], [152.701553, 86.257409], [152.699827, 86.272286], [152.699826, 86.272297], [152.699497, 86.275136], [152.699497, 86.277992], [152.699497, 86.278], [152.699497, 87.262009], [152.699497, 87.262026], [152.699498, 87.264865], [152.699825, 87.267686], [152.699826, 87.2677], [152.701554, 87.282592], [152.702412, 87.289992], [152.705417, 87.296797], [152.705419, 87.296805], [152.735536, 87.365014], [152.743971, 87.405001], [152.735536, 87.444988], [152.70542, 87.513195], [152.705419, 87.513199], [152.702412, 87.52001], [152.701554, 87.527405], [152.701553, 87.527409], [152.699827, 87.542286], [152.699826, 87.542297], [152.699497, 87.545136], [152.699497, 87.547992], [152.699497, 87.548], [152.699497, 88.532009], [152.699497, 88.532026], [152.699498, 88.534865], [152.699825, 88.537686], [152.699826, 88.5377], [152.701554, 88.552592], [152.702412, 88.559992], [152.705417, 88.566797], [152.705419, 88.566805], [152.735536, 88.635014], [152.743971, 88.675001], [152.735536, 88.714988], [152.70542, 88.783195], [152.705419, 88.783199], [152.702412, 88.79001], [152.701554, 88.797405], [152.701553, 88.797409], [152.699827, 88.812286], [152.699826, 88.812297], [152.699497, 88.815136], [152.699497, 88.817992], [152.699497, 88.818], [152.699497, 89.802009], [152.699497, 89.802026], [152.699498, 89.804865], [152.699825, 89.807686], [152.699826, 89.8077], [152.701326, 89.82063], [152.702412, 89.829992], [152.705417, 89.836797], [152.705419, 89.836805], [152.735536, 89.905014], [152.743971, 89.945001], [152.735536, 89.984988], [152.70542, 90.053195], [152.705419, 90.053199], [152.702412, 90.06001], [152.701553, 90.067407], [152.6996, 90.07459], [152.698818, 90.074377], [152.684943, 90.111453], [152.649432, 90.14308], [152.603271, 90.154501], [152.297257, 90.154501], [152.259371, 90.146965], [152.227253, 90.125505], [151.954496, 89.852748], [151.933036, 89.82063], [151.9255, 89.782744], [151.9255, 88.603455], [151.934222, 88.562824], [151.958851, 88.529353], [152.023695, 88.471905], [152.023694, 88.471905], [152.028183, 88.467929], [152.124818, 88.32793], [152.18514, 88.168872], [152.205645, 88.0], [152.18514, 87.831128], [152.124818, 87.67207], [152.028183, 87.532071], [152.022916, 87.527405], [151.949464, 87.462332], [151.900852, 87.419266], [151.77866, 87.355134], [151.755528, 87.342993], [151.755526, 87.342992], [151.750225, 87.34021], [151.744409, 87.338776], [151.744408, 87.338776], [151.590871, 87.300933], [151.590868, 87.300932], [151.585056, 87.2995], [151.414944, 87.2995], [151.409131, 87.300932], [151.409128, 87.300933], [151.255591, 87.338776], [151.255587, 87.338777], [151.249775, 87.34021], [151.244476, 87.34299], [151.244471, 87.342993], [151.104451, 87.416482], [151.104446, 87.416485], [151.099148, 87.419266], [151.094667, 87.423234], [151.094665, 87.423237], [150.976299, 87.528099], [150.976293, 87.528105], [150.971817, 87.532071], [150.968417, 87.536996], [150.968414, 87.537], [150.878581, 87.667144], [150.878577, 87.667151], [150.875182, 87.67207], [150.873061, 87.67766], [150.87306, 87.677664], [150.816983, 87.825528], [150.816981, 87.825533], [150.81486, 87.831128], [150.814139, 87.837065], [150.814137, 87.837074], [150.799116, 87.960792], [150.794355, 88.0], [150.795077, 88.005946], [150.814137, 88.162925], [150.814138, 88.162932], [150.81486, 88.168872], [150.816982, 88.174468], [150.816983, 88.174471], [150.865064, 88.301251], [150.875182, 88.32793], [150.878579, 88.332851], [150.878581, 88.332855], [150.895587, 88.357492], [150.971817, 88.467929], [150.9763, 88.4719], [150.976304, 88.471905], [151.041149, 88.529353], [151.065778, 88.562824], [151.0745, 88.603455], [151.0745, 89.932607], [151.0745, 90.067393], [151.081196, 90.088], [151.082569, 90.092225], [151.086195, 90.107329], [151.090281, 90.133126], [151.093815, 90.140063], [151.093816, 90.140064], [151.102135, 90.15639], [151.108079, 90.170741], [151.113741, 90.188169], [151.113745, 90.188178], [151.116151, 90.195581], [151.120728, 90.201881], [151.12073, 90.201884], [151.131498, 90.216704], [151.139613, 90.229945], [151.151472, 90.25322], [151.156977, 90.258725], [151.175446, 90.277194], [151.73147, 90.833217], [151.731473, 90.833221], [151.826781, 90.928529], [151.850056, 90.940388], [151.863285, 90.948495], [151.88442, 90.96385], [151.90592, 90.970835], [151.909249, 90.971917], [151.923604, 90.977863], [151.939929, 90.986181], [151.93993, 90.986181], [151.946875, 90.98972], [151.972067, 90.993709], [151.972665, 90.993804], [151.987776, 90.997432], [152.005197, 91.003093], [152.005198, 91.003093], [152.012608, 91.005501], [152.046513, 91.005501], [152.147394, 91.005501], [152.603271, 91.005501], [152.649434, 91.016923], [152.684946, 91.048553], [152.698815, 91.085622], [152.699599, 91.085409], [152.701554, 91.092596], [152.702412, 91.099992], [152.705417, 91.106797], [152.705419, 91.106805], [152.735536, 91.175014], [152.743971, 91.215001], [152.735536, 91.254988], [152.70542, 91.323195], [152.705419, 91.323199], [152.702412, 91.33001], [152.701554, 91.337405], [152.701553, 91.337409], [152.699827, 91.352286], [152.699826, 91.352297], [152.699497, 91.355136], [152.699497, 91.357992], [152.699497, 91.358], [152.699497, 92.342009], [152.699497, 92.342026], [152.699498, 92.344865], [152.699825, 92.347686], [152.699826, 92.3477], [152.701554, 92.362592], [152.702412, 92.369992], [152.705419, 92.376802], [152.735536, 92.445012], [152.743971, 92.485], [152.735536, 92.524987], [152.71063, 92.581396], [152.677957, 92.621718], [152.629376, 92.63997], [152.578235, 92.631138], [152.53859, 92.597648], [152.535519, 92.593199], [152.528183, 92.582571], [152.400852, 92.469766], [152.392926, 92.465606], [152.255528, 92.393493], [152.255526, 92.393492], [152.250225, 92.39071], [152.244409, 92.389276], [152.244408, 92.389276], [152.090871, 92.351433], [152.090868, 92.351432], [152.085056, 92.35], [151.914944, 92.35], [151.909131, 92.351432], [151.909128, 92.351433], [151.755591, 92.389276], [151.755587, 92.389277], [151.749775, 92.39071], [151.744476, 92.39349], [151.744471, 92.393493], [151.604451, 92.466982], [151.604446, 92.466985], [151.599148, 92.469766], [151.594667, 92.473734], [151.594665, 92.473737], [151.476299, 92.578599], [151.476293, 92.578605], [151.471817, 92.582571], [151.468416, 92.587497], [151.464739, 92.591649], [151.431267, 92.616278], [151.390636, 92.625], [150.744101, 92.625], [150.609315, 92.625], [150.601912, 92.627405], [150.601901, 92.627407], [150.584473, 92.63307], [150.569372, 92.636696], [150.551278, 92.639562], [150.543582, 92.640781], [150.53664, 92.644317], [150.53664, 92.644318], [150.520309, 92.652639], [150.505964, 92.65858], [150.481127, 92.666651], [150.474825, 92.671229], [150.47482, 92.671232], [150.459999, 92.682], [150.446759, 92.690114], [150.430429, 92.698434], [150.430422, 92.698438], [150.423488, 92.701972], [150.417981, 92.707477], [150.417979, 92.70748], [150.399513, 92.725946], [150.399514, 92.725946], [146.729955, 96.395505], [146.697837, 96.416965], [146.659951, 96.424501], [145.585654, 96.424501], [145.534758, 96.410416], [145.498344, 96.372169], [145.486773, 96.320643], [145.503339, 96.270499], [145.532976, 96.226144], [145.540295, 96.208474], [145.549049, 96.164462], [145.549997, 96.154841], [145.549997, 95.953034], [145.547242, 95.942755], [145.536964, 95.940001], [144.748997, 95.940001], [144.699497, 95.926738], [144.66326, 95.890501], [144.649997, 95.841001], [144.649997, 95.539001], [144.66326, 95.489501], [144.699497, 95.453264], [144.748997, 95.440001], [145.536964, 95.440001], [145.547242, 95.437246], [145.549997, 95.426968], [145.549997, 95.225161], [145.549049, 95.215539], [145.540295, 95.171527], [145.532976, 95.153858], [145.499607, 95.103918], [145.486079, 95.09039], [145.45903, 95.072317], [145.426721, 95.03667], [145.415031, 94.990001], [145.426721, 94.943332], [145.45903, 94.907685], [145.486079, 94.889611], [145.499607, 94.876083], [145.532976, 94.826143], [145.540295, 94.808474], [145.549049, 94.764462], [145.549997, 94.754841], [145.549997, 94.553034], [145.547242, 94.542755], [145.536964, 94.540001], [144.748997, 94.540001], [144.699497, 94.526738], [144.66326, 94.490501], [144.649997, 94.441001], [144.649997, 94.139001], [144.66326, 94.089501], [144.699497, 94.053264], [144.748997, 94.040001], [145.536964, 94.040001], [145.547242, 94.037246], [145.549997, 94.026968], [145.549997, 93.825161], [145.549049, 93.815539], [145.540295, 93.771527], [145.532976, 93.753858], [145.499607, 93.703918], [145.486079, 93.69039], [145.45903, 93.672317], [145.426721, 93.63667], [145.415031, 93.590001], [145.426721, 93.543332], [145.45903, 93.507685], [145.486079, 93.489611], [145.499607, 93.476083], [145.532976, 93.426143], [145.540295, 93.408474], [145.549049, 93.364462], [145.549997, 93.354841], [145.549997, 93.153034], [145.547242, 93.142755], [145.536964, 93.140001], [144.748997, 93.140001], [144.699497, 93.126738], [144.66326, 93.090501], [144.649997, 93.041001], [144.649997, 92.626968], [145.149997, 92.626968], [145.152751, 92.637246], [145.16303, 92.640001], [145.536964, 92.640001], [145.547242, 92.637246], [145.549997, 92.626968], [145.549997, 92.425161], [145.549049, 92.415539], [145.540295, 92.371527], [145.532976, 92.353858], [145.499607, 92.303918], [145.486079, 92.29039], [145.436139, 92.257021], [145.41847, 92.249702], [145.374458, 92.240948], [145.364837, 92.240001], [145.16303, 92.240001], [145.152751, 92.242755], [145.149997, 92.253034], [145.149997, 92.626968], [144.649997, 92.626968], [144.649997, 92.253034], [144.647242, 92.242755], [144.636964, 92.240001], [144.435157, 92.240001], [144.425535, 92.240948], [144.381523, 92.249702], [144.363854, 92.257021], [144.313914, 92.29039], [144.300385, 92.303919], [144.282312, 92.330968], [144.246665, 92.363276], [144.199997, 92.374966], [144.153329, 92.363276], [144.117682, 92.330968], [144.099608, 92.303919], [144.086079, 92.29039], [144.036139, 92.257021], [144.01847, 92.249702], [143.974458, 92.240948], [143.964837, 92.240001], [143.76303, 92.240001], [143.752751, 92.242755], [143.749997, 92.253034], [143.749997, 93.041001], [143.736734, 93.090501], [143.700497, 93.126738], [143.650997, 93.140001], [143.348997, 93.140001], [143.299497, 93.126738], [143.26326, 93.090501], [143.249997, 93.041001], [143.249997, 92.253034], [143.247242, 92.242755], [143.236964, 92.240001], [143.035157, 92.240001], [143.025535, 92.240948], [142.981523, 92.249702], [142.963854, 92.257021], [142.913914, 92.29039], [142.900385, 92.303919], [142.882312, 92.330968], [142.846665, 92.363276], [142.799997, 92.374966], [142.753329, 92.363276], [142.717682, 92.330968], [142.699608, 92.303919], [142.686079, 92.29039], [142.636139, 92.257021], [142.61847, 92.249702], [142.574458, 92.240948], [142.564837, 92.240001], [142.36303, 92.240001], [142.352751, 92.242755], [142.349997, 92.253034], [142.349997, 93.041001], [142.336734, 93.090501], [142.300497, 93.126738], [142.250997, 93.140001], [141.46303, 93.140001], [141.452751, 93.142755], [141.449997, 93.153034], [141.449997, 93.354841], [141.450944, 93.364462], [141.459698, 93.408474], [141.467017, 93.426143], [141.500386, 93.476083], [141.513915, 93.489612], [141.540964, 93.507686], [141.573272, 93.543333], [141.584962, 93.590001], [141.573272, 93.636669], [141.540964, 93.672316], [141.513915, 93.690389], [141.500386, 93.703918], [141.467017, 93.753858], [141.459698, 93.771527], [141.450944, 93.815539], [141.449997, 93.825161], [141.449997, 94.026968], [141.452751, 94.037246], [141.46303, 94.040001], [142.250997, 94.040001], [142.300497, 94.053264], [142.336734, 94.089501], [142.349997, 94.139001], [142.349997, 94.441001], [142.336734, 94.490501], [142.300497, 94.526738], [142.250997, 94.540001], [141.46303, 94.540001], [141.452751, 94.542755], [141.449997, 94.553034], [141.449997, 94.754841], [141.450944, 94.764462], [141.459698, 94.808474], [141.467017, 94.826143], [141.500386, 94.876083], [141.513915, 94.889612], [141.540964, 94.907686], [141.573272, 94.943333], [141.584962, 94.990001], [141.573272, 95.036669], [141.540964, 95.072316], [141.513915, 95.090389], [141.500386, 95.103918], [141.467017, 95.153858], [141.459698, 95.171527], [141.450944, 95.215539], [141.449997, 95.225161], [141.449997, 95.426968], [141.452751, 95.437246], [141.46303, 95.440001], [142.250997, 95.440001], [142.300497, 95.453264], [142.336734, 95.489501], [142.349997, 95.539001], [142.349997, 95.841001], [142.336734, 95.890501], [142.300497, 95.926738], [142.250997, 95.940001], [141.46303, 95.940001], [141.452751, 95.942755], [141.449997, 95.953034], [141.449997, 96.154841], [141.450944, 96.164462], [141.459698, 96.208474], [141.467017, 96.226144], [141.496655, 96.270499], [141.513221, 96.320643], [141.50165, 96.372169], [141.465236, 96.410416], [141.41434, 96.424501], [139.567257, 96.424501], [139.529371, 96.416965], [139.497253, 96.395505], [137.329492, 94.227744], [137.308032, 94.195626], [137.300496, 94.15774], [137.300496, 93.897992], [137.300496, 93.895137], [137.297582, 93.87001], [137.264456, 93.794988], [137.256022, 93.755001], [137.264457, 93.715013], [137.297582, 93.639992], [137.300497, 93.614866], [137.300496, 92.626968], [141.449997, 92.626968], [141.452751, 92.637246], [141.46303, 92.640001], [141.836964, 92.640001], [141.847242, 92.637246], [141.849997, 92.626968], [141.849997, 92.253034], [141.847242, 92.242755], [141.836964, 92.240001], [141.635157, 92.240001], [141.625535, 92.240948], [141.581523, 92.249702], [141.563854, 92.257021], [141.513914, 92.29039], [141.500386, 92.303918], [141.467017, 92.353858], [141.459698, 92.371527], [141.450944, 92.415539], [141.449997, 92.425161], [141.449997, 92.626968], [137.300496, 92.626968], [137.300496, 92.625137], [137.297582, 92.60001], [137.2713, 92.540486], [137.264457, 92.524988], [137.256022, 92.485], [137.264458, 92.445011], [137.273223, 92.425161], [137.297582, 92.369992], [137.300497, 92.344866], [137.300496, 91.355137], [137.297582, 91.33001], [137.264457, 91.254988], [137.256022, 91.215], [137.264458, 91.175011], [137.286632, 91.124791], [137.297582, 91.099992], [137.300497, 91.074866], [137.300496, 90.085137], [137.297582, 90.06001], [137.264457, 89.984988], [137.256022, 89.945], [137.264458, 89.905011], [137.294573, 89.836806], [137.297582, 89.829992], [137.300497, 89.804866], [137.300497, 89.5], [145.794355, 89.5], [145.795077, 89.505946], [145.814137, 89.662925], [145.814138, 89.662932], [145.81486, 89.668872], [145.816982, 89.674468], [145.816983, 89.674471], [145.87306, 89.822335], [145.875182, 89.82793], [145.878579, 89.832851], [145.878581, 89.832855], [145.95599, 89.945], [145.971817, 89.967929], [145.976297, 89.971898], [145.976299, 89.9719], [146.026268, 90.016168], [146.099148, 90.080734], [146.249775, 90.15979], [146.414944, 90.2005], [146.579068, 90.2005], [146.585056, 90.2005], [146.750225, 90.15979], [146.900852, 90.080734], [147.028183, 89.967929], [147.031585, 89.962999], [147.035261, 89.958851], [147.068733, 89.934222], [147.109364, 89.9255], [148.390636, 89.9255], [148.431267, 89.934222], [148.464739, 89.958851], [148.468414, 89.962999], [148.471817, 89.967929], [148.476297, 89.971898], [148.476299, 89.9719], [148.526268, 90.016168], [148.599148, 90.080734], [148.749775, 90.15979], [148.914944, 90.2005], [149.079068, 90.2005], [149.085056, 90.2005], [149.250225, 90.15979], [149.400852, 90.080734], [149.528183, 89.967929], [149.624818, 89.82793], [149.68514, 89.668872], [149.705645, 89.5], [149.68514, 89.331128], [149.624818, 89.17207], [149.528183, 89.032071], [149.486364, 88.995023], [149.405334, 88.923237], [149.400852, 88.919266], [149.250225, 88.84021], [149.244409, 88.838776], [149.244408, 88.838776], [149.090871, 88.800933], [149.090868, 88.800932], [149.085056, 88.7995], [148.914944, 88.7995], [148.909131, 88.800932], [148.909128, 88.800933], [148.755591, 88.838776], [148.755587, 88.838777], [148.749775, 88.84021], [148.744476, 88.84299], [148.744471, 88.842993], [148.604451, 88.916482], [148.604446, 88.916485], [148.599148, 88.919266], [148.594667, 88.923234], [148.594665, 88.923237], [148.476299, 89.028099], [148.476293, 89.028105], [148.471817, 89.032071], [148.468416, 89.036997], [148.464739, 89.041149], [148.431267, 89.065778], [148.390636, 89.0745], [147.109364, 89.0745], [147.068733, 89.065778], [147.035261, 89.041149], [147.031584, 89.036999], [147.028183, 89.032071], [146.986364, 88.995023], [146.905334, 88.923237], [146.900852, 88.919266], [146.750225, 88.84021], [146.744409, 88.838776], [146.744408, 88.838776], [146.590871, 88.800933], [146.590868, 88.800932], [146.585056, 88.7995], [146.414944, 88.7995], [146.409131, 88.800932], [146.409128, 88.800933], [146.255591, 88.838776], [146.255587, 88.838777], [146.249775, 88.84021], [146.244476, 88.84299], [146.244471, 88.842993], [146.104451, 88.916482], [146.104446, 88.916485], [146.099148, 88.919266], [146.094667, 88.923234], [146.094665, 88.923237], [145.976299, 89.028099], [145.976293, 89.028105], [145.971817, 89.032071], [145.968417, 89.036996], [145.968414, 89.037], [145.878581, 89.167144], [145.878577, 89.167151], [145.875182, 89.17207], [145.873061, 89.17766], [145.87306, 89.177664], [145.816983, 89.325528], [145.816981, 89.325533], [145.81486, 89.331128], [145.814139, 89.337065], [145.814137, 89.337074], [145.802482, 89.433068], [145.794355, 89.5], [137.300497, 89.5], [137.300496, 88.815137], [137.297582, 88.79001], [137.264457, 88.714988], [137.256022, 88.675], [137.264458, 88.635011], [137.294573, 88.566806], [137.297582, 88.559992], [137.300497, 88.534866], [137.300496, 88.342258], [137.308032, 88.304373], [137.329489, 88.272257], [137.872251, 87.729495], [137.904369, 87.708036], [137.942255, 87.7005], [138.079068, 87.7005], [138.085056, 87.7005], [138.250225, 87.65979], [138.400852, 87.580734], [138.528183, 87.467929], [138.624818, 87.32793], [138.68514, 87.168872], [138.705645, 87.0], [138.68514, 86.831128], [138.624818, 86.67207], [138.617494, 86.66146], [138.561773, 86.580734], [138.528183, 86.532071], [138.521463, 86.526118], [138.405334, 86.423237], [138.400852, 86.419266], [138.37949, 86.408054], [138.255528, 86.342993], [138.255526, 86.342992], [138.250225, 86.34021], [138.244409, 86.338776], [138.244408, 86.338776], [138.090871, 86.300933], [138.090868, 86.300932], [138.085056, 86.2995], [137.914944, 86.2995], [137.909131, 86.300932], [137.909128, 86.300933], [137.755591, 86.338776], [137.755587, 86.338777], [137.749775, 86.34021], [137.744476, 86.34299], [137.744471, 86.342993], [137.645504, 86.394936], [137.596506, 86.406231], [137.54828, 86.391998], [137.513265, 86.35591], [137.500496, 86.307276], [137.500496, 86.274776], [137.500496, 86.272129], [137.494088, 86.212518], [137.478077, 86.169592], [137.471837, 86.135001], [137.478077, 86.100409], [137.494088, 86.057484], [137.500497, 85.997874], [137.500496, 85.399499], [137.513759, 85.35], [137.549996, 85.313764], [137.599492, 85.3005], [138.509861, 85.3005], [138.534988, 85.297586], [138.610009, 85.26446], [138.649997, 85.256026], [138.689984, 85.26446], [138.765006, 85.297586], [138.790132, 85.300501], [139.779861, 85.3005], [139.804988, 85.297586], [139.880009, 85.26446], [139.919997, 85.256026], [139.959985, 85.264461], [140.015488, 85.288968], [140.058445, 85.325486], [140.0745, 85.379533], [140.0745, 85.396545], [140.065778, 85.437176], [140.041149, 85.470647], [139.976304, 85.528094], [139.9763, 85.528099], [139.971817, 85.532071], [139.968417, 85.536996], [139.968414, 85.537], [139.878581, 85.667144], [139.878577, 85.667151], [139.875182, 85.67207], [139.873061, 85.67766], [139.87306, 85.677664], [139.816983, 85.825528], [139.816981, 85.825533], [139.81486, 85.831128], [139.814139, 85.837065], [139.814137, 85.837074], [139.795388, 85.991487], [139.794355, 86.0], [139.795077, 86.005946], [139.814137, 86.162925], [139.814138, 86.162932], [139.81486, 86.168872], [139.816982, 86.174468], [139.816983, 86.174471], [139.867349, 86.307276], [139.875182, 86.32793], [139.878579, 86.332851], [139.878581, 86.332855], [139.930488, 86.408054], [139.971817, 86.467929], [140.099148, 86.580734], [140.249775, 86.65979], [140.414944, 86.7005], [140.579068, 86.7005], [140.585056, 86.7005], [140.750225, 86.65979], [140.900852, 86.580734], [141.028183, 86.467929], [141.124818, 86.32793], [141.157432, 86.241931], [141.193761, 86.195561], [141.25, 86.178036], [141.306239, 86.195561], [141.342567, 86.241931], [141.37005, 86.3144], [141.375182, 86.32793], [141.378579, 86.332851], [141.378581, 86.332855], [141.430488, 86.408054], [141.471817, 86.467929], [141.599148, 86.580734], [141.749775, 86.65979], [141.914944, 86.7005], [142.079068, 86.7005], [142.085056, 86.7005], [142.250225, 86.65979], [142.400852, 86.580734], [142.528183, 86.467929], [142.624818, 86.32793], [142.657432, 86.241931], [142.693761, 86.195561], [142.75, 86.178036], [142.806239, 86.195561], [142.842567, 86.241931], [142.87005, 86.3144], [142.875182, 86.32793], [142.878579, 86.332851], [142.878581, 86.332855], [142.930488, 86.408054], [142.971817, 86.467929], [143.099148, 86.580734], [143.249775, 86.65979], [143.414944, 86.7005], [143.579068, 86.7005], [143.585056, 86.7005], [143.750225, 86.65979], [143.900852, 86.580734], [144.028183, 86.467929], [144.124818, 86.32793], [144.18514, 86.168872], [144.205645, 86.0], [144.18514, 85.831128], [144.124818, 85.67207], [144.11644, 85.659933], [144.031585, 85.537], [144.028183, 85.532071], [143.993035, 85.500933], [143.962186, 85.473603], [143.931712, 85.423192], [143.935268, 85.364394], [143.971597, 85.318025], [144.027832, 85.3005], [144.859861, 85.3005], [144.884988, 85.297586], [144.960009, 85.26446], [144.999997, 85.256026], [145.039984, 85.26446], [145.115006, 85.297586], [145.140132, 85.300501], [146.129861, 85.3005], [146.154988, 85.297586], [146.230009, 85.26446], [146.269997, 85.256026], [146.309984, 85.26446], [146.385006, 85.297586], [146.410132, 85.300501], [147.399861, 85.3005], [147.424988, 85.297586], [147.500009, 85.26446], [147.539997, 85.256026], [147.579984, 85.26446], [147.655006, 85.297586], [147.680132, 85.300501], [148.669861, 85.3005], [148.694988, 85.297586], [148.770009, 85.26446], [148.809997, 85.256026], [148.849984, 85.26446], [148.925006, 85.297586], [148.950132, 85.300501], [149.939861, 85.3005], [149.964988, 85.297586], [150.040009, 85.26446], [150.079997, 85.256026], [150.119984, 85.26446], [150.195006, 85.297586], [150.220132, 85.300501], [151.209861, 85.3005], [151.234988, 85.297586], [151.310009, 85.26446], [151.349997, 85.256026]], [[127.68735, 91.699025], [127.736324, 91.735062], [127.754997, 91.792929], [127.754997, 92.350501], [127.741734, 92.400001], [127.705497, 92.436237], [127.655997, 92.449501], [126.737988, 92.449501], [126.73797, 92.449501], [126.735133, 92.449502], [126.732312, 92.449829], [126.732297, 92.44983], [126.7174, 92.451558], [126.717396, 92.451558], [126.710006, 92.452416], [126.708131, 92.453243], [126.664349, 92.454336], [126.621993, 92.433547], [126.59407, 92.395514], [126.591486, 92.389276], [126.562695, 92.319768], [126.470448, 92.19955], [126.35023, 92.107303], [126.341604, 92.10373], [126.261296, 92.070465], [126.219089, 92.037192], [126.200487, 91.986768], [126.210972, 91.934056], [126.247455, 91.89459], [126.299182, 91.880001], [126.480997, 91.880001], [126.530497, 91.893264], [126.566734, 91.929501], [126.579997, 91.979001], [126.579997, 91.986968], [126.582751, 91.997246], [126.59303, 92.000001], [127.241964, 92.000001], [127.252242, 91.997246], [127.254997, 91.986968], [127.254997, 91.809001], [127.26826, 91.759501], [127.304497, 91.723264], [127.353997, 91.710001], [127.589346, 91.710001], [127.626548, 91.69841]], [[136.72042, 61.26586], [136.75695, 61.307174], [136.765709, 61.361622], [136.747084, 61.405063], [136.74852, 61.406023], [136.74044, 61.418115], [136.647526, 61.591945], [136.643819, 61.600894], [136.603092, 61.735152], [136.603278, 61.746522], [136.614102, 61.75], [138.625898, 61.75], [138.636721, 61.746522], [138.636907, 61.735152], [138.59618, 61.600894], [138.592473, 61.591945], [138.499559, 61.418115], [138.49148, 61.406023], [138.492915, 61.405063], [138.474291, 61.361622], [138.48305, 61.307174], [138.51958, 61.26586], [138.572546, 61.2505], [142.731967, 61.2505], [142.786968, 61.267185], [142.823431, 61.311614], [142.829065, 61.368814], [142.80197, 61.419504], [142.118568, 62.102904], [142.11614, 62.105251], [142.073903, 62.144698], [142.073897, 62.144705], [142.068956, 62.14932], [142.065442, 62.155097], [142.065438, 62.155103], [142.046942, 62.185518], [142.041242, 62.193892], [142.01973, 62.222261], [142.019725, 62.222268], [142.015639, 62.227658], [142.01066, 62.240282], [142.008269, 62.246345], [142.000766, 62.26145], [141.993846, 62.27283], [141.993842, 62.272838], [141.990328, 62.278618], [141.988502, 62.285132], [141.988502, 62.285134], [141.978894, 62.319422], [141.975665, 62.329022], [141.962607, 62.362136], [141.962605, 62.362144], [141.960124, 62.368436], [141.959432, 62.375161], [141.959429, 62.375175], [141.958068, 62.388416], [141.954918, 62.404992], [141.951326, 62.417813], [141.951324, 62.41782], [141.9495, 62.424335], [141.9495, 62.431104], [141.9495, 62.4667], [141.948981, 62.476824], [141.94558, 62.509908], [141.944648, 62.518972], [141.945797, 62.52564], [141.945798, 62.525646], [141.94806, 62.538761], [141.9495, 62.555582], [141.9495, 62.995635], [141.932343, 63.051337], [141.886819, 63.087732], [141.758958, 63.138154], [141.758954, 63.138155], [141.752658, 63.140639], [141.747266, 63.144727], [141.747264, 63.144729], [141.637473, 63.227986], [141.637469, 63.227989], [141.632078, 63.232078], [141.627989, 63.237469], [141.627986, 63.237473], [141.544729, 63.347264], [141.540639, 63.352658], [141.538155, 63.358954], [141.538154, 63.358958], [141.487452, 63.487529], [141.485123, 63.493436], [141.484366, 63.499734], [141.484366, 63.499737], [141.474851, 63.578969], [141.47485, 63.578981], [141.4745, 63.581898], [141.4745, 63.58485], [141.4745, 63.7005], [141.461237, 63.75], [141.425, 63.786237], [141.3755, 63.7995], [139.799499, 63.7995], [139.749999, 63.786237], [139.713762, 63.75], [139.700499, 63.7005], [139.700499, 63.307991], [139.700499, 63.305136], [139.697585, 63.280009], [139.652206, 63.177235], [139.572765, 63.097794], [139.564376, 63.09409], [139.564375, 63.094089], [139.476802, 63.055422], [139.476799, 63.055421], [139.469991, 63.052415], [139.462594, 63.051556], [139.462591, 63.051556], [139.447714, 63.04983], [139.447704, 63.049829], [139.444865, 63.0495], [139.442, 63.0495], [138.272993, 63.0495], [138.215988, 63.031441], [138.17978, 62.983852], [138.177579, 62.924096], [138.210188, 62.873972], [138.36229, 62.749144], [138.369144, 62.74229], [138.494184, 62.589929], [138.499559, 62.581884], [138.592473, 62.408054], [138.59618, 62.399105], [138.636907, 62.264847], [138.636721, 62.253477], [138.625898, 62.25], [136.614102, 62.25], [136.603278, 62.253477], [136.603092, 62.264847], [136.643819, 62.399105], [136.647526, 62.408054], [136.74044, 62.581884], [136.745815, 62.589929], [136.870855, 62.74229], [136.877709, 62.749144], [137.029812, 62.873972], [137.062421, 62.924096], [137.06022, 62.983852], [137.024012, 63.031441], [136.967007, 63.0495], [135.892045, 63.0495], [135.836096, 63.032175], [135.79973, 62.986263], [135.795675, 62.927834], [135.825347, 62.877341], [135.933872, 62.778407], [136.062366, 62.608255], [136.157405, 62.417389], [136.215756, 62.21231], [136.235429, 62.0], [136.215756, 61.78769], [136.157405, 61.582611], [136.093279, 61.453827], [136.063304, 61.393628], [136.053031, 61.344927], [136.067754, 61.297383], [136.103751, 61.263011], [136.151925, 61.2505], [136.667454, 61.2505]]], "width": 0.2, "net": "GND"}, {"polygons": [[[150.997887, 62.50169], [151.033501, 62.520191], [152.301154, 63.462215], [152.338573, 63.50675], [152.352, 63.563348], [152.352, 67.952816], [152.343998, 67.997003], [152.321008, 68.035576], [151.352863, 69.146969], [150.037665, 70.656762], [149.994849, 70.688682], [149.942657, 70.7], [146.352, 70.7], [146.343227, 70.708772], [146.343224, 70.708775], [146.165969, 70.886031], [146.109485, 70.918643], [146.044263, 70.918643], [145.987779, 70.886031], [144.277197, 69.175449], [144.277194, 69.175445], [144.260233, 69.158485], [144.260234, 69.158485], [144.25322, 69.151472], [144.231842, 69.140579], [144.214991, 69.130253], [144.195581, 69.116151], [144.186145, 69.113085], [144.180797, 69.11036], [144.130567, 69.063928], [144.112, 68.998093], [144.112, 63.530687], [144.126111, 63.472749], [144.156415, 63.414225], [144.5946, 62.568002], [144.640965, 62.518319], [144.706392, 62.499943], [150.958262, 62.495326]]], "width": 0.254, "net": "/Power/SW_5V"}]}, "nets": ["", "+3V3", "+5V", "/AIN_TTL", "/BTN_1", "/BTN_2", "/CH1", "/CH2", "/CH3", "/CH4", "/CHIP_PU", "/DTR", "/GPIO0", "/GPIO13", "/GPIO14", "/I2C_SCL", "/I2C_SDA", "/LED Driver/PWM1", "/LED Driver/PWM2", "/LED Driver/PWM3", "/LED Driver/PWM4", "/LED_DIN", "/Power/FB_5V", "/Power/SW_5V", "/Power/V_REG", "/RTS", "/RXD", "/TXD", "/USB_DN", "/USB_DP", "/VIN_LIN", "GND", "Net-(D65-A)", "Net-(D65-K)", "Net-(J1-CC1)", "Net-(J1-CC2)", "Net-(J65-Pin_2)", "Net-(J90-Pin_2)", "Net-(Q12-D)", "Net-(Q12-G)", "Net-(Q14-D)", "Net-(Q14-G)", "Net-(Q50-G)", "Net-(Q52-G)", "Net-(Q54-G)", "Net-(Q56-G)", "Net-(R22-Pad2)", "Net-(R66-Pad2)", "Net-(U20-BST)", "Net-(U20-EN)", "VBUS", "VCC", "unconnected-(D4-DOUT-Pad4)", "unconnected-(J1-SBU1-PadA8)", "unconnected-(J1-SBU2-PadB8)", "unconnected-(U10-GPIO15{slash}U0RTS{slash}ADC2_CH4{slash}XTAL_32K_P-Pad8)", "unconnected-(U10-GPIO16{slash}U0CTS{slash}ADC2_CH5{slash}XTAL_32K_NH5-Pad9)", "unconnected-(U10-GPIO17{slash}U1TXD{slash}ADC2_CH6-Pad10)", "unconnected-(U10-GPIO18{slash}U1RXD{slash}ADC2_CH7{slash}CLK_OUT3-Pad11)", "unconnected-(U10-GPIO1{slash}TOUCH1{slash}ADC1_CH0-Pad39)", "unconnected-(U10-GPIO21-Pad23)", "unconnected-(U10-GPIO2{slash}TOUCH2{slash}ADC1_CH1-Pad38)", "unconnected-(U10-GPIO3{slash}TOUCH3{slash}ADC1_CH2-Pad15)", "unconnected-(U10-GPIO45-Pad26)", "unconnected-(U10-GPIO46-Pad16)", "unconnected-(U10-GPIO47{slash}SPICLK_P{slash}SUBSPICLK_P_DIFF-Pad24)", "unconnected-(U10-GPIO48{slash}SPICLK_N{slash}SUBSPICLK_N_DIFF-Pad25)", "unconnected-(U10-MTCK{slash}GPIO39{slash}CLK_OUT3{slash}SUBSPICS1-Pad32)", "unconnected-(U10-MTDI{slash}GPIO41{slash}CLK_OUT1-Pad34)", "unconnected-(U10-MTDO{slash}GPIO40{slash}CLK_OUT2-Pad33)", "unconnected-(U10-MTMS{slash}GPIO42-Pad35)", "unconnected-(U10-SPIDQS{slash}GPIO37{slash}FSPIQ{slash}SUBSPIQ-Pad30)", "unconnected-(U10-SPIIO6{slash}GPIO35{slash}FSPID{slash}SUBSPID-Pad28)", "unconnected-(U10-SPIIO7{slash}GPIO36{slash}FSPICLK{slash}SUBSPICLK-Pad29)"], "ibom_version": "v2.8.0"}
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
/* Utility functions */
|
|
|
|
var storagePrefix = 'KiCad_HTML_BOM__' + pcbdata.metadata.title + '__' +
|
|
pcbdata.metadata.revision + '__#';
|
|
var storage;
|
|
|
|
function initStorage(key) {
|
|
try {
|
|
window.localStorage.getItem("blank");
|
|
storage = window.localStorage;
|
|
} catch (e) {
|
|
// localStorage not available
|
|
}
|
|
if (!storage) {
|
|
try {
|
|
window.sessionStorage.getItem("blank");
|
|
storage = window.sessionStorage;
|
|
} catch (e) {
|
|
// sessionStorage also not available
|
|
}
|
|
}
|
|
}
|
|
|
|
function readStorage(key) {
|
|
if (storage) {
|
|
return storage.getItem(storagePrefix + key);
|
|
} else {
|
|
return null;
|
|
}
|
|
}
|
|
|
|
function writeStorage(key, value) {
|
|
if (storage) {
|
|
storage.setItem(storagePrefix + key, value);
|
|
}
|
|
}
|
|
|
|
function fancyDblClickHandler(el, onsingle, ondouble) {
|
|
return function () {
|
|
if (el.getAttribute("data-dblclick") == null) {
|
|
el.setAttribute("data-dblclick", 1);
|
|
setTimeout(function () {
|
|
if (el.getAttribute("data-dblclick") == 1) {
|
|
onsingle();
|
|
}
|
|
el.removeAttribute("data-dblclick");
|
|
}, 200);
|
|
} else {
|
|
el.removeAttribute("data-dblclick");
|
|
ondouble();
|
|
}
|
|
}
|
|
}
|
|
|
|
function smoothScrollToRow(rowid) {
|
|
document.getElementById(rowid).scrollIntoView({
|
|
behavior: "smooth",
|
|
block: "center",
|
|
inline: "nearest"
|
|
});
|
|
}
|
|
|
|
function focusInputField(input) {
|
|
input.scrollIntoView(false);
|
|
input.focus();
|
|
input.select();
|
|
}
|
|
|
|
function saveBomTable(output) {
|
|
var text = '';
|
|
for (var node of bomhead.childNodes[0].childNodes) {
|
|
if (node.firstChild) {
|
|
text += (output == 'csv' ? `"${node.firstChild.nodeValue}"` : node.firstChild.nodeValue);
|
|
}
|
|
if (node != bomhead.childNodes[0].lastChild) {
|
|
text += (output == 'csv' ? ',' : '\t');
|
|
}
|
|
}
|
|
text += '\n';
|
|
for (var row of bombody.childNodes) {
|
|
for (var cell of row.childNodes) {
|
|
let val = '';
|
|
for (var node of cell.childNodes) {
|
|
if (node.nodeName == "INPUT") {
|
|
if (node.checked) {
|
|
val += '✓';
|
|
}
|
|
} else if ((node.nodeName == "MARK") || (node.nodeName == "A")) {
|
|
val += node.firstChild.nodeValue;
|
|
} else {
|
|
val += node.nodeValue;
|
|
}
|
|
}
|
|
if (output == 'csv') {
|
|
val = val.replace(/\"/g, '\"\"'); // pair of double-quote characters
|
|
if (isNumeric(val)) {
|
|
val = +val; // use number
|
|
} else {
|
|
val = `"${val}"`; // enclosed within double-quote
|
|
}
|
|
}
|
|
text += val;
|
|
if (cell != row.lastChild) {
|
|
text += (output == 'csv' ? ',' : '\t');
|
|
}
|
|
}
|
|
text += '\n';
|
|
}
|
|
|
|
if (output != 'clipboard') {
|
|
// To file: csv or txt
|
|
var blob = new Blob([text], {
|
|
type: `text/${output}`
|
|
});
|
|
saveFile(`${pcbdata.metadata.title}.${output}`, blob);
|
|
} else {
|
|
// To clipboard
|
|
var textArea = document.createElement("textarea");
|
|
textArea.classList.add('clipboard-temp');
|
|
textArea.value = text;
|
|
|
|
document.body.appendChild(textArea);
|
|
textArea.focus();
|
|
textArea.select();
|
|
|
|
try {
|
|
if (document.execCommand('copy')) {
|
|
console.log('Bom copied to clipboard.');
|
|
}
|
|
} catch (err) {
|
|
console.log('Can not copy to clipboard.');
|
|
}
|
|
|
|
document.body.removeChild(textArea);
|
|
}
|
|
}
|
|
|
|
function isNumeric(str) {
|
|
/* https://stackoverflow.com/a/175787 */
|
|
return (typeof str != "string" ? false : !isNaN(str) && !isNaN(parseFloat(str)));
|
|
}
|
|
|
|
function removeGutterNode(node) {
|
|
for (var i = 0; i < node.childNodes.length; i++) {
|
|
if (node.childNodes[i].classList &&
|
|
node.childNodes[i].classList.contains("gutter")) {
|
|
node.removeChild(node.childNodes[i]);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
function cleanGutters() {
|
|
removeGutterNode(document.getElementById("bot"));
|
|
removeGutterNode(document.getElementById("canvasdiv"));
|
|
}
|
|
|
|
var units = {
|
|
prefixes: {
|
|
giga: ["G", "g", "giga", "Giga", "GIGA"],
|
|
mega: ["M", "mega", "Mega", "MEGA"],
|
|
kilo: ["K", "k", "kilo", "Kilo", "KILO"],
|
|
milli: ["m", "milli", "Milli", "MILLI"],
|
|
micro: ["U", "u", "micro", "Micro", "MICRO", "μ", "µ"], // different utf8 μ
|
|
nano: ["N", "n", "nano", "Nano", "NANO"],
|
|
pico: ["P", "p", "pico", "Pico", "PICO"],
|
|
},
|
|
unitsShort: ["R", "r", "Ω", "F", "f", "H", "h"],
|
|
unitsLong: [
|
|
"OHM", "Ohm", "ohm", "ohms",
|
|
"FARAD", "Farad", "farad",
|
|
"HENRY", "Henry", "henry"
|
|
],
|
|
getMultiplier: function (s) {
|
|
if (this.prefixes.giga.includes(s)) return 1e9;
|
|
if (this.prefixes.mega.includes(s)) return 1e6;
|
|
if (this.prefixes.kilo.includes(s)) return 1e3;
|
|
if (this.prefixes.milli.includes(s)) return 1e-3;
|
|
if (this.prefixes.micro.includes(s)) return 1e-6;
|
|
if (this.prefixes.nano.includes(s)) return 1e-9;
|
|
if (this.prefixes.pico.includes(s)) return 1e-12;
|
|
return 1;
|
|
},
|
|
valueRegex: null,
|
|
}
|
|
|
|
function initUtils() {
|
|
var allPrefixes = units.prefixes.giga
|
|
.concat(units.prefixes.mega)
|
|
.concat(units.prefixes.kilo)
|
|
.concat(units.prefixes.milli)
|
|
.concat(units.prefixes.micro)
|
|
.concat(units.prefixes.nano)
|
|
.concat(units.prefixes.pico);
|
|
var allUnits = units.unitsShort.concat(units.unitsLong);
|
|
units.valueRegex = new RegExp("^([0-9\.]+)" +
|
|
"\\s*(" + allPrefixes.join("|") + ")?" +
|
|
"(" + allUnits.join("|") + ")?" +
|
|
"(\\b.*)?$", "");
|
|
units.valueAltRegex = new RegExp("^([0-9]*)" +
|
|
"(" + units.unitsShort.join("|") + ")?" +
|
|
"([GgMmKkUuNnPp])?" +
|
|
"([0-9]*)" +
|
|
"(\\b.*)?$", "");
|
|
if (config.fields.includes("Value")) {
|
|
var index = config.fields.indexOf("Value");
|
|
pcbdata.bom["parsedValues"] = {};
|
|
for (var id in pcbdata.bom.fields) {
|
|
pcbdata.bom.parsedValues[id] = parseValue(pcbdata.bom.fields[id][index])
|
|
}
|
|
}
|
|
}
|
|
|
|
function parseValue(val, ref) {
|
|
var inferUnit = (unit, ref) => {
|
|
if (unit) {
|
|
unit = unit.toLowerCase();
|
|
if (unit == 'Ω' || unit == "ohm" || unit == "ohms") {
|
|
unit = 'r';
|
|
}
|
|
unit = unit[0];
|
|
} else {
|
|
ref = /^([a-z]+)\d+$/i.exec(ref);
|
|
if (ref) {
|
|
ref = ref[1].toLowerCase();
|
|
if (ref == "c") unit = 'f';
|
|
else if (ref == "l") unit = 'h';
|
|
else if (ref == "r" || ref == "rv") unit = 'r';
|
|
else unit = null;
|
|
}
|
|
}
|
|
return unit;
|
|
};
|
|
val = val.replace(/,/g, "");
|
|
var match = units.valueRegex.exec(val);
|
|
var unit;
|
|
if (match) {
|
|
val = parseFloat(match[1]);
|
|
if (match[2]) {
|
|
val = val * units.getMultiplier(match[2]);
|
|
}
|
|
unit = inferUnit(match[3], ref);
|
|
if (!unit) return null;
|
|
else return {
|
|
val: val,
|
|
unit: unit,
|
|
extra: match[4],
|
|
}
|
|
}
|
|
match = units.valueAltRegex.exec(val);
|
|
if (match && (match[1] || match[4])) {
|
|
val = parseFloat(match[1] + "." + match[4]);
|
|
if (match[3]) {
|
|
val = val * units.getMultiplier(match[3]);
|
|
}
|
|
unit = inferUnit(match[2], ref);
|
|
if (!unit) return null;
|
|
else return {
|
|
val: val,
|
|
unit: unit,
|
|
extra: match[5],
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
function valueCompare(a, b, stra, strb) {
|
|
if (a === null && b === null) {
|
|
// Failed to parse both values, compare them as strings.
|
|
if (stra != strb) return stra > strb ? 1 : -1;
|
|
else return 0;
|
|
} else if (a === null) {
|
|
return 1;
|
|
} else if (b === null) {
|
|
return -1;
|
|
} else {
|
|
if (a.unit != b.unit) return a.unit > b.unit ? 1 : -1;
|
|
else if (a.val != b.val) return a.val > b.val ? 1 : -1;
|
|
else if (a.extra != b.extra) return a.extra > b.extra ? 1 : -1;
|
|
else return 0;
|
|
}
|
|
}
|
|
|
|
function validateSaveImgDimension(element) {
|
|
var valid = false;
|
|
var intValue = 0;
|
|
if (/^[1-9]\d*$/.test(element.value)) {
|
|
intValue = parseInt(element.value);
|
|
if (intValue <= 16000) {
|
|
valid = true;
|
|
}
|
|
}
|
|
if (valid) {
|
|
element.classList.remove("invalid");
|
|
} else {
|
|
element.classList.add("invalid");
|
|
}
|
|
return intValue;
|
|
}
|
|
|
|
function saveImage(layer) {
|
|
var width = validateSaveImgDimension(document.getElementById("render-save-width"));
|
|
var height = validateSaveImgDimension(document.getElementById("render-save-height"));
|
|
var bgcolor = null;
|
|
if (!document.getElementById("render-save-transparent").checked) {
|
|
var style = getComputedStyle(topmostdiv);
|
|
bgcolor = style.getPropertyValue("background-color");
|
|
}
|
|
if (!width || !height) return;
|
|
|
|
// Prepare image
|
|
var canvas = document.createElement("canvas");
|
|
var layerdict = {
|
|
transform: {
|
|
x: 0,
|
|
y: 0,
|
|
s: 1,
|
|
panx: 0,
|
|
pany: 0,
|
|
zoom: 1,
|
|
},
|
|
bg: canvas,
|
|
fab: canvas,
|
|
silk: canvas,
|
|
highlight: canvas,
|
|
layer: layer,
|
|
}
|
|
// Do the rendering
|
|
recalcLayerScale(layerdict, width, height);
|
|
prepareLayer(layerdict);
|
|
clearCanvas(canvas, bgcolor);
|
|
drawBackground(layerdict, false);
|
|
drawHighlightsOnLayer(layerdict, false);
|
|
|
|
// Save image
|
|
var imgdata = canvas.toDataURL("image/png");
|
|
|
|
var filename = pcbdata.metadata.title;
|
|
if (pcbdata.metadata.revision) {
|
|
filename += `.${pcbdata.metadata.revision}`;
|
|
}
|
|
filename += `.${layer}.png`;
|
|
saveFile(filename, dataURLtoBlob(imgdata));
|
|
}
|
|
|
|
function saveSettings() {
|
|
var data = {
|
|
type: "InteractiveHtmlBom settings",
|
|
version: 1,
|
|
pcbmetadata: pcbdata.metadata,
|
|
settings: settings,
|
|
}
|
|
var blob = new Blob([JSON.stringify(data, null, 4)], {
|
|
type: "application/json"
|
|
});
|
|
saveFile(`${pcbdata.metadata.title}.settings.json`, blob);
|
|
}
|
|
|
|
function loadSettings() {
|
|
var input = document.createElement("input");
|
|
input.type = "file";
|
|
input.accept = ".settings.json";
|
|
input.onchange = function (e) {
|
|
var file = e.target.files[0];
|
|
var reader = new FileReader();
|
|
reader.onload = readerEvent => {
|
|
var content = readerEvent.target.result;
|
|
var newSettings;
|
|
try {
|
|
newSettings = JSON.parse(content);
|
|
} catch (e) {
|
|
alert("Selected file is not InteractiveHtmlBom settings file.");
|
|
return;
|
|
}
|
|
if (newSettings.type != "InteractiveHtmlBom settings") {
|
|
alert("Selected file is not InteractiveHtmlBom settings file.");
|
|
return;
|
|
}
|
|
var metadataMatches = newSettings.hasOwnProperty("pcbmetadata");
|
|
if (metadataMatches) {
|
|
for (var k in pcbdata.metadata) {
|
|
if (!newSettings.pcbmetadata.hasOwnProperty(k) || newSettings.pcbmetadata[k] != pcbdata.metadata[k]) {
|
|
metadataMatches = false;
|
|
}
|
|
}
|
|
}
|
|
if (!metadataMatches) {
|
|
var currentMetadata = JSON.stringify(pcbdata.metadata, null, 4);
|
|
var fileMetadata = JSON.stringify(newSettings.pcbmetadata, null, 4);
|
|
if (!confirm(
|
|
`Settins file metadata does not match current metadata.\n\n` +
|
|
`Page metadata:\n${currentMetadata}\n\n` +
|
|
`Settings file metadata:\n${fileMetadata}\n\n` +
|
|
`Press OK if you would like to import settings anyway.`)) {
|
|
return;
|
|
}
|
|
}
|
|
overwriteSettings(newSettings.settings);
|
|
}
|
|
reader.readAsText(file, 'UTF-8');
|
|
}
|
|
input.click();
|
|
}
|
|
|
|
function resetSettings() {
|
|
if (!confirm(
|
|
`This will reset all checkbox states and other settings.\n\n` +
|
|
`Press OK if you want to continue.`)) {
|
|
return;
|
|
}
|
|
if (storage) {
|
|
var keys = [];
|
|
for (var i = 0; i < storage.length; i++) {
|
|
var key = storage.key(i);
|
|
if (key.startsWith(storagePrefix)) keys.push(key);
|
|
}
|
|
for (var key of keys) storage.removeItem(key);
|
|
}
|
|
location.reload();
|
|
}
|
|
|
|
function overwriteSettings(newSettings) {
|
|
initDone = false;
|
|
Object.assign(settings, newSettings);
|
|
writeStorage("bomlayout", settings.bomlayout);
|
|
writeStorage("bommode", settings.bommode);
|
|
writeStorage("canvaslayout", settings.canvaslayout);
|
|
writeStorage("bomCheckboxes", settings.checkboxes.join(","));
|
|
document.getElementById("bomCheckboxes").value = settings.checkboxes.join(",");
|
|
for (var checkbox of settings.checkboxes) {
|
|
writeStorage("checkbox_" + checkbox, settings.checkboxStoredRefs[checkbox]);
|
|
}
|
|
writeStorage("markWhenChecked", settings.markWhenChecked);
|
|
padsVisible(settings.renderPads);
|
|
document.getElementById("padsCheckbox").checked = settings.renderPads;
|
|
fabricationVisible(settings.renderFabrication);
|
|
document.getElementById("fabricationCheckbox").checked = settings.renderFabrication;
|
|
silkscreenVisible(settings.renderSilkscreen);
|
|
document.getElementById("silkscreenCheckbox").checked = settings.renderSilkscreen;
|
|
referencesVisible(settings.renderReferences);
|
|
document.getElementById("referencesCheckbox").checked = settings.renderReferences;
|
|
valuesVisible(settings.renderValues);
|
|
document.getElementById("valuesCheckbox").checked = settings.renderValues;
|
|
tracksVisible(settings.renderTracks);
|
|
document.getElementById("tracksCheckbox").checked = settings.renderTracks;
|
|
zonesVisible(settings.renderZones);
|
|
document.getElementById("zonesCheckbox").checked = settings.renderZones;
|
|
dnpOutline(settings.renderDnpOutline);
|
|
document.getElementById("dnpOutlineCheckbox").checked = settings.renderDnpOutline;
|
|
setRedrawOnDrag(settings.redrawOnDrag);
|
|
document.getElementById("dragCheckbox").checked = settings.redrawOnDrag;
|
|
setDarkMode(settings.darkMode);
|
|
document.getElementById("darkmodeCheckbox").checked = settings.darkMode;
|
|
setHighlightPin1(settings.highlightpin1);
|
|
document.forms.highlightpin1.highlightpin1.value = settings.highlightpin1;
|
|
writeStorage("boardRotation", settings.boardRotation);
|
|
document.getElementById("boardRotation").value = settings.boardRotation / 5;
|
|
document.getElementById("rotationDegree").textContent = settings.boardRotation;
|
|
setOffsetBackRotation(settings.offsetBackRotation);
|
|
document.getElementById("offsetBackRotationCheckbox").checked = settings.offsetBackRotation;
|
|
initDone = true;
|
|
prepCheckboxes();
|
|
changeBomLayout(settings.bomlayout);
|
|
}
|
|
|
|
function saveFile(filename, blob) {
|
|
var link = document.createElement("a");
|
|
var objurl = URL.createObjectURL(blob);
|
|
link.download = filename;
|
|
link.href = objurl;
|
|
link.click();
|
|
}
|
|
|
|
function dataURLtoBlob(dataurl) {
|
|
var arr = dataurl.split(','),
|
|
mime = arr[0].match(/:(.*?);/)[1],
|
|
bstr = atob(arr[1]),
|
|
n = bstr.length,
|
|
u8arr = new Uint8Array(n);
|
|
while (n--) {
|
|
u8arr[n] = bstr.charCodeAt(n);
|
|
}
|
|
return new Blob([u8arr], {
|
|
type: mime
|
|
});
|
|
}
|
|
|
|
var settings = {
|
|
canvaslayout: "FB",
|
|
bomlayout: "left-right",
|
|
bommode: "grouped",
|
|
checkboxes: [],
|
|
checkboxStoredRefs: {},
|
|
darkMode: false,
|
|
highlightpin1: "none",
|
|
redrawOnDrag: true,
|
|
boardRotation: 0,
|
|
offsetBackRotation: false,
|
|
renderPads: true,
|
|
renderReferences: true,
|
|
renderValues: true,
|
|
renderSilkscreen: true,
|
|
renderFabrication: true,
|
|
renderDnpOutline: false,
|
|
renderTracks: true,
|
|
renderZones: true,
|
|
columnOrder: [],
|
|
hiddenColumns: [],
|
|
netColors: {},
|
|
}
|
|
|
|
function initDefaults() {
|
|
settings.bomlayout = readStorage("bomlayout");
|
|
if (settings.bomlayout === null) {
|
|
settings.bomlayout = config.bom_view;
|
|
}
|
|
if (!['bom-only', 'left-right', 'top-bottom'].includes(settings.bomlayout)) {
|
|
settings.bomlayout = config.bom_view;
|
|
}
|
|
settings.bommode = readStorage("bommode");
|
|
if (settings.bommode === null) {
|
|
settings.bommode = "grouped";
|
|
}
|
|
if (settings.bommode == "netlist" && !pcbdata.nets) {
|
|
settings.bommode = "grouped";
|
|
}
|
|
if (!["grouped", "ungrouped", "netlist"].includes(settings.bommode)) {
|
|
settings.bommode = "grouped";
|
|
}
|
|
settings.canvaslayout = readStorage("canvaslayout");
|
|
if (settings.canvaslayout === null) {
|
|
settings.canvaslayout = config.layer_view;
|
|
}
|
|
var bomCheckboxes = readStorage("bomCheckboxes");
|
|
if (bomCheckboxes === null) {
|
|
bomCheckboxes = config.checkboxes;
|
|
}
|
|
settings.checkboxes = bomCheckboxes.split(",").filter((e) => e);
|
|
document.getElementById("bomCheckboxes").value = bomCheckboxes;
|
|
|
|
var highlightpin1 = readStorage("highlightpin1") || config.highlight_pin1;
|
|
if (highlightpin1 === "false") highlightpin1 = "none";
|
|
if (highlightpin1 === "true") highlightpin1 = "all";
|
|
setHighlightPin1(highlightpin1);
|
|
document.forms.highlightpin1.highlightpin1.value = highlightpin1;
|
|
|
|
settings.markWhenChecked = readStorage("markWhenChecked") || "";
|
|
populateMarkWhenCheckedOptions();
|
|
|
|
function initBooleanSetting(storageString, def, elementId, func) {
|
|
var b = readStorage(storageString);
|
|
if (b === null) {
|
|
b = def;
|
|
} else {
|
|
b = (b == "true");
|
|
}
|
|
document.getElementById(elementId).checked = b;
|
|
func(b);
|
|
}
|
|
|
|
initBooleanSetting("padsVisible", config.show_pads, "padsCheckbox", padsVisible);
|
|
initBooleanSetting("fabricationVisible", config.show_fabrication, "fabricationCheckbox", fabricationVisible);
|
|
initBooleanSetting("silkscreenVisible", config.show_silkscreen, "silkscreenCheckbox", silkscreenVisible);
|
|
initBooleanSetting("referencesVisible", true, "referencesCheckbox", referencesVisible);
|
|
initBooleanSetting("valuesVisible", true, "valuesCheckbox", valuesVisible);
|
|
if ("tracks" in pcbdata) {
|
|
initBooleanSetting("tracksVisible", true, "tracksCheckbox", tracksVisible);
|
|
initBooleanSetting("zonesVisible", true, "zonesCheckbox", zonesVisible);
|
|
} else {
|
|
document.getElementById("tracksAndZonesCheckboxes").style.display = "none";
|
|
tracksVisible(false);
|
|
zonesVisible(false);
|
|
}
|
|
initBooleanSetting("dnpOutline", false, "dnpOutlineCheckbox", dnpOutline);
|
|
initBooleanSetting("redrawOnDrag", config.redraw_on_drag, "dragCheckbox", setRedrawOnDrag);
|
|
initBooleanSetting("darkmode", config.dark_mode, "darkmodeCheckbox", setDarkMode);
|
|
|
|
var fields = ["checkboxes", "References"].concat(config.fields).concat(["Quantity"]);
|
|
var hcols = JSON.parse(readStorage("hiddenColumns"));
|
|
if (hcols === null) {
|
|
hcols = [];
|
|
}
|
|
settings.hiddenColumns = hcols.filter(e => fields.includes(e));
|
|
|
|
var cord = JSON.parse(readStorage("columnOrder"));
|
|
if (cord === null) {
|
|
cord = fields;
|
|
} else {
|
|
cord = cord.filter(e => fields.includes(e));
|
|
if (cord.length != fields.length)
|
|
cord = fields;
|
|
}
|
|
settings.columnOrder = cord;
|
|
|
|
settings.boardRotation = readStorage("boardRotation");
|
|
if (settings.boardRotation === null) {
|
|
settings.boardRotation = config.board_rotation * 5;
|
|
} else {
|
|
settings.boardRotation = parseInt(settings.boardRotation);
|
|
}
|
|
document.getElementById("boardRotation").value = settings.boardRotation / 5;
|
|
document.getElementById("rotationDegree").textContent = settings.boardRotation;
|
|
initBooleanSetting("offsetBackRotation", config.offset_back_rotation, "offsetBackRotationCheckbox", setOffsetBackRotation);
|
|
|
|
settings.netColors = JSON.parse(readStorage("netColors")) || {};
|
|
}
|
|
|
|
// Helper classes for user js callbacks.
|
|
|
|
const IBOM_EVENT_TYPES = {
|
|
ALL: "all",
|
|
HIGHLIGHT_EVENT: "highlightEvent",
|
|
CHECKBOX_CHANGE_EVENT: "checkboxChangeEvent",
|
|
BOM_BODY_CHANGE_EVENT: "bomBodyChangeEvent",
|
|
}
|
|
|
|
const EventHandler = {
|
|
callbacks: {},
|
|
init: function () {
|
|
for (eventType of Object.values(IBOM_EVENT_TYPES))
|
|
this.callbacks[eventType] = [];
|
|
},
|
|
registerCallback: function (eventType, callback) {
|
|
this.callbacks[eventType].push(callback);
|
|
},
|
|
emitEvent: function (eventType, eventArgs) {
|
|
event = {
|
|
eventType: eventType,
|
|
args: eventArgs,
|
|
}
|
|
var callback;
|
|
for (callback of this.callbacks[eventType])
|
|
callback(event);
|
|
for (callback of this.callbacks[IBOM_EVENT_TYPES.ALL])
|
|
callback(event);
|
|
}
|
|
}
|
|
EventHandler.init();
|
|
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
/* PCB rendering code */
|
|
|
|
var emptyContext2d = document.createElement("canvas").getContext("2d");
|
|
|
|
function deg2rad(deg) {
|
|
return deg * Math.PI / 180;
|
|
}
|
|
|
|
function calcFontPoint(linepoint, text, offsetx, offsety, tilt) {
|
|
var point = [
|
|
linepoint[0] * text.width + offsetx,
|
|
linepoint[1] * text.height + offsety
|
|
];
|
|
// This approximates pcbnew behavior with how text tilts depending on horizontal justification
|
|
point[0] -= (linepoint[1] + 0.5 * (1 + text.justify[0])) * text.height * tilt;
|
|
return point;
|
|
}
|
|
|
|
function drawText(ctx, text, color) {
|
|
if ("ref" in text && !settings.renderReferences) return;
|
|
if ("val" in text && !settings.renderValues) return;
|
|
ctx.save();
|
|
ctx.fillStyle = color;
|
|
ctx.strokeStyle = color;
|
|
ctx.lineCap = "round";
|
|
ctx.lineJoin = "round";
|
|
ctx.lineWidth = text.thickness;
|
|
if ("svgpath" in text) {
|
|
ctx.stroke(new Path2D(text.svgpath));
|
|
ctx.restore();
|
|
return;
|
|
}
|
|
if ("polygons" in text) {
|
|
ctx.fill(getPolygonsPath(text));
|
|
ctx.restore();
|
|
return;
|
|
}
|
|
ctx.translate(...text.pos);
|
|
ctx.translate(text.thickness * 0.5, 0);
|
|
var angle = -text.angle;
|
|
if (text.attr.includes("mirrored")) {
|
|
ctx.scale(-1, 1);
|
|
angle = -angle;
|
|
}
|
|
var tilt = 0;
|
|
if (text.attr.includes("italic")) {
|
|
tilt = 0.125;
|
|
}
|
|
var interline = text.height * 1.5 + text.thickness;
|
|
var txt = text.text.split("\n");
|
|
// KiCad ignores last empty line.
|
|
if (txt[txt.length - 1] == '') txt.pop();
|
|
ctx.rotate(deg2rad(angle));
|
|
var offsety = (1 - text.justify[1]) / 2 * text.height; // One line offset
|
|
offsety -= (txt.length - 1) * (text.justify[1] + 1) / 2 * interline; // Multiline offset
|
|
for (var i in txt) {
|
|
var lineWidth = text.thickness + interline / 2 * tilt;
|
|
for (var j = 0; j < txt[i].length; j++) {
|
|
if (txt[i][j] == '\t') {
|
|
var fourSpaces = 4 * pcbdata.font_data[' '].w * text.width;
|
|
lineWidth += fourSpaces - lineWidth % fourSpaces;
|
|
} else {
|
|
if (txt[i][j] == '~') {
|
|
j++;
|
|
if (j == txt[i].length)
|
|
break;
|
|
}
|
|
lineWidth += pcbdata.font_data[txt[i][j]].w * text.width;
|
|
}
|
|
}
|
|
var offsetx = -lineWidth * (text.justify[0] + 1) / 2;
|
|
var inOverbar = false;
|
|
for (var j = 0; j < txt[i].length; j++) {
|
|
if (config.kicad_text_formatting) {
|
|
if (txt[i][j] == '\t') {
|
|
var fourSpaces = 4 * pcbdata.font_data[' '].w * text.width;
|
|
offsetx += fourSpaces - offsetx % fourSpaces;
|
|
continue;
|
|
} else if (txt[i][j] == '~') {
|
|
j++;
|
|
if (j == txt[i].length)
|
|
break;
|
|
if (txt[i][j] != '~') {
|
|
inOverbar = !inOverbar;
|
|
}
|
|
}
|
|
}
|
|
var glyph = pcbdata.font_data[txt[i][j]];
|
|
if (inOverbar) {
|
|
var overbarStart = [offsetx, -text.height * 1.4 + offsety];
|
|
var overbarEnd = [offsetx + text.width * glyph.w, overbarStart[1]];
|
|
|
|
if (!lastHadOverbar) {
|
|
overbarStart[0] += text.height * 1.4 * tilt;
|
|
lastHadOverbar = true;
|
|
}
|
|
ctx.beginPath();
|
|
ctx.moveTo(...overbarStart);
|
|
ctx.lineTo(...overbarEnd);
|
|
ctx.stroke();
|
|
} else {
|
|
lastHadOverbar = false;
|
|
}
|
|
for (var line of glyph.l) {
|
|
ctx.beginPath();
|
|
ctx.moveTo(...calcFontPoint(line[0], text, offsetx, offsety, tilt));
|
|
for (var k = 1; k < line.length; k++) {
|
|
ctx.lineTo(...calcFontPoint(line[k], text, offsetx, offsety, tilt));
|
|
}
|
|
ctx.stroke();
|
|
}
|
|
offsetx += glyph.w * text.width;
|
|
}
|
|
offsety += interline;
|
|
}
|
|
ctx.restore();
|
|
}
|
|
|
|
function drawedge(ctx, scalefactor, edge, color) {
|
|
ctx.strokeStyle = color;
|
|
ctx.fillStyle = color;
|
|
ctx.lineWidth = Math.max(1 / scalefactor, edge.width);
|
|
ctx.lineCap = "round";
|
|
ctx.lineJoin = "round";
|
|
if ("svgpath" in edge) {
|
|
ctx.stroke(new Path2D(edge.svgpath));
|
|
} else {
|
|
ctx.beginPath();
|
|
if (edge.type == "segment") {
|
|
ctx.moveTo(...edge.start);
|
|
ctx.lineTo(...edge.end);
|
|
}
|
|
if (edge.type == "rect") {
|
|
ctx.moveTo(...edge.start);
|
|
ctx.lineTo(edge.start[0], edge.end[1]);
|
|
ctx.lineTo(...edge.end);
|
|
ctx.lineTo(edge.end[0], edge.start[1]);
|
|
ctx.lineTo(...edge.start);
|
|
}
|
|
if (edge.type == "arc") {
|
|
ctx.arc(
|
|
...edge.start,
|
|
edge.radius,
|
|
deg2rad(edge.startangle),
|
|
deg2rad(edge.endangle));
|
|
}
|
|
if (edge.type == "circle") {
|
|
ctx.arc(
|
|
...edge.start,
|
|
edge.radius,
|
|
0, 2 * Math.PI);
|
|
ctx.closePath();
|
|
}
|
|
if (edge.type == "curve") {
|
|
ctx.moveTo(...edge.start);
|
|
ctx.bezierCurveTo(...edge.cpa, ...edge.cpb, ...edge.end);
|
|
}
|
|
if("filled" in edge && edge.filled)
|
|
ctx.fill();
|
|
else
|
|
ctx.stroke();
|
|
}
|
|
}
|
|
|
|
function getChamferedRectPath(size, radius, chamfpos, chamfratio) {
|
|
// chamfpos is a bitmask, left = 1, right = 2, bottom left = 4, bottom right = 8
|
|
var path = new Path2D();
|
|
var width = size[0];
|
|
var height = size[1];
|
|
var x = width * -0.5;
|
|
var y = height * -0.5;
|
|
var chamfOffset = Math.min(width, height) * chamfratio;
|
|
path.moveTo(x, 0);
|
|
if (chamfpos & 4) {
|
|
path.lineTo(x, y + height - chamfOffset);
|
|
path.lineTo(x + chamfOffset, y + height);
|
|
path.lineTo(0, y + height);
|
|
} else {
|
|
path.arcTo(x, y + height, x + width, y + height, radius);
|
|
}
|
|
if (chamfpos & 8) {
|
|
path.lineTo(x + width - chamfOffset, y + height);
|
|
path.lineTo(x + width, y + height - chamfOffset);
|
|
path.lineTo(x + width, 0);
|
|
} else {
|
|
path.arcTo(x + width, y + height, x + width, y, radius);
|
|
}
|
|
if (chamfpos & 2) {
|
|
path.lineTo(x + width, y + chamfOffset);
|
|
path.lineTo(x + width - chamfOffset, y);
|
|
path.lineTo(0, y);
|
|
} else {
|
|
path.arcTo(x + width, y, x, y, radius);
|
|
}
|
|
if (chamfpos & 1) {
|
|
path.lineTo(x + chamfOffset, y);
|
|
path.lineTo(x, y + chamfOffset);
|
|
path.lineTo(x, 0);
|
|
} else {
|
|
path.arcTo(x, y, x, y + height, radius);
|
|
}
|
|
path.closePath();
|
|
return path;
|
|
}
|
|
|
|
function getOblongPath(size) {
|
|
return getChamferedRectPath(size, Math.min(size[0], size[1]) / 2, 0, 0);
|
|
}
|
|
|
|
function getPolygonsPath(shape) {
|
|
if (shape.path2d) {
|
|
return shape.path2d;
|
|
}
|
|
if ("svgpath" in shape) {
|
|
shape.path2d = new Path2D(shape.svgpath);
|
|
} else {
|
|
var path = new Path2D();
|
|
for (var polygon of shape.polygons) {
|
|
path.moveTo(...polygon[0]);
|
|
for (var i = 1; i < polygon.length; i++) {
|
|
path.lineTo(...polygon[i]);
|
|
}
|
|
path.closePath();
|
|
}
|
|
shape.path2d = path;
|
|
}
|
|
return shape.path2d;
|
|
}
|
|
|
|
function drawPolygonShape(ctx, scalefactor, shape, color) {
|
|
ctx.save();
|
|
if (!("svgpath" in shape)) {
|
|
ctx.translate(...shape.pos);
|
|
ctx.rotate(deg2rad(-shape.angle));
|
|
}
|
|
if("filled" in shape && !shape.filled) {
|
|
ctx.strokeStyle = color;
|
|
ctx.lineWidth = Math.max(1 / scalefactor, shape.width);
|
|
ctx.lineCap = "round";
|
|
ctx.lineJoin = "round";
|
|
ctx.stroke(getPolygonsPath(shape));
|
|
} else {
|
|
ctx.fillStyle = color;
|
|
ctx.fill(getPolygonsPath(shape));
|
|
}
|
|
ctx.restore();
|
|
}
|
|
|
|
function drawDrawing(ctx, scalefactor, drawing, color) {
|
|
if (["segment", "arc", "circle", "curve", "rect"].includes(drawing.type)) {
|
|
drawedge(ctx, scalefactor, drawing, color);
|
|
} else if (drawing.type == "polygon") {
|
|
drawPolygonShape(ctx, scalefactor, drawing, color);
|
|
} else {
|
|
drawText(ctx, drawing, color);
|
|
}
|
|
}
|
|
|
|
function getCirclePath(radius) {
|
|
var path = new Path2D();
|
|
path.arc(0, 0, radius, 0, 2 * Math.PI);
|
|
path.closePath();
|
|
return path;
|
|
}
|
|
|
|
function getCachedPadPath(pad) {
|
|
if (!pad.path2d) {
|
|
// if path2d is not set, build one and cache it on pad object
|
|
if (pad.shape == "rect") {
|
|
pad.path2d = new Path2D();
|
|
pad.path2d.rect(...pad.size.map(c => -c * 0.5), ...pad.size);
|
|
} else if (pad.shape == "oval") {
|
|
pad.path2d = getOblongPath(pad.size);
|
|
} else if (pad.shape == "circle") {
|
|
pad.path2d = getCirclePath(pad.size[0] / 2);
|
|
} else if (pad.shape == "roundrect") {
|
|
pad.path2d = getChamferedRectPath(pad.size, pad.radius, 0, 0);
|
|
} else if (pad.shape == "chamfrect") {
|
|
pad.path2d = getChamferedRectPath(pad.size, pad.radius, pad.chamfpos, pad.chamfratio)
|
|
} else if (pad.shape == "custom") {
|
|
pad.path2d = getPolygonsPath(pad);
|
|
}
|
|
}
|
|
return pad.path2d;
|
|
}
|
|
|
|
function drawPad(ctx, pad, color, outline) {
|
|
ctx.save();
|
|
ctx.translate(...pad.pos);
|
|
ctx.rotate(-deg2rad(pad.angle));
|
|
if (pad.offset) {
|
|
ctx.translate(...pad.offset);
|
|
}
|
|
ctx.fillStyle = color;
|
|
ctx.strokeStyle = color;
|
|
var path = getCachedPadPath(pad);
|
|
if (outline) {
|
|
ctx.stroke(path);
|
|
} else {
|
|
ctx.fill(path);
|
|
}
|
|
ctx.restore();
|
|
}
|
|
|
|
function drawPadHole(ctx, pad, padHoleColor) {
|
|
if (pad.type != "th") return;
|
|
ctx.save();
|
|
ctx.translate(...pad.pos);
|
|
ctx.rotate(-deg2rad(pad.angle));
|
|
ctx.fillStyle = padHoleColor;
|
|
if (pad.drillshape == "oblong") {
|
|
ctx.fill(getOblongPath(pad.drillsize));
|
|
} else {
|
|
ctx.fill(getCirclePath(pad.drillsize[0] / 2));
|
|
}
|
|
ctx.restore();
|
|
}
|
|
|
|
function drawFootprint(ctx, layer, scalefactor, footprint, colors, highlight, outline) {
|
|
if (highlight) {
|
|
// draw bounding box
|
|
if (footprint.layer == layer) {
|
|
ctx.save();
|
|
ctx.globalAlpha = 0.2;
|
|
ctx.translate(...footprint.bbox.pos);
|
|
ctx.rotate(deg2rad(-footprint.bbox.angle));
|
|
ctx.translate(...footprint.bbox.relpos);
|
|
ctx.fillStyle = colors.pad;
|
|
ctx.fillRect(0, 0, ...footprint.bbox.size);
|
|
ctx.globalAlpha = 1;
|
|
ctx.strokeStyle = colors.pad;
|
|
ctx.lineWidth = 3 / scalefactor;
|
|
ctx.strokeRect(0, 0, ...footprint.bbox.size);
|
|
ctx.restore();
|
|
}
|
|
}
|
|
// draw drawings
|
|
for (var drawing of footprint.drawings) {
|
|
if (drawing.layer == layer) {
|
|
drawDrawing(ctx, scalefactor, drawing.drawing, colors.pad);
|
|
}
|
|
}
|
|
ctx.lineWidth = 3 / scalefactor;
|
|
// draw pads
|
|
if (settings.renderPads) {
|
|
for (var pad of footprint.pads) {
|
|
if (pad.layers.includes(layer)) {
|
|
drawPad(ctx, pad, colors.pad, outline);
|
|
if (pad.pin1 &&
|
|
(settings.highlightpin1 == "all" ||
|
|
settings.highlightpin1 == "selected" && highlight)) {
|
|
drawPad(ctx, pad, colors.outline, true);
|
|
}
|
|
}
|
|
}
|
|
for (var pad of footprint.pads) {
|
|
drawPadHole(ctx, pad, colors.padHole);
|
|
}
|
|
}
|
|
}
|
|
|
|
function drawEdgeCuts(canvas, scalefactor) {
|
|
var ctx = canvas.getContext("2d");
|
|
var edgecolor = getComputedStyle(topmostdiv).getPropertyValue('--pcb-edge-color');
|
|
for (var edge of pcbdata.edges) {
|
|
drawDrawing(ctx, scalefactor, edge, edgecolor);
|
|
}
|
|
}
|
|
|
|
function drawFootprints(canvas, layer, scalefactor, highlight) {
|
|
var ctx = canvas.getContext("2d");
|
|
ctx.lineWidth = 3 / scalefactor;
|
|
var style = getComputedStyle(topmostdiv);
|
|
|
|
var colors = {
|
|
pad: style.getPropertyValue('--pad-color'),
|
|
padHole: style.getPropertyValue('--pad-hole-color'),
|
|
outline: style.getPropertyValue('--pin1-outline-color'),
|
|
}
|
|
|
|
for (var i = 0; i < pcbdata.footprints.length; i++) {
|
|
var mod = pcbdata.footprints[i];
|
|
var outline = settings.renderDnpOutline && pcbdata.bom.skipped.includes(i);
|
|
var h = highlightedFootprints.includes(i);
|
|
var d = markedFootprints.has(i);
|
|
if (highlight) {
|
|
if(h && d) {
|
|
colors.pad = style.getPropertyValue('--pad-color-highlight-both');
|
|
colors.outline = style.getPropertyValue('--pin1-outline-color-highlight-both');
|
|
} else if (h) {
|
|
colors.pad = style.getPropertyValue('--pad-color-highlight');
|
|
colors.outline = style.getPropertyValue('--pin1-outline-color-highlight');
|
|
} else if (d) {
|
|
colors.pad = style.getPropertyValue('--pad-color-highlight-marked');
|
|
colors.outline = style.getPropertyValue('--pin1-outline-color-highlight-marked');
|
|
}
|
|
}
|
|
if( h || d || !highlight) {
|
|
drawFootprint(ctx, layer, scalefactor, mod, colors, highlight, outline);
|
|
}
|
|
}
|
|
}
|
|
|
|
function drawBgLayer(layername, canvas, layer, scalefactor, edgeColor, polygonColor, textColor) {
|
|
var ctx = canvas.getContext("2d");
|
|
for (var d of pcbdata.drawings[layername][layer]) {
|
|
if (["segment", "arc", "circle", "curve", "rect"].includes(d.type)) {
|
|
drawedge(ctx, scalefactor, d, edgeColor);
|
|
} else if (d.type == "polygon") {
|
|
drawPolygonShape(ctx, scalefactor, d, polygonColor);
|
|
} else {
|
|
drawText(ctx, d, textColor);
|
|
}
|
|
}
|
|
}
|
|
|
|
function drawTracks(canvas, layer, defaultColor, highlight) {
|
|
ctx = canvas.getContext("2d");
|
|
ctx.lineCap = "round";
|
|
|
|
var hasHole = (track) => (
|
|
'drillsize' in track &&
|
|
track.start[0] == track.end[0] &&
|
|
track.start[1] == track.end[1]);
|
|
|
|
// First draw tracks and tented vias
|
|
for (var track of pcbdata.tracks[layer]) {
|
|
if (highlight && highlightedNet != track.net) continue;
|
|
if (!hasHole(track)) {
|
|
ctx.strokeStyle = highlight ? defaultColor : settings.netColors[track.net] || defaultColor;
|
|
ctx.lineWidth = track.width;
|
|
ctx.beginPath();
|
|
if ('radius' in track) {
|
|
ctx.arc(
|
|
...track.center,
|
|
track.radius,
|
|
deg2rad(track.startangle),
|
|
deg2rad(track.endangle));
|
|
} else {
|
|
ctx.moveTo(...track.start);
|
|
ctx.lineTo(...track.end);
|
|
}
|
|
ctx.stroke();
|
|
}
|
|
}
|
|
// Second pass to draw untented vias
|
|
var style = getComputedStyle(topmostdiv);
|
|
var holeColor = style.getPropertyValue('--pad-hole-color')
|
|
|
|
for (var track of pcbdata.tracks[layer]) {
|
|
if (highlight && highlightedNet != track.net) continue;
|
|
if (hasHole(track)) {
|
|
ctx.strokeStyle = highlight ? defaultColor : settings.netColors[track.net] || defaultColor;
|
|
ctx.lineWidth = track.width;
|
|
ctx.beginPath();
|
|
ctx.moveTo(...track.start);
|
|
ctx.lineTo(...track.end);
|
|
ctx.stroke();
|
|
ctx.strokeStyle = holeColor;
|
|
ctx.lineWidth = track.drillsize;
|
|
ctx.lineTo(...track.end);
|
|
ctx.stroke();
|
|
}
|
|
}
|
|
}
|
|
|
|
function drawZones(canvas, layer, defaultColor, highlight) {
|
|
ctx = canvas.getContext("2d");
|
|
ctx.lineJoin = "round";
|
|
for (var zone of pcbdata.zones[layer]) {
|
|
if (highlight && highlightedNet != zone.net) continue;
|
|
ctx.strokeStyle = highlight ? defaultColor : settings.netColors[zone.net] || defaultColor;
|
|
ctx.fillStyle = highlight ? defaultColor : settings.netColors[zone.net] || defaultColor;
|
|
if (!zone.path2d) {
|
|
zone.path2d = getPolygonsPath(zone);
|
|
}
|
|
ctx.fill(zone.path2d, zone.fillrule || "nonzero");
|
|
if (zone.width > 0) {
|
|
ctx.lineWidth = zone.width;
|
|
ctx.stroke(zone.path2d);
|
|
}
|
|
}
|
|
}
|
|
|
|
function clearCanvas(canvas, color = null) {
|
|
var ctx = canvas.getContext("2d");
|
|
ctx.save();
|
|
ctx.setTransform(1, 0, 0, 1, 0, 0);
|
|
if (color) {
|
|
ctx.fillStyle = color;
|
|
ctx.fillRect(0, 0, canvas.width, canvas.height);
|
|
} else {
|
|
if (!window.matchMedia("print").matches)
|
|
ctx.clearRect(0, 0, canvas.width, canvas.height);
|
|
}
|
|
ctx.restore();
|
|
}
|
|
|
|
function drawNets(canvas, layer, highlight) {
|
|
var style = getComputedStyle(topmostdiv);
|
|
if (settings.renderZones) {
|
|
var zoneColor = style.getPropertyValue(highlight ? '--zone-color-highlight' : '--zone-color');
|
|
drawZones(canvas, layer, zoneColor, highlight);
|
|
}
|
|
if (settings.renderTracks) {
|
|
var trackColor = style.getPropertyValue(highlight ? '--track-color-highlight' : '--track-color');
|
|
drawTracks(canvas, layer, trackColor, highlight);
|
|
}
|
|
if (highlight && settings.renderPads) {
|
|
var padColor = style.getPropertyValue('--pad-color-highlight');
|
|
var padHoleColor = style.getPropertyValue('--pad-hole-color');
|
|
var ctx = canvas.getContext("2d");
|
|
for (var footprint of pcbdata.footprints) {
|
|
// draw pads
|
|
var padDrawn = false;
|
|
for (var pad of footprint.pads) {
|
|
if (highlightedNet != pad.net) continue;
|
|
if (pad.layers.includes(layer)) {
|
|
drawPad(ctx, pad, padColor, false);
|
|
padDrawn = true;
|
|
}
|
|
}
|
|
if (padDrawn) {
|
|
// redraw all pad holes because some pads may overlap
|
|
for (var pad of footprint.pads) {
|
|
drawPadHole(ctx, pad, padHoleColor);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
function drawHighlightsOnLayer(canvasdict, clear = true) {
|
|
if (clear) {
|
|
clearCanvas(canvasdict.highlight);
|
|
}
|
|
if (markedFootprints.size > 0 || highlightedFootprints.length > 0) {
|
|
drawFootprints(canvasdict.highlight, canvasdict.layer,
|
|
canvasdict.transform.s * canvasdict.transform.zoom, true);
|
|
}
|
|
if (highlightedNet !== null) {
|
|
drawNets(canvasdict.highlight, canvasdict.layer, true);
|
|
}
|
|
}
|
|
|
|
function drawHighlights() {
|
|
drawHighlightsOnLayer(allcanvas.front);
|
|
drawHighlightsOnLayer(allcanvas.back);
|
|
}
|
|
|
|
function drawBackground(canvasdict, clear = true) {
|
|
if (clear) {
|
|
clearCanvas(canvasdict.bg);
|
|
clearCanvas(canvasdict.fab);
|
|
clearCanvas(canvasdict.silk);
|
|
}
|
|
|
|
drawNets(canvasdict.bg, canvasdict.layer, false);
|
|
drawFootprints(canvasdict.bg, canvasdict.layer,
|
|
canvasdict.transform.s * canvasdict.transform.zoom, false);
|
|
|
|
drawEdgeCuts(canvasdict.bg, canvasdict.transform.s * canvasdict.transform.zoom);
|
|
|
|
var style = getComputedStyle(topmostdiv);
|
|
var edgeColor = style.getPropertyValue('--silkscreen-edge-color');
|
|
var polygonColor = style.getPropertyValue('--silkscreen-polygon-color');
|
|
var textColor = style.getPropertyValue('--silkscreen-text-color');
|
|
if (settings.renderSilkscreen) {
|
|
drawBgLayer(
|
|
"silkscreen", canvasdict.silk, canvasdict.layer,
|
|
canvasdict.transform.s * canvasdict.transform.zoom,
|
|
edgeColor, polygonColor, textColor);
|
|
}
|
|
edgeColor = style.getPropertyValue('--fabrication-edge-color');
|
|
polygonColor = style.getPropertyValue('--fabrication-polygon-color');
|
|
textColor = style.getPropertyValue('--fabrication-text-color');
|
|
if (settings.renderFabrication) {
|
|
drawBgLayer(
|
|
"fabrication", canvasdict.fab, canvasdict.layer,
|
|
canvasdict.transform.s * canvasdict.transform.zoom,
|
|
edgeColor, polygonColor, textColor);
|
|
}
|
|
}
|
|
|
|
function prepareCanvas(canvas, flip, transform) {
|
|
var ctx = canvas.getContext("2d");
|
|
ctx.setTransform(1, 0, 0, 1, 0, 0);
|
|
ctx.scale(transform.zoom, transform.zoom);
|
|
ctx.translate(transform.panx, transform.pany);
|
|
if (flip) {
|
|
ctx.scale(-1, 1);
|
|
}
|
|
ctx.translate(transform.x, transform.y);
|
|
ctx.rotate(deg2rad(settings.boardRotation + (flip && settings.offsetBackRotation ? - 180 : 0)));
|
|
ctx.scale(transform.s, transform.s);
|
|
}
|
|
|
|
function prepareLayer(canvasdict) {
|
|
var flip = (canvasdict.layer === "B");
|
|
for (var c of ["bg", "fab", "silk", "highlight"]) {
|
|
prepareCanvas(canvasdict[c], flip, canvasdict.transform);
|
|
}
|
|
}
|
|
|
|
function rotateVector(v, angle) {
|
|
angle = deg2rad(angle);
|
|
return [
|
|
v[0] * Math.cos(angle) - v[1] * Math.sin(angle),
|
|
v[0] * Math.sin(angle) + v[1] * Math.cos(angle)
|
|
];
|
|
}
|
|
|
|
function applyRotation(bbox, flip) {
|
|
var corners = [
|
|
[bbox.minx, bbox.miny],
|
|
[bbox.minx, bbox.maxy],
|
|
[bbox.maxx, bbox.miny],
|
|
[bbox.maxx, bbox.maxy],
|
|
];
|
|
corners = corners.map((v) => rotateVector(v, settings.boardRotation + (flip && settings.offsetBackRotation ? - 180 : 0)));
|
|
return {
|
|
minx: corners.reduce((a, v) => Math.min(a, v[0]), Infinity),
|
|
miny: corners.reduce((a, v) => Math.min(a, v[1]), Infinity),
|
|
maxx: corners.reduce((a, v) => Math.max(a, v[0]), -Infinity),
|
|
maxy: corners.reduce((a, v) => Math.max(a, v[1]), -Infinity),
|
|
}
|
|
}
|
|
|
|
function recalcLayerScale(layerdict, width, height) {
|
|
var flip = (layerdict.layer === "B");
|
|
var bbox = applyRotation(pcbdata.edges_bbox, flip);
|
|
var scalefactor = 0.98 * Math.min(
|
|
width / (bbox.maxx - bbox.minx),
|
|
height / (bbox.maxy - bbox.miny)
|
|
);
|
|
if (scalefactor < 0.1) {
|
|
scalefactor = 1;
|
|
}
|
|
layerdict.transform.s = scalefactor;
|
|
if (flip) {
|
|
layerdict.transform.x = -((bbox.maxx + bbox.minx) * scalefactor + width) * 0.5;
|
|
} else {
|
|
layerdict.transform.x = -((bbox.maxx + bbox.minx) * scalefactor - width) * 0.5;
|
|
}
|
|
layerdict.transform.y = -((bbox.maxy + bbox.miny) * scalefactor - height) * 0.5;
|
|
for (var c of ["bg", "fab", "silk", "highlight"]) {
|
|
canvas = layerdict[c];
|
|
canvas.width = width;
|
|
canvas.height = height;
|
|
canvas.style.width = (width / devicePixelRatio) + "px";
|
|
canvas.style.height = (height / devicePixelRatio) + "px";
|
|
}
|
|
}
|
|
|
|
function redrawCanvas(layerdict) {
|
|
prepareLayer(layerdict);
|
|
drawBackground(layerdict);
|
|
drawHighlightsOnLayer(layerdict);
|
|
}
|
|
|
|
function resizeCanvas(layerdict) {
|
|
var canvasdivid = {
|
|
"F": "frontcanvas",
|
|
"B": "backcanvas"
|
|
} [layerdict.layer];
|
|
var width = document.getElementById(canvasdivid).clientWidth * devicePixelRatio;
|
|
var height = document.getElementById(canvasdivid).clientHeight * devicePixelRatio;
|
|
recalcLayerScale(layerdict, width, height);
|
|
redrawCanvas(layerdict);
|
|
}
|
|
|
|
function resizeAll() {
|
|
resizeCanvas(allcanvas.front);
|
|
resizeCanvas(allcanvas.back);
|
|
}
|
|
|
|
function pointWithinDistanceToSegment(x, y, x1, y1, x2, y2, d) {
|
|
var A = x - x1;
|
|
var B = y - y1;
|
|
var C = x2 - x1;
|
|
var D = y2 - y1;
|
|
|
|
var dot = A * C + B * D;
|
|
var len_sq = C * C + D * D;
|
|
var dx, dy;
|
|
if (len_sq == 0) {
|
|
// start and end of the segment coincide
|
|
dx = x - x1;
|
|
dy = y - y1;
|
|
} else {
|
|
var param = dot / len_sq;
|
|
var xx, yy;
|
|
if (param < 0) {
|
|
xx = x1;
|
|
yy = y1;
|
|
} else if (param > 1) {
|
|
xx = x2;
|
|
yy = y2;
|
|
} else {
|
|
xx = x1 + param * C;
|
|
yy = y1 + param * D;
|
|
}
|
|
dx = x - xx;
|
|
dy = y - yy;
|
|
}
|
|
return dx * dx + dy * dy <= d * d;
|
|
}
|
|
|
|
function modulo(n, mod) {
|
|
return ((n % mod) + mod) % mod;
|
|
}
|
|
|
|
function pointWithinDistanceToArc(x, y, xc, yc, radius, startangle, endangle, d) {
|
|
var dx = x - xc;
|
|
var dy = y - yc;
|
|
var r_sq = dx * dx + dy * dy;
|
|
var rmin = Math.max(0, radius - d);
|
|
var rmax = radius + d;
|
|
|
|
if (r_sq < rmin * rmin || r_sq > rmax * rmax)
|
|
return false;
|
|
|
|
var angle1 = modulo(deg2rad(startangle), 2 * Math.PI);
|
|
var dx1 = xc + radius * Math.cos(angle1) - x;
|
|
var dy1 = yc + radius * Math.sin(angle1) - y;
|
|
if (dx1 * dx1 + dy1 * dy1 <= d * d)
|
|
return true;
|
|
|
|
var angle2 = modulo(deg2rad(endangle), 2 * Math.PI);
|
|
var dx2 = xc + radius * Math.cos(angle2) - x;
|
|
var dy2 = yc + radius * Math.sin(angle2) - y;
|
|
if (dx2 * dx2 + dy2 * dy2 <= d * d)
|
|
return true;
|
|
|
|
var angle = modulo(Math.atan2(dy, dx), 2 * Math.PI);
|
|
if (angle1 > angle2)
|
|
return (angle >= angle2 || angle <= angle1);
|
|
else
|
|
return (angle >= angle1 && angle <= angle2);
|
|
}
|
|
|
|
function pointWithinPad(x, y, pad) {
|
|
var v = [x - pad.pos[0], y - pad.pos[1]];
|
|
v = rotateVector(v, pad.angle);
|
|
if (pad.offset) {
|
|
v[0] -= pad.offset[0];
|
|
v[1] -= pad.offset[1];
|
|
}
|
|
return emptyContext2d.isPointInPath(getCachedPadPath(pad), ...v);
|
|
}
|
|
|
|
function netHitScan(layer, x, y) {
|
|
// Check track segments
|
|
if (settings.renderTracks && pcbdata.tracks) {
|
|
for (var track of pcbdata.tracks[layer]) {
|
|
if ('radius' in track) {
|
|
if (pointWithinDistanceToArc(x, y, ...track.center, track.radius, track.startangle, track.endangle, track.width / 2)) {
|
|
return track.net;
|
|
}
|
|
} else {
|
|
if (pointWithinDistanceToSegment(x, y, ...track.start, ...track.end, track.width / 2)) {
|
|
return track.net;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// Check pads
|
|
if (settings.renderPads) {
|
|
for (var footprint of pcbdata.footprints) {
|
|
for (var pad of footprint.pads) {
|
|
if (pad.layers.includes(layer) && pointWithinPad(x, y, pad)) {
|
|
return pad.net;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return null;
|
|
}
|
|
|
|
function pointWithinFootprintBbox(x, y, bbox) {
|
|
var v = [x - bbox.pos[0], y - bbox.pos[1]];
|
|
v = rotateVector(v, bbox.angle);
|
|
return bbox.relpos[0] <= v[0] && v[0] <= bbox.relpos[0] + bbox.size[0] &&
|
|
bbox.relpos[1] <= v[1] && v[1] <= bbox.relpos[1] + bbox.size[1];
|
|
}
|
|
|
|
function bboxHitScan(layer, x, y) {
|
|
var result = [];
|
|
for (var i = 0; i < pcbdata.footprints.length; i++) {
|
|
var footprint = pcbdata.footprints[i];
|
|
if (footprint.layer == layer) {
|
|
if (pointWithinFootprintBbox(x, y, footprint.bbox)) {
|
|
result.push(i);
|
|
}
|
|
}
|
|
}
|
|
return result;
|
|
}
|
|
|
|
function handlePointerDown(e, layerdict) {
|
|
if (e.button != 0 && e.button != 1) {
|
|
return;
|
|
}
|
|
e.preventDefault();
|
|
e.stopPropagation();
|
|
|
|
if (!e.hasOwnProperty("offsetX")) {
|
|
// The polyfill doesn't set this properly
|
|
e.offsetX = e.pageX - e.currentTarget.offsetLeft;
|
|
e.offsetY = e.pageY - e.currentTarget.offsetTop;
|
|
}
|
|
|
|
layerdict.pointerStates[e.pointerId] = {
|
|
distanceTravelled: 0,
|
|
lastX: e.offsetX,
|
|
lastY: e.offsetY,
|
|
downTime: Date.now(),
|
|
};
|
|
}
|
|
|
|
function handleMouseClick(e, layerdict) {
|
|
if (!e.hasOwnProperty("offsetX")) {
|
|
// The polyfill doesn't set this properly
|
|
e.offsetX = e.pageX - e.currentTarget.offsetLeft;
|
|
e.offsetY = e.pageY - e.currentTarget.offsetTop;
|
|
}
|
|
|
|
var x = e.offsetX;
|
|
var y = e.offsetY;
|
|
var t = layerdict.transform;
|
|
var flip = layerdict.layer === "B";
|
|
if (flip) {
|
|
x = (devicePixelRatio * x / t.zoom - t.panx + t.x) / -t.s;
|
|
} else {
|
|
x = (devicePixelRatio * x / t.zoom - t.panx - t.x) / t.s;
|
|
}
|
|
y = (devicePixelRatio * y / t.zoom - t.y - t.pany) / t.s;
|
|
var v = rotateVector([x, y], -settings.boardRotation + (flip && settings.offsetBackRotation ? - 180 : 0));
|
|
if ("nets" in pcbdata) {
|
|
var net = netHitScan(layerdict.layer, ...v);
|
|
if (net !== highlightedNet) {
|
|
netClicked(net);
|
|
}
|
|
}
|
|
if (highlightedNet === null) {
|
|
var footprints = bboxHitScan(layerdict.layer, ...v);
|
|
if (footprints.length > 0) {
|
|
footprintsClicked(footprints);
|
|
}
|
|
}
|
|
}
|
|
|
|
function handlePointerLeave(e, layerdict) {
|
|
e.preventDefault();
|
|
e.stopPropagation();
|
|
|
|
if (!settings.redrawOnDrag) {
|
|
redrawCanvas(layerdict);
|
|
}
|
|
|
|
delete layerdict.pointerStates[e.pointerId];
|
|
}
|
|
|
|
function resetTransform(layerdict) {
|
|
layerdict.transform.panx = 0;
|
|
layerdict.transform.pany = 0;
|
|
layerdict.transform.zoom = 1;
|
|
redrawCanvas(layerdict);
|
|
}
|
|
|
|
function handlePointerUp(e, layerdict) {
|
|
if (!e.hasOwnProperty("offsetX")) {
|
|
// The polyfill doesn't set this properly
|
|
e.offsetX = e.pageX - e.currentTarget.offsetLeft;
|
|
e.offsetY = e.pageY - e.currentTarget.offsetTop;
|
|
}
|
|
|
|
e.preventDefault();
|
|
e.stopPropagation();
|
|
|
|
if (e.button == 2) {
|
|
// Reset pan and zoom on right click.
|
|
resetTransform(layerdict);
|
|
layerdict.anotherPointerTapped = false;
|
|
return;
|
|
}
|
|
|
|
// We haven't necessarily had a pointermove event since the interaction started, so make sure we update this now
|
|
var ptr = layerdict.pointerStates[e.pointerId];
|
|
ptr.distanceTravelled += Math.abs(e.offsetX - ptr.lastX) + Math.abs(e.offsetY - ptr.lastY);
|
|
|
|
if (e.button == 0 && ptr.distanceTravelled < 10 && Date.now() - ptr.downTime <= 500) {
|
|
if (Object.keys(layerdict.pointerStates).length == 1) {
|
|
if (layerdict.anotherPointerTapped) {
|
|
// This is the second pointer coming off of a two-finger tap
|
|
resetTransform(layerdict);
|
|
} else {
|
|
// This is just a regular tap
|
|
handleMouseClick(e, layerdict);
|
|
}
|
|
layerdict.anotherPointerTapped = false;
|
|
} else {
|
|
// This is the first finger coming off of what could become a two-finger tap
|
|
layerdict.anotherPointerTapped = true;
|
|
}
|
|
} else {
|
|
if (!settings.redrawOnDrag) {
|
|
redrawCanvas(layerdict);
|
|
}
|
|
layerdict.anotherPointerTapped = false;
|
|
}
|
|
|
|
delete layerdict.pointerStates[e.pointerId];
|
|
}
|
|
|
|
function handlePointerMove(e, layerdict) {
|
|
if (!layerdict.pointerStates.hasOwnProperty(e.pointerId)) {
|
|
return;
|
|
}
|
|
e.preventDefault();
|
|
e.stopPropagation();
|
|
|
|
if (!e.hasOwnProperty("offsetX")) {
|
|
// The polyfill doesn't set this properly
|
|
e.offsetX = e.pageX - e.currentTarget.offsetLeft;
|
|
e.offsetY = e.pageY - e.currentTarget.offsetTop;
|
|
}
|
|
|
|
var thisPtr = layerdict.pointerStates[e.pointerId];
|
|
|
|
var dx = e.offsetX - thisPtr.lastX;
|
|
var dy = e.offsetY - thisPtr.lastY;
|
|
|
|
// If this number is low on pointer up, we count the action as a click
|
|
thisPtr.distanceTravelled += Math.abs(dx) + Math.abs(dy);
|
|
|
|
if (Object.keys(layerdict.pointerStates).length == 1) {
|
|
// This is a simple drag
|
|
layerdict.transform.panx += devicePixelRatio * dx / layerdict.transform.zoom;
|
|
layerdict.transform.pany += devicePixelRatio * dy / layerdict.transform.zoom;
|
|
} else if (Object.keys(layerdict.pointerStates).length == 2) {
|
|
var otherPtr = Object.values(layerdict.pointerStates).filter((ptr) => ptr != thisPtr)[0];
|
|
|
|
var oldDist = Math.sqrt(Math.pow(thisPtr.lastX - otherPtr.lastX, 2) + Math.pow(thisPtr.lastY - otherPtr.lastY, 2));
|
|
var newDist = Math.sqrt(Math.pow(e.offsetX - otherPtr.lastX, 2) + Math.pow(e.offsetY - otherPtr.lastY, 2));
|
|
|
|
var scaleFactor = newDist / oldDist;
|
|
|
|
if (scaleFactor != NaN) {
|
|
layerdict.transform.zoom *= scaleFactor;
|
|
|
|
var zoomd = (1 - scaleFactor) / layerdict.transform.zoom;
|
|
layerdict.transform.panx += devicePixelRatio * otherPtr.lastX * zoomd;
|
|
layerdict.transform.pany += devicePixelRatio * otherPtr.lastY * zoomd;
|
|
}
|
|
}
|
|
|
|
thisPtr.lastX = e.offsetX;
|
|
thisPtr.lastY = e.offsetY;
|
|
|
|
if (settings.redrawOnDrag) {
|
|
redrawCanvas(layerdict);
|
|
}
|
|
}
|
|
|
|
function handleMouseWheel(e, layerdict) {
|
|
e.preventDefault();
|
|
e.stopPropagation();
|
|
var t = layerdict.transform;
|
|
var wheeldelta = e.deltaY;
|
|
if (e.deltaMode == 1) {
|
|
// FF only, scroll by lines
|
|
wheeldelta *= 30;
|
|
} else if (e.deltaMode == 2) {
|
|
wheeldelta *= 300;
|
|
}
|
|
var m = Math.pow(1.1, -wheeldelta / 40);
|
|
// Limit amount of zoom per tick.
|
|
if (m > 2) {
|
|
m = 2;
|
|
} else if (m < 0.5) {
|
|
m = 0.5;
|
|
}
|
|
t.zoom *= m;
|
|
var zoomd = (1 - m) / t.zoom;
|
|
t.panx += devicePixelRatio * e.offsetX * zoomd;
|
|
t.pany += devicePixelRatio * e.offsetY * zoomd;
|
|
redrawCanvas(layerdict);
|
|
}
|
|
|
|
function addMouseHandlers(div, layerdict) {
|
|
div.addEventListener("pointerdown", function(e) {
|
|
handlePointerDown(e, layerdict);
|
|
});
|
|
div.addEventListener("pointermove", function(e) {
|
|
handlePointerMove(e, layerdict);
|
|
});
|
|
div.addEventListener("pointerup", function(e) {
|
|
handlePointerUp(e, layerdict);
|
|
});
|
|
var pointerleave = function(e) {
|
|
handlePointerLeave(e, layerdict);
|
|
}
|
|
div.addEventListener("pointercancel", pointerleave);
|
|
div.addEventListener("pointerleave", pointerleave);
|
|
div.addEventListener("pointerout", pointerleave);
|
|
|
|
div.onwheel = function(e) {
|
|
handleMouseWheel(e, layerdict);
|
|
}
|
|
for (var element of [div, layerdict.bg, layerdict.fab, layerdict.silk, layerdict.highlight]) {
|
|
element.addEventListener("contextmenu", function(e) {
|
|
e.preventDefault();
|
|
}, false);
|
|
}
|
|
}
|
|
|
|
function setRedrawOnDrag(value) {
|
|
settings.redrawOnDrag = value;
|
|
writeStorage("redrawOnDrag", value);
|
|
}
|
|
|
|
function setBoardRotation(value) {
|
|
settings.boardRotation = value * 5;
|
|
writeStorage("boardRotation", settings.boardRotation);
|
|
document.getElementById("rotationDegree").textContent = settings.boardRotation;
|
|
resizeAll();
|
|
}
|
|
|
|
function setOffsetBackRotation(value) {
|
|
settings.offsetBackRotation = value;
|
|
writeStorage("offsetBackRotation", value);
|
|
resizeAll();
|
|
}
|
|
|
|
function initRender() {
|
|
allcanvas = {
|
|
front: {
|
|
transform: {
|
|
x: 0,
|
|
y: 0,
|
|
s: 1,
|
|
panx: 0,
|
|
pany: 0,
|
|
zoom: 1,
|
|
},
|
|
pointerStates: {},
|
|
anotherPointerTapped: false,
|
|
bg: document.getElementById("F_bg"),
|
|
fab: document.getElementById("F_fab"),
|
|
silk: document.getElementById("F_slk"),
|
|
highlight: document.getElementById("F_hl"),
|
|
layer: "F",
|
|
},
|
|
back: {
|
|
transform: {
|
|
x: 0,
|
|
y: 0,
|
|
s: 1,
|
|
panx: 0,
|
|
pany: 0,
|
|
zoom: 1,
|
|
},
|
|
pointerStates: {},
|
|
anotherPointerTapped: false,
|
|
bg: document.getElementById("B_bg"),
|
|
fab: document.getElementById("B_fab"),
|
|
silk: document.getElementById("B_slk"),
|
|
highlight: document.getElementById("B_hl"),
|
|
layer: "B",
|
|
}
|
|
};
|
|
addMouseHandlers(document.getElementById("frontcanvas"), allcanvas.front);
|
|
addMouseHandlers(document.getElementById("backcanvas"), allcanvas.back);
|
|
}
|
|
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
/*
|
|
* Table reordering via Drag'n'Drop
|
|
* Inspired by: https://htmldom.dev/drag-and-drop-table-column
|
|
*/
|
|
|
|
function setBomHandlers() {
|
|
|
|
const bom = document.getElementById('bomtable');
|
|
|
|
let dragName;
|
|
let placeHolderElements;
|
|
let draggingElement;
|
|
let forcePopulation;
|
|
let xOffset;
|
|
let yOffset;
|
|
let wasDragged;
|
|
|
|
const mouseUpHandler = function(e) {
|
|
// Delete dragging element
|
|
draggingElement.remove();
|
|
|
|
// Make BOM selectable again
|
|
bom.style.removeProperty("userSelect");
|
|
|
|
// Remove listeners
|
|
document.removeEventListener('mousemove', mouseMoveHandler);
|
|
document.removeEventListener('mouseup', mouseUpHandler);
|
|
|
|
if (wasDragged) {
|
|
// Redraw whole BOM
|
|
populateBomTable();
|
|
}
|
|
}
|
|
|
|
const mouseMoveHandler = function(e) {
|
|
// Notice the dragging
|
|
wasDragged = true;
|
|
|
|
// Make the dragged element visible
|
|
draggingElement.style.removeProperty("display");
|
|
|
|
// Set elements position to mouse position
|
|
draggingElement.style.left = `${e.screenX - xOffset}px`;
|
|
draggingElement.style.top = `${e.screenY - yOffset}px`;
|
|
|
|
// Forced redrawing of BOM table
|
|
if (forcePopulation) {
|
|
forcePopulation = false;
|
|
// Copy array
|
|
phe = Array.from(placeHolderElements);
|
|
// populate BOM table again
|
|
populateBomHeader(dragName, phe);
|
|
populateBomBody(dragName, phe);
|
|
}
|
|
|
|
// Set up array of hidden columns
|
|
var hiddenColumns = Array.from(settings.hiddenColumns);
|
|
// In the ungrouped mode, quantity don't exist
|
|
if (settings.bommode === "ungrouped")
|
|
hiddenColumns.push("Quantity");
|
|
// If no checkbox fields can be found, we consider them hidden
|
|
if (settings.checkboxes.length == 0)
|
|
hiddenColumns.push("checkboxes");
|
|
|
|
// Get table headers and group them into checkboxes, extrafields and normal headers
|
|
const bh = document.getElementById("bomhead");
|
|
headers = Array.from(bh.querySelectorAll("th"))
|
|
headers.shift() // numCol is not part of the columnOrder
|
|
headerGroups = []
|
|
lastCompoundClass = null;
|
|
for (i = 0; i < settings.columnOrder.length; i++) {
|
|
cElem = settings.columnOrder[i];
|
|
if (hiddenColumns.includes(cElem)) {
|
|
// Hidden columns appear as a dummy element
|
|
headerGroups.push([]);
|
|
continue;
|
|
}
|
|
elem = headers.filter(e => getColumnOrderName(e) === cElem)[0];
|
|
if (elem.classList.contains("bom-checkbox")) {
|
|
if (lastCompoundClass === "bom-checkbox") {
|
|
cbGroup = headerGroups.pop();
|
|
cbGroup.push(elem);
|
|
headerGroups.push(cbGroup);
|
|
} else {
|
|
lastCompoundClass = "bom-checkbox";
|
|
headerGroups.push([elem])
|
|
}
|
|
} else {
|
|
headerGroups.push([elem])
|
|
}
|
|
}
|
|
|
|
// Copy settings.columnOrder
|
|
var columns = Array.from(settings.columnOrder)
|
|
|
|
// Set up array with indices of hidden columns
|
|
var hiddenIndices = hiddenColumns.map(e => settings.columnOrder.indexOf(e));
|
|
var dragIndex = columns.indexOf(dragName);
|
|
var swapIndex = dragIndex;
|
|
var swapDone = false;
|
|
|
|
// Check if the current dragged element is swapable with the left or right element
|
|
if (dragIndex > 0) {
|
|
// Get left headers boundingbox
|
|
swapIndex = dragIndex - 1;
|
|
while (hiddenIndices.includes(swapIndex) && swapIndex > 0)
|
|
swapIndex--;
|
|
if (!hiddenIndices.includes(swapIndex)) {
|
|
box = getBoundingClientRectFromMultiple(headerGroups[swapIndex]);
|
|
if (e.clientX < box.left + window.scrollX + (box.width / 2)) {
|
|
swapElement = columns[dragIndex];
|
|
columns.splice(dragIndex, 1);
|
|
columns.splice(swapIndex, 0, swapElement);
|
|
forcePopulation = true;
|
|
swapDone = true;
|
|
}
|
|
}
|
|
}
|
|
if ((!swapDone) && dragIndex < headerGroups.length - 1) {
|
|
// Get right headers boundingbox
|
|
swapIndex = dragIndex + 1;
|
|
while (hiddenIndices.includes(swapIndex))
|
|
swapIndex++;
|
|
if (swapIndex < headerGroups.length) {
|
|
box = getBoundingClientRectFromMultiple(headerGroups[swapIndex]);
|
|
if (e.clientX > box.left + window.scrollX + (box.width / 2)) {
|
|
swapElement = columns[dragIndex];
|
|
columns.splice(dragIndex, 1);
|
|
columns.splice(swapIndex, 0, swapElement);
|
|
forcePopulation = true;
|
|
swapDone = true;
|
|
}
|
|
}
|
|
}
|
|
|
|
// Write back change to storage
|
|
if (swapDone) {
|
|
settings.columnOrder = columns
|
|
writeStorage("columnOrder", JSON.stringify(columns));
|
|
}
|
|
|
|
}
|
|
|
|
const mouseDownHandler = function(e) {
|
|
var target = e.target;
|
|
if (target.tagName.toLowerCase() != "td")
|
|
target = target.parentElement;
|
|
|
|
// Used to check if a dragging has ever happened
|
|
wasDragged = false;
|
|
|
|
// Create new element which will be displayed as the dragged column
|
|
draggingElement = document.createElement("div")
|
|
draggingElement.classList.add("dragging");
|
|
draggingElement.style.display = "none";
|
|
draggingElement.style.position = "absolute";
|
|
draggingElement.style.overflow = "hidden";
|
|
|
|
// Get bomhead and bombody elements
|
|
const bh = document.getElementById("bomhead");
|
|
const bb = document.getElementById("bombody");
|
|
|
|
// Get all compound headers for the current column
|
|
var compoundHeaders;
|
|
if (target.classList.contains("bom-checkbox")) {
|
|
compoundHeaders = Array.from(bh.querySelectorAll("th.bom-checkbox"));
|
|
} else {
|
|
compoundHeaders = [target];
|
|
}
|
|
|
|
// Create new table which will display the column
|
|
var newTable = document.createElement("table");
|
|
newTable.classList.add("bom");
|
|
newTable.style.background = "white";
|
|
draggingElement.append(newTable);
|
|
|
|
// Create new header element
|
|
var newHeader = document.createElement("thead");
|
|
newTable.append(newHeader);
|
|
|
|
// Set up array for storing all placeholder elements
|
|
placeHolderElements = [];
|
|
|
|
// Add all compound headers to the new thead element and placeholders
|
|
compoundHeaders.forEach(function(h) {
|
|
clone = cloneElementWithDimensions(h);
|
|
newHeader.append(clone);
|
|
placeHolderElements.push(clone);
|
|
});
|
|
|
|
// Create new body element
|
|
var newBody = document.createElement("tbody");
|
|
newTable.append(newBody);
|
|
|
|
// Get indices for compound headers
|
|
var idxs = compoundHeaders.map(e => getBomTableHeaderIndex(e));
|
|
|
|
// For each row in the BOM body...
|
|
var rows = bb.querySelectorAll("tr");
|
|
rows.forEach(function(row) {
|
|
// ..get the cells for the compound column
|
|
const tds = row.querySelectorAll("td");
|
|
var copytds = idxs.map(i => tds[i]);
|
|
// Add them to the new element and the placeholders
|
|
var newRow = document.createElement("tr");
|
|
copytds.forEach(function(td) {
|
|
clone = cloneElementWithDimensions(td);
|
|
newRow.append(clone);
|
|
placeHolderElements.push(clone);
|
|
});
|
|
newBody.append(newRow);
|
|
});
|
|
|
|
// Compute width for compound header
|
|
var width = compoundHeaders.reduce((acc, x) => acc + x.clientWidth, 0);
|
|
draggingElement.style.width = `${width}px`;
|
|
|
|
// Insert the new dragging element and disable selection on BOM
|
|
bom.insertBefore(draggingElement, null);
|
|
bom.style.userSelect = "none";
|
|
|
|
// Determine the mouse position offset
|
|
xOffset = e.screenX - compoundHeaders.reduce((acc, x) => Math.min(acc, x.offsetLeft), compoundHeaders[0].offsetLeft);
|
|
yOffset = e.screenY - compoundHeaders[0].offsetTop;
|
|
|
|
// Get name for the column in settings.columnOrder
|
|
dragName = getColumnOrderName(target);
|
|
|
|
// Change text and class for placeholder elements
|
|
placeHolderElements = placeHolderElements.map(function(e) {
|
|
newElem = cloneElementWithDimensions(e);
|
|
newElem.textContent = "";
|
|
newElem.classList.add("placeholder");
|
|
return newElem;
|
|
});
|
|
|
|
// On next mouse move, the whole BOM needs to be redrawn to show the placeholders
|
|
forcePopulation = true;
|
|
|
|
// Add listeners for move and up on mouse
|
|
document.addEventListener('mousemove', mouseMoveHandler);
|
|
document.addEventListener('mouseup', mouseUpHandler);
|
|
}
|
|
|
|
// In netlist mode, there is nothing to reorder
|
|
if (settings.bommode === "netlist")
|
|
return;
|
|
|
|
// Add mouseDownHandler to every column except the numCol
|
|
bom.querySelectorAll("th")
|
|
.forEach(function(head) {
|
|
if (!head.classList.contains("numCol")) {
|
|
head.onmousedown = mouseDownHandler;
|
|
}
|
|
});
|
|
|
|
}
|
|
|
|
function getBoundingClientRectFromMultiple(elements) {
|
|
var elems = Array.from(elements);
|
|
|
|
if (elems.length == 0)
|
|
return null;
|
|
|
|
var box = elems.shift()
|
|
.getBoundingClientRect();
|
|
|
|
elems.forEach(function(elem) {
|
|
var elembox = elem.getBoundingClientRect();
|
|
box.left = Math.min(elembox.left, box.left);
|
|
box.top = Math.min(elembox.top, box.top);
|
|
box.width += elembox.width;
|
|
box.height = Math.max(elembox.height, box.height);
|
|
});
|
|
|
|
return box;
|
|
}
|
|
|
|
function cloneElementWithDimensions(elem) {
|
|
var newElem = elem.cloneNode(true);
|
|
newElem.style.height = window.getComputedStyle(elem).height;
|
|
newElem.style.width = window.getComputedStyle(elem).width;
|
|
return newElem;
|
|
}
|
|
|
|
function getBomTableHeaderIndex(elem) {
|
|
const bh = document.getElementById('bomhead');
|
|
const ths = Array.from(bh.querySelectorAll("th"));
|
|
return ths.indexOf(elem);
|
|
}
|
|
|
|
function getColumnOrderName(elem) {
|
|
var cname = elem.getAttribute("col_name");
|
|
if (cname === "bom-checkbox")
|
|
return "checkboxes";
|
|
else
|
|
return cname;
|
|
}
|
|
|
|
function resizableGrid(tablehead) {
|
|
var cols = tablehead.firstElementChild.children;
|
|
var rowWidth = tablehead.offsetWidth;
|
|
|
|
for (var i = 1; i < cols.length; i++) {
|
|
if (cols[i].classList.contains("bom-checkbox"))
|
|
continue;
|
|
cols[i].style.width = ((cols[i].clientWidth - paddingDiff(cols[i])) * 100 / rowWidth) + '%';
|
|
}
|
|
|
|
for (var i = 1; i < cols.length - 1; i++) {
|
|
var div = document.createElement('div');
|
|
div.className = "column-width-handle";
|
|
cols[i].appendChild(div);
|
|
setListeners(div);
|
|
}
|
|
|
|
function setListeners(div) {
|
|
var startX, curCol, nxtCol, curColWidth, nxtColWidth, rowWidth;
|
|
|
|
div.addEventListener('mousedown', function(e) {
|
|
e.preventDefault();
|
|
e.stopPropagation();
|
|
|
|
curCol = e.target.parentElement;
|
|
nxtCol = curCol.nextElementSibling;
|
|
startX = e.pageX;
|
|
|
|
var padding = paddingDiff(curCol);
|
|
|
|
rowWidth = curCol.parentElement.offsetWidth;
|
|
curColWidth = curCol.clientWidth - padding;
|
|
nxtColWidth = nxtCol.clientWidth - padding;
|
|
});
|
|
|
|
document.addEventListener('mousemove', function(e) {
|
|
if (startX) {
|
|
var diffX = e.pageX - startX;
|
|
diffX = -Math.min(-diffX, curColWidth - 20);
|
|
diffX = Math.min(diffX, nxtColWidth - 20);
|
|
|
|
curCol.style.width = ((curColWidth + diffX) * 100 / rowWidth) + '%';
|
|
nxtCol.style.width = ((nxtColWidth - diffX) * 100 / rowWidth) + '%';
|
|
console.log(`${curColWidth + nxtColWidth} ${(curColWidth + diffX) * 100 / rowWidth + (nxtColWidth - diffX) * 100 / rowWidth}`);
|
|
}
|
|
});
|
|
|
|
document.addEventListener('mouseup', function(e) {
|
|
curCol = undefined;
|
|
nxtCol = undefined;
|
|
startX = undefined;
|
|
nxtColWidth = undefined;
|
|
curColWidth = undefined
|
|
});
|
|
}
|
|
|
|
function paddingDiff(col) {
|
|
|
|
if (getStyleVal(col, 'box-sizing') == 'border-box') {
|
|
return 0;
|
|
}
|
|
|
|
var padLeft = getStyleVal(col, 'padding-left');
|
|
var padRight = getStyleVal(col, 'padding-right');
|
|
return (parseInt(padLeft) + parseInt(padRight));
|
|
|
|
}
|
|
|
|
function getStyleVal(elm, css) {
|
|
return (window.getComputedStyle(elm, null).getPropertyValue(css))
|
|
}
|
|
}
|
|
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
/* DOM manipulation and misc code */
|
|
|
|
var bomsplit;
|
|
var canvassplit;
|
|
var initDone = false;
|
|
var bomSortFunction = null;
|
|
var currentSortColumn = null;
|
|
var currentSortOrder = null;
|
|
var currentHighlightedRowId;
|
|
var highlightHandlers = [];
|
|
var footprintIndexToHandler = {};
|
|
var netsToHandler = {};
|
|
var markedFootprints = new Set();
|
|
var highlightedFootprints = [];
|
|
var highlightedNet = null;
|
|
var lastClicked;
|
|
|
|
function dbg(html) {
|
|
dbgdiv.innerHTML = html;
|
|
}
|
|
|
|
function redrawIfInitDone() {
|
|
if (initDone) {
|
|
redrawCanvas(allcanvas.front);
|
|
redrawCanvas(allcanvas.back);
|
|
}
|
|
}
|
|
|
|
function padsVisible(value) {
|
|
writeStorage("padsVisible", value);
|
|
settings.renderPads = value;
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function referencesVisible(value) {
|
|
writeStorage("referencesVisible", value);
|
|
settings.renderReferences = value;
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function valuesVisible(value) {
|
|
writeStorage("valuesVisible", value);
|
|
settings.renderValues = value;
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function tracksVisible(value) {
|
|
writeStorage("tracksVisible", value);
|
|
settings.renderTracks = value;
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function zonesVisible(value) {
|
|
writeStorage("zonesVisible", value);
|
|
settings.renderZones = value;
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function dnpOutline(value) {
|
|
writeStorage("dnpOutline", value);
|
|
settings.renderDnpOutline = value;
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function setDarkMode(value) {
|
|
if (value) {
|
|
topmostdiv.classList.add("dark");
|
|
} else {
|
|
topmostdiv.classList.remove("dark");
|
|
}
|
|
writeStorage("darkmode", value);
|
|
settings.darkMode = value;
|
|
redrawIfInitDone();
|
|
if (initDone) {
|
|
populateBomTable();
|
|
}
|
|
}
|
|
|
|
function setShowBOMColumn(field, value) {
|
|
if (field === "references") {
|
|
var rl = document.getElementById("reflookup");
|
|
rl.disabled = !value;
|
|
if (!value) {
|
|
rl.value = "";
|
|
updateRefLookup("");
|
|
}
|
|
}
|
|
|
|
var n = settings.hiddenColumns.indexOf(field);
|
|
if (value) {
|
|
if (n != -1) {
|
|
settings.hiddenColumns.splice(n, 1);
|
|
}
|
|
} else {
|
|
if (n == -1) {
|
|
settings.hiddenColumns.push(field);
|
|
}
|
|
}
|
|
|
|
writeStorage("hiddenColumns", JSON.stringify(settings.hiddenColumns));
|
|
|
|
if (initDone) {
|
|
populateBomTable();
|
|
}
|
|
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
|
|
function setFullscreen(value) {
|
|
if (value) {
|
|
document.documentElement.requestFullscreen();
|
|
} else {
|
|
document.exitFullscreen();
|
|
}
|
|
}
|
|
|
|
function fabricationVisible(value) {
|
|
writeStorage("fabricationVisible", value);
|
|
settings.renderFabrication = value;
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function silkscreenVisible(value) {
|
|
writeStorage("silkscreenVisible", value);
|
|
settings.renderSilkscreen = value;
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function setHighlightPin1(value) {
|
|
writeStorage("highlightpin1", value);
|
|
settings.highlightpin1 = value;
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function getStoredCheckboxRefs(checkbox) {
|
|
function convert(ref) {
|
|
var intref = parseInt(ref);
|
|
if (isNaN(intref)) {
|
|
for (var i = 0; i < pcbdata.footprints.length; i++) {
|
|
if (pcbdata.footprints[i].ref == ref) {
|
|
return i;
|
|
}
|
|
}
|
|
return -1;
|
|
} else {
|
|
return intref;
|
|
}
|
|
}
|
|
if (!(checkbox in settings.checkboxStoredRefs)) {
|
|
var val = readStorage("checkbox_" + checkbox);
|
|
settings.checkboxStoredRefs[checkbox] = val ? val : "";
|
|
}
|
|
if (!settings.checkboxStoredRefs[checkbox]) {
|
|
return new Set();
|
|
} else {
|
|
return new Set(settings.checkboxStoredRefs[checkbox].split(",").map(r => convert(r)).filter(a => a >= 0));
|
|
}
|
|
}
|
|
|
|
function getCheckboxState(checkbox, references) {
|
|
var storedRefsSet = getStoredCheckboxRefs(checkbox);
|
|
var currentRefsSet = new Set(references.map(r => r[1]));
|
|
// Get difference of current - stored
|
|
var difference = new Set(currentRefsSet);
|
|
for (ref of storedRefsSet) {
|
|
difference.delete(ref);
|
|
}
|
|
if (difference.size == 0) {
|
|
// All the current refs are stored
|
|
return "checked";
|
|
} else if (difference.size == currentRefsSet.size) {
|
|
// None of the current refs are stored
|
|
return "unchecked";
|
|
} else {
|
|
// Some of the refs are stored
|
|
return "indeterminate";
|
|
}
|
|
}
|
|
|
|
function setBomCheckboxState(checkbox, element, references) {
|
|
var state = getCheckboxState(checkbox, references);
|
|
element.checked = (state == "checked");
|
|
element.indeterminate = (state == "indeterminate");
|
|
}
|
|
|
|
function createCheckboxChangeHandler(checkbox, references, row) {
|
|
return function () {
|
|
refsSet = getStoredCheckboxRefs(checkbox);
|
|
var markWhenChecked = settings.markWhenChecked == checkbox;
|
|
eventArgs = {
|
|
checkbox: checkbox,
|
|
refs: references,
|
|
}
|
|
if (this.checked) {
|
|
// checkbox ticked
|
|
for (var ref of references) {
|
|
refsSet.add(ref[1]);
|
|
}
|
|
if (markWhenChecked) {
|
|
row.classList.add("checked");
|
|
for (var ref of references) {
|
|
markedFootprints.add(ref[1]);
|
|
}
|
|
drawHighlights();
|
|
}
|
|
eventArgs.state = 'checked';
|
|
} else {
|
|
// checkbox unticked
|
|
for (var ref of references) {
|
|
refsSet.delete(ref[1]);
|
|
}
|
|
if (markWhenChecked) {
|
|
row.classList.remove("checked");
|
|
for (var ref of references) {
|
|
markedFootprints.delete(ref[1]);
|
|
}
|
|
drawHighlights();
|
|
}
|
|
eventArgs.state = 'unchecked';
|
|
}
|
|
settings.checkboxStoredRefs[checkbox] = [...refsSet].join(",");
|
|
writeStorage("checkbox_" + checkbox, settings.checkboxStoredRefs[checkbox]);
|
|
updateCheckboxStats(checkbox);
|
|
EventHandler.emitEvent(IBOM_EVENT_TYPES.CHECKBOX_CHANGE_EVENT, eventArgs);
|
|
}
|
|
}
|
|
|
|
function clearHighlightedFootprints() {
|
|
if (currentHighlightedRowId) {
|
|
document.getElementById(currentHighlightedRowId).classList.remove("highlighted");
|
|
currentHighlightedRowId = null;
|
|
highlightedFootprints = [];
|
|
highlightedNet = null;
|
|
}
|
|
}
|
|
|
|
function createRowHighlightHandler(rowid, refs, net) {
|
|
return function () {
|
|
if (currentHighlightedRowId) {
|
|
if (currentHighlightedRowId == rowid) {
|
|
return;
|
|
}
|
|
document.getElementById(currentHighlightedRowId).classList.remove("highlighted");
|
|
}
|
|
document.getElementById(rowid).classList.add("highlighted");
|
|
currentHighlightedRowId = rowid;
|
|
highlightedFootprints = refs ? refs.map(r => r[1]) : [];
|
|
highlightedNet = net;
|
|
drawHighlights();
|
|
EventHandler.emitEvent(
|
|
IBOM_EVENT_TYPES.HIGHLIGHT_EVENT, {
|
|
rowid: rowid,
|
|
refs: refs,
|
|
net: net
|
|
});
|
|
}
|
|
}
|
|
|
|
function updateNetColors() {
|
|
writeStorage("netColors", JSON.stringify(settings.netColors));
|
|
redrawIfInitDone();
|
|
}
|
|
|
|
function netColorChangeHandler(net) {
|
|
return (event) => {
|
|
settings.netColors[net] = event.target.value;
|
|
updateNetColors();
|
|
}
|
|
}
|
|
|
|
function netColorRightClick(net) {
|
|
return (event) => {
|
|
if(event.button == 2) {
|
|
event.preventDefault();
|
|
event.stopPropagation();
|
|
|
|
var style = getComputedStyle(topmostdiv);
|
|
var defaultNetColor = style.getPropertyValue('--track-color').trim();
|
|
event.target.value = defaultNetColor;
|
|
delete settings.netColors[net];
|
|
updateNetColors();
|
|
}
|
|
}
|
|
}
|
|
|
|
function entryMatches(entry) {
|
|
if (settings.bommode == "netlist") {
|
|
// entry is just a net name
|
|
return entry.toLowerCase().indexOf(filter) >= 0;
|
|
}
|
|
// check refs
|
|
if (!settings.hiddenColumns.includes("references")) {
|
|
for (var ref of entry) {
|
|
if (ref[0].toLowerCase().indexOf(filter) >= 0) {
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
// check fields
|
|
for (var i in config.fields) {
|
|
var f = config.fields[i];
|
|
if (!settings.hiddenColumns.includes(f)) {
|
|
for (var ref of entry) {
|
|
if (String(pcbdata.bom.fields[ref[1]][i]).toLowerCase().indexOf(filter) >= 0) {
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
return false;
|
|
}
|
|
|
|
function findRefInEntry(entry) {
|
|
return entry.filter(r => r[0].toLowerCase() == reflookup);
|
|
}
|
|
|
|
function highlightFilter(s) {
|
|
if (!filter) {
|
|
return s;
|
|
}
|
|
var parts = s.toLowerCase().split(filter);
|
|
if (parts.length == 1) {
|
|
return s;
|
|
}
|
|
var r = "";
|
|
var pos = 0;
|
|
for (var i in parts) {
|
|
if (i > 0) {
|
|
r += '<mark class="highlight">' +
|
|
s.substring(pos, pos + filter.length) +
|
|
'</mark>';
|
|
pos += filter.length;
|
|
}
|
|
r += s.substring(pos, pos + parts[i].length);
|
|
pos += parts[i].length;
|
|
}
|
|
return r;
|
|
}
|
|
|
|
function checkboxSetUnsetAllHandler(checkboxname) {
|
|
return function () {
|
|
var checkboxnum = 0;
|
|
while (checkboxnum < settings.checkboxes.length &&
|
|
settings.checkboxes[checkboxnum].toLowerCase() != checkboxname.toLowerCase()) {
|
|
checkboxnum++;
|
|
}
|
|
if (checkboxnum >= settings.checkboxes.length) {
|
|
return;
|
|
}
|
|
var allset = true;
|
|
var checkbox;
|
|
var row;
|
|
for (row of bombody.childNodes) {
|
|
checkbox = row.childNodes[checkboxnum + 1].childNodes[0];
|
|
if (!checkbox.checked || checkbox.indeterminate) {
|
|
allset = false;
|
|
break;
|
|
}
|
|
}
|
|
for (row of bombody.childNodes) {
|
|
checkbox = row.childNodes[checkboxnum + 1].childNodes[0];
|
|
checkbox.checked = !allset;
|
|
checkbox.indeterminate = false;
|
|
checkbox.onchange();
|
|
}
|
|
}
|
|
}
|
|
|
|
function createColumnHeader(name, cls, comparator, is_checkbox = false) {
|
|
var th = document.createElement("TH");
|
|
th.innerHTML = name;
|
|
th.classList.add(cls);
|
|
if (is_checkbox)
|
|
th.setAttribute("col_name", "bom-checkbox");
|
|
else
|
|
th.setAttribute("col_name", name);
|
|
var span = document.createElement("SPAN");
|
|
span.classList.add("sortmark");
|
|
span.classList.add("none");
|
|
th.appendChild(span);
|
|
var spacer = document.createElement("div");
|
|
spacer.className = "column-spacer";
|
|
th.appendChild(spacer);
|
|
spacer.onclick = function () {
|
|
if (currentSortColumn && th !== currentSortColumn) {
|
|
// Currently sorted by another column
|
|
currentSortColumn.childNodes[1].classList.remove(currentSortOrder);
|
|
currentSortColumn.childNodes[1].classList.add("none");
|
|
currentSortColumn = null;
|
|
currentSortOrder = null;
|
|
}
|
|
if (currentSortColumn && th === currentSortColumn) {
|
|
// Already sorted by this column
|
|
if (currentSortOrder == "asc") {
|
|
// Sort by this column, descending order
|
|
bomSortFunction = function (a, b) {
|
|
return -comparator(a, b);
|
|
}
|
|
currentSortColumn.childNodes[1].classList.remove("asc");
|
|
currentSortColumn.childNodes[1].classList.add("desc");
|
|
currentSortOrder = "desc";
|
|
} else {
|
|
// Unsort
|
|
bomSortFunction = null;
|
|
currentSortColumn.childNodes[1].classList.remove("desc");
|
|
currentSortColumn.childNodes[1].classList.add("none");
|
|
currentSortColumn = null;
|
|
currentSortOrder = null;
|
|
}
|
|
} else {
|
|
// Sort by this column, ascending order
|
|
bomSortFunction = comparator;
|
|
currentSortColumn = th;
|
|
currentSortColumn.childNodes[1].classList.remove("none");
|
|
currentSortColumn.childNodes[1].classList.add("asc");
|
|
currentSortOrder = "asc";
|
|
}
|
|
populateBomBody();
|
|
}
|
|
if (is_checkbox) {
|
|
spacer.onclick = fancyDblClickHandler(
|
|
spacer, spacer.onclick, checkboxSetUnsetAllHandler(name));
|
|
}
|
|
return th;
|
|
}
|
|
|
|
function populateBomHeader(placeHolderColumn = null, placeHolderElements = null) {
|
|
while (bomhead.firstChild) {
|
|
bomhead.removeChild(bomhead.firstChild);
|
|
}
|
|
var tr = document.createElement("TR");
|
|
var th = document.createElement("TH");
|
|
th.classList.add("numCol");
|
|
|
|
var vismenu = document.createElement("div");
|
|
vismenu.id = "vismenu";
|
|
vismenu.classList.add("menu");
|
|
|
|
var visbutton = document.createElement("div");
|
|
visbutton.classList.add("visbtn");
|
|
visbutton.classList.add("hideonprint");
|
|
|
|
var viscontent = document.createElement("div");
|
|
viscontent.classList.add("menu-content");
|
|
viscontent.id = "vismenu-content";
|
|
|
|
settings.columnOrder.forEach(column => {
|
|
if (typeof column !== "string")
|
|
return;
|
|
|
|
// Skip empty columns
|
|
if (column === "checkboxes" && settings.checkboxes.length == 0)
|
|
return;
|
|
else if (column === "Quantity" && settings.bommode == "ungrouped")
|
|
return;
|
|
|
|
var label = document.createElement("label");
|
|
label.classList.add("menu-label");
|
|
|
|
var input = document.createElement("input");
|
|
input.classList.add("visibility_checkbox");
|
|
input.type = "checkbox";
|
|
input.onchange = function (e) {
|
|
setShowBOMColumn(column, e.target.checked)
|
|
};
|
|
input.checked = !(settings.hiddenColumns.includes(column));
|
|
|
|
label.appendChild(input);
|
|
if (column.length > 0)
|
|
label.append(column[0].toUpperCase() + column.slice(1));
|
|
|
|
viscontent.appendChild(label);
|
|
});
|
|
|
|
viscontent.childNodes[0].classList.add("menu-label-top");
|
|
|
|
vismenu.appendChild(visbutton);
|
|
if (settings.bommode != "netlist") {
|
|
vismenu.appendChild(viscontent);
|
|
th.appendChild(vismenu);
|
|
}
|
|
tr.appendChild(th);
|
|
|
|
var checkboxCompareClosure = function (checkbox) {
|
|
return (a, b) => {
|
|
var stateA = getCheckboxState(checkbox, a);
|
|
var stateB = getCheckboxState(checkbox, b);
|
|
if (stateA > stateB) return -1;
|
|
if (stateA < stateB) return 1;
|
|
return 0;
|
|
}
|
|
}
|
|
var stringFieldCompareClosure = function (fieldIndex) {
|
|
return (a, b) => {
|
|
var fa = pcbdata.bom.fields[a[0][1]][fieldIndex];
|
|
var fb = pcbdata.bom.fields[b[0][1]][fieldIndex];
|
|
if (fa != fb) return fa > fb ? 1 : -1;
|
|
else return 0;
|
|
}
|
|
}
|
|
var referenceRegex = /(?<prefix>[^0-9]+)(?<number>[0-9]+)/;
|
|
var compareRefs = (a, b) => {
|
|
var ra = referenceRegex.exec(a);
|
|
var rb = referenceRegex.exec(b);
|
|
if (ra === null || rb === null) {
|
|
if (a != b) return a > b ? 1 : -1;
|
|
return 0;
|
|
} else {
|
|
if (ra.groups.prefix != rb.groups.prefix) {
|
|
return ra.groups.prefix > rb.groups.prefix ? 1 : -1;
|
|
}
|
|
if (ra.groups.number != rb.groups.number) {
|
|
return parseInt(ra.groups.number) > parseInt(rb.groups.number) ? 1 : -1;
|
|
}
|
|
return 0;
|
|
}
|
|
}
|
|
if (settings.bommode == "netlist") {
|
|
tr.appendChild(createColumnHeader("Net name", "bom-netname", (a, b) => {
|
|
if (a > b) return -1;
|
|
if (a < b) return 1;
|
|
return 0;
|
|
}));
|
|
tr.appendChild(createColumnHeader("Color", "bom-color", (a, b) => {
|
|
return 0;
|
|
}));
|
|
} else {
|
|
// Filter hidden columns
|
|
var columns = settings.columnOrder.filter(e => !settings.hiddenColumns.includes(e));
|
|
var valueIndex = config.fields.indexOf("Value");
|
|
var footprintIndex = config.fields.indexOf("Footprint");
|
|
columns.forEach((column) => {
|
|
if (column === placeHolderColumn) {
|
|
var n = 1;
|
|
if (column === "checkboxes")
|
|
n = settings.checkboxes.length;
|
|
for (i = 0; i < n; i++) {
|
|
td = placeHolderElements.shift();
|
|
tr.appendChild(td);
|
|
}
|
|
return;
|
|
} else if (column === "checkboxes") {
|
|
for (var checkbox of settings.checkboxes) {
|
|
th = createColumnHeader(
|
|
checkbox, "bom-checkbox", checkboxCompareClosure(checkbox), true);
|
|
tr.appendChild(th);
|
|
}
|
|
} else if (column === "References") {
|
|
tr.appendChild(createColumnHeader("References", "references", (a, b) => {
|
|
var i = 0;
|
|
while (i < a.length && i < b.length) {
|
|
if (a[i] != b[i]) return compareRefs(a[i][0], b[i][0]);
|
|
i++;
|
|
}
|
|
return a.length - b.length;
|
|
}));
|
|
} else if (column === "Value") {
|
|
tr.appendChild(createColumnHeader("Value", "value", (a, b) => {
|
|
var ra = a[0][1], rb = b[0][1];
|
|
return valueCompare(
|
|
pcbdata.bom.parsedValues[ra], pcbdata.bom.parsedValues[rb],
|
|
pcbdata.bom.fields[ra][valueIndex], pcbdata.bom.fields[rb][valueIndex]);
|
|
}));
|
|
return;
|
|
} else if (column === "Footprint") {
|
|
tr.appendChild(createColumnHeader(
|
|
"Footprint", "footprint", stringFieldCompareClosure(footprintIndex)));
|
|
} else if (column === "Quantity" && settings.bommode == "grouped") {
|
|
tr.appendChild(createColumnHeader("Quantity", "quantity", (a, b) => {
|
|
return a.length - b.length;
|
|
}));
|
|
} else {
|
|
// Other fields
|
|
var i = config.fields.indexOf(column);
|
|
if (i < 0)
|
|
return;
|
|
tr.appendChild(createColumnHeader(
|
|
column, `field${i + 1}`, stringFieldCompareClosure(i)));
|
|
}
|
|
});
|
|
}
|
|
bomhead.appendChild(tr);
|
|
}
|
|
|
|
function populateBomBody(placeholderColumn = null, placeHolderElements = null) {
|
|
const urlRegex = /^(https?:\/\/[^\s\/$.?#][^\s]*|file:\/\/([a-zA-Z]:|\/)[^\x00]+)$/;
|
|
while (bom.firstChild) {
|
|
bom.removeChild(bom.firstChild);
|
|
}
|
|
highlightHandlers = [];
|
|
footprintIndexToHandler = {};
|
|
netsToHandler = {};
|
|
currentHighlightedRowId = null;
|
|
var first = true;
|
|
var style = getComputedStyle(topmostdiv);
|
|
var defaultNetColor = style.getPropertyValue('--track-color').trim();
|
|
if (settings.bommode == "netlist") {
|
|
bomtable = pcbdata.nets.slice();
|
|
} else {
|
|
switch (settings.canvaslayout) {
|
|
case 'F':
|
|
bomtable = pcbdata.bom.F.slice();
|
|
break;
|
|
case 'FB':
|
|
bomtable = pcbdata.bom.both.slice();
|
|
break;
|
|
case 'B':
|
|
bomtable = pcbdata.bom.B.slice();
|
|
break;
|
|
}
|
|
if (settings.bommode == "ungrouped") {
|
|
// expand bom table
|
|
expandedTable = []
|
|
for (var bomentry of bomtable) {
|
|
for (var ref of bomentry) {
|
|
expandedTable.push([ref]);
|
|
}
|
|
}
|
|
bomtable = expandedTable;
|
|
}
|
|
}
|
|
if (bomSortFunction) {
|
|
bomtable = bomtable.sort(bomSortFunction);
|
|
}
|
|
for (var i in bomtable) {
|
|
var bomentry = bomtable[i];
|
|
if (filter && !entryMatches(bomentry)) {
|
|
continue;
|
|
}
|
|
var references = null;
|
|
var netname = null;
|
|
var tr = document.createElement("TR");
|
|
var td = document.createElement("TD");
|
|
var rownum = +i + 1;
|
|
tr.id = "bomrow" + rownum;
|
|
td.textContent = rownum;
|
|
tr.appendChild(td);
|
|
if (settings.bommode == "netlist") {
|
|
netname = bomentry;
|
|
td = document.createElement("TD");
|
|
td.innerHTML = highlightFilter(netname ? netname : "<no net>");
|
|
tr.appendChild(td);
|
|
var color = settings.netColors[netname] || defaultNetColor;
|
|
td = document.createElement("TD");
|
|
var colorBox = document.createElement("INPUT");
|
|
colorBox.type = "color";
|
|
colorBox.value = color;
|
|
colorBox.onchange = netColorChangeHandler(netname);
|
|
colorBox.onmouseup = netColorRightClick(netname);
|
|
colorBox.oncontextmenu = (e) => e.preventDefault();
|
|
td.appendChild(colorBox);
|
|
td.classList.add("color-column");
|
|
tr.appendChild(td);
|
|
} else {
|
|
if (reflookup) {
|
|
references = findRefInEntry(bomentry);
|
|
if (references.length == 0) {
|
|
continue;
|
|
}
|
|
} else {
|
|
references = bomentry;
|
|
}
|
|
// Filter hidden columns
|
|
var columns = settings.columnOrder.filter(e => !settings.hiddenColumns.includes(e));
|
|
columns.forEach((column) => {
|
|
if (column === placeholderColumn) {
|
|
var n = 1;
|
|
if (column === "checkboxes")
|
|
n = settings.checkboxes.length;
|
|
for (i = 0; i < n; i++) {
|
|
td = placeHolderElements.shift();
|
|
tr.appendChild(td);
|
|
}
|
|
return;
|
|
} else if (column === "checkboxes") {
|
|
for (var checkbox of settings.checkboxes) {
|
|
if (checkbox) {
|
|
td = document.createElement("TD");
|
|
var input = document.createElement("input");
|
|
input.type = "checkbox";
|
|
input.onchange = createCheckboxChangeHandler(checkbox, references, tr);
|
|
setBomCheckboxState(checkbox, input, references);
|
|
if (input.checked && settings.markWhenChecked == checkbox) {
|
|
tr.classList.add("checked");
|
|
}
|
|
td.appendChild(input);
|
|
tr.appendChild(td);
|
|
}
|
|
}
|
|
} else if (column === "References") {
|
|
td = document.createElement("TD");
|
|
td.innerHTML = highlightFilter(references.map(r => r[0]).join(", "));
|
|
tr.appendChild(td);
|
|
} else if (column === "Quantity" && settings.bommode == "grouped") {
|
|
// Quantity
|
|
td = document.createElement("TD");
|
|
td.textContent = references.length;
|
|
tr.appendChild(td);
|
|
} else {
|
|
// All the other fields
|
|
var field_index = config.fields.indexOf(column)
|
|
if (field_index < 0)
|
|
return;
|
|
var valueSet = new Set();
|
|
references.map(r => r[1]).forEach((id) => valueSet.add(pcbdata.bom.fields[id][field_index]));
|
|
td = document.createElement("TD");
|
|
var output = new Array();
|
|
for (let item of valueSet) {
|
|
const visible = highlightFilter(String(item));
|
|
if (typeof item === 'string' && item.match(urlRegex)) {
|
|
output.push(`<a href="${item}" target="_blank">${visible}</a>`);
|
|
} else {
|
|
output.push(visible);
|
|
}
|
|
}
|
|
td.innerHTML = output.join(", ");
|
|
tr.appendChild(td);
|
|
}
|
|
});
|
|
}
|
|
bom.appendChild(tr);
|
|
var handler = createRowHighlightHandler(tr.id, references, netname);
|
|
tr.onmousemove = handler;
|
|
highlightHandlers.push({
|
|
id: tr.id,
|
|
handler: handler,
|
|
});
|
|
if (references !== null) {
|
|
for (var refIndex of references.map(r => r[1])) {
|
|
footprintIndexToHandler[refIndex] = handler;
|
|
}
|
|
}
|
|
if (netname !== null) {
|
|
netsToHandler[netname] = handler;
|
|
}
|
|
if ((filter || reflookup) && first) {
|
|
handler();
|
|
first = false;
|
|
}
|
|
}
|
|
EventHandler.emitEvent(
|
|
IBOM_EVENT_TYPES.BOM_BODY_CHANGE_EVENT, {
|
|
filter: filter,
|
|
reflookup: reflookup,
|
|
checkboxes: settings.checkboxes,
|
|
bommode: settings.bommode,
|
|
});
|
|
}
|
|
|
|
function highlightPreviousRow() {
|
|
if (!currentHighlightedRowId) {
|
|
highlightHandlers[highlightHandlers.length - 1].handler();
|
|
} else {
|
|
if (highlightHandlers.length > 1 &&
|
|
highlightHandlers[0].id == currentHighlightedRowId) {
|
|
highlightHandlers[highlightHandlers.length - 1].handler();
|
|
} else {
|
|
for (var i = 0; i < highlightHandlers.length - 1; i++) {
|
|
if (highlightHandlers[i + 1].id == currentHighlightedRowId) {
|
|
highlightHandlers[i].handler();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
smoothScrollToRow(currentHighlightedRowId);
|
|
}
|
|
|
|
function highlightNextRow() {
|
|
if (!currentHighlightedRowId) {
|
|
highlightHandlers[0].handler();
|
|
} else {
|
|
if (highlightHandlers.length > 1 &&
|
|
highlightHandlers[highlightHandlers.length - 1].id == currentHighlightedRowId) {
|
|
highlightHandlers[0].handler();
|
|
} else {
|
|
for (var i = 1; i < highlightHandlers.length; i++) {
|
|
if (highlightHandlers[i - 1].id == currentHighlightedRowId) {
|
|
highlightHandlers[i].handler();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
smoothScrollToRow(currentHighlightedRowId);
|
|
}
|
|
|
|
function populateBomTable() {
|
|
populateBomHeader();
|
|
populateBomBody();
|
|
setBomHandlers();
|
|
resizableGrid(bomhead);
|
|
}
|
|
|
|
function footprintsClicked(footprintIndexes) {
|
|
var lastClickedIndex = footprintIndexes.indexOf(lastClicked);
|
|
for (var i = 1; i <= footprintIndexes.length; i++) {
|
|
var refIndex = footprintIndexes[(lastClickedIndex + i) % footprintIndexes.length];
|
|
if (refIndex in footprintIndexToHandler) {
|
|
lastClicked = refIndex;
|
|
footprintIndexToHandler[refIndex]();
|
|
smoothScrollToRow(currentHighlightedRowId);
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
function netClicked(net) {
|
|
if (net in netsToHandler) {
|
|
netsToHandler[net]();
|
|
smoothScrollToRow(currentHighlightedRowId);
|
|
} else {
|
|
clearHighlightedFootprints();
|
|
highlightedNet = net;
|
|
drawHighlights();
|
|
}
|
|
}
|
|
|
|
function updateFilter(input) {
|
|
filter = input.toLowerCase();
|
|
populateBomTable();
|
|
}
|
|
|
|
function updateRefLookup(input) {
|
|
reflookup = input.toLowerCase();
|
|
populateBomTable();
|
|
}
|
|
|
|
function changeCanvasLayout(layout) {
|
|
document.getElementById("fl-btn").classList.remove("depressed");
|
|
document.getElementById("fb-btn").classList.remove("depressed");
|
|
document.getElementById("bl-btn").classList.remove("depressed");
|
|
switch (layout) {
|
|
case 'F':
|
|
document.getElementById("fl-btn").classList.add("depressed");
|
|
if (settings.bomlayout != "bom-only") {
|
|
canvassplit.collapse(1);
|
|
}
|
|
break;
|
|
case 'B':
|
|
document.getElementById("bl-btn").classList.add("depressed");
|
|
if (settings.bomlayout != "bom-only") {
|
|
canvassplit.collapse(0);
|
|
}
|
|
break;
|
|
default:
|
|
document.getElementById("fb-btn").classList.add("depressed");
|
|
if (settings.bomlayout != "bom-only") {
|
|
canvassplit.setSizes([50, 50]);
|
|
}
|
|
}
|
|
settings.canvaslayout = layout;
|
|
writeStorage("canvaslayout", layout);
|
|
resizeAll();
|
|
changeBomMode(settings.bommode);
|
|
}
|
|
|
|
function populateMetadata() {
|
|
document.getElementById("title").innerHTML = pcbdata.metadata.title;
|
|
document.getElementById("revision").innerHTML = "Rev: " + pcbdata.metadata.revision;
|
|
document.getElementById("company").innerHTML = pcbdata.metadata.company;
|
|
document.getElementById("filedate").innerHTML = pcbdata.metadata.date;
|
|
if (pcbdata.metadata.title != "") {
|
|
document.title = pcbdata.metadata.title + " BOM";
|
|
}
|
|
// Calculate board stats
|
|
var fp_f = 0,
|
|
fp_b = 0,
|
|
pads_f = 0,
|
|
pads_b = 0,
|
|
pads_th = 0;
|
|
for (var i = 0; i < pcbdata.footprints.length; i++) {
|
|
if (pcbdata.bom.skipped.includes(i)) continue;
|
|
var mod = pcbdata.footprints[i];
|
|
if (mod.layer == "F") {
|
|
fp_f++;
|
|
} else {
|
|
fp_b++;
|
|
}
|
|
for (var pad of mod.pads) {
|
|
if (pad.type == "th") {
|
|
pads_th++;
|
|
} else {
|
|
if (pad.layers.includes("F")) {
|
|
pads_f++;
|
|
}
|
|
if (pad.layers.includes("B")) {
|
|
pads_b++;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
document.getElementById("stats-components-front").innerHTML = fp_f;
|
|
document.getElementById("stats-components-back").innerHTML = fp_b;
|
|
document.getElementById("stats-components-total").innerHTML = fp_f + fp_b;
|
|
document.getElementById("stats-groups-front").innerHTML = pcbdata.bom.F.length;
|
|
document.getElementById("stats-groups-back").innerHTML = pcbdata.bom.B.length;
|
|
document.getElementById("stats-groups-total").innerHTML = pcbdata.bom.both.length;
|
|
document.getElementById("stats-smd-pads-front").innerHTML = pads_f;
|
|
document.getElementById("stats-smd-pads-back").innerHTML = pads_b;
|
|
document.getElementById("stats-smd-pads-total").innerHTML = pads_f + pads_b;
|
|
document.getElementById("stats-th-pads").innerHTML = pads_th;
|
|
// Update version string
|
|
document.getElementById("github-link").innerHTML = "InteractiveHtmlBom " +
|
|
/^v\d+\.\d+/.exec(pcbdata.ibom_version)[0];
|
|
}
|
|
|
|
function changeBomLayout(layout) {
|
|
document.getElementById("bom-btn").classList.remove("depressed");
|
|
document.getElementById("lr-btn").classList.remove("depressed");
|
|
document.getElementById("tb-btn").classList.remove("depressed");
|
|
switch (layout) {
|
|
case 'bom-only':
|
|
document.getElementById("bom-btn").classList.add("depressed");
|
|
if (bomsplit) {
|
|
bomsplit.destroy();
|
|
bomsplit = null;
|
|
canvassplit.destroy();
|
|
canvassplit = null;
|
|
}
|
|
document.getElementById("frontcanvas").style.display = "none";
|
|
document.getElementById("backcanvas").style.display = "none";
|
|
document.getElementById("topmostdiv").style.height = "";
|
|
document.getElementById("topmostdiv").style.display = "block";
|
|
break;
|
|
case 'top-bottom':
|
|
document.getElementById("tb-btn").classList.add("depressed");
|
|
document.getElementById("frontcanvas").style.display = "";
|
|
document.getElementById("backcanvas").style.display = "";
|
|
document.getElementById("topmostdiv").style.height = "100%";
|
|
document.getElementById("topmostdiv").style.display = "flex";
|
|
document.getElementById("bomdiv").classList.remove("split-horizontal");
|
|
document.getElementById("canvasdiv").classList.remove("split-horizontal");
|
|
document.getElementById("frontcanvas").classList.add("split-horizontal");
|
|
document.getElementById("backcanvas").classList.add("split-horizontal");
|
|
if (bomsplit) {
|
|
bomsplit.destroy();
|
|
bomsplit = null;
|
|
canvassplit.destroy();
|
|
canvassplit = null;
|
|
}
|
|
bomsplit = Split(['#bomdiv', '#canvasdiv'], {
|
|
sizes: [50, 50],
|
|
onDragEnd: resizeAll,
|
|
direction: "vertical",
|
|
gutterSize: 5
|
|
});
|
|
canvassplit = Split(['#frontcanvas', '#backcanvas'], {
|
|
sizes: [50, 50],
|
|
gutterSize: 5,
|
|
onDragEnd: resizeAll
|
|
});
|
|
break;
|
|
case 'left-right':
|
|
document.getElementById("lr-btn").classList.add("depressed");
|
|
document.getElementById("frontcanvas").style.display = "";
|
|
document.getElementById("backcanvas").style.display = "";
|
|
document.getElementById("topmostdiv").style.height = "100%";
|
|
document.getElementById("topmostdiv").style.display = "flex";
|
|
document.getElementById("bomdiv").classList.add("split-horizontal");
|
|
document.getElementById("canvasdiv").classList.add("split-horizontal");
|
|
document.getElementById("frontcanvas").classList.remove("split-horizontal");
|
|
document.getElementById("backcanvas").classList.remove("split-horizontal");
|
|
if (bomsplit) {
|
|
bomsplit.destroy();
|
|
bomsplit = null;
|
|
canvassplit.destroy();
|
|
canvassplit = null;
|
|
}
|
|
bomsplit = Split(['#bomdiv', '#canvasdiv'], {
|
|
sizes: [50, 50],
|
|
onDragEnd: resizeAll,
|
|
gutterSize: 5
|
|
});
|
|
canvassplit = Split(['#frontcanvas', '#backcanvas'], {
|
|
sizes: [50, 50],
|
|
gutterSize: 5,
|
|
direction: "vertical",
|
|
onDragEnd: resizeAll
|
|
});
|
|
}
|
|
settings.bomlayout = layout;
|
|
writeStorage("bomlayout", layout);
|
|
changeCanvasLayout(settings.canvaslayout);
|
|
}
|
|
|
|
function changeBomMode(mode) {
|
|
document.getElementById("bom-grouped-btn").classList.remove("depressed");
|
|
document.getElementById("bom-ungrouped-btn").classList.remove("depressed");
|
|
document.getElementById("bom-netlist-btn").classList.remove("depressed");
|
|
var chkbxs = document.getElementsByClassName("visibility_checkbox");
|
|
|
|
switch (mode) {
|
|
case 'grouped':
|
|
document.getElementById("bom-grouped-btn").classList.add("depressed");
|
|
for (var i = 0; i < chkbxs.length; i++) {
|
|
chkbxs[i].disabled = false;
|
|
}
|
|
break;
|
|
case 'ungrouped':
|
|
document.getElementById("bom-ungrouped-btn").classList.add("depressed");
|
|
for (var i = 0; i < chkbxs.length; i++) {
|
|
chkbxs[i].disabled = false;
|
|
}
|
|
break;
|
|
case 'netlist':
|
|
document.getElementById("bom-netlist-btn").classList.add("depressed");
|
|
for (var i = 0; i < chkbxs.length; i++) {
|
|
chkbxs[i].disabled = true;
|
|
}
|
|
}
|
|
|
|
writeStorage("bommode", mode);
|
|
if (mode != settings.bommode) {
|
|
settings.bommode = mode;
|
|
bomSortFunction = null;
|
|
currentSortColumn = null;
|
|
currentSortOrder = null;
|
|
clearHighlightedFootprints();
|
|
}
|
|
populateBomTable();
|
|
}
|
|
|
|
function focusFilterField() {
|
|
focusInputField(document.getElementById("filter"));
|
|
}
|
|
|
|
function focusRefLookupField() {
|
|
focusInputField(document.getElementById("reflookup"));
|
|
}
|
|
|
|
function toggleBomCheckbox(bomrowid, checkboxnum) {
|
|
if (!bomrowid || checkboxnum > settings.checkboxes.length) {
|
|
return;
|
|
}
|
|
var bomrow = document.getElementById(bomrowid);
|
|
var checkbox = bomrow.childNodes[checkboxnum].childNodes[0];
|
|
checkbox.checked = !checkbox.checked;
|
|
checkbox.indeterminate = false;
|
|
checkbox.onchange();
|
|
}
|
|
|
|
function checkBomCheckbox(bomrowid, checkboxname) {
|
|
var checkboxnum = 0;
|
|
while (checkboxnum < settings.checkboxes.length &&
|
|
settings.checkboxes[checkboxnum].toLowerCase() != checkboxname.toLowerCase()) {
|
|
checkboxnum++;
|
|
}
|
|
if (!bomrowid || checkboxnum >= settings.checkboxes.length) {
|
|
return;
|
|
}
|
|
var bomrow = document.getElementById(bomrowid);
|
|
var checkbox = bomrow.childNodes[checkboxnum + 1].childNodes[0];
|
|
checkbox.checked = true;
|
|
checkbox.indeterminate = false;
|
|
checkbox.onchange();
|
|
}
|
|
|
|
function setBomCheckboxes(value) {
|
|
writeStorage("bomCheckboxes", value);
|
|
settings.checkboxes = value.split(",").map((e) => e.trim()).filter((e) => e);
|
|
prepCheckboxes();
|
|
populateMarkWhenCheckedOptions();
|
|
setMarkWhenChecked(settings.markWhenChecked);
|
|
}
|
|
|
|
function setMarkWhenChecked(value) {
|
|
writeStorage("markWhenChecked", value);
|
|
settings.markWhenChecked = value;
|
|
markedFootprints.clear();
|
|
for (var ref of (value ? getStoredCheckboxRefs(value) : [])) {
|
|
markedFootprints.add(ref);
|
|
}
|
|
populateBomTable();
|
|
drawHighlights();
|
|
}
|
|
|
|
function prepCheckboxes() {
|
|
var table = document.getElementById("checkbox-stats");
|
|
while (table.childElementCount > 1) {
|
|
table.removeChild(table.lastChild);
|
|
}
|
|
if (settings.checkboxes.length) {
|
|
table.style.display = "";
|
|
} else {
|
|
table.style.display = "none";
|
|
}
|
|
for (var checkbox of settings.checkboxes) {
|
|
var tr = document.createElement("TR");
|
|
var td = document.createElement("TD");
|
|
td.innerHTML = checkbox;
|
|
tr.appendChild(td);
|
|
td = document.createElement("TD");
|
|
td.id = "checkbox-stats-" + checkbox;
|
|
var progressbar = document.createElement("div");
|
|
progressbar.classList.add("bar");
|
|
td.appendChild(progressbar);
|
|
var text = document.createElement("div");
|
|
text.classList.add("text");
|
|
td.appendChild(text);
|
|
tr.appendChild(td);
|
|
table.appendChild(tr);
|
|
updateCheckboxStats(checkbox);
|
|
}
|
|
}
|
|
|
|
function populateMarkWhenCheckedOptions() {
|
|
var container = document.getElementById("markWhenCheckedContainer");
|
|
|
|
if (settings.checkboxes.length == 0) {
|
|
container.parentElement.style.display = "none";
|
|
return;
|
|
}
|
|
|
|
container.innerHTML = '';
|
|
container.parentElement.style.display = "inline-block";
|
|
|
|
function createOption(name, displayName) {
|
|
var id = "markWhenChecked-" + name;
|
|
|
|
var div = document.createElement("div");
|
|
div.classList.add("radio-container");
|
|
|
|
var input = document.createElement("input");
|
|
input.type = "radio";
|
|
input.name = "markWhenChecked";
|
|
input.value = name;
|
|
input.id = id;
|
|
input.onchange = () => setMarkWhenChecked(name);
|
|
div.appendChild(input);
|
|
|
|
// Preserve the selected element when the checkboxes change
|
|
if (name == settings.markWhenChecked) {
|
|
input.checked = true;
|
|
}
|
|
|
|
var label = document.createElement("label");
|
|
label.innerHTML = displayName;
|
|
label.htmlFor = id;
|
|
div.appendChild(label);
|
|
|
|
container.appendChild(div);
|
|
}
|
|
createOption("", "None");
|
|
for (var checkbox of settings.checkboxes) {
|
|
createOption(checkbox, checkbox);
|
|
}
|
|
}
|
|
|
|
function updateCheckboxStats(checkbox) {
|
|
var checked = getStoredCheckboxRefs(checkbox).size;
|
|
var total = pcbdata.footprints.length - pcbdata.bom.skipped.length;
|
|
var percent = checked * 100.0 / total;
|
|
var td = document.getElementById("checkbox-stats-" + checkbox);
|
|
td.firstChild.style.width = percent + "%";
|
|
td.lastChild.innerHTML = checked + "/" + total + " (" + Math.round(percent) + "%)";
|
|
}
|
|
|
|
function constrain(number, min, max){
|
|
return Math.min(Math.max(parseInt(number), min), max);
|
|
}
|
|
|
|
document.onkeydown = function (e) {
|
|
switch (e.key) {
|
|
case "n":
|
|
if (document.activeElement.type == "text") {
|
|
return;
|
|
}
|
|
if (currentHighlightedRowId !== null) {
|
|
checkBomCheckbox(currentHighlightedRowId, "placed");
|
|
highlightNextRow();
|
|
e.preventDefault();
|
|
}
|
|
break;
|
|
case "ArrowUp":
|
|
highlightPreviousRow();
|
|
e.preventDefault();
|
|
break;
|
|
case "ArrowDown":
|
|
highlightNextRow();
|
|
e.preventDefault();
|
|
break;
|
|
case "ArrowLeft":
|
|
case "ArrowRight":
|
|
if (document.activeElement.type != "text"){
|
|
e.preventDefault();
|
|
let boardRotationElement = document.getElementById("boardRotation")
|
|
settings.boardRotation = parseInt(boardRotationElement.value); // degrees / 5
|
|
if (e.key == "ArrowLeft"){
|
|
settings.boardRotation += 3; // 15 degrees
|
|
}
|
|
else{
|
|
settings.boardRotation -= 3;
|
|
}
|
|
settings.boardRotation = constrain(settings.boardRotation, boardRotationElement.min, boardRotationElement.max);
|
|
boardRotationElement.value = settings.boardRotation
|
|
setBoardRotation(settings.boardRotation);
|
|
}
|
|
break;
|
|
default:
|
|
break;
|
|
}
|
|
if (e.altKey) {
|
|
switch (e.key) {
|
|
case "f":
|
|
focusFilterField();
|
|
e.preventDefault();
|
|
break;
|
|
case "r":
|
|
focusRefLookupField();
|
|
e.preventDefault();
|
|
break;
|
|
case "z":
|
|
changeBomLayout("bom-only");
|
|
e.preventDefault();
|
|
break;
|
|
case "x":
|
|
changeBomLayout("left-right");
|
|
e.preventDefault();
|
|
break;
|
|
case "c":
|
|
changeBomLayout("top-bottom");
|
|
e.preventDefault();
|
|
break;
|
|
case "v":
|
|
changeCanvasLayout("F");
|
|
e.preventDefault();
|
|
break;
|
|
case "b":
|
|
changeCanvasLayout("FB");
|
|
e.preventDefault();
|
|
break;
|
|
case "n":
|
|
changeCanvasLayout("B");
|
|
e.preventDefault();
|
|
break;
|
|
default:
|
|
break;
|
|
}
|
|
if (e.key >= '1' && e.key <= '9') {
|
|
toggleBomCheckbox(currentHighlightedRowId, parseInt(e.key));
|
|
e.preventDefault();
|
|
}
|
|
}
|
|
}
|
|
|
|
function hideNetlistButton() {
|
|
document.getElementById("bom-ungrouped-btn").classList.remove("middle-button");
|
|
document.getElementById("bom-ungrouped-btn").classList.add("right-most-button");
|
|
document.getElementById("bom-netlist-btn").style.display = "none";
|
|
}
|
|
|
|
function topToggle() {
|
|
var top = document.getElementById("top");
|
|
var toptoggle = document.getElementById("toptoggle");
|
|
if (top.style.display === "none") {
|
|
top.style.display = "flex";
|
|
toptoggle.classList.remove("flipped");
|
|
} else {
|
|
top.style.display = "none";
|
|
toptoggle.classList.add("flipped");
|
|
}
|
|
}
|
|
|
|
window.onload = function (e) {
|
|
initUtils();
|
|
initRender();
|
|
initStorage();
|
|
initDefaults();
|
|
cleanGutters();
|
|
populateMetadata();
|
|
dbgdiv = document.getElementById("dbg");
|
|
bom = document.getElementById("bombody");
|
|
bomhead = document.getElementById("bomhead");
|
|
filter = "";
|
|
reflookup = "";
|
|
if (!("nets" in pcbdata)) {
|
|
hideNetlistButton();
|
|
}
|
|
initDone = true;
|
|
setBomCheckboxes(document.getElementById("bomCheckboxes").value);
|
|
// Triggers render
|
|
changeBomLayout(settings.bomlayout);
|
|
|
|
// Users may leave fullscreen without touching the checkbox. Uncheck.
|
|
document.addEventListener('fullscreenchange', () => {
|
|
if (!document.fullscreenElement)
|
|
document.getElementById('fullscreenCheckbox').checked = false;
|
|
});
|
|
}
|
|
|
|
window.onresize = resizeAll;
|
|
window.matchMedia("print").addListener(resizeAll);
|
|
|
|
///////////////////////////////////////////////
|
|
|
|
///////////////////////////////////////////////
|
|
// EventHandler.registerCallback(IBOM_EVENT_TYPES.BOM_BODY_CHANGE_EVENT, () => {
|
|
// for(var tr of bom.childNodes) {
|
|
// tr.onclick = tr.onmousemove;
|
|
// tr.onmousemove = null;
|
|
// };
|
|
// });
|
|
|
|
///////////////////////////////////////////////
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="topmostdiv" class="topmostdiv">
|
|
<div id="top">
|
|
<div id="fileinfodiv">
|
|
<table class="fileinfo">
|
|
<tbody>
|
|
<tr>
|
|
<td id="title" class="title" style="width: 70%">
|
|
Title
|
|
</td>
|
|
<td id="revision" class="title" style="width: 30%">
|
|
Revision
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td id="company">
|
|
Company
|
|
</td>
|
|
<td id="filedate">
|
|
Date
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div id="bomcontrols">
|
|
<div class="hideonprint menu">
|
|
<button class="menubtn"></button>
|
|
<div class="menu-content">
|
|
<label class="menu-label menu-label-top" style="width: calc(50% - 18px)">
|
|
<input id="darkmodeCheckbox" type="checkbox" onchange="setDarkMode(this.checked)">
|
|
Dark mode
|
|
</label><!-- This comment eats space! All of it!
|
|
--><label class="menu-label menu-label-top" style="width: calc(50% - 17px); border-left: 0;">
|
|
<input id="fullscreenCheckbox" type="checkbox" onchange="setFullscreen(this.checked)">
|
|
Full Screen
|
|
</label>
|
|
<label class="menu-label" style="width: calc(50% - 18px)">
|
|
<input id="fabricationCheckbox" type="checkbox" checked onchange="fabricationVisible(this.checked)">
|
|
Fab layer
|
|
</label><!-- This comment eats space! All of it!
|
|
--><label class="menu-label" style="width: calc(50% - 17px); border-left: 0;">
|
|
<input id="silkscreenCheckbox" type="checkbox" checked onchange="silkscreenVisible(this.checked)">
|
|
Silkscreen
|
|
</label>
|
|
<label class="menu-label" style="width: calc(50% - 18px)">
|
|
<input id="referencesCheckbox" type="checkbox" checked onchange="referencesVisible(this.checked)">
|
|
References
|
|
</label><!-- This comment eats space! All of it!
|
|
--><label class="menu-label" style="width: calc(50% - 17px); border-left: 0;">
|
|
<input id="valuesCheckbox" type="checkbox" checked onchange="valuesVisible(this.checked)">
|
|
Values
|
|
</label>
|
|
<div id="tracksAndZonesCheckboxes">
|
|
<label class="menu-label" style="width: calc(50% - 18px)">
|
|
<input id="tracksCheckbox" type="checkbox" checked onchange="tracksVisible(this.checked)">
|
|
Tracks
|
|
</label><!-- This comment eats space! All of it!
|
|
--><label class="menu-label" style="width: calc(50% - 17px); border-left: 0;">
|
|
<input id="zonesCheckbox" type="checkbox" checked onchange="zonesVisible(this.checked)">
|
|
Zones
|
|
</label>
|
|
</div>
|
|
<label class="menu-label" style="width: calc(50% - 18px)">
|
|
<input id="padsCheckbox" type="checkbox" checked onchange="padsVisible(this.checked)">
|
|
Pads
|
|
</label><!-- This comment eats space! All of it!
|
|
--><label class="menu-label" style="width: calc(50% - 17px); border-left: 0;">
|
|
<input id="dnpOutlineCheckbox" type="checkbox" checked onchange="dnpOutline(this.checked)">
|
|
DNP outlined
|
|
</label>
|
|
<label class="menu-label">
|
|
<input id="dragCheckbox" type="checkbox" checked onchange="setRedrawOnDrag(this.checked)">
|
|
Continuous redraw on drag
|
|
</label>
|
|
<label class="menu-label">
|
|
Highlight first pin
|
|
<form id="highlightpin1">
|
|
<div class="flexbox">
|
|
<label>
|
|
<input type="radio" name="highlightpin1" value="none" onchange="setHighlightPin1('none')">
|
|
None
|
|
</label>
|
|
<label>
|
|
<input type="radio" name="highlightpin1" value="all" onchange="setHighlightPin1('all')">
|
|
All
|
|
</label>
|
|
<label>
|
|
<input type="radio" name="highlightpin1" value="selected" onchange="setHighlightPin1('selected')">
|
|
Selected
|
|
</label>
|
|
</div>
|
|
</form>
|
|
</label>
|
|
<label class="menu-label">
|
|
<span>Board rotation</span>
|
|
<span style="float: right"><span id="rotationDegree">0</span>°</span>
|
|
<input id="boardRotation" type="range" min="-36" max="36" value="0" class="slider" oninput="setBoardRotation(this.value)">
|
|
</label>
|
|
<label class="menu-label">
|
|
<input id="offsetBackRotationCheckbox" type="checkbox" onchange="setOffsetBackRotation(this.checked)">
|
|
Offset back rotation
|
|
</label>
|
|
<label class="menu-label">
|
|
<div style="margin-left: 5px">Bom checkboxes</div>
|
|
<input id="bomCheckboxes" class="menu-textbox" type=text
|
|
oninput="setBomCheckboxes(this.value)">
|
|
</label>
|
|
<label class="menu-label">
|
|
<div style="margin-left: 5px">Mark when checked</div>
|
|
<div id="markWhenCheckedContainer"></div>
|
|
</label>
|
|
<label class="menu-label">
|
|
<span class="shameless-plug">
|
|
<span>Created using</span>
|
|
<a id="github-link" target="blank" href="https://github.com/openscopeproject/InteractiveHtmlBom">InteractiveHtmlBom</a>
|
|
<a target="blank" title="Mouse and keyboard help" href="https://github.com/openscopeproject/InteractiveHtmlBom/wiki/Usage#bom-page-mouse-actions" style="text-decoration: none;"><label class="help-link">?</label></a>
|
|
</span>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
<div class="button-container hideonprint">
|
|
<button id="fl-btn" class="left-most-button" onclick="changeCanvasLayout('F')"
|
|
title="Front only">F
|
|
</button>
|
|
<button id="fb-btn" class="middle-button" onclick="changeCanvasLayout('FB')"
|
|
title="Front and Back">FB
|
|
</button>
|
|
<button id="bl-btn" class="right-most-button" onclick="changeCanvasLayout('B')"
|
|
title="Back only">B
|
|
</button>
|
|
</div>
|
|
<div class="button-container hideonprint">
|
|
<button id="bom-btn" class="left-most-button" onclick="changeBomLayout('bom-only')"
|
|
title="BOM only"></button>
|
|
<button id="lr-btn" class="middle-button" onclick="changeBomLayout('left-right')"
|
|
title="BOM left, drawings right"></button>
|
|
<button id="tb-btn" class="right-most-button" onclick="changeBomLayout('top-bottom')"
|
|
title="BOM top, drawings bot"></button>
|
|
</div>
|
|
<div class="button-container hideonprint">
|
|
<button id="bom-grouped-btn" class="left-most-button" onclick="changeBomMode('grouped')"
|
|
title="Grouped BOM"></button>
|
|
<button id="bom-ungrouped-btn" class="middle-button" onclick="changeBomMode('ungrouped')"
|
|
title="Ungrouped BOM"></button>
|
|
<button id="bom-netlist-btn" class="right-most-button" onclick="changeBomMode('netlist')"
|
|
title="Netlist"></button>
|
|
</div>
|
|
<div class="hideonprint menu">
|
|
<button class="statsbtn"></button>
|
|
<div class="menu-content">
|
|
<table class="stats">
|
|
<tbody>
|
|
<tr>
|
|
<td width="40%">Board stats</td>
|
|
<td>Front</td>
|
|
<td>Back</td>
|
|
<td>Total</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Components</td>
|
|
<td id="stats-components-front">~</td>
|
|
<td id="stats-components-back">~</td>
|
|
<td id="stats-components-total">~</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Groups</td>
|
|
<td id="stats-groups-front">~</td>
|
|
<td id="stats-groups-back">~</td>
|
|
<td id="stats-groups-total">~</td>
|
|
</tr>
|
|
<tr>
|
|
<td>SMD pads</td>
|
|
<td id="stats-smd-pads-front">~</td>
|
|
<td id="stats-smd-pads-back">~</td>
|
|
<td id="stats-smd-pads-total">~</td>
|
|
</tr>
|
|
<tr>
|
|
<td>TH pads</td>
|
|
<td colspan=3 id="stats-th-pads">~</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table class="stats">
|
|
<col width="40%"/><col />
|
|
<tbody id="checkbox-stats">
|
|
<tr>
|
|
<td colspan=2 style="border-top: 0">Checkboxes</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div class="hideonprint menu">
|
|
<button class="iobtn"></button>
|
|
<div class="menu-content">
|
|
<div class="menu-label menu-label-top">
|
|
<div style="margin-left: 5px;">Save board image</div>
|
|
<div class="flexbox">
|
|
<input id="render-save-width" class="menu-textbox" type="text" value="1000" placeholder="Width"
|
|
style="flex-grow: 1; width: 50px;" oninput="validateSaveImgDimension(this)">
|
|
<span>X</span>
|
|
<input id="render-save-height" class="menu-textbox" type="text" value="1000" placeholder="Height"
|
|
style="flex-grow: 1; width: 50px;" oninput="validateSaveImgDimension(this)">
|
|
</div>
|
|
<label>
|
|
<input id="render-save-transparent" type="checkbox">
|
|
Transparent background
|
|
</label>
|
|
<div class="flexbox">
|
|
<button class="savebtn" onclick="saveImage('F')">Front</button>
|
|
<button class="savebtn" onclick="saveImage('B')">Back</button>
|
|
</div>
|
|
</div>
|
|
<div class="menu-label">
|
|
<span style="margin-left: 5px;">Config and checkbox state</span>
|
|
<div class="flexbox">
|
|
<button class="savebtn" onclick="saveSettings()">Export</button>
|
|
<button class="savebtn" onclick="loadSettings()">Import</button>
|
|
<button class="savebtn" onclick="resetSettings()">Reset</button>
|
|
</div>
|
|
</div>
|
|
<div class="menu-label">
|
|
<span style="margin-left: 5px;">Save bom table as</span>
|
|
<div class="flexbox">
|
|
<button class="savebtn" onclick="saveBomTable('csv')">csv</button>
|
|
<button class="savebtn" onclick="saveBomTable('txt')">txt</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="topdivider">
|
|
<div class="hideonprint">
|
|
<div id="toptoggle" onclick="topToggle()">︽</div>
|
|
</div>
|
|
</div>
|
|
<div id="bot" class="split" style="flex: 1 1">
|
|
<div id="bomdiv" class="split split-horizontal">
|
|
<div style="width: 100%">
|
|
<input id="reflookup" class="textbox searchbox reflookup hideonprint" type="text" placeholder="Ref lookup"
|
|
oninput="updateRefLookup(this.value)">
|
|
<input id="filter" class="textbox searchbox filter hideonprint" type="text" placeholder="Filter"
|
|
oninput="updateFilter(this.value)">
|
|
<div class="button-container hideonprint" style="float: left; margin: 0;">
|
|
<button id="copy" title="Copy bom table to clipboard"
|
|
onclick="saveBomTable('clipboard')"></button>
|
|
</div>
|
|
</div>
|
|
<div id="dbg"></div>
|
|
<table class="bom" id="bomtable">
|
|
<thead id="bomhead">
|
|
</thead>
|
|
<tbody id="bombody">
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div id="canvasdiv" class="split split-horizontal">
|
|
<div id="frontcanvas" class="split" touch-action="none" style="overflow: hidden">
|
|
<div style="position: relative; width: 100%; height: 100%;">
|
|
<canvas id="F_bg" style="position: absolute; left: 0; top: 0; z-index: 0;"></canvas>
|
|
<canvas id="F_fab" style="position: absolute; left: 0; top: 0; z-index: 1;"></canvas>
|
|
<canvas id="F_slk" style="position: absolute; left: 0; top: 0; z-index: 2;"></canvas>
|
|
<canvas id="F_hl" style="position: absolute; left: 0; top: 0; z-index: 3;"></canvas>
|
|
</div>
|
|
</div>
|
|
<div id="backcanvas" class="split" touch-action="none" style="overflow: hidden">
|
|
<div style="position: relative; width: 100%; height: 100%;">
|
|
<canvas id="B_bg" style="position: absolute; left: 0; top: 0; z-index: 0;"></canvas>
|
|
<canvas id="B_fab" style="position: absolute; left: 0; top: 0; z-index: 1;"></canvas>
|
|
<canvas id="B_slk" style="position: absolute; left: 0; top: 0; z-index: 2;"></canvas>
|
|
<canvas id="B_hl" style="position: absolute; left: 0; top: 0; z-index: 3;"></canvas>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|