+
{"<"}
-
- {list[index] && (
-
- )}
-
+
+ {[list[index], list[index], list[index]].map((item, i) => (
+
+ {item && (
+ <>
+
+
+
{item.price}
+
+
+

+
+
使用说明
+
{item.desc}
+
+
+
+
+
+

+
+
+
+ >
+ )}
+
+ ))}
+
{">"}
-
-
-
-
-
{list[index] && list[index].name}
-
{list[index] && list[index].price}元
-
{list[index] && list[index].desc}
-
+
+ ✕
)}
diff --git a/src/components/shop.scss b/src/components/shop.scss
index 4cb290d..4d2851f 100644
--- a/src/components/shop.scss
+++ b/src/components/shop.scss
@@ -3,7 +3,18 @@
width: 100%;
height: 100%;
box-sizing: border-box;
- padding-top: 77px;
+ padding: 50px;
+ padding-top: 203px;
+ .row {
+ display: flex;
+ }
+ .col {
+ display: flex;
+ flex-direction: column;
+ }
+ .fill {
+ flex: 1;
+ }
@keyframes fadeIn {
from {
opacity: 0;
@@ -13,50 +24,18 @@
}
}
.down {
- position: relative;
- animation: fadeIn 0.5s ease-in-out;
- margin: 40px 100px 0 100px;
- padding-left: 200px;
- text-align: left;
- .avatar-wrapper {
- position: absolute;
- top: 0;
- left: 0;
- width: 180px;
- height: 180px;
- border: 1px solid #cacaca;
- padding: 18px;
- background: #fdfdfd;
- .avatar {
- width: 100%;
- height: 100%;
- background-position: center;
- background-size: contain;
- background-repeat: no-repeat;
- }
- }
- .texts {
- margin: auto;
- .name {
- color: #333;
- font-size: 30px;
- line-height: 40px;
- margin: auto;
- }
- .price {
- color: #333;
- font-size: 20px;
- line-height: 20px;
- }
- .desc {
- color: #676767;
- margin-top: 25px;
- font-size: 18px;
- line-height: 22px;
- max-height: 95px;
- overflow: scroll;
- }
- }
+ margin: auto;
+ margin-top: 30px;
+ width: 90px;
+ height: 90px;
+ background: #ffffff;
+ border-radius: 50%;
+ box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
+ vertical-align: baseline;
+ text-align: center;
+ font-size: 32px;
+ line-height: 90px;
+ color: #ff7841;
}
.middle {
position: relative;
@@ -67,14 +46,15 @@
top: 0;
bottom: 0;
margin: auto;
- width: 40px;
- line-height: 60px;
- height: 60px;
- font-size: 60px;
+ width: 57px;
+ line-height: 100px;
+ height: 100px;
+ font-size: 100px;
font-weight: bold;
- color: #dadbdd;
+ color: #fff;
transform-origin: center;
transform: scaleY(2);
+ text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.1);
&.left {
left: 0;
}
@@ -83,18 +63,105 @@
}
}
.img-wrapper {
- width: 700px;
- height: 530px;
- background: #fefefe;
- padding: 35px 45px;
- box-shadow: 0px 0px 39px 0px rgba(162, 162, 162, 0.5);
+ width: 694px;
+ height: 474px;
+ background: #fff;
+ padding: 12px;
+ border-radius: 23px;
+ box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
+ &.left {
+ position: absolute;
+ left: 19px;
+ transform: scale(0.8);
+ transform-origin: left;
+ z-index: -1;
+ opacity: 0.5;
+ }
+ &.right {
+ position: absolute;
+ right: 19px;
+ transform: scale(0.8);
+ transform-origin: right;
+ z-index: -1;
+ opacity: 0.5;
+ }
.img {
- width: 100%;
- height: 100%;
+ width: 300px;
+ height: 450px;
background-size: cover;
background-position: center;
margin: auto;
}
+ .price {
+ text-align: center;
+ flex: 0 0 254px;
+ font-size: 105px;
+ height: 254px;
+ font-family: ChaletComprime, ChaletComprime-CologneSixty;
+ font-weight: CologneSixty;
+ color: rgba(0, 0, 0, 0.8);
+ line-height: 254px;
+ &::after {
+ content: "元";
+ font-size: 36px;
+ font-family: SourceHanSansCN, SourceHanSansCN-Bold;
+ font-weight: 700;
+ color: rgba(0, 0, 0, 0.5);
+ }
+ }
+ .bottom {
+ padding: 0 4px 0 24px;
+ .title {
+ font-size: 18px;
+ font-family: SourceHanSansCN, SourceHanSansCN-Bold;
+ font-weight: 700;
+ text-align: left;
+ color: rgba(0, 0, 0, 0.5);
+ line-height: 18px;
+ }
+ .desc {
+ width: 198px;
+ max-height: 108px;
+ font-size: 14px;
+ font-family: SourceHanSansCN, SourceHanSansCN-Normal;
+ font-weight: Normal;
+ text-align: justify;
+ color: rgba(0, 0, 0, 0.5);
+ line-height: 23px;
+ padding-right: 8px;
+ overflow-y: scroll;
+ padding-top: 10px;
+ &::-webkit-scrollbar {
+ width: 3px;
+ }
+ &::-webkit-scrollbar-track {
+ height: 101px;
+ background: rgba(0, 0, 0, 0.06);
+ border-radius: 2px;
+ }
+ &::-webkit-scrollbar-thumb {
+ width: 3px;
+ height: 50px;
+ background: rgba(0, 0, 0, 0.1);
+ border-radius: 2px;
+ }
+ }
+ .meta {
+ width: 120px;
+ height: 47px;
+ background-size: cover;
+ position: relative;
+ text-align: center;
+ &::after {
+ content: "扫码领券";
+ font-size: 18px;
+ font-family: SourceHanSansCN, SourceHanSansCN-Bold;
+ font-weight: 700;
+ color: #ffffff;
+ line-height: 40px;
+ }
+ }
+ }
}
}
}
@@ -103,7 +170,6 @@
transition: all 1s ease-out;
background-position: center;
background-size: cover;
- background: #fff;
.img {
width: 100%;
height: 100%;
diff --git a/src/data/Shops.js b/src/data/Shops.js
index 4d7590e..ec5df52 100644
--- a/src/data/Shops.js
+++ b/src/data/Shops.js
@@ -1,7 +1,58 @@
import swatch from "../images/swatch/image-helper";
import uniqlo from "../images/uniqlo/image-helper";
import lego from "../images/lego/image-helper";
+import coupon from "../images/coupon/image-helper";
const shops = [
+ {
+ name: "优惠券",
+ categories: ["零食", "生鲜", "饮料", "母婴"],
+ categoryLogoMap: {
+ 零食: coupon["c1"],
+ 饮料: coupon["c2"],
+ 母婴: coupon["c3"],
+ 生鲜: coupon["c4"],
+ },
+ items: [
+ {
+ id: 1,
+ urlSmall: coupon["1"],
+ url: coupon["a"],
+ name: "",
+ category: "零食",
+ desc: `乐融商城内通用,无使用限额、品类、地域限制,订单中所购商品总额需达到用券限额才能使用。单张订单限用1张全场满减券,按面值金额减免支付。单张订单限用1张全场满减券,按面值金额减免支付。仅限与免邮券同时使用。仅限与免邮券同时使用。 `,
+ price: 150,
+ },
+ {
+ id: 2,
+ urlSmall: coupon["2"],
+ url: coupon["b"],
+ name: "",
+ category: "饮料",
+ desc: `乐融商城内通用,无使用限额、品类、地域限制,订单中所购商品总额需达到用券限额才能使用。单张订单限用1张全场满减券,按面值金额减免支付。单张订单限用1张全场满减券,按面值金额减免支付。仅限与免邮券同时使用。仅限与免邮券同时使用。 `,
+ price: 80,
+ },
+ {
+ id: 3,
+ urlSmall: coupon["3"],
+ url: coupon["c"],
+ name: "",
+ category: "母婴",
+ desc: `乐融商城内通用,无使用限额、品类、地域限制,订单中所购商品总额需达到用券限额才能使用。单张订单限用1张全场满减券,按面值金额减免支付。单张订单限用1张全场满减券,按面值金额减免支付。仅限与免邮券同时使用。仅限与免邮券同时使用。 `,
+ price: 99,
+ },
+ {
+ id: 4,
+ urlSmall: coupon["4"],
+ url: coupon["d"],
+ name: "",
+ category: "生鲜",
+ desc: `乐融商城内通用,无使用限额、品类、地域限制,订单中所购商品总额需达到用券限额才能使用。单张订单限用1张全场满减券,按面值金额减免支付。单张订单限用1张全场满减券,按面值金额减免支付。仅限与免邮券同时使用。仅限与免邮券同时使用。 `,
+ price: 50,
+ },
+ ],
+ imgWidth: 90,
+ imgHeight: 180,
+ },
{
name: "LEGO",
categories: ["哈利·波特", "机械组", "星球大战"],
diff --git a/src/data/format.js b/src/data/format.js
new file mode 100644
index 0000000..ab4d3cf
--- /dev/null
+++ b/src/data/format.js
@@ -0,0 +1,22 @@
+import shopInfo from "./shopInfo.json";
+const shopsGroupedByFormat = shopInfo.reduce((acc, { shopList }) => {
+ shopList.forEach((shop) => {
+ Object.assign(shop, {
+ url: "http://1000my.com/MallSite/" + encodeURIComponent(shop.logoPath),
+ });
+ acc[shop.shopFormat] = acc[shop.shopFormat]
+ ? [...acc[shop.shopFormat], shop]
+ : [shop];
+ });
+ return acc;
+}, {});
+const formats = Object.entries(shopsGroupedByFormat)
+ // .filter(([_, items]) => items.length > 13)
+ .map(([name, items]) => ({
+ name,
+ items,
+ imgWidth: 160,
+ imgHeight: 120,
+ }));
+console.log(formats);
+export default formats;
diff --git a/src/data/mapData.json b/src/data/mapData.json
new file mode 100644
index 0000000..078fd56
--- /dev/null
+++ b/src/data/mapData.json
@@ -0,0 +1,270671 @@
+{
+ "buildArr": [
+ {
+ "order": 0,
+ "name": "B4",
+ "mapUrl": "http://1000my.com//MallSite/\\Files\\06195f1d-d9bc-4c13-ab77-e86ce70e20c7\\B4.png",
+ "mapData": {
+ "floorArea": {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 6,
+ "y": 493,
+ "r": 5,
+ "type": "pathP",
+ "name": 268,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 651,
+ "y": 107,
+ "r": 5,
+ "type": "pathP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 269,
+ "ctrlPoint1": {
+ "x": 167,
+ "y": 396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 489,
+ "y": 203,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 651,
+ "y": 107,
+ "r": 5,
+ "type": "pathP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1130,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 270,
+ "ctrlPoint1": {
+ "x": 770,
+ "y": 80,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1010,
+ "y": 28,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1130,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 178,
+ "r": 5,
+ "type": "pathP",
+ "name": 271,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 271,
+ "ctrlPoint1": {
+ "x": 1137,
+ "y": 46,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1152,
+ "y": 134,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 178,
+ "r": 5,
+ "type": "pathP",
+ "name": 271,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1469,
+ "y": 124,
+ "r": 5,
+ "type": "pathP",
+ "name": 272,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 272,
+ "ctrlPoint1": {
+ "x": 1237,
+ "y": 164,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 271,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1391,
+ "y": 137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 271,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1469,
+ "y": 124,
+ "r": 5,
+ "type": "pathP",
+ "name": 272,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1582,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 273,
+ "ctrlPoint1": {
+ "x": 1497,
+ "y": 223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 272,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1553,
+ "y": 423,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 272,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1582,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1244,
+ "y": 592,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 274,
+ "ctrlPoint1": {
+ "x": 1497,
+ "y": 540,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1328,
+ "y": 574,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1244,
+ "y": 592,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 275,
+ "ctrlPoint1": {
+ "x": 1286,
+ "y": 764,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1371,
+ "y": 1108,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1417,
+ "y": 1497,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 276,
+ "ctrlPoint1": {
+ "x": 1414,
+ "y": 1334,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1416,
+ "y": 1442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1417,
+ "y": 1497,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1511,
+ "y": 1761,
+ "r": 5,
+ "type": "pathP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 277,
+ "ctrlPoint1": {
+ "x": 1440,
+ "y": 1563,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1487,
+ "y": 1695,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1511,
+ "y": 1761,
+ "r": 5,
+ "type": "pathP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1751,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "name": 278,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 278,
+ "ctrlPoint1": {
+ "x": 1571,
+ "y": 1746,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1691,
+ "y": 1718,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1751,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "name": 278,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1793,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 279,
+ "ctrlPoint1": {
+ "x": 1761,
+ "y": 1737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 278,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1782,
+ "y": 1803,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 278,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1793,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1921,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 280,
+ "ctrlPoint1": {
+ "x": 1825,
+ "y": 1830,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1889,
+ "y": 1816,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1921,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2007,
+ "y": 2144,
+ "r": 5,
+ "type": "pathP",
+ "name": 281,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 281,
+ "ctrlPoint1": {
+ "x": 1942,
+ "y": 1892,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1985,
+ "y": 2060,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2007,
+ "y": 2144,
+ "r": 5,
+ "type": "pathP",
+ "name": 281,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1976,
+ "y": 2197,
+ "r": 5,
+ "type": "pathP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 282,
+ "ctrlPoint1": {
+ "x": 1999,
+ "y": 2157,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 281,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1983,
+ "y": 2183,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 281,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1976,
+ "y": 2197,
+ "r": 5,
+ "type": "pathP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 2596,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 283,
+ "ctrlPoint1": {
+ "x": 1655,
+ "y": 2296,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1013,
+ "y": 2496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 2596,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 634,
+ "y": 2567,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 284,
+ "ctrlPoint1": {
+ "x": 678,
+ "y": 2588,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 648,
+ "y": 2574,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 634,
+ "y": 2567,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 550,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 285,
+ "ctrlPoint1": {
+ "x": 613,
+ "y": 2572,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 571,
+ "y": 2583,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 550,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 511,
+ "y": 2550,
+ "r": 5,
+ "type": "pathP",
+ "name": 286,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 286,
+ "ctrlPoint1": {
+ "x": 540,
+ "y": 2579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 520,
+ "y": 2559,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 511,
+ "y": 2550,
+ "r": 5,
+ "type": "pathP",
+ "name": 286,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 500,
+ "y": 2459,
+ "r": 5,
+ "type": "pathP",
+ "name": 287,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 287,
+ "ctrlPoint1": {
+ "x": 508,
+ "y": 2527,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 286,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 502,
+ "y": 2481,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 286,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 500,
+ "y": 2459,
+ "r": 5,
+ "type": "pathP",
+ "name": 287,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 459,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 288,
+ "ctrlPoint1": {
+ "x": 701,
+ "y": 2450,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 287,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 700,
+ "y": 2164,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 287,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 459,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 120,
+ "y": 677,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 289,
+ "ctrlPoint1": {
+ "x": 374,
+ "y": 1848,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 204,
+ "y": 1067,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 120,
+ "y": 677,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 57,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 290,
+ "ctrlPoint1": {
+ "x": 104,
+ "y": 681,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 72,
+ "y": 689,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 57,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 6,
+ "y": 493,
+ "r": 5,
+ "type": "pathP",
+ "name": 268,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 291,
+ "ctrlPoint1": {
+ "x": 44,
+ "y": 643,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 18,
+ "y": 543,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "floor",
+ "entColor": "#ffffae",
+ "borderColor": "#ffff9f",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1006,
+ "yaxis": 1299,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {}
+ },
+ "buildArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1204,
+ "y": 567,
+ "r": 5,
+ "type": "pathP",
+ "name": 46,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1094,
+ "y": 654,
+ "r": 5,
+ "type": "pathP",
+ "name": 47,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 47,
+ "ctrlPoint1": {
+ "x": 1176,
+ "y": 588,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1121,
+ "y": 632,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1094,
+ "y": 654,
+ "r": 5,
+ "type": "pathP",
+ "name": 47,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1243,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 48,
+ "ctrlPoint1": {
+ "x": 1129,
+ "y": 716,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1210,
+ "y": 840,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1243,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 1237,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 49,
+ "ctrlPoint1": {
+ "x": 1274,
+ "y": 991,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1401,
+ "y": 1219,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 1237,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1252,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 50,
+ "ctrlPoint1": {
+ "x": 1308,
+ "y": 1246,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1265,
+ "y": 1255,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1252,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1286,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "name": 52,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 52,
+ "ctrlPoint1": {
+ "x": 1289,
+ "y": 1410,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1315,
+ "y": 1678,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1286,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "name": 52,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1413,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 55,
+ "ctrlPoint1": {
+ "x": 1310,
+ "y": 1838,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1381,
+ "y": 1851,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1413,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1568,
+ "y": 1846,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 56,
+ "ctrlPoint1": {
+ "x": 1452,
+ "y": 1862,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1529,
+ "y": 1850,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1568,
+ "y": 1846,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1664,
+ "y": 1821,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 57,
+ "ctrlPoint1": {
+ "x": 1592,
+ "y": 1839,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1640,
+ "y": 1827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1664,
+ "y": 1821,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1785,
+ "y": 1904,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 58,
+ "ctrlPoint1": {
+ "x": 1720,
+ "y": 1804,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1766,
+ "y": 1858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1785,
+ "y": 1904,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1838,
+ "y": 2117,
+ "r": 5,
+ "type": "pathP",
+ "name": 59,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 59,
+ "ctrlPoint1": {
+ "x": 1798,
+ "y": 1957,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1824,
+ "y": 2063,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1838,
+ "y": 2117,
+ "r": 5,
+ "type": "pathP",
+ "name": 59,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1871,
+ "y": 2134,
+ "r": 5,
+ "type": "pathP",
+ "name": 60,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 60,
+ "ctrlPoint1": {
+ "x": 1844,
+ "y": 2133,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1855,
+ "y": 2137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1871,
+ "y": 2134,
+ "r": 5,
+ "type": "pathP",
+ "name": 60,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1908,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "name": 61,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 61,
+ "ctrlPoint1": {
+ "x": 1880,
+ "y": 2131,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1898,
+ "y": 2127,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1908,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "name": 61,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1915,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "name": 62,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 62,
+ "ctrlPoint1": {
+ "x": 1909,
+ "y": 2132,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1913,
+ "y": 2147,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1915,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "name": 62,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1852,
+ "y": 2194,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 63,
+ "ctrlPoint1": {
+ "x": 1885,
+ "y": 2158,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1846,
+ "y": 2162,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1852,
+ "y": 2194,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1821,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "name": 64,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 64,
+ "ctrlPoint1": {
+ "x": 1844,
+ "y": 2196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1828,
+ "y": 2201,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1821,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "name": 64,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1755,
+ "y": 1937,
+ "r": 5,
+ "type": "pathP",
+ "name": 65,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 65,
+ "ctrlPoint1": {
+ "x": 1804,
+ "y": 2137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1771,
+ "y": 2003,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1755,
+ "y": 1937,
+ "r": 5,
+ "type": "pathP",
+ "name": 65,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1683,
+ "y": 1870,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 66,
+ "ctrlPoint1": {
+ "x": 1737,
+ "y": 1920,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1701,
+ "y": 1886,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1683,
+ "y": 1870,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1579,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "name": 67,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 67,
+ "ctrlPoint1": {
+ "x": 1644,
+ "y": 1846,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1563,
+ "y": 1866,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1579,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "name": 67,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1583,
+ "y": 2122,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 68,
+ "ctrlPoint1": {
+ "x": 1580,
+ "y": 1966,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1651,
+ "y": 2088,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1583,
+ "y": 2122,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1552,
+ "y": 2168,
+ "r": 5,
+ "type": "pathP",
+ "name": 69,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 69,
+ "ctrlPoint1": {
+ "x": 1558,
+ "y": 2138,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1544,
+ "y": 2145,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1552,
+ "y": 2168,
+ "r": 5,
+ "type": "pathP",
+ "name": 69,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1575,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 70,
+ "ctrlPoint1": {
+ "x": 1557,
+ "y": 2190,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1569,
+ "y": 2234,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1575,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1538,
+ "y": 2321,
+ "r": 5,
+ "type": "pathP",
+ "name": 71,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 71,
+ "ctrlPoint1": {
+ "x": 1580,
+ "y": 2282,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1569,
+ "y": 2309,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1538,
+ "y": 2321,
+ "r": 5,
+ "type": "pathP",
+ "name": 71,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1201,
+ "y": 2418,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 73,
+ "ctrlPoint1": {
+ "x": 1453,
+ "y": 2345,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1285,
+ "y": 2393,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1201,
+ "y": 2418,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1099,
+ "y": 2278,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 74,
+ "ctrlPoint1": {
+ "x": 1130,
+ "y": 2437,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1114,
+ "y": 2352,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1099,
+ "y": 2278,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1068,
+ "y": 2254,
+ "r": 5,
+ "type": "pathP",
+ "name": 75,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 75,
+ "ctrlPoint1": {
+ "x": 1095,
+ "y": 2260,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1082,
+ "y": 2251,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1068,
+ "y": 2254,
+ "r": 5,
+ "type": "pathP",
+ "name": 75,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 883,
+ "y": 2299,
+ "r": 5,
+ "type": "pathP",
+ "name": 76,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 76,
+ "ctrlPoint1": {
+ "x": 1021,
+ "y": 2265,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 929,
+ "y": 2287,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 883,
+ "y": 2299,
+ "r": 5,
+ "type": "pathP",
+ "name": 76,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 867,
+ "y": 2321,
+ "r": 5,
+ "type": "pathP",
+ "name": 77,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 77,
+ "ctrlPoint1": {
+ "x": 870,
+ "y": 2303,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 864,
+ "y": 2309,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 867,
+ "y": 2321,
+ "r": 5,
+ "type": "pathP",
+ "name": 77,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 2402,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 78,
+ "ctrlPoint1": {
+ "x": 871,
+ "y": 2341,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 881,
+ "y": 2381,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 2402,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 762,
+ "y": 2437,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 81,
+ "ctrlPoint1": {
+ "x": 900,
+ "y": 2453,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 770,
+ "y": 2474,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 762,
+ "y": 2437,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 679,
+ "y": 2097,
+ "r": 5,
+ "type": "pathP",
+ "name": 82,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 82,
+ "ctrlPoint1": {
+ "x": 741,
+ "y": 2352,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 699,
+ "y": 2182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 679,
+ "y": 2097,
+ "r": 5,
+ "type": "pathP",
+ "name": 82,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "name": 83,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 83,
+ "ctrlPoint1": {
+ "x": 679,
+ "y": 2024,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 769,
+ "y": 2006,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "name": 83,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 844,
+ "y": 2243,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 84,
+ "ctrlPoint1": {
+ "x": 813,
+ "y": 2115,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 833,
+ "y": 2200,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 844,
+ "y": 2243,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 2253,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 85,
+ "ctrlPoint1": {
+ "x": 848,
+ "y": 2256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 856,
+ "y": 2256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 2253,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 931,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "name": 86,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 86,
+ "ctrlPoint1": {
+ "x": 883,
+ "y": 2249,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 915,
+ "y": 2242,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 931,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "name": 86,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 943,
+ "y": 2222,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 87,
+ "ctrlPoint1": {
+ "x": 940,
+ "y": 2237,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 945,
+ "y": 2231,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 943,
+ "y": 2222,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 885,
+ "y": 1990,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 88,
+ "ctrlPoint1": {
+ "x": 928,
+ "y": 2164,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 899,
+ "y": 2048,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 885,
+ "y": 1990,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 940,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 89,
+ "ctrlPoint1": {
+ "x": 876,
+ "y": 1951,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 929,
+ "y": 1853,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 940,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 923,
+ "y": 1775,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 90,
+ "ctrlPoint1": {
+ "x": 941,
+ "y": 1793,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 937,
+ "y": 1780,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 923,
+ "y": 1775,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 860,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 91,
+ "ctrlPoint1": {
+ "x": 887,
+ "y": 1764,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 859,
+ "y": 1746,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 860,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 871,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "name": 92,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 92,
+ "ctrlPoint1": {
+ "x": 862,
+ "y": 1654,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 884,
+ "y": 1569,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 871,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "name": 92,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 1231,
+ "r": 5,
+ "type": "pathP",
+ "name": 93,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 93,
+ "ctrlPoint1": {
+ "x": 852,
+ "y": 1453,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 815,
+ "y": 1305,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 1231,
+ "r": 5,
+ "type": "pathP",
+ "name": 93,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 697,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "name": 94,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 94,
+ "ctrlPoint1": {
+ "x": 781,
+ "y": 1177,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 723,
+ "y": 1111,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 697,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "name": 94,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 437,
+ "y": 860,
+ "r": 5,
+ "type": "pathP",
+ "name": 95,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 95,
+ "ctrlPoint1": {
+ "x": 635,
+ "y": 1018,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 519,
+ "y": 907,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 437,
+ "y": 860,
+ "r": 5,
+ "type": "pathP",
+ "name": 95,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 368,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "name": 96,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 96,
+ "ctrlPoint1": {
+ "x": 411,
+ "y": 841,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 385,
+ "y": 803,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 368,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "name": 96,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 261,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "name": 97,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 97,
+ "ctrlPoint1": {
+ "x": 341,
+ "y": 765,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 273,
+ "y": 745,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 261,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "name": 97,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 195,
+ "y": 521,
+ "r": 5,
+ "type": "pathP",
+ "name": 98,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 98,
+ "ctrlPoint1": {
+ "x": 244,
+ "y": 661,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 211,
+ "y": 567,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 195,
+ "y": 521,
+ "r": 5,
+ "type": "pathP",
+ "name": 98,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 99,
+ "ctrlPoint1": {
+ "x": 186,
+ "y": 495,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 201,
+ "y": 465,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 339,
+ "y": 438,
+ "r": 5,
+ "type": "pathP",
+ "name": 100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 100,
+ "ctrlPoint1": {
+ "x": 269,
+ "y": 438,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 301,
+ "y": 419,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 339,
+ "y": 438,
+ "r": 5,
+ "type": "pathP",
+ "name": 100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 529,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 101,
+ "ctrlPoint1": {
+ "x": 386,
+ "y": 462,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 481,
+ "y": 512,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 529,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 566,
+ "y": 479,
+ "r": 5,
+ "type": "pathP",
+ "name": 102,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 102,
+ "ctrlPoint1": {
+ "x": 557,
+ "y": 552,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 597,
+ "y": 509,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 566,
+ "y": 479,
+ "r": 5,
+ "type": "pathP",
+ "name": 102,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 475,
+ "y": 270,
+ "r": 5,
+ "type": "pathP",
+ "name": 103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 103,
+ "ctrlPoint1": {
+ "x": 529,
+ "y": 460,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 420,
+ "y": 422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 475,
+ "y": 270,
+ "r": 5,
+ "type": "pathP",
+ "name": 103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 540,
+ "y": 286,
+ "r": 5,
+ "type": "pathP",
+ "name": 104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 104,
+ "ctrlPoint1": {
+ "x": 491,
+ "y": 274,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 523,
+ "y": 282,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 540,
+ "y": 286,
+ "r": 5,
+ "type": "pathP",
+ "name": 104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 565,
+ "y": 416,
+ "r": 5,
+ "type": "pathP",
+ "name": 105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 105,
+ "ctrlPoint1": {
+ "x": 511,
+ "y": 336,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 523,
+ "y": 390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 565,
+ "y": 416,
+ "r": 5,
+ "type": "pathP",
+ "name": 105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 625,
+ "y": 447,
+ "r": 5,
+ "type": "pathP",
+ "name": 106,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 106,
+ "ctrlPoint1": {
+ "x": 580,
+ "y": 423,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 610,
+ "y": 439,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 625,
+ "y": 447,
+ "r": 5,
+ "type": "pathP",
+ "name": 106,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 723,
+ "y": 352,
+ "r": 5,
+ "type": "pathP",
+ "name": 107,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 107,
+ "ctrlPoint1": {
+ "x": 662,
+ "y": 469,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 693,
+ "y": 382,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 723,
+ "y": 352,
+ "r": 5,
+ "type": "pathP",
+ "name": 107,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 807,
+ "y": 353,
+ "r": 5,
+ "type": "pathP",
+ "name": 108,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 108,
+ "ctrlPoint1": {
+ "x": 753,
+ "y": 328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 777,
+ "y": 331,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 807,
+ "y": 353,
+ "r": 5,
+ "type": "pathP",
+ "name": 108,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1047,
+ "y": 609,
+ "r": 5,
+ "type": "pathP",
+ "name": 109,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 109,
+ "ctrlPoint1": {
+ "x": 867,
+ "y": 417,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 988,
+ "y": 541,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1047,
+ "y": 609,
+ "r": 5,
+ "type": "pathP",
+ "name": 109,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1119,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 110,
+ "ctrlPoint1": {
+ "x": 1059,
+ "y": 622,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1135,
+ "y": 572,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1119,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 442,
+ "r": 5,
+ "type": "pathP",
+ "name": 111,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 111,
+ "ctrlPoint1": {
+ "x": 1093,
+ "y": 528,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1042,
+ "y": 470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 442,
+ "r": 5,
+ "type": "pathP",
+ "name": 111,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 799,
+ "y": 191,
+ "r": 5,
+ "type": "pathP",
+ "name": 112,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 112,
+ "ctrlPoint1": {
+ "x": 950,
+ "y": 404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 827,
+ "y": 296,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 799,
+ "y": 191,
+ "r": 5,
+ "type": "pathP",
+ "name": 112,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 125,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 113,
+ "ctrlPoint1": {
+ "x": 790,
+ "y": 163,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 807,
+ "y": 138,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 125,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 960,
+ "y": 95,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 114,
+ "ctrlPoint1": {
+ "x": 862,
+ "y": 117,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 927,
+ "y": 102,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 960,
+ "y": 95,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 129,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 115,
+ "ctrlPoint1": {
+ "x": 987,
+ "y": 93,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1006,
+ "y": 106,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 129,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1188,
+ "y": 269,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 116,
+ "ctrlPoint1": {
+ "x": 1048,
+ "y": 231,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1160,
+ "y": 209,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1188,
+ "y": 269,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1437,
+ "y": 240,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 117,
+ "ctrlPoint1": {
+ "x": 1267,
+ "y": 355,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1287,
+ "y": 156,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1437,
+ "y": 240,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1406,
+ "y": 293,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 118,
+ "ctrlPoint1": {
+ "x": 1429,
+ "y": 253,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1413,
+ "y": 279,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1406,
+ "y": 293,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1288,
+ "y": 384,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 119,
+ "ctrlPoint1": {
+ "x": 1325,
+ "y": 275,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1271,
+ "y": 318,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1288,
+ "y": 384,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 569,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 120,
+ "ctrlPoint1": {
+ "x": 1315,
+ "y": 469,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1271,
+ "y": 531,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 569,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1230,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 121,
+ "ctrlPoint1": {
+ "x": 1212,
+ "y": 572,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1224,
+ "y": 579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1230,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1573,
+ "y": 517,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 122,
+ "ctrlPoint1": {
+ "x": 1315,
+ "y": 566,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1487,
+ "y": 533,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1573,
+ "y": 517,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1465,
+ "y": 132,
+ "r": 5,
+ "type": "pathP",
+ "name": 123,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 123,
+ "ctrlPoint1": {
+ "x": 1546,
+ "y": 420,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1492,
+ "y": 228,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1465,
+ "y": 132,
+ "r": 5,
+ "type": "pathP",
+ "name": 123,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 186,
+ "r": 5,
+ "type": "pathP",
+ "name": 124,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 124,
+ "ctrlPoint1": {
+ "x": 1387,
+ "y": 145,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1232,
+ "y": 172,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 186,
+ "r": 5,
+ "type": "pathP",
+ "name": 124,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1126,
+ "y": 8,
+ "r": 5,
+ "type": "pathP",
+ "name": 125,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 125,
+ "ctrlPoint1": {
+ "x": 1147,
+ "y": 141,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1133,
+ "y": 52,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1126,
+ "y": 8,
+ "r": 5,
+ "type": "pathP",
+ "name": 125,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 656,
+ "y": 119,
+ "r": 5,
+ "type": "pathP",
+ "name": 126,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 126,
+ "ctrlPoint1": {
+ "x": 1008,
+ "y": 35,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 773,
+ "y": 91,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 656,
+ "y": 119,
+ "r": 5,
+ "type": "pathP",
+ "name": 126,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 20,
+ "y": 497,
+ "r": 5,
+ "type": "pathP",
+ "name": 127,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 127,
+ "ctrlPoint1": {
+ "x": 497,
+ "y": 213,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 179,
+ "y": 402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 20,
+ "y": 497,
+ "r": 5,
+ "type": "pathP",
+ "name": 127,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 64,
+ "y": 681,
+ "r": 5,
+ "type": "pathP",
+ "name": 128,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 128,
+ "ctrlPoint1": {
+ "x": 31,
+ "y": 543,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 53,
+ "y": 635,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 64,
+ "y": 681,
+ "r": 5,
+ "type": "pathP",
+ "name": 128,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 129,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 129,
+ "ctrlPoint1": {
+ "x": 80,
+ "y": 677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 112,
+ "y": 669,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 129,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 466,
+ "y": 2226,
+ "r": 5,
+ "type": "pathP",
+ "name": 130,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 130,
+ "ctrlPoint1": {
+ "x": 213,
+ "y": 1056,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 381,
+ "y": 1836,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 466,
+ "y": 2226,
+ "r": 5,
+ "type": "pathP",
+ "name": 130,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 516,
+ "y": 2467,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 153,
+ "ctrlPoint1": {
+ "x": 669,
+ "y": 2129,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 763,
+ "y": 2437,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 516,
+ "y": 2467,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 527,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "name": 136,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 136,
+ "ctrlPoint1": {
+ "x": 518,
+ "y": 2486,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 524,
+ "y": 2524,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 527,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "name": 136,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 553,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "name": 137,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 137,
+ "ctrlPoint1": {
+ "x": 533,
+ "y": 2550,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 546,
+ "y": 2564,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 553,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "name": 137,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 637,
+ "y": 2551,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 138,
+ "ctrlPoint1": {
+ "x": 574,
+ "y": 2566,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 616,
+ "y": 2556,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 637,
+ "y": 2551,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 694,
+ "y": 2583,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 139,
+ "ctrlPoint1": {
+ "x": 651,
+ "y": 2559,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 679,
+ "y": 2575,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 694,
+ "y": 2583,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1966,
+ "y": 2188,
+ "r": 5,
+ "type": "pathP",
+ "name": 140,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 140,
+ "ctrlPoint1": {
+ "x": 1012,
+ "y": 2484,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1648,
+ "y": 2286,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1966,
+ "y": 2188,
+ "r": 5,
+ "type": "pathP",
+ "name": 140,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1993,
+ "y": 2142,
+ "r": 5,
+ "type": "pathP",
+ "name": 141,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 141,
+ "ctrlPoint1": {
+ "x": 1972,
+ "y": 2176,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1986,
+ "y": 2153,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1993,
+ "y": 2142,
+ "r": 5,
+ "type": "pathP",
+ "name": 141,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1913,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "name": 142,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 142,
+ "ctrlPoint1": {
+ "x": 1973,
+ "y": 2062,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1933,
+ "y": 1903,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1913,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "name": 142,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1785,
+ "y": 1848,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 143,
+ "ctrlPoint1": {
+ "x": 1881,
+ "y": 1830,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1817,
+ "y": 1842,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1785,
+ "y": 1848,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1745,
+ "y": 1715,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 144,
+ "ctrlPoint1": {
+ "x": 1775,
+ "y": 1814,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1755,
+ "y": 1748,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1745,
+ "y": 1715,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1503,
+ "y": 1776,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 145,
+ "ctrlPoint1": {
+ "x": 1684,
+ "y": 1730,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1563,
+ "y": 1760,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1503,
+ "y": 1776,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1407,
+ "y": 1495,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 146,
+ "ctrlPoint1": {
+ "x": 1479,
+ "y": 1705,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1431,
+ "y": 1565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1407,
+ "y": 1495,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1405,
+ "y": 1282,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 147,
+ "ctrlPoint1": {
+ "x": 1406,
+ "y": 1441,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1405,
+ "y": 1335,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1405,
+ "y": 1282,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1230,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 148,
+ "ctrlPoint1": {
+ "x": 1361,
+ "y": 1107,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1273,
+ "y": 757,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1230,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1204,
+ "y": 567,
+ "r": 5,
+ "type": "pathP",
+ "name": 46,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 149,
+ "ctrlPoint1": {
+ "x": 1223,
+ "y": 579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1210,
+ "y": 571,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": "3",
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1006,
+ "yaxis": 1295,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 961,
+ "y": 123,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 832,
+ "y": 199,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 155,
+ "ctrlPoint1": {
+ "x": 924,
+ "y": 137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 792,
+ "y": 137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 832,
+ "y": 199,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1044,
+ "y": 429,
+ "r": 5,
+ "type": "pathP",
+ "name": 156,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 156,
+ "ctrlPoint1": {
+ "x": 875,
+ "y": 299,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 962,
+ "y": 381,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1044,
+ "y": 429,
+ "r": 5,
+ "type": "pathP",
+ "name": 156,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1127,
+ "y": 529,
+ "r": 5,
+ "type": "pathP",
+ "name": 157,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 157,
+ "ctrlPoint1": {
+ "x": 1064,
+ "y": 454,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1106,
+ "y": 504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1127,
+ "y": 529,
+ "r": 5,
+ "type": "pathP",
+ "name": 157,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1243,
+ "y": 411,
+ "r": 5,
+ "type": "pathP",
+ "name": 158,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 158,
+ "ctrlPoint1": {
+ "x": 1157,
+ "y": 558,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1238,
+ "y": 482,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1243,
+ "y": 411,
+ "r": 5,
+ "type": "pathP",
+ "name": 158,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1222,
+ "y": 319,
+ "r": 5,
+ "type": "pathP",
+ "name": 159,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 159,
+ "ctrlPoint1": {
+ "x": 1230,
+ "y": 363,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1238,
+ "y": 322,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1222,
+ "y": 319,
+ "r": 5,
+ "type": "pathP",
+ "name": 159,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1140,
+ "y": 256,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 162,
+ "ctrlPoint1": {
+ "x": 1185,
+ "y": 313,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1165,
+ "y": 279,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1140,
+ "y": 256,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 961,
+ "y": 123,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 163,
+ "ctrlPoint1": {
+ "x": 994,
+ "y": 224,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1007,
+ "y": 110,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1037,
+ "yaxis": 326,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 377,
+ "r": 5,
+ "type": "pathP",
+ "name": 164,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 389,
+ "r": 5,
+ "type": "pathP",
+ "name": 165,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 165,
+ "ctrlPoint1": {
+ "x": 761,
+ "y": 368,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 753,
+ "y": 364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 389,
+ "r": 5,
+ "type": "pathP",
+ "name": 165,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 694,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "name": 166,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 166,
+ "ctrlPoint1": {
+ "x": 727,
+ "y": 405,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 705,
+ "y": 437,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 694,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "name": 166,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 707,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 167,
+ "ctrlPoint1": {
+ "x": 675,
+ "y": 468,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 689,
+ "y": 485,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 707,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 1213,
+ "r": 5,
+ "type": "pathP",
+ "name": 168,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 168,
+ "ctrlPoint1": {
+ "x": 840,
+ "y": 595,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1082,
+ "y": 768,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 1213,
+ "r": 5,
+ "type": "pathP",
+ "name": 168,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1262,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "name": 169,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 169,
+ "ctrlPoint1": {
+ "x": 1242,
+ "y": 1221,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1253,
+ "y": 1223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1262,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "name": 169,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1302,
+ "y": 1210,
+ "r": 5,
+ "type": "pathP",
+ "name": 170,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 170,
+ "ctrlPoint1": {
+ "x": 1272,
+ "y": 1219,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1292,
+ "y": 1213,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1302,
+ "y": 1210,
+ "r": 5,
+ "type": "pathP",
+ "name": 170,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1297,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 171,
+ "ctrlPoint1": {
+ "x": 1322,
+ "y": 1196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1314,
+ "y": 1176,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1297,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1211,
+ "y": 919,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 172,
+ "ctrlPoint1": {
+ "x": 1275,
+ "y": 1088,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1232,
+ "y": 975,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1211,
+ "y": 919,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 377,
+ "r": 5,
+ "type": "pathP",
+ "name": 164,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 173,
+ "ctrlPoint1": {
+ "x": 1130,
+ "y": 759,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 922,
+ "y": 497,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 998,
+ "yaxis": 799,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 610,
+ "y": 586,
+ "r": 5,
+ "type": "pathP",
+ "name": 177,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1054.0053750000002,
+ "y": 1119.2745000000004,
+ "r": 5,
+ "type": "pathP",
+ "name": 259,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 259,
+ "ctrlPoint1": {
+ "x": 764,
+ "y": 687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 986,
+ "y": 934,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1054.0053750000002,
+ "y": 1119.2745000000004,
+ "r": 5,
+ "type": "pathP",
+ "name": 259,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1164,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 260,
+ "ctrlPoint1": {
+ "x": 1147,
+ "y": 1304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1173,
+ "y": 1517,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1164,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1186,
+ "y": 1766,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 179,
+ "ctrlPoint1": {
+ "x": 1156,
+ "y": 1733,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1169,
+ "y": 1767,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1186,
+ "y": 1766,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 1774,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 180,
+ "ctrlPoint1": {
+ "x": 1194,
+ "y": 1768,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1211,
+ "y": 1772,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 1774,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1262,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 181,
+ "ctrlPoint1": {
+ "x": 1253,
+ "y": 1774,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1266,
+ "y": 1744,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1262,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1157.8453760000002,
+ "y": 1117.8462720000002,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 262,
+ "ctrlPoint1": {
+ "x": 1276,
+ "y": 1536,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1249,
+ "y": 1281,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1157.8453760000002,
+ "y": 1117.8462720000002,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 530,
+ "r": 5,
+ "type": "pathP",
+ "name": 182,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 263,
+ "ctrlPoint1": {
+ "x": 1074,
+ "y": 889,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 876,
+ "y": 650,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 530,
+ "r": 5,
+ "type": "pathP",
+ "name": 182,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 620,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 184,
+ "ctrlPoint1": {
+ "x": 661,
+ "y": 496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 639,
+ "y": 493,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 620,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 597,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 185,
+ "ctrlPoint1": {
+ "x": 614,
+ "y": 523,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 602,
+ "y": 538,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 597,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 610,
+ "y": 586,
+ "r": 5,
+ "type": "pathP",
+ "name": 177,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 186,
+ "ctrlPoint1": {
+ "x": 591,
+ "y": 559,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 586,
+ "y": 576,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 929,
+ "yaxis": 1145,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 307,
+ "y": 463,
+ "r": 5,
+ "type": "pathP",
+ "name": 186,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 1695,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 187,
+ "ctrlPoint1": {
+ "x": 830,
+ "y": 685,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1145,
+ "y": 1125,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 1695,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1055,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 188,
+ "ctrlPoint1": {
+ "x": 1133,
+ "y": 1763,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1105,
+ "y": 1760,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1055,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 1740,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 189,
+ "ctrlPoint1": {
+ "x": 1025,
+ "y": 1747,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 966,
+ "y": 1742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 1740,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 900,
+ "y": 1662,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 190,
+ "ctrlPoint1": {
+ "x": 888,
+ "y": 1736,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 893,
+ "y": 1696,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 900,
+ "y": 1662,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 908,
+ "y": 1539,
+ "r": 5,
+ "type": "pathP",
+ "name": 195,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 195,
+ "ctrlPoint1": {
+ "x": 908,
+ "y": 1629,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 913,
+ "y": 1570,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 908,
+ "y": 1539,
+ "r": 5,
+ "type": "pathP",
+ "name": 195,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 1218,
+ "r": 5,
+ "type": "pathP",
+ "name": 196,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 196,
+ "ctrlPoint1": {
+ "x": 888,
+ "y": 1458,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 849,
+ "y": 1298,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 1218,
+ "r": 5,
+ "type": "pathP",
+ "name": 196,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 725,
+ "y": 1050,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 197,
+ "ctrlPoint1": {
+ "x": 810,
+ "y": 1170,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 756,
+ "y": 1090,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 725,
+ "y": 1050,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 566,
+ "y": 909,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 198,
+ "ctrlPoint1": {
+ "x": 685,
+ "y": 1014,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 605,
+ "y": 944,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 566,
+ "y": 909,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 441,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "name": 199,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 199,
+ "ctrlPoint1": {
+ "x": 534,
+ "y": 886,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 472,
+ "y": 840,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 441,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "name": 199,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 760,
+ "r": 5,
+ "type": "pathP",
+ "name": 200,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 200,
+ "ctrlPoint1": {
+ "x": 428,
+ "y": 803,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 403,
+ "y": 774,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 760,
+ "r": 5,
+ "type": "pathP",
+ "name": 200,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 293,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 201,
+ "ctrlPoint1": {
+ "x": 366,
+ "y": 745,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 317,
+ "y": 715,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 293,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 233,
+ "y": 521,
+ "r": 5,
+ "type": "pathP",
+ "name": 202,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 202,
+ "ctrlPoint1": {
+ "x": 278,
+ "y": 655,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 248,
+ "y": 565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 233,
+ "y": 521,
+ "r": 5,
+ "type": "pathP",
+ "name": 202,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 245,
+ "y": 483,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 203,
+ "ctrlPoint1": {
+ "x": 224,
+ "y": 504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 231,
+ "y": 493,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 245,
+ "y": 483,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 307,
+ "y": 463,
+ "r": 5,
+ "type": "pathP",
+ "name": 186,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 204,
+ "ctrlPoint1": {
+ "x": 260,
+ "y": 478,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 291,
+ "y": 468,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 682,
+ "yaxis": 1106,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 976,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1975,
+ "r": 5,
+ "type": "pathP",
+ "name": 206,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 206,
+ "ctrlPoint1": {
+ "x": 961,
+ "y": 1850,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 932,
+ "y": 1933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1975,
+ "r": 5,
+ "type": "pathP",
+ "name": 206,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 975,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "name": 207,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 207,
+ "ctrlPoint1": {
+ "x": 932,
+ "y": 2035,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 960,
+ "y": 2155,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 975,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "name": 207,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1031,
+ "y": 2203,
+ "r": 5,
+ "type": "pathP",
+ "name": 208,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 208,
+ "ctrlPoint1": {
+ "x": 994,
+ "y": 2243,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1023,
+ "y": 2239,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1031,
+ "y": 2203,
+ "r": 5,
+ "type": "pathP",
+ "name": 208,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1020,
+ "y": 2158,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 209,
+ "ctrlPoint1": {
+ "x": 1028,
+ "y": 2191,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1022,
+ "y": 2169,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1020,
+ "y": 2158,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1990,
+ "r": 5,
+ "type": "pathP",
+ "name": 210,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 210,
+ "ctrlPoint1": {
+ "x": 1029,
+ "y": 2110,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1089,
+ "y": 2032,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1990,
+ "r": 5,
+ "type": "pathP",
+ "name": 210,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1118,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "name": 212,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 267,
+ "ctrlPoint1": {
+ "x": 1129,
+ "y": 1949,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1096,
+ "y": 1909,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1118,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "name": 212,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1088,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 213,
+ "ctrlPoint1": {
+ "x": 1116,
+ "y": 1798,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1103,
+ "y": 1793,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1088,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 1786,
+ "r": 5,
+ "type": "pathP",
+ "name": 214,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 214,
+ "ctrlPoint1": {
+ "x": 1071,
+ "y": 1791,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1039,
+ "y": 1787,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 1786,
+ "r": 5,
+ "type": "pathP",
+ "name": 214,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 976,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 215,
+ "ctrlPoint1": {
+ "x": 1005,
+ "y": 1781,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 984,
+ "y": 1789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1018,
+ "yaxis": 2001,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1134,
+ "y": 2266,
+ "r": 5,
+ "type": "pathP",
+ "name": 222,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 2356,
+ "r": 5,
+ "type": "pathP",
+ "name": 223,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 223,
+ "ctrlPoint1": {
+ "x": 1139,
+ "y": 2288,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1149,
+ "y": 2333,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 2356,
+ "r": 5,
+ "type": "pathP",
+ "name": 223,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1201,
+ "y": 2380,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 224,
+ "ctrlPoint1": {
+ "x": 1164,
+ "y": 2390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1183,
+ "y": 2388,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1201,
+ "y": 2380,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1516,
+ "y": 2290,
+ "r": 5,
+ "type": "pathP",
+ "name": 225,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 225,
+ "ctrlPoint1": {
+ "x": 1279,
+ "y": 2357,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1437,
+ "y": 2312,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1516,
+ "y": 2290,
+ "r": 5,
+ "type": "pathP",
+ "name": 225,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1533,
+ "y": 2241,
+ "r": 5,
+ "type": "pathP",
+ "name": 226,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 226,
+ "ctrlPoint1": {
+ "x": 1546,
+ "y": 2283,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1541,
+ "y": 2258,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1533,
+ "y": 2241,
+ "r": 5,
+ "type": "pathP",
+ "name": 226,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1516,
+ "y": 2175,
+ "r": 5,
+ "type": "pathP",
+ "name": 227,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 227,
+ "ctrlPoint1": {
+ "x": 1528,
+ "y": 2224,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1520,
+ "y": 2191,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1516,
+ "y": 2175,
+ "r": 5,
+ "type": "pathP",
+ "name": 227,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1461,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "name": 228,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 228,
+ "ctrlPoint1": {
+ "x": 1506,
+ "y": 2145,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1487,
+ "y": 2146,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1461,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "name": 228,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1165,
+ "y": 2229,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 229,
+ "ctrlPoint1": {
+ "x": 1387,
+ "y": 2174,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1239,
+ "y": 2210,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1165,
+ "y": 2229,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1134,
+ "y": 2266,
+ "r": 5,
+ "type": "pathP",
+ "name": 222,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 230,
+ "ctrlPoint1": {
+ "x": 1146,
+ "y": 2231,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1130,
+ "y": 2245,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1333,
+ "yaxis": 2268,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 714,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 791,
+ "y": 2398,
+ "r": 5,
+ "type": "pathP",
+ "name": 232,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 232,
+ "ctrlPoint1": {
+ "x": 733,
+ "y": 2169,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 771,
+ "y": 2321,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 791,
+ "y": 2398,
+ "r": 5,
+ "type": "pathP",
+ "name": 232,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 2424,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 233,
+ "ctrlPoint1": {
+ "x": 791,
+ "y": 2414,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 798,
+ "y": 2426,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 2424,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 2415,
+ "r": 5,
+ "type": "pathP",
+ "name": 234,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 234,
+ "ctrlPoint1": {
+ "x": 814,
+ "y": 2421,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 831,
+ "y": 2417,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 2415,
+ "r": 5,
+ "type": "pathP",
+ "name": 234,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 844,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "name": 235,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 235,
+ "ctrlPoint1": {
+ "x": 850,
+ "y": 2413,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 850,
+ "y": 2396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 844,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "name": 235,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 2081,
+ "r": 5,
+ "type": "pathP",
+ "name": 236,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 236,
+ "ctrlPoint1": {
+ "x": 825,
+ "y": 2310,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 787,
+ "y": 2157,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 2081,
+ "r": 5,
+ "type": "pathP",
+ "name": 236,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 747,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "name": 237,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 237,
+ "ctrlPoint1": {
+ "x": 767,
+ "y": 2072,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 756,
+ "y": 2069,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 747,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "name": 237,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 238,
+ "ctrlPoint1": {
+ "x": 742,
+ "y": 2073,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 732,
+ "y": 2075,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 714,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 239,
+ "ctrlPoint1": {
+ "x": 721,
+ "y": 2076,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 715,
+ "y": 2083,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 779,
+ "yaxis": 2248,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1087,
+ "y": 2210,
+ "r": 5,
+ "type": "pathP",
+ "name": 240,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1554,
+ "y": 2095,
+ "r": 5,
+ "type": "pathP",
+ "name": 241,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 241,
+ "ctrlPoint1": {
+ "x": 1203,
+ "y": 2181,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1437,
+ "y": 2123,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1554,
+ "y": 2095,
+ "r": 5,
+ "type": "pathP",
+ "name": 241,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1573,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 242,
+ "ctrlPoint1": {
+ "x": 1577,
+ "y": 2094,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1580,
+ "y": 2073,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1573,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1538,
+ "y": 1903,
+ "r": 5,
+ "type": "pathP",
+ "name": 243,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 243,
+ "ctrlPoint1": {
+ "x": 1564,
+ "y": 2011,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1546,
+ "y": 1939,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1538,
+ "y": 1903,
+ "r": 5,
+ "type": "pathP",
+ "name": 243,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1478,
+ "y": 1918,
+ "r": 5,
+ "type": "pathP",
+ "name": 244,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 244,
+ "ctrlPoint1": {
+ "x": 1517,
+ "y": 1868,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1472,
+ "y": 1890,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1478,
+ "y": 1918,
+ "r": 5,
+ "type": "pathP",
+ "name": 244,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1380,
+ "y": 2113,
+ "r": 5,
+ "type": "pathP",
+ "name": 245,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 245,
+ "ctrlPoint1": {
+ "x": 1500,
+ "y": 1968,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1487,
+ "y": 2087,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1380,
+ "y": 2113,
+ "r": 5,
+ "type": "pathP",
+ "name": 245,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1359,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "name": 246,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 246,
+ "ctrlPoint1": {
+ "x": 1374,
+ "y": 2102,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1364,
+ "y": 2080,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1359,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "name": 246,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1377,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "name": 247,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 247,
+ "ctrlPoint1": {
+ "x": 1509,
+ "y": 2014,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1433,
+ "y": 1888,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1377,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "name": 247,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1252,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 248,
+ "ctrlPoint1": {
+ "x": 1345,
+ "y": 1881,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1283,
+ "y": 1862,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1252,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 1812,
+ "r": 5,
+ "type": "pathP",
+ "name": 249,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 249,
+ "ctrlPoint1": {
+ "x": 1244,
+ "y": 1842,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1228,
+ "y": 1822,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 1812,
+ "r": 5,
+ "type": "pathP",
+ "name": 249,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1177,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 250,
+ "ctrlPoint1": {
+ "x": 1209,
+ "y": 1809,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1187,
+ "y": 1804,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1177,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1152,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "name": 251,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 251,
+ "ctrlPoint1": {
+ "x": 1144,
+ "y": 1803,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1149,
+ "y": 1880,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1152,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "name": 251,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1151,
+ "y": 1999,
+ "r": 5,
+ "type": "pathP",
+ "name": 265,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 265,
+ "ctrlPoint1": {
+ "x": 1154,
+ "y": 1933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1158,
+ "y": 1970,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1151,
+ "y": 1999,
+ "r": 5,
+ "type": "pathP",
+ "name": 265,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 2158,
+ "r": 5,
+ "type": "pathP",
+ "name": 252,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 266,
+ "ctrlPoint1": {
+ "x": 1127,
+ "y": 2038,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1079,
+ "y": 2118,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 2158,
+ "r": 5,
+ "type": "pathP",
+ "name": 252,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1087,
+ "y": 2210,
+ "r": 5,
+ "type": "pathP",
+ "name": 240,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 253,
+ "ctrlPoint1": {
+ "x": 1059,
+ "y": 2176,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1065,
+ "y": 2218,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1314,
+ "yaxis": 2006,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "hollowArea": [],
+ "shopArea": [],
+ "path": {
+ "nodes": [
+ {
+ "x": -100,
+ "y": -100,
+ "id": 0,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1380,
+ "y": 256,
+ "id": 1,
+ "list": [
+ {
+ "x": 1302,
+ "y": 278,
+ "id": 2,
+ "cost": 81
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1302,
+ "y": 278,
+ "id": 2,
+ "list": [
+ {
+ "x": 1380,
+ "y": 256,
+ "id": 1,
+ "cost": 81
+ },
+ {
+ "x": 1260,
+ "y": 320,
+ "id": 3,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1260,
+ "y": 320,
+ "id": 3,
+ "list": [
+ {
+ "x": 1302,
+ "y": 278,
+ "id": 2,
+ "cost": 59
+ },
+ {
+ "x": 1193,
+ "y": 291,
+ "id": 4,
+ "cost": 73
+ },
+ {
+ "x": 1262,
+ "y": 397,
+ "id": 14,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1193,
+ "y": 291,
+ "id": 4,
+ "list": [
+ {
+ "x": 1260,
+ "y": 320,
+ "id": 3,
+ "cost": 73
+ },
+ {
+ "x": 1156,
+ "y": 250.375,
+ "id": 111,
+ "cost": 54
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1110,
+ "y": 236,
+ "id": 5,
+ "list": [
+ {
+ "x": 1156,
+ "y": 250.375,
+ "id": 111,
+ "cost": 48
+ },
+ {
+ "x": 1052,
+ "y": 200,
+ "id": 6,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1052,
+ "y": 200,
+ "id": 6,
+ "list": [
+ {
+ "x": 1110,
+ "y": 236,
+ "id": 5,
+ "cost": 68
+ },
+ {
+ "x": 980,
+ "y": 108,
+ "id": 7,
+ "cost": 116
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 980,
+ "y": 108,
+ "id": 7,
+ "list": [
+ {
+ "x": 1052,
+ "y": 200,
+ "id": 6,
+ "cost": 116
+ },
+ {
+ "x": 822,
+ "y": 145,
+ "id": 8,
+ "cost": 162
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 822,
+ "y": 145,
+ "id": 8,
+ "list": [
+ {
+ "x": 980,
+ "y": 108,
+ "id": 7,
+ "cost": 162
+ },
+ {
+ "x": 811,
+ "y": 197,
+ "id": 9,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 811,
+ "y": 197,
+ "id": 9,
+ "list": [
+ {
+ "x": 822,
+ "y": 145,
+ "id": 8,
+ "cost": 53
+ },
+ {
+ "x": 879.0153846153845,
+ "y": 304,
+ "id": 109,
+ "cost": 126
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 956,
+ "y": 385,
+ "id": 10,
+ "list": [
+ {
+ "x": 1026,
+ "y": 432.29838709677426,
+ "id": 110,
+ "cost": 84
+ },
+ {
+ "x": 879.0153846153845,
+ "y": 304,
+ "id": 109,
+ "cost": 111
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 11,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1148,
+ "y": 570,
+ "id": 12,
+ "list": [
+ {
+ "x": 1240,
+ "y": 502,
+ "id": 13,
+ "cost": 114
+ },
+ {
+ "x": 1026,
+ "y": 432.29838709677426,
+ "id": 110,
+ "cost": 183
+ },
+ {
+ "x": 1062,
+ "y": 648,
+ "id": 17,
+ "cost": 116
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1240,
+ "y": 502,
+ "id": 13,
+ "list": [
+ {
+ "x": 1148,
+ "y": 570,
+ "id": 12,
+ "cost": 114
+ },
+ {
+ "x": 1262,
+ "y": 397,
+ "id": 14,
+ "cost": 107
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1262,
+ "y": 397,
+ "id": 14,
+ "list": [
+ {
+ "x": 1260,
+ "y": 320,
+ "id": 3,
+ "cost": 77
+ },
+ {
+ "x": 1240,
+ "y": 502,
+ "id": 13,
+ "cost": 107
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 15,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 16,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1062,
+ "y": 648,
+ "id": 17,
+ "list": [
+ {
+ "x": 1148,
+ "y": 570,
+ "id": 12,
+ "cost": 116
+ },
+ {
+ "x": 990,
+ "y": 576,
+ "id": 18,
+ "cost": 101
+ },
+ {
+ "x": 1144,
+ "y": 780,
+ "id": 33,
+ "cost": 155
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 990,
+ "y": 576,
+ "id": 18,
+ "list": [
+ {
+ "x": 1062,
+ "y": 648,
+ "id": 17,
+ "cost": 101
+ },
+ {
+ "x": 906,
+ "y": 477,
+ "id": 19,
+ "cost": 129
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 906,
+ "y": 477,
+ "id": 19,
+ "list": [
+ {
+ "x": 990,
+ "y": 576,
+ "id": 18,
+ "cost": 129
+ },
+ {
+ "x": 820,
+ "y": 396,
+ "id": 20,
+ "cost": 118
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 820,
+ "y": 396,
+ "id": 20,
+ "list": [
+ {
+ "x": 906,
+ "y": 477,
+ "id": 19,
+ "cost": 118
+ },
+ {
+ "x": 758,
+ "y": 350,
+ "id": 21,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 758,
+ "y": 350,
+ "id": 21,
+ "list": [
+ {
+ "x": 820,
+ "y": 396,
+ "id": 20,
+ "cost": 77
+ },
+ {
+ "x": 673,
+ "y": 448.13333333333344,
+ "id": 108,
+ "cost": 129
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 621,
+ "y": 484,
+ "id": 22,
+ "list": [
+ {
+ "x": 673,
+ "y": 448.13333333333344,
+ "id": 108,
+ "cost": 63
+ },
+ {
+ "x": 684,
+ "y": 498,
+ "id": 23,
+ "cost": 64
+ },
+ {
+ "x": 560,
+ "y": 572,
+ "id": 34,
+ "cost": 107
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 684,
+ "y": 498,
+ "id": 23,
+ "list": [
+ {
+ "x": 621,
+ "y": 484,
+ "id": 22,
+ "cost": 64
+ },
+ {
+ "x": 673,
+ "y": 448.13333333333344,
+ "id": 108,
+ "cost": 51
+ },
+ {
+ "x": 801,
+ "y": 586.3207547169811,
+ "id": 107,
+ "cost": 146
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 900,
+ "y": 680,
+ "id": 24,
+ "list": [
+ {
+ "x": 801,
+ "y": 586.3207547169811,
+ "id": 107,
+ "cost": 136
+ },
+ {
+ "x": 996,
+ "y": 788,
+ "id": 25,
+ "cost": 144
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 996,
+ "y": 788,
+ "id": 25,
+ "list": [
+ {
+ "x": 900,
+ "y": 680,
+ "id": 24,
+ "cost": 144
+ },
+ {
+ "x": 1092,
+ "y": 938,
+ "id": 26,
+ "cost": 178
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1092,
+ "y": 938,
+ "id": 26,
+ "list": [
+ {
+ "x": 996,
+ "y": 788,
+ "id": 25,
+ "cost": 178
+ },
+ {
+ "x": 1150,
+ "y": 1064,
+ "id": 28,
+ "cost": 138
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 27,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1150,
+ "y": 1064,
+ "id": 28,
+ "list": [
+ {
+ "x": 1092,
+ "y": 938,
+ "id": 26,
+ "cost": 138
+ },
+ {
+ "x": 1228,
+ "y": 1246,
+ "id": 29,
+ "cost": 198
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1228,
+ "y": 1246,
+ "id": 29,
+ "list": [
+ {
+ "x": 1150,
+ "y": 1064,
+ "id": 28,
+ "cost": 198
+ },
+ {
+ "x": 1340,
+ "y": 1202,
+ "id": 30,
+ "cost": 120
+ },
+ {
+ "x": 1258,
+ "y": 1380,
+ "id": 56,
+ "cost": 137
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1340,
+ "y": 1202,
+ "id": 30,
+ "list": [
+ {
+ "x": 1228,
+ "y": 1246,
+ "id": 29,
+ "cost": 120
+ },
+ {
+ "x": 1288,
+ "y": 1066,
+ "id": 31,
+ "cost": 145
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1288,
+ "y": 1066,
+ "id": 31,
+ "list": [
+ {
+ "x": 1340,
+ "y": 1202,
+ "id": 30,
+ "cost": 145
+ },
+ {
+ "x": 1220,
+ "y": 904,
+ "id": 32,
+ "cost": 175
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1220,
+ "y": 904,
+ "id": 32,
+ "list": [
+ {
+ "x": 1288,
+ "y": 1066,
+ "id": 31,
+ "cost": 175
+ },
+ {
+ "x": 1144,
+ "y": 780,
+ "id": 33,
+ "cost": 145
+ },
+ {
+ "x": 1167,
+ "y": 936,
+ "id": 120,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1144,
+ "y": 780,
+ "id": 33,
+ "list": [
+ {
+ "x": 1062,
+ "y": 648,
+ "id": 17,
+ "cost": 155
+ },
+ {
+ "x": 1220,
+ "y": 904,
+ "id": 32,
+ "cost": 145
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 560,
+ "y": 572,
+ "id": 34,
+ "list": [
+ {
+ "x": 621,
+ "y": 484,
+ "id": 22,
+ "cost": 107
+ },
+ {
+ "x": 422,
+ "y": 500,
+ "id": 35,
+ "cost": 155
+ },
+ {
+ "x": 681,
+ "y": 662,
+ "id": 48,
+ "cost": 150
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 422,
+ "y": 500,
+ "id": 35,
+ "list": [
+ {
+ "x": 560,
+ "y": 572,
+ "id": 34,
+ "cost": 155
+ },
+ {
+ "x": 308,
+ "y": 447,
+ "id": 37,
+ "cost": 125
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 36,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 308,
+ "y": 447,
+ "id": 37,
+ "list": [
+ {
+ "x": 422,
+ "y": 500,
+ "id": 35,
+ "cost": 125
+ },
+ {
+ "x": 233,
+ "y": 471,
+ "id": 105,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 204,
+ "y": 510,
+ "id": 38,
+ "list": [
+ {
+ "x": 233,
+ "y": 471,
+ "id": 105,
+ "cost": 48
+ },
+ {
+ "x": 228.9902912621359,
+ "y": 576,
+ "id": 112,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 282,
+ "y": 716,
+ "id": 39,
+ "list": [
+ {
+ "x": 228.9902912621359,
+ "y": 576,
+ "id": 112,
+ "cost": 149
+ },
+ {
+ "x": 377,
+ "y": 770,
+ "id": 40,
+ "cost": 109
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 377,
+ "y": 770,
+ "id": 40,
+ "list": [
+ {
+ "x": 282,
+ "y": 716,
+ "id": 39,
+ "cost": 109
+ },
+ {
+ "x": 443,
+ "y": 845,
+ "id": 41,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 443,
+ "y": 845,
+ "id": 41,
+ "list": [
+ {
+ "x": 377,
+ "y": 770,
+ "id": 40,
+ "cost": 99
+ },
+ {
+ "x": 564,
+ "y": 930,
+ "id": 42,
+ "cost": 147
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 564,
+ "y": 930,
+ "id": 42,
+ "list": [
+ {
+ "x": 443,
+ "y": 845,
+ "id": 41,
+ "cost": 147
+ },
+ {
+ "x": 714,
+ "y": 1062,
+ "id": 43,
+ "cost": 199
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 714,
+ "y": 1062,
+ "id": 43,
+ "list": [
+ {
+ "x": 564,
+ "y": 930,
+ "id": 42,
+ "cost": 199
+ },
+ {
+ "x": 807,
+ "y": 1203,
+ "id": 44,
+ "cost": 168
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 807,
+ "y": 1203,
+ "id": 44,
+ "list": [
+ {
+ "x": 714,
+ "y": 1062,
+ "id": 43,
+ "cost": 168
+ },
+ {
+ "x": 851,
+ "y": 1375,
+ "id": 45,
+ "cost": 177
+ },
+ {
+ "x": 751,
+ "y": 1234,
+ "id": 118,
+ "cost": 64
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 851,
+ "y": 1375,
+ "id": 45,
+ "list": [
+ {
+ "x": 807,
+ "y": 1203,
+ "id": 44,
+ "cost": 177
+ },
+ {
+ "x": 891,
+ "y": 1552,
+ "id": 46,
+ "cost": 181
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 891,
+ "y": 1552,
+ "id": 46,
+ "list": [
+ {
+ "x": 851,
+ "y": 1375,
+ "id": 45,
+ "cost": 181
+ },
+ {
+ "x": 881,
+ "y": 1677,
+ "id": 47,
+ "cost": 125
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 881,
+ "y": 1677,
+ "id": 47,
+ "list": [
+ {
+ "x": 891,
+ "y": 1552,
+ "id": 46,
+ "cost": 125
+ },
+ {
+ "x": 891,
+ "y": 1739,
+ "id": 106,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 681,
+ "y": 662,
+ "id": 48,
+ "list": [
+ {
+ "x": 560,
+ "y": 572,
+ "id": 34,
+ "cost": 150
+ },
+ {
+ "x": 823,
+ "y": 795,
+ "id": 49,
+ "cost": 194
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 823,
+ "y": 795,
+ "id": 49,
+ "list": [
+ {
+ "x": 681,
+ "y": 662,
+ "id": 48,
+ "cost": 194
+ },
+ {
+ "x": 922,
+ "y": 920,
+ "id": 50,
+ "cost": 159
+ },
+ {
+ "x": 777,
+ "y": 839,
+ "id": 116,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 922,
+ "y": 920,
+ "id": 50,
+ "list": [
+ {
+ "x": 823,
+ "y": 795,
+ "id": 49,
+ "cost": 159
+ },
+ {
+ "x": 1026,
+ "y": 1100,
+ "id": 51,
+ "cost": 207
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1026,
+ "y": 1100,
+ "id": 51,
+ "list": [
+ {
+ "x": 922,
+ "y": 920,
+ "id": 50,
+ "cost": 207
+ },
+ {
+ "x": 1101,
+ "y": 1290,
+ "id": 52,
+ "cost": 204
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1101,
+ "y": 1290,
+ "id": 52,
+ "list": [
+ {
+ "x": 1026,
+ "y": 1100,
+ "id": 51,
+ "cost": 204
+ },
+ {
+ "x": 1137,
+ "y": 1464,
+ "id": 53,
+ "cost": 177
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1137,
+ "y": 1464,
+ "id": 53,
+ "list": [
+ {
+ "x": 1101,
+ "y": 1290,
+ "id": 52,
+ "cost": 177
+ },
+ {
+ "x": 1147,
+ "y": 1638,
+ "id": 54,
+ "cost": 174
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1147,
+ "y": 1638,
+ "id": 54,
+ "list": [
+ {
+ "x": 1137,
+ "y": 1464,
+ "id": 53,
+ "cost": 174
+ },
+ {
+ "x": 1136,
+ "y": 1784,
+ "id": 55,
+ "cost": 146
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1136,
+ "y": 1784,
+ "id": 55,
+ "list": [
+ {
+ "x": 1147,
+ "y": 1638,
+ "id": 54,
+ "cost": 146
+ },
+ {
+ "x": 1264,
+ "y": 1808,
+ "id": 59,
+ "cost": 130
+ },
+ {
+ "x": 972,
+ "y": 1768,
+ "id": 63,
+ "cost": 164
+ },
+ {
+ "x": 1122,
+ "y": 1908,
+ "id": 76,
+ "cost": 124
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1258,
+ "y": 1380,
+ "id": 56,
+ "list": [
+ {
+ "x": 1228,
+ "y": 1246,
+ "id": 29,
+ "cost": 137
+ },
+ {
+ "x": 1280,
+ "y": 1532,
+ "id": 57,
+ "cost": 153
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1280,
+ "y": 1532,
+ "id": 57,
+ "list": [
+ {
+ "x": 1258,
+ "y": 1380,
+ "id": 56,
+ "cost": 153
+ },
+ {
+ "x": 1282,
+ "y": 1666,
+ "id": 58,
+ "cost": 134
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1282,
+ "y": 1666,
+ "id": 58,
+ "list": [
+ {
+ "x": 1280,
+ "y": 1532,
+ "id": 57,
+ "cost": 134
+ },
+ {
+ "x": 1264,
+ "y": 1808,
+ "id": 59,
+ "cost": 143
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1264,
+ "y": 1808,
+ "id": 59,
+ "list": [
+ {
+ "x": 1136,
+ "y": 1784,
+ "id": 55,
+ "cost": 130
+ },
+ {
+ "x": 1282,
+ "y": 1666,
+ "id": 58,
+ "cost": 143
+ },
+ {
+ "x": 1304,
+ "y": 1852,
+ "id": 94,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 60,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 61,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 62,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 972,
+ "y": 1768,
+ "id": 63,
+ "list": [
+ {
+ "x": 1136,
+ "y": 1784,
+ "id": 55,
+ "cost": 164
+ },
+ {
+ "x": 891,
+ "y": 1739,
+ "id": 106,
+ "cost": 86
+ },
+ {
+ "x": 932,
+ "y": 1870,
+ "id": 64,
+ "cost": 109
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 932,
+ "y": 1870,
+ "id": 64,
+ "list": [
+ {
+ "x": 972,
+ "y": 1768,
+ "id": 63,
+ "cost": 109
+ },
+ {
+ "x": 898,
+ "y": 1974,
+ "id": 65,
+ "cost": 109
+ },
+ {
+ "x": 990,
+ "y": 1926,
+ "id": 119,
+ "cost": 80
+ },
+ {
+ "x": 1014,
+ "y": 1878,
+ "id": 121,
+ "cost": 82
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 898,
+ "y": 1974,
+ "id": 65,
+ "list": [
+ {
+ "x": 932,
+ "y": 1870,
+ "id": 64,
+ "cost": 109
+ },
+ {
+ "x": 922,
+ "y": 2102,
+ "id": 66,
+ "cost": 130
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 922,
+ "y": 2102,
+ "id": 66,
+ "list": [
+ {
+ "x": 898,
+ "y": 1974,
+ "id": 65,
+ "cost": 130
+ },
+ {
+ "x": 974,
+ "y": 2260,
+ "id": 67,
+ "cost": 166
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 974,
+ "y": 2260,
+ "id": 67,
+ "list": [
+ {
+ "x": 922,
+ "y": 2102,
+ "id": 66,
+ "cost": 166
+ },
+ {
+ "x": 1068,
+ "y": 2238,
+ "id": 79,
+ "cost": 96
+ },
+ {
+ "x": 844,
+ "y": 2292,
+ "id": 68,
+ "cost": 133
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 844,
+ "y": 2292,
+ "id": 68,
+ "list": [
+ {
+ "x": 974,
+ "y": 2260,
+ "id": 67,
+ "cost": 133
+ },
+ {
+ "x": 812,
+ "y": 2178,
+ "id": 69,
+ "cost": 118
+ },
+ {
+ "x": 872,
+ "y": 2418,
+ "id": 75,
+ "cost": 129
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 812,
+ "y": 2178,
+ "id": 69,
+ "list": [
+ {
+ "x": 844,
+ "y": 2292,
+ "id": 68,
+ "cost": 118
+ },
+ {
+ "x": 773,
+ "y": 2053,
+ "id": 70,
+ "cost": 130
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 773,
+ "y": 2053,
+ "id": 70,
+ "list": [
+ {
+ "x": 812,
+ "y": 2178,
+ "id": 69,
+ "cost": 130
+ },
+ {
+ "x": 692,
+ "y": 2072,
+ "id": 72,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 71,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 692,
+ "y": 2072,
+ "id": 72,
+ "list": [
+ {
+ "x": 773,
+ "y": 2053,
+ "id": 70,
+ "cost": 83
+ },
+ {
+ "x": 734,
+ "y": 2280,
+ "id": 73,
+ "cost": 212
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 734,
+ "y": 2280,
+ "id": 73,
+ "list": [
+ {
+ "x": 692,
+ "y": 2072,
+ "id": 72,
+ "cost": 212
+ },
+ {
+ "x": 772,
+ "y": 2440,
+ "id": 74,
+ "cost": 164
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 772,
+ "y": 2440,
+ "id": 74,
+ "list": [
+ {
+ "x": 734,
+ "y": 2280,
+ "id": 73,
+ "cost": 164
+ },
+ {
+ "x": 872,
+ "y": 2418,
+ "id": 75,
+ "cost": 102
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 872,
+ "y": 2418,
+ "id": 75,
+ "list": [
+ {
+ "x": 844,
+ "y": 2292,
+ "id": 68,
+ "cost": 129
+ },
+ {
+ "x": 772,
+ "y": 2440,
+ "id": 74,
+ "cost": 102
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1122,
+ "y": 1908,
+ "id": 76,
+ "list": [
+ {
+ "x": 1136,
+ "y": 1784,
+ "id": 55,
+ "cost": 124
+ },
+ {
+ "x": 1130,
+ "y": 1982,
+ "id": 77,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1130,
+ "y": 1982,
+ "id": 77,
+ "list": [
+ {
+ "x": 1122,
+ "y": 1908,
+ "id": 76,
+ "cost": 74
+ },
+ {
+ "x": 1042,
+ "y": 2140,
+ "id": 78,
+ "cost": 180
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1042,
+ "y": 2140,
+ "id": 78,
+ "list": [
+ {
+ "x": 1130,
+ "y": 1982,
+ "id": 77,
+ "cost": 180
+ },
+ {
+ "x": 1068,
+ "y": 2238,
+ "id": 79,
+ "cost": 101
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1068,
+ "y": 2238,
+ "id": 79,
+ "list": [
+ {
+ "x": 974,
+ "y": 2260,
+ "id": 67,
+ "cost": 96
+ },
+ {
+ "x": 1042,
+ "y": 2140,
+ "id": 78,
+ "cost": 101
+ },
+ {
+ "x": 1114,
+ "y": 2228,
+ "id": 81,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 80,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1114,
+ "y": 2228,
+ "id": 81,
+ "list": [
+ {
+ "x": 1068,
+ "y": 2238,
+ "id": 79,
+ "cost": 47
+ },
+ {
+ "x": 1138,
+ "y": 2344,
+ "id": 82,
+ "cost": 118
+ },
+ {
+ "x": 1316,
+ "y": 2176,
+ "id": 89,
+ "cost": 208
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1138,
+ "y": 2344,
+ "id": 82,
+ "list": [
+ {
+ "x": 1114,
+ "y": 2228,
+ "id": 81,
+ "cost": 118
+ },
+ {
+ "x": 1152,
+ "y": 2408,
+ "id": 83,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1152,
+ "y": 2408,
+ "id": 83,
+ "list": [
+ {
+ "x": 1138,
+ "y": 2344,
+ "id": 82,
+ "cost": 65
+ },
+ {
+ "x": 1350,
+ "y": 2354,
+ "id": 84,
+ "cost": 205
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1350,
+ "y": 2354,
+ "id": 84,
+ "list": [
+ {
+ "x": 1152,
+ "y": 2408,
+ "id": 83,
+ "cost": 205
+ },
+ {
+ "x": 1566,
+ "y": 2290,
+ "id": 85,
+ "cost": 225
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1566,
+ "y": 2290,
+ "id": 85,
+ "list": [
+ {
+ "x": 1350,
+ "y": 2354,
+ "id": 84,
+ "cost": 225
+ },
+ {
+ "x": 1544,
+ "y": 2192,
+ "id": 86,
+ "cost": 100
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1544,
+ "y": 2192,
+ "id": 86,
+ "list": [
+ {
+ "x": 1566,
+ "y": 2290,
+ "id": 85,
+ "cost": 100
+ },
+ {
+ "x": 1526,
+ "y": 2124,
+ "id": 87,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1526,
+ "y": 2124,
+ "id": 87,
+ "list": [
+ {
+ "x": 1544,
+ "y": 2192,
+ "id": 86,
+ "cost": 70
+ },
+ {
+ "x": 1604,
+ "y": 2100,
+ "id": 98,
+ "cost": 81
+ },
+ {
+ "x": 1316,
+ "y": 2176,
+ "id": 89,
+ "cost": 216
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 88,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1316,
+ "y": 2176,
+ "id": 89,
+ "list": [
+ {
+ "x": 1114,
+ "y": 2228,
+ "id": 81,
+ "cost": 208
+ },
+ {
+ "x": 1526,
+ "y": 2124,
+ "id": 87,
+ "cost": 216
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 90,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 91,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 92,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 93,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1304,
+ "y": 1852,
+ "id": 94,
+ "list": [
+ {
+ "x": 1264,
+ "y": 1808,
+ "id": 59,
+ "cost": 59
+ },
+ {
+ "x": 1432,
+ "y": 1888,
+ "id": 95,
+ "cost": 132
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1432,
+ "y": 1888,
+ "id": 95,
+ "list": [
+ {
+ "x": 1304,
+ "y": 1852,
+ "id": 94,
+ "cost": 132
+ },
+ {
+ "x": 1546,
+ "y": 1870,
+ "id": 96,
+ "cost": 115
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1546,
+ "y": 1870,
+ "id": 96,
+ "list": [
+ {
+ "x": 1432,
+ "y": 1888,
+ "id": 95,
+ "cost": 115
+ },
+ {
+ "x": 1572,
+ "y": 1966,
+ "id": 97,
+ "cost": 99
+ },
+ {
+ "x": 1690,
+ "y": 1836,
+ "id": 101,
+ "cost": 147
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1572,
+ "y": 1966,
+ "id": 97,
+ "list": [
+ {
+ "x": 1546,
+ "y": 1870,
+ "id": 96,
+ "cost": 99
+ },
+ {
+ "x": 1604,
+ "y": 2100,
+ "id": 98,
+ "cost": 137
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1604,
+ "y": 2100,
+ "id": 98,
+ "list": [
+ {
+ "x": 1526,
+ "y": 2124,
+ "id": 87,
+ "cost": 81
+ },
+ {
+ "x": 1572,
+ "y": 1966,
+ "id": 97,
+ "cost": 137
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 99,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 100,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1690,
+ "y": 1836,
+ "id": 101,
+ "list": [
+ {
+ "x": 1546,
+ "y": 1870,
+ "id": 96,
+ "cost": 147
+ },
+ {
+ "x": 1764,
+ "y": 1910,
+ "id": 102,
+ "cost": 104
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1764,
+ "y": 1910,
+ "id": 102,
+ "list": [
+ {
+ "x": 1690,
+ "y": 1836,
+ "id": 101,
+ "cost": 104
+ },
+ {
+ "x": 1792,
+ "y": 2024,
+ "id": 103,
+ "cost": 117
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1792,
+ "y": 2024,
+ "id": 103,
+ "list": [
+ {
+ "x": 1764,
+ "y": 1910,
+ "id": 102,
+ "cost": 117
+ },
+ {
+ "x": 1826,
+ "y": 2154,
+ "id": 104,
+ "cost": 134
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1826,
+ "y": 2154,
+ "id": 104,
+ "list": [
+ {
+ "x": 1792,
+ "y": 2024,
+ "id": 103,
+ "cost": 134
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 233,
+ "y": 471,
+ "id": 105,
+ "list": [
+ {
+ "x": 308,
+ "y": 447,
+ "id": 37,
+ "cost": 78
+ },
+ {
+ "x": 204,
+ "y": 510,
+ "id": 38,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 891,
+ "y": 1739,
+ "id": 106,
+ "list": [
+ {
+ "x": 881,
+ "y": 1677,
+ "id": 47,
+ "cost": 62
+ },
+ {
+ "x": 972,
+ "y": 1768,
+ "id": 63,
+ "cost": 86
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 801,
+ "y": 586.3207547169811,
+ "id": 107,
+ "list": [
+ {
+ "x": 684,
+ "y": 498,
+ "id": 23,
+ "cost": 146
+ },
+ {
+ "x": 900,
+ "y": 680,
+ "id": 24,
+ "cost": 136
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 673,
+ "y": 448.13333333333344,
+ "id": 108,
+ "list": [
+ {
+ "x": 758,
+ "y": 350,
+ "id": 21,
+ "cost": 129
+ },
+ {
+ "x": 621,
+ "y": 484,
+ "id": 22,
+ "cost": 63
+ },
+ {
+ "x": 684,
+ "y": 498,
+ "id": 23,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 879.0153846153845,
+ "y": 304,
+ "id": 109,
+ "list": [
+ {
+ "x": 811,
+ "y": 197,
+ "id": 9,
+ "cost": 126
+ },
+ {
+ "x": 956,
+ "y": 385,
+ "id": 10,
+ "cost": 111
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1026,
+ "y": 432.29838709677426,
+ "id": 110,
+ "list": [
+ {
+ "x": 956,
+ "y": 385,
+ "id": 10,
+ "cost": 84
+ },
+ {
+ "x": 1148,
+ "y": 570,
+ "id": 12,
+ "cost": 183
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1156,
+ "y": 250.375,
+ "id": 111,
+ "list": [
+ {
+ "x": 1193,
+ "y": 291,
+ "id": 4,
+ "cost": 54
+ },
+ {
+ "x": 1110,
+ "y": 236,
+ "id": 5,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 228.9902912621359,
+ "y": 576,
+ "id": 112,
+ "list": [
+ {
+ "x": 204,
+ "y": 510,
+ "id": 38,
+ "cost": 70
+ },
+ {
+ "x": 282,
+ "y": 716,
+ "id": 39,
+ "cost": 149
+ },
+ {
+ "x": 144,
+ "y": 608,
+ "id": 113,
+ "cost": 90
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 144,
+ "y": 608,
+ "id": 113,
+ "list": [
+ {
+ "x": 228.9902912621359,
+ "y": 576,
+ "id": 112,
+ "cost": 90
+ },
+ {
+ "x": 170,
+ "y": 684,
+ "id": 114,
+ "cost": 80
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 170,
+ "y": 684,
+ "id": 114,
+ "list": [
+ {
+ "x": 144,
+ "y": 608,
+ "id": 113,
+ "cost": 80
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 115,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 777,
+ "y": 839,
+ "id": 116,
+ "list": [
+ {
+ "x": 823,
+ "y": 795,
+ "id": 49,
+ "cost": 63
+ },
+ {
+ "x": 736,
+ "y": 881,
+ "id": 117,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 736,
+ "y": 881,
+ "id": 117,
+ "list": [
+ {
+ "x": 777,
+ "y": 839,
+ "id": 116,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 751,
+ "y": 1234,
+ "id": 118,
+ "list": [
+ {
+ "x": 807,
+ "y": 1203,
+ "id": 44,
+ "cost": 64
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 990,
+ "y": 1926,
+ "id": 119,
+ "list": [
+ {
+ "x": 932,
+ "y": 1870,
+ "id": 64,
+ "cost": 80
+ },
+ {
+ "x": 1014,
+ "y": 1878,
+ "id": 121,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1167,
+ "y": 936,
+ "id": 120,
+ "list": [
+ {
+ "x": 1220,
+ "y": 904,
+ "id": 32,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1014,
+ "y": 1878,
+ "id": 121,
+ "list": [
+ {
+ "x": 932,
+ "y": 1870,
+ "id": 64,
+ "cost": 82
+ },
+ {
+ "x": 990,
+ "y": 1926,
+ "id": 119,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ }
+ ]
+ },
+ "decos": [],
+ "icons": [
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 157,
+ "y": 669,
+ "facCode": "lt",
+ "navCode": 114,
+ "src": "lt",
+ "width": 32,
+ "height": 32,
+ "title": "楼梯"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 1150,
+ "y": 918,
+ "facCode": "lt",
+ "navCode": 120,
+ "src": "lt",
+ "width": 32,
+ "height": 32,
+ "title": "楼梯"
+ }
+ ],
+ "stairs": [
+ {
+ "no": "2",
+ "toFloor": "0,1,3,4,5,6,",
+ "x": 128,
+ "y": 592,
+ "facCode": "dt",
+ "navCode": 113,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "0,1,2,3,4,5,6,7,",
+ "x": 730,
+ "y": 1218,
+ "facCode": "dt",
+ "navCode": 118,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "9",
+ "toFloor": "0,1,",
+ "x": 720,
+ "y": 866,
+ "facCode": "ft",
+ "navCode": 117,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "0,1,2,3,4,5,6,",
+ "x": 974,
+ "y": 1910,
+ "facCode": "ft",
+ "navCode": 119,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "8",
+ "toFloor": "0,1,2,3,",
+ "x": 996,
+ "y": 1862,
+ "facCode": "dt",
+ "navCode": 121,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ }
+ ],
+ "parkArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1432,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1455,
+ "y": 1810,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1455,
+ "y": 1810,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1458,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1458,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1435,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1435,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1432,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-001",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1445,
+ "yaxis": 1832,
+ "shopNav": "95",
+ "state": "over",
+ "angle": -0.05235987755982988,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1409,
+ "y": 1812,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1432,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 34,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1432,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1435,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 35,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1435,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1412,
+ "y": 1855,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 36,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1412,
+ "y": 1855,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1409,
+ "y": 1812,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 37,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-002",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1422,
+ "yaxis": 1833,
+ "shopNav": "95",
+ "state": "over",
+ "angle": -0.05235987755982988,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1411,
+ "y": 1830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1405,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 38,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1405,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1363,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 39,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1363,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 40,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1411,
+ "y": 1830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 41,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-003",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1387,
+ "yaxis": 1836,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1363,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 42,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1363,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1322,
+ "y": 1832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 43,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1322,
+ "y": 1832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 44,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 45,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-004",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1345,
+ "yaxis": 1826,
+ "shopNav": "94",
+ "state": "over",
+ "angle": 1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1299,
+ "y": 1761,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1322,
+ "y": 1764,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 46,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1322,
+ "y": 1764,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1317,
+ "y": 1806,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 47,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1317,
+ "y": 1806,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1295,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 48,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1295,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1299,
+ "y": 1761,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 49,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-005",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1308,
+ "yaxis": 1784,
+ "shopNav": "59",
+ "state": "over",
+ "angle": 0.10471975511965977,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 50,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 1679,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 51,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 1679,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 52,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 53,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-006",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1330,
+ "yaxis": 1667,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1351,
+ "y": 1632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 54,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 55,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1308,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 56,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1308,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1351,
+ "y": 1632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 57,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-007",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1330,
+ "yaxis": 1644,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1350,
+ "y": 1629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 58,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1350,
+ "y": 1629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1307,
+ "y": 1630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 59,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1307,
+ "y": 1630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1306,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 60,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1306,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 61,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-008",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1328,
+ "yaxis": 1618,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1583,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 62,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1306,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 63,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1306,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1306,
+ "y": 1584,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 64,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1306,
+ "y": 1584,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1583,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 65,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-009",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1328,
+ "yaxis": 1595,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1346,
+ "y": 1546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1348,
+ "y": 1569,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 66,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1348,
+ "y": 1569,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1305,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 67,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1305,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1303,
+ "y": 1548,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 68,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1303,
+ "y": 1548,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1346,
+ "y": 1546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 69,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-010",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1326,
+ "yaxis": 1559,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.5184364492350666,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1345,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1347,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 70,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1347,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1304,
+ "y": 1549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 71,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1304,
+ "y": 1549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1302,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 72,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1302,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1345,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 73,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-011",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1325,
+ "yaxis": 1537,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.5184364492350666,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1343,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1345,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 74,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1345,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1302,
+ "y": 1523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 75,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1302,
+ "y": 1523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1300,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 76,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1300,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1343,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 77,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-012",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1323,
+ "yaxis": 1510,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.4660765716752369,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1473,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1343,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 78,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1343,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1300,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 79,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1300,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1298,
+ "y": 1478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 80,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1298,
+ "y": 1478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1473,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 81,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-013",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1320,
+ "yaxis": 1487,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.4660765716752369,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 82,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1297,
+ "y": 1467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 83,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1297,
+ "y": 1467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1294,
+ "y": 1445,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 84,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1294,
+ "y": 1445,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 85,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-014",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1317,
+ "yaxis": 1453,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.43116998663535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1334,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 86,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1294,
+ "y": 1445,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 87,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1294,
+ "y": 1445,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1291,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 88,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1291,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1334,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 89,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-015",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1314,
+ "yaxis": 1430,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.43116998663535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1329,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1333,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 90,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1333,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1290,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 91,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1290,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1287,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 92,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1287,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1329,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 93,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-016",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1310,
+ "yaxis": 1405,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.413716694115407,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1326,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1329,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 94,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1329,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1287,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 95,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1287,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1283,
+ "y": 1374,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 96,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1283,
+ "y": 1374,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1326,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 97,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-017",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1306,
+ "yaxis": 1382,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.413716694115407,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1318,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1323,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 98,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1323,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1281,
+ "y": 1365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 99,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1281,
+ "y": 1365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1276,
+ "y": 1343,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 100,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1276,
+ "y": 1343,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1318,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 101,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-018",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1299,
+ "yaxis": 1349,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1313,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1318,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 102,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1318,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1276,
+ "y": 1343,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 103,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1276,
+ "y": 1343,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1271,
+ "y": 1320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 104,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1271,
+ "y": 1320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1313,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 105,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-019",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1295,
+ "yaxis": 1327,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1227,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1232,
+ "y": 1359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 106,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1232,
+ "y": 1359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1190,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 107,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1190,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 1345,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 108,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 1345,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1227,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 109,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-020",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1209,
+ "yaxis": 1352,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.3788101090755203,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1232,
+ "y": 1359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1236,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 114,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1236,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1194,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 115,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1194,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1190,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 116,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1190,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1232,
+ "y": 1359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 117,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-021",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1213,
+ "yaxis": 1375,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.3788101090755203,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1236,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 118,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 1412,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 119,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 1412,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1194,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 120,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1194,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1236,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 121,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-022",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1217,
+ "yaxis": 1397,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.3788101090755203,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1245,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 122,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1245,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1202,
+ "y": 1434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 123,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1202,
+ "y": 1434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 1412,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 124,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 1412,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 125,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-023",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1221,
+ "yaxis": 1419,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.3962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1245,
+ "y": 1436,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1248,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 126,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1248,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1205,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 127,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1205,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 128,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1245,
+ "y": 1436,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 129,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-024",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-024",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1225,
+ "yaxis": 1450,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1248,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1251,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 130,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1251,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1208,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 131,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1208,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1205,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 132,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1205,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1248,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 133,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-025",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1228,
+ "yaxis": 1473,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1251,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1254,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 134,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1254,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1211,
+ "y": 1510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 135,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1211,
+ "y": 1510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1208,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 136,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1208,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1251,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 137,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-026",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1231,
+ "yaxis": 1496,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1254,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1257,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 138,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1257,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 1533,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 139,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 1533,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1211,
+ "y": 1510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 140,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1211,
+ "y": 1510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1254,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 141,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-027",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1234,
+ "yaxis": 1519,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1257,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 142,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 143,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 1535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 144,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 1535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1257,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 145,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-028",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1236,
+ "yaxis": 1546,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 1580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 146,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 1580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 147,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 148,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 149,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-029",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1236,
+ "yaxis": 1569,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 1580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 150,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 151,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 152,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 1580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 153,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-030",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1237,
+ "yaxis": 1592,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1259,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 154,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1259,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1216,
+ "y": 1627,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 155,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1216,
+ "y": 1627,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 156,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 157,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-031",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1237,
+ "yaxis": 1615,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1259,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 158,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1259,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1216,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 159,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1216,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 1635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 160,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 1635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 161,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-032",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1238,
+ "yaxis": 1647,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5882496193148399,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1259,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1259,
+ "y": 1682,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 162,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1259,
+ "y": 1682,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1216,
+ "y": 1681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 163,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1216,
+ "y": 1681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1216,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 164,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1216,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1259,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 165,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-033",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-033",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1238,
+ "yaxis": 1670,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5882496193148399,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1246,
+ "y": 1737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1245,
+ "y": 1760,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 166,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1245,
+ "y": 1760,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1202,
+ "y": 1759,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 167,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1202,
+ "y": 1759,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 1736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 168,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 1736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1246,
+ "y": 1737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 169,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-034",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1224,
+ "yaxis": 1748,
+ "shopNav": "59",
+ "state": "over",
+ "angle": 1.605702911834783,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1311,
+ "y": 1875,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1306,
+ "y": 1898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 170,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1306,
+ "y": 1898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 171,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1269,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 172,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1269,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1311,
+ "y": 1875,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 173,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-035",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1288,
+ "yaxis": 1882,
+ "shopNav": "94",
+ "state": "over",
+ "angle": 1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1268,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1263,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 174,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1263,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 175,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1227,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 176,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1227,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1268,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 177,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-036",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1245,
+ "yaxis": 1871,
+ "shopNav": "94",
+ "state": "over",
+ "angle": 1.8325957145940461,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 178,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1172,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 179,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1172,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1172,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 180,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1172,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 181,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-037",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1194,
+ "yaxis": 1614,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 182,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1172,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 183,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1172,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1172,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 184,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1172,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 185,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-038",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1194,
+ "yaxis": 1593,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 186,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 187,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 188,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 189,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-039",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-039",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1192,
+ "yaxis": 1571,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1213,
+ "y": 1535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 190,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 191,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1170,
+ "y": 1536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 192,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1170,
+ "y": 1536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1213,
+ "y": 1535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 193,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-040",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1192,
+ "yaxis": 1547,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.53588974175501,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1209,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 194,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1533,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 195,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1533,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 1510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 196,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 1510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1209,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 197,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-041",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-041",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1189,
+ "yaxis": 1519,
+ "shopNav": "53",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1209,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 198,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1209,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 1510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 199,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 1510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 200,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 201,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-042",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-042",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1186,
+ "yaxis": 1496,
+ "shopNav": "53",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 202,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1164,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 203,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1164,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1161,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 204,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1161,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 205,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-043",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-043",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1184,
+ "yaxis": 1473,
+ "shopNav": "53",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1200,
+ "y": 1436,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 206,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 207,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1158,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 208,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1158,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1200,
+ "y": 1436,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 209,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-044",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1180,
+ "yaxis": 1450,
+ "shopNav": "53",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1200,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 210,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1200,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1157,
+ "y": 1440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 211,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1157,
+ "y": 1440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1153,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 212,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1153,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 213,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-045",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-045",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1176,
+ "yaxis": 1424,
+ "shopNav": "53",
+ "state": "over",
+ "angle": 1.3788101090755203,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1386,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 214,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1153,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 215,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1153,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 1394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 216,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 1394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1386,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 217,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-046",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-046",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1172,
+ "yaxis": 1401,
+ "shopNav": "53",
+ "state": "over",
+ "angle": 1.3788101090755203,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 1363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 218,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 1394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 219,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 1394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1145,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 220,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1145,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 1363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 221,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-047",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-047",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1168,
+ "yaxis": 1378,
+ "shopNav": "53",
+ "state": "over",
+ "angle": 1.3788101090755203,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 1944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1178,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 226,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1178,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1175,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 227,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1175,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1152,
+ "y": 1987,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 228,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1152,
+ "y": 1987,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 1944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 229,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-049",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-049",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1165,
+ "yaxis": 1966,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 0.05235987755982988,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1177,
+ "y": 2052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 230,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1129,
+ "y": 2049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 231,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1129,
+ "y": 2049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1141,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 232,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1141,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1177,
+ "y": 2052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 233,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-050",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-050",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1153,
+ "yaxis": 2050,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 2.111848394913139,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 2091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 234,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 2091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1117,
+ "y": 2069,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 235,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1117,
+ "y": 2069,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1129,
+ "y": 2049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 236,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1129,
+ "y": 2049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 237,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-051",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-051",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1141,
+ "yaxis": 2070,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 2.111848394913139,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 2091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 238,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1105,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 239,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1105,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1117,
+ "y": 2069,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 240,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1117,
+ "y": 2069,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 2091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 241,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-052",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1129,
+ "yaxis": 2090,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 2.111848394913139,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1130,
+ "y": 2130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 242,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1130,
+ "y": 2130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 2108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 243,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 2108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1105,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 244,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1105,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 245,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-053",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-053",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1118,
+ "yaxis": 2109,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 2.111848394913139,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1116,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 250,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1116,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1074,
+ "y": 2195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 251,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1074,
+ "y": 2195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1069,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 252,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1069,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 253,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-055",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1093,
+ "yaxis": 2178,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1070,
+ "y": 2255,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1075,
+ "y": 2277,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 254,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1075,
+ "y": 2277,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 255,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1028,
+ "y": 2265,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 256,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1028,
+ "y": 2265,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1070,
+ "y": 2255,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 257,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-056",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-056",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1052,
+ "yaxis": 2271,
+ "shopNav": "79",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1106,
+ "y": 2326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 262,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1069,
+ "y": 2359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 263,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1069,
+ "y": 2359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 2336,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 264,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 2336,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1106,
+ "y": 2326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 265,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-058",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1088,
+ "yaxis": 2342,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1117,
+ "y": 2371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 266,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1117,
+ "y": 2371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1075,
+ "y": 2381,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 267,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1075,
+ "y": 2381,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1069,
+ "y": 2359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 268,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1069,
+ "y": 2359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 269,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-059",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-059",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1093,
+ "yaxis": 2365,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1117,
+ "y": 2374,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1123,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 270,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1123,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 271,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1075,
+ "y": 2385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 272,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1075,
+ "y": 2385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1117,
+ "y": 2374,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 273,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-060",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-060",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1099,
+ "yaxis": 2391,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1123,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1128,
+ "y": 2419,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 274,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1128,
+ "y": 2419,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1087,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 275,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1087,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 276,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1123,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 277,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-061",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-061",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1105,
+ "yaxis": 2413,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1128,
+ "y": 2419,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1134,
+ "y": 2441,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 278,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1134,
+ "y": 2441,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1092,
+ "y": 2452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 279,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1092,
+ "y": 2452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1087,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 280,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1087,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1128,
+ "y": 2419,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 281,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-062",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-062",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1110,
+ "yaxis": 2435,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1075,
+ "y": 2384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 2406,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 282,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 2406,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1039,
+ "y": 2417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 283,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1039,
+ "y": 2417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 2395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 284,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 2395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1075,
+ "y": 2384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 285,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-060A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-060A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1057,
+ "yaxis": 2400,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1087,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 286,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1087,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 2440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 287,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 2440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1039,
+ "y": 2418,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 288,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1039,
+ "y": 2418,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 289,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-061A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-061A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1063,
+ "yaxis": 2423,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1087,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1092,
+ "y": 2452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 290,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1092,
+ "y": 2452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1050,
+ "y": 2462,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 291,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1050,
+ "y": 2462,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 2440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 292,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 2440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1087,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 293,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-062A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-062A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1069,
+ "yaxis": 2446,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1184,
+ "y": 2328,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 294,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1184,
+ "y": 2328,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1174,
+ "y": 2286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 295,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1174,
+ "y": 2286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 296,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 297,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-063",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-063",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1190,
+ "yaxis": 2304,
+ "shopNav": 83,
+ "state": "over",
+ "angle": 2.9146998508305306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1216,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1194,
+ "y": 2370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 298,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1194,
+ "y": 2370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1184,
+ "y": 2328,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 299,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1184,
+ "y": 2328,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 300,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1216,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 301,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-064",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1200,
+ "yaxis": 2346,
+ "shopNav": 83,
+ "state": "over",
+ "angle": 2.9146998508305306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1242,
+ "y": 2353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 2359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 302,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 2359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1210,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 303,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1210,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1232,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 304,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1232,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1242,
+ "y": 2353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 305,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-065",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-065",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1226,
+ "yaxis": 2335,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1265,
+ "y": 2348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1242,
+ "y": 2353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 306,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1242,
+ "y": 2353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1232,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 307,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1232,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1254,
+ "y": 2306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 308,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1254,
+ "y": 2306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1265,
+ "y": 2348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 309,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-066",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1248,
+ "yaxis": 2330,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1333,
+ "y": 2333,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1310,
+ "y": 2338,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 314,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1310,
+ "y": 2338,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1300,
+ "y": 2297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 315,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1300,
+ "y": 2297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1322,
+ "y": 2291,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 316,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1322,
+ "y": 2291,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1333,
+ "y": 2333,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 317,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-068",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-068",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1316,
+ "yaxis": 2315,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1365,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1342,
+ "y": 2328,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 318,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1342,
+ "y": 2328,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1332,
+ "y": 2287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 319,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1332,
+ "y": 2287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1354,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 320,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1354,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1365,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 321,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-069",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-069",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1348,
+ "yaxis": 2305,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1387,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1365,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 322,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1365,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1354,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 323,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1354,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1377,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 324,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1377,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1387,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 325,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-070",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-070",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1371,
+ "yaxis": 2299,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1409,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1387,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 326,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1387,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1377,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 327,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1377,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1399,
+ "y": 2270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 328,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1399,
+ "y": 2270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1409,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 329,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-071",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-071",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1393,
+ "yaxis": 2294,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1435,
+ "y": 2298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1413,
+ "y": 2303,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 330,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1413,
+ "y": 2303,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1403,
+ "y": 2262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 331,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1403,
+ "y": 2262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1425,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 332,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1425,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1435,
+ "y": 2298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 333,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-072",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-072",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1419,
+ "yaxis": 2280,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1458,
+ "y": 2292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1435,
+ "y": 2298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 334,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1435,
+ "y": 2298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1425,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 335,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1425,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1447,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 336,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1447,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1458,
+ "y": 2292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 337,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-073",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-073",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1441,
+ "yaxis": 2274,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1482,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1460,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 338,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1460,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1449,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 339,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1449,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1471,
+ "y": 2246,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 340,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1471,
+ "y": 2246,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1482,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 341,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-074",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-074",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1465,
+ "yaxis": 2270,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 2.8797932657906435,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1504,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1482,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 342,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1482,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1471,
+ "y": 2246,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 343,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1471,
+ "y": 2246,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1493,
+ "y": 2240,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 344,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1493,
+ "y": 2240,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1504,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 345,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-075",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-075",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1487,
+ "yaxis": 2264,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 2.8797932657906435,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1526,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1504,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 346,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1504,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1493,
+ "y": 2240,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 347,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1493,
+ "y": 2240,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1515,
+ "y": 2234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 348,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1515,
+ "y": 2234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1526,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 349,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-076",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-076",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1510,
+ "yaxis": 2258,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 2.8797932657906435,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1508,
+ "y": 2213,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1513,
+ "y": 2235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 350,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1513,
+ "y": 2235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1472,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 351,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1472,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1466,
+ "y": 2223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 352,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1466,
+ "y": 2223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1508,
+ "y": 2213,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 353,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-077",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-077",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1490,
+ "yaxis": 2229,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1502,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1508,
+ "y": 2213,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 354,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1508,
+ "y": 2213,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1466,
+ "y": 2223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 355,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1466,
+ "y": 2223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1460,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 356,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1460,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1502,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 357,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-078",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-078",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1484,
+ "yaxis": 2207,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1535,
+ "y": 1916,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1541,
+ "y": 1939,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 370,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1541,
+ "y": 1939,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1499,
+ "y": 1949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 371,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1499,
+ "y": 1949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1493,
+ "y": 1927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 372,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1493,
+ "y": 1927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1535,
+ "y": 1916,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 373,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-082",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-082",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1517,
+ "yaxis": 1933,
+ "shopNav": "97",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1541,
+ "y": 1939,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1546,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 374,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1546,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1505,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 375,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1505,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1499,
+ "y": 1949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 376,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1499,
+ "y": 1949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1541,
+ "y": 1939,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 377,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-083",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-083",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1523,
+ "yaxis": 1955,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1546,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1552,
+ "y": 1983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 378,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1552,
+ "y": 1983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1510,
+ "y": 1994,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 379,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1510,
+ "y": 1994,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1505,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 380,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1505,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1546,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 381,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-084",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-084",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1528,
+ "yaxis": 1977,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1530,
+ "y": 1989,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1552,
+ "y": 1983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 382,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1552,
+ "y": 1983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1562,
+ "y": 2025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 383,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1562,
+ "y": 2025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1540,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 384,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1540,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1530,
+ "y": 1989,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 385,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-085",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-085",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1546,
+ "yaxis": 2007,
+ "shopNav": "85",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1540,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1562,
+ "y": 2025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 386,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1562,
+ "y": 2025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1573,
+ "y": 2067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 387,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1573,
+ "y": 2067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1550,
+ "y": 2072,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 388,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1550,
+ "y": 2072,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1540,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 389,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-086",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-086",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1556,
+ "yaxis": 2049,
+ "shopNav": "85",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1469,
+ "y": 2154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1492,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 390,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1492,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1502,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 391,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1502,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1480,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 392,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1480,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1469,
+ "y": 2154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 393,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-087",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-087",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1486,
+ "yaxis": 2172,
+ "shopNav": "87",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1447,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1469,
+ "y": 2154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 394,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1469,
+ "y": 2154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1480,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 395,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1480,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1457,
+ "y": 2202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 396,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1457,
+ "y": 2202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1447,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 397,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-088",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-088",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1463,
+ "yaxis": 2178,
+ "shopNav": "87",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1426,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1448,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 398,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1448,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1459,
+ "y": 2202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 399,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1459,
+ "y": 2202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1436,
+ "y": 2208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 400,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1436,
+ "y": 2208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1426,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 401,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-089",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-089",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1442,
+ "yaxis": 2184,
+ "shopNav": "87",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1403,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1425,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 402,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1425,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1436,
+ "y": 2208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 403,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1436,
+ "y": 2208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1413,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 404,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1413,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1403,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 405,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-090",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-090",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1419,
+ "yaxis": 2190,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1381,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1403,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 406,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1403,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1413,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 407,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1413,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1391,
+ "y": 2219,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 408,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1391,
+ "y": 2219,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1381,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 409,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-091",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-091",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1397,
+ "yaxis": 2196,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1374,
+ "y": 2185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 410,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1374,
+ "y": 2185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1384,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 411,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1384,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1362,
+ "y": 2232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 412,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1362,
+ "y": 2232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 413,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-092",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-092",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1368,
+ "yaxis": 2209,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1329,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 414,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1362,
+ "y": 2232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 415,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1362,
+ "y": 2232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 2238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 416,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 2238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1329,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 417,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-093",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-093",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1346,
+ "yaxis": 2214,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1278,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1300,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 418,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1300,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1310,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 419,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1310,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1287,
+ "y": 2251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 420,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1287,
+ "y": 2251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1278,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 421,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-094",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-094",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1294,
+ "yaxis": 2227,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1255,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1278,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 422,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1278,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1287,
+ "y": 2251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 423,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1287,
+ "y": 2251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1265,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 424,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1265,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1255,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 425,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-095",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-095",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1271,
+ "yaxis": 2232,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 2219,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1255,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 426,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1255,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1265,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 427,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1265,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1243,
+ "y": 2261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 428,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1243,
+ "y": 2261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 2219,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 429,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-096",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-096",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1249,
+ "yaxis": 2237,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1208,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1230,
+ "y": 2222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 430,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1230,
+ "y": 2222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 2263,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 431,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 2263,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1218,
+ "y": 2269,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 432,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1218,
+ "y": 2269,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1208,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 433,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-097",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-097",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1224,
+ "yaxis": 2245,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 2233,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1208,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 434,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1208,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1218,
+ "y": 2269,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 435,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1218,
+ "y": 2269,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1196,
+ "y": 2275,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 436,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1196,
+ "y": 2275,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 2233,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 437,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-098",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-098",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1202,
+ "yaxis": 2251,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1354,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1332,
+ "y": 2287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 438,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1332,
+ "y": 2287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1321,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 439,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1321,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1344,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 440,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1344,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1354,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 441,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-069A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-069A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1338,
+ "yaxis": 2263,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1377,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1354,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 442,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1354,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1344,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 443,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1344,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 2234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 444,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 2234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1377,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 445,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-070A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-070A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1360,
+ "yaxis": 2257,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1399,
+ "y": 2270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1377,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 446,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1377,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 2234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 447,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 2234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1388,
+ "y": 2228,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 448,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1388,
+ "y": 2228,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1399,
+ "y": 2270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 449,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-071A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-071A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1382,
+ "yaxis": 2252,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1425,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1403,
+ "y": 2262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 450,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1403,
+ "y": 2262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1392,
+ "y": 2220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 451,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1392,
+ "y": 2220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 452,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1425,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 453,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-072A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-072A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1408,
+ "yaxis": 2238,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1447,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1425,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 454,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1425,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 455,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 2214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1437,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 456,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1437,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1447,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 457,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-073A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-073A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1431,
+ "yaxis": 2232,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1471,
+ "y": 2246,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1449,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 458,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1449,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1438,
+ "y": 2210,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 459,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1438,
+ "y": 2210,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1461,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 460,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1461,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1471,
+ "y": 2246,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 461,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-074A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-074A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1455,
+ "yaxis": 2228,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 2.897246558310587,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1287,
+ "y": 2251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1310,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 462,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1310,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1320,
+ "y": 2287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 463,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1320,
+ "y": 2287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1298,
+ "y": 2292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 464,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1298,
+ "y": 2292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1287,
+ "y": 2251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 465,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-094A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-094A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1304,
+ "yaxis": 2269,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 2257,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1287,
+ "y": 2251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 466,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1287,
+ "y": 2251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1297,
+ "y": 2293,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 467,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1297,
+ "y": 2293,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 2298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 468,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 2298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 2257,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 469,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-095A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-095A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1281,
+ "yaxis": 2275,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1242,
+ "y": 2262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 2257,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 470,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 2257,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 2299,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 471,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 2299,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1252,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 472,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1252,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1242,
+ "y": 2262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 473,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-096A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-096A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1258,
+ "yaxis": 2280,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 2270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 2264,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 474,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 2264,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1250,
+ "y": 2306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 475,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1250,
+ "y": 2306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1228,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 476,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1228,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 2270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 477,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-097A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-097A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1234,
+ "yaxis": 2288,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1196,
+ "y": 2275,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1218,
+ "y": 2269,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 478,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1218,
+ "y": 2269,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1228,
+ "y": 2311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 479,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1228,
+ "y": 2311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 480,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1196,
+ "y": 2275,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 481,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-098A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-098A",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1212,
+ "yaxis": 2293,
+ "shopNav": "89",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1184,
+ "y": 2328,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1161,
+ "y": 2333,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 482,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1161,
+ "y": 2333,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1152,
+ "y": 2291,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 483,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1152,
+ "y": 2291,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1174,
+ "y": 2286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 484,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1174,
+ "y": 2286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1184,
+ "y": 2328,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 485,
+ "isStrLine": true
+ }
+ ],
+ "name": "14983",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14983",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1168,
+ "yaxis": 2310,
+ "shopNav": 83,
+ "state": "over",
+ "angle": 2.9146998508305306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1194,
+ "y": 2371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 2376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 486,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 2376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1161,
+ "y": 2334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 487,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1161,
+ "y": 2334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1184,
+ "y": 2329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 488,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1184,
+ "y": 2329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1194,
+ "y": 2371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 489,
+ "isStrLine": true
+ }
+ ],
+ "name": "14859",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14859",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1178,
+ "yaxis": 2352,
+ "shopNav": 83,
+ "state": "over",
+ "angle": 2.9146998508305306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1105,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 490,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1069,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 491,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1069,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 2150,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 492,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 2150,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1105,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 493,
+ "isStrLine": true
+ }
+ ],
+ "name": "15093",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15093",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1087,
+ "yaxis": 2156,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1189,
+ "y": 2032,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1177,
+ "y": 2052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 494,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1177,
+ "y": 2052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1141,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 495,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1141,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1152,
+ "y": 2010,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 496,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1152,
+ "y": 2010,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1189,
+ "y": 2032,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 497,
+ "isStrLine": true
+ }
+ ],
+ "name": "15168",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15168",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1165,
+ "yaxis": 2031,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 2.111848394913139,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1651,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1673,
+ "y": 1918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 498,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1673,
+ "y": 1918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1684,
+ "y": 1960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 499,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1684,
+ "y": 1960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1661,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 500,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1661,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1651,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 501,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-001",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1667,
+ "yaxis": 1942,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1716,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1711,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 506,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1711,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1753,
+ "y": 1952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 507,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1753,
+ "y": 1952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1758,
+ "y": 1974,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 508,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1758,
+ "y": 1974,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1716,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 509,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-003",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1734,
+ "yaxis": 1968,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1727,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1722,
+ "y": 2006,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 518,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1722,
+ "y": 2006,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1763,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 519,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1763,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1769,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 520,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1769,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1727,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 521,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-006",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1745,
+ "yaxis": 2012,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1735,
+ "y": 2061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1730,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 522,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1730,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1771,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 523,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1771,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1777,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 524,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1777,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1735,
+ "y": 2061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 525,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-007",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1753,
+ "yaxis": 2045,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1741,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1735,
+ "y": 2061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 526,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1735,
+ "y": 2061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1777,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 527,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1777,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1782,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 528,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1782,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1741,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 529,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-008",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1759,
+ "yaxis": 2067,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1746,
+ "y": 2106,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1741,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 530,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1741,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1782,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 531,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1782,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1788,
+ "y": 2095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 532,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1788,
+ "y": 2095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1746,
+ "y": 2106,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 533,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-009",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1764,
+ "yaxis": 2089,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1752,
+ "y": 2128,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1746,
+ "y": 2106,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 534,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1746,
+ "y": 2106,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1788,
+ "y": 2095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 535,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1788,
+ "y": 2095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1794,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 536,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1794,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1752,
+ "y": 2128,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 537,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-010",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1770,
+ "yaxis": 2112,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1758,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1752,
+ "y": 2129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 538,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1752,
+ "y": 2129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1794,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 539,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1794,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1800,
+ "y": 2141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 540,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1800,
+ "y": 2141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1758,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 541,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-011",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1776,
+ "yaxis": 2135,
+ "shopNav": "104",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1763,
+ "y": 2174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1757,
+ "y": 2152,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 542,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1757,
+ "y": 2152,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1799,
+ "y": 2141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 543,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1799,
+ "y": 2141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1805,
+ "y": 2164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 544,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1805,
+ "y": 2164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1763,
+ "y": 2174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 545,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-012",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1781,
+ "yaxis": 2158,
+ "shopNav": "104",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1857,
+ "y": 2128,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1851,
+ "y": 2105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 550,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1851,
+ "y": 2105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1893,
+ "y": 2096,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 551,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1893,
+ "y": 2096,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1898,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 552,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1898,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1857,
+ "y": 2128,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 553,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-014",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1875,
+ "yaxis": 2112,
+ "shopNav": 104,
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1840,
+ "y": 2099,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1834,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 554,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1834,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1876,
+ "y": 2067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 555,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1876,
+ "y": 2067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1881,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 556,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1881,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1840,
+ "y": 2099,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 557,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-015",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1858,
+ "yaxis": 2083,
+ "shopNav": 104,
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1833,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1827,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 562,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1827,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1869,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 563,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1869,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1874,
+ "y": 2061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 564,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1874,
+ "y": 2061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1833,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 565,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-017",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1851,
+ "yaxis": 2055,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1827,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1822,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 566,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1822,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1864,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 567,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1864,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1869,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 568,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1869,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1827,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 569,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-018",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1846,
+ "yaxis": 2032,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1816,
+ "y": 2012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1811,
+ "y": 1990,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 570,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1811,
+ "y": 1990,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1853,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 571,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1853,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1858,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 572,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1858,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1816,
+ "y": 2012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 573,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-019",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1835,
+ "yaxis": 1996,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1811,
+ "y": 1990,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1806,
+ "y": 1968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 574,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1806,
+ "y": 1968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1848,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 575,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1848,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1853,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 576,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1853,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1811,
+ "y": 1990,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 577,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-020",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1830,
+ "yaxis": 1974,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1806,
+ "y": 1968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1801,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 578,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1801,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1843,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 579,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1843,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1848,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 580,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1848,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1806,
+ "y": 1968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 581,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-021",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1824,
+ "yaxis": 1951,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1794,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1789,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 582,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1789,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1831,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 583,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1831,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1836,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 584,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1836,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1794,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 585,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-022",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1812,
+ "yaxis": 1905,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1672,
+ "y": 1765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1694,
+ "y": 1760,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 594,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1694,
+ "y": 1760,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1705,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 595,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1705,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1682,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 596,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1682,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1672,
+ "y": 1765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 597,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-025",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1688,
+ "yaxis": 1783,
+ "shopNav": "101",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1650,
+ "y": 1771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1672,
+ "y": 1765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 598,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1672,
+ "y": 1765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1682,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 599,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1682,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1660,
+ "y": 1813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 600,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1660,
+ "y": 1813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1650,
+ "y": 1771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 601,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-026",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1666,
+ "yaxis": 1789,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1568,
+ "y": 1791,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1590,
+ "y": 1786,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 602,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1590,
+ "y": 1786,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1600,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 603,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1600,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1578,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 604,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1578,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1568,
+ "y": 1791,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 605,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-027",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1584,
+ "yaxis": 1809,
+ "shopNav": "96",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1546,
+ "y": 1797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1568,
+ "y": 1792,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 606,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1568,
+ "y": 1792,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1578,
+ "y": 1834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 607,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1578,
+ "y": 1834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1555,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 608,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1555,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1546,
+ "y": 1797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 609,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-028",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1562,
+ "yaxis": 1815,
+ "shopNav": "96",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1508,
+ "y": 1798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1530,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 610,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1530,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1540,
+ "y": 1835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 611,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1540,
+ "y": 1835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1517,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 612,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1517,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1508,
+ "y": 1798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 613,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-029",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1524,
+ "yaxis": 1816,
+ "shopNav": "96",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1479,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1501,
+ "y": 1800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 614,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1501,
+ "y": 1800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1511,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 615,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1511,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1489,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 616,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1489,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1479,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 617,
+ "isStrLine": true
+ }
+ ],
+ "name": "I-081",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "I-081",
+ "park_first": "I-",
+ "park_after": "",
+ "xaxis": 1495,
+ "yaxis": 1824,
+ "shopNav": "96",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1726,
+ "y": 2206,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1720,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 618,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1720,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1762,
+ "y": 2173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 619,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1762,
+ "y": 2173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1768,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 620,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1768,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1726,
+ "y": 2206,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 621,
+ "isStrLine": true
+ }
+ ],
+ "name": "L-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "L-013",
+ "park_first": "L-",
+ "park_after": "",
+ "xaxis": 1744,
+ "yaxis": 2190,
+ "shopNav": "104",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1685,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1680,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 622,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1680,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1722,
+ "y": 2006,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 623,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1722,
+ "y": 2006,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1727,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 624,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1727,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1685,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 625,
+ "isStrLine": true
+ }
+ ],
+ "name": "14936",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14936",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1704,
+ "yaxis": 2022,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1674,
+ "y": 1994,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1669,
+ "y": 1972,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 626,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1669,
+ "y": 1972,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1710,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 627,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1710,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1716,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 628,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1716,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1674,
+ "y": 1994,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 629,
+ "isStrLine": true
+ }
+ ],
+ "name": "14937",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14937",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1692,
+ "yaxis": 1978,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1692,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1687,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 630,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1687,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1728,
+ "y": 2037,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 631,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1728,
+ "y": 2037,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1734,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 632,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1734,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1692,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 633,
+ "isStrLine": true
+ }
+ ],
+ "name": "14938",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14938",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1710,
+ "yaxis": 2054,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1715,
+ "y": 2161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1710,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 634,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1710,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1751,
+ "y": 2129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 635,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1751,
+ "y": 2129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1757,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 636,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1757,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1715,
+ "y": 2161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 637,
+ "isStrLine": true
+ }
+ ],
+ "name": "14939",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14939",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1733,
+ "yaxis": 2145,
+ "shopNav": "104",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1710,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1694,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 642,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1694,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1724,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 643,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1724,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1741,
+ "y": 1931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 644,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1741,
+ "y": 1931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1710,
+ "y": 1961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 645,
+ "isStrLine": true
+ }
+ ],
+ "name": "14941",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14941",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1717,
+ "yaxis": 1938,
+ "shopNav": 102,
+ "state": "over",
+ "angle": -2.356194490192345,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1826,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1821,
+ "y": 1846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 646,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1821,
+ "y": 1846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1862,
+ "y": 1836,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 647,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1862,
+ "y": 1836,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1868,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 648,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1868,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1826,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 649,
+ "isStrLine": true
+ }
+ ],
+ "name": "14940",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14940",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1844,
+ "yaxis": 1852,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1709,
+ "y": 2136,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1704,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 650,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1704,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1745,
+ "y": 2104,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 651,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1745,
+ "y": 2104,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1751,
+ "y": 2126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 652,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1751,
+ "y": 2126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1709,
+ "y": 2136,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 653,
+ "isStrLine": true
+ }
+ ],
+ "name": "14942",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14942",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1727,
+ "yaxis": 2120,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1720,
+ "y": 2183,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1715,
+ "y": 2161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 654,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1715,
+ "y": 2161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1756,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 655,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1756,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1762,
+ "y": 2173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 656,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1762,
+ "y": 2173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1720,
+ "y": 2183,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 657,
+ "isStrLine": true
+ }
+ ],
+ "name": "14943",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14943",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1738,
+ "yaxis": 2167,
+ "shopNav": "104",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1704,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1698,
+ "y": 2092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 658,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1698,
+ "y": 2092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1740,
+ "y": 2081,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 659,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1740,
+ "y": 2081,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1745,
+ "y": 2104,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 660,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1745,
+ "y": 2104,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1704,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 661,
+ "isStrLine": true
+ }
+ ],
+ "name": "14944",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14944",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1722,
+ "yaxis": 2098,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1698,
+ "y": 2092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1692,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 662,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1692,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1734,
+ "y": 2059,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 663,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1734,
+ "y": 2059,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1740,
+ "y": 2081,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 664,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1740,
+ "y": 2081,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1698,
+ "y": 2092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 665,
+ "isStrLine": true
+ }
+ ],
+ "name": "14945",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14945",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1716,
+ "yaxis": 2075,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1832,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1826,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 674,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1826,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1868,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 675,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1868,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1873,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 676,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1873,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1832,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 677,
+ "isStrLine": true
+ }
+ ],
+ "name": "14948",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14948",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1850,
+ "yaxis": 1874,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1837,
+ "y": 1913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1831,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 678,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1831,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1873,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 679,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1873,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1879,
+ "y": 1902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 680,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1879,
+ "y": 1902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1837,
+ "y": 1913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 681,
+ "isStrLine": true
+ }
+ ],
+ "name": "14949",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14949",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1855,
+ "yaxis": 1897,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1858,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1853,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 690,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1853,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1894,
+ "y": 1970,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 691,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1894,
+ "y": 1970,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1900,
+ "y": 1992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 692,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1900,
+ "y": 1992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1858,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 693,
+ "isStrLine": true
+ }
+ ],
+ "name": "14952",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14952",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1876,
+ "yaxis": 1986,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1853,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1848,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 694,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1848,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1889,
+ "y": 1948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 695,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1889,
+ "y": 1948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1895,
+ "y": 1970,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 696,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1895,
+ "y": 1970,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1853,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 697,
+ "isStrLine": true
+ }
+ ],
+ "name": "14953",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14953",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1871,
+ "yaxis": 1964,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1847,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1842,
+ "y": 1936,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 698,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1842,
+ "y": 1936,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1883,
+ "y": 1926,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 699,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1883,
+ "y": 1926,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1889,
+ "y": 1948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 700,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1889,
+ "y": 1948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1847,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 701,
+ "isStrLine": true
+ }
+ ],
+ "name": "14954",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14954",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1865,
+ "yaxis": 1942,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -1.8151424220741028,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1694,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1678,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 702,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1678,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1708,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 703,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1708,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1724,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 704,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1724,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1694,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 705,
+ "isStrLine": true
+ }
+ ],
+ "name": "14955",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14955",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1701,
+ "yaxis": 1922,
+ "shopNav": 102,
+ "state": "over",
+ "angle": -2.356194490192345,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1789,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1784,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 706,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1784,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1826,
+ "y": 1867,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 707,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1826,
+ "y": 1867,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1831,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 708,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1831,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1789,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 709,
+ "isStrLine": true
+ }
+ ],
+ "name": "14854",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14854",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1807,
+ "yaxis": 1883,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1783,
+ "y": 1876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1778,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 710,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1778,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1820,
+ "y": 1844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 711,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1820,
+ "y": 1844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1825,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 712,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1825,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1783,
+ "y": 1876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 713,
+ "isStrLine": true
+ }
+ ],
+ "name": "14855",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14855",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1801,
+ "yaxis": 1860,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1873,
+ "y": 2182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1884,
+ "y": 2162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 714,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1884,
+ "y": 2162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1921,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 715,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1921,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1909,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 716,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1909,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1873,
+ "y": 2182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 717,
+ "isStrLine": true
+ }
+ ],
+ "name": "14776",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14776",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1897,
+ "yaxis": 2183,
+ "shopNav": 104,
+ "state": "over",
+ "angle": -1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1722,
+ "y": 1813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1737,
+ "y": 1796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 718,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1737,
+ "y": 1796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1770,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 719,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1770,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1755,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 720,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1755,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1722,
+ "y": 1813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 721,
+ "isStrLine": true
+ }
+ ],
+ "name": "14777",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14777",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1746,
+ "yaxis": 1819,
+ "shopNav": "101",
+ "state": "over",
+ "angle": -0.8552113334772214,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1590,
+ "y": 1786,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1613,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 722,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1613,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1623,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 723,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1623,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1601,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 724,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1601,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1590,
+ "y": 1786,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 725,
+ "isStrLine": true
+ }
+ ],
+ "name": "14963",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14963",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1607,
+ "yaxis": 1804,
+ "shopNav": "101",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 953,
+ "y": 1693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 976,
+ "y": 1696,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 726,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 976,
+ "y": 1696,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 971,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 727,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 971,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 948,
+ "y": 1736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 728,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 948,
+ "y": 1736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 953,
+ "y": 1693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 729,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-001",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 962,
+ "yaxis": 1716,
+ "shopNav": "63",
+ "state": "over",
+ "angle": 0.10471975511965977,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 976,
+ "y": 1696,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 999,
+ "y": 1698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 730,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 999,
+ "y": 1698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 731,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 971,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 732,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 971,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 976,
+ "y": 1696,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 733,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-002",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 985,
+ "yaxis": 1718,
+ "shopNav": "63",
+ "state": "over",
+ "angle": 0.10471975511965977,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 999,
+ "y": 1698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 1701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 734,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 1701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 1743,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 735,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 1743,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 736,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 999,
+ "y": 1698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 737,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-003",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1008,
+ "yaxis": 1721,
+ "shopNav": "63",
+ "state": "over",
+ "angle": 0.10471975511965977,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 1701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1044,
+ "y": 1703,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 738,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1044,
+ "y": 1703,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1040,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 739,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1040,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 1743,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 740,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 1743,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 1701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 741,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-004",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1031,
+ "yaxis": 1723,
+ "shopNav": "63",
+ "state": "over",
+ "angle": 0.10471975511965977,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1090,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 742,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1090,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1086,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 743,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1086,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 744,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 745,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-005",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1077,
+ "yaxis": 1729,
+ "shopNav": "55",
+ "state": "over",
+ "angle": 0.08726646259971647,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1090,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1711,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 746,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1711,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 747,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1086,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 748,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1086,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1090,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 749,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-006",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1100,
+ "yaxis": 1731,
+ "shopNav": "55",
+ "state": "over",
+ "angle": 0.08726646259971647,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1120,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1118,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 750,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1118,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1076,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 751,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1076,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 752,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1120,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 753,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-007",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1098,
+ "yaxis": 1686,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1121,
+ "y": 1653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1120,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 754,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1120,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 755,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1078,
+ "y": 1651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 756,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1078,
+ "y": 1651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1121,
+ "y": 1653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 757,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-008",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1099,
+ "yaxis": 1663,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1018,
+ "y": 1838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 758,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 970,
+ "y": 1845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 759,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 970,
+ "y": 1845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1823,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 760,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1823,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1018,
+ "y": 1838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 761,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-009",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 994,
+ "yaxis": 1841,
+ "shopNav": "64",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1030,
+ "y": 1817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1022,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 762,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1022,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 982,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 763,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 982,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 989,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 764,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 989,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1030,
+ "y": 1817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 765,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-010",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1006,
+ "yaxis": 1821,
+ "shopNav": "64",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 1801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1086,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 766,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1086,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1080,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 767,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1080,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1057,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 768,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1057,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 1801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 769,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-011",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1072,
+ "yaxis": 1824,
+ "shopNav": "55",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1086,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 770,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1103,
+ "y": 1850,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 771,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1103,
+ "y": 1850,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1080,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 772,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1080,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1086,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 773,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-012",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1094,
+ "yaxis": 1827,
+ "shopNav": "55",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1105,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1107,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 774,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1107,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 1937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 775,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 1937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 776,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1105,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 777,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-013",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1084,
+ "yaxis": 1925,
+ "shopNav": "76",
+ "state": "over",
+ "angle": 1.5184364492350666,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1107,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1108,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 778,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1108,
+ "y": 1958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 1960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 779,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 1960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 1937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 780,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 1937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1107,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 781,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-014",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1086,
+ "yaxis": 1948,
+ "shopNav": "76",
+ "state": "over",
+ "angle": 1.5184364492350666,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 1976,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1096,
+ "y": 1998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 782,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1096,
+ "y": 1998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 783,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 1962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 784,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 1962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 1976,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 785,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-015",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1080,
+ "yaxis": 1980,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 1.902408884673819,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1096,
+ "y": 1998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1089,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 786,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1089,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 2005,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 787,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 2005,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 788,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1096,
+ "y": 1998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 789,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-016",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1072,
+ "yaxis": 2002,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 1.902408884673819,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1089,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 2041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 790,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 2041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1041,
+ "y": 2027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 791,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1041,
+ "y": 2027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 2005,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 792,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 2005,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1089,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 793,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-017",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1065,
+ "yaxis": 2023,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 1.902408884673819,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 2049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1054,
+ "y": 2068,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 794,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1054,
+ "y": 2068,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 2046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 795,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 2046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1029,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 796,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1029,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 2049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 797,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-018",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1042,
+ "yaxis": 2047,
+ "shopNav": "77",
+ "state": "over",
+ "angle": 2.111848394913139,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 919,
+ "y": 2308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 924,
+ "y": 2331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 802,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 924,
+ "y": 2331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 2340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 803,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 2340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 877,
+ "y": 2318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 804,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 877,
+ "y": 2318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 919,
+ "y": 2308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 805,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-020",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 901,
+ "yaxis": 2324,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 930,
+ "y": 2352,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 935,
+ "y": 2375,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 806,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 935,
+ "y": 2375,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 893,
+ "y": 2384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 807,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 893,
+ "y": 2384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 888,
+ "y": 2362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 808,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 888,
+ "y": 2362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 930,
+ "y": 2352,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 809,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-021",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 912,
+ "yaxis": 2368,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 887,
+ "y": 2443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 2438,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 810,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 2438,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 811,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 898,
+ "y": 2485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 812,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 898,
+ "y": 2485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 887,
+ "y": 2443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 813,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-022",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 904,
+ "yaxis": 2461,
+ "shopNav": "75",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 2449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 887,
+ "y": 2443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 814,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 887,
+ "y": 2443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 898,
+ "y": 2485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 815,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 898,
+ "y": 2485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 875,
+ "y": 2491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 816,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 875,
+ "y": 2491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 2449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 817,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-023",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 881,
+ "yaxis": 2467,
+ "shopNav": "75",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 843,
+ "y": 2454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 2449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 818,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 2449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 875,
+ "y": 2491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 819,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 875,
+ "y": 2491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 820,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 843,
+ "y": 2454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 821,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-024",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-024",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 859,
+ "yaxis": 2472,
+ "shopNav": "75",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 820,
+ "y": 2460,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 843,
+ "y": 2454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 822,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 843,
+ "y": 2454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 823,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 831,
+ "y": 2502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 824,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 831,
+ "y": 2502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 820,
+ "y": 2460,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 825,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-025",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 837,
+ "yaxis": 2478,
+ "shopNav": "75",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 798,
+ "y": 2465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 820,
+ "y": 2460,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 826,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 820,
+ "y": 2460,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 831,
+ "y": 2502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 827,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 831,
+ "y": 2502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 808,
+ "y": 2507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 828,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 808,
+ "y": 2507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 798,
+ "y": 2465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 829,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-026",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 814,
+ "yaxis": 2484,
+ "shopNav": "75",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 747,
+ "y": 2409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 752,
+ "y": 2432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 830,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 752,
+ "y": 2432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 710,
+ "y": 2442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 831,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 710,
+ "y": 2442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 705,
+ "y": 2420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 832,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 705,
+ "y": 2420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 747,
+ "y": 2409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 833,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-027",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 728,
+ "yaxis": 2426,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 741,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 747,
+ "y": 2409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 834,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 747,
+ "y": 2409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 705,
+ "y": 2420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 835,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 705,
+ "y": 2420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 699,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 836,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 699,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 741,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 837,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-028",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 723,
+ "yaxis": 2403,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 735,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 741,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 838,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 741,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 699,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 839,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 699,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 694,
+ "y": 2375,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 840,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 694,
+ "y": 2375,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 735,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 841,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-029",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 717,
+ "yaxis": 2381,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 730,
+ "y": 2342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 735,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 842,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 735,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 694,
+ "y": 2375,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 843,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 694,
+ "y": 2375,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 2353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 844,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 2353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 730,
+ "y": 2342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 845,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-030",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 712,
+ "yaxis": 2359,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 723,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 2339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 846,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 2339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 687,
+ "y": 2349,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 847,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 687,
+ "y": 2349,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 681,
+ "y": 2327,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 848,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 681,
+ "y": 2327,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 723,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 849,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-031",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 705,
+ "yaxis": 2333,
+ "shopNav": "73",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 717,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 723,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 850,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 723,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 681,
+ "y": 2327,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 851,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 681,
+ "y": 2327,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 676,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 852,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 676,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 717,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 853,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-032",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 699,
+ "yaxis": 2310,
+ "shopNav": "73",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 2273,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 717,
+ "y": 2295,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 854,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 717,
+ "y": 2295,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 676,
+ "y": 2305,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 855,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 676,
+ "y": 2305,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 670,
+ "y": 2283,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 856,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 670,
+ "y": 2283,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 2273,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 857,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-033",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-033",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 694,
+ "yaxis": 2289,
+ "shopNav": "73",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 660,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 683,
+ "y": 2143,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 858,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 683,
+ "y": 2143,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 2185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 859,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 2185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 671,
+ "y": 2191,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 860,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 671,
+ "y": 2191,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 660,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 861,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-034",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 677,
+ "yaxis": 2167,
+ "shopNav": "72",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 836,
+ "y": 2385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 862,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 800,
+ "y": 2417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 863,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 800,
+ "y": 2417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 794,
+ "y": 2395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 864,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 794,
+ "y": 2395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 836,
+ "y": 2385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 865,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-035",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 818,
+ "yaxis": 2401,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 2362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 836,
+ "y": 2385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 866,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 836,
+ "y": 2385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 794,
+ "y": 2395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 867,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 794,
+ "y": 2395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 788,
+ "y": 2373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 868,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 788,
+ "y": 2373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 2362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 869,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-036",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 812,
+ "yaxis": 2379,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 825,
+ "y": 2340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 2362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 870,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 2362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 788,
+ "y": 2373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 871,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 788,
+ "y": 2373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 783,
+ "y": 2350,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 872,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 783,
+ "y": 2350,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 825,
+ "y": 2340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 873,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-037",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 806,
+ "yaxis": 2356,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 813,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 818,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 874,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 818,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 2327,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 875,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 2327,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 771,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 876,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 771,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 813,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 877,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-038",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 794,
+ "yaxis": 2310,
+ "shopNav": "68",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 807,
+ "y": 2272,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 813,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 878,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 813,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 771,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 879,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 771,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 880,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 807,
+ "y": 2272,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 881,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-039",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-039",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 789,
+ "yaxis": 2288,
+ "shopNav": "68",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 801,
+ "y": 2249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 807,
+ "y": 2272,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 882,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 807,
+ "y": 2272,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 883,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 760,
+ "y": 2260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 884,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 760,
+ "y": 2260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 801,
+ "y": 2249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 885,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-040",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 783,
+ "yaxis": 2266,
+ "shopNav": "68",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 799,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 890,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 799,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 757,
+ "y": 2249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 891,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 757,
+ "y": 2249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 752,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 892,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 752,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 893,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-042",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-042",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 775,
+ "yaxis": 2233,
+ "shopNav": "68",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 788,
+ "y": 2194,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 894,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 752,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 895,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 752,
+ "y": 2227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 746,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 896,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 746,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 788,
+ "y": 2194,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 897,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-043",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-043",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 770,
+ "yaxis": 2210,
+ "shopNav": "68",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 782,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 788,
+ "y": 2194,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 898,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 788,
+ "y": 2194,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 746,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 899,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 746,
+ "y": 2204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 741,
+ "y": 2182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 900,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 741,
+ "y": 2182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 782,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 901,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-044",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 764,
+ "yaxis": 2188,
+ "shopNav": "68",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 775,
+ "y": 2138,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 780,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 902,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 780,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 738,
+ "y": 2170,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 903,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 738,
+ "y": 2170,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 733,
+ "y": 2148,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 904,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 733,
+ "y": 2148,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 775,
+ "y": 2138,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 905,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-045",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-045",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 756,
+ "yaxis": 2154,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 2116,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 775,
+ "y": 2138,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 906,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 775,
+ "y": 2138,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 733,
+ "y": 2148,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 907,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 733,
+ "y": 2148,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 908,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 2116,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 909,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-046",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-046",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 751,
+ "yaxis": 2132,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 763,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 768,
+ "y": 2116,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 910,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 768,
+ "y": 2116,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 727,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 911,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 727,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 721,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 912,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 721,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 763,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 913,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-047",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-047",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 745,
+ "yaxis": 2109,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 758,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 763,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 914,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 763,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 721,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 915,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 721,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 716,
+ "y": 2080,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 916,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 716,
+ "y": 2080,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 758,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 917,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-048",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-048",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 740,
+ "yaxis": 2087,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 818,
+ "y": 2318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 824,
+ "y": 2341,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 918,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 824,
+ "y": 2341,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 782,
+ "y": 2351,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 919,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 782,
+ "y": 2351,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 2329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 920,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 2329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 818,
+ "y": 2318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 921,
+ "isStrLine": true
+ }
+ ],
+ "name": "14760",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14760",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 800,
+ "yaxis": 2335,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 924,
+ "y": 2331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 2353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 922,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 2353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 888,
+ "y": 2363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 923,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 888,
+ "y": 2363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 2340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 924,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 2340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 924,
+ "y": 2331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 925,
+ "isStrLine": true
+ }
+ ],
+ "name": "15180",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15180",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 906,
+ "yaxis": 2347,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 754,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 926,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 761,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 927,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 761,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 740,
+ "y": 2020,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 928,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 740,
+ "y": 2020,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 754,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 929,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-049",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-049",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 758,
+ "yaxis": 2004,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 930,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 783,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 931,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 783,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 761,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 932,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 761,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 933,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-050",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-050",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 779,
+ "yaxis": 2012,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 819,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 934,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 819,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 804,
+ "y": 2044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 935,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 804,
+ "y": 2044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 783,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 936,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 783,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 937,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-051",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-051",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 801,
+ "yaxis": 2020,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 847,
+ "y": 2064,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 2086,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 938,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 2086,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 2096,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 939,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 2096,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 805,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 940,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 805,
+ "y": 2073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 847,
+ "y": 2064,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 941,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-052",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 829,
+ "yaxis": 2080,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 2086,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 858,
+ "y": 2108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 942,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 858,
+ "y": 2108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 816,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 943,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 816,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 2096,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 944,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 2096,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 2086,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 945,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-053",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-053",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 834,
+ "yaxis": 2102,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 858,
+ "y": 2108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 2131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 946,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 2131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 821,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 947,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 821,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 816,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 948,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 816,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 858,
+ "y": 2108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 949,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-054",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-054",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 839,
+ "yaxis": 2124,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 2131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 950,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 828,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 951,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 828,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 952,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 2131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 953,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-055",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 846,
+ "yaxis": 2147,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1028,
+ "y": 2213,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 954,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1028,
+ "y": 2213,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 986,
+ "y": 2223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 955,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 986,
+ "y": 2223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 981,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 956,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 981,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 957,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-056",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-056",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 1004,
+ "yaxis": 2207,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 2168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 958,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 981,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 959,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 981,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 975,
+ "y": 2179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 960,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 975,
+ "y": 2179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 2168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 961,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-057",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 999,
+ "yaxis": 2184,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 2146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 2168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 962,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 2168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 975,
+ "y": 2179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 963,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 975,
+ "y": 2179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 970,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 964,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 970,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 2146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 965,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-058",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 993,
+ "yaxis": 2162,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 988,
+ "y": 2062,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 2084,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 974,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 2084,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 952,
+ "y": 2095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 975,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 952,
+ "y": 2095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 947,
+ "y": 2072,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 976,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 947,
+ "y": 2072,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 988,
+ "y": 2062,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 977,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-061",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-061",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 970,
+ "yaxis": 2078,
+ "shopNav": "66",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 988,
+ "y": 2062,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 978,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 988,
+ "y": 2062,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 947,
+ "y": 2072,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 979,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 947,
+ "y": 2072,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 980,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 981,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-062",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-062",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 965,
+ "yaxis": 2056,
+ "shopNav": "66",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 977,
+ "y": 2017,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 982,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 983,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 936,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 984,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 936,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 977,
+ "y": 2017,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 985,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-063",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-063",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 959,
+ "yaxis": 2034,
+ "shopNav": "66",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 932,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 938,
+ "y": 2231,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 986,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 938,
+ "y": 2231,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 896,
+ "y": 2242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 987,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 896,
+ "y": 2242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 891,
+ "y": 2220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 988,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 891,
+ "y": 2220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 932,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 989,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-064",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 914,
+ "yaxis": 2226,
+ "shopNav": 66,
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 927,
+ "y": 2187,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 932,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 990,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 932,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 891,
+ "y": 2220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 991,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 891,
+ "y": 2220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 885,
+ "y": 2197,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 992,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 885,
+ "y": 2197,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 927,
+ "y": 2187,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 993,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-065",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-065",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 909,
+ "yaxis": 2203,
+ "shopNav": 66,
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 2159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 925,
+ "y": 2181,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 994,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 925,
+ "y": 2181,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 2192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 995,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 2192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 2169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 996,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 2169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 2159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 997,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-066",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 902,
+ "yaxis": 2175,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 914,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 2159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 998,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 2159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 2169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 999,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 2169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 872,
+ "y": 2147,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1000,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 872,
+ "y": 2147,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 914,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1001,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-067",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-067",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 896,
+ "yaxis": 2153,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 909,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 914,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1002,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 914,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 872,
+ "y": 2147,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1003,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 872,
+ "y": 2147,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 867,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1004,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 867,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 909,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1005,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-068",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-068",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 890,
+ "yaxis": 2131,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 2082,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 2105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1006,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 2105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 2115,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1007,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 2115,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1008,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 2082,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1009,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-069",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-069",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 882,
+ "yaxis": 2099,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 2082,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1010,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 2082,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1011,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1012,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1013,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-070",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-070",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 877,
+ "yaxis": 2076,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 2038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1014,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1015,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 848,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1016,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 848,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 2038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1017,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-071",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-071",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 871,
+ "yaxis": 2054,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 2015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 2038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1018,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 2038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 848,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1019,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 848,
+ "y": 2048,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 842,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1020,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 842,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 2015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1021,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-072",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-072",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 866,
+ "yaxis": 2032,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 1993,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 2015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1022,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 2015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 842,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1023,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 842,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 837,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1024,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 837,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 1993,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1025,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-073",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-073",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 860,
+ "yaxis": 2009,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 873,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 1993,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1026,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 1993,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 837,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1027,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 837,
+ "y": 2003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 831,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1028,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 831,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 873,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1029,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-074",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-074",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 855,
+ "yaxis": 1987,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 1948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 1969,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1030,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 1969,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 1954,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1031,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 1954,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1032,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 1948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1033,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-075",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-075",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 858,
+ "yaxis": 1951,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 890,
+ "y": 1926,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 1948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1034,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 1948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1035,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 849,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1036,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 849,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 890,
+ "y": 1926,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1037,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-076",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-076",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 866,
+ "yaxis": 1929,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 903,
+ "y": 1895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 1917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1038,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 1917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 1902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1039,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 1902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1040,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 903,
+ "y": 1895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1041,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-077",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-077",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 879,
+ "yaxis": 1898,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 1873,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 903,
+ "y": 1895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1042,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 903,
+ "y": 1895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1043,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1044,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 1873,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1045,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-078",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-078",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 886,
+ "yaxis": 1877,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 1873,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1046,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 1873,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1047,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1048,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1049,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-079",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-079",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 894,
+ "yaxis": 1855,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 926,
+ "y": 1830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1050,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1051,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 1815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1052,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 1815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 926,
+ "y": 1830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1053,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-080",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-080",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 902,
+ "yaxis": 1834,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 934,
+ "y": 1795,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 926,
+ "y": 1817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1054,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 926,
+ "y": 1817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1055,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 894,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1056,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 894,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 934,
+ "y": 1795,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1057,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-081",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-081",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 910,
+ "yaxis": 1799,
+ "shopNav": "106",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 876,
+ "y": 1763,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 898,
+ "y": 1771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1058,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 898,
+ "y": 1771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1059,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1060,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 876,
+ "y": 1763,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1061,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-082",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-082",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 880,
+ "yaxis": 1787,
+ "shopNav": "106",
+ "state": "over",
+ "angle": 0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 1756,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 876,
+ "y": 1763,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1062,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 876,
+ "y": 1763,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1063,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 1796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1064,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 1796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 1756,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1065,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-083",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-083",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 858,
+ "yaxis": 1780,
+ "shopNav": "106",
+ "state": "over",
+ "angle": 0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 2126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 2145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1066,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 2145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 2123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1067,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 2123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 986,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1068,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 986,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 2126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1069,
+ "isStrLine": true
+ }
+ ],
+ "name": "14802",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14802",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 998,
+ "yaxis": 2124,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 2.129301687433082,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1039,
+ "y": 2100,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1026,
+ "y": 2119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1070,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1026,
+ "y": 2119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 990,
+ "y": 2097,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1071,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 990,
+ "y": 2097,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1002,
+ "y": 2077,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1072,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1002,
+ "y": 2077,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1039,
+ "y": 2100,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1073,
+ "isStrLine": true
+ }
+ ],
+ "name": "14803",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14803",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1014,
+ "yaxis": 2098,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 2.129301687433082,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 2208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 2230,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1074,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 2230,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 847,
+ "y": 2240,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1075,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 847,
+ "y": 2240,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 842,
+ "y": 2217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1076,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 842,
+ "y": 2217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 2208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1077,
+ "isStrLine": true
+ }
+ ],
+ "name": "15245",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15245",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 865,
+ "yaxis": 2224,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 875,
+ "y": 2176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 880,
+ "y": 2198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1082,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 880,
+ "y": 2198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 838,
+ "y": 2208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1083,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 838,
+ "y": 2208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 2185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1084,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 2185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 875,
+ "y": 2176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1085,
+ "isStrLine": true
+ }
+ ],
+ "name": "15247",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15247",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 857,
+ "yaxis": 2192,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 875,
+ "y": 2176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1086,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 875,
+ "y": 2176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 2185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1087,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 2185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 828,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1088,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 828,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1089,
+ "isStrLine": true
+ }
+ ],
+ "name": "15248",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15248",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 852,
+ "yaxis": 2169,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 1955,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1090,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 818,
+ "y": 2004,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1091,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 818,
+ "y": 2004,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 1996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1092,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 1996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 1955,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1093,
+ "isStrLine": true
+ }
+ ],
+ "name": "15021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15021",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 815,
+ "yaxis": 1980,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 1939,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 791,
+ "y": 1947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1094,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 791,
+ "y": 1947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1095,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 754,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1096,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 754,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 1939,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1097,
+ "isStrLine": true
+ }
+ ],
+ "name": "15022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15022",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 772,
+ "yaxis": 1963,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 791,
+ "y": 1947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 1955,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1098,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 1955,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1099,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1100,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 791,
+ "y": 1947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1101,
+ "isStrLine": true
+ }
+ ],
+ "name": "15023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15023",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 794,
+ "yaxis": 1971,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 1954,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1106,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 1954,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1107,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 801,
+ "y": 1918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1108,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 801,
+ "y": 1918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1109,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-075A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-075A",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 817,
+ "yaxis": 1936,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 849,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1110,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 801,
+ "y": 1918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1111,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 801,
+ "y": 1918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 809,
+ "y": 1897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1112,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 809,
+ "y": 1897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 849,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1113,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-076A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-076A",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 825,
+ "yaxis": 1915,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 1902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1114,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 1902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 814,
+ "y": 1887,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1115,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 814,
+ "y": 1887,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1116,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1117,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-077A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-077A",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 838,
+ "yaxis": 1884,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1118,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1119,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 1844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1120,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 1844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1121,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-078A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-078A",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 846,
+ "yaxis": 1862,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1122,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 1844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1123,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 1844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 838,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1124,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 838,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1125,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-079A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-079A",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 854,
+ "yaxis": 1840,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 1815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1126,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 838,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1127,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 838,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 845,
+ "y": 1801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1128,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 845,
+ "y": 1801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 1815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1129,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-080A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-080A",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 862,
+ "yaxis": 1819,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1057,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1080,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1130,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1080,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1074,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1131,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1074,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1051,
+ "y": 1886,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1132,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1051,
+ "y": 1886,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1057,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1133,
+ "isStrLine": true
+ }
+ ],
+ "name": "14995",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14995",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1066,
+ "yaxis": 1866,
+ "shopNav": "55",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1040,
+ "y": 1796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 1800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1134,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 1800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1057,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1135,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1057,
+ "y": 1842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1034,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1136,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1034,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1040,
+ "y": 1796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1137,
+ "isStrLine": true
+ }
+ ],
+ "name": "15170",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15170",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1049,
+ "yaxis": 1819,
+ "shopNav": "55",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 851,
+ "y": 1670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 844,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1138,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 844,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1139,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1140,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 851,
+ "y": 1670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1141,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-084",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-084",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 827,
+ "yaxis": 1674,
+ "shopNav": "47",
+ "state": "over",
+ "angle": 1.8849555921538759,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 858,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 851,
+ "y": 1670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1142,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 851,
+ "y": 1670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1143,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1144,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 858,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1145,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-085",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-085",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 834,
+ "yaxis": 1652,
+ "shopNav": "47",
+ "state": "over",
+ "angle": 1.8849555921538759,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 858,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1146,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 858,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1147,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 825,
+ "y": 1612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1148,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 825,
+ "y": 1612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1149,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-086",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-086",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 841,
+ "yaxis": 1630,
+ "shopNav": "47",
+ "state": "over",
+ "angle": 1.8849555921538759,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 861,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 867,
+ "y": 1539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1150,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 867,
+ "y": 1539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 826,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1151,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 826,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 820,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1152,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 820,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 861,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1153,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-087",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-087",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 843,
+ "yaxis": 1533,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 855,
+ "y": 1494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 861,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1154,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 861,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 820,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1155,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 820,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 814,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1156,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 814,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 855,
+ "y": 1494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1157,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-088",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-088",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 838,
+ "yaxis": 1511,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 847,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1158,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 1488,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1159,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 1488,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1160,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 847,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1161,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-089",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-089",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 830,
+ "yaxis": 1471,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 847,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1162,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 847,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1163,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 800,
+ "y": 1443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1164,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 800,
+ "y": 1443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1165,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-090",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-090",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 824,
+ "yaxis": 1449,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 1395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 954,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1166,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 954,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 912,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1167,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 912,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 907,
+ "y": 1404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1168,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 907,
+ "y": 1404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 1395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1169,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-091",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-091",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 931,
+ "yaxis": 1411,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 954,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 959,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1170,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 959,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 917,
+ "y": 1449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1171,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 917,
+ "y": 1449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 912,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1172,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 912,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 954,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1173,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-092",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-092",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 936,
+ "yaxis": 1433,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 959,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 1462,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1174,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 1462,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 923,
+ "y": 1472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1175,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 923,
+ "y": 1472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 917,
+ "y": 1449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1176,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 917,
+ "y": 1449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 959,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1177,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-093",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-093",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 941,
+ "yaxis": 1455,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 962,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 1549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1190,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 1549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 1553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1191,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 1553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 919,
+ "y": 1530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1192,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 919,
+ "y": 1530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 962,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1193,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-097",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-097",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 942,
+ "yaxis": 1539,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 956,
+ "y": 1613,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1194,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 912,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1195,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 912,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 913,
+ "y": 1611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1196,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 913,
+ "y": 1611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 956,
+ "y": 1613,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1197,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-098",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-098",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 934,
+ "yaxis": 1623,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 954,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1198,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 954,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 1657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1199,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 1657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 912,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1200,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 912,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1201,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-099",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-099",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 933,
+ "yaxis": 1646,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 1668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1202,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1203,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 1668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1204,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 1668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 1668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1205,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-100",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-100",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 928,
+ "yaxis": 1679,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1206,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1207,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1208,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1209,
+ "isStrLine": true
+ }
+ ],
+ "name": "J-101",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "J-101",
+ "park_first": "J-",
+ "park_after": "",
+ "xaxis": 928,
+ "yaxis": 1702,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1078,
+ "y": 1651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1210,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1034,
+ "y": 1671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1211,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1034,
+ "y": 1671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1035,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1212,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1035,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1078,
+ "y": 1651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1213,
+ "isStrLine": true
+ }
+ ],
+ "name": "14994",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14994",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1056,
+ "yaxis": 1661,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1076,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1214,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1076,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 1694,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1215,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 1694,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1034,
+ "y": 1671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1216,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1034,
+ "y": 1671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1217,
+ "isStrLine": true
+ }
+ ],
+ "name": "15004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15004",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1055,
+ "yaxis": 1684,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 968,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 969,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1218,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 969,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 926,
+ "y": 1584,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1219,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 926,
+ "y": 1584,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 925,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1220,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 925,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 968,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1221,
+ "isStrLine": true
+ }
+ ],
+ "name": "14763",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14763",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 947,
+ "yaxis": 1571,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.53588974175501,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 960,
+ "y": 1503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 962,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1222,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 962,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 919,
+ "y": 1530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1223,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 919,
+ "y": 1530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 917,
+ "y": 1507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1224,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 917,
+ "y": 1507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 960,
+ "y": 1503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1225,
+ "isStrLine": true
+ }
+ ],
+ "name": "14814",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14814",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 940,
+ "yaxis": 1517,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 958,
+ "y": 1480,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 960,
+ "y": 1503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1226,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 960,
+ "y": 1503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 917,
+ "y": 1507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1227,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 917,
+ "y": 1507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 1484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1228,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 1484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 958,
+ "y": 1480,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1229,
+ "isStrLine": true
+ }
+ ],
+ "name": "14815",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14815",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 938,
+ "yaxis": 1494,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1005,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1007,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1230,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1007,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 1549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1231,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 1549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 962,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1232,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 962,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1005,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1233,
+ "isStrLine": true
+ }
+ ],
+ "name": "14996",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14996",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 985,
+ "yaxis": 1536,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 1477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1003,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1234,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1003,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 960,
+ "y": 1503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1235,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 960,
+ "y": 1503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 958,
+ "y": 1480,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1236,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 958,
+ "y": 1480,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 1477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1237,
+ "isStrLine": true
+ }
+ ],
+ "name": "14978",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14978",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 981,
+ "yaxis": 1490,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1003,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1005,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1238,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1005,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 962,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1239,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 962,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 960,
+ "y": 1503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1240,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 960,
+ "y": 1503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1003,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1241,
+ "isStrLine": true
+ }
+ ],
+ "name": "14979",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14979",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 983,
+ "yaxis": 1513,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 503,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 524,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1242,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 524,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 504,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1243,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 504,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 484,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1244,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 484,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 503,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1245,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-002",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 504,
+ "yaxis": 492,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 0.47123889803846897,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 483,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 503,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1250,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 503,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 484,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1251,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 484,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 463,
+ "y": 495,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1252,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 463,
+ "y": 495,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 483,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1253,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-003",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 483,
+ "yaxis": 481,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 0.47123889803846897,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 383,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 403,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1254,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 403,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 383,
+ "y": 451,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1255,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 383,
+ "y": 451,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1256,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 383,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1257,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-004",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 383,
+ "yaxis": 426,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 0.4886921905584123,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 383,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1258,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 383,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1259,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 343,
+ "y": 429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1260,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 343,
+ "y": 429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1261,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-005",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 363,
+ "yaxis": 415,
+ "shopNav": "37",
+ "state": "over",
+ "angle": 0.4886921905584123,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 270,
+ "y": 384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 292,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1262,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 292,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 305,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1263,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 305,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 283,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1264,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 283,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 270,
+ "y": 384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1265,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-006",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 288,
+ "yaxis": 400,
+ "shopNav": "37",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 248,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 270,
+ "y": 384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1266,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 270,
+ "y": 384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 283,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1267,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 283,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 262,
+ "y": 432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1268,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 262,
+ "y": 432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 248,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1269,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-007",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 266,
+ "yaxis": 408,
+ "shopNav": "37",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 398,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 248,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1270,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 248,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 262,
+ "y": 432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1271,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 262,
+ "y": 432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 240,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1272,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 240,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 398,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1273,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-008",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 244,
+ "yaxis": 415,
+ "shopNav": "37",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 205,
+ "y": 405,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 398,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1274,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 398,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 240,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1275,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 240,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 218,
+ "y": 446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1276,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 218,
+ "y": 446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 205,
+ "y": 405,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1277,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-009",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 222,
+ "yaxis": 422,
+ "shopNav": "37",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 174,
+ "y": 416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 196,
+ "y": 409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1278,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 196,
+ "y": 409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 210,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1279,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 210,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 188,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1280,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 188,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 174,
+ "y": 416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1281,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-010",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 192,
+ "yaxis": 433,
+ "shopNav": "105",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 153,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 174,
+ "y": 416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1282,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 174,
+ "y": 416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 188,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1283,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 188,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 167,
+ "y": 464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1284,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 167,
+ "y": 464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 153,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1285,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-011",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 170,
+ "yaxis": 440,
+ "shopNav": "105",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 131,
+ "y": 431,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 153,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1286,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 153,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 167,
+ "y": 464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1287,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 167,
+ "y": 464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 145,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1288,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 145,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 131,
+ "y": 431,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1289,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-012",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 149,
+ "yaxis": 448,
+ "shopNav": "105",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 156,
+ "y": 470,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 164,
+ "y": 491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1290,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 164,
+ "y": 491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 123,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1291,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 123,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 116,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1292,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 116,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 156,
+ "y": 470,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1293,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-013",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 140,
+ "yaxis": 488,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 164,
+ "y": 491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 172,
+ "y": 513,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1294,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 172,
+ "y": 513,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 131,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1295,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 131,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 123,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1296,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 123,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 164,
+ "y": 491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1297,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-014",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 148,
+ "yaxis": 509,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 172,
+ "y": 513,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 180,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1298,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 180,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 139,
+ "y": 549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1299,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 139,
+ "y": 549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 131,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1300,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 131,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 172,
+ "y": 513,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1301,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-015",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 155,
+ "yaxis": 531,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 180,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 187,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1302,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 187,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 147,
+ "y": 571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1303,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 147,
+ "y": 571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 139,
+ "y": 549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1304,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 139,
+ "y": 549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 180,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1305,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-016",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 163,
+ "yaxis": 553,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 235,
+ "y": 650,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 242,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1306,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 242,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 202,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1307,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 202,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 194,
+ "y": 665,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1308,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 194,
+ "y": 665,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 235,
+ "y": 650,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1309,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-017",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 218,
+ "yaxis": 669,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 242,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 250,
+ "y": 694,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1310,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 250,
+ "y": 694,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 210,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1311,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 210,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 202,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1312,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 202,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 242,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1313,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-018",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 226,
+ "yaxis": 690,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 268,
+ "y": 729,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 284,
+ "y": 745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1314,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 284,
+ "y": 745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 253,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1315,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 253,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 237,
+ "y": 759,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1316,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 237,
+ "y": 759,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 268,
+ "y": 729,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1317,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-019",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 260,
+ "yaxis": 752,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 294,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 312,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1322,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 312,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 284,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1323,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 284,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 266,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1324,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 266,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 294,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1325,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-021",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 289,
+ "yaxis": 776,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 312,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 330,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1326,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 330,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 302,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1327,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 302,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 284,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1328,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 284,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 312,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1329,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-022",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 307,
+ "yaxis": 789,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 365,
+ "y": 804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1330,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 365,
+ "y": 804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 337,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1331,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 337,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 319,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1332,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 319,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1333,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-023",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 342,
+ "yaxis": 813,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 365,
+ "y": 804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 382,
+ "y": 819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1334,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 382,
+ "y": 819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 355,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1335,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 355,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 337,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1336,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 337,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 365,
+ "y": 804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1337,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-024",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-024",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 360,
+ "yaxis": 828,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 381,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 398,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1338,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 398,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 371,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1339,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 371,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 353,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1340,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 353,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 381,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1341,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-025",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 376,
+ "yaxis": 844,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 419,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 436,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1342,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 436,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 409,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1343,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 409,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1344,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 419,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1345,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-026",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 414,
+ "yaxis": 880,
+ "shopNav": "41",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 436,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 454,
+ "y": 886,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1346,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 454,
+ "y": 886,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 426,
+ "y": 919,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1347,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 426,
+ "y": 919,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 409,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1348,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 409,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 436,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1349,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-027",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 431,
+ "yaxis": 895,
+ "shopNav": "41",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 454,
+ "y": 886,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 472,
+ "y": 900,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1350,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 472,
+ "y": 900,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 444,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1351,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 444,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 426,
+ "y": 919,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1352,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 426,
+ "y": 919,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 454,
+ "y": 886,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1353,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-028",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 449,
+ "yaxis": 910,
+ "shopNav": "41",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 478,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 496,
+ "y": 916,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1354,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 496,
+ "y": 916,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 468,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1355,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 468,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 450,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1356,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 450,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 478,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1357,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-029",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 473,
+ "yaxis": 926,
+ "shopNav": "41",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 675,
+ "y": 1086,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 1100,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1358,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 1100,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 665,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1359,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 665,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 647,
+ "y": 1119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1360,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 647,
+ "y": 1119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 675,
+ "y": 1086,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1361,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-030",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 670,
+ "yaxis": 1110,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 701,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 1121,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1362,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 1121,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 691,
+ "y": 1154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1363,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 691,
+ "y": 1154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 673,
+ "y": 1140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1364,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 673,
+ "y": 1140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 701,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1365,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-031",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 696,
+ "yaxis": 1131,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 1121,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 736,
+ "y": 1136,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1366,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 736,
+ "y": 1136,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 709,
+ "y": 1169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1367,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 709,
+ "y": 1169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 691,
+ "y": 1154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1368,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 691,
+ "y": 1154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 1121,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1369,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-032",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 714,
+ "yaxis": 1145,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 785,
+ "y": 1240,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 798,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1370,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 798,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 762,
+ "y": 1283,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1371,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 762,
+ "y": 1283,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 749,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1372,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 749,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 785,
+ "y": 1240,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1373,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-033",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-033",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 774,
+ "yaxis": 1261,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 1276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 808,
+ "y": 1298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1374,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 808,
+ "y": 1298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 767,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1375,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 767,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 761,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1376,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 761,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 1276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1377,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-034",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 785,
+ "yaxis": 1292,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1382,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1383,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 775,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1384,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 775,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1385,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-035",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 799,
+ "yaxis": 1350,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 828,
+ "y": 1379,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1386,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 828,
+ "y": 1379,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1387,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1388,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1389,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-036",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 804,
+ "yaxis": 1373,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 828,
+ "y": 1379,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1390,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 1411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1391,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 1411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1392,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 828,
+ "y": 1379,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1393,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-037",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 810,
+ "yaxis": 1395,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 839,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1394,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 839,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 1434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1395,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 1434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 1411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1396,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 1411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1397,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-038",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 815,
+ "yaxis": 1417,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 1360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 948,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1398,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 948,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1399,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1400,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 1360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1401,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-039",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-039",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 924,
+ "yaxis": 1376,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 936,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 1360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1402,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 1360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1403,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1404,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 936,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1405,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-040",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 918,
+ "yaxis": 1354,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 930,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 936,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1406,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 936,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1407,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 1326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1408,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 1326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 930,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1409,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-041",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-041",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 912,
+ "yaxis": 1332,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1410,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 1300,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1411,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 1300,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1412,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1413,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-042",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-042",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 894,
+ "yaxis": 1282,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 903,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1414,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1415,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 1256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1416,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 1256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 903,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1417,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-043",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-043",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 887,
+ "yaxis": 1260,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 883,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 892,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1418,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 892,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 1241,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1419,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 1241,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 844,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1420,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 844,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 883,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1421,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-044",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 868,
+ "yaxis": 1221,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 879,
+ "y": 1193,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1422,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 879,
+ "y": 1193,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 1212,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1423,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 1212,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 831,
+ "y": 1191,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1424,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 831,
+ "y": 1191,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1425,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-045",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-045",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 855,
+ "yaxis": 1192,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1426,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 1177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1427,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 1177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1428,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1429,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-046",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-046",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 835,
+ "yaxis": 1155,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1430,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1431,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 798,
+ "y": 1138,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1432,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 798,
+ "y": 1138,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1433,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-047",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-047",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 822,
+ "yaxis": 1136,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 1092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 829,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1434,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 829,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1435,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 1115,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1436,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 1115,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 1092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1437,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-048",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-048",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 805,
+ "yaxis": 1113,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 1.0122909661567112,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 805,
+ "y": 1072,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 1091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1438,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 1091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1439,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 1095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1440,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 1095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 805,
+ "y": 1072,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1441,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-049",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-049",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 793,
+ "yaxis": 1093,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 1.0122909661567112,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 799,
+ "y": 1066,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1442,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 799,
+ "y": 1066,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 764,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1443,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 764,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 751,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1444,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 751,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1445,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-050",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-050",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 775,
+ "yaxis": 1068,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 774,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1446,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 751,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1447,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 751,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 738,
+ "y": 1051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1448,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 738,
+ "y": 1051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 774,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1449,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-051",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-051",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 762,
+ "yaxis": 1049,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 742,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 759,
+ "y": 1007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1450,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 759,
+ "y": 1007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 731,
+ "y": 1040,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1451,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 731,
+ "y": 1040,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 713,
+ "y": 1025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1452,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 713,
+ "y": 1025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 742,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1453,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-052",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 736,
+ "yaxis": 1016,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 724,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 742,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1454,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 742,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 713,
+ "y": 1025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1455,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 713,
+ "y": 1025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 696,
+ "y": 1010,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1456,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 696,
+ "y": 1010,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 724,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1457,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-053",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-053",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 719,
+ "yaxis": 1001,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 707,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 724,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1458,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 724,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 696,
+ "y": 1010,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1459,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 696,
+ "y": 1010,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 679,
+ "y": 994,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1460,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 679,
+ "y": 994,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 707,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1461,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-054",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-054",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 701,
+ "yaxis": 986,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 690,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 707,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1462,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 707,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 679,
+ "y": 994,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1463,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 679,
+ "y": 994,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 661,
+ "y": 979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1464,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 661,
+ "y": 979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 690,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1465,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-055",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 684,
+ "yaxis": 971,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 666,
+ "y": 927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 684,
+ "y": 942,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1466,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 684,
+ "y": 942,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 656,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1467,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 656,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 638,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1468,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 638,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 666,
+ "y": 927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1469,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-056",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-056",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 661,
+ "yaxis": 951,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 648,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 666,
+ "y": 927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1470,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 666,
+ "y": 927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 638,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1471,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 638,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 621,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1472,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 621,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 648,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1473,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-057",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 643,
+ "yaxis": 936,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 633,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 651,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1474,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 651,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 623,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1475,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 623,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 606,
+ "y": 932,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1476,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 606,
+ "y": 932,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 633,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1477,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-058",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 628,
+ "yaxis": 923,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 616,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 633,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1478,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 633,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 606,
+ "y": 932,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1479,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 606,
+ "y": 932,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 588,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1480,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 588,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 616,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1481,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-059",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-059",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 611,
+ "yaxis": 908,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 579,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 597,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1482,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 597,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 568,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1483,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 568,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 551,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1484,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 551,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 579,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1485,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-060",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-060",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 574,
+ "yaxis": 880,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 562,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 579,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1486,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 579,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 551,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1487,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 551,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 534,
+ "y": 874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1488,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 534,
+ "y": 874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 562,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1489,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-061",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-061",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 556,
+ "yaxis": 865,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 535,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 552,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1490,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 552,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 524,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1491,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 524,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 507,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1492,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 507,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 535,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1493,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-062",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-062",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 529,
+ "yaxis": 844,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 512,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 529,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1494,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 529,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 501,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1495,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 501,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 484,
+ "y": 831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1496,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 484,
+ "y": 831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 512,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1497,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-063",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-063",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 506,
+ "yaxis": 822,
+ "shopNav": "41",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 488,
+ "y": 781,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 505,
+ "y": 796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1498,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 505,
+ "y": 796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 477,
+ "y": 829,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1499,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 477,
+ "y": 829,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1500,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 488,
+ "y": 781,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1501,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-064",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 482,
+ "yaxis": 805,
+ "shopNav": "41",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 477,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1502,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 477,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 449,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1503,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 449,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 432,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1504,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 432,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1505,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-065",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-065",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 454,
+ "yaxis": 776,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 443,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1506,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 432,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1507,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 432,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 414,
+ "y": 770,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1508,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 414,
+ "y": 770,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 443,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1509,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-066",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 437,
+ "yaxis": 761,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 404,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 425,
+ "y": 714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1510,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 425,
+ "y": 714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 406,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1511,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 406,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 385,
+ "y": 742,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1512,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 385,
+ "y": 742,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 404,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1513,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-067",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-067",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 405,
+ "yaxis": 728,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.4537856055185257,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 404,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1514,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 404,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 385,
+ "y": 742,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1515,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 385,
+ "y": 742,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 365,
+ "y": 732,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1516,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 365,
+ "y": 732,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1517,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-068",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-068",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 384,
+ "yaxis": 718,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.4537856055185257,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1518,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 365,
+ "y": 732,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1519,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 365,
+ "y": 732,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 344,
+ "y": 722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1520,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 344,
+ "y": 722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1521,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-069",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-069",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 364,
+ "yaxis": 708,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.4537856055185257,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 334,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 342,
+ "y": 677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1522,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 342,
+ "y": 677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 301,
+ "y": 691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1523,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 301,
+ "y": 691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 294,
+ "y": 669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1524,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 294,
+ "y": 669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 334,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1525,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-070",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-070",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 318,
+ "yaxis": 673,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 334,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1526,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 334,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 294,
+ "y": 669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1527,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 294,
+ "y": 669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 286,
+ "y": 647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1528,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 286,
+ "y": 647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1529,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-071",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-071",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 310,
+ "yaxis": 651,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 319,
+ "y": 611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1530,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 286,
+ "y": 647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1531,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 286,
+ "y": 647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 279,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1532,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 279,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 319,
+ "y": 611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1533,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-072",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-072",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 303,
+ "yaxis": 629,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 312,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 319,
+ "y": 611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1534,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 319,
+ "y": 611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 279,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1535,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 279,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 271,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1536,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 271,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 312,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1537,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-073",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-073",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 295,
+ "yaxis": 608,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 304,
+ "y": 568,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 312,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1538,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 312,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 271,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1539,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 271,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 264,
+ "y": 582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1540,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 264,
+ "y": 582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 304,
+ "y": 568,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1541,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-074",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-074",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 288,
+ "yaxis": 586,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 247,
+ "y": 491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 269,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1542,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 269,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 282,
+ "y": 525,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1543,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 282,
+ "y": 525,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 261,
+ "y": 532,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1544,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 261,
+ "y": 532,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 247,
+ "y": 491,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1545,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-075",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-075",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 265,
+ "yaxis": 508,
+ "shopNav": "105",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 269,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 291,
+ "y": 477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1546,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 291,
+ "y": 477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 304,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1547,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 304,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 282,
+ "y": 525,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1548,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 282,
+ "y": 525,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 269,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1549,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-076",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-076",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 287,
+ "yaxis": 501,
+ "shopNav": "105",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 291,
+ "y": 477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 313,
+ "y": 470,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1550,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 313,
+ "y": 470,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 326,
+ "y": 510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1551,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 326,
+ "y": 510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 304,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1552,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 304,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 291,
+ "y": 477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1553,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-077",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-077",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 309,
+ "yaxis": 494,
+ "shopNav": "105",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 367,
+ "y": 501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1554,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 367,
+ "y": 501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1555,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 326,
+ "y": 528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1556,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 326,
+ "y": 528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1557,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-078",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-078",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 347,
+ "yaxis": 515,
+ "shopNav": "37",
+ "state": "over",
+ "angle": 0.4886921905584123,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 404,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1558,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 404,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 385,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1559,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 385,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 365,
+ "y": 547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1560,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 365,
+ "y": 547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1561,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-079",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-079",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 385,
+ "yaxis": 533,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 0.4537856055185257,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 404,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 425,
+ "y": 528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1562,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 425,
+ "y": 528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 406,
+ "y": 567,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1563,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 406,
+ "y": 567,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 385,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1564,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 385,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 404,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1565,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-080",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-080",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 405,
+ "yaxis": 543,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 0.4537856055185257,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 433,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 454,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1566,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 454,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 433,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1567,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 433,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 413,
+ "y": 572,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1568,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 413,
+ "y": 572,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 433,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1569,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-081",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-081",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 433,
+ "yaxis": 559,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 0.4886921905584123,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 481,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1570,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 481,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 595,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1571,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 595,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 440,
+ "y": 584,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1572,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 440,
+ "y": 584,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1573,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-082",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-082",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 460,
+ "yaxis": 571,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 0.4886921905584123,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 516,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 535,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1578,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 535,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 511,
+ "y": 626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1579,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 511,
+ "y": 626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 492,
+ "y": 613,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1580,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 492,
+ "y": 613,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 516,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1581,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-084",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-084",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 513,
+ "yaxis": 602,
+ "shopNav": "34",
+ "state": "over",
+ "angle": 0.5934119456780721,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 535,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 554,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1582,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 554,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 530,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1583,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 530,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 511,
+ "y": 626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1584,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 511,
+ "y": 626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 535,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1585,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-085",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-085",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 532,
+ "yaxis": 614,
+ "shopNav": "34",
+ "state": "over",
+ "angle": 0.5934119456780721,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 554,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 573,
+ "y": 616,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1586,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 573,
+ "y": 616,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 549,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1587,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 549,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 530,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1588,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 530,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 554,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1589,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-086",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-086",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 551,
+ "yaxis": 627,
+ "shopNav": "34",
+ "state": "over",
+ "angle": 0.5934119456780721,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 788,
+ "y": 796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 771,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1590,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 771,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 741,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1591,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 741,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 757,
+ "y": 766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1592,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 757,
+ "y": 766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 788,
+ "y": 796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1593,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-087",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-087",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 764,
+ "yaxis": 789,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 2.356194490192345,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 824,
+ "y": 869,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1594,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 824,
+ "y": 869,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 796,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1595,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 796,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 813,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1596,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 813,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1597,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-088",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-088",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 818,
+ "yaxis": 845,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 2.426007660272118,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 890,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 903,
+ "y": 932,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1598,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 903,
+ "y": 932,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 867,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1599,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 867,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1600,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 890,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1601,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-089",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-089",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 878,
+ "yaxis": 934,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1078,
+ "y": 1298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1084,
+ "y": 1320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1606,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1084,
+ "y": 1320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1042,
+ "y": 1331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1607,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1042,
+ "y": 1331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1037,
+ "y": 1308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1608,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1037,
+ "y": 1308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1078,
+ "y": 1298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1609,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-091",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-091",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 1060,
+ "yaxis": 1314,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 601,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 615,
+ "y": 409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1610,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 615,
+ "y": 409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 650,
+ "y": 434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1611,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 650,
+ "y": 434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 637,
+ "y": 452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1612,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 637,
+ "y": 452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 601,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1613,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-001",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 626,
+ "yaxis": 431,
+ "shopNav": "108",
+ "state": "over",
+ "angle": -0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 615,
+ "y": 409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 628,
+ "y": 390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1614,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 628,
+ "y": 390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 663,
+ "y": 415,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1615,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 663,
+ "y": 415,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 650,
+ "y": 434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1616,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 650,
+ "y": 434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 615,
+ "y": 409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1617,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-002",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 639,
+ "yaxis": 412,
+ "shopNav": "108",
+ "state": "over",
+ "angle": -0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 628,
+ "y": 390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 641,
+ "y": 371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1618,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 641,
+ "y": 371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 676,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1619,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 676,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 663,
+ "y": 415,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1620,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 663,
+ "y": 415,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 628,
+ "y": 390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1621,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-003",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 652,
+ "yaxis": 393,
+ "shopNav": "108",
+ "state": "over",
+ "angle": -0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 644,
+ "y": 367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 657,
+ "y": 348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1622,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 657,
+ "y": 348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 692,
+ "y": 373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1623,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 692,
+ "y": 373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 679,
+ "y": 392,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1624,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 679,
+ "y": 392,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 644,
+ "y": 367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1625,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-004",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 668,
+ "yaxis": 370,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 657,
+ "y": 348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 670,
+ "y": 329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1626,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 670,
+ "y": 329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 705,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1627,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 705,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 692,
+ "y": 373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1628,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 692,
+ "y": 373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 657,
+ "y": 348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1629,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-005",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 681,
+ "yaxis": 351,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 684,
+ "y": 318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 703,
+ "y": 306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1630,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 703,
+ "y": 306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 726,
+ "y": 342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1631,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 726,
+ "y": 342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 707,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1632,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 707,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 684,
+ "y": 318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1633,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-006",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 705,
+ "yaxis": 330,
+ "shopNav": "21",
+ "state": "over",
+ "angle": -0.5585053606381855,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 703,
+ "y": 306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 723,
+ "y": 294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1634,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 723,
+ "y": 294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 746,
+ "y": 330,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1635,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 746,
+ "y": 330,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 726,
+ "y": 342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1636,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 726,
+ "y": 342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 703,
+ "y": 306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1637,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-007",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 725,
+ "yaxis": 318,
+ "shopNav": "21",
+ "state": "over",
+ "angle": -0.5585053606381855,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 723,
+ "y": 294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 743,
+ "y": 281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1638,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 743,
+ "y": 281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1639,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 746,
+ "y": 330,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1640,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 746,
+ "y": 330,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 723,
+ "y": 294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1641,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-008",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 744,
+ "yaxis": 306,
+ "shopNav": "21",
+ "state": "over",
+ "angle": -0.5585053606381855,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 743,
+ "y": 281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 762,
+ "y": 269,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1642,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 762,
+ "y": 269,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 785,
+ "y": 306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1643,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 785,
+ "y": 306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1644,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 743,
+ "y": 281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1645,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-009",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 764,
+ "yaxis": 294,
+ "shopNav": "21",
+ "state": "over",
+ "angle": -0.5585053606381855,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1646,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1647,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 816,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1648,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 816,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1649,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-010",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 840,
+ "yaxis": 347,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 879,
+ "y": 355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1650,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 879,
+ "y": 355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 850,
+ "y": 386,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1651,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 850,
+ "y": 386,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1652,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1653,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-011",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 856,
+ "yaxis": 363,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 879,
+ "y": 355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 896,
+ "y": 371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1654,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 896,
+ "y": 371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 866,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1655,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 866,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 850,
+ "y": 386,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1656,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 850,
+ "y": 386,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 879,
+ "y": 355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1657,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-012",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 873,
+ "yaxis": 379,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 904,
+ "y": 380,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1658,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 891,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1659,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 891,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 875,
+ "y": 411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1660,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 875,
+ "y": 411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 904,
+ "y": 380,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1661,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-013",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 898,
+ "yaxis": 404,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 412,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1662,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 412,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 908,
+ "y": 443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1663,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 908,
+ "y": 443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 891,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1664,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 891,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1665,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-014",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 914,
+ "yaxis": 419,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 950,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 966,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1666,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 966,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 935,
+ "y": 474,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1667,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 935,
+ "y": 474,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 919,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1668,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 919,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 950,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1669,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-015",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 942,
+ "yaxis": 450,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 966,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 982,
+ "y": 460,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1670,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 982,
+ "y": 460,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 951,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1671,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 951,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 935,
+ "y": 474,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1672,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 935,
+ "y": 474,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 966,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1673,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-016",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 958,
+ "yaxis": 467,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 993,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1009,
+ "y": 488,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1674,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1009,
+ "y": 488,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1675,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 962,
+ "y": 502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1676,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 962,
+ "y": 502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 993,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1677,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-017",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 985,
+ "yaxis": 495,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1009,
+ "y": 488,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1025,
+ "y": 505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1678,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1025,
+ "y": 505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1679,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1680,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1009,
+ "y": 488,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1681,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-018",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1001,
+ "yaxis": 512,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1030,
+ "y": 510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1682,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1013,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1683,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1013,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 998,
+ "y": 538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1684,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 998,
+ "y": 538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1030,
+ "y": 510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1685,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-019",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1021,
+ "yaxis": 533,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.8377580409572781,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1060,
+ "y": 544,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1686,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1060,
+ "y": 544,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1028,
+ "y": 573,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1687,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1028,
+ "y": 573,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1013,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1688,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1013,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1689,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-020",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1037,
+ "yaxis": 550,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.8377580409572781,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1690,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 268,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1691,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 268,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1692,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1693,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-001",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1206,
+ "yaxis": 245,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 764,
+ "y": 381,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 782,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1694,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 782,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 753,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1695,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 753,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 736,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1696,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 736,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 764,
+ "y": 381,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1697,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-022",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 759,
+ "yaxis": 405,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.7330382858376184,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 782,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 799,
+ "y": 412,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1698,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 799,
+ "y": 412,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 770,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1699,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 770,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 753,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1700,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 753,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 782,
+ "y": 396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1701,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-023",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 776,
+ "yaxis": 420,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.7330382858376184,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 804,
+ "y": 419,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1702,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1703,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1704,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 804,
+ "y": 419,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1705,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-024",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-024",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 799,
+ "yaxis": 443,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 839,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1706,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 839,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1707,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1708,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1709,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-025",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 816,
+ "yaxis": 458,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 845,
+ "y": 455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 470,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1710,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 470,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1711,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 816,
+ "y": 486,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1712,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 816,
+ "y": 486,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 845,
+ "y": 455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1713,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-026",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 839,
+ "yaxis": 478,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 470,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 879,
+ "y": 486,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1714,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 879,
+ "y": 486,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 850,
+ "y": 517,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1715,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 850,
+ "y": 517,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1716,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 470,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1717,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-027",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 856,
+ "yaxis": 494,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 885,
+ "y": 495,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1718,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 541,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1719,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 541,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1720,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 885,
+ "y": 495,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1721,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-028",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 878,
+ "yaxis": 518,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 917,
+ "y": 528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1722,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 917,
+ "y": 528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1723,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 541,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1724,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 541,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1725,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-029",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 894,
+ "yaxis": 534,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 922,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 938,
+ "y": 552,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1726,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 938,
+ "y": 552,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1727,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 890,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1728,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 890,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 922,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1729,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-030",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 914,
+ "yaxis": 557,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.8377580409572781,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 938,
+ "y": 552,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 953,
+ "y": 569,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1730,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 953,
+ "y": 569,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1731,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1732,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 938,
+ "y": 552,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1733,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-031",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 929,
+ "yaxis": 574,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.8377580409572781,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 961,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 977,
+ "y": 594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1734,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 977,
+ "y": 594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1735,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 930,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1736,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 930,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 961,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1737,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-032",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 953,
+ "yaxis": 600,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 977,
+ "y": 596,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1738,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1739,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 947,
+ "y": 627,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1740,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 947,
+ "y": 627,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 977,
+ "y": 596,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1741,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-033",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-033",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 970,
+ "yaxis": 619,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.7853981633974483,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 999,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1014,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1742,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1014,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 981,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1743,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 981,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 966,
+ "y": 649,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1744,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 966,
+ "y": 649,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 999,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1745,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-034",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 990,
+ "yaxis": 644,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1014,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1029,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1746,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1029,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1747,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 981,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1748,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 981,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1014,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1749,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-035",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1005,
+ "yaxis": 662,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1035,
+ "y": 662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1049,
+ "y": 680,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1750,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1049,
+ "y": 680,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1015,
+ "y": 706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1751,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1015,
+ "y": 706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1752,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1035,
+ "y": 662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1753,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-036",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1025,
+ "yaxis": 684,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.9075712110370514,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1754,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1028,
+ "y": 725,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1755,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1028,
+ "y": 725,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1014,
+ "y": 707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1756,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1014,
+ "y": 707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1757,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-037",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1038,
+ "yaxis": 703,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0.9075712110370514,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1084,
+ "y": 724,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1097,
+ "y": 743,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1758,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1097,
+ "y": 743,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 768,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1759,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 768,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1049,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1760,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1049,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1084,
+ "y": 724,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1761,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-038",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1073,
+ "yaxis": 746,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1099,
+ "y": 750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1112,
+ "y": 769,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1762,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1112,
+ "y": 769,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1763,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1764,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1099,
+ "y": 750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1765,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-039",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-039",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1088,
+ "yaxis": 772,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1112,
+ "y": 769,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1766,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1090,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1767,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1090,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1768,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1112,
+ "y": 769,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1769,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-040",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1101,
+ "yaxis": 791,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1131,
+ "y": 795,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1770,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1107,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1771,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1107,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1772,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1131,
+ "y": 795,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1773,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-041",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-041",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1119,
+ "yaxis": 816,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.9948376736367678,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1156,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1774,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1156,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1120,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1775,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1120,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1107,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1776,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1107,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1777,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-042",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-042",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1132,
+ "yaxis": 835,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.9948376736367678,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1168,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1179,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1778,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1179,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 892,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1779,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 892,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1130,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1780,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1130,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1168,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1781,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-043",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-043",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1155,
+ "yaxis": 871,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 1.0471975511965976,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1364,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1386,
+ "y": 1232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1782,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1386,
+ "y": 1232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1397,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1783,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1397,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1375,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1784,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1375,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1364,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1785,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-044",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1381,
+ "yaxis": 1256,
+ "shopNav": "30",
+ "state": "over",
+ "angle": -0.2617993877991494,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1342,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1364,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1786,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1364,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1375,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1787,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1375,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1353,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1788,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1353,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1342,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1789,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-045",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-045",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1359,
+ "yaxis": 1262,
+ "shopNav": "30",
+ "state": "over",
+ "angle": -0.2617993877991494,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1296,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1318,
+ "y": 1254,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1794,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1318,
+ "y": 1254,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1329,
+ "y": 1296,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1795,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1329,
+ "y": 1296,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1307,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1796,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1307,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1296,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1797,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-047",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-047",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1313,
+ "yaxis": 1278,
+ "shopNav": "30",
+ "state": "over",
+ "angle": -0.2617993877991494,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1274,
+ "y": 1266,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1296,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1798,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1296,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1307,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1799,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1307,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 1308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1800,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 1308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1274,
+ "y": 1266,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1801,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-048",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-048",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1290,
+ "yaxis": 1284,
+ "shopNav": "30",
+ "state": "over",
+ "angle": -0.2617993877991494,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1282,
+ "y": 1180,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1288,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1802,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1288,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1247,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1803,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1247,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1804,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1282,
+ "y": 1180,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1805,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-049",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-049",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1264,
+ "yaxis": 1197,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1282,
+ "y": 1180,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1806,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1282,
+ "y": 1180,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1807,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1234,
+ "y": 1170,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1808,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1234,
+ "y": 1170,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1809,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-050",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-050",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1258,
+ "yaxis": 1175,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 1125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1269,
+ "y": 1147,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1810,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1269,
+ "y": 1147,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1811,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 1142,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1812,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 1142,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 1125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1813,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-051",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-051",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1245,
+ "yaxis": 1144,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1252,
+ "y": 1104,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 1125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1814,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 1125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 1142,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1815,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 1142,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1816,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1252,
+ "y": 1104,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1817,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-052",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1236,
+ "yaxis": 1123,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1248,
+ "y": 1097,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1818,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1248,
+ "y": 1097,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1208,
+ "y": 1112,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1819,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1208,
+ "y": 1112,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1200,
+ "y": 1091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1820,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1200,
+ "y": 1091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1821,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-053",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-053",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1224,
+ "yaxis": 1094,
+ "shopNav": "28",
+ "state": "over",
+ "angle": 1.2042771838760873,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1138,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1822,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1112,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1823,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1112,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1101,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1824,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1101,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1138,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1825,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-054",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-054",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1125,
+ "yaxis": 912,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.0471975511965976,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1126,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1138,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1826,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1138,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1101,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1827,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1101,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1089,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1828,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1089,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1126,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1829,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-055",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1114,
+ "yaxis": 892,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.0471975511965976,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1107,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1121,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1830,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1121,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1085,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1831,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1085,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 862,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1832,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 862,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1107,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1833,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-056",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-056",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1096,
+ "yaxis": 859,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1108,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1834,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1108,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1073,
+ "y": 862,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1835,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1073,
+ "y": 862,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1060,
+ "y": 843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1836,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1060,
+ "y": 843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1837,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-057",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1084,
+ "yaxis": 840,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1091,
+ "y": 812,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1838,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1091,
+ "y": 812,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1839,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1042,
+ "y": 819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1840,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1042,
+ "y": 819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1841,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-058",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1066,
+ "yaxis": 816,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1842,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1043,
+ "y": 819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1843,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1043,
+ "y": 819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1029,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1844,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1029,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1845,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-059",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-059",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1053,
+ "yaxis": 797,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1061,
+ "y": 768,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1846,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1061,
+ "y": 768,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1847,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1013,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1848,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1013,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1849,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-060",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-060",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1037,
+ "yaxis": 771,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1321,
+ "y": 1249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1343,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1862,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1343,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1353,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1863,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1353,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1331,
+ "y": 1291,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1864,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1331,
+ "y": 1291,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1321,
+ "y": 1249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1865,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-064",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1337,
+ "yaxis": 1268,
+ "shopNav": "30",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 930,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 946,
+ "y": 623,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1866,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 946,
+ "y": 623,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 916,
+ "y": 653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1867,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 916,
+ "y": 653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 899,
+ "y": 637,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1868,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 899,
+ "y": 637,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 930,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1869,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-065",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-065",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 923,
+ "yaxis": 630,
+ "shopNav": 24,
+ "state": "over",
+ "angle": 0.7853981633974483,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 903,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1870,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 890,
+ "y": 638,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1871,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 890,
+ "y": 638,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1872,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 903,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1873,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-066",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 897,
+ "yaxis": 614,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 903,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1874,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 903,
+ "y": 590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1875,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 857,
+ "y": 606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1876,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 857,
+ "y": 606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1877,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-067",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-067",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 880,
+ "yaxis": 598,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 880,
+ "y": 569,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1878,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 880,
+ "y": 569,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 851,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1879,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 851,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 586,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1880,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 586,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1881,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-068",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-068",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 857,
+ "yaxis": 577,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 845,
+ "y": 539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1882,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 586,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1883,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 586,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1884,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 845,
+ "y": 539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1885,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-069",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-069",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 839,
+ "yaxis": 562,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1886,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 566,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1887,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 566,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 795,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1888,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 795,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1889,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-070",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-070",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 817,
+ "yaxis": 542,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1890,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 795,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1891,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 795,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 777,
+ "y": 536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1892,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 777,
+ "y": 536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1893,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-071",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-071",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 800,
+ "yaxis": 527,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 780,
+ "y": 485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 799,
+ "y": 498,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1894,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 799,
+ "y": 498,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 774,
+ "y": 533,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1895,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 774,
+ "y": 533,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 755,
+ "y": 520,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1896,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 755,
+ "y": 520,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 780,
+ "y": 485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1897,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-072",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-072",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 777,
+ "yaxis": 509,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 761,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 780,
+ "y": 485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1898,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 780,
+ "y": 485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 755,
+ "y": 520,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1899,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 755,
+ "y": 520,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 737,
+ "y": 507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1900,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 737,
+ "y": 507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 761,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1901,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-073",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-073",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 758,
+ "yaxis": 496,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 738,
+ "y": 455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 757,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1902,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 757,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 732,
+ "y": 503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1903,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 732,
+ "y": 503,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 714,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1904,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 714,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 738,
+ "y": 455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1905,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-074",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-074",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 735,
+ "yaxis": 479,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 738,
+ "y": 455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1906,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 738,
+ "y": 455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 714,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1907,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 714,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 695,
+ "y": 477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1908,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 695,
+ "y": 477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1909,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-075",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-075",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 716,
+ "yaxis": 466,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 669,
+ "y": 515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1910,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 662,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1911,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 662,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 643,
+ "y": 549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1912,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 643,
+ "y": 549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 669,
+ "y": 515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1913,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-076",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-076",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 665,
+ "yaxis": 539,
+ "shopNav": 23,
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 706,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1914,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 706,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 680,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1915,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 680,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 662,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1916,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 662,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1917,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-077",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-077",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 684,
+ "yaxis": 553,
+ "shopNav": 23,
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 706,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 724,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1918,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 724,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 698,
+ "y": 591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1919,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 698,
+ "y": 591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 680,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1920,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 680,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 706,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1921,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-078",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-078",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 702,
+ "yaxis": 566,
+ "shopNav": 23,
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 724,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 743,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1922,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 743,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 717,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1923,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 717,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 698,
+ "y": 591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1924,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 698,
+ "y": 591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 724,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1925,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-079",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-079",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 721,
+ "yaxis": 580,
+ "shopNav": 23,
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 747,
+ "y": 572,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1926,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 738,
+ "y": 620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1927,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 738,
+ "y": 620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 720,
+ "y": 606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1928,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 720,
+ "y": 606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 747,
+ "y": 572,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1929,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-080",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-080",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 743,
+ "yaxis": 596,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 783,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1930,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 783,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 756,
+ "y": 635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1931,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 756,
+ "y": 635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 738,
+ "y": 620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1932,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 738,
+ "y": 620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1933,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-081",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-081",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 760,
+ "yaxis": 611,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 619,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1934,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 619,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 775,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1935,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 775,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 758,
+ "y": 636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1936,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 758,
+ "y": 636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1937,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-082",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-082",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 780,
+ "yaxis": 628,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 619,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 821,
+ "y": 634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1938,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 821,
+ "y": 634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1939,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 775,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1940,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 775,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 619,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1941,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-083",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-083",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 798,
+ "yaxis": 643,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 642,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 847,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1946,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 847,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1947,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 801,
+ "y": 673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1948,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 801,
+ "y": 673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 642,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1949,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-085",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-085",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 824,
+ "yaxis": 666,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 847,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1950,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1951,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1952,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 847,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1953,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-086",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-086",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 840,
+ "yaxis": 682,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 880,
+ "y": 690,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1954,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 880,
+ "y": 690,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 850,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1955,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 850,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1956,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1957,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-087",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-087",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 857,
+ "yaxis": 698,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 712,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 728,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1958,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 728,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 880,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1959,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 880,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 742,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1960,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 742,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 712,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1961,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-088",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-088",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 888,
+ "yaxis": 735,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 728,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 927,
+ "y": 745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1962,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 927,
+ "y": 745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 896,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1963,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 896,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 880,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1964,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 880,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 728,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1965,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-089",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-089",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 904,
+ "yaxis": 751,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 928,
+ "y": 747,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1966,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1967,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1968,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 928,
+ "y": 747,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1969,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-090",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-090",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 919,
+ "yaxis": 770,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 957,
+ "y": 783,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1970,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 957,
+ "y": 783,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 924,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1971,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 924,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1972,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1973,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-091",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-091",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 933,
+ "yaxis": 788,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 968,
+ "y": 795,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 982,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1974,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 982,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 947,
+ "y": 839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1975,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 947,
+ "y": 839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1976,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 968,
+ "y": 795,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1977,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-092",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-092",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 957,
+ "yaxis": 817,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 982,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1978,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 961,
+ "y": 858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1979,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 961,
+ "y": 858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 947,
+ "y": 839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1980,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 947,
+ "y": 839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 982,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1981,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-093",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-093",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 971,
+ "yaxis": 836,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1009,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1982,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1009,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1983,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 961,
+ "y": 858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1984,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 961,
+ "y": 858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1985,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-094",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-094",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 985,
+ "yaxis": 854,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1026,
+ "y": 874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1039,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1990,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1039,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1004,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1991,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1004,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 991,
+ "y": 898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1992,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 991,
+ "y": 898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1026,
+ "y": 874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1993,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-096",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-096",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1015,
+ "yaxis": 895,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1040,
+ "y": 892,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1052,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1994,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1052,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1016,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1995,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1016,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1003,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1996,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1003,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1040,
+ "y": 892,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1997,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-097",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-097",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1028,
+ "yaxis": 913,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 0.9948376736367678,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1052,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1998,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1028,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1999,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1028,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1016,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2000,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1016,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1052,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2001,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-098",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-098",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1040,
+ "yaxis": 932,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.0122909661567112,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1009,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1022,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2002,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1022,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 986,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2003,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 986,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 973,
+ "y": 875,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2004,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 973,
+ "y": 875,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1009,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2005,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-099",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-099",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 998,
+ "yaxis": 872,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1089,
+ "y": 980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1100,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2006,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1100,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2007,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1051,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2008,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1051,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1089,
+ "y": 980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2009,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-100",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-100",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1076,
+ "yaxis": 1000,
+ "shopNav": "28",
+ "state": "over",
+ "angle": 1.0821041362364843,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1100,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2010,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1073,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2011,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1073,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2012,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1100,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2013,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-101",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-101",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1086,
+ "yaxis": 1021,
+ "shopNav": "28",
+ "state": "over",
+ "angle": 1.0821041362364843,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2014,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1084,
+ "y": 1061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2015,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1084,
+ "y": 1061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1073,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2016,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1073,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2017,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-102",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-102",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1097,
+ "yaxis": 1041,
+ "shopNav": "28",
+ "state": "over",
+ "angle": 1.0821041362364843,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1134,
+ "y": 1068,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2018,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1134,
+ "y": 1068,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1094,
+ "y": 1084,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2019,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1094,
+ "y": 1084,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1085,
+ "y": 1062,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2020,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1085,
+ "y": 1062,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2021,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-103",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-103",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1109,
+ "yaxis": 1065,
+ "shopNav": "28",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1134,
+ "y": 1068,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 1089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2022,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 1089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1102,
+ "y": 1105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2023,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1102,
+ "y": 1105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1094,
+ "y": 1084,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2024,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1094,
+ "y": 1084,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1134,
+ "y": 1068,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2025,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-104",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-104",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1118,
+ "yaxis": 1086,
+ "shopNav": "28",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 1089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1153,
+ "y": 1110,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2026,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1153,
+ "y": 1110,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2027,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 1105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2028,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 1105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 1089,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2029,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-105",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-105",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1129,
+ "yaxis": 1108,
+ "shopNav": "28",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1153,
+ "y": 1110,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1161,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2030,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1161,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 1148,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2031,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 1148,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2032,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1153,
+ "y": 1110,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2033,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-106",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-106",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1137,
+ "yaxis": 1129,
+ "shopNav": "28",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2034,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1136,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2035,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1136,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1128,
+ "y": 1160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2036,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1128,
+ "y": 1160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2037,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-107",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-107",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1152,
+ "yaxis": 1164,
+ "shopNav": "28",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1184,
+ "y": 1190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2038,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1184,
+ "y": 1190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2039,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1136,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2040,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1136,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2041,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-108",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-108",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1160,
+ "yaxis": 1186,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1184,
+ "y": 1190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2042,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1151,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2043,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1151,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2044,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1184,
+ "y": 1190,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2045,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-109",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-109",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1167,
+ "yaxis": 1208,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1199,
+ "y": 1233,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2046,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1199,
+ "y": 1233,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1158,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2047,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1158,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1151,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2048,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1151,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2049,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-110",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-110",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1175,
+ "yaxis": 1229,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 1237,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1204,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2050,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1204,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 1270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2051,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 1270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1157,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2052,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1157,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 1237,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2053,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-111",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-111",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1181,
+ "yaxis": 1253,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1204,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1210,
+ "y": 1281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2054,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1210,
+ "y": 1281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2055,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 1270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2056,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 1270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1204,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2057,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-112",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-112",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1187,
+ "yaxis": 1275,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1210,
+ "y": 1281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1216,
+ "y": 1303,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2058,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1216,
+ "y": 1303,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1175,
+ "y": 1314,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2059,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1175,
+ "y": 1314,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2060,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1210,
+ "y": 1281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2061,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-113",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-113",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1193,
+ "yaxis": 1298,
+ "shopNav": "29",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1174,
+ "y": 1313,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1180,
+ "y": 1335,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2062,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1180,
+ "y": 1335,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1139,
+ "y": 1346,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2063,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1139,
+ "y": 1346,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1133,
+ "y": 1324,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2064,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1133,
+ "y": 1324,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1174,
+ "y": 1313,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2065,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-114",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-114",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1157,
+ "yaxis": 1330,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1175,
+ "y": 1314,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2066,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1175,
+ "y": 1314,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1133,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2067,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1133,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1127,
+ "y": 1303,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2068,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1127,
+ "y": 1303,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2069,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-115",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-115",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1151,
+ "yaxis": 1309,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 1270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2070,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1127,
+ "y": 1303,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2071,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1127,
+ "y": 1303,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1121,
+ "y": 1281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2072,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1121,
+ "y": 1281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 1270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2073,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-116",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-116",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1145,
+ "yaxis": 1287,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1161,
+ "y": 1270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2074,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1161,
+ "y": 1270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1119,
+ "y": 1281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2075,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1119,
+ "y": 1281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2076,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2077,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-117",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-117",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1137,
+ "yaxis": 1265,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1147,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 1243,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2078,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 1243,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1115,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2079,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1115,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1107,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2080,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1107,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1147,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2081,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-118",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-118",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1131,
+ "yaxis": 1240,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1140,
+ "y": 1200,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1147,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2082,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1147,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1107,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2083,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1107,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1099,
+ "y": 1215,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2084,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1099,
+ "y": 1215,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1140,
+ "y": 1200,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2085,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-119",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-119",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1123,
+ "yaxis": 1218,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 1179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1139,
+ "y": 1200,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2086,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1139,
+ "y": 1200,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1099,
+ "y": 1215,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2087,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1099,
+ "y": 1215,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1091,
+ "y": 1194,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2088,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1091,
+ "y": 1194,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 1179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2089,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-120",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-120",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1115,
+ "yaxis": 1197,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 1157,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 1179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2090,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 1179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1091,
+ "y": 1194,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2091,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1091,
+ "y": 1194,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1083,
+ "y": 1172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2092,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1083,
+ "y": 1172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 1157,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2093,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-121",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-121",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1107,
+ "yaxis": 1175,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1119,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2094,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1119,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1080,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2095,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1080,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1070,
+ "y": 1141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2096,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1070,
+ "y": 1141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2097,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-122",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-122",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1094,
+ "yaxis": 1142,
+ "shopNav": "51",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1099,
+ "y": 1102,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2098,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1070,
+ "y": 1141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2099,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1070,
+ "y": 1141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1060,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2100,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1060,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1099,
+ "y": 1102,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2101,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-123",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-123",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1085,
+ "yaxis": 1122,
+ "shopNav": "51",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1090,
+ "y": 1081,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1099,
+ "y": 1102,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2102,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1099,
+ "y": 1102,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1060,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2103,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1060,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1051,
+ "y": 1099,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2104,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1051,
+ "y": 1099,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1090,
+ "y": 1081,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2105,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-124",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-124",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1075,
+ "yaxis": 1101,
+ "shopNav": "51",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1079,
+ "y": 1061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1088,
+ "y": 1082,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2106,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1088,
+ "y": 1082,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1049,
+ "y": 1100,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2107,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1049,
+ "y": 1100,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1040,
+ "y": 1079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2108,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1040,
+ "y": 1079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1079,
+ "y": 1061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2109,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-125",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-125",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1064,
+ "yaxis": 1081,
+ "shopNav": "51",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1071,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 1058,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2110,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 1058,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1043,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2111,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1043,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 1058,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2112,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 1058,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1071,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2113,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-126",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-126",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1057,
+ "yaxis": 1058,
+ "shopNav": "51",
+ "state": "over",
+ "angle": 1.0821041362364843,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1059,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1070,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2114,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1070,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1032,
+ "y": 1058,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2115,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1032,
+ "y": 1058,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2116,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1059,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2117,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-127",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-127",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1046,
+ "yaxis": 1038,
+ "shopNav": "51",
+ "state": "over",
+ "angle": 1.0821041362364843,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1059,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2118,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1059,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2119,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2120,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2121,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-128",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-128",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1035,
+ "yaxis": 1018,
+ "shopNav": "51",
+ "state": "over",
+ "angle": 1.0821041362364843,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 970,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 984,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2126,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 984,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 916,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2127,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 916,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 936,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2128,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 936,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 970,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2129,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-130",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-130",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 960,
+ "yaxis": 894,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2130,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 987,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2131,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 987,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 975,
+ "y": 958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2132,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 975,
+ "y": 958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2133,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-131",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-131",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 999,
+ "yaxis": 956,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 997,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2134,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 975,
+ "y": 958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2135,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 975,
+ "y": 958,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 962,
+ "y": 939,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2136,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 962,
+ "y": 939,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 997,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2137,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-132",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-132",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 986,
+ "yaxis": 936,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 986,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 999,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2138,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 999,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2139,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 951,
+ "y": 918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2140,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 951,
+ "y": 918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 986,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2141,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-133",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-133",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 975,
+ "yaxis": 916,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 956,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 970,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2146,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 970,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 934,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2147,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 934,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2148,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 956,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2149,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-135",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-135",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 945,
+ "yaxis": 875,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 956,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2150,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 956,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2151,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 907,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2152,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 907,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2153,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-136",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-136",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 931,
+ "yaxis": 856,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 927,
+ "y": 815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2154,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 908,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2155,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 908,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 893,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2156,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 893,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 927,
+ "y": 815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2157,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-137",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-137",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 917,
+ "yaxis": 837,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 0.9075712110370514,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 790,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2158,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 888,
+ "y": 836,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2159,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 888,
+ "y": 836,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2160,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 790,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2161,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-138",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-138",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 897,
+ "yaxis": 813,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 892,
+ "y": 773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 790,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2162,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 790,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2163,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2164,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 892,
+ "y": 773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2165,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-139",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-139",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 883,
+ "yaxis": 795,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 876,
+ "y": 756,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 891,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2166,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 891,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 858,
+ "y": 801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2167,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 858,
+ "y": 801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 843,
+ "y": 784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2168,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 843,
+ "y": 784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 876,
+ "y": 756,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2169,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-140",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-140",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 867,
+ "yaxis": 779,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 861,
+ "y": 739,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 876,
+ "y": 756,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2170,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 876,
+ "y": 756,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 843,
+ "y": 784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2171,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 843,
+ "y": 784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 828,
+ "y": 766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2172,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 828,
+ "y": 766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 861,
+ "y": 739,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2173,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-141",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-141",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 852,
+ "yaxis": 761,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 856,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2174,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 856,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 826,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2175,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 826,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2176,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2177,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-142",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-142",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 833,
+ "yaxis": 743,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2178,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2179,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2180,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2181,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-143",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-143",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 816,
+ "yaxis": 727,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 807,
+ "y": 688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2182,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2183,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 777,
+ "y": 719,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2184,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 777,
+ "y": 719,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 807,
+ "y": 688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2185,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-144",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-144",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 800,
+ "yaxis": 711,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 790,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 807,
+ "y": 688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2186,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 807,
+ "y": 688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 777,
+ "y": 719,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2187,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 777,
+ "y": 719,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 760,
+ "y": 703,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2188,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 760,
+ "y": 703,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 790,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2189,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-145",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-145",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 783,
+ "yaxis": 695,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 753,
+ "y": 634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 771,
+ "y": 649,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2190,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 771,
+ "y": 649,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 743,
+ "y": 682,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2191,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 743,
+ "y": 682,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 726,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2192,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 726,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 753,
+ "y": 634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2193,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-146",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-146",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 748,
+ "yaxis": 658,
+ "shopNav": "48",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 736,
+ "y": 618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 754,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2194,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 754,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 726,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2195,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 726,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 708,
+ "y": 651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2196,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 708,
+ "y": 651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 736,
+ "y": 618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2197,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-147",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-147",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 731,
+ "yaxis": 642,
+ "shopNav": "48",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 717,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 734,
+ "y": 619,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2198,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 734,
+ "y": 619,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 707,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2199,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 707,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 689,
+ "y": 637,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2200,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 689,
+ "y": 637,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 717,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2201,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-148",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-148",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 712,
+ "yaxis": 628,
+ "shopNav": "48",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 696,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 714,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2202,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 714,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2203,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 670,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2204,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 670,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 696,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2205,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-149",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-149",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 692,
+ "yaxis": 611,
+ "shopNav": "48",
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 675,
+ "y": 574,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 588,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2206,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 588,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 668,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2207,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 668,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 649,
+ "y": 608,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2208,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 649,
+ "y": 608,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 675,
+ "y": 574,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2209,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-150",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-150",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 671,
+ "yaxis": 598,
+ "shopNav": "48",
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 657,
+ "y": 560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 675,
+ "y": 574,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2210,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 675,
+ "y": 574,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 649,
+ "y": 608,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2211,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 649,
+ "y": 608,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 631,
+ "y": 594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2212,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 631,
+ "y": 594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 657,
+ "y": 560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2213,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-151",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-151",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 653,
+ "yaxis": 584,
+ "shopNav": "48",
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 638,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 657,
+ "y": 560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2214,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 657,
+ "y": 560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 631,
+ "y": 594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2215,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 631,
+ "y": 594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 612,
+ "y": 580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2216,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 612,
+ "y": 580,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 638,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2217,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-152",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-152",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 635,
+ "yaxis": 570,
+ "shopNav": "48",
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 630,
+ "y": 510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 649,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2218,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 649,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 625,
+ "y": 558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2219,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 625,
+ "y": 558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 606,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2220,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 606,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 630,
+ "y": 510,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2221,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-153",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-153",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 628,
+ "yaxis": 534,
+ "shopNav": "22",
+ "state": "over",
+ "angle": 0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2222,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2223,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 251,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2224,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2225,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-002",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1190,
+ "yaxis": 228,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2226,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2227,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1151,
+ "y": 217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2228,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1151,
+ "y": 217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2229,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-003",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1174,
+ "yaxis": 211,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1082,
+ "y": 141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2230,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1082,
+ "y": 141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1049,
+ "y": 169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2231,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1049,
+ "y": 169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1034,
+ "y": 151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2232,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1034,
+ "y": 151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2233,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-004",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1058,
+ "yaxis": 146,
+ "shopNav": "6",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 94,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1074,
+ "y": 115,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2234,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1074,
+ "y": 115,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1034,
+ "y": 130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2235,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1034,
+ "y": 130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1026,
+ "y": 109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2236,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1026,
+ "y": 109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 94,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2237,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-005",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1050,
+ "yaxis": 112,
+ "shopNav": "7",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1059,
+ "y": 72,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 94,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2238,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 94,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1026,
+ "y": 109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2239,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1026,
+ "y": 109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1018,
+ "y": 87,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2240,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1018,
+ "y": 87,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1059,
+ "y": 72,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2241,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-006",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1042,
+ "yaxis": 90,
+ "shopNav": "7",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 142,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 782,
+ "y": 164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2242,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 782,
+ "y": 164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 741,
+ "y": 177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2243,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 741,
+ "y": 177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 734,
+ "y": 155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2244,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 734,
+ "y": 155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 142,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2245,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-007",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 758,
+ "yaxis": 159,
+ "shopNav": "8",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 782,
+ "y": 164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 789,
+ "y": 186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2246,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 789,
+ "y": 186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 748,
+ "y": 199,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2247,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 748,
+ "y": 199,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 741,
+ "y": 177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2248,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 741,
+ "y": 177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 782,
+ "y": 164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2249,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-008",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 765,
+ "yaxis": 181,
+ "shopNav": "8",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 789,
+ "y": 189,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 798,
+ "y": 210,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2250,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 798,
+ "y": 210,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 759,
+ "y": 228,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2251,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 759,
+ "y": 228,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 750,
+ "y": 207,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2252,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 750,
+ "y": 207,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 789,
+ "y": 189,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2253,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-009",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 774,
+ "yaxis": 208,
+ "shopNav": "8",
+ "state": "over",
+ "angle": 1.1519173063162575,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 798,
+ "y": 210,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 808,
+ "y": 231,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2254,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 808,
+ "y": 231,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2255,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 759,
+ "y": 228,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2256,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 759,
+ "y": 228,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 798,
+ "y": 210,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2257,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-010",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 783,
+ "yaxis": 229,
+ "shopNav": "8",
+ "state": "over",
+ "angle": 1.1519173063162575,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 808,
+ "y": 231,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2258,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 778,
+ "y": 270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2259,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 778,
+ "y": 270,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2260,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 249,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 808,
+ "y": 231,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2261,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-011",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 793,
+ "yaxis": 250,
+ "shopNav": "8",
+ "state": "over",
+ "angle": 1.1519173063162575,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1089,
+ "y": 552,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2262,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1070,
+ "y": 597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2263,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1070,
+ "y": 597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 579,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2264,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 579,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1089,
+ "y": 552,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2265,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-021",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1080,
+ "yaxis": 575,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 301,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2266,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 301,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 802,
+ "y": 320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2267,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 802,
+ "y": 320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 791,
+ "y": 300,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2268,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 791,
+ "y": 300,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2269,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-012",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 816,
+ "yaxis": 300,
+ "shopNav": "109",
+ "state": "over",
+ "angle": 1.0995574287564276,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 301,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 851,
+ "y": 321,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2270,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 851,
+ "y": 321,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 341,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2271,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 341,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 802,
+ "y": 320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2272,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 802,
+ "y": 320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 301,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2273,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-013",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 826,
+ "yaxis": 321,
+ "shopNav": "109",
+ "state": "over",
+ "angle": 1.0995574287564276,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 961,
+ "y": 297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2274,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 961,
+ "y": 297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2275,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 914,
+ "y": 309,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2276,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 914,
+ "y": 309,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2277,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-014",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 937,
+ "yaxis": 303,
+ "shopNav": 109,
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 299,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2278,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 958,
+ "y": 347,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2279,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 958,
+ "y": 347,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 940,
+ "y": 334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2280,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 940,
+ "y": 334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 299,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2281,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-015",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 961,
+ "yaxis": 323,
+ "shopNav": "10",
+ "state": "over",
+ "angle": 0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1002,
+ "y": 325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2282,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1002,
+ "y": 325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 977,
+ "y": 360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2283,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 977,
+ "y": 360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 958,
+ "y": 347,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2284,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 958,
+ "y": 347,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2285,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-016",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 980,
+ "yaxis": 336,
+ "shopNav": "10",
+ "state": "over",
+ "angle": 0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 335,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1040,
+ "y": 348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2286,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1040,
+ "y": 348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1015,
+ "y": 383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2287,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1015,
+ "y": 383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2288,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 335,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2289,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-017",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1018,
+ "yaxis": 359,
+ "shopNav": "10",
+ "state": "over",
+ "angle": 0.6283185307179586,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1040,
+ "y": 348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1059,
+ "y": 362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2290,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1059,
+ "y": 362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2291,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1015,
+ "y": 383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2292,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1015,
+ "y": 383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1040,
+ "y": 348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2293,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-018",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1037,
+ "yaxis": 373,
+ "shopNav": "110",
+ "state": "over",
+ "angle": 0.6283185307179586,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1060,
+ "y": 365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1082,
+ "y": 372,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2294,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1082,
+ "y": 372,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2295,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1046,
+ "y": 405,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2296,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1046,
+ "y": 405,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1060,
+ "y": 365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2297,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-019",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1064,
+ "yaxis": 389,
+ "shopNav": "110",
+ "state": "over",
+ "angle": 0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1082,
+ "y": 372,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1103,
+ "y": 380,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2298,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1103,
+ "y": 380,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1089,
+ "y": 421,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2299,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1089,
+ "y": 421,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2300,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1082,
+ "y": 372,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2301,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-020",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1085,
+ "yaxis": 397,
+ "shopNav": "110",
+ "state": "over",
+ "angle": 0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 966,
+ "y": 443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2302,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1012,
+ "y": 458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2303,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1012,
+ "y": 458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 474,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2304,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 474,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 966,
+ "y": 443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2305,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-021",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 989,
+ "yaxis": 451,
+ "shopNav": "110",
+ "state": "over",
+ "angle": -0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1034,
+ "y": 514,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1051,
+ "y": 499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2306,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1051,
+ "y": 499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1080,
+ "y": 531,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2307,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1080,
+ "y": 531,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2308,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1034,
+ "y": 514,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2309,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-022",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1057,
+ "yaxis": 523,
+ "shopNav": "110",
+ "state": "over",
+ "angle": -0.7330382858376184,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1322,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1328,
+ "y": 540,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2314,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1328,
+ "y": 540,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1287,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2315,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1287,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1281,
+ "y": 529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2316,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1281,
+ "y": 529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1322,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2317,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-023",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1305,
+ "yaxis": 535,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1388,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1393,
+ "y": 501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2318,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1393,
+ "y": 501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2319,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1346,
+ "y": 489,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2320,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1346,
+ "y": 489,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1388,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2321,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-024",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-024",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1370,
+ "yaxis": 495,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1357,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1362,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2322,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1362,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1321,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2323,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1321,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1315,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2324,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1315,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1357,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2325,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-025",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1339,
+ "yaxis": 478,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1351,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1357,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2326,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1357,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1315,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2327,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1315,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2328,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1351,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2329,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-026",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1333,
+ "yaxis": 455,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1342,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1348,
+ "y": 435,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2330,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1348,
+ "y": 435,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1306,
+ "y": 446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2331,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1306,
+ "y": 446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1300,
+ "y": 423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2332,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1300,
+ "y": 423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1342,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2333,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-027",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1324,
+ "yaxis": 429,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1342,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2334,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1342,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1300,
+ "y": 423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2335,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1300,
+ "y": 423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1295,
+ "y": 401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2336,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1295,
+ "y": 401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2337,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-028",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1319,
+ "yaxis": 407,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1222,
+ "y": 331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1227,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2342,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1227,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2343,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1180,
+ "y": 340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2344,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1180,
+ "y": 340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1222,
+ "y": 331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2345,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-030",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1204,
+ "yaxis": 347,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1227,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1232,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2346,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1232,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1190,
+ "y": 385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2347,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1190,
+ "y": 385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2348,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1227,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2349,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-031",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1208,
+ "yaxis": 370,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1232,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1236,
+ "y": 399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2350,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1236,
+ "y": 399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1194,
+ "y": 408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2351,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1194,
+ "y": 408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1190,
+ "y": 385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2352,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1190,
+ "y": 385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1232,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2353,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-032",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1213,
+ "yaxis": 392,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1225,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1207,
+ "y": 469,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2358,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1207,
+ "y": 469,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1179,
+ "y": 436,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2359,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1179,
+ "y": 436,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 421,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2360,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 421,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1225,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2361,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-034",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1202,
+ "yaxis": 445,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 2.443460952792061,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1213,
+ "y": 480,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2362,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1168,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2363,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1168,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2364,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1213,
+ "y": 480,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2365,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-035",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1190,
+ "yaxis": 470,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 2.4609142453120043,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1193,
+ "y": 500,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1174,
+ "y": 513,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2366,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1174,
+ "y": 513,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2367,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1168,
+ "y": 465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2368,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1168,
+ "y": 465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1193,
+ "y": 500,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2369,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-036",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1171,
+ "yaxis": 489,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 2.5132741228718345,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1174,
+ "y": 513,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1156,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2370,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1156,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1131,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2371,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1131,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2372,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1174,
+ "y": 513,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2373,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-037",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1152,
+ "yaxis": 503,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 2.5132741228718345,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1245,
+ "y": 192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1261,
+ "y": 209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2374,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1261,
+ "y": 209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2375,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 238,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2376,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1245,
+ "y": 192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2377,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-001A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-001A",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1237,
+ "yaxis": 215,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 175,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1245,
+ "y": 192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2378,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1245,
+ "y": 192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2379,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2380,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 175,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2381,
+ "isStrLine": true
+ }
+ ],
+ "name": "G-002A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "G-002A",
+ "park_first": "G-",
+ "park_after": "",
+ "xaxis": 1221,
+ "yaxis": 199,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1243,
+ "y": 235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1261,
+ "y": 250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2382,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1261,
+ "y": 250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1232,
+ "y": 282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2383,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1232,
+ "y": 282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2384,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1243,
+ "y": 235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2385,
+ "isStrLine": true
+ }
+ ],
+ "name": "14793",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14793",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1238,
+ "yaxis": 259,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 0.7330382858376184,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1272,
+ "y": 203,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1289,
+ "y": 218,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2386,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1289,
+ "y": 218,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1261,
+ "y": 250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2387,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1261,
+ "y": 250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1243,
+ "y": 235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2388,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1243,
+ "y": 235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1272,
+ "y": 203,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2389,
+ "isStrLine": true
+ }
+ ],
+ "name": "14929",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14929",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1266,
+ "yaxis": 227,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 0.7330382858376184,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1137,
+ "y": 296,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2390,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1156,
+ "y": 340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2391,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1156,
+ "y": 340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1133,
+ "y": 338,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2392,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1133,
+ "y": 338,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1137,
+ "y": 296,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2393,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-029",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1147,
+ "yaxis": 318,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 0.08726646259971647,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1082,
+ "y": 141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1097,
+ "y": 159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2394,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1097,
+ "y": 159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2395,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1049,
+ "y": 169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2396,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1049,
+ "y": 169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1082,
+ "y": 141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2397,
+ "isStrLine": true
+ }
+ ],
+ "name": "14883",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14883",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1073,
+ "yaxis": 164,
+ "shopNav": "6",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1121,
+ "y": 173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2398,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2399,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1126,
+ "y": 216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2400,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1126,
+ "y": 216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1121,
+ "y": 173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2401,
+ "isStrLine": true
+ }
+ ],
+ "name": "14887",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14887",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1135,
+ "yaxis": 194,
+ "shopNav": "5",
+ "state": "over",
+ "angle": -0.10471975511965977,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1183,
+ "y": 300,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2402,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1183,
+ "y": 300,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1179,
+ "y": 342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2403,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1179,
+ "y": 342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1156,
+ "y": 340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2404,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1156,
+ "y": 340,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2405,
+ "isStrLine": true
+ }
+ ],
+ "name": "14884",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14884",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1169,
+ "yaxis": 320,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 0.08726646259971647,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1331,
+ "y": 368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2406,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1295,
+ "y": 401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2407,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1295,
+ "y": 401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1289,
+ "y": 379,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2408,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1289,
+ "y": 379,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1331,
+ "y": 368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2409,
+ "isStrLine": true
+ }
+ ],
+ "name": "14924",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14924",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1313,
+ "yaxis": 385,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 380,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1384,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2410,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1384,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1343,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2411,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1343,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2412,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 380,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2413,
+ "isStrLine": true
+ }
+ ],
+ "name": "14925",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14925",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1360,
+ "yaxis": 396,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1384,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1390,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2414,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1390,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1348,
+ "y": 435,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2415,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1348,
+ "y": 435,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1342,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2416,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1342,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1384,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2417,
+ "isStrLine": true
+ }
+ ],
+ "name": "14930",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14930",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1366,
+ "yaxis": 419,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1393,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1399,
+ "y": 450,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2418,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1399,
+ "y": 450,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1357,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2419,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1357,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1351,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2420,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1351,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1393,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2421,
+ "isStrLine": true
+ }
+ ],
+ "name": "14931",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14931",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1375,
+ "yaxis": 445,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1398,
+ "y": 450,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1404,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2422,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1404,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1363,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2423,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1363,
+ "y": 484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1357,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2424,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1357,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1398,
+ "y": 450,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2425,
+ "isStrLine": true
+ }
+ ],
+ "name": "14932",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14932",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1380,
+ "yaxis": 467,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1168,
+ "y": 465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2426,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2427,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 430,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2428,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 430,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1168,
+ "y": 465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2429,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-036A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-036A",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1146,
+ "yaxis": 454,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 2.5132741228718345,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1131,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2430,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1131,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1105,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2431,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1105,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2432,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2433,
+ "isStrLine": true
+ }
+ ],
+ "name": "H-037A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "H-037A",
+ "park_first": "H-",
+ "park_after": "",
+ "xaxis": 1127,
+ "yaxis": 468,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 2.5132741228718345,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1168,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2438,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1168,
+ "y": 461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1141,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2439,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1141,
+ "y": 427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1158,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2440,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1158,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2441,
+ "isStrLine": true
+ }
+ ],
+ "name": "14891",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14891",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1163,
+ "yaxis": 437,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 2.4609142453120043,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1079,
+ "y": 420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1102,
+ "y": 425,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2442,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1102,
+ "y": 425,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1094,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2443,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1094,
+ "y": 467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1071,
+ "y": 462,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2444,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1071,
+ "y": 462,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1079,
+ "y": 420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2445,
+ "isStrLine": true
+ }
+ ],
+ "name": "14894",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14894",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1086,
+ "yaxis": 444,
+ "shopNav": "110",
+ "state": "over",
+ "angle": 0.19198621771937624,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 997,
+ "y": 474,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1014,
+ "y": 458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2446,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1014,
+ "y": 458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1043,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2447,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1043,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1026,
+ "y": 505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2448,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1026,
+ "y": 505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 997,
+ "y": 474,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2449,
+ "isStrLine": true
+ }
+ ],
+ "name": "14898",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14898",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1019,
+ "yaxis": 483,
+ "shopNav": "110",
+ "state": "over",
+ "angle": -0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 492,
+ "y": 613,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 511,
+ "y": 626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2450,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 511,
+ "y": 626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 487,
+ "y": 662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2451,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 487,
+ "y": 662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 468,
+ "y": 649,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2452,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 468,
+ "y": 649,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 492,
+ "y": 613,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2453,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-084A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-084A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 489,
+ "yaxis": 637,
+ "shopNav": "34",
+ "state": "over",
+ "angle": 0.5934119456780721,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 511,
+ "y": 626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 530,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2454,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 530,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2455,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 487,
+ "y": 662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2456,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 487,
+ "y": 662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 511,
+ "y": 626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2457,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-085A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-085A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 508,
+ "yaxis": 650,
+ "shopNav": "34",
+ "state": "over",
+ "angle": 0.5934119456780721,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 530,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 549,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2458,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 549,
+ "y": 652,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 525,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2459,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 525,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2460,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 530,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2461,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-086A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-086A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 527,
+ "yaxis": 662,
+ "shopNav": "34",
+ "state": "over",
+ "angle": 0.5934119456780721,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 607,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 625,
+ "y": 839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2462,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 625,
+ "y": 839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 597,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2463,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 597,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 579,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2464,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 579,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 607,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2465,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-060A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-060A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 602,
+ "yaxis": 848,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 590,
+ "y": 809,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 607,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2466,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 607,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 579,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2467,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 579,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 562,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2468,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 562,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 590,
+ "y": 809,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2469,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-061A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-061A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 585,
+ "yaxis": 833,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 563,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 580,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2470,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 580,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 552,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2471,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 552,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 535,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2472,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 535,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 563,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2473,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-062A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-062A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 558,
+ "yaxis": 812,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 540,
+ "y": 766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 557,
+ "y": 781,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2474,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 557,
+ "y": 781,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 529,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2475,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 529,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 512,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2476,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 512,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 540,
+ "y": 766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2477,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-063A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-063A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 535,
+ "yaxis": 790,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 516,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 533,
+ "y": 764,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2478,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 533,
+ "y": 764,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 505,
+ "y": 796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2479,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 505,
+ "y": 796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 488,
+ "y": 781,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2480,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 488,
+ "y": 781,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 516,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2481,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-064A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-064A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 511,
+ "yaxis": 773,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 488,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 505,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2482,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 505,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 477,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2483,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 477,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2484,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 488,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2485,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-065A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-065A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 483,
+ "yaxis": 744,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 471,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 488,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2486,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 488,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2487,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 443,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2488,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 443,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 471,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2489,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-066A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-066A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 465,
+ "yaxis": 728,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 665,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 444,
+ "y": 675,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2490,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 444,
+ "y": 675,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 425,
+ "y": 714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2491,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 425,
+ "y": 714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 404,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2492,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 404,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 665,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2493,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-067A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-067A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 424,
+ "yaxis": 689,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.4537856055185257,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 402,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 665,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2494,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 665,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 404,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2495,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 404,
+ "y": 704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2496,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 402,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2497,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-068A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-068A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 403,
+ "yaxis": 679,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.4537856055185257,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 382,
+ "y": 645,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 402,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2498,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 402,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2499,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2500,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 382,
+ "y": 645,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2501,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-069A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-069A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 384,
+ "yaxis": 665,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.4537856055185257,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 339,
+ "y": 677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 360,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2502,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 360,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 342,
+ "y": 726,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2503,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 342,
+ "y": 726,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 321,
+ "y": 716,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2504,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 321,
+ "y": 716,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 339,
+ "y": 677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2505,
+ "isStrLine": true
+ }
+ ],
+ "name": "15139",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15139",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 341,
+ "yaxis": 702,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.4363323129985824,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 123,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 131,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2506,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 131,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 91,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2507,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 91,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 83,
+ "y": 521,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2508,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 83,
+ "y": 521,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 123,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2509,
+ "isStrLine": true
+ }
+ ],
+ "name": "15032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15032",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 107,
+ "yaxis": 524,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 131,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 139,
+ "y": 549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2514,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 139,
+ "y": 549,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 99,
+ "y": 564,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2515,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 99,
+ "y": 564,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 91,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2516,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 91,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 131,
+ "y": 527,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2517,
+ "isStrLine": true
+ }
+ ],
+ "name": "15029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15029",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 115,
+ "yaxis": 546,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 408,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 426,
+ "y": 918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2518,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 426,
+ "y": 918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 398,
+ "y": 951,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2519,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 398,
+ "y": 951,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 381,
+ "y": 936,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2520,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 381,
+ "y": 936,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 408,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2521,
+ "isStrLine": true
+ }
+ ],
+ "name": "15040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15040",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 403,
+ "yaxis": 927,
+ "shopNav": "41",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 409,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2522,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 409,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 381,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2523,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 381,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2524,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2525,
+ "isStrLine": true
+ }
+ ],
+ "name": "14976",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14976",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 386,
+ "yaxis": 913,
+ "shopNav": "41",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 355,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 372,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2526,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 372,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 345,
+ "y": 900,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2527,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 345,
+ "y": 900,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2528,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 355,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2529,
+ "isStrLine": true
+ }
+ ],
+ "name": "15060",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15060",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 350,
+ "yaxis": 876,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 337,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 355,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2530,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 355,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2531,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 309,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2532,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 309,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 337,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2533,
+ "isStrLine": true
+ }
+ ],
+ "name": "15061",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15061",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 332,
+ "yaxis": 861,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 319,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 337,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2534,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 337,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 309,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2535,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 309,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 292,
+ "y": 855,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2536,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 292,
+ "y": 855,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 319,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2537,
+ "isStrLine": true
+ }
+ ],
+ "name": "15062",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15062",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 314,
+ "yaxis": 846,
+ "shopNav": "40",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 284,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 302,
+ "y": 815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2538,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 302,
+ "y": 815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 274,
+ "y": 848,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2539,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 274,
+ "y": 848,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 256,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2540,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 256,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 284,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2541,
+ "isStrLine": true
+ }
+ ],
+ "name": "15063",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15063",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 279,
+ "yaxis": 824,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 266,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 284,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2542,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 284,
+ "y": 800,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 256,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2543,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 256,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 239,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2544,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 239,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 266,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2545,
+ "isStrLine": true
+ }
+ ],
+ "name": "15064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15064",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 261,
+ "yaxis": 809,
+ "shopNav": "39",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1355,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1360,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2546,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1360,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1318,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2547,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1318,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1313,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2548,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1313,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1355,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2549,
+ "isStrLine": true
+ }
+ ],
+ "name": "15013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15013",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1337,
+ "yaxis": 1318,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1360,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1365,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2550,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1365,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1323,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2551,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1323,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1318,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2552,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1318,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1360,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2553,
+ "isStrLine": true
+ }
+ ],
+ "name": "15014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15014",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1341,
+ "yaxis": 1341,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1368,
+ "y": 1361,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2554,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1329,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2555,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1329,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1326,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2556,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1326,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1368,
+ "y": 1361,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2557,
+ "isStrLine": true
+ }
+ ],
+ "name": "14988",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14988",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1349,
+ "yaxis": 1376,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.413716694115407,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1375,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2558,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1375,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1333,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2559,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1333,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1329,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2560,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1329,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2561,
+ "isStrLine": true
+ }
+ ],
+ "name": "14989",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14989",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1352,
+ "yaxis": 1398,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.413716694115407,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1376,
+ "y": 1410,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1379,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2562,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1379,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2563,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1334,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2564,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1334,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1376,
+ "y": 1410,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2565,
+ "isStrLine": true
+ }
+ ],
+ "name": "15015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15015",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1356,
+ "yaxis": 1424,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.43116998663535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1379,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1383,
+ "y": 1455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2566,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1383,
+ "y": 1455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2567,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2568,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1379,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2569,
+ "isStrLine": true
+ }
+ ],
+ "name": "15016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15016",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1360,
+ "yaxis": 1447,
+ "shopNav": "56",
+ "state": "over",
+ "angle": 1.43116998663535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1383,
+ "y": 1469,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1385,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2570,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1385,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1343,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2571,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1343,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1473,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2572,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1473,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1383,
+ "y": 1469,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2573,
+ "isStrLine": true
+ }
+ ],
+ "name": "15017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15017",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1363,
+ "yaxis": 1482,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.4660765716752369,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1385,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1388,
+ "y": 1515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2574,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1388,
+ "y": 1515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1345,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2575,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1345,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1343,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2576,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1343,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1385,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2577,
+ "isStrLine": true
+ }
+ ],
+ "name": "15018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15018",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1365,
+ "yaxis": 1505,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.4660765716752369,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1388,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1390,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2578,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1390,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1347,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2579,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1347,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1345,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2580,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1345,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1388,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2581,
+ "isStrLine": true
+ }
+ ],
+ "name": "14990",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14990",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1367,
+ "yaxis": 1535,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.5184364492350666,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1389,
+ "y": 1544,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1391,
+ "y": 1567,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2582,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1391,
+ "y": 1567,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1348,
+ "y": 1569,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2583,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1348,
+ "y": 1569,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1346,
+ "y": 1546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2584,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1346,
+ "y": 1546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1389,
+ "y": 1544,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2585,
+ "isStrLine": true
+ }
+ ],
+ "name": "14991",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14991",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1368,
+ "yaxis": 1557,
+ "shopNav": "57",
+ "state": "over",
+ "angle": 1.5184364492350666,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1392,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1392,
+ "y": 1605,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2586,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1392,
+ "y": 1605,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2587,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1583,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2588,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1583,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1392,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2589,
+ "isStrLine": true
+ }
+ ],
+ "name": "14992",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14992",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1370,
+ "yaxis": 1594,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1392,
+ "y": 1605,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1393,
+ "y": 1628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2590,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1393,
+ "y": 1628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1350,
+ "y": 1629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2591,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1350,
+ "y": 1629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2592,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1392,
+ "y": 1605,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2593,
+ "isStrLine": true
+ }
+ ],
+ "name": "15019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15019",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1371,
+ "yaxis": 1617,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1394,
+ "y": 1631,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1395,
+ "y": 1654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2594,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1395,
+ "y": 1654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2595,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1351,
+ "y": 1632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2596,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1351,
+ "y": 1632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1394,
+ "y": 1631,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2597,
+ "isStrLine": true
+ }
+ ],
+ "name": "15020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15020",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1373,
+ "yaxis": 1643,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1395,
+ "y": 1654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1395,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2598,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1395,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2599,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2600,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1395,
+ "y": 1654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2601,
+ "isStrLine": true
+ }
+ ],
+ "name": "14993",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14993",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1376,
+ "yaxis": 1667,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1084,
+ "y": 1320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1090,
+ "y": 1343,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2602,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1090,
+ "y": 1343,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 1353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2603,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 1353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1042,
+ "y": 1331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2604,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1042,
+ "y": 1331,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1084,
+ "y": 1320,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2605,
+ "isStrLine": true
+ }
+ ],
+ "name": "15146",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15146",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1066,
+ "yaxis": 1337,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1073,
+ "y": 1276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1078,
+ "y": 1298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2606,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1078,
+ "y": 1298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1037,
+ "y": 1308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2607,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1037,
+ "y": 1308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1031,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2608,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1031,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1073,
+ "y": 1276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2609,
+ "isStrLine": true
+ }
+ ],
+ "name": "15148",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15148",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 1055,
+ "yaxis": 1292,
+ "shopNav": "52",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 972,
+ "y": 1304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2610,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 936,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2611,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 936,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 930,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2612,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 930,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 972,
+ "y": 1304,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2613,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-093",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-093",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 954,
+ "yaxis": 1321,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 984,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2614,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 984,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 1360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2615,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 1360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 936,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2616,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 936,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1326,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2617,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-094",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-094",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 960,
+ "yaxis": 1343,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 984,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 990,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2618,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 990,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 948,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2619,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 948,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 1360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2620,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 1360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 984,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2621,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-095",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-095",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 966,
+ "yaxis": 1365,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 991,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2622,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 954,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2623,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 954,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 1395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2624,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 1395,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 991,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2625,
+ "isStrLine": true
+ }
+ ],
+ "name": "15003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15003",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 972,
+ "yaxis": 1401,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 1430,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2626,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 1430,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 959,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2627,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 959,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 954,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2628,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 954,
+ "y": 1417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2629,
+ "isStrLine": true
+ }
+ ],
+ "name": "14980",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14980",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 978,
+ "yaxis": 1423,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 1430,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1006,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2630,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1006,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 1462,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2631,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 1462,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 959,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2632,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 959,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 1430,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2633,
+ "isStrLine": true
+ }
+ ],
+ "name": "14816",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14816",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 983,
+ "yaxis": 1446,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3439035240356338,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 775,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2634,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2635,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 733,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2636,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 733,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 775,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2637,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-035A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-035A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 757,
+ "yaxis": 1361,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2638,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 744,
+ "y": 1399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2639,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 744,
+ "y": 1399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2640,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2641,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-036A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-036A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 762,
+ "yaxis": 1383,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 1411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2642,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 1411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 750,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2643,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 750,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 744,
+ "y": 1399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2644,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 744,
+ "y": 1399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2645,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-037A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-037A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 768,
+ "yaxis": 1405,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 1411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 1434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2646,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 1434,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 755,
+ "y": 1444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2647,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 755,
+ "y": 1444,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 750,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2648,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 750,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 1411,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2649,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-038A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-038A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 774,
+ "yaxis": 1428,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 800,
+ "y": 1443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2654,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 764,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2655,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 764,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 758,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2656,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 758,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 800,
+ "y": 1443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2657,
+ "isStrLine": true
+ }
+ ],
+ "name": "15007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15007",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 782,
+ "yaxis": 1460,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 1488,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2658,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 1488,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 770,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2659,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 770,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 764,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2660,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 764,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2661,
+ "isStrLine": true
+ }
+ ],
+ "name": "15028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15028",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 788,
+ "yaxis": 1482,
+ "shopNav": "46",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 877,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 890,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2662,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 890,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2663,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2664,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 918,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 877,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2665,
+ "isStrLine": true
+ }
+ ],
+ "name": "15137",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15137",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 866,
+ "yaxis": 915,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 1109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 1129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2666,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 1129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2667,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2668,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 1109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2669,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-046A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-046A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 871,
+ "yaxis": 1131,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 869,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 1109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2670,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 1109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2671,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2672,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 869,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2673,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-047A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-047A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 858,
+ "yaxis": 1112,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 908,
+ "y": 1154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1175,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2674,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1175,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 879,
+ "y": 1193,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2675,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 879,
+ "y": 1193,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2676,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 908,
+ "y": 1154,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2677,
+ "isStrLine": true
+ }
+ ],
+ "name": "15030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15030",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 898,
+ "yaxis": 1171,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 761,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 767,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2678,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 767,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 725,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2679,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 725,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 1297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2680,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 1297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 761,
+ "y": 1286,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2681,
+ "isStrLine": true
+ }
+ ],
+ "name": "15038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15038",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 743,
+ "yaxis": 1303,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2682,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 1093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2683,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 1093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 805,
+ "y": 1074,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2684,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 805,
+ "y": 1074,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2685,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-049A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-049A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 829,
+ "yaxis": 1072,
+ "shopNav": "44",
+ "state": "over",
+ "angle": 1.0122909661567112,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 1023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 1043,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2686,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 1043,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 800,
+ "y": 1067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2687,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 800,
+ "y": 1067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 787,
+ "y": 1047,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2688,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 787,
+ "y": 1047,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 1023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2689,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-050A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-050A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 811,
+ "yaxis": 1045,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 809,
+ "y": 1003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 1022,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2690,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 1022,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2691,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 774,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2692,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 774,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 809,
+ "y": 1003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2693,
+ "isStrLine": true
+ }
+ ],
+ "name": "K-051A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "K-051A",
+ "park_first": "K-",
+ "park_after": "",
+ "xaxis": 798,
+ "yaxis": 1025,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 292,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 314,
+ "y": 369,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2694,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 314,
+ "y": 369,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 410,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2695,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 410,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 305,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2696,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 305,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 292,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2697,
+ "isStrLine": true
+ }
+ ],
+ "name": "15306",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15306",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 310,
+ "yaxis": 393,
+ "shopNav": "37",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 770,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 787,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2698,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 787,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 759,
+ "y": 1007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2699,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 759,
+ "y": 1007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 742,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2700,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 742,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 770,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2701,
+ "isStrLine": true
+ }
+ ],
+ "name": "15054",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15054",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 764,
+ "yaxis": 983,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 718,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 735,
+ "y": 930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2702,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 735,
+ "y": 930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 707,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2703,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 707,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 690,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2704,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 690,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 718,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2705,
+ "isStrLine": true
+ }
+ ],
+ "name": "15055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15055",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 712,
+ "yaxis": 938,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 735,
+ "y": 930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 752,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2706,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 752,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 724,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2707,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 724,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 707,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2708,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 707,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 735,
+ "y": 930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2709,
+ "isStrLine": true
+ }
+ ],
+ "name": "15053",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15053",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 730,
+ "yaxis": 953,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 752,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 770,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2710,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 770,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 742,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2711,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 742,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 724,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2712,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 724,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 752,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2713,
+ "isStrLine": true
+ }
+ ],
+ "name": "15057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15057",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 747,
+ "yaxis": 968,
+ "shopNav": "43",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 643,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 661,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2714,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 661,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 633,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2715,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 633,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 616,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2716,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 616,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 643,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2717,
+ "isStrLine": true
+ }
+ ],
+ "name": "14977",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14977",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 638,
+ "yaxis": 875,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 661,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 679,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2718,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 679,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 651,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2719,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 651,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 633,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2720,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 633,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 661,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2721,
+ "isStrLine": true
+ }
+ ],
+ "name": "15041",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15041",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 656,
+ "yaxis": 890,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 679,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 697,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2722,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 697,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 669,
+ "y": 929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2723,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 669,
+ "y": 929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 651,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2724,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 651,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 679,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2725,
+ "isStrLine": true
+ }
+ ],
+ "name": "15392",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15392",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 674,
+ "yaxis": 905,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 696,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 713,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2726,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 713,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 686,
+ "y": 944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2727,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 686,
+ "y": 944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 668,
+ "y": 929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2728,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 668,
+ "y": 929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 696,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2729,
+ "isStrLine": true
+ }
+ ],
+ "name": "15052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "15052",
+ "park_first": "15",
+ "park_after": "",
+ "xaxis": 691,
+ "yaxis": 920,
+ "shopNav": "42",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ }
+ ]
+ }
+ },
+ {
+ "order": 1,
+ "name": "B3",
+ "mapUrl": "http://1000my.com//MallSite/\\Files\\5c8bd5b3-0d7d-4dbf-957f-70cf4e38e27c\\B3.png",
+ "mapData": {
+ "floorArea": {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 0,
+ "y": 440,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 499,
+ "y": 0,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "ctrlPoint1": {
+ "x": 124,
+ "y": 330,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 374,
+ "y": 110,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 499,
+ "y": 0,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 481,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 552,
+ "y": 120,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 658,
+ "y": 360,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 481,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1161,
+ "y": 375,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "ctrlPoint1": {
+ "x": 824,
+ "y": 454,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1048,
+ "y": 401,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1161,
+ "y": 375,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1179,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "ctrlPoint1": {
+ "x": 1165,
+ "y": 420,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1174,
+ "y": 510,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1179,
+ "y": 556,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1504,
+ "y": 496,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 5,
+ "ctrlPoint1": {
+ "x": 1260,
+ "y": 541,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1422,
+ "y": 511,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1504,
+ "y": 496,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1609,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 6,
+ "ctrlPoint1": {
+ "x": 1530,
+ "y": 593,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1582,
+ "y": 787,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1609,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1261,
+ "y": 963,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 41,
+ "ctrlPoint1": {
+ "x": 1522,
+ "y": 903,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1348,
+ "y": 943,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1261,
+ "y": 963,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1420,
+ "y": 1615,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 10,
+ "ctrlPoint1": {
+ "x": 1300,
+ "y": 1126,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1380,
+ "y": 1452,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1420,
+ "y": 1615,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1440,
+ "y": 1841,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 39,
+ "ctrlPoint1": {
+ "x": 1436,
+ "y": 1671,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1449,
+ "y": 1746,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1440,
+ "y": 1841,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1533,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 14,
+ "ctrlPoint1": {
+ "x": 1463,
+ "y": 1898,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1509,
+ "y": 2013,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1533,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1753,
+ "y": 2020,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 15,
+ "ctrlPoint1": {
+ "x": 1588,
+ "y": 2058,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1698,
+ "y": 2032,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1753,
+ "y": 2020,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1788,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 37,
+ "ctrlPoint1": {
+ "x": 1761,
+ "y": 2058,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1779,
+ "y": 2134,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1788,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1920,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 19,
+ "ctrlPoint1": {
+ "x": 1821,
+ "y": 2164,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1887,
+ "y": 2148,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1920,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1997,
+ "y": 2450,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 20,
+ "ctrlPoint1": {
+ "x": 1939,
+ "y": 2217,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1977,
+ "y": 2372,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1997,
+ "y": 2450,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1967,
+ "y": 2506,
+ "r": 5,
+ "type": "pathP",
+ "name": 21,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 21,
+ "ctrlPoint1": {
+ "x": 1989,
+ "y": 2464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1974,
+ "y": 2492,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1967,
+ "y": 2506,
+ "r": 5,
+ "type": "pathP",
+ "name": 21,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 2884,
+ "r": 5,
+ "type": "pathP",
+ "name": 22,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 22,
+ "ctrlPoint1": {
+ "x": 1660,
+ "y": 2600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1046,
+ "y": 2789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 2884,
+ "r": 5,
+ "type": "pathP",
+ "name": 22,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 685,
+ "y": 2852,
+ "r": 5,
+ "type": "pathP",
+ "name": 23,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 23,
+ "ctrlPoint1": {
+ "x": 725,
+ "y": 2876,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 698,
+ "y": 2860,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 685,
+ "y": 2852,
+ "r": 5,
+ "type": "pathP",
+ "name": 23,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 581,
+ "y": 2881,
+ "r": 5,
+ "type": "pathP",
+ "name": 24,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 24,
+ "ctrlPoint1": {
+ "x": 659,
+ "y": 2859,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 607,
+ "y": 2873,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 581,
+ "y": 2881,
+ "r": 5,
+ "type": "pathP",
+ "name": 24,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 550,
+ "y": 2748,
+ "r": 5,
+ "type": "pathP",
+ "name": 25,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 25,
+ "ctrlPoint1": {
+ "x": 573,
+ "y": 2847,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 557,
+ "y": 2781,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 550,
+ "y": 2748,
+ "r": 5,
+ "type": "pathP",
+ "name": 25,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 35,
+ "ctrlPoint1": {
+ "x": 591,
+ "y": 2739,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 664,
+ "y": 2734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 669,
+ "y": 2555,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 28,
+ "ctrlPoint1": {
+ "x": 687,
+ "y": 2641,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 675,
+ "y": 2583,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 669,
+ "y": 2555,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 507,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "name": 30,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 34,
+ "ctrlPoint1": {
+ "x": 614,
+ "y": 2511,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 544,
+ "y": 2521,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 507,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "name": 30,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 181,
+ "y": 1036,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 31,
+ "ctrlPoint1": {
+ "x": 425,
+ "y": 2163,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 262,
+ "y": 1411,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 181,
+ "y": 1036,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 105,
+ "y": 1049,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 32,
+ "ctrlPoint1": {
+ "x": 162,
+ "y": 1039,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 124,
+ "y": 1045,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 105,
+ "y": 1049,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 16,
+ "y": 631,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 33,
+ "ctrlPoint1": {
+ "x": 82,
+ "y": 944,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 38,
+ "y": 735,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 16,
+ "y": 631,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 0,
+ "y": 440,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 34,
+ "ctrlPoint1": {
+ "x": 12,
+ "y": 583,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 4,
+ "y": 487,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "floor",
+ "entColor": "#dedab4",
+ "borderColor": "#d5cf9f",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 998,
+ "yaxis": 1442,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {}
+ },
+ "buildArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 655,
+ "y": 630,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 705.5,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 313,
+ "ctrlPoint1": {
+ "x": 695.316786737663,
+ "y": 630,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 728,
+ "y": 663.8025013877595,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 705.5,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 655,
+ "y": 781,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 314,
+ "ctrlPoint1": {
+ "x": 728,
+ "y": 747.1974986122405,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 695.316786737663,
+ "y": 781,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 655,
+ "y": 781,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 582,
+ "y": 705.5,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 315,
+ "ctrlPoint1": {
+ "x": 614.683213262337,
+ "y": 781,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 582,
+ "y": 747.1974986122405,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 582,
+ "y": 705.5,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 655,
+ "y": 630,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 316,
+ "ctrlPoint1": {
+ "x": 582,
+ "y": 663.8025013877595,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 614.683213262337,
+ "y": 630,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": "3",
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 655,
+ "yaxis": 705,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1391,
+ "y": 659,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1468,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 257,
+ "ctrlPoint1": {
+ "x": 1433.525925736987,
+ "y": 659,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1468,
+ "y": 693.921789513182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1468,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1391,
+ "y": 815,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 258,
+ "ctrlPoint1": {
+ "x": 1468,
+ "y": 780.078210486818,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1433.525925736987,
+ "y": 815,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1391,
+ "y": 815,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 259,
+ "ctrlPoint1": {
+ "x": 1348.474074263013,
+ "y": 815,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1314,
+ "y": 780.078210486818,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1314,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1391,
+ "y": 659,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 260,
+ "ctrlPoint1": {
+ "x": 1314,
+ "y": 693.921789513182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1348.474074263013,
+ "y": 659,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1391,
+ "yaxis": 737,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1234,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "name": 316,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1330,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "name": 317,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 317,
+ "ctrlPoint1": {
+ "x": 1258,
+ "y": 911,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1306,
+ "y": 883,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1330,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "name": 317,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1518,
+ "y": 670,
+ "r": 5,
+ "type": "pathP",
+ "name": 318,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 318,
+ "ctrlPoint1": {
+ "x": 1500,
+ "y": 908,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1568,
+ "y": 775,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1518,
+ "y": 670,
+ "r": 5,
+ "type": "pathP",
+ "name": 318,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1253,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "name": 321,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 321,
+ "ctrlPoint1": {
+ "x": 1482,
+ "y": 558,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1217,
+ "y": 533,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1253,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "name": 321,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1068,
+ "y": 942,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 323,
+ "ctrlPoint1": {
+ "x": 1245,
+ "y": 857,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1132,
+ "y": 917,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1068,
+ "y": 942,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 743,
+ "y": 593,
+ "r": 5,
+ "type": "pathP",
+ "name": 324,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 324,
+ "ctrlPoint1": {
+ "x": 1025,
+ "y": 938,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 842,
+ "y": 683,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 743,
+ "y": 593,
+ "r": 5,
+ "type": "pathP",
+ "name": 324,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 548,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 326,
+ "ctrlPoint1": {
+ "x": 668,
+ "y": 515,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 418,
+ "y": 595,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 548,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 615,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 327,
+ "ctrlPoint1": {
+ "x": 567,
+ "y": 823,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 593,
+ "y": 838,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 615,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 593,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "name": 328,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 328,
+ "ctrlPoint1": {
+ "x": 638,
+ "y": 867,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 618,
+ "y": 895,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 593,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "name": 328,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 348,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 331,
+ "ctrlPoint1": {
+ "x": 531,
+ "y": 871,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 409,
+ "y": 807,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 348,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 320,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "name": 332,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 332,
+ "ctrlPoint1": {
+ "x": 341,
+ "y": 756,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 327,
+ "y": 718,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 320,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "name": 332,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 485,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 333,
+ "ctrlPoint1": {
+ "x": 322,
+ "y": 670,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 443,
+ "y": 643,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 485,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 480,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 334,
+ "ctrlPoint1": {
+ "x": 527,
+ "y": 598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 507,
+ "y": 560,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 480,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 373,
+ "y": 315,
+ "r": 5,
+ "type": "pathP",
+ "name": 335,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 335,
+ "ctrlPoint1": {
+ "x": 417,
+ "y": 498,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 372,
+ "y": 393,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 373,
+ "y": 315,
+ "r": 5,
+ "type": "pathP",
+ "name": 335,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 255,
+ "y": 297,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 338,
+ "ctrlPoint1": {
+ "x": 350,
+ "y": 273,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 310,
+ "y": 267,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 255,
+ "y": 297,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 193,
+ "y": 287,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 339,
+ "ctrlPoint1": {
+ "x": 240,
+ "y": 282,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 222,
+ "y": 270,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 193,
+ "y": 287,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 90,
+ "y": 406,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 341,
+ "ctrlPoint1": {
+ "x": 167,
+ "y": 316,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 90,
+ "y": 369,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 90,
+ "y": 406,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 311,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "name": 342,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 342,
+ "ctrlPoint1": {
+ "x": 145,
+ "y": 567,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 255,
+ "y": 891,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 311,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "name": 342,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 446,
+ "y": 1143,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 343,
+ "ctrlPoint1": {
+ "x": 326,
+ "y": 1101,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 426,
+ "y": 1124,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 446,
+ "y": 1143,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "name": 344,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 344,
+ "ctrlPoint1": {
+ "x": 475,
+ "y": 1149,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 493,
+ "y": 1138,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "name": 344,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 560,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 345,
+ "ctrlPoint1": {
+ "x": 530,
+ "y": 1103,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 550,
+ "y": 1121,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 560,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 880,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "name": 346,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 346,
+ "ctrlPoint1": {
+ "x": 640,
+ "y": 1206,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 813,
+ "y": 1338,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 880,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "name": 346,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 1493,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 347,
+ "ctrlPoint1": {
+ "x": 898,
+ "y": 1455,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 854,
+ "y": 1456,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 1493,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 1563,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 348,
+ "ctrlPoint1": {
+ "x": 823,
+ "y": 1508,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 831,
+ "y": 1543,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 1563,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 2134,
+ "r": 5,
+ "type": "pathP",
+ "name": 349,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 349,
+ "ctrlPoint1": {
+ "x": 906,
+ "y": 1803,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 951,
+ "y": 1953,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 2134,
+ "r": 5,
+ "type": "pathP",
+ "name": 349,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 815,
+ "y": 2364,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 351,
+ "ctrlPoint1": {
+ "x": 849,
+ "y": 2196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 813,
+ "y": 2279,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 815,
+ "y": 2364,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 880,
+ "y": 2621,
+ "r": 5,
+ "type": "pathP",
+ "name": 353,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 353,
+ "ctrlPoint1": {
+ "x": 831,
+ "y": 2428,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 863,
+ "y": 2556,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 880,
+ "y": 2621,
+ "r": 5,
+ "type": "pathP",
+ "name": 353,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 950,
+ "y": 2658,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 354,
+ "ctrlPoint1": {
+ "x": 896,
+ "y": 2659,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 928,
+ "y": 2661,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 950,
+ "y": 2658,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1020,
+ "y": 2638,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 355,
+ "ctrlPoint1": {
+ "x": 967,
+ "y": 2653,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1002,
+ "y": 2643,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1020,
+ "y": 2638,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2738,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 356,
+ "ctrlPoint1": {
+ "x": 1064,
+ "y": 2634,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1033,
+ "y": 2730,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2738,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1484,
+ "y": 2638,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 357,
+ "ctrlPoint1": {
+ "x": 1204,
+ "y": 2713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1390,
+ "y": 2663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1484,
+ "y": 2638,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1515,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "name": 358,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 358,
+ "ctrlPoint1": {
+ "x": 1520,
+ "y": 2620,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1524,
+ "y": 2576,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1515,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "name": 358,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1496,
+ "y": 2471,
+ "r": 5,
+ "type": "pathP",
+ "name": 359,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 359,
+ "ctrlPoint1": {
+ "x": 1510,
+ "y": 2533,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1500,
+ "y": 2491,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1496,
+ "y": 2471,
+ "r": 5,
+ "type": "pathP",
+ "name": 359,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1550,
+ "y": 2441,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 360,
+ "ctrlPoint1": {
+ "x": 1509,
+ "y": 2451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1531,
+ "y": 2444,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1550,
+ "y": 2441,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1623,
+ "y": 2390,
+ "r": 5,
+ "type": "pathP",
+ "name": 362,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 362,
+ "ctrlPoint1": {
+ "x": 1580,
+ "y": 2433,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1608,
+ "y": 2425,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1623,
+ "y": 2390,
+ "r": 5,
+ "type": "pathP",
+ "name": 362,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1548,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "name": 363,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 363,
+ "ctrlPoint1": {
+ "x": 1625,
+ "y": 2308,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1580,
+ "y": 2199,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1548,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "name": 363,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1460,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 364,
+ "ctrlPoint1": {
+ "x": 1500,
+ "y": 2095,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1461,
+ "y": 2136,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1460,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1325,
+ "y": 2144,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 365,
+ "ctrlPoint1": {
+ "x": 1446,
+ "y": 2181,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1405,
+ "y": 2128,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1325,
+ "y": 2144,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1310,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 366,
+ "ctrlPoint1": {
+ "x": 1311,
+ "y": 2135,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1304,
+ "y": 2115,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1310,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1273,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "name": 367,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 367,
+ "ctrlPoint1": {
+ "x": 1336,
+ "y": 1906,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1304,
+ "y": 1741,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1273,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "name": 367,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1368,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "name": 368,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 368,
+ "ctrlPoint1": {
+ "x": 1301,
+ "y": 1593,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1353,
+ "y": 1586,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1368,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "name": 368,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1379,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "name": 369,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 369,
+ "ctrlPoint1": {
+ "x": 1370,
+ "y": 1552,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1376,
+ "y": 1540,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1379,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "name": 369,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1131,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "name": 370,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 370,
+ "ctrlPoint1": {
+ "x": 1348,
+ "y": 1338,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1199,
+ "y": 1129,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1131,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "name": 370,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "name": 371,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 371,
+ "ctrlPoint1": {
+ "x": 1120,
+ "y": 1022,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1115,
+ "y": 1005,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "name": 371,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1234,
+ "y": 926,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 431,
+ "ctrlPoint1": {
+ "x": 1165,
+ "y": 965,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1211,
+ "y": 939,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1234,
+ "y": 926,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1243,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "name": 398,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 432,
+ "ctrlPoint1": {
+ "x": 1237,
+ "y": 936,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1241,
+ "y": 950,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1243,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "name": 398,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1401,
+ "y": 1567,
+ "r": 5,
+ "type": "pathP",
+ "name": 399,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 399,
+ "ctrlPoint1": {
+ "x": 1272,
+ "y": 1093,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1360,
+ "y": 1409,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1401,
+ "y": 1567,
+ "r": 5,
+ "type": "pathP",
+ "name": 399,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1430,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "name": 400,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 400,
+ "ctrlPoint1": {
+ "x": 1420,
+ "y": 1634,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1447,
+ "y": 1761,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1430,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "name": 400,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1529,
+ "y": 2079,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 401,
+ "ctrlPoint1": {
+ "x": 1454,
+ "y": 1899,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1504,
+ "y": 2019,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1529,
+ "y": 2079,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1747,
+ "y": 2030,
+ "r": 5,
+ "type": "pathP",
+ "name": 402,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 402,
+ "ctrlPoint1": {
+ "x": 1583,
+ "y": 2066,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1692,
+ "y": 2042,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1747,
+ "y": 2030,
+ "r": 5,
+ "type": "pathP",
+ "name": 402,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1784,
+ "y": 2183,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 403,
+ "ctrlPoint1": {
+ "x": 1756,
+ "y": 2068,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1774,
+ "y": 2144,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1784,
+ "y": 2183,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1914,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "name": 404,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 404,
+ "ctrlPoint1": {
+ "x": 1816,
+ "y": 2174,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1881,
+ "y": 2157,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1914,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "name": 404,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1988,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "name": 405,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 405,
+ "ctrlPoint1": {
+ "x": 1932,
+ "y": 2223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1969,
+ "y": 2373,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1988,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "name": 405,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1959,
+ "y": 2499,
+ "r": 5,
+ "type": "pathP",
+ "name": 406,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 406,
+ "ctrlPoint1": {
+ "x": 1980,
+ "y": 2460,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1966,
+ "y": 2486,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1959,
+ "y": 2499,
+ "r": 5,
+ "type": "pathP",
+ "name": 406,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 743,
+ "y": 2874,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 407,
+ "ctrlPoint1": {
+ "x": 1655,
+ "y": 2592,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1047,
+ "y": 2780,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 743,
+ "y": 2874,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 689,
+ "y": 2840,
+ "r": 5,
+ "type": "pathP",
+ "name": 408,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 408,
+ "ctrlPoint1": {
+ "x": 729,
+ "y": 2865,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 702,
+ "y": 2848,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 689,
+ "y": 2840,
+ "r": 5,
+ "type": "pathP",
+ "name": 408,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 590,
+ "y": 2866,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 409,
+ "ctrlPoint1": {
+ "x": 664,
+ "y": 2846,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 614,
+ "y": 2859,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 590,
+ "y": 2866,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 567,
+ "y": 2760,
+ "r": 5,
+ "type": "pathP",
+ "name": 410,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 410,
+ "ctrlPoint1": {
+ "x": 584,
+ "y": 2839,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 572,
+ "y": 2786,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 567,
+ "y": 2760,
+ "r": 5,
+ "type": "pathP",
+ "name": 410,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 709,
+ "y": 2671,
+ "r": 5,
+ "type": "pathP",
+ "name": 412,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 433,
+ "ctrlPoint1": {
+ "x": 617,
+ "y": 2754,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 689,
+ "y": 2722,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 709,
+ "y": 2671,
+ "r": 5,
+ "type": "pathP",
+ "name": 412,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 686,
+ "y": 2552,
+ "r": 5,
+ "type": "pathP",
+ "name": 413,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 413,
+ "ctrlPoint1": {
+ "x": 703,
+ "y": 2641,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 691,
+ "y": 2581,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 686,
+ "y": 2552,
+ "r": 5,
+ "type": "pathP",
+ "name": 413,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 517,
+ "y": 2522,
+ "r": 5,
+ "type": "pathP",
+ "name": 414,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 414,
+ "ctrlPoint1": {
+ "x": 649,
+ "y": 2504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 563,
+ "y": 2503,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 517,
+ "y": 2522,
+ "r": 5,
+ "type": "pathP",
+ "name": 414,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 191,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "name": 415,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 415,
+ "ctrlPoint1": {
+ "x": 435,
+ "y": 2145,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 272,
+ "y": 1391,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 191,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "name": 415,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 119,
+ "y": 1029,
+ "r": 5,
+ "type": "pathP",
+ "name": 416,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 416,
+ "ctrlPoint1": {
+ "x": 173,
+ "y": 1017,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 137,
+ "y": 1025,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 119,
+ "y": 1029,
+ "r": 5,
+ "type": "pathP",
+ "name": 416,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 27,
+ "y": 629,
+ "r": 5,
+ "type": "pathP",
+ "name": 417,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 417,
+ "ctrlPoint1": {
+ "x": 96,
+ "y": 929,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 50,
+ "y": 729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 27,
+ "y": 629,
+ "r": 5,
+ "type": "pathP",
+ "name": 417,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 9,
+ "y": 441,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 418,
+ "ctrlPoint1": {
+ "x": 22,
+ "y": 582,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 13,
+ "y": 488,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 9,
+ "y": 441,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 498,
+ "y": 16,
+ "r": 5,
+ "type": "pathP",
+ "name": 419,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 419,
+ "ctrlPoint1": {
+ "x": 131,
+ "y": 334,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 375,
+ "y": 122,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 498,
+ "y": 16,
+ "r": 5,
+ "type": "pathP",
+ "name": 419,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 708,
+ "y": 502,
+ "r": 5,
+ "type": "pathP",
+ "name": 420,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 420,
+ "ctrlPoint1": {
+ "x": 550,
+ "y": 137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 655,
+ "y": 380,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 708,
+ "y": 502,
+ "r": 5,
+ "type": "pathP",
+ "name": 420,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1150,
+ "y": 398,
+ "r": 5,
+ "type": "pathP",
+ "name": 421,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 421,
+ "ctrlPoint1": {
+ "x": 818,
+ "y": 476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1039,
+ "y": 424,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1150,
+ "y": 398,
+ "r": 5,
+ "type": "pathP",
+ "name": 421,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1162,
+ "y": 578,
+ "r": 5,
+ "type": "pathP",
+ "name": 422,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 422,
+ "ctrlPoint1": {
+ "x": 1153,
+ "y": 443,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1159,
+ "y": 533,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1162,
+ "y": 578,
+ "r": 5,
+ "type": "pathP",
+ "name": 422,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1484,
+ "y": 517,
+ "r": 5,
+ "type": "pathP",
+ "name": 423,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 423,
+ "ctrlPoint1": {
+ "x": 1242,
+ "y": 562,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1403,
+ "y": 532,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1484,
+ "y": 517,
+ "r": 5,
+ "type": "pathP",
+ "name": 423,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1589,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 424,
+ "ctrlPoint1": {
+ "x": 1510,
+ "y": 607,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1562,
+ "y": 787,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1589,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1243,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "name": 398,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 425,
+ "ctrlPoint1": {
+ "x": 1502,
+ "y": 897,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1329,
+ "y": 937,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1243,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "name": 398,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1234,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "name": 316,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 429,
+ "ctrlPoint1": {
+ "x": 1240,
+ "y": 949,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1237,
+ "y": 936,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 998,
+ "yaxis": 1445,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 736,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "name": 434,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1494,
+ "r": 5,
+ "type": "pathP",
+ "name": 435,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 435,
+ "ctrlPoint1": {
+ "x": 961,
+ "y": 1000,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1170,
+ "y": 1263,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1494,
+ "r": 5,
+ "type": "pathP",
+ "name": 435,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1289,
+ "y": 1564,
+ "r": 5,
+ "type": "pathP",
+ "name": 436,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 436,
+ "ctrlPoint1": {
+ "x": 1253,
+ "y": 1511,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1251,
+ "y": 1579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1289,
+ "y": 1564,
+ "r": 5,
+ "type": "pathP",
+ "name": 436,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1336,
+ "y": 1551,
+ "r": 5,
+ "type": "pathP",
+ "name": 437,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 437,
+ "ctrlPoint1": {
+ "x": 1300,
+ "y": 1560,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1324,
+ "y": 1554,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1336,
+ "y": 1551,
+ "r": 5,
+ "type": "pathP",
+ "name": 437,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "name": 438,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 438,
+ "ctrlPoint1": {
+ "x": 1370,
+ "y": 1536,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1329,
+ "y": 1483,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "name": 438,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 824,
+ "y": 734,
+ "r": 5,
+ "type": "pathP",
+ "name": 440,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 440,
+ "ctrlPoint1": {
+ "x": 1271,
+ "y": 1249,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 991,
+ "y": 899,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 824,
+ "y": 734,
+ "r": 5,
+ "type": "pathP",
+ "name": 440,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 736,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "name": 434,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 441,
+ "ctrlPoint1": {
+ "x": 781,
+ "y": 727,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 736,
+ "y": 809,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1036,
+ "yaxis": 1149,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 646,
+ "y": 939,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 954,
+ "y": 1228,
+ "r": 5,
+ "type": "pathP",
+ "name": 523,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 523,
+ "ctrlPoint1": {
+ "x": 738,
+ "y": 994,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 888,
+ "y": 1140,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 954,
+ "y": 1228,
+ "r": 5,
+ "type": "pathP",
+ "name": 523,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1184.792128,
+ "y": 1765.3180800000007,
+ "r": 5,
+ "type": "pathP",
+ "name": 520,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 524,
+ "ctrlPoint1": {
+ "x": 1052,
+ "y": 1340,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1148,
+ "y": 1604,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1184.792128,
+ "y": 1765.3180800000007,
+ "r": 5,
+ "type": "pathP",
+ "name": 520,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1193,
+ "y": 1987,
+ "r": 5,
+ "type": "pathP",
+ "name": 443,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 521,
+ "ctrlPoint1": {
+ "x": 1186,
+ "y": 1820,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1190,
+ "y": 1931,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1193,
+ "y": 1987,
+ "r": 5,
+ "type": "pathP",
+ "name": 443,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1211,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "name": 444,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 444,
+ "ctrlPoint1": {
+ "x": 1197,
+ "y": 2011,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1180,
+ "y": 2083,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1211,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "name": 444,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1254,
+ "y": 2090,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 445,
+ "ctrlPoint1": {
+ "x": 1221,
+ "y": 2084,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1243,
+ "y": 2088,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1254,
+ "y": 2090,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1289,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 446,
+ "ctrlPoint1": {
+ "x": 1301,
+ "y": 2104,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1278,
+ "y": 1994,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1289,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 1498,
+ "r": 5,
+ "type": "pathP",
+ "name": 526,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 526,
+ "ctrlPoint1": {
+ "x": 1288,
+ "y": 1820,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1252,
+ "y": 1614,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 1498,
+ "r": 5,
+ "type": "pathP",
+ "name": 526,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 1138,
+ "r": 5,
+ "type": "pathP",
+ "name": 529,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 529,
+ "ctrlPoint1": {
+ "x": 1166,
+ "y": 1396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1068,
+ "y": 1216,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 1138,
+ "r": 5,
+ "type": "pathP",
+ "name": 529,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 717,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 530,
+ "ctrlPoint1": {
+ "x": 938,
+ "y": 1056,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 800,
+ "y": 924,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 717,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 667,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 448,
+ "ctrlPoint1": {
+ "x": 704,
+ "y": 869,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 689,
+ "y": 840,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 667,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 646,
+ "y": 939,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 449,
+ "ctrlPoint1": {
+ "x": 677,
+ "y": 886,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 626,
+ "y": 909,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 967,
+ "yaxis": 1470,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 283,
+ "y": 334,
+ "r": 5,
+ "type": "pathP",
+ "name": 450,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "name": 451,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 451,
+ "ctrlPoint1": {
+ "x": 280,
+ "y": 391,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 306,
+ "y": 503,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "name": 451,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 620,
+ "r": 5,
+ "type": "pathP",
+ "name": 453,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 453,
+ "ctrlPoint1": {
+ "x": 327,
+ "y": 570,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 327,
+ "y": 603,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 620,
+ "r": 5,
+ "type": "pathP",
+ "name": 453,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 364,
+ "y": 630,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 454,
+ "ctrlPoint1": {
+ "x": 336,
+ "y": 627,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 339,
+ "y": 649,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 364,
+ "y": 630,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 439,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "name": 455,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 455,
+ "ctrlPoint1": {
+ "x": 382,
+ "y": 623,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 420,
+ "y": 609,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 439,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "name": 455,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 437,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "name": 456,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 456,
+ "ctrlPoint1": {
+ "x": 453,
+ "y": 599,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 470,
+ "y": 571,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 437,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "name": 456,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 340,
+ "y": 337,
+ "r": 5,
+ "type": "pathP",
+ "name": 457,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 457,
+ "ctrlPoint1": {
+ "x": 367,
+ "y": 493,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 344,
+ "y": 400,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 340,
+ "y": 337,
+ "r": 5,
+ "type": "pathP",
+ "name": 457,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 283,
+ "y": 334,
+ "r": 5,
+ "type": "pathP",
+ "name": 450,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 458,
+ "ctrlPoint1": {
+ "x": 339,
+ "y": 314,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 300,
+ "y": 297,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 361,
+ "yaxis": 482,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 311,
+ "r": 5,
+ "type": "pathP",
+ "name": 459,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 126,
+ "y": 401,
+ "r": 5,
+ "type": "pathP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 460,
+ "ctrlPoint1": {
+ "x": 201,
+ "y": 333,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 151,
+ "y": 378,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 126,
+ "y": 401,
+ "r": 5,
+ "type": "pathP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 341,
+ "y": 1047,
+ "r": 5,
+ "type": "pathP",
+ "name": 461,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 461,
+ "ctrlPoint1": {
+ "x": 121,
+ "y": 437,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 287,
+ "y": 885,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 341,
+ "y": 1047,
+ "r": 5,
+ "type": "pathP",
+ "name": 461,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 453,
+ "y": 1110,
+ "r": 5,
+ "type": "pathP",
+ "name": 462,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 462,
+ "ctrlPoint1": {
+ "x": 364,
+ "y": 1076,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 425,
+ "y": 1094,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 453,
+ "y": 1110,
+ "r": 5,
+ "type": "pathP",
+ "name": 462,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 564,
+ "y": 963,
+ "r": 5,
+ "type": "pathP",
+ "name": 463,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 463,
+ "ctrlPoint1": {
+ "x": 483,
+ "y": 1113,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 536,
+ "y": 999,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 564,
+ "y": 963,
+ "r": 5,
+ "type": "pathP",
+ "name": 463,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 459,
+ "y": 874,
+ "r": 5,
+ "type": "pathP",
+ "name": 464,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 464,
+ "ctrlPoint1": {
+ "x": 603,
+ "y": 929,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 485,
+ "y": 896,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 459,
+ "y": 874,
+ "r": 5,
+ "type": "pathP",
+ "name": 464,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 320,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "name": 465,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 465,
+ "ctrlPoint1": {
+ "x": 424,
+ "y": 854,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 354,
+ "y": 816,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 320,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "name": 465,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 283,
+ "y": 717,
+ "r": 5,
+ "type": "pathP",
+ "name": 466,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 466,
+ "ctrlPoint1": {
+ "x": 310,
+ "y": 777,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 292,
+ "y": 737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 283,
+ "y": 717,
+ "r": 5,
+ "type": "pathP",
+ "name": 466,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 290,
+ "y": 569,
+ "r": 5,
+ "type": "pathP",
+ "name": 467,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 467,
+ "ctrlPoint1": {
+ "x": 286,
+ "y": 677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 296,
+ "y": 609,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 290,
+ "y": 569,
+ "r": 5,
+ "type": "pathP",
+ "name": 467,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 247,
+ "y": 361,
+ "r": 5,
+ "type": "pathP",
+ "name": 468,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 468,
+ "ctrlPoint1": {
+ "x": 279,
+ "y": 517,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 244,
+ "y": 419,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 247,
+ "y": 361,
+ "r": 5,
+ "type": "pathP",
+ "name": 468,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 244,
+ "y": 324,
+ "r": 5,
+ "type": "pathP",
+ "name": 469,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 469,
+ "ctrlPoint1": {
+ "x": 246,
+ "y": 351,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 244,
+ "y": 333,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 244,
+ "y": 324,
+ "r": 5,
+ "type": "pathP",
+ "name": 469,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 311,
+ "r": 5,
+ "type": "pathP",
+ "name": 459,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 470,
+ "ctrlPoint1": {
+ "x": 239,
+ "y": 320,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 230,
+ "y": 314,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 345,
+ "yaxis": 710,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 1529,
+ "r": 5,
+ "type": "pathP",
+ "name": 471,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 940,
+ "y": 2001,
+ "r": 5,
+ "type": "pathP",
+ "name": 472,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 472,
+ "ctrlPoint1": {
+ "x": 884,
+ "y": 1641,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 970,
+ "y": 1863,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 940,
+ "y": 2001,
+ "r": 5,
+ "type": "pathP",
+ "name": 472,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 967,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "name": 473,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 473,
+ "ctrlPoint1": {
+ "x": 946,
+ "y": 2015,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 923,
+ "y": 2054,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 967,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "name": 473,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1029,
+ "y": 2014,
+ "r": 5,
+ "type": "pathP",
+ "name": 475,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 475,
+ "ctrlPoint1": {
+ "x": 1047,
+ "y": 2071,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1020,
+ "y": 2027,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1029,
+ "y": 2014,
+ "r": 5,
+ "type": "pathP",
+ "name": 475,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "name": 476,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 476,
+ "ctrlPoint1": {
+ "x": 1041,
+ "y": 1879,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 999,
+ "y": 1607,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "name": 476,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 1529,
+ "r": 5,
+ "type": "pathP",
+ "name": 471,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 477,
+ "ctrlPoint1": {
+ "x": 889,
+ "y": 1447,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 859,
+ "y": 1516,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 944,
+ "yaxis": 1781,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 571,
+ "y": 1100,
+ "r": 5,
+ "type": "pathP",
+ "name": 478,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 574,
+ "y": 1016,
+ "r": 5,
+ "type": "pathP",
+ "name": 479,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 479,
+ "ctrlPoint1": {
+ "x": 516,
+ "y": 1060,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 573,
+ "y": 1037,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 574,
+ "y": 1016,
+ "r": 5,
+ "type": "pathP",
+ "name": 479,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 683,
+ "y": 1009,
+ "r": 5,
+ "type": "pathP",
+ "name": 480,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 480,
+ "ctrlPoint1": {
+ "x": 619,
+ "y": 936,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 637,
+ "y": 974,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 683,
+ "y": 1009,
+ "r": 5,
+ "type": "pathP",
+ "name": 480,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1016.6310780000001,
+ "y": 1398.2569630000003,
+ "r": 5,
+ "type": "pathP",
+ "name": 517,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 517,
+ "ctrlPoint1": {
+ "x": 790,
+ "y": 1094,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 956,
+ "y": 1260,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1016.6310780000001,
+ "y": 1398.2569630000003,
+ "r": 5,
+ "type": "pathP",
+ "name": 517,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1159,
+ "y": 1939,
+ "r": 5,
+ "type": "pathP",
+ "name": 482,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 518,
+ "ctrlPoint1": {
+ "x": 1098,
+ "y": 1526,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1158,
+ "y": 1782,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1159,
+ "y": 1939,
+ "r": 5,
+ "type": "pathP",
+ "name": 482,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "name": 484,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 484,
+ "ctrlPoint1": {
+ "x": 1147,
+ "y": 1971,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1186,
+ "y": 2090,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "name": 484,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 1959,
+ "r": 5,
+ "type": "pathP",
+ "name": 485,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 485,
+ "ctrlPoint1": {
+ "x": 1029,
+ "y": 2086,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1077,
+ "y": 1986,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 1959,
+ "r": 5,
+ "type": "pathP",
+ "name": 485,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 936.1149520000001,
+ "y": 1455.2744240000002,
+ "r": 5,
+ "type": "pathP",
+ "name": 514,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 514,
+ "ctrlPoint1": {
+ "x": 1058,
+ "y": 1790,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1022,
+ "y": 1572,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 936.1149520000001,
+ "y": 1455.2744240000002,
+ "r": 5,
+ "type": "pathP",
+ "name": 514,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 571,
+ "y": 1100,
+ "r": 5,
+ "type": "pathP",
+ "name": 478,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 515,
+ "ctrlPoint1": {
+ "x": 858,
+ "y": 1330,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 664,
+ "y": 1184,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 865,
+ "yaxis": 1539,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "name": 487,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 2330,
+ "r": 5,
+ "type": "pathP",
+ "name": 488,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 488,
+ "ctrlPoint1": {
+ "x": 901,
+ "y": 2165,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 854,
+ "y": 2270,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 2330,
+ "r": 5,
+ "type": "pathP",
+ "name": 488,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 904,
+ "y": 2586,
+ "r": 5,
+ "type": "pathP",
+ "name": 489,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 489,
+ "ctrlPoint1": {
+ "x": 849,
+ "y": 2396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 889,
+ "y": 2522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 904,
+ "y": 2586,
+ "r": 5,
+ "type": "pathP",
+ "name": 489,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "name": 490,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 490,
+ "ctrlPoint1": {
+ "x": 911,
+ "y": 2633,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 936,
+ "y": 2634,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "name": 490,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1034,
+ "y": 2566,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 492,
+ "ctrlPoint1": {
+ "x": 1001,
+ "y": 2617,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1027,
+ "y": 2599,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1034,
+ "y": 2566,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1096,
+ "y": 2526,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 493,
+ "ctrlPoint1": {
+ "x": 1047,
+ "y": 2547,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1074,
+ "y": 2530,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1096,
+ "y": 2526,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1573,
+ "y": 2406,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 494,
+ "ctrlPoint1": {
+ "x": 1215,
+ "y": 2496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1453,
+ "y": 2436,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1573,
+ "y": 2406,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1573,
+ "y": 2290,
+ "r": 5,
+ "type": "pathP",
+ "name": 495,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 495,
+ "ctrlPoint1": {
+ "x": 1606,
+ "y": 2384,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1586,
+ "y": 2323,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1573,
+ "y": 2290,
+ "r": 5,
+ "type": "pathP",
+ "name": 495,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1533,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "name": 496,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 496,
+ "ctrlPoint1": {
+ "x": 1566,
+ "y": 2244,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1549,
+ "y": 2207,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1533,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "name": 496,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1490,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "name": 498,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 498,
+ "ctrlPoint1": {
+ "x": 1514,
+ "y": 2133,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1480,
+ "y": 2147,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1490,
+ "y": 2190,
+ "r": 5,
+ "type": "pathP",
+ "name": 498,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1481,
+ "y": 2369,
+ "r": 5,
+ "type": "pathP",
+ "name": 499,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 499,
+ "ctrlPoint1": {
+ "x": 1504,
+ "y": 2236,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1529,
+ "y": 2319,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1481,
+ "y": 2369,
+ "r": 5,
+ "type": "pathP",
+ "name": 499,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1222,
+ "y": 2272,
+ "r": 5,
+ "type": "pathP",
+ "name": 500,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 500,
+ "ctrlPoint1": {
+ "x": 1451,
+ "y": 2439,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1234,
+ "y": 2480,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1222,
+ "y": 2272,
+ "r": 5,
+ "type": "pathP",
+ "name": 500,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 2126,
+ "r": 5,
+ "type": "pathP",
+ "name": 501,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 501,
+ "ctrlPoint1": {
+ "x": 1243,
+ "y": 2177,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1297,
+ "y": 2166,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 2126,
+ "r": 5,
+ "type": "pathP",
+ "name": 501,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "name": 487,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 502,
+ "ctrlPoint1": {
+ "x": 1155,
+ "y": 2120,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 914,
+ "y": 2069,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1209,
+ "yaxis": 2367,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 2200,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1451,
+ "y": 2284,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 185,
+ "ctrlPoint1": {
+ "x": 1412.944203735635,
+ "y": 2200,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1451,
+ "y": 2237.608081014196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1451,
+ "y": 2284,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 2368,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 186,
+ "ctrlPoint1": {
+ "x": 1451,
+ "y": 2330.391918985804,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1412.944203735635,
+ "y": 2368,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 2368,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1281,
+ "y": 2284,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 187,
+ "ctrlPoint1": {
+ "x": 1319.055796264365,
+ "y": 2368,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1281,
+ "y": 2330.391918985804,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1281,
+ "y": 2284,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 2200,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 188,
+ "ctrlPoint1": {
+ "x": 1281,
+ "y": 2237.608081014196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1319.055796264365,
+ "y": 2200,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1366,
+ "yaxis": 2284,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 2560,
+ "r": 5,
+ "type": "pathP",
+ "name": 502,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 2482,
+ "r": 5,
+ "type": "pathP",
+ "name": 503,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 503,
+ "ctrlPoint1": {
+ "x": 1181,
+ "y": 2540,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1336,
+ "y": 2501,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 2482,
+ "r": 5,
+ "type": "pathP",
+ "name": 503,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1480,
+ "y": 2540,
+ "r": 5,
+ "type": "pathP",
+ "name": 504,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 504,
+ "ctrlPoint1": {
+ "x": 1483,
+ "y": 2461,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1463,
+ "y": 2510,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1480,
+ "y": 2540,
+ "r": 5,
+ "type": "pathP",
+ "name": 504,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1434,
+ "y": 2618,
+ "r": 5,
+ "type": "pathP",
+ "name": 505,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 505,
+ "ctrlPoint1": {
+ "x": 1510,
+ "y": 2617,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1446,
+ "y": 2611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1434,
+ "y": 2618,
+ "r": 5,
+ "type": "pathP",
+ "name": 505,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 2694,
+ "r": 5,
+ "type": "pathP",
+ "name": 506,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 506,
+ "ctrlPoint1": {
+ "x": 1361,
+ "y": 2637,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1215,
+ "y": 2675,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 2694,
+ "r": 5,
+ "type": "pathP",
+ "name": 506,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1074,
+ "y": 2654,
+ "r": 5,
+ "type": "pathP",
+ "name": 507,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 507,
+ "ctrlPoint1": {
+ "x": 1104,
+ "y": 2713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1084,
+ "y": 2704,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1074,
+ "y": 2654,
+ "r": 5,
+ "type": "pathP",
+ "name": 507,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 2560,
+ "r": 5,
+ "type": "pathP",
+ "name": 502,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 508,
+ "ctrlPoint1": {
+ "x": 1059,
+ "y": 2603,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1060,
+ "y": 2571,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1277,
+ "yaxis": 2588,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "hollowArea": [],
+ "shopArea": [],
+ "path": {
+ "nodes": [
+ {
+ "x": 105,
+ "y": 416,
+ "id": 0,
+ "list": [
+ {
+ "x": 127.58333333333331,
+ "y": 375,
+ "id": 2,
+ "cost": 46
+ },
+ {
+ "x": 129.05572755417958,
+ "y": 486,
+ "id": 15,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 220,
+ "y": 298,
+ "id": 1,
+ "list": [
+ {
+ "x": 127.58333333333331,
+ "y": 375,
+ "id": 2,
+ "cost": 120
+ },
+ {
+ "x": 265,
+ "y": 312,
+ "id": 3,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 127.58333333333331,
+ "y": 375,
+ "id": 2,
+ "list": [
+ {
+ "x": 105,
+ "y": 416,
+ "id": 0,
+ "cost": 46
+ },
+ {
+ "x": 220,
+ "y": 298,
+ "id": 1,
+ "cost": 120
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 265,
+ "y": 312,
+ "id": 3,
+ "list": [
+ {
+ "x": 220,
+ "y": 298,
+ "id": 1,
+ "cost": 47
+ },
+ {
+ "x": 273,
+ "y": 440,
+ "id": 4,
+ "cost": 128
+ },
+ {
+ "x": 342,
+ "y": 301,
+ "id": 10,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 273,
+ "y": 440,
+ "id": 4,
+ "list": [
+ {
+ "x": 265,
+ "y": 312,
+ "id": 3,
+ "cost": 128
+ },
+ {
+ "x": 312,
+ "y": 566,
+ "id": 5,
+ "cost": 131
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 312,
+ "y": 566,
+ "id": 5,
+ "list": [
+ {
+ "x": 273,
+ "y": 440,
+ "id": 4,
+ "cost": 131
+ },
+ {
+ "x": 308,
+ "y": 664,
+ "id": 6,
+ "cost": 98
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 308,
+ "y": 664,
+ "id": 6,
+ "list": [
+ {
+ "x": 312,
+ "y": 566,
+ "id": 5,
+ "cost": 98
+ },
+ {
+ "x": 471,
+ "y": 611,
+ "id": 7,
+ "cost": 171
+ },
+ {
+ "x": 302,
+ "y": 712,
+ "id": 17,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 471,
+ "y": 611,
+ "id": 7,
+ "list": [
+ {
+ "x": 308,
+ "y": 664,
+ "id": 6,
+ "cost": 171
+ },
+ {
+ "x": 470,
+ "y": 558,
+ "id": 8,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 470,
+ "y": 558,
+ "id": 8,
+ "list": [
+ {
+ "x": 471,
+ "y": 611,
+ "id": 7,
+ "cost": 53
+ },
+ {
+ "x": 383,
+ "y": 456,
+ "id": 9,
+ "cost": 134
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 383,
+ "y": 456,
+ "id": 9,
+ "list": [
+ {
+ "x": 470,
+ "y": 558,
+ "id": 8,
+ "cost": 134
+ },
+ {
+ "x": 342,
+ "y": 301,
+ "id": 10,
+ "cost": 160
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 342,
+ "y": 301,
+ "id": 10,
+ "list": [
+ {
+ "x": 265,
+ "y": 312,
+ "id": 3,
+ "cost": 77
+ },
+ {
+ "x": 383,
+ "y": 456,
+ "id": 9,
+ "cost": 160
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 327,
+ "y": 1062,
+ "id": 11,
+ "list": [
+ {
+ "x": 307.7244582043344,
+ "y": 1007,
+ "id": 111,
+ "cost": 58
+ },
+ {
+ "x": 463,
+ "y": 1130,
+ "id": 16,
+ "cost": 152
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 262,
+ "y": 873,
+ "id": 12,
+ "list": [
+ {
+ "x": 211.1888544891641,
+ "y": 725,
+ "id": 13,
+ "cost": 156
+ },
+ {
+ "x": 287.82352941176475,
+ "y": 948,
+ "id": 109,
+ "cost": 79
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 211.1888544891641,
+ "y": 725,
+ "id": 13,
+ "list": [
+ {
+ "x": 262,
+ "y": 873,
+ "id": 12,
+ "cost": 156
+ },
+ {
+ "x": 168.2321981424149,
+ "y": 600,
+ "id": 14,
+ "cost": 132
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 168.2321981424149,
+ "y": 600,
+ "id": 14,
+ "list": [
+ {
+ "x": 211.1888544891641,
+ "y": 725,
+ "id": 13,
+ "cost": 132
+ },
+ {
+ "x": 129.05572755417958,
+ "y": 486,
+ "id": 15,
+ "cost": 120
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 129.05572755417958,
+ "y": 486,
+ "id": 15,
+ "list": [
+ {
+ "x": 105,
+ "y": 416,
+ "id": 0,
+ "cost": 74
+ },
+ {
+ "x": 168.2321981424149,
+ "y": 600,
+ "id": 14,
+ "cost": 120
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 463,
+ "y": 1130,
+ "id": 16,
+ "list": [
+ {
+ "x": 327,
+ "y": 1062,
+ "id": 11,
+ "cost": 152
+ },
+ {
+ "x": 511,
+ "y": 1070,
+ "id": 30,
+ "cost": 76
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 302,
+ "y": 712,
+ "id": 17,
+ "list": [
+ {
+ "x": 308,
+ "y": 664,
+ "id": 6,
+ "cost": 48
+ },
+ {
+ "x": 327,
+ "y": 777,
+ "id": 18,
+ "cost": 69
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 327,
+ "y": 777,
+ "id": 18,
+ "list": [
+ {
+ "x": 302,
+ "y": 712,
+ "id": 17,
+ "cost": 69
+ },
+ {
+ "x": 442,
+ "y": 841,
+ "id": 19,
+ "cost": 131
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 442,
+ "y": 841,
+ "id": 19,
+ "list": [
+ {
+ "x": 327,
+ "y": 777,
+ "id": 18,
+ "cost": 131
+ },
+ {
+ "x": 599,
+ "y": 921,
+ "id": 20,
+ "cost": 176
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 599,
+ "y": 921,
+ "id": 20,
+ "list": [
+ {
+ "x": 442,
+ "y": 841,
+ "id": 19,
+ "cost": 176
+ },
+ {
+ "x": 511,
+ "y": 1070,
+ "id": 30,
+ "cost": 173
+ },
+ {
+ "x": 699,
+ "y": 995,
+ "id": 21,
+ "cost": 124
+ },
+ {
+ "x": 688,
+ "y": 813,
+ "id": 97,
+ "cost": 139
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 699,
+ "y": 995,
+ "id": 21,
+ "list": [
+ {
+ "x": 599,
+ "y": 921,
+ "id": 20,
+ "cost": 124
+ },
+ {
+ "x": 782,
+ "y": 1063,
+ "id": 22,
+ "cost": 107
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 782,
+ "y": 1063,
+ "id": 22,
+ "list": [
+ {
+ "x": 699,
+ "y": 995,
+ "id": 21,
+ "cost": 107
+ },
+ {
+ "x": 874,
+ "y": 1158,
+ "id": 23,
+ "cost": 132
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 874,
+ "y": 1158,
+ "id": 23,
+ "list": [
+ {
+ "x": 782,
+ "y": 1063,
+ "id": 22,
+ "cost": 132
+ },
+ {
+ "x": 966,
+ "y": 1275,
+ "id": 24,
+ "cost": 148
+ },
+ {
+ "x": 828,
+ "y": 1201,
+ "id": 113,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 966,
+ "y": 1275,
+ "id": 24,
+ "list": [
+ {
+ "x": 874,
+ "y": 1158,
+ "id": 23,
+ "cost": 148
+ },
+ {
+ "x": 1042,
+ "y": 1398,
+ "id": 25,
+ "cost": 144
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1042,
+ "y": 1398,
+ "id": 25,
+ "list": [
+ {
+ "x": 966,
+ "y": 1275,
+ "id": 24,
+ "cost": 144
+ },
+ {
+ "x": 1101,
+ "y": 1539,
+ "id": 26,
+ "cost": 152
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1101,
+ "y": 1539,
+ "id": 26,
+ "list": [
+ {
+ "x": 1042,
+ "y": 1398,
+ "id": 25,
+ "cost": 152
+ },
+ {
+ "x": 1146,
+ "y": 1696,
+ "id": 27,
+ "cost": 163
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1146,
+ "y": 1696,
+ "id": 27,
+ "list": [
+ {
+ "x": 1101,
+ "y": 1539,
+ "id": 26,
+ "cost": 163
+ },
+ {
+ "x": 1172,
+ "y": 1854,
+ "id": 28,
+ "cost": 160
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1172,
+ "y": 1854,
+ "id": 28,
+ "list": [
+ {
+ "x": 1146,
+ "y": 1696,
+ "id": 27,
+ "cost": 160
+ },
+ {
+ "x": 1176,
+ "y": 2025,
+ "id": 29,
+ "cost": 171
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1176,
+ "y": 2025,
+ "id": 29,
+ "list": [
+ {
+ "x": 1172,
+ "y": 1854,
+ "id": 28,
+ "cost": 171
+ },
+ {
+ "x": 1174,
+ "y": 2097,
+ "id": 80,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 511,
+ "y": 1070,
+ "id": 30,
+ "list": [
+ {
+ "x": 463,
+ "y": 1130,
+ "id": 16,
+ "cost": 76
+ },
+ {
+ "x": 599,
+ "y": 921,
+ "id": 20,
+ "cost": 173
+ },
+ {
+ "x": 591,
+ "y": 1140,
+ "id": 31,
+ "cost": 106
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 591,
+ "y": 1140,
+ "id": 31,
+ "list": [
+ {
+ "x": 511,
+ "y": 1070,
+ "id": 30,
+ "cost": 106
+ },
+ {
+ "x": 707,
+ "y": 1242,
+ "id": 32,
+ "cost": 154
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 707,
+ "y": 1242,
+ "id": 32,
+ "list": [
+ {
+ "x": 591,
+ "y": 1140,
+ "id": 31,
+ "cost": 154
+ },
+ {
+ "x": 751,
+ "y": 1279.5193798449613,
+ "id": 116,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 836,
+ "y": 1352,
+ "id": 33,
+ "list": [
+ {
+ "x": 751,
+ "y": 1279.5193798449613,
+ "id": 116,
+ "cost": 111
+ },
+ {
+ "x": 916,
+ "y": 1449,
+ "id": 34,
+ "cost": 125
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 916,
+ "y": 1449,
+ "id": 34,
+ "list": [
+ {
+ "x": 836,
+ "y": 1352,
+ "id": 33,
+ "cost": 125
+ },
+ {
+ "x": 986,
+ "y": 1591,
+ "id": 35,
+ "cost": 158
+ },
+ {
+ "x": 863,
+ "y": 1482,
+ "id": 41,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 986,
+ "y": 1591,
+ "id": 35,
+ "list": [
+ {
+ "x": 916,
+ "y": 1449,
+ "id": 34,
+ "cost": 158
+ },
+ {
+ "x": 1024,
+ "y": 1723,
+ "id": 36,
+ "cost": 137
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1024,
+ "y": 1723,
+ "id": 36,
+ "list": [
+ {
+ "x": 986,
+ "y": 1591,
+ "id": 35,
+ "cost": 137
+ },
+ {
+ "x": 1044,
+ "y": 1858,
+ "id": 37,
+ "cost": 136
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1044,
+ "y": 1858,
+ "id": 37,
+ "list": [
+ {
+ "x": 1024,
+ "y": 1723,
+ "id": 36,
+ "cost": 136
+ },
+ {
+ "x": 1048,
+ "y": 1970,
+ "id": 38,
+ "cost": 112
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1048,
+ "y": 1970,
+ "id": 38,
+ "list": [
+ {
+ "x": 1044,
+ "y": 1858,
+ "id": 37,
+ "cost": 112
+ },
+ {
+ "x": 1048,
+ "y": 2037,
+ "id": 39,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1048,
+ "y": 2037,
+ "id": 39,
+ "list": [
+ {
+ "x": 1048,
+ "y": 1970,
+ "id": 38,
+ "cost": 67
+ },
+ {
+ "x": 1043,
+ "y": 2079,
+ "id": 81,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 40,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 863,
+ "y": 1482,
+ "id": 41,
+ "list": [
+ {
+ "x": 916,
+ "y": 1449,
+ "id": 34,
+ "cost": 62
+ },
+ {
+ "x": 842,
+ "y": 1544,
+ "id": 42,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 842,
+ "y": 1544,
+ "id": 42,
+ "list": [
+ {
+ "x": 863,
+ "y": 1482,
+ "id": 41,
+ "cost": 65
+ },
+ {
+ "x": 859,
+ "y": 1610,
+ "id": 43,
+ "cost": 68
+ },
+ {
+ "x": 787,
+ "y": 1568,
+ "id": 118,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 859,
+ "y": 1610,
+ "id": 43,
+ "list": [
+ {
+ "x": 842,
+ "y": 1544,
+ "id": 42,
+ "cost": 68
+ },
+ {
+ "x": 887,
+ "y": 1703,
+ "id": 44,
+ "cost": 97
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 887,
+ "y": 1703,
+ "id": 44,
+ "list": [
+ {
+ "x": 859,
+ "y": 1610,
+ "id": 43,
+ "cost": 97
+ },
+ {
+ "x": 911,
+ "y": 1804,
+ "id": 45,
+ "cost": 103
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 911,
+ "y": 1804,
+ "id": 45,
+ "list": [
+ {
+ "x": 887,
+ "y": 1703,
+ "id": 44,
+ "cost": 103
+ },
+ {
+ "x": 927,
+ "y": 1895,
+ "id": 46,
+ "cost": 92
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 927,
+ "y": 1895,
+ "id": 46,
+ "list": [
+ {
+ "x": 911,
+ "y": 1804,
+ "id": 45,
+ "cost": 92
+ },
+ {
+ "x": 925,
+ "y": 1995,
+ "id": 47,
+ "cost": 100
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 925,
+ "y": 1995,
+ "id": 47,
+ "list": [
+ {
+ "x": 927,
+ "y": 1895,
+ "id": 46,
+ "cost": 100
+ },
+ {
+ "x": 914,
+ "y": 2071,
+ "id": 48,
+ "cost": 76
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 914,
+ "y": 2071,
+ "id": 48,
+ "list": [
+ {
+ "x": 925,
+ "y": 1995,
+ "id": 47,
+ "cost": 76
+ },
+ {
+ "x": 1043,
+ "y": 2079,
+ "id": 81,
+ "cost": 129
+ },
+ {
+ "x": 880,
+ "y": 2165,
+ "id": 49,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 880,
+ "y": 2165,
+ "id": 49,
+ "list": [
+ {
+ "x": 914,
+ "y": 2071,
+ "id": 48,
+ "cost": 99
+ },
+ {
+ "x": 844,
+ "y": 2259,
+ "id": 50,
+ "cost": 100
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 844,
+ "y": 2259,
+ "id": 50,
+ "list": [
+ {
+ "x": 880,
+ "y": 2165,
+ "id": 49,
+ "cost": 100
+ },
+ {
+ "x": 827,
+ "y": 2334,
+ "id": 51,
+ "cost": 76
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 827,
+ "y": 2334,
+ "id": 51,
+ "list": [
+ {
+ "x": 844,
+ "y": 2259,
+ "id": 50,
+ "cost": 76
+ },
+ {
+ "x": 844,
+ "y": 2424,
+ "id": 52,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 844,
+ "y": 2424,
+ "id": 52,
+ "list": [
+ {
+ "x": 827,
+ "y": 2334,
+ "id": 51,
+ "cost": 91
+ },
+ {
+ "x": 870,
+ "y": 2539,
+ "id": 53,
+ "cost": 117
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 870,
+ "y": 2539,
+ "id": 53,
+ "list": [
+ {
+ "x": 844,
+ "y": 2424,
+ "id": 52,
+ "cost": 117
+ },
+ {
+ "x": 897,
+ "y": 2630,
+ "id": 54,
+ "cost": 94
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 897,
+ "y": 2630,
+ "id": 54,
+ "list": [
+ {
+ "x": 870,
+ "y": 2539,
+ "id": 53,
+ "cost": 94
+ },
+ {
+ "x": 941,
+ "y": 2646,
+ "id": 55,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 941,
+ "y": 2646,
+ "id": 55,
+ "list": [
+ {
+ "x": 897,
+ "y": 2630,
+ "id": 54,
+ "cost": 46
+ },
+ {
+ "x": 1005,
+ "y": 2633,
+ "id": 56,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1005,
+ "y": 2633,
+ "id": 56,
+ "list": [
+ {
+ "x": 941,
+ "y": 2646,
+ "id": 55,
+ "cost": 65
+ },
+ {
+ "x": 1050,
+ "y": 2621,
+ "id": 57,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1050,
+ "y": 2621,
+ "id": 57,
+ "list": [
+ {
+ "x": 1005,
+ "y": 2633,
+ "id": 56,
+ "cost": 46
+ },
+ {
+ "x": 1071,
+ "y": 2697,
+ "id": 58,
+ "cost": 78
+ },
+ {
+ "x": 1063,
+ "y": 2555,
+ "id": 70,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1071,
+ "y": 2697,
+ "id": 58,
+ "list": [
+ {
+ "x": 1050,
+ "y": 2621,
+ "id": 57,
+ "cost": 78
+ },
+ {
+ "x": 1109,
+ "y": 2721,
+ "id": 59,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1109,
+ "y": 2721,
+ "id": 59,
+ "list": [
+ {
+ "x": 1071,
+ "y": 2697,
+ "id": 58,
+ "cost": 44
+ },
+ {
+ "x": 1202,
+ "y": 2698,
+ "id": 60,
+ "cost": 95
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1202,
+ "y": 2698,
+ "id": 60,
+ "list": [
+ {
+ "x": 1109,
+ "y": 2721,
+ "id": 59,
+ "cost": 95
+ },
+ {
+ "x": 1306,
+ "y": 2669,
+ "id": 61,
+ "cost": 107
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1306,
+ "y": 2669,
+ "id": 61,
+ "list": [
+ {
+ "x": 1202,
+ "y": 2698,
+ "id": 60,
+ "cost": 107
+ },
+ {
+ "x": 1395,
+ "y": 2647,
+ "id": 62,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1395,
+ "y": 2647,
+ "id": 62,
+ "list": [
+ {
+ "x": 1306,
+ "y": 2669,
+ "id": 61,
+ "cost": 91
+ },
+ {
+ "x": 1480,
+ "y": 2626,
+ "id": 63,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1480,
+ "y": 2626,
+ "id": 63,
+ "list": [
+ {
+ "x": 1395,
+ "y": 2647,
+ "id": 62,
+ "cost": 87
+ },
+ {
+ "x": 1509,
+ "y": 2584,
+ "id": 64,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1509,
+ "y": 2584,
+ "id": 64,
+ "list": [
+ {
+ "x": 1480,
+ "y": 2626,
+ "id": 63,
+ "cost": 51
+ },
+ {
+ "x": 1492,
+ "y": 2516,
+ "id": 65,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1492,
+ "y": 2516,
+ "id": 65,
+ "list": [
+ {
+ "x": 1509,
+ "y": 2584,
+ "id": 64,
+ "cost": 70
+ },
+ {
+ "x": 1475,
+ "y": 2451,
+ "id": 66,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1475,
+ "y": 2451,
+ "id": 66,
+ "list": [
+ {
+ "x": 1492,
+ "y": 2516,
+ "id": 65,
+ "cost": 67
+ },
+ {
+ "x": 1594,
+ "y": 2418,
+ "id": 71,
+ "cost": 123
+ },
+ {
+ "x": 1360,
+ "y": 2478,
+ "id": 67,
+ "cost": 118
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1360,
+ "y": 2478,
+ "id": 67,
+ "list": [
+ {
+ "x": 1475,
+ "y": 2451,
+ "id": 66,
+ "cost": 118
+ },
+ {
+ "x": 1234,
+ "y": 2507,
+ "id": 68,
+ "cost": 129
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1234,
+ "y": 2507,
+ "id": 68,
+ "list": [
+ {
+ "x": 1360,
+ "y": 2478,
+ "id": 67,
+ "cost": 129
+ },
+ {
+ "x": 1138,
+ "y": 2533,
+ "id": 69,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1138,
+ "y": 2533,
+ "id": 69,
+ "list": [
+ {
+ "x": 1234,
+ "y": 2507,
+ "id": 68,
+ "cost": 99
+ },
+ {
+ "x": 1063,
+ "y": 2555,
+ "id": 70,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1063,
+ "y": 2555,
+ "id": 70,
+ "list": [
+ {
+ "x": 1050,
+ "y": 2621,
+ "id": 57,
+ "cost": 67
+ },
+ {
+ "x": 1138,
+ "y": 2533,
+ "id": 69,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1594,
+ "y": 2418,
+ "id": 71,
+ "list": [
+ {
+ "x": 1475,
+ "y": 2451,
+ "id": 66,
+ "cost": 123
+ },
+ {
+ "x": 1606,
+ "y": 2362,
+ "id": 72,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1606,
+ "y": 2362,
+ "id": 72,
+ "list": [
+ {
+ "x": 1594,
+ "y": 2418,
+ "id": 71,
+ "cost": 57
+ },
+ {
+ "x": 1583,
+ "y": 2262,
+ "id": 73,
+ "cost": 102
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1583,
+ "y": 2262,
+ "id": 73,
+ "list": [
+ {
+ "x": 1606,
+ "y": 2362,
+ "id": 72,
+ "cost": 102
+ },
+ {
+ "x": 1557,
+ "y": 2174,
+ "id": 74,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1557,
+ "y": 2174,
+ "id": 74,
+ "list": [
+ {
+ "x": 1583,
+ "y": 2262,
+ "id": 73,
+ "cost": 91
+ },
+ {
+ "x": 1528,
+ "y": 2136,
+ "id": 75,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1528,
+ "y": 2136,
+ "id": 75,
+ "list": [
+ {
+ "x": 1557,
+ "y": 2174,
+ "id": 74,
+ "cost": 47
+ },
+ {
+ "x": 1487,
+ "y": 2133,
+ "id": 76,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1487,
+ "y": 2133,
+ "id": 76,
+ "list": [
+ {
+ "x": 1528,
+ "y": 2136,
+ "id": 75,
+ "cost": 41
+ },
+ {
+ "x": 1462,
+ "y": 2178,
+ "id": 77,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1462,
+ "y": 2178,
+ "id": 77,
+ "list": [
+ {
+ "x": 1487,
+ "y": 2133,
+ "id": 76,
+ "cost": 51
+ },
+ {
+ "x": 1392,
+ "y": 2162,
+ "id": 78,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1392,
+ "y": 2162,
+ "id": 78,
+ "list": [
+ {
+ "x": 1462,
+ "y": 2178,
+ "id": 77,
+ "cost": 71
+ },
+ {
+ "x": 1293,
+ "y": 2136,
+ "id": 79,
+ "cost": 102
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1293,
+ "y": 2136,
+ "id": 79,
+ "list": [
+ {
+ "x": 1392,
+ "y": 2162,
+ "id": 78,
+ "cost": 102
+ },
+ {
+ "x": 1174,
+ "y": 2097,
+ "id": 80,
+ "cost": 125
+ },
+ {
+ "x": 1302,
+ "y": 2057,
+ "id": 82,
+ "cost": 79
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1174,
+ "y": 2097,
+ "id": 80,
+ "list": [
+ {
+ "x": 1176,
+ "y": 2025,
+ "id": 29,
+ "cost": 72
+ },
+ {
+ "x": 1293,
+ "y": 2136,
+ "id": 79,
+ "cost": 125
+ },
+ {
+ "x": 1141,
+ "y": 2094.515873015873,
+ "id": 119,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1043,
+ "y": 2079,
+ "id": 81,
+ "list": [
+ {
+ "x": 1048,
+ "y": 2037,
+ "id": 39,
+ "cost": 42
+ },
+ {
+ "x": 914,
+ "y": 2071,
+ "id": 48,
+ "cost": 129
+ },
+ {
+ "x": 1141,
+ "y": 2094.515873015873,
+ "id": 119,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1302,
+ "y": 2057,
+ "id": 82,
+ "list": [
+ {
+ "x": 1293,
+ "y": 2136,
+ "id": 79,
+ "cost": 79
+ },
+ {
+ "x": 1308,
+ "y": 1942,
+ "id": 83,
+ "cost": 115
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1308,
+ "y": 1942,
+ "id": 83,
+ "list": [
+ {
+ "x": 1302,
+ "y": 2057,
+ "id": 82,
+ "cost": 115
+ },
+ {
+ "x": 1301,
+ "y": 1858,
+ "id": 84,
+ "cost": 84
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1301,
+ "y": 1858,
+ "id": 84,
+ "list": [
+ {
+ "x": 1308,
+ "y": 1942,
+ "id": 83,
+ "cost": 84
+ },
+ {
+ "x": 1292,
+ "y": 1762,
+ "id": 85,
+ "cost": 96
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1292,
+ "y": 1762,
+ "id": 85,
+ "list": [
+ {
+ "x": 1301,
+ "y": 1858,
+ "id": 84,
+ "cost": 96
+ },
+ {
+ "x": 1271,
+ "y": 1664,
+ "id": 86,
+ "cost": 100
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1271,
+ "y": 1664,
+ "id": 86,
+ "list": [
+ {
+ "x": 1292,
+ "y": 1762,
+ "id": 85,
+ "cost": 100
+ },
+ {
+ "x": 1254,
+ "y": 1589,
+ "id": 87,
+ "cost": 76
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1254,
+ "y": 1589,
+ "id": 87,
+ "list": [
+ {
+ "x": 1271,
+ "y": 1664,
+ "id": 86,
+ "cost": 76
+ },
+ {
+ "x": 1208,
+ "y": 1465,
+ "id": 88,
+ "cost": 132
+ },
+ {
+ "x": 1353,
+ "y": 1560,
+ "id": 108,
+ "cost": 103
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1208,
+ "y": 1465,
+ "id": 88,
+ "list": [
+ {
+ "x": 1254,
+ "y": 1589,
+ "id": 87,
+ "cost": 132
+ },
+ {
+ "x": 1166,
+ "y": 1364,
+ "id": 89,
+ "cost": 109
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1166,
+ "y": 1364,
+ "id": 89,
+ "list": [
+ {
+ "x": 1208,
+ "y": 1465,
+ "id": 88,
+ "cost": 109
+ },
+ {
+ "x": 1123,
+ "y": 1282,
+ "id": 90,
+ "cost": 92
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1123,
+ "y": 1282,
+ "id": 90,
+ "list": [
+ {
+ "x": 1166,
+ "y": 1364,
+ "id": 89,
+ "cost": 92
+ },
+ {
+ "x": 1077,
+ "y": 1207,
+ "id": 91,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1077,
+ "y": 1207,
+ "id": 91,
+ "list": [
+ {
+ "x": 1123,
+ "y": 1282,
+ "id": 90,
+ "cost": 87
+ },
+ {
+ "x": 1027,
+ "y": 1143,
+ "id": 92,
+ "cost": 81
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1027,
+ "y": 1143,
+ "id": 92,
+ "list": [
+ {
+ "x": 1077,
+ "y": 1207,
+ "id": 91,
+ "cost": 81
+ },
+ {
+ "x": 971,
+ "y": 1077,
+ "id": 93,
+ "cost": 86
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 971,
+ "y": 1077,
+ "id": 93,
+ "list": [
+ {
+ "x": 1027,
+ "y": 1143,
+ "id": 92,
+ "cost": 86
+ },
+ {
+ "x": 904,
+ "y": 1006,
+ "id": 94,
+ "cost": 97
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 904,
+ "y": 1006,
+ "id": 94,
+ "list": [
+ {
+ "x": 971,
+ "y": 1077,
+ "id": 93,
+ "cost": 97
+ },
+ {
+ "x": 841,
+ "y": 943,
+ "id": 95,
+ "cost": 89
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 841,
+ "y": 943,
+ "id": 95,
+ "list": [
+ {
+ "x": 904,
+ "y": 1006,
+ "id": 94,
+ "cost": 89
+ },
+ {
+ "x": 763,
+ "y": 878,
+ "id": 96,
+ "cost": 101
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 763,
+ "y": 878,
+ "id": 96,
+ "list": [
+ {
+ "x": 841,
+ "y": 943,
+ "id": 95,
+ "cost": 101
+ },
+ {
+ "x": 688,
+ "y": 813,
+ "id": 97,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 688,
+ "y": 813,
+ "id": 97,
+ "list": [
+ {
+ "x": 599,
+ "y": 921,
+ "id": 20,
+ "cost": 139
+ },
+ {
+ "x": 763,
+ "y": 878,
+ "id": 96,
+ "cost": 99
+ },
+ {
+ "x": 803,
+ "y": 691,
+ "id": 98,
+ "cost": 167
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 803,
+ "y": 691,
+ "id": 98,
+ "list": [
+ {
+ "x": 688,
+ "y": 813,
+ "id": 97,
+ "cost": 167
+ },
+ {
+ "x": 870,
+ "y": 760,
+ "id": 99,
+ "cost": 96
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 870,
+ "y": 760,
+ "id": 99,
+ "list": [
+ {
+ "x": 803,
+ "y": 691,
+ "id": 98,
+ "cost": 96
+ },
+ {
+ "x": 950,
+ "y": 850,
+ "id": 100,
+ "cost": 120
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 950,
+ "y": 850,
+ "id": 100,
+ "list": [
+ {
+ "x": 870,
+ "y": 760,
+ "id": 99,
+ "cost": 120
+ },
+ {
+ "x": 1040,
+ "y": 952,
+ "id": 101,
+ "cost": 136
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1040,
+ "y": 952,
+ "id": 101,
+ "list": [
+ {
+ "x": 950,
+ "y": 850,
+ "id": 100,
+ "cost": 136
+ },
+ {
+ "x": 1116,
+ "y": 1047,
+ "id": 102,
+ "cost": 121
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1116,
+ "y": 1047,
+ "id": 102,
+ "list": [
+ {
+ "x": 1040,
+ "y": 952,
+ "id": 101,
+ "cost": 121
+ },
+ {
+ "x": 1171,
+ "y": 1119,
+ "id": 103,
+ "cost": 90
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1171,
+ "y": 1119,
+ "id": 103,
+ "list": [
+ {
+ "x": 1116,
+ "y": 1047,
+ "id": 102,
+ "cost": 90
+ },
+ {
+ "x": 1258,
+ "y": 1260,
+ "id": 104,
+ "cost": 165
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1258,
+ "y": 1260,
+ "id": 104,
+ "list": [
+ {
+ "x": 1171,
+ "y": 1119,
+ "id": 103,
+ "cost": 165
+ },
+ {
+ "x": 1300,
+ "y": 1338,
+ "id": 105,
+ "cost": 88
+ },
+ {
+ "x": 1207,
+ "y": 1293,
+ "id": 117,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1300,
+ "y": 1338,
+ "id": 105,
+ "list": [
+ {
+ "x": 1258,
+ "y": 1260,
+ "id": 104,
+ "cost": 88
+ },
+ {
+ "x": 1347,
+ "y": 1454,
+ "id": 106,
+ "cost": 125
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1347,
+ "y": 1454,
+ "id": 106,
+ "list": [
+ {
+ "x": 1300,
+ "y": 1338,
+ "id": 105,
+ "cost": 125
+ },
+ {
+ "x": 1367,
+ "y": 1516,
+ "id": 107,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1367,
+ "y": 1516,
+ "id": 107,
+ "list": [
+ {
+ "x": 1347,
+ "y": 1454,
+ "id": 106,
+ "cost": 65
+ },
+ {
+ "x": 1353,
+ "y": 1560,
+ "id": 108,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1353,
+ "y": 1560,
+ "id": 108,
+ "list": [
+ {
+ "x": 1254,
+ "y": 1589,
+ "id": 87,
+ "cost": 103
+ },
+ {
+ "x": 1367,
+ "y": 1516,
+ "id": 107,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 287.82352941176475,
+ "y": 948,
+ "id": 109,
+ "list": [
+ {
+ "x": 262,
+ "y": 873,
+ "id": 12,
+ "cost": 79
+ },
+ {
+ "x": 213,
+ "y": 973,
+ "id": 110,
+ "cost": 78
+ },
+ {
+ "x": 307.7244582043344,
+ "y": 1007,
+ "id": 111,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 213,
+ "y": 973,
+ "id": 110,
+ "list": [
+ {
+ "x": 287.82352941176475,
+ "y": 948,
+ "id": 109,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 307.7244582043344,
+ "y": 1007,
+ "id": 111,
+ "list": [
+ {
+ "x": 327,
+ "y": 1062,
+ "id": 11,
+ "cost": 58
+ },
+ {
+ "x": 287.82352941176475,
+ "y": 948,
+ "id": 109,
+ "cost": 62
+ },
+ {
+ "x": 236,
+ "y": 1036,
+ "id": 112,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 236,
+ "y": 1036,
+ "id": 112,
+ "list": [
+ {
+ "x": 307.7244582043344,
+ "y": 1007,
+ "id": 111,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 828,
+ "y": 1201,
+ "id": 113,
+ "list": [
+ {
+ "x": 874,
+ "y": 1158,
+ "id": 23,
+ "cost": 62
+ },
+ {
+ "x": 791,
+ "y": 1240,
+ "id": 114,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 791,
+ "y": 1240,
+ "id": 114,
+ "list": [
+ {
+ "x": 828,
+ "y": 1201,
+ "id": 113,
+ "cost": 53
+ },
+ {
+ "x": 751,
+ "y": 1279.5193798449613,
+ "id": 116,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 115,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 751,
+ "y": 1279.5193798449613,
+ "id": 116,
+ "list": [
+ {
+ "x": 707,
+ "y": 1242,
+ "id": 32,
+ "cost": 57
+ },
+ {
+ "x": 836,
+ "y": 1352,
+ "id": 33,
+ "cost": 111
+ },
+ {
+ "x": 791,
+ "y": 1240,
+ "id": 114,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1207,
+ "y": 1293,
+ "id": 117,
+ "list": [
+ {
+ "x": 1258,
+ "y": 1260,
+ "id": 104,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 787,
+ "y": 1568,
+ "id": 118,
+ "list": [
+ {
+ "x": 842,
+ "y": 1544,
+ "id": 42,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1141,
+ "y": 2094.515873015873,
+ "id": 119,
+ "list": [
+ {
+ "x": 1174,
+ "y": 2097,
+ "id": 80,
+ "cost": 33
+ },
+ {
+ "x": 1043,
+ "y": 2079,
+ "id": 81,
+ "cost": 99
+ },
+ {
+ "x": 1071,
+ "y": 2183,
+ "id": 120,
+ "cost": 112
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1071,
+ "y": 2183,
+ "id": 120,
+ "list": [
+ {
+ "x": 1141,
+ "y": 2094.515873015873,
+ "id": 119,
+ "cost": 112
+ },
+ {
+ "x": 1028,
+ "y": 2256,
+ "id": 121,
+ "cost": 84
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1028,
+ "y": 2256,
+ "id": 121,
+ "list": [
+ {
+ "x": 1071,
+ "y": 2183,
+ "id": 120,
+ "cost": 84
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ }
+ ]
+ },
+ "decos": [],
+ "icons": [
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 221,
+ "y": 1020,
+ "facCode": "lt",
+ "navCode": 112,
+ "src": "lt",
+ "width": 32,
+ "height": 32,
+ "title": "楼梯"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 1191,
+ "y": 1280,
+ "facCode": "lt",
+ "navCode": 117,
+ "src": "lt",
+ "width": 32,
+ "height": 32,
+ "title": "楼梯"
+ }
+ ],
+ "stairs": [
+ {
+ "no": "2",
+ "toFloor": "0,1,3,4,5,6,",
+ "x": 203,
+ "y": 959,
+ "facCode": "dt",
+ "navCode": 110,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "0,1,2,3,4,5,6,7,",
+ "x": 770,
+ "y": 1556,
+ "facCode": "dt",
+ "navCode": 118,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "9",
+ "toFloor": "0,1,",
+ "x": 764,
+ "y": 1228,
+ "facCode": "ft",
+ "navCode": 114,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "0,1,2,3,4,5,6,",
+ "x": 1014,
+ "y": 2230,
+ "facCode": "ft",
+ "navCode": 120,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "8",
+ "toFloor": "0,1,2,3,",
+ "x": 1056,
+ "y": 2170,
+ "facCode": "dt",
+ "navCode": 120,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ }
+ ],
+ "parkArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1325,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1341,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1341,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 2120,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 2120,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1324,
+ "y": 2119,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1324,
+ "y": 2119,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1325,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-001",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1333,
+ "yaxis": 2098,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 0.03490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 2034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 35,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1325,
+ "y": 2047,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 36,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1325,
+ "y": 2047,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1326,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 37,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1326,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 2034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 38,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-002",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1348,
+ "yaxis": 2041,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.6406094968746698,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1371,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 2034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 39,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 2034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1326,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 40,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1326,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 2015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 41,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 2015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1371,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 42,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-003",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1349,
+ "yaxis": 2025,
+ "shopNav": "82",
+ "state": "over",
+ "angle": 1.6406094968746698,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1371,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 43,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1371,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 1996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 44,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 1996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1328,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 45,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1328,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 46,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-004",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1350,
+ "yaxis": 1989,
+ "shopNav": "83",
+ "state": "over",
+ "angle": 1.5882496193148399,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 47,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1328,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 48,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1328,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1328,
+ "y": 1964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 49,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1328,
+ "y": 1964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 50,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-005",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1350,
+ "yaxis": 1973,
+ "shopNav": "83",
+ "state": "over",
+ "angle": 1.5882496193148399,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1371,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1371,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 51,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1371,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 1946,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 52,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 1946,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 53,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1371,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 54,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-006",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1349,
+ "yaxis": 1938,
+ "shopNav": "83",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 1913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1371,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 55,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1371,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 56,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1326,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 57,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1326,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 1913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 58,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-007",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1349,
+ "yaxis": 1922,
+ "shopNav": "83",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 59,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1326,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 60,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1326,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1325,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 61,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1325,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 62,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-008",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1348,
+ "yaxis": 1887,
+ "shopNav": "83",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1368,
+ "y": 1861,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 63,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1325,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 64,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1325,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1324,
+ "y": 1864,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 65,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1324,
+ "y": 1864,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1368,
+ "y": 1861,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 66,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-009",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1346,
+ "yaxis": 1871,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1367,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 67,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1367,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1323,
+ "y": 1846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 68,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1323,
+ "y": 1846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1322,
+ "y": 1831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 69,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1322,
+ "y": 1831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 70,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-010",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1344,
+ "yaxis": 1837,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1364,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 71,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1322,
+ "y": 1831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 72,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1322,
+ "y": 1831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1320,
+ "y": 1815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 73,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1320,
+ "y": 1815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1364,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 74,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-011",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1343,
+ "yaxis": 1821,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1358,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1360,
+ "y": 1789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 75,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1360,
+ "y": 1789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1316,
+ "y": 1794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 76,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1316,
+ "y": 1794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314,
+ "y": 1778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 77,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1314,
+ "y": 1778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1358,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 78,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-012",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1337,
+ "yaxis": 1784,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1356,
+ "y": 1757,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1358,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 79,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1358,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314,
+ "y": 1778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 80,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1314,
+ "y": 1778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1312,
+ "y": 1763,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 81,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1312,
+ "y": 1763,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1356,
+ "y": 1757,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 82,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-013",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1335,
+ "yaxis": 1768,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 83,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 1745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 84,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 1745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1306,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 85,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1306,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 86,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-014",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1329,
+ "yaxis": 1734,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.3962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1347,
+ "y": 1706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 87,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1306,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 88,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1306,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1303,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 89,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1303,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1347,
+ "y": 1706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 90,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-015",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1326,
+ "yaxis": 1718,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.3962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1344,
+ "y": 1684,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 91,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1344,
+ "y": 1684,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1301,
+ "y": 1693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 92,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1301,
+ "y": 1693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1297,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 93,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1297,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 94,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-016",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1320,
+ "yaxis": 1681,
+ "shopNav": "86",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 1653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 95,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1297,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 96,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1297,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1294,
+ "y": 1662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 97,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1294,
+ "y": 1662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 1653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 98,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-017",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1317,
+ "yaxis": 1665,
+ "shopNav": "86",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1305,
+ "y": 1601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1320,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 99,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1320,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1331,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 100,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1331,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1316,
+ "y": 1644,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 101,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1316,
+ "y": 1644,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1305,
+ "y": 1601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 102,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-018",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1318,
+ "yaxis": 1620,
+ "shopNav": "108",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1320,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1336,
+ "y": 1593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 103,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1336,
+ "y": 1593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1347,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 104,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1347,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1331,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 105,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1331,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1320,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 106,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-019",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1334,
+ "yaxis": 1616,
+ "shopNav": "108",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1202,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 107,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1621,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 108,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1621,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1244,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 109,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1244,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1202,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 110,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-020",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1221,
+ "yaxis": 1634,
+ "shopNav": "86",
+ "state": "over",
+ "angle": -1.8500490071139892,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1207,
+ "y": 1664,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 111,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1245,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 112,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1245,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1249,
+ "y": 1651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 113,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1249,
+ "y": 1651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1207,
+ "y": 1664,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 114,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-021",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1226,
+ "yaxis": 1650,
+ "shopNav": "86",
+ "state": "over",
+ "angle": -1.8500490071139892,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1213,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1210,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 115,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1210,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1253,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 116,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1253,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1256,
+ "y": 1689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 117,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1256,
+ "y": 1689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1213,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 118,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-022",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1233,
+ "yaxis": 1686,
+ "shopNav": "86",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1213,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 119,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1213,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1256,
+ "y": 1689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 120,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1256,
+ "y": 1689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 121,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 122,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-023",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1237,
+ "yaxis": 1701,
+ "shopNav": "86",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 123,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1262,
+ "y": 1715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 124,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1262,
+ "y": 1715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1265,
+ "y": 1731,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 125,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1265,
+ "y": 1731,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 126,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-024",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-024",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1242,
+ "yaxis": 1726,
+ "shopNav": "86",
+ "state": "over",
+ "angle": -1.7453292519943295,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1224,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 127,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1265,
+ "y": 1731,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 128,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1265,
+ "y": 1731,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1267,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 129,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1267,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1224,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 130,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-025",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1244,
+ "yaxis": 1742,
+ "shopNav": "86",
+ "state": "over",
+ "angle": -1.7453292519943295,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1226,
+ "y": 1777,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 131,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1226,
+ "y": 1777,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1270,
+ "y": 1771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 132,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1270,
+ "y": 1771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1272,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 133,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1272,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 134,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-026",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1249,
+ "yaxis": 1782,
+ "shopNav": "85",
+ "state": "over",
+ "angle": -1.710422666954443,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1231,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 135,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1272,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 136,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1272,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1274,
+ "y": 1803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 137,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1274,
+ "y": 1803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1231,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 138,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-027",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1252,
+ "yaxis": 1798,
+ "shopNav": "85",
+ "state": "over",
+ "angle": -1.710422666954443,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1234,
+ "y": 1834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 139,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1277,
+ "y": 1814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 140,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1277,
+ "y": 1814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1278,
+ "y": 1830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 141,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1278,
+ "y": 1830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1234,
+ "y": 1834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 142,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-028",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1256,
+ "yaxis": 1824,
+ "shopNav": "85",
+ "state": "over",
+ "angle": -1.6580627893946132,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1236,
+ "y": 1849,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 143,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1279,
+ "y": 1829,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 144,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1279,
+ "y": 1829,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1280,
+ "y": 1845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 145,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1280,
+ "y": 1845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1236,
+ "y": 1849,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 146,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-029",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1258,
+ "yaxis": 1839,
+ "shopNav": "84",
+ "state": "over",
+ "angle": -1.6580627893946132,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1239,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1238,
+ "y": 1869,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 147,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1238,
+ "y": 1869,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1282,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 148,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1282,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1283,
+ "y": 1882,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 149,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1283,
+ "y": 1882,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1239,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 150,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-030",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1261,
+ "yaxis": 1875,
+ "shopNav": "84",
+ "state": "over",
+ "angle": -1.6406094968746698,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1901,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1239,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 151,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1239,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1283,
+ "y": 1882,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 152,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1283,
+ "y": 1882,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1284,
+ "y": 1897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 153,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1284,
+ "y": 1897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1901,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 154,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-031",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1262,
+ "yaxis": 1891,
+ "shopNav": "84",
+ "state": "over",
+ "angle": -1.6406094968746698,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1908,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 155,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1908,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 1908,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 156,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 1908,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 157,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 158,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-032",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1263,
+ "yaxis": 1916,
+ "shopNav": "84",
+ "state": "over",
+ "angle": -1.5882496193148399,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 159,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 160,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 161,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 162,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-033",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-033",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1263,
+ "yaxis": 1932,
+ "shopNav": "84",
+ "state": "over",
+ "angle": -1.5882496193148399,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 163,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1284,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 164,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1284,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1284,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 165,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1284,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 166,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-034",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1262,
+ "yaxis": 1973,
+ "shopNav": "82",
+ "state": "over",
+ "angle": -1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 167,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1284,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 168,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1284,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1284,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 169,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1284,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 170,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-035",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1262,
+ "yaxis": 1989,
+ "shopNav": "82",
+ "state": "over",
+ "angle": -1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1227,
+ "y": 2074,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1227,
+ "y": 2058,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 171,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1227,
+ "y": 2058,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1271,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 172,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1271,
+ "y": 2060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1271,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 173,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1271,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1227,
+ "y": 2074,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 174,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-036",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1249,
+ "yaxis": 2067,
+ "shopNav": "82",
+ "state": "over",
+ "angle": -1.5184364492350666,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1196,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1196,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 175,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1196,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 176,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 177,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1196,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 178,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-037",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1218,
+ "yaxis": 1989,
+ "shopNav": "29",
+ "state": "over",
+ "angle": -1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1196,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1196,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 179,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1196,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 180,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 181,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1196,
+ "y": 1981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 182,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-038",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1218,
+ "yaxis": 1973,
+ "shopNav": "29",
+ "state": "over",
+ "angle": -1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 1941,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 183,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 184,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 185,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 1941,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 186,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-039",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-039",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1219,
+ "yaxis": 1933,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.5882496193148399,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 187,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1908,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 188,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1908,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 189,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 190,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-040",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1219,
+ "yaxis": 1917,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.5882496193148399,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1196,
+ "y": 1904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 191,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1239,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 192,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1239,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1901,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 193,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1901,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1196,
+ "y": 1904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 194,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-041",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-041",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1218,
+ "yaxis": 1894,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.6406094968746698,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1194,
+ "y": 1872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 195,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1194,
+ "y": 1872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1238,
+ "y": 1869,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 196,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1238,
+ "y": 1869,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1239,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 197,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1239,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 198,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-042",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-042",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1217,
+ "yaxis": 1878,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.6406094968746698,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1193,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 199,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 200,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1236,
+ "y": 1849,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 201,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1236,
+ "y": 1849,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1193,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 202,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-043",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-043",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1214,
+ "yaxis": 1843,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.6580627893946132,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1189,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 203,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1189,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 204,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1234,
+ "y": 1834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 205,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1234,
+ "y": 1834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 206,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-044",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1212,
+ "yaxis": 1828,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.6580627893946132,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 1815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 1799,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 207,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 1799,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 208,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1231,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 209,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1231,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 1815,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 210,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-045",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-045",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1208,
+ "yaxis": 1804,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.710422666954443,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 1799,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1183,
+ "y": 1783,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 211,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1183,
+ "y": 1783,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1226,
+ "y": 1777,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 212,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1226,
+ "y": 1777,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 213,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 1799,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 214,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-046",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-046",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1206,
+ "yaxis": 1788,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.710422666954443,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 1762,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1178,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 215,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1178,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 216,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1224,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 217,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1224,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 1762,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 218,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-047",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-047",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1201,
+ "yaxis": 1750,
+ "shopNav": "27",
+ "state": "over",
+ "angle": -1.7453292519943295,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1178,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1175,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 219,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1175,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 220,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 221,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1178,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 222,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-048",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-048",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1198,
+ "yaxis": 1734,
+ "shopNav": "27",
+ "state": "over",
+ "angle": -1.7453292519943295,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1174,
+ "y": 1724,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1170,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 223,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1170,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1213,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 224,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1213,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 225,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1174,
+ "y": 1724,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 226,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-049",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-049",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1194,
+ "yaxis": 1711,
+ "shopNav": "27",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1170,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1167,
+ "y": 1693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 227,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1167,
+ "y": 1693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1210,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 228,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1210,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1213,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 229,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1213,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1170,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 230,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-050",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-050",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1190,
+ "yaxis": 1696,
+ "shopNav": "27",
+ "state": "over",
+ "angle": -1.7976891295541593,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1165,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 1660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 231,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 1660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 232,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1207,
+ "y": 1664,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 233,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1207,
+ "y": 1664,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1165,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 234,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-051",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-051",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1184,
+ "yaxis": 1662,
+ "shopNav": "27",
+ "state": "over",
+ "angle": -1.8500490071139892,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1159,
+ "y": 1660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 1645,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 235,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 1645,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 236,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1202,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 237,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1202,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1159,
+ "y": 1660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 238,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-052",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1178,
+ "yaxis": 1647,
+ "shopNav": "",
+ "state": "over",
+ "angle": -1.8500490071139892,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1110,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 239,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1153,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 240,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1153,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 1890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 241,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 1890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1110,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 242,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-053",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-053",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1131,
+ "yaxis": 1884,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1110,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 243,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1110,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 1890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 244,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 1890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 1906,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 245,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 1906,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 246,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-054",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-054",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1132,
+ "yaxis": 1900,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1941,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1112,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 247,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1112,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1156,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 248,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1156,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1156,
+ "y": 1938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 249,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1156,
+ "y": 1938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1941,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 250,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-055",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1135,
+ "yaxis": 1935,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 251,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1157,
+ "y": 1964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 252,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1157,
+ "y": 1964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1157,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 253,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1157,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 254,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-056",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-056",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1135,
+ "yaxis": 1972,
+ "shopNav": "29",
+ "state": "over",
+ "angle": -1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 255,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 1985,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 256,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 1985,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 2001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 257,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 2001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 258,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-057",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1133,
+ "yaxis": 1993,
+ "shopNav": "29",
+ "state": "over",
+ "angle": -1.53588974175501,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1110,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 259,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 2001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 260,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 2001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 2017,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 261,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 2017,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1110,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 262,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-058",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1133,
+ "yaxis": 2009,
+ "shopNav": "29",
+ "state": "over",
+ "angle": -1.53588974175501,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1130,
+ "y": 2020,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 263,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1130,
+ "y": 2020,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1129,
+ "y": 2064,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 264,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1129,
+ "y": 2064,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 2063,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 265,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 2063,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 266,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-059",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-059",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1122,
+ "yaxis": 2042,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.017453292519943295,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1098,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 267,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 2063,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 268,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 2063,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1097,
+ "y": 2063,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 269,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1097,
+ "y": 2063,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1098,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 270,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-060",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-060",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1106,
+ "yaxis": 2041,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.017453292519943295,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 271,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 272,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 273,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 274,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-062",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-062",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1089,
+ "yaxis": 2008,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 275,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 276,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 277,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 278,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-063",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-063",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1089,
+ "yaxis": 1992,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 279,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 1979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1069,
+ "y": 1979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 280,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1069,
+ "y": 1979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1069,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 281,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1069,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 282,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-064",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1091,
+ "yaxis": 1971,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1112,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 283,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1112,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1068,
+ "y": 1928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 284,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1068,
+ "y": 1928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 285,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 286,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-065",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-065",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1089,
+ "yaxis": 1918,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1110,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 287,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 288,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 289,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1110,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 290,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-066",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1088,
+ "yaxis": 1902,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1110,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 291,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1110,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 292,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 293,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 294,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-067",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-067",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1088,
+ "yaxis": 1886,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1108,
+ "y": 1819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1110,
+ "y": 1835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 295,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1110,
+ "y": 1835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 296,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 297,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1108,
+ "y": 1819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 298,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-068",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-068",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1088,
+ "yaxis": 1829,
+ "shopNav": "37",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1106,
+ "y": 1803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1108,
+ "y": 1819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 299,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1108,
+ "y": 1819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 300,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 301,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1106,
+ "y": 1803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 302,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-069",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-069",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1086,
+ "yaxis": 1813,
+ "shopNav": "37",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 988,
+ "y": 1688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 303,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 988,
+ "y": 1688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 946,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 304,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 946,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 1685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 305,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 1685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 306,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-071",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-071",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 965,
+ "yaxis": 1686,
+ "shopNav": 36,
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 988,
+ "y": 1688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 992,
+ "y": 1703,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 311,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 992,
+ "y": 1703,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 950,
+ "y": 1716,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 312,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 950,
+ "y": 1716,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 946,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 313,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 946,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 988,
+ "y": 1688,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 314,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-072",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-072",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 969,
+ "yaxis": 1702,
+ "shopNav": 36,
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1009,
+ "y": 1766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1012,
+ "y": 1781,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 315,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1012,
+ "y": 1781,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 969,
+ "y": 1790,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 316,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 969,
+ "y": 1790,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 966,
+ "y": 1774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 317,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 966,
+ "y": 1774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1009,
+ "y": 1766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 318,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-075",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-075",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 989,
+ "yaxis": 1778,
+ "shopNav": 36,
+ "state": "over",
+ "angle": 1.3788101090755203,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1014,
+ "y": 1801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 1817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 319,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 1817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 973,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 320,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 973,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 971,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 321,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 971,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1014,
+ "y": 1801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 322,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-076",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-076",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 994,
+ "yaxis": 1813,
+ "shopNav": "37",
+ "state": "over",
+ "angle": 1.413716694115407,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 1817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1019,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 323,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1019,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 976,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 324,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 976,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 973,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 325,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 973,
+ "y": 1824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 1817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 326,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-077",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-077",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 996,
+ "yaxis": 1829,
+ "shopNav": "37",
+ "state": "over",
+ "angle": 1.413716694115407,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1019,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1022,
+ "y": 1849,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 327,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1022,
+ "y": 1849,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 328,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 976,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 329,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 976,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1019,
+ "y": 1833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 330,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-078",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-078",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 999,
+ "yaxis": 1844,
+ "shopNav": "37",
+ "state": "over",
+ "angle": 1.413716694115407,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1022,
+ "y": 1895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 331,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 332,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 333,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1022,
+ "y": 1895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 334,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-079",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-079",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1001,
+ "yaxis": 1904,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1025,
+ "y": 1927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 335,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1025,
+ "y": 1927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 981,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 336,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 981,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 337,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 338,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-080",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-080",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1002,
+ "yaxis": 1920,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1025,
+ "y": 1927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1026,
+ "y": 1943,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 339,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1026,
+ "y": 1943,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 982,
+ "y": 1946,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 340,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 982,
+ "y": 1946,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 981,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 341,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 981,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1025,
+ "y": 1927,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 342,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-081",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-081",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1003,
+ "yaxis": 1936,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 1968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 343,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 344,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 1968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 345,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 1968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 1968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 346,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-082",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-082",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1005,
+ "yaxis": 1976,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 347,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 348,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 349,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 350,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-083",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-083",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1005,
+ "yaxis": 1992,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 351,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 352,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 2016,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 353,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 2000,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 354,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-084",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-084",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1005,
+ "yaxis": 2008,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 952,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 968,
+ "y": 1964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 355,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 968,
+ "y": 1964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 2008,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 356,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 2008,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 948,
+ "y": 2007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 357,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 948,
+ "y": 2007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 952,
+ "y": 1963,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 358,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-086",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-086",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 958,
+ "yaxis": 1985,
+ "shopNav": "47",
+ "state": "over",
+ "angle": 0.08726646259971647,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1024,
+ "y": 2023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1024,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 359,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1024,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 360,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 2039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 2023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 361,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 2023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1024,
+ "y": 2023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 362,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-088",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-088",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1002,
+ "yaxis": 2031,
+ "shopNav": "38",
+ "state": "over",
+ "angle": 1.5707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 1819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 960,
+ "y": 1816,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 363,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 960,
+ "y": 1816,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 967,
+ "y": 1860,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 364,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 967,
+ "y": 1860,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 951,
+ "y": 1862,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 365,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 951,
+ "y": 1862,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 1819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 366,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-087",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-087",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 955,
+ "yaxis": 1839,
+ "shopNav": "45",
+ "state": "over",
+ "angle": -0.15707963267948966,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 914,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 367,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 1674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 1716,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 368,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 1716,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 925,
+ "y": 1721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 369,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 925,
+ "y": 1721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 914,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 370,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-088",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-088",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 927,
+ "yaxis": 1697,
+ "shopNav": "44",
+ "state": "over",
+ "angle": -0.2617993877991494,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 1680,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 1695,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 371,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 1695,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 821,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 372,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 821,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 1692,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 373,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 1692,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 1680,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 374,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-090",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-090",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 840,
+ "yaxis": 1693,
+ "shopNav": 44,
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 1695,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 1710,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 375,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 1710,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 826,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 376,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 826,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 821,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 377,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 821,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 1695,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 378,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-091",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-091",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 845,
+ "yaxis": 1709,
+ "shopNav": 44,
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 1710,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 872,
+ "y": 1726,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 379,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 872,
+ "y": 1726,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 380,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 826,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 381,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 826,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 1710,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 382,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-092",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-092",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 849,
+ "yaxis": 1724,
+ "shopNav": 44,
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 872,
+ "y": 1726,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 877,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 383,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 877,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 1753,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 384,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 1753,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 385,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 872,
+ "y": 1726,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 386,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-093",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-093",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 853,
+ "yaxis": 1739,
+ "shopNav": 44,
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 1778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 387,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 388,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 842,
+ "y": 1790,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 389,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 842,
+ "y": 1790,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 1778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 390,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-094",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-094",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 865,
+ "yaxis": 1791,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 893,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 391,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 893,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 851,
+ "y": 1821,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 392,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 851,
+ "y": 1821,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 393,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 1793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 394,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-095",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-095",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 870,
+ "yaxis": 1807,
+ "shopNav": "45",
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 395,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 396,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 397,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 398,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-096",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-096",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 892,
+ "yaxis": 2267,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 399,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 400,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 879,
+ "y": 2237,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 401,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 879,
+ "y": 2237,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 402,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-097",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-097",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 897,
+ "yaxis": 2252,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 938,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 403,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 891,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 404,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 891,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 897,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 405,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 897,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 938,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 406,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-098",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-098",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 914,
+ "yaxis": 2201,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 407,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 902,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 408,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 902,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 908,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 409,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 908,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 410,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-099",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-099",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 926,
+ "yaxis": 2171,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 411,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 908,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 412,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 908,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 913,
+ "y": 2141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 413,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 913,
+ "y": 2141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 414,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-100",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-100",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 931,
+ "yaxis": 2156,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 969,
+ "y": 2105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 985,
+ "y": 2107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 415,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 985,
+ "y": 2107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 979,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 416,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 979,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 2148,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 417,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 2148,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 969,
+ "y": 2105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 418,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-101",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-101",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 974,
+ "yaxis": 2128,
+ "shopNav": "81",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 985,
+ "y": 2107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 2109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 419,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 2109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 995,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 420,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 995,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 979,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 421,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 979,
+ "y": 2151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 985,
+ "y": 2107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 422,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-102",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-102",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 990,
+ "yaxis": 2130,
+ "shopNav": "81",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 2109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 2112,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 423,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 2112,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 424,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 995,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 425,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 995,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 2109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 426,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-103",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-103",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1006,
+ "yaxis": 2132,
+ "shopNav": "81",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 2112,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 427,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 2157,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 428,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 2157,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 429,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 2112,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 430,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-104",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-104",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1022,
+ "yaxis": 2134,
+ "shopNav": "81",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1049,
+ "y": 2116,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 431,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1049,
+ "y": 2116,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1043,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 432,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1043,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 2157,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 433,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 2157,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 434,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-105",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-105",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1038,
+ "yaxis": 2137,
+ "shopNav": "81",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1078,
+ "y": 2117,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1094,
+ "y": 2119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 435,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1094,
+ "y": 2119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1088,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 436,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1088,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 437,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1078,
+ "y": 2117,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 438,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-106",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-106",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1083,
+ "yaxis": 2140,
+ "shopNav": "81",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1153,
+ "y": 2123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 439,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 2169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 440,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 2169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1147,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 441,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1147,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1153,
+ "y": 2123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 442,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-107",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-107",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1158,
+ "yaxis": 2146,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 2127,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 443,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 2127,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1178,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 444,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1178,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 2169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 445,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 2169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 2125,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 446,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-108",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-108",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1174,
+ "yaxis": 2148,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1228,
+ "y": 1579,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 455,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 456,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1186,
+ "y": 1592,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 457,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1186,
+ "y": 1592,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1228,
+ "y": 1579,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 458,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-110",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-110",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1210,
+ "yaxis": 1593,
+ "shopNav": "87",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1196,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 459,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1196,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1153,
+ "y": 1635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 460,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1153,
+ "y": 1635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 1620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 461,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 1620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 462,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-111",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-111",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1172,
+ "yaxis": 1619,
+ "shopNav": "27",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1186,
+ "y": 1592,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 463,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 1620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 464,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 1620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 1605,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 465,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 1605,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1186,
+ "y": 1592,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 466,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-112",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-112",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1167,
+ "yaxis": 1606,
+ "shopNav": "27",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 1615,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 467,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 1643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 468,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 1643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 1628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 469,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 1628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 1615,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 470,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-113",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-113",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1085,
+ "yaxis": 1629,
+ "shopNav": "27",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 1645,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 471,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 1645,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1071,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 472,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1071,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 1643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 473,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 1643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 474,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-114",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-114",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1090,
+ "yaxis": 1644,
+ "shopNav": "27",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 1643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 475,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1029,
+ "y": 1671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 476,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1029,
+ "y": 1671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1025,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 477,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1025,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 1643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 478,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-115",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-115",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1048,
+ "yaxis": 1657,
+ "shopNav": "36",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 1628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 1643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 479,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 1643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1025,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 480,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1025,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1020,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 481,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1020,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 1628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 482,
+ "isStrLine": true
+ }
+ ],
+ "name": "D-116",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "D-116",
+ "park_first": "D-",
+ "park_after": "",
+ "xaxis": 1043,
+ "yaxis": 1642,
+ "shopNav": "36",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1397,
+ "y": 2090,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1413,
+ "y": 2091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 483,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1413,
+ "y": 2091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1412,
+ "y": 2135,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 484,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1412,
+ "y": 2135,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1396,
+ "y": 2134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 485,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1396,
+ "y": 2134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1397,
+ "y": 2090,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 486,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-001",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1405,
+ "yaxis": 2113,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 0.03490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1438,
+ "y": 2079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1454,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 487,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1454,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1465,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 488,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1465,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1449,
+ "y": 2122,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 489,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1449,
+ "y": 2122,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1438,
+ "y": 2079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 490,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-002",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1452,
+ "yaxis": 2099,
+ "shopNav": "76",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1454,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1469,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 491,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1469,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1480,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 492,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1480,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1465,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 493,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1465,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1454,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 494,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-003",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1467,
+ "yaxis": 2095,
+ "shopNav": "76",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1469,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1485,
+ "y": 2067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 495,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1485,
+ "y": 2067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1496,
+ "y": 2110,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 496,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1496,
+ "y": 2110,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1480,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 497,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1480,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1469,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 498,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-004",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1483,
+ "yaxis": 2091,
+ "shopNav": "76",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1591,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1595,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 499,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1595,
+ "y": 2118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1552,
+ "y": 2129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 500,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1552,
+ "y": 2129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1548,
+ "y": 2113,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 501,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1548,
+ "y": 2113,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1591,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 502,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-008",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1572,
+ "yaxis": 2116,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1616,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1620,
+ "y": 2152,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 503,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1620,
+ "y": 2152,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1577,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 504,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1577,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1573,
+ "y": 2147,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 505,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1573,
+ "y": 2147,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1616,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 506,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-009",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1597,
+ "yaxis": 2150,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1622,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1626,
+ "y": 2181,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 507,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1626,
+ "y": 2181,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1583,
+ "y": 2192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 508,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1583,
+ "y": 2192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1579,
+ "y": 2176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 509,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1579,
+ "y": 2176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1622,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 510,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-010",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1603,
+ "yaxis": 2179,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1553,
+ "y": 2235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1557,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 519,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1557,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1514,
+ "y": 2261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 520,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1514,
+ "y": 2261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1510,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 521,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1510,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1553,
+ "y": 2235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 522,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-011",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1534,
+ "yaxis": 2248,
+ "shopNav": "73",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1557,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1561,
+ "y": 2266,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 523,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1561,
+ "y": 2266,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1518,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 524,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1518,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1514,
+ "y": 2261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 525,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1514,
+ "y": 2261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1557,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 526,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-012",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1537,
+ "yaxis": 2263,
+ "shopNav": "73",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1561,
+ "y": 2266,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1565,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 527,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1565,
+ "y": 2281,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1522,
+ "y": 2292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 528,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1522,
+ "y": 2292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1518,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 529,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1518,
+ "y": 2276,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1561,
+ "y": 2266,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 530,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-013",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1541,
+ "yaxis": 2279,
+ "shopNav": "73",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1586,
+ "y": 2440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1602,
+ "y": 2437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 531,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1602,
+ "y": 2437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1612,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 532,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1612,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1597,
+ "y": 2483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 533,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1597,
+ "y": 2483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1586,
+ "y": 2440,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 534,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-015",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1599,
+ "yaxis": 2460,
+ "shopNav": "71",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1532,
+ "y": 2455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1548,
+ "y": 2452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 535,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1548,
+ "y": 2452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1558,
+ "y": 2494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 536,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1558,
+ "y": 2494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1543,
+ "y": 2498,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 537,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1543,
+ "y": 2498,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1532,
+ "y": 2455,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 538,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-017",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1545,
+ "yaxis": 2475,
+ "shopNav": "66",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 2454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 2451,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 543,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 2451,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 2493,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 544,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 2493,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 2497,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 545,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 2497,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 2454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 546,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-019",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1184,
+ "yaxis": 2474,
+ "shopNav": "69",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1156,
+ "y": 2458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 2454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 547,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 2454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 2497,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 548,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 2497,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 2501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 549,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 2501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1156,
+ "y": 2458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 550,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-020",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1169,
+ "yaxis": 2478,
+ "shopNav": "69",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 2465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1139,
+ "y": 2461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 551,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1139,
+ "y": 2461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1150,
+ "y": 2504,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 552,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1150,
+ "y": 2504,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1134,
+ "y": 2508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 553,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1134,
+ "y": 2508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 2465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 554,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-021",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1137,
+ "yaxis": 2485,
+ "shopNav": "69",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 869,
+ "y": 2643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 873,
+ "y": 2659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 555,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 873,
+ "y": 2659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 831,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 556,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 831,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 826,
+ "y": 2655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 557,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 826,
+ "y": 2655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 869,
+ "y": 2643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 558,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-025",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 850,
+ "yaxis": 2657,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 873,
+ "y": 2659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 877,
+ "y": 2674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 559,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 877,
+ "y": 2674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 560,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 831,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 561,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 831,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 873,
+ "y": 2659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 562,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-026",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 854,
+ "yaxis": 2672,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 877,
+ "y": 2674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 881,
+ "y": 2690,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 563,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 881,
+ "y": 2690,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 839,
+ "y": 2701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 564,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 839,
+ "y": 2701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 565,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 877,
+ "y": 2674,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 566,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-027",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 858,
+ "yaxis": 2688,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 888,
+ "y": 2702,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 904,
+ "y": 2698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 567,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 904,
+ "y": 2698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 914,
+ "y": 2741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 568,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 914,
+ "y": 2741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 898,
+ "y": 2745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 569,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 898,
+ "y": 2745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 888,
+ "y": 2702,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 570,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-028",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 901,
+ "yaxis": 2722,
+ "shopNav": "55",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 904,
+ "y": 2698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 919,
+ "y": 2695,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 571,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 919,
+ "y": 2695,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 2738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 572,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 2738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 914,
+ "y": 2741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 573,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 914,
+ "y": 2741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 904,
+ "y": 2698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 574,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-029",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 917,
+ "yaxis": 2718,
+ "shopNav": "55",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 960,
+ "y": 2666,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 575,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 960,
+ "y": 2666,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 971,
+ "y": 2708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 576,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 971,
+ "y": 2708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 577,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 578,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-030",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 958,
+ "yaxis": 2689,
+ "shopNav": "55",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 2662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 989,
+ "y": 2658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 579,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 989,
+ "y": 2658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 2700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 580,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 2700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 984,
+ "y": 2704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 581,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 984,
+ "y": 2704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 2662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 582,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-031",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 987,
+ "yaxis": 2681,
+ "shopNav": "55",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1040,
+ "y": 2676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1044,
+ "y": 2691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 583,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1044,
+ "y": 2691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 2702,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 584,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 2702,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 997,
+ "y": 2687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 585,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 997,
+ "y": 2687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1040,
+ "y": 2676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 586,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-032",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1021,
+ "yaxis": 2689,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1053,
+ "y": 2720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1057,
+ "y": 2735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 587,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1057,
+ "y": 2735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1014,
+ "y": 2746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 588,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1014,
+ "y": 2746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 2731,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 589,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 2731,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1053,
+ "y": 2720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 590,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-033",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-033",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1034,
+ "yaxis": 2733,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1096,
+ "y": 2651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 591,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 2689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 592,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 2689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1106,
+ "y": 2693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 593,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1106,
+ "y": 2693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1096,
+ "y": 2651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 594,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-034",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1109,
+ "yaxis": 2670,
+ "shopNav": "59",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 2647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1127,
+ "y": 2643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 595,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1127,
+ "y": 2643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1137,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 596,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1137,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 2689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 597,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 2689,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 2647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 598,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-035",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1124,
+ "yaxis": 2666,
+ "shopNav": "59",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1150,
+ "y": 2638,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 2634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 599,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 2634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 2677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 600,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 2677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 2681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 601,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 2681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1150,
+ "y": 2638,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 602,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-036",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1163,
+ "yaxis": 2659,
+ "shopNav": "60",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 2636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 2632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 603,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 2632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 2675,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 604,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 2675,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1175,
+ "y": 2679,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 605,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1175,
+ "y": 2679,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 2636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 606,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-037",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1178,
+ "yaxis": 2656,
+ "shopNav": "60",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 2629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 607,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1222,
+ "y": 2668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 608,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1222,
+ "y": 2668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 2672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 609,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 2672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 2629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 610,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-038",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1209,
+ "yaxis": 2649,
+ "shopNav": "60",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1228,
+ "y": 2621,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 611,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1228,
+ "y": 2621,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1238,
+ "y": 2664,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 612,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1238,
+ "y": 2664,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1222,
+ "y": 2668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 613,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1222,
+ "y": 2668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 614,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-039",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-039",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1229,
+ "yaxis": 2647,
+ "shopNav": "60",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1244,
+ "y": 2618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 2614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 615,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 2614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1270,
+ "y": 2657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 616,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1270,
+ "y": 2657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1255,
+ "y": 2661,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 617,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1255,
+ "y": 2661,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1244,
+ "y": 2618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 618,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-040",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1257,
+ "yaxis": 2637,
+ "shopNav": "61",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 2614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 2610,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 619,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 2610,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1286,
+ "y": 2653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 620,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1286,
+ "y": 2653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1270,
+ "y": 2657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 621,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1270,
+ "y": 2657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 2614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 622,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-041",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-041",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1273,
+ "yaxis": 2636,
+ "shopNav": "61",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1294,
+ "y": 2604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 2600,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 623,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 2600,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1320,
+ "y": 2643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 624,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1320,
+ "y": 2643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1304,
+ "y": 2647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 625,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1304,
+ "y": 2647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1294,
+ "y": 2604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 626,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-042",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-042",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1306,
+ "yaxis": 2627,
+ "shopNav": "61",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 2601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1324,
+ "y": 2598,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 627,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1324,
+ "y": 2598,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1335,
+ "y": 2640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 628,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1335,
+ "y": 2640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1319,
+ "y": 2644,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 629,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1319,
+ "y": 2644,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 2601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 630,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-043",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-043",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1322,
+ "yaxis": 2621,
+ "shopNav": "61",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1325,
+ "y": 2596,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 631,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1351,
+ "y": 2635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 632,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1351,
+ "y": 2635,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1335,
+ "y": 2639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 633,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1335,
+ "y": 2639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1325,
+ "y": 2596,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 634,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-044",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1338,
+ "yaxis": 2616,
+ "shopNav": "61",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1361,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1376,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 635,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1376,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1387,
+ "y": 2628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 636,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1387,
+ "y": 2628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 2632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 637,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 2632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1361,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 638,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-045",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-045",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1374,
+ "yaxis": 2609,
+ "shopNav": "62",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1419,
+ "y": 2483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1434,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 639,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1434,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1445,
+ "y": 2522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 640,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1445,
+ "y": 2522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1430,
+ "y": 2526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 641,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1430,
+ "y": 2526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1419,
+ "y": 2483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 642,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-050",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-050",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1432,
+ "yaxis": 2503,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1403,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1419,
+ "y": 2483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 643,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1419,
+ "y": 2483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1430,
+ "y": 2526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 644,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1430,
+ "y": 2526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 2530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 645,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 2530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1403,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 646,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-051",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-051",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1416,
+ "yaxis": 2506,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1341,
+ "y": 2504,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1356,
+ "y": 2500,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 647,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1356,
+ "y": 2500,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1367,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 648,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1367,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1351,
+ "y": 2546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 649,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1351,
+ "y": 2546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1341,
+ "y": 2504,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 650,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-054",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-054",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1354,
+ "yaxis": 2523,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1303,
+ "y": 2511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1319,
+ "y": 2507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 651,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1319,
+ "y": 2507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1330,
+ "y": 2550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 652,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1330,
+ "y": 2550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 653,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1314,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1303,
+ "y": 2511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 654,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-055",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1316,
+ "yaxis": 2530,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1288,
+ "y": 2515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1303,
+ "y": 2511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 655,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1303,
+ "y": 2511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 656,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1314,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1298,
+ "y": 2558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 657,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1298,
+ "y": 2558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1288,
+ "y": 2515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 658,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-056",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-056",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1301,
+ "yaxis": 2534,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1272,
+ "y": 2519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1288,
+ "y": 2515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 659,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1288,
+ "y": 2515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1298,
+ "y": 2558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 660,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1298,
+ "y": 2558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1283,
+ "y": 2561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 661,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1283,
+ "y": 2561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1272,
+ "y": 2519,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 662,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-057",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1285,
+ "yaxis": 2538,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1238,
+ "y": 2529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1254,
+ "y": 2525,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 663,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1254,
+ "y": 2525,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 2568,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 664,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 2568,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1249,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 665,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1249,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1238,
+ "y": 2529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 666,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-058",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1251,
+ "yaxis": 2548,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1223,
+ "y": 2533,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1238,
+ "y": 2529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 667,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1238,
+ "y": 2529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1249,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 668,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1249,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 2575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 669,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 2575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1223,
+ "y": 2533,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 670,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-059",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-059",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1236,
+ "yaxis": 2552,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 2540,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 2536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 671,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 2536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 672,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1201,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 673,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1201,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 2540,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 674,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-060",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-060",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1204,
+ "yaxis": 2559,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1175,
+ "y": 2544,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 2540,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 675,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 2540,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1201,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 676,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1201,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1186,
+ "y": 2586,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 677,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1186,
+ "y": 2586,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1175,
+ "y": 2544,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 678,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-061",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-061",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1188,
+ "yaxis": 2563,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 2551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 2547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 679,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 2547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1170,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 680,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1170,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 681,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 2551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 682,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-062",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-062",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1157,
+ "yaxis": 2570,
+ "shopNav": "69",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1129,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 2551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 683,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 2551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 684,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1139,
+ "y": 2597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 685,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1139,
+ "y": 2597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1129,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 686,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-063",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-063",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1142,
+ "yaxis": 2574,
+ "shopNav": "69",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1098,
+ "y": 2587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 2584,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 687,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 2584,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 2626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 688,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 2626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1108,
+ "y": 2630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 689,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1108,
+ "y": 2630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1098,
+ "y": 2587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 690,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-064",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1111,
+ "yaxis": 2607,
+ "shopNav": "70",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 826,
+ "y": 2655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 831,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 691,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 831,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 788,
+ "y": 2681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 692,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 788,
+ "y": 2681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 784,
+ "y": 2666,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 693,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 784,
+ "y": 2666,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 826,
+ "y": 2655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 694,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-025A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-025A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 807,
+ "yaxis": 2668,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 831,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 695,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 2697,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 696,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 2697,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 788,
+ "y": 2681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 697,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 788,
+ "y": 2681,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 831,
+ "y": 2670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 698,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-026A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-026A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 811,
+ "yaxis": 2684,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 839,
+ "y": 2701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 699,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 839,
+ "y": 2701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 796,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 700,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 796,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 2697,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 701,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 2697,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 2686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 702,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-027A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-027A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 816,
+ "yaxis": 2699,
+ "shopNav": "54",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 898,
+ "y": 2745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 914,
+ "y": 2741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 703,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 914,
+ "y": 2741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 924,
+ "y": 2784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 704,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 924,
+ "y": 2784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 908,
+ "y": 2788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 705,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 908,
+ "y": 2788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 898,
+ "y": 2745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 706,
+ "isStrLine": true
+ }
+ ],
+ "name": "14166",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14166",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 911,
+ "yaxis": 2764,
+ "shopNav": "55",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 914,
+ "y": 2741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 2738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 707,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 2738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 2780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 708,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 2780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 924,
+ "y": 2784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 709,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 924,
+ "y": 2784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 914,
+ "y": 2741,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 710,
+ "isStrLine": true
+ }
+ ],
+ "name": "14167",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14167",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 927,
+ "yaxis": 2761,
+ "shopNav": "55",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 2745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1108,
+ "y": 2761,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 711,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1108,
+ "y": 2761,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 2773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 712,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 2773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1061,
+ "y": 2757,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 713,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1061,
+ "y": 2757,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 2745,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 714,
+ "isStrLine": true
+ }
+ ],
+ "name": "14390",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14390",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1085,
+ "yaxis": 2759,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1376,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1392,
+ "y": 2581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 715,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1392,
+ "y": 2581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1403,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 716,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1403,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1387,
+ "y": 2628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 717,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1387,
+ "y": 2628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1376,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 718,
+ "isStrLine": true
+ }
+ ],
+ "name": "14401",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14401",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1390,
+ "yaxis": 2605,
+ "shopNav": "62",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1392,
+ "y": 2581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1407,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 719,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1407,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1418,
+ "y": 2620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 720,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1418,
+ "y": 2620,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1403,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 721,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1403,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1392,
+ "y": 2581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 722,
+ "isStrLine": true
+ }
+ ],
+ "name": "14402",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14402",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1405,
+ "yaxis": 2601,
+ "shopNav": "62",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1467,
+ "y": 2520,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1471,
+ "y": 2536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 723,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1471,
+ "y": 2536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1429,
+ "y": 2547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 724,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1429,
+ "y": 2547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1425,
+ "y": 2532,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 725,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1425,
+ "y": 2532,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1467,
+ "y": 2520,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 726,
+ "isStrLine": true
+ }
+ ],
+ "name": "14124",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14124",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1448,
+ "yaxis": 2534,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1474,
+ "y": 2548,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1478,
+ "y": 2564,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 727,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1478,
+ "y": 2564,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1436,
+ "y": 2575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 728,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1436,
+ "y": 2575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1432,
+ "y": 2560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 729,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1432,
+ "y": 2560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1474,
+ "y": 2548,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 730,
+ "isStrLine": true
+ }
+ ],
+ "name": "14125",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14125",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1455,
+ "yaxis": 2562,
+ "shopNav": "65",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1356,
+ "y": 2500,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 731,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1382,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 732,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1382,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1367,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 733,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1367,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1356,
+ "y": 2500,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 734,
+ "isStrLine": true
+ }
+ ],
+ "name": "14166",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14166",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1369,
+ "yaxis": 2519,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1387,
+ "y": 2492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 735,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1387,
+ "y": 2492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1398,
+ "y": 2535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 736,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1398,
+ "y": 2535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1382,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 737,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1382,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 738,
+ "isStrLine": true
+ }
+ ],
+ "name": "14167",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14167",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1389,
+ "yaxis": 2515,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1350,
+ "y": 2546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 739,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1376,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 740,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1376,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1361,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 741,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1361,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1350,
+ "y": 2546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 742,
+ "isStrLine": true
+ }
+ ],
+ "name": "14157",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14157",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1363,
+ "yaxis": 2566,
+ "shopNav": "62",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1367,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1382,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 743,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1382,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1393,
+ "y": 2581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 744,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1393,
+ "y": 2581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1377,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 745,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1377,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1367,
+ "y": 2543,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 746,
+ "isStrLine": true
+ }
+ ],
+ "name": "14158",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14158",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1384,
+ "yaxis": 2566,
+ "shopNav": "62",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1382,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1398,
+ "y": 2535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 747,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1398,
+ "y": 2535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1408,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 748,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1408,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1393,
+ "y": 2581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 749,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1393,
+ "y": 2581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1382,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 750,
+ "isStrLine": true
+ }
+ ],
+ "name": "14159",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14159",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1395,
+ "yaxis": 2558,
+ "shopNav": "62",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1314,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1330,
+ "y": 2550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 751,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1330,
+ "y": 2550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 752,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1325,
+ "y": 2596,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 753,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1325,
+ "y": 2596,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314,
+ "y": 2554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 754,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-055A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-055A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1327,
+ "yaxis": 2573,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1298,
+ "y": 2559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314,
+ "y": 2555,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 755,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1314,
+ "y": 2555,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1324,
+ "y": 2598,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 756,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1324,
+ "y": 2598,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 2601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 757,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 2601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1298,
+ "y": 2559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 758,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-056A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-056A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1311,
+ "yaxis": 2578,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1283,
+ "y": 2561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1298,
+ "y": 2558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 759,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1298,
+ "y": 2558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 2600,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 760,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 2600,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1294,
+ "y": 2604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 761,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1294,
+ "y": 2604,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1283,
+ "y": 2561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 762,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-057A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-057A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1296,
+ "yaxis": 2581,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1249,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 2568,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 763,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 2568,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 2610,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 764,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 2610,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 2614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 765,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 2614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1249,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 766,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-058A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-058A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1262,
+ "yaxis": 2591,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 2575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1249,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 767,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1249,
+ "y": 2571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 2614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 768,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 2614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1244,
+ "y": 2618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 769,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1244,
+ "y": 2618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 2575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 770,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-059A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-059A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1247,
+ "yaxis": 2597,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1201,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 771,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1228,
+ "y": 2621,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 772,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1228,
+ "y": 2621,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 773,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1201,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 774,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-060A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-060A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1215,
+ "yaxis": 2602,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1186,
+ "y": 2586,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1201,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 775,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1201,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 776,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 2629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 777,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 2629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1186,
+ "y": 2586,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 778,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-061A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-061A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1197,
+ "yaxis": 2609,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1170,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 779,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1170,
+ "y": 2589,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 2632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 780,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 2632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 2636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 781,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 2636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 782,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-062A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-062A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1168,
+ "yaxis": 2613,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1139,
+ "y": 2597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 783,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 2593,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 2636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 784,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 2636,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1150,
+ "y": 2640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 785,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1150,
+ "y": 2640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1139,
+ "y": 2597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 786,
+ "isStrLine": true
+ }
+ ],
+ "name": "E-063A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "E-063A",
+ "park_first": "E-",
+ "park_after": "",
+ "xaxis": 1149,
+ "yaxis": 2619,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1082,
+ "y": 2591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1098,
+ "y": 2587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 787,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1098,
+ "y": 2587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1108,
+ "y": 2630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 788,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1108,
+ "y": 2630,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 2634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 789,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 2634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1082,
+ "y": 2591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 790,
+ "isStrLine": true
+ }
+ ],
+ "name": "F066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F066",
+ "park_first": "F",
+ "park_after": "",
+ "xaxis": 1095,
+ "yaxis": 2611,
+ "shopNav": "70",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1602,
+ "y": 2437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1617,
+ "y": 2433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 791,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1617,
+ "y": 2433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1628,
+ "y": 2475,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 792,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1628,
+ "y": 2475,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1612,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 793,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1612,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1602,
+ "y": 2437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 794,
+ "isStrLine": true
+ }
+ ],
+ "name": "14230",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14230",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1615,
+ "yaxis": 2456,
+ "shopNav": "71",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1556,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1572,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 795,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1572,
+ "y": 2312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1583,
+ "y": 2354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 796,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1583,
+ "y": 2354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1568,
+ "y": 2358,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 797,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1568,
+ "y": 2358,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1556,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 798,
+ "isStrLine": true
+ }
+ ],
+ "name": "14231",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14231",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1570,
+ "yaxis": 2335,
+ "shopNav": "72",
+ "state": "over",
+ "angle": -0.2617993877991494,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1633,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1648,
+ "y": 2425,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 799,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1648,
+ "y": 2425,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1659,
+ "y": 2467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 800,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1659,
+ "y": 2467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1643,
+ "y": 2471,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 801,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1643,
+ "y": 2471,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1633,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 802,
+ "isStrLine": true
+ }
+ ],
+ "name": "14235",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14235",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1646,
+ "yaxis": 2448,
+ "shopNav": "71",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1548,
+ "y": 2452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1563,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 803,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1563,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1574,
+ "y": 2490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 804,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1574,
+ "y": 2490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1558,
+ "y": 2494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 805,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1558,
+ "y": 2494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1548,
+ "y": 2452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 806,
+ "isStrLine": true
+ }
+ ],
+ "name": "14237",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14237",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1561,
+ "yaxis": 2471,
+ "shopNav": "71",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1505,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1521,
+ "y": 2173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 807,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1521,
+ "y": 2173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1532,
+ "y": 2215,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 808,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1532,
+ "y": 2215,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1517,
+ "y": 2219,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 809,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1517,
+ "y": 2219,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1505,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 810,
+ "isStrLine": true
+ }
+ ],
+ "name": "14239",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14239",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1519,
+ "yaxis": 2196,
+ "shopNav": "74",
+ "state": "over",
+ "angle": -0.2617993877991494,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1587,
+ "y": 2087,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1591,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 811,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1591,
+ "y": 2103,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1548,
+ "y": 2113,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 812,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1548,
+ "y": 2113,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1544,
+ "y": 2098,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 813,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1544,
+ "y": 2098,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1587,
+ "y": 2087,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 814,
+ "isStrLine": true
+ }
+ ],
+ "name": "14595",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14595",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1568,
+ "yaxis": 2099,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1490,
+ "y": 2402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1495,
+ "y": 2418,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 815,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1495,
+ "y": 2418,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1452,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 816,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1452,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1448,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 817,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1448,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1490,
+ "y": 2402,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 818,
+ "isStrLine": true
+ }
+ ],
+ "name": "14240",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14240",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1471,
+ "yaxis": 2416,
+ "shopNav": "66",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1443,
+ "y": 2033,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1459,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 819,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1459,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1469,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 820,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1469,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1454,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 821,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1454,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1443,
+ "y": 2033,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 822,
+ "isStrLine": true
+ }
+ ],
+ "name": "14131",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14131",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1456,
+ "yaxis": 2052,
+ "shopNav": "76",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1459,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1474,
+ "y": 2025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 823,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1474,
+ "y": 2025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1485,
+ "y": 2067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 824,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1485,
+ "y": 2067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1469,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 825,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1469,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1459,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 826,
+ "isStrLine": true
+ }
+ ],
+ "name": "14132",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14132",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1472,
+ "yaxis": 2048,
+ "shopNav": "76",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1428,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1443,
+ "y": 2033,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 827,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1443,
+ "y": 2033,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1454,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 828,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1454,
+ "y": 2075,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1438,
+ "y": 2079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 829,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1438,
+ "y": 2079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1428,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 830,
+ "isStrLine": true
+ }
+ ],
+ "name": "14135",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14135",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1441,
+ "yaxis": 2056,
+ "shopNav": "76",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 938,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 831,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 938,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 897,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 832,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 897,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 902,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 833,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 902,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 834,
+ "isStrLine": true
+ }
+ ],
+ "name": "14098",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14098",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 920,
+ "yaxis": 2186,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 985,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 835,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 938,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 836,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 938,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 837,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 985,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 838,
+ "isStrLine": true
+ }
+ ],
+ "name": "14161",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14161",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 962,
+ "yaxis": 2201,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 2231,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 839,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 2231,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 840,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 938,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 841,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 938,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 842,
+ "isStrLine": true
+ }
+ ],
+ "name": "14162",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14162",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 956,
+ "yaxis": 2216,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 991,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 843,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 991,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 844,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 845,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 2156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 846,
+ "isStrLine": true
+ }
+ ],
+ "name": "14176",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14176",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 973,
+ "yaxis": 2171,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 991,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 985,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 847,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 985,
+ "y": 2201,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 848,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 849,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 2171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 991,
+ "y": 2186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 850,
+ "isStrLine": true
+ }
+ ],
+ "name": "14177",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14177",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 967,
+ "yaxis": 2186,
+ "shopNav": "49",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 962,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 957,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 851,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 957,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 852,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 853,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 2252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 962,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 854,
+ "isStrLine": true
+ }
+ ],
+ "name": "14174",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14174",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 939,
+ "yaxis": 2267,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 957,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 951,
+ "y": 2297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 855,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 951,
+ "y": 2297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 856,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 857,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 2267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 957,
+ "y": 2282,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 858,
+ "isStrLine": true
+ }
+ ],
+ "name": "14175",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14175",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 933,
+ "yaxis": 2282,
+ "shopNav": "50",
+ "state": "over",
+ "angle": 1.9198621771937625,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1415,
+ "y": 1928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1415,
+ "y": 1944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 859,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1415,
+ "y": 1944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1371,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 860,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1371,
+ "y": 1945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1371,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 861,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1371,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1415,
+ "y": 1928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 862,
+ "isStrLine": true
+ }
+ ],
+ "name": "14136",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14136",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1393,
+ "yaxis": 1937,
+ "shopNav": "83",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1415,
+ "y": 1928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 863,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1415,
+ "y": 1928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1371,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 864,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1371,
+ "y": 1929,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 1913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 865,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 1913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 1912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 866,
+ "isStrLine": true
+ }
+ ],
+ "name": "14137",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14137",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1395,
+ "yaxis": 1918,
+ "shopNav": "83",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1413,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 1890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 867,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 1890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 868,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 869,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1413,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 870,
+ "isStrLine": true
+ }
+ ],
+ "name": "14138",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14138",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1392,
+ "yaxis": 1883,
+ "shopNav": "83",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1412,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1413,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 871,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1413,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 872,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1368,
+ "y": 1861,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 873,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1368,
+ "y": 1861,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1412,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 874,
+ "isStrLine": true
+ }
+ ],
+ "name": "14139",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14139",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1390,
+ "yaxis": 1868,
+ "shopNav": "83",
+ "state": "over",
+ "angle": 1.5009831567151233,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1410,
+ "y": 1823,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1411,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 875,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1411,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1367,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 876,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1367,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 877,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1410,
+ "y": 1823,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 878,
+ "isStrLine": true
+ }
+ ],
+ "name": "14140",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14140",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1388,
+ "yaxis": 1833,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1408,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1410,
+ "y": 1823,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 879,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1410,
+ "y": 1823,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 880,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 1827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1364,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 881,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1364,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1408,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 882,
+ "isStrLine": true
+ }
+ ],
+ "name": "14141",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14141",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1387,
+ "yaxis": 1817,
+ "shopNav": "84",
+ "state": "over",
+ "angle": 1.4835298641951802,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1402,
+ "y": 1768,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1404,
+ "y": 1784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 883,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1404,
+ "y": 1784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1360,
+ "y": 1789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 884,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1360,
+ "y": 1789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1358,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 885,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1358,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1402,
+ "y": 1768,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 886,
+ "isStrLine": true
+ }
+ ],
+ "name": "14142",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14142",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1381,
+ "yaxis": 1778,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1400,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1402,
+ "y": 1768,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 887,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1402,
+ "y": 1768,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1358,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 888,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1358,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1356,
+ "y": 1757,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 889,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1356,
+ "y": 1757,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1400,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 890,
+ "isStrLine": true
+ }
+ ],
+ "name": "14143",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14143",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1380,
+ "yaxis": 1762,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.4486232791552935,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1393,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1396,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 891,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1396,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 892,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 893,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1393,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 894,
+ "isStrLine": true
+ }
+ ],
+ "name": "14144",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14144",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1372,
+ "yaxis": 1726,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.3962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1390,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1393,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 895,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1393,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1349,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 896,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1349,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1347,
+ "y": 1706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 897,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1347,
+ "y": 1706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1390,
+ "y": 1699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 898,
+ "isStrLine": true
+ }
+ ],
+ "name": "14145",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14145",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1370,
+ "yaxis": 1710,
+ "shopNav": "85",
+ "state": "over",
+ "angle": 1.3962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1383,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1387,
+ "y": 1675,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 899,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1387,
+ "y": 1675,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1344,
+ "y": 1684,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 900,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1344,
+ "y": 1684,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 901,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1383,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 902,
+ "isStrLine": true
+ }
+ ],
+ "name": "14146",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14146",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1363,
+ "yaxis": 1672,
+ "shopNav": "86",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1380,
+ "y": 1644,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1383,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 903,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1383,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 904,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 1653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 905,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 1653,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1380,
+ "y": 1644,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 906,
+ "isStrLine": true
+ }
+ ],
+ "name": "14147",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14147",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1360,
+ "yaxis": 1656,
+ "shopNav": "86",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1003,
+ "y": 1734,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1006,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 907,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1006,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 1758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 908,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 1758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 960,
+ "y": 1743,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 909,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 960,
+ "y": 1743,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1003,
+ "y": 1734,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 910,
+ "isStrLine": true
+ }
+ ],
+ "name": "14534",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14534",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 983,
+ "yaxis": 1746,
+ "shopNav": 36,
+ "state": "over",
+ "angle": 1.3788101090755203,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1006,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1009,
+ "y": 1766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 911,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1009,
+ "y": 1766,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 966,
+ "y": 1774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 912,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 966,
+ "y": 1774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 1758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 913,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 1758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1006,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 914,
+ "isStrLine": true
+ }
+ ],
+ "name": "14535",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14535",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 985,
+ "yaxis": 1758,
+ "shopNav": 36,
+ "state": "over",
+ "angle": 1.3788101090755203,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1112,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 915,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 1906,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 916,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 1906,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1156,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 917,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1156,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1112,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 918,
+ "isStrLine": true
+ }
+ ],
+ "name": "14359",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14359",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1133,
+ "yaxis": 1916,
+ "shopNav": "28",
+ "state": "over",
+ "angle": -1.6231562043547263,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1238,
+ "y": 1609,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 919,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1238,
+ "y": 1609,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1196,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 920,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1196,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 921,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 1607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 922,
+ "isStrLine": true
+ }
+ ],
+ "name": "14507",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14507",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1214,
+ "yaxis": 1608,
+ "shopNav": "87",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1136,
+ "y": 1108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1145,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 923,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1145,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 924,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1100,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 925,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1100,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1136,
+ "y": 1108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 926,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-001",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1123,
+ "yaxis": 1127,
+ "shopNav": "103",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1145,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 927,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1119,
+ "y": 1159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 928,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1119,
+ "y": 1159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 929,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1145,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 930,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-002",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1132,
+ "yaxis": 1140,
+ "shopNav": "103",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1167,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 931,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1139,
+ "y": 1189,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 932,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1139,
+ "y": 1189,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1130,
+ "y": 1176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 933,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1130,
+ "y": 1176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1167,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 934,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-003",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1153,
+ "yaxis": 1170,
+ "shopNav": "103",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 1177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 935,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 1177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1148,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 936,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1148,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1139,
+ "y": 1189,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 937,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1139,
+ "y": 1189,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1164,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 938,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-004",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1162,
+ "yaxis": 1183,
+ "shopNav": "103",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 1200,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 939,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1168,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 940,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1168,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 1223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 941,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 1223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 1200,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 942,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-005",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1183,
+ "yaxis": 1218,
+ "shopNav": "104",
+ "state": "over",
+ "angle": 1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1206,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 1227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 943,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 1227,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 944,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1168,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 945,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1168,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1206,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 946,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-006",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1191,
+ "yaxis": 1232,
+ "shopNav": "104",
+ "state": "over",
+ "angle": 1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 1223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 947,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 948,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1123,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 949,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1123,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 1223,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 950,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-005",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1146,
+ "yaxis": 1242,
+ "shopNav": "90",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1168,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1177,
+ "y": 1250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 951,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1177,
+ "y": 1250,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1141,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 952,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1141,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 953,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1168,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 954,
+ "isStrLine": true
+ }
+ ],
+ "name": "14459",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14459",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 1154,
+ "yaxis": 1255,
+ "shopNav": "90",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1299,
+ "y": 1391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1305,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 955,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1305,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 956,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 957,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1299,
+ "y": 1391,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 958,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-007",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1281,
+ "yaxis": 1407,
+ "shopNav": "106",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1305,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1311,
+ "y": 1421,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 959,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1311,
+ "y": 1421,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1270,
+ "y": 1437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 960,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1270,
+ "y": 1437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 961,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1305,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 962,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-008",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1287,
+ "yaxis": 1422,
+ "shopNav": "106",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1316,
+ "y": 1438,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1322,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 963,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1322,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1280,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 964,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1280,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 965,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1316,
+ "y": 1438,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 966,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-009",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1298,
+ "yaxis": 1453,
+ "shopNav": "106",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1322,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 967,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1286,
+ "y": 1483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 968,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1286,
+ "y": 1483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1280,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 969,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1280,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1322,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 970,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-010",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1304,
+ "yaxis": 1468,
+ "shopNav": "106",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1333,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1338,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 971,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1338,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1296,
+ "y": 1514,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 972,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1296,
+ "y": 1514,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1291,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 973,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1291,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1333,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 974,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-011",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1315,
+ "yaxis": 1500,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 1.2566370614359172,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1338,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1343,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 975,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1343,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1301,
+ "y": 1529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 976,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1301,
+ "y": 1529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1296,
+ "y": 1514,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 977,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1296,
+ "y": 1514,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1338,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 978,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-012",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1320,
+ "yaxis": 1515,
+ "shopNav": "107",
+ "state": "over",
+ "angle": 1.2566370614359172,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1297,
+ "y": 1517,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1302,
+ "y": 1532,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 979,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1302,
+ "y": 1532,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 980,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1255,
+ "y": 1532,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 981,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1255,
+ "y": 1532,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1297,
+ "y": 1517,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 982,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-013",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1279,
+ "yaxis": 1532,
+ "shopNav": "87",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1292,
+ "y": 1502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1297,
+ "y": 1517,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 983,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1297,
+ "y": 1517,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1256,
+ "y": 1531,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 984,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1256,
+ "y": 1531,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1251,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 985,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1251,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1292,
+ "y": 1502,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 986,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-014",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1274,
+ "yaxis": 1517,
+ "shopNav": "87",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1280,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 1483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 987,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 1483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1244,
+ "y": 1497,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 988,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1244,
+ "y": 1497,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1239,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 989,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1239,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1280,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 990,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-015",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1262,
+ "yaxis": 1482,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1280,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 991,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1280,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1238,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 992,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1238,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 1467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 993,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 1467,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 994,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-016",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1257,
+ "yaxis": 1467,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1270,
+ "y": 1437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 995,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1270,
+ "y": 1437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 996,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1223,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 997,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1223,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 998,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-017",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1246,
+ "yaxis": 1438,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 999,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1223,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1000,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1223,
+ "y": 1439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1001,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1002,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-018",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1240,
+ "yaxis": 1423,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1242,
+ "y": 1374,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1249,
+ "y": 1388,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1003,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1249,
+ "y": 1388,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1209,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1004,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1209,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1202,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1005,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1202,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1242,
+ "y": 1374,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1006,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-019",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1225,
+ "yaxis": 1390,
+ "shopNav": "89",
+ "state": "over",
+ "angle": 1.117010721276371,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 1359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1242,
+ "y": 1374,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1007,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1242,
+ "y": 1374,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1202,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1008,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1202,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 1378,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1009,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 1378,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 1359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1010,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-020",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1218,
+ "yaxis": 1376,
+ "shopNav": "89",
+ "state": "over",
+ "angle": 1.117010721276371,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1028,
+ "y": 1179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1037,
+ "y": 1192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1011,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1037,
+ "y": 1192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 1217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1012,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 1217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 992,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1013,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 992,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1028,
+ "y": 1179,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1014,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-021",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1014,
+ "yaxis": 1198,
+ "shopNav": "91",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1037,
+ "y": 1192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1046,
+ "y": 1205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1015,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1046,
+ "y": 1205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 1230,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1016,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 1230,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 1217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1017,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 1217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1037,
+ "y": 1192,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1018,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-022",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1023,
+ "yaxis": 1211,
+ "shopNav": "91",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 1229,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1019,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1036,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1020,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1036,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 1254,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1021,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 1254,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 1229,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1022,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-023",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1049,
+ "yaxis": 1248,
+ "shopNav": "91",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 1256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1023,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 1256,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1024,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1036,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1025,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1036,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1026,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-024",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-024",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1058,
+ "yaxis": 1261,
+ "shopNav": "91",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1085,
+ "y": 1265,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1027,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1028,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1029,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1085,
+ "y": 1265,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1030,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-025",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1070,
+ "yaxis": 1283,
+ "shopNav": "90",
+ "state": "over",
+ "angle": 1.0122909661567112,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1102,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1031,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1102,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1032,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1033,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1034,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-026",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1079,
+ "yaxis": 1297,
+ "shopNav": "90",
+ "state": "over",
+ "angle": 1.0122909661567112,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 1312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1035,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1084,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1036,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1084,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1076,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1037,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1076,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 1312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1038,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-027",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1099,
+ "yaxis": 1330,
+ "shopNav": "90",
+ "state": "over",
+ "angle": 1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1130,
+ "y": 1339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1039,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1130,
+ "y": 1339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1092,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1040,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1092,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1084,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1041,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1084,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1042,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-028",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1107,
+ "yaxis": 1344,
+ "shopNav": "90",
+ "state": "over",
+ "angle": 1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1134,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1141,
+ "y": 1364,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1043,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1141,
+ "y": 1364,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1103,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1044,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1103,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1045,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1134,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1046,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-029",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1118,
+ "yaxis": 1368,
+ "shopNav": "89",
+ "state": "over",
+ "angle": 1.064650843716541,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1141,
+ "y": 1364,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 1378,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1047,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 1378,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1048,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1103,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1049,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1103,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1141,
+ "y": 1364,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1050,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-030",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1126,
+ "yaxis": 1382,
+ "shopNav": "89",
+ "state": "over",
+ "angle": 1.064650843716541,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1157,
+ "y": 1394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1164,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1051,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1164,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1052,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1118,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1053,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1118,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1157,
+ "y": 1394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1054,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-031",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1141,
+ "yaxis": 1411,
+ "shopNav": "89",
+ "state": "over",
+ "angle": 1.117010721276371,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1164,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1055,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 1423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1056,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1057,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1164,
+ "y": 1408,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1058,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-032",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1148,
+ "yaxis": 1425,
+ "shopNav": "89",
+ "state": "over",
+ "angle": 1.117010721276371,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 1446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1059,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 1446,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1060,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1136,
+ "y": 1450,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1061,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1136,
+ "y": 1450,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1062,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-033",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-033",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1159,
+ "yaxis": 1448,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.1519173063162575,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1063,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1147,
+ "y": 1479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1064,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1147,
+ "y": 1479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1141,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1065,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1141,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1066,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-034",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1164,
+ "yaxis": 1463,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.1519173063162575,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1197,
+ "y": 1490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1067,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1068,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1157,
+ "y": 1507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1069,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1157,
+ "y": 1507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1197,
+ "y": 1490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1070,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-035",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1180,
+ "yaxis": 1506,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1209,
+ "y": 1520,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1071,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1209,
+ "y": 1520,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1072,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1073,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1074,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-036",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1186,
+ "yaxis": 1521,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 1530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1075,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1076,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1077,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 1530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1078,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-037",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1194,
+ "yaxis": 1545,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1223,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1079,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1223,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1080,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1081,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1082,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-038",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1199,
+ "yaxis": 1560,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1083,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1140,
+ "y": 1590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1084,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1140,
+ "y": 1590,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1135,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1085,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1135,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1086,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-039",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-039",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1158,
+ "yaxis": 1575,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1176,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1087,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1176,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1135,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1088,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1135,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1129,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1089,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1129,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1090,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-040",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1153,
+ "yaxis": 1560,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1091,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1536,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1128,
+ "y": 1553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1092,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1128,
+ "y": 1553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1093,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1094,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-041",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-041",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1145,
+ "yaxis": 1537,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1157,
+ "y": 1507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1095,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1096,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1116,
+ "y": 1523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1097,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1116,
+ "y": 1523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1157,
+ "y": 1507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1098,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-042",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-042",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1139,
+ "yaxis": 1522,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1141,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1147,
+ "y": 1479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1099,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1147,
+ "y": 1479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1107,
+ "y": 1497,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1100,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1107,
+ "y": 1497,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1100,
+ "y": 1483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1101,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1100,
+ "y": 1483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1141,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1102,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-043",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-043",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1124,
+ "yaxis": 1481,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 1.1519173063162575,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1136,
+ "y": 1450,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1103,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1102,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1104,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1102,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1105,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1136,
+ "y": 1450,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1106,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-044",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1119,
+ "yaxis": 1466,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 1.1519173063162575,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1107,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1092,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1108,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1092,
+ "y": 1461,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1085,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1109,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1085,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1110,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-045",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-045",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1108,
+ "yaxis": 1444,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 1.117010721276371,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1118,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1111,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1085,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1112,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1085,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1078,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1113,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1078,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1118,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1114,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-046",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-046",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1101,
+ "yaxis": 1430,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 1.117010721276371,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1103,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1111,
+ "y": 1399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1115,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1111,
+ "y": 1399,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 1421,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1116,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 1421,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1117,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1103,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1118,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-047",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-047",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1087,
+ "yaxis": 1403,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 1.064650843716541,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1103,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1119,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1103,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1120,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1057,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1121,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1057,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1122,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-048",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-048",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1080,
+ "yaxis": 1389,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 1.064650843716541,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1084,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1092,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1123,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1092,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1053,
+ "y": 1383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1124,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1053,
+ "y": 1383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1046,
+ "y": 1369,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1125,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1046,
+ "y": 1369,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1084,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1126,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-049",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-049",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1069,
+ "yaxis": 1366,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 1.064650843716541,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1076,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1084,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1127,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1084,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 1370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1128,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 1370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1037,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1129,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1037,
+ "y": 1356,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1076,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1130,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-050",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-050",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1061,
+ "yaxis": 1352,
+ "shopNav": "25",
+ "state": "over",
+ "angle": 1.064650843716541,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1131,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 1339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1132,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 1339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1019,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1133,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1019,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1134,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-051",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-051",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1042,
+ "yaxis": 1320,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 1.0122909661567112,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1135,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1019,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1136,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1019,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 1312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1137,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 1312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1138,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-052",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1033,
+ "yaxis": 1307,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 1.0122909661567112,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1036,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1139,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1008,
+ "y": 1305,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1140,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1008,
+ "y": 1305,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 999,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1141,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 999,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1036,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1142,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-053",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-053",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1022,
+ "yaxis": 1286,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 1254,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1036,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1143,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1036,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 999,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1144,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 999,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 990,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1145,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 990,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 1254,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1146,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-054",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-054",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1013,
+ "yaxis": 1273,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 1217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 1230,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1147,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 1230,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 1255,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1148,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 1255,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 965,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1149,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 965,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 1217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1150,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-055",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 987,
+ "yaxis": 1236,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 992,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 1217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1151,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 1217,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 965,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1152,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 965,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 956,
+ "y": 1229,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1153,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 956,
+ "y": 1229,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 992,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1154,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-056",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-056",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 978,
+ "yaxis": 1223,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 952,
+ "y": 1297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 961,
+ "y": 1310,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1155,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 961,
+ "y": 1310,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 925,
+ "y": 1335,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1156,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 925,
+ "y": 1335,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 916,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1157,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 916,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 952,
+ "y": 1297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1158,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-057",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 938,
+ "yaxis": 1316,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 961,
+ "y": 1310,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 970,
+ "y": 1323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1159,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 970,
+ "y": 1323,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 934,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1160,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 934,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 925,
+ "y": 1335,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1161,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 925,
+ "y": 1335,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 961,
+ "y": 1310,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1162,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-058",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 947,
+ "yaxis": 1329,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1082,
+ "y": 1546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1088,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1163,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1088,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1047,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1164,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1047,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1041,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1165,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1041,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1082,
+ "y": 1546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1166,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-059",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-059",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1064,
+ "yaxis": 1561,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1088,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1167,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1052,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1168,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1052,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1047,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1169,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1047,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1088,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1170,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-060",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-060",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1070,
+ "yaxis": 1576,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1099,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1171,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1099,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1057,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1172,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1057,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1052,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1173,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1052,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1174,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-061",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-061",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1075,
+ "yaxis": 1591,
+ "shopNav": "26",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1052,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1057,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1175,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1057,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1016,
+ "y": 1621,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1176,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1016,
+ "y": 1621,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1177,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1052,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1178,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-062",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-062",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1034,
+ "yaxis": 1606,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1047,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1052,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1179,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1052,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1180,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 1606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1005,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1181,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1005,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1047,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1182,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-063",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-063",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1029,
+ "yaxis": 1591,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1041,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1047,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1183,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1047,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1005,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1184,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1005,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1185,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1041,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1186,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-064",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 1023,
+ "yaxis": 1576,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 979,
+ "y": 1517,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 1511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1187,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 1511,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 1551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1188,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 1551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1189,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 979,
+ "y": 1517,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1190,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-065",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-065",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 995,
+ "yaxis": 1534,
+ "shopNav": "35",
+ "state": "over",
+ "angle": -0.40142572795869574,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 928,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1191,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 928,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 892,
+ "y": 1381,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1192,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 892,
+ "y": 1381,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 883,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1193,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 883,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1194,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-066",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 905,
+ "yaxis": 1361,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 909,
+ "y": 1329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1195,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1342,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 883,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1196,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 883,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 873,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1197,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 873,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 909,
+ "y": 1329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1198,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-067",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-067",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 896,
+ "yaxis": 1348,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.9424777960769379,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 829,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1199,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 829,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 799,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1200,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 799,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 787,
+ "y": 1398,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1201,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 787,
+ "y": 1398,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1202,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-068",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-068",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 808,
+ "yaxis": 1387,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 829,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1203,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1204,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 799,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1205,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 799,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 829,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1206,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-069",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-069",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 819,
+ "yaxis": 1398,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 1415,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1207,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 829,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1208,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 829,
+ "y": 1454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 819,
+ "y": 1441,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1209,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 819,
+ "y": 1441,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 1415,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1210,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-070",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-070",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 841,
+ "yaxis": 1434,
+ "shopNav": "41",
+ "state": "over",
+ "angle": 0.9250245035569946,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 789,
+ "y": 1457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 802,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1211,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 802,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 828,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1212,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 828,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 815,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1213,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 815,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 789,
+ "y": 1457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1214,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-071",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-071",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 808,
+ "yaxis": 1469,
+ "shopNav": "31",
+ "state": "over",
+ "angle": -0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 1466,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 789,
+ "y": 1457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1215,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 789,
+ "y": 1457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 815,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1216,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 815,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 802,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1217,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 802,
+ "y": 1501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 1466,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1218,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-072",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-072",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 796,
+ "yaxis": 1479,
+ "shopNav": "31",
+ "state": "over",
+ "angle": -0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 869,
+ "y": 1541,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 1535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1219,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 1535,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 902,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1220,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 902,
+ "y": 1575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 887,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1221,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 887,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 869,
+ "y": 1541,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1222,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-073",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-073",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 886,
+ "yaxis": 1558,
+ "shopNav": "42",
+ "state": "over",
+ "angle": -0.41887902047863906,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 925,
+ "y": 1509,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 932,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1223,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 932,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 892,
+ "y": 1542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1224,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 892,
+ "y": 1542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 885,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1225,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 885,
+ "y": 1528,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 925,
+ "y": 1509,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1226,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-074",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-074",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 909,
+ "yaxis": 1526,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 932,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1227,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 899,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1228,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 899,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 892,
+ "y": 1542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1229,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 892,
+ "y": 1542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 932,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1230,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-075",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-075",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 915,
+ "yaxis": 1540,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 1553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1231,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 1553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1232,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 899,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1233,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 899,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1234,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-076",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-076",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 922,
+ "yaxis": 1555,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 1.1344640137963142,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 957,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1235,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 1612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1236,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 1612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 916,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1237,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 916,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 957,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1238,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-077",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-077",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 939,
+ "yaxis": 1597,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 1.2042771838760873,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 968,
+ "y": 1611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1239,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 968,
+ "y": 1611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 927,
+ "y": 1627,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1240,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 927,
+ "y": 1627,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 1612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1241,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 1612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1242,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-078",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-078",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 945,
+ "yaxis": 1612,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 1.2042771838760873,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 968,
+ "y": 1611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1243,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 1642,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1244,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 1642,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 927,
+ "y": 1627,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1245,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 927,
+ "y": 1627,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 968,
+ "y": 1611,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1246,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-079",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-079",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 951,
+ "yaxis": 1627,
+ "shopNav": "35",
+ "state": "over",
+ "angle": 1.2042771838760873,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 979,
+ "y": 1657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1247,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 1685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1248,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 1685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1249,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 979,
+ "y": 1657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1250,
+ "isStrLine": true
+ }
+ ],
+ "name": "F-070",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "F-070",
+ "park_first": "F-",
+ "park_after": "",
+ "xaxis": 960,
+ "yaxis": 1671,
+ "shopNav": 36,
+ "state": "over",
+ "angle": 1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 1079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 1091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1251,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 1091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1091,
+ "y": 1119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1252,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1091,
+ "y": 1119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1253,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 1079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1254,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-001",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 1103,
+ "yaxis": 1099,
+ "shopNav": "102",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 1066,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 1079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1255,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 1079,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1256,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1070,
+ "y": 1095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1257,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1070,
+ "y": 1095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 1066,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1258,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-002",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 1092,
+ "yaxis": 1087,
+ "shopNav": "102",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1079,
+ "y": 1036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1089,
+ "y": 1049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1259,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1089,
+ "y": 1049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 1077,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1260,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 1077,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1261,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1079,
+ "y": 1036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1262,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-003",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 1067,
+ "yaxis": 1057,
+ "shopNav": "102",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1069,
+ "y": 1024,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1079,
+ "y": 1036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1263,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1079,
+ "y": 1036,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1264,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1035,
+ "y": 1052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1265,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1035,
+ "y": 1052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1069,
+ "y": 1024,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1266,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-004",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 1057,
+ "yaxis": 1044,
+ "shopNav": "102",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1044,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1055,
+ "y": 1007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1267,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1055,
+ "y": 1007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1022,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1268,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1022,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1269,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1044,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1270,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-005",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 1033,
+ "yaxis": 1016,
+ "shopNav": "101",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1044,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1271,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1044,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1272,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1273,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1274,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-006",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 1022,
+ "yaxis": 1005,
+ "shopNav": "101",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1022,
+ "y": 967,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1275,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1022,
+ "y": 967,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 991,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1276,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 991,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 986,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1277,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 986,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1278,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-007",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 1001,
+ "yaxis": 977,
+ "shopNav": "101",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 972,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 923,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1279,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 923,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 950,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1280,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 950,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1281,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 972,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1282,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-008",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 961,
+ "yaxis": 932,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.8552113334772214,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 962,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 972,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1283,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 972,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1284,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1285,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 962,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1286,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-009",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 951,
+ "yaxis": 920,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.8552113334772214,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 875,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 950,
+ "y": 886,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1287,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 950,
+ "y": 886,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1288,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 907,
+ "y": 905,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1289,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 907,
+ "y": 905,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 875,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1290,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-010",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 929,
+ "yaxis": 896,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 928,
+ "y": 863,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 875,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1291,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 875,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 907,
+ "y": 905,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1292,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 907,
+ "y": 905,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 896,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1293,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 896,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 928,
+ "y": 863,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1294,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-011",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 918,
+ "yaxis": 884,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.8203047484373349,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 900,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 912,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1295,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 912,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 881,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1296,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 881,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1297,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 900,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1298,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-012",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 891,
+ "yaxis": 857,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 888,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 900,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1299,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 900,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1300,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 858,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1301,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 858,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 888,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1302,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-013",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 879,
+ "yaxis": 846,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 799,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 875,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1303,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 875,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 845,
+ "y": 843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1304,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 845,
+ "y": 843,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1305,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 799,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1306,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-014",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 854,
+ "yaxis": 821,
+ "shopNav": "99",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 851,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 799,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1307,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 799,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1308,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 821,
+ "y": 821,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1309,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 821,
+ "y": 821,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 851,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1310,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-015",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 842,
+ "yaxis": 810,
+ "shopNav": "99",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 824,
+ "y": 761,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 836,
+ "y": 772,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1311,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 836,
+ "y": 772,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1312,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 794,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1313,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 794,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 824,
+ "y": 761,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1314,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-014",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 815,
+ "yaxis": 783,
+ "shopNav": "99",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 824,
+ "y": 761,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1315,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 824,
+ "y": 761,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 794,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1316,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 794,
+ "y": 794,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 782,
+ "y": 783,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1317,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 782,
+ "y": 783,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1318,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-015",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 803,
+ "yaxis": 772,
+ "shopNav": "99",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 785,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1319,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 770,
+ "y": 861,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1320,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 770,
+ "y": 861,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 757,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1321,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 757,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 785,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1322,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-017",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 777,
+ "yaxis": 839,
+ "shopNav": "96",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 850,
+ "y": 869,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1323,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1324,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1325,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 850,
+ "y": 869,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1326,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-018",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 842,
+ "yaxis": 891,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 875,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1327,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 875,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 923,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1328,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 923,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1329,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1330,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-019",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 854,
+ "yaxis": 901,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 836,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1331,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 796,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1332,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 796,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 783,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1333,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 783,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 836,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1334,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-020",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 803,
+ "yaxis": 858,
+ "shopNav": "96",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1335,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 872,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1336,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 872,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 860,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1337,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 860,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1338,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-020",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 880,
+ "yaxis": 923,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 913,
+ "y": 923,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1339,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 913,
+ "y": 923,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1340,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 872,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1341,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 872,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1342,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-021",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 893,
+ "yaxis": 934,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 926,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 946,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1343,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 946,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 907,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1344,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 907,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 896,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1345,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 896,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 926,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1346,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-025",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 917,
+ "yaxis": 957,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 1169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1347,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 1169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 988,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1348,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 988,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1349,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1350,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-022",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 1000,
+ "yaxis": 1177,
+ "shopNav": "92",
+ "state": "over",
+ "angle": 0.8552113334772214,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1351,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1352,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 967,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1353,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 967,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1354,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-023",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 989,
+ "yaxis": 1165,
+ "shopNav": "92",
+ "state": "over",
+ "angle": 0.8552113334772214,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 979,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 989,
+ "y": 1130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1355,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 989,
+ "y": 1130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1356,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1357,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 979,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1358,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-024",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-024",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 967,
+ "yaxis": 1138,
+ "shopNav": "92",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 969,
+ "y": 1105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 979,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1359,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 979,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1360,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 935,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1361,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 935,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 969,
+ "y": 1105,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1362,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-025",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 957,
+ "yaxis": 1126,
+ "shopNav": "92",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 953,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 1097,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1363,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 1097,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 931,
+ "y": 1126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1364,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 931,
+ "y": 1126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1365,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 953,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1366,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-026",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 942,
+ "yaxis": 1106,
+ "shopNav": "93",
+ "state": "over",
+ "angle": 0.8377580409572781,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 953,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1367,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 953,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1368,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 909,
+ "y": 1102,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1369,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 909,
+ "y": 1102,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1370,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-027",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 931,
+ "yaxis": 1094,
+ "shopNav": "93",
+ "state": "over",
+ "angle": 0.8377580409572781,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 926,
+ "y": 1057,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1371,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 926,
+ "y": 1057,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 1088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1372,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 1088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1373,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1374,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-028",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 905,
+ "yaxis": 1067,
+ "shopNav": "94",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 904,
+ "y": 1034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1375,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1376,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 873,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1377,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 873,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 904,
+ "y": 1034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1378,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-029",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 894,
+ "yaxis": 1055,
+ "shopNav": "94",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 894,
+ "y": 1023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1379,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 894,
+ "y": 1023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1380,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1381,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1382,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-030",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 873,
+ "yaxis": 1033,
+ "shopNav": "94",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1383,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1384,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1385,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1386,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-031",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 861,
+ "yaxis": 1022,
+ "shopNav": "94",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 844,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 856,
+ "y": 989,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1387,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 856,
+ "y": 989,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 827,
+ "y": 1022,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1388,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 827,
+ "y": 1022,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 815,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1389,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 815,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 844,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1390,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-032",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 835,
+ "yaxis": 1000,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 832,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 844,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1391,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 844,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 815,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1392,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 815,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1393,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 832,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1394,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-033",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-033",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 823,
+ "yaxis": 990,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 809,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 821,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1395,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 821,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 794,
+ "y": 991,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1396,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 794,
+ "y": 991,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1397,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 809,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1398,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-034",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 801,
+ "yaxis": 969,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 796,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 809,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1399,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 809,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1400,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1401,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 796,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1402,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-035",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 789,
+ "yaxis": 959,
+ "shopNav": "95",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 766,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 779,
+ "y": 922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1403,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 779,
+ "y": 922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 752,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1404,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 752,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1405,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 766,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1406,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-036",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 759,
+ "yaxis": 935,
+ "shopNav": "96",
+ "state": "over",
+ "angle": 0.6632251157578452,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 753,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 766,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1407,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 766,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1408,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 726,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1409,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 726,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 753,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1410,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-037",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 746,
+ "yaxis": 925,
+ "shopNav": "96",
+ "state": "over",
+ "angle": 0.6632251157578452,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 732,
+ "y": 888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 745,
+ "y": 898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1411,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 745,
+ "y": 898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1412,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 706,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1413,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 706,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 732,
+ "y": 888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1414,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-038",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 725,
+ "yaxis": 911,
+ "shopNav": "96",
+ "state": "over",
+ "angle": 0.6283185307179586,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 732,
+ "y": 888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1415,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 732,
+ "y": 888,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 706,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1416,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 706,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1417,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1418,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-039",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-039",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 712,
+ "yaxis": 901,
+ "shopNav": "96",
+ "state": "over",
+ "angle": 0.6283185307179586,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 706,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1419,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 706,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 680,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1420,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 680,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 667,
+ "y": 950,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1421,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 667,
+ "y": 950,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1422,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-040",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 686,
+ "yaxis": 937,
+ "shopNav": "21",
+ "state": "over",
+ "angle": 0.6283185307179586,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 706,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1423,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 969,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1424,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 969,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 680,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1425,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 680,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 706,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1426,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-041",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-041",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 699,
+ "yaxis": 946,
+ "shopNav": "21",
+ "state": "over",
+ "angle": 0.6283185307179586,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 726,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1427,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 982,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1428,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 982,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 699,
+ "y": 972,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1429,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 699,
+ "y": 972,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 726,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1430,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-042",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-042",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 719,
+ "yaxis": 960,
+ "shopNav": "21",
+ "state": "over",
+ "angle": 0.6632251157578452,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 752,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1431,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 752,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 724,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1432,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 724,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 982,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1433,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 982,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1434,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-043",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-043",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 732,
+ "yaxis": 969,
+ "shopNav": "21",
+ "state": "over",
+ "angle": 0.6632251157578452,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1435,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 753,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1436,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 753,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 741,
+ "y": 1005,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1437,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 741,
+ "y": 1005,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1438,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-044",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 761,
+ "yaxis": 993,
+ "shopNav": "21",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 794,
+ "y": 991,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1439,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 794,
+ "y": 991,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 766,
+ "y": 1025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1440,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 766,
+ "y": 1025,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 753,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1441,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 753,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1442,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-045",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-045",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 774,
+ "yaxis": 1003,
+ "shopNav": "21",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 815,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1443,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 815,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1045,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1444,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1045,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 774,
+ "y": 1034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1445,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 774,
+ "y": 1034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1446,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-046",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-046",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 794,
+ "yaxis": 1023,
+ "shopNav": "22",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 815,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 827,
+ "y": 1022,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1447,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 827,
+ "y": 1022,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 798,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1448,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 798,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1045,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1449,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1045,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 815,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1450,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-047",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-047",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 806,
+ "yaxis": 1033,
+ "shopNav": "22",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 840,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1451,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1452,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1453,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 840,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1454,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-048",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-048",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 831,
+ "yaxis": 1054,
+ "shopNav": "22",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1455,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 1087,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1456,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 1087,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1457,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1458,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-049",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-049",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 843,
+ "yaxis": 1065,
+ "shopNav": "22",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 873,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1459,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1460,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1461,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1095,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 873,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1462,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-050",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-050",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 862,
+ "yaxis": 1086,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 1088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1463,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 1088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1464,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1465,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1466,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-051",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-051",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 873,
+ "yaxis": 1097,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 909,
+ "y": 1102,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1467,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 887,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1468,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 887,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 877,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1469,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 877,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 909,
+ "y": 1102,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1470,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-052",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 898,
+ "yaxis": 1123,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.8377580409572781,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 931,
+ "y": 1126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1471,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 931,
+ "y": 1126,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 898,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1472,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 898,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 887,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1473,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 887,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1474,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-053",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-053",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 909,
+ "yaxis": 1135,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.8377580409572781,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 935,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1475,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1476,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1477,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 935,
+ "y": 1134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1478,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-054",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-054",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 923,
+ "yaxis": 1154,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1479,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 922,
+ "y": 1186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1480,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 922,
+ "y": 1186,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1481,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1482,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-055",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 933,
+ "yaxis": 1166,
+ "shopNav": "23",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 967,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1483,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1484,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 934,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1485,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 934,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 967,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1486,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-056",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-056",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 956,
+ "yaxis": 1194,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.8552113334772214,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 988,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1487,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 988,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 1226,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1488,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 1226,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1489,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1490,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-057",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 966,
+ "yaxis": 1206,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.8552113334772214,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 631,
+ "y": 1088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 643,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1491,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 643,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 614,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1492,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 614,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 602,
+ "y": 1121,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1493,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 602,
+ "y": 1121,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 631,
+ "y": 1088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1494,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-058",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 622,
+ "yaxis": 1110,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 657,
+ "y": 1109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 669,
+ "y": 1119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1495,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 669,
+ "y": 1119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 640,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1496,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 640,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 628,
+ "y": 1142,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1497,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 628,
+ "y": 1142,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 657,
+ "y": 1109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1498,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-059",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-059",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 648,
+ "yaxis": 1131,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 669,
+ "y": 1119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 681,
+ "y": 1130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1499,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 681,
+ "y": 1130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 652,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1500,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 652,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 640,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1501,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 640,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 669,
+ "y": 1119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1502,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-060",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-060",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 660,
+ "yaxis": 1141,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 681,
+ "y": 1130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 1140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1503,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 1140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 664,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1504,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 664,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 652,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1505,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 652,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 681,
+ "y": 1130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1506,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-061",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-061",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 673,
+ "yaxis": 1152,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 693,
+ "y": 1140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 705,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1507,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 705,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 676,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1508,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 676,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 664,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1509,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 664,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 693,
+ "y": 1140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1510,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-062",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-062",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 685,
+ "yaxis": 1162,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 705,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 717,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1511,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 717,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1512,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 676,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1513,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 676,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 705,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1514,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-063",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-063",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 697,
+ "yaxis": 1173,
+ "shopNav": "32",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 717,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 729,
+ "y": 1172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1515,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 729,
+ "y": 1172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 700,
+ "y": 1205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1516,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 700,
+ "y": 1205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1517,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 717,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1518,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-064",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 709,
+ "yaxis": 1183,
+ "shopNav": "32",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 777,
+ "y": 1332,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 789,
+ "y": 1343,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1519,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 789,
+ "y": 1343,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 760,
+ "y": 1376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1520,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 760,
+ "y": 1376,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 748,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1521,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 748,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 777,
+ "y": 1332,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1522,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-065",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-065",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 769,
+ "yaxis": 1354,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 777,
+ "y": 1332,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1523,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 777,
+ "y": 1332,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 748,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1524,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 748,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 736,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1525,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 736,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1526,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-066",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 757,
+ "yaxis": 1344,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 740,
+ "y": 1300,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 752,
+ "y": 1310,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1527,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 752,
+ "y": 1310,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 723,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1528,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 723,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 711,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1529,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 711,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 740,
+ "y": 1300,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1530,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-068",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-068",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 732,
+ "yaxis": 1322,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 724,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1531,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 724,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 695,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1532,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 695,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 683,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1533,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 683,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1534,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-069",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-069",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 704,
+ "yaxis": 1300,
+ "shopNav": "32",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 700,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1535,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 683,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1536,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 683,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 671,
+ "y": 1301,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1537,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 671,
+ "y": 1301,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 700,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1538,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-070",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-070",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 692,
+ "yaxis": 1289,
+ "shopNav": "32",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 684,
+ "y": 1252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 696,
+ "y": 1262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1539,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 696,
+ "y": 1262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 667,
+ "y": 1296,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1540,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 667,
+ "y": 1296,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 655,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1541,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 655,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 684,
+ "y": 1252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1542,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-071",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-071",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 676,
+ "yaxis": 1274,
+ "shopNav": "32",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 672,
+ "y": 1241,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 684,
+ "y": 1252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1543,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 684,
+ "y": 1252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 655,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1544,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 655,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 643,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1545,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 643,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 672,
+ "y": 1241,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1546,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-072",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-072",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 663,
+ "yaxis": 1263,
+ "shopNav": "32",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 636,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 648,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1547,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 648,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 619,
+ "y": 1255,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1548,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 619,
+ "y": 1255,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 607,
+ "y": 1245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1549,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 607,
+ "y": 1245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 636,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1550,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-073",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-073",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 627,
+ "yaxis": 1233,
+ "shopNav": "32",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 614,
+ "y": 1191,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 626,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1551,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 626,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 597,
+ "y": 1235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1552,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 597,
+ "y": 1235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 585,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1553,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 585,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 614,
+ "y": 1191,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1554,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-074",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-074",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 605,
+ "yaxis": 1213,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 581,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 593,
+ "y": 1172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1555,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 593,
+ "y": 1172,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 564,
+ "y": 1205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1556,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 564,
+ "y": 1205,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 552,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1557,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 552,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 581,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1558,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-075",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-075",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 572,
+ "yaxis": 1183,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 569,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 581,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1559,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 581,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 552,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1560,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 552,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 540,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1561,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 540,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 569,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1562,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-076",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-076",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 560,
+ "yaxis": 1173,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 541,
+ "y": 1127,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 553,
+ "y": 1137,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1563,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 553,
+ "y": 1137,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 524,
+ "y": 1171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1564,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 524,
+ "y": 1171,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 512,
+ "y": 1160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1565,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 512,
+ "y": 1160,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 541,
+ "y": 1127,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1566,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-077",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-077",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 532,
+ "yaxis": 1149,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 479,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 489,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1567,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 489,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 523,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1568,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 523,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 513,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1569,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 513,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 479,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1570,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-078",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-078",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 501,
+ "yaxis": 1176,
+ "shopNav": "16",
+ "state": "over",
+ "angle": -0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 469,
+ "y": 1181,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 479,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1571,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 479,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 513,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1572,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 513,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 503,
+ "y": 1208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1573,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 503,
+ "y": 1208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 469,
+ "y": 1181,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1574,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-079",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-079",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 491,
+ "yaxis": 1188,
+ "shopNav": "16",
+ "state": "over",
+ "angle": -0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 459,
+ "y": 1193,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 469,
+ "y": 1181,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1575,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 469,
+ "y": 1181,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 503,
+ "y": 1208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1576,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 503,
+ "y": 1208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 493,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1577,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 493,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 459,
+ "y": 1193,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1578,
+ "isStrLine": true
+ }
+ ],
+ "name": "B-080",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B-080",
+ "park_first": "B-",
+ "park_after": "",
+ "xaxis": 481,
+ "yaxis": 1201,
+ "shopNav": "16",
+ "state": "over",
+ "angle": -0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 799,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1579,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 780,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1580,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 780,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 1441,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1581,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 1441,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 799,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1582,
+ "isStrLine": true
+ }
+ ],
+ "name": "14160",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14160",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 789,
+ "yaxis": 1431,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 748,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 761,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1583,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 761,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 733,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1584,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 733,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 720,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1585,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 720,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 748,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1586,
+ "isStrLine": true
+ }
+ ],
+ "name": "14168",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14168",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 741,
+ "yaxis": 1387,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 734,
+ "y": 1354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 747,
+ "y": 1365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1587,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 747,
+ "y": 1365,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1588,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 706,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1589,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 706,
+ "y": 1385,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 734,
+ "y": 1354,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1590,
+ "isStrLine": true
+ }
+ ],
+ "name": "14170",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14170",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 727,
+ "yaxis": 1376,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 585,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 599,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1591,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 599,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 578,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1592,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 578,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 564,
+ "y": 883,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1593,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 564,
+ "y": 883,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 585,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1594,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-001",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 581,
+ "yaxis": 868,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 571,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 585,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1595,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 585,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 564,
+ "y": 883,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1596,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 564,
+ "y": 883,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 550,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1597,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 550,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 571,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1598,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-002",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 567,
+ "yaxis": 860,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 557,
+ "y": 829,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 571,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1599,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 571,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 550,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1600,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 550,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 536,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1601,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 536,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 557,
+ "y": 829,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1602,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-003",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 553,
+ "yaxis": 853,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 543,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 557,
+ "y": 829,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1603,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 557,
+ "y": 829,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 536,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1604,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 536,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 522,
+ "y": 860,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1605,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 522,
+ "y": 860,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 543,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1606,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-004",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 539,
+ "yaxis": 845,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 493,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 508,
+ "y": 805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1607,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 508,
+ "y": 805,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 489,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1608,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 489,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 475,
+ "y": 838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1609,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 475,
+ "y": 838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 493,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1610,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-005",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 491,
+ "yaxis": 822,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.4363323129985824,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 479,
+ "y": 792,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 493,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1611,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 493,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 475,
+ "y": 838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1612,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 475,
+ "y": 838,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1613,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 479,
+ "y": 792,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1614,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-006",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 477,
+ "yaxis": 815,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.4363323129985824,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 452,
+ "y": 778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 466,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1615,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 466,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 446,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1616,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 446,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 432,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1617,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 432,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 452,
+ "y": 778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1618,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-007",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 449,
+ "yaxis": 801,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.47123889803846897,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 437,
+ "y": 771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 452,
+ "y": 778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1619,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 452,
+ "y": 778,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 432,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1620,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 432,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 417,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1621,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 417,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 437,
+ "y": 771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1622,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-008",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 435,
+ "yaxis": 794,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.47123889803846897,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 763,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 437,
+ "y": 771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1623,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 437,
+ "y": 771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 417,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1624,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 417,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 403,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1625,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 403,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 763,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1626,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-009",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 420,
+ "yaxis": 786,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.47123889803846897,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 521,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 535,
+ "y": 921,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1627,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 535,
+ "y": 921,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 514,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1628,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 514,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 500,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1629,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 500,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 521,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1630,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-010",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 517,
+ "yaxis": 936,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 507,
+ "y": 906,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 521,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1631,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 521,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 500,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1632,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 500,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 486,
+ "y": 944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1633,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 486,
+ "y": 944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 507,
+ "y": 906,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1634,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-011",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 503,
+ "yaxis": 929,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 493,
+ "y": 898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 507,
+ "y": 906,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1635,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 507,
+ "y": 906,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 486,
+ "y": 944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1636,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 486,
+ "y": 944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 472,
+ "y": 936,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1637,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 472,
+ "y": 936,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 493,
+ "y": 898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1638,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-012",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 489,
+ "yaxis": 921,
+ "shopNav": "20",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 462,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 476,
+ "y": 887,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1639,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 476,
+ "y": 887,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 455,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1640,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 455,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 441,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1641,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 441,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 462,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1642,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-013",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 458,
+ "yaxis": 902,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 448,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 462,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1643,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 462,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 441,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1644,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 441,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 427,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1645,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 427,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 448,
+ "y": 871,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1646,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-014",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 444,
+ "yaxis": 894,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 407,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 421,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1647,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 421,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 400,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1648,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 400,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 386,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1649,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 386,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 407,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1650,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-015",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 403,
+ "yaxis": 874,
+ "shopNav": "19",
+ "state": "over",
+ "angle": 0.5061454830783556,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 344,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 359,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1651,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 359,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 373,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1652,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 373,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 358,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1653,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 358,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 344,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1654,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-016",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 358,
+ "yaxis": 853,
+ "shopNav": "18",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 318,
+ "y": 819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1655,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1656,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 332,
+ "y": 861,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1657,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 332,
+ "y": 861,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 318,
+ "y": 819,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1658,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-017",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 332,
+ "yaxis": 837,
+ "shopNav": "18",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 248,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 263,
+ "y": 612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1659,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 263,
+ "y": 612,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 277,
+ "y": 654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1660,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 277,
+ "y": 654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 262,
+ "y": 659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1661,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 262,
+ "y": 659,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 248,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1662,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-018",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 262,
+ "yaxis": 635,
+ "shopNav": "6",
+ "state": "over",
+ "angle": -0.3141592653589793,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 281,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 286,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1663,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 286,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 244,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1664,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 244,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 239,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1665,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 239,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 281,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1666,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-019",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 262,
+ "yaxis": 602,
+ "shopNav": "5",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 275,
+ "y": 572,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 281,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1667,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 281,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 239,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1668,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 239,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 234,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1669,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 234,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 275,
+ "y": 572,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1670,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-020",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 257,
+ "yaxis": 587,
+ "shopNav": "5",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 249,
+ "y": 433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 252,
+ "y": 448,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1671,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 252,
+ "y": 448,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 209,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1672,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 209,
+ "y": 457,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 206,
+ "y": 442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1673,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 206,
+ "y": 442,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 249,
+ "y": 433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1674,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-021",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 229,
+ "yaxis": 445,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 239,
+ "y": 397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 241,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1675,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 241,
+ "y": 413,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 197,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1676,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 197,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 195,
+ "y": 401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1677,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 195,
+ "y": 401,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 239,
+ "y": 397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1678,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-022",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 218,
+ "yaxis": 407,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 1.4660765716752369,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 238,
+ "y": 363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1679,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 198,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1680,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 198,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 210,
+ "y": 329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1681,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 210,
+ "y": 329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 238,
+ "y": 363,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1682,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-023",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-023",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 218,
+ "yaxis": 351,
+ "shopNav": "1",
+ "state": "over",
+ "angle": 2.443460952792061,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 214,
+ "y": 383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1683,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 214,
+ "y": 383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 186,
+ "y": 350,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1684,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 186,
+ "y": 350,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 198,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1685,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 198,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 373,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1686,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-024",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-024",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 206,
+ "yaxis": 361,
+ "shopNav": "1",
+ "state": "over",
+ "angle": 2.443460952792061,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 214,
+ "y": 383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 202,
+ "y": 394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1687,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 202,
+ "y": 394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 173,
+ "y": 360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1688,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 173,
+ "y": 360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 186,
+ "y": 350,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1689,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 186,
+ "y": 350,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 214,
+ "y": 383,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1690,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-025",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 194,
+ "yaxis": 372,
+ "shopNav": "1",
+ "state": "over",
+ "angle": 2.443460952792061,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 202,
+ "y": 394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 189,
+ "y": 404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1691,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 189,
+ "y": 404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 161,
+ "y": 370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1692,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 161,
+ "y": 370,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 173,
+ "y": 360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1693,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 173,
+ "y": 360,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 202,
+ "y": 394,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1694,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-026",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-026",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 181,
+ "yaxis": 382,
+ "shopNav": "1",
+ "state": "over",
+ "angle": 2.443460952792061,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 173,
+ "y": 409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 178,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1695,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 178,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 136,
+ "y": 437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1696,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 136,
+ "y": 437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 131,
+ "y": 422,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1697,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 131,
+ "y": 422,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 173,
+ "y": 409,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1698,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-027",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 154,
+ "yaxis": 423,
+ "shopNav": "15",
+ "state": "over",
+ "angle": 1.2566370614359172,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 178,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 183,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1699,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 183,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 141,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1700,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 141,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 136,
+ "y": 437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1701,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 136,
+ "y": 437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 178,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1702,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-028",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-028",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 159,
+ "yaxis": 438,
+ "shopNav": "15",
+ "state": "over",
+ "angle": 1.2566370614359172,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 183,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 188,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1703,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 188,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 146,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1704,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 146,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 141,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1705,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 141,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 183,
+ "y": 439,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1706,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-029",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 164,
+ "yaxis": 456,
+ "shopNav": "15",
+ "state": "over",
+ "angle": 1.2566370614359172,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 188,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 193,
+ "y": 469,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1707,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 193,
+ "y": 469,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 151,
+ "y": 483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1708,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 151,
+ "y": 483,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 146,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1709,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 146,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 188,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1710,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-030",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-030",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 169,
+ "yaxis": 469,
+ "shopNav": "15",
+ "state": "over",
+ "angle": 1.2566370614359172,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 202,
+ "y": 501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 208,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1711,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 208,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 166,
+ "y": 530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1712,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 166,
+ "y": 530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 161,
+ "y": 515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1713,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 161,
+ "y": 515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 202,
+ "y": 501,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1714,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-031",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 184,
+ "yaxis": 516,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 208,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 213,
+ "y": 531,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1715,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 213,
+ "y": 531,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 171,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1716,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 171,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 166,
+ "y": 530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1717,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 166,
+ "y": 530,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 208,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1718,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-032",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 189,
+ "yaxis": 531,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 213,
+ "y": 531,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 218,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1719,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 218,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 176,
+ "y": 561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1720,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 176,
+ "y": 561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 171,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1721,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 171,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 213,
+ "y": 531,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1722,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-033",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-033",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 195,
+ "yaxis": 546,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 218,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 223,
+ "y": 561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1723,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 223,
+ "y": 561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 182,
+ "y": 576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1724,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 182,
+ "y": 576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 176,
+ "y": 561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1725,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 176,
+ "y": 561,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 218,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1726,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-034",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 200,
+ "yaxis": 561,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 235,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 240,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1727,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 240,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 199,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1728,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 199,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 193,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1729,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 193,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 235,
+ "y": 587,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1730,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-035",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-035",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 217,
+ "yaxis": 602,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 239,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 244,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1731,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 244,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 203,
+ "y": 631,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1732,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 203,
+ "y": 631,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 197,
+ "y": 616,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1733,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 197,
+ "y": 616,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 239,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1734,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-036",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 221,
+ "yaxis": 617,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 244,
+ "y": 618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 249,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1735,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 249,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 208,
+ "y": 647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1736,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 208,
+ "y": 647,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 202,
+ "y": 632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1737,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 202,
+ "y": 632,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 244,
+ "y": 618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1738,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-037",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-037",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 226,
+ "yaxis": 632,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 257,
+ "y": 656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 262,
+ "y": 671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1739,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 262,
+ "y": 671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 221,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1740,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 221,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 215,
+ "y": 670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1741,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 215,
+ "y": 670,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 257,
+ "y": 656,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1742,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-038",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-038",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 239,
+ "yaxis": 670,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 262,
+ "y": 671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 267,
+ "y": 686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1743,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 267,
+ "y": 686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1744,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 221,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1745,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 221,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 262,
+ "y": 671,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1746,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-039",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-039",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 244,
+ "yaxis": 686,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 267,
+ "y": 686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 273,
+ "y": 701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1747,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 273,
+ "y": 701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 231,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1748,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 231,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1749,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 267,
+ "y": 686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1750,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-040",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-040",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 249,
+ "yaxis": 701,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 278,
+ "y": 722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 284,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1751,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 284,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 242,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1752,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 242,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 237,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1753,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 237,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 278,
+ "y": 722,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1754,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-041",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-041",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 260,
+ "yaxis": 737,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 284,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 289,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1755,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 289,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 247,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1756,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 247,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 242,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1757,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 242,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 284,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1758,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-042",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-042",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 265,
+ "yaxis": 752,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 289,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 294,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1759,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 294,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 252,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1760,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 252,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 247,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1761,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 247,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 289,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1762,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-043",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-043",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 271,
+ "yaxis": 769,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 294,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 299,
+ "y": 783,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1763,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 299,
+ "y": 783,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 258,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1764,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 258,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 252,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1765,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 252,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 294,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1766,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-044",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 276,
+ "yaxis": 782,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 309,
+ "y": 811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 314,
+ "y": 827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1767,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 314,
+ "y": 827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 273,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1768,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 273,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 267,
+ "y": 826,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1769,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 267,
+ "y": 826,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 309,
+ "y": 811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1770,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-045",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-045",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 291,
+ "yaxis": 826,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 314,
+ "y": 827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 319,
+ "y": 842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1771,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 319,
+ "y": 842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 278,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1772,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 278,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 273,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1773,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 273,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 314,
+ "y": 827,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1774,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-046",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-046",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 296,
+ "yaxis": 841,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 352,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 359,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1775,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 359,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 318,
+ "y": 967,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1776,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 318,
+ "y": 967,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 311,
+ "y": 948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1777,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 311,
+ "y": 948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 352,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1778,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-051",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-051",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 335,
+ "yaxis": 950,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 364,
+ "y": 967,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 369,
+ "y": 982,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1779,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 369,
+ "y": 982,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 328,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1780,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 328,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 323,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1781,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 323,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 364,
+ "y": 967,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1782,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-052",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 346,
+ "yaxis": 981,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 369,
+ "y": 982,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 375,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1783,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 375,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 1011,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1784,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 1011,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 328,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1785,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 328,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 369,
+ "y": 982,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1786,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-053",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-053",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 351,
+ "yaxis": 996,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 375,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 380,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1787,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 380,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 338,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1788,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 338,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 1011,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1789,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 1011,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 375,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1790,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-054",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-054",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 356,
+ "yaxis": 1012,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 380,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 385,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1791,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 385,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 343,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1792,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 343,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 338,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1793,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 338,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 380,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1794,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-055",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 362,
+ "yaxis": 1027,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 399,
+ "y": 1031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 413,
+ "y": 1039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1795,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 413,
+ "y": 1039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 393,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1796,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 393,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 379,
+ "y": 1071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1797,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 379,
+ "y": 1071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 399,
+ "y": 1031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1798,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-056",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-056",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 396,
+ "yaxis": 1055,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 0.47123889803846897,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 413,
+ "y": 1039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 427,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1799,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 427,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 407,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1800,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 407,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 393,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1801,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 393,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 413,
+ "y": 1039,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1802,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-057",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 410,
+ "yaxis": 1062,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 0.47123889803846897,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 427,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 441,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1803,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 441,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 421,
+ "y": 1092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1804,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 421,
+ "y": 1092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 407,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1805,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 407,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 427,
+ "y": 1046,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1806,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-058",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 427,
+ "yaxis": 1071,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 0.47123889803846897,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 441,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 456,
+ "y": 1060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1807,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 456,
+ "y": 1060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 436,
+ "y": 1100,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1808,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 436,
+ "y": 1100,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 421,
+ "y": 1092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1809,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 421,
+ "y": 1092,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 441,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1810,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-059",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-059",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 438,
+ "yaxis": 1076,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 0.47123889803846897,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 454,
+ "y": 1057,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 463,
+ "y": 1043,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1811,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 463,
+ "y": 1043,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 499,
+ "y": 1068,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1812,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 499,
+ "y": 1068,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 490,
+ "y": 1081,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1813,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 490,
+ "y": 1081,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 454,
+ "y": 1057,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1814,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-060",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-060",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 476,
+ "yaxis": 1062,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 464,
+ "y": 1042,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 473,
+ "y": 1029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1815,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 473,
+ "y": 1029,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 509,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1816,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 509,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 500,
+ "y": 1067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1817,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 500,
+ "y": 1067,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 464,
+ "y": 1042,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1818,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-061",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-061",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 486,
+ "yaxis": 1048,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 474,
+ "y": 1028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 483,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1819,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 483,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 519,
+ "y": 1040,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1820,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 519,
+ "y": 1040,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 510,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1821,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 510,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 474,
+ "y": 1028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1822,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-062",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-062",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 496,
+ "yaxis": 1034,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 490,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 499,
+ "y": 985,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1823,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 499,
+ "y": 985,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 536,
+ "y": 1007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1824,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 536,
+ "y": 1007,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 528,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1825,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 528,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 490,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1826,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-063",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-063",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 513,
+ "yaxis": 1003,
+ "shopNav": "20",
+ "state": "over",
+ "angle": -1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 503,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 512,
+ "y": 965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1827,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 512,
+ "y": 965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 549,
+ "y": 987,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1828,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 549,
+ "y": 987,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 541,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1829,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 541,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 503,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1830,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-064",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 526,
+ "yaxis": 983,
+ "shopNav": "20",
+ "state": "over",
+ "angle": -1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 512,
+ "y": 966,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 520,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1831,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 520,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 558,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1832,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 558,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 549,
+ "y": 988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1833,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 549,
+ "y": 988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 512,
+ "y": 966,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1834,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-065",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-065",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 535,
+ "yaxis": 970,
+ "shopNav": "20",
+ "state": "over",
+ "angle": -1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 520,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 528,
+ "y": 938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1835,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 528,
+ "y": 938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 566,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1836,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 566,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 558,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1837,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 558,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 520,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1838,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-066",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 543,
+ "yaxis": 956,
+ "shopNav": "20",
+ "state": "over",
+ "angle": -1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 56,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 50,
+ "y": 463,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1839,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 50,
+ "y": 463,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 92,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1840,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 92,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 97,
+ "y": 464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1841,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 97,
+ "y": 464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 56,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1842,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-067",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-067",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 74,
+ "yaxis": 463,
+ "shopNav": "15",
+ "state": "over",
+ "angle": -1.902408884673819,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 60,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 55,
+ "y": 477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1843,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 55,
+ "y": 477,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 97,
+ "y": 464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1844,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 97,
+ "y": 464,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 102,
+ "y": 479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1845,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 102,
+ "y": 479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 60,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1846,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-068",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-068",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 79,
+ "yaxis": 478,
+ "shopNav": "15",
+ "state": "over",
+ "angle": -1.8675022996339325,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 65,
+ "y": 507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 60,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1847,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 60,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 102,
+ "y": 479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1848,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 102,
+ "y": 479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 107,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1849,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 107,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 65,
+ "y": 507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1850,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-069",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-069",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 83,
+ "yaxis": 493,
+ "shopNav": "15",
+ "state": "over",
+ "angle": -1.8675022996339325,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 99,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 114,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1851,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 114,
+ "y": 518,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 128,
+ "y": 559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1852,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 128,
+ "y": 559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 113,
+ "y": 565,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1853,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 113,
+ "y": 565,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 99,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1854,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-070",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-070",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 113,
+ "yaxis": 541,
+ "shopNav": "15",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 113,
+ "y": 565,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 128,
+ "y": 559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1855,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 128,
+ "y": 559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 142,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1856,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 142,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 127,
+ "y": 606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1857,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 127,
+ "y": 606,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 113,
+ "y": 565,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1858,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-070",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-070",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 128,
+ "yaxis": 583,
+ "shopNav": "15",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 157,
+ "y": 628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 162,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1859,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 162,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 120,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1860,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 120,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 115,
+ "y": 642,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1861,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 115,
+ "y": 642,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 157,
+ "y": 628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1862,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-071",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-071",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 139,
+ "yaxis": 643,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 162,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 167,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1863,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 167,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 126,
+ "y": 673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1864,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 126,
+ "y": 673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 120,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1865,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 120,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 162,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1866,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-072",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-072",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 144,
+ "yaxis": 658,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 115,
+ "y": 642,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 120,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1867,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 120,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 79,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1868,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 79,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 74,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1869,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 74,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 115,
+ "y": 642,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1870,
+ "isStrLine": true
+ }
+ ],
+ "name": "14200",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14200",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 97,
+ "yaxis": 657,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 120,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 126,
+ "y": 673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1871,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 126,
+ "y": 673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 84,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1872,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 84,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 79,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1873,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 79,
+ "y": 672,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 120,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1874,
+ "isStrLine": true
+ }
+ ],
+ "name": "14201",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14201",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 102,
+ "yaxis": 672,
+ "shopNav": "14",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 50,
+ "y": 463,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 45,
+ "y": 448,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1875,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 45,
+ "y": 448,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 87,
+ "y": 433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1876,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 87,
+ "y": 433,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 92,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1877,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 92,
+ "y": 449,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 50,
+ "y": 463,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1878,
+ "isStrLine": true
+ }
+ ],
+ "name": "14409",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14409",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 69,
+ "yaxis": 448,
+ "shopNav": "15",
+ "state": "over",
+ "angle": -1.902408884673819,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 177,
+ "y": 691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 182,
+ "y": 706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1883,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 182,
+ "y": 706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 141,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1884,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 141,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 135,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1885,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 135,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 177,
+ "y": 691,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1886,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-073",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-073",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 159,
+ "yaxis": 706,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 182,
+ "y": 706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 187,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1887,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 187,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 146,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1888,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 146,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 141,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1889,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 141,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 182,
+ "y": 706,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1890,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-074",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-074",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 164,
+ "yaxis": 721,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 187,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 193,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1891,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 193,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 151,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1892,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 151,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 146,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1893,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 146,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 187,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1894,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-075",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-075",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 169,
+ "yaxis": 736,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 146,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 151,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1895,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 151,
+ "y": 751,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 109,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1896,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 109,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 104,
+ "y": 750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1897,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 104,
+ "y": 750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 146,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1898,
+ "isStrLine": true
+ }
+ ],
+ "name": "14208",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14208",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 128,
+ "yaxis": 750,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 141,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 146,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1899,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 146,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 104,
+ "y": 750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1900,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 104,
+ "y": 750,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 99,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1901,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 99,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 141,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1902,
+ "isStrLine": true
+ }
+ ],
+ "name": "14209",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14209",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 122,
+ "yaxis": 735,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 135,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 141,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1903,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 141,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 99,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1904,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 99,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 94,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1905,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 94,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 135,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1906,
+ "isStrLine": true
+ }
+ ],
+ "name": "14210",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14210",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 117,
+ "yaxis": 720,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 199,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 205,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1907,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 205,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 163,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1908,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 163,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 158,
+ "y": 773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1909,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 158,
+ "y": 773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 199,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1910,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-076",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-076",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 181,
+ "yaxis": 773,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 205,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 210,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1911,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 210,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 168,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1912,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 168,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 163,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1913,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 163,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 205,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1914,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-077",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-077",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 186,
+ "yaxis": 788,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 210,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 215,
+ "y": 804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1915,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 215,
+ "y": 804,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 173,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1916,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 173,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 168,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1917,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 168,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 210,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1918,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-078",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-078",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 192,
+ "yaxis": 803,
+ "shopNav": "",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 168,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 173,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1919,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 173,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 132,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1920,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 132,
+ "y": 832,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 127,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1921,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 127,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 168,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1922,
+ "isStrLine": true
+ }
+ ],
+ "name": "14202",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14202",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 150,
+ "yaxis": 818,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 163,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 168,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1923,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 168,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 127,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1924,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 127,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 121,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1925,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 121,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 163,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1926,
+ "isStrLine": true
+ }
+ ],
+ "name": "14206",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14206",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 145,
+ "yaxis": 803,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 158,
+ "y": 773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 163,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1927,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 163,
+ "y": 788,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 121,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1928,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 121,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 116,
+ "y": 787,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1929,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 116,
+ "y": 787,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 158,
+ "y": 773,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1930,
+ "isStrLine": true
+ }
+ ],
+ "name": "14207",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14207",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 140,
+ "yaxis": 787,
+ "shopNav": "13",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 836,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 231,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1931,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 231,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 189,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1932,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 189,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 184,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1933,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 184,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 836,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1934,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-078",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-078",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 208,
+ "yaxis": 850,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 231,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 236,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1939,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 236,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 195,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1940,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 195,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 189,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1941,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 189,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 231,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1942,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-079",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-079",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 213,
+ "yaxis": 866,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 236,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 241,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1943,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 241,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 200,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1944,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 200,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 195,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1945,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 195,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 236,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1946,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-080",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-080",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 218,
+ "yaxis": 881,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 241,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 247,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1947,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 247,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 205,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1948,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 205,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 200,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1949,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 200,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 241,
+ "y": 881,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1950,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-080a",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-080a",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 223,
+ "yaxis": 896,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 247,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 252,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1951,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 252,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 210,
+ "y": 926,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1952,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 210,
+ "y": 926,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 205,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1953,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 205,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 247,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1954,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-080b",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-080b",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 228,
+ "yaxis": 911,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 184,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 189,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1955,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 189,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 148,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1956,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 148,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 143,
+ "y": 864,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1957,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 143,
+ "y": 864,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 184,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1958,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-078A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-078A",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 166,
+ "yaxis": 865,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 189,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 195,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1959,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 195,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 153,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1960,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 153,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 148,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1961,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 148,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 189,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1962,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-079A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-079A",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 171,
+ "yaxis": 880,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 195,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 200,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1963,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 200,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 158,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1964,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 158,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 153,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1965,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 153,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 195,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1966,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-080A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-080A",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 176,
+ "yaxis": 895,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 205,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 210,
+ "y": 926,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1967,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 210,
+ "y": 926,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 169,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1968,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 169,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 163,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1969,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 163,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 205,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1970,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-080ab",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-080ab",
+ "park_first": "C-",
+ "park_after": "ab",
+ "xaxis": 187,
+ "yaxis": 925,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 318,
+ "y": 1087,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 331,
+ "y": 1097,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1971,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 331,
+ "y": 1097,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 302,
+ "y": 1130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1972,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 302,
+ "y": 1130,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 290,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1973,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 290,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 318,
+ "y": 1087,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1974,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-081",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-081",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 310,
+ "yaxis": 1109,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 351,
+ "y": 1108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 364,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1975,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 364,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 335,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1976,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 335,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 323,
+ "y": 1141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1977,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 323,
+ "y": 1141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 351,
+ "y": 1108,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1978,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-082",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-082",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 343,
+ "yaxis": 1130,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 364,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 376,
+ "y": 1129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1979,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 376,
+ "y": 1129,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1980,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 335,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1981,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 335,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 364,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1982,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-083",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-083",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 355,
+ "yaxis": 1140,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 408,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 420,
+ "y": 1155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1983,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 420,
+ "y": 1155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1984,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 379,
+ "y": 1177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1985,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 379,
+ "y": 1177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 408,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1986,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-084",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-084",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 399,
+ "yaxis": 1166,
+ "shopNav": "16",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 420,
+ "y": 1155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 432,
+ "y": 1165,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1987,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 432,
+ "y": 1165,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 403,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1988,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 403,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1989,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 420,
+ "y": 1155,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1990,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-085",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-085",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 411,
+ "yaxis": 1177,
+ "shopNav": "16",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 432,
+ "y": 1165,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 444,
+ "y": 1176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1991,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 444,
+ "y": 1176,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 415,
+ "y": 1209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1992,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 415,
+ "y": 1209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 403,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1993,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 403,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 432,
+ "y": 1165,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1994,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-086",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-086",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 423,
+ "yaxis": 1187,
+ "shopNav": "16",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 323,
+ "y": 1141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 335,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1995,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 335,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 306,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1996,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 306,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 294,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1997,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 294,
+ "y": 1174,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 323,
+ "y": 1141,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1998,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-082A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-082A",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 314,
+ "yaxis": 1163,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 335,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1999,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 318,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2000,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 318,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 306,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2001,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 306,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 335,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2002,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-083A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-083A",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 326,
+ "yaxis": 1173,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 379,
+ "y": 1177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2003,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 362,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2004,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 362,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 350,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2005,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 350,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 379,
+ "y": 1177,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2006,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-084A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-084A",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 370,
+ "yaxis": 1199,
+ "shopNav": "16",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 403,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2007,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 403,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 374,
+ "y": 1232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2008,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 374,
+ "y": 1232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 362,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2009,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 362,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2010,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-085A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-085A",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 382,
+ "yaxis": 1210,
+ "shopNav": "16",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 403,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 415,
+ "y": 1209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2011,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 415,
+ "y": 1209,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 386,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2012,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 386,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 374,
+ "y": 1232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2013,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 374,
+ "y": 1232,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 403,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2014,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-086A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-086A",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 394,
+ "yaxis": 1220,
+ "shopNav": "16",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 711,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 723,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2015,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 723,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 694,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2016,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 694,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 682,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2017,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 682,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 711,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2018,
+ "isStrLine": true
+ }
+ ],
+ "name": "14133",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14133",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 703,
+ "yaxis": 1355,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 683,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 695,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2019,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 695,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 666,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2020,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 666,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 654,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2021,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 654,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 683,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2022,
+ "isStrLine": true
+ }
+ ],
+ "name": "14171",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14171",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 675,
+ "yaxis": 1333,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 655,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 667,
+ "y": 1296,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2023,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 667,
+ "y": 1296,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 638,
+ "y": 1329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2024,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 638,
+ "y": 1329,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 626,
+ "y": 1318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2025,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 626,
+ "y": 1318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 655,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2026,
+ "isStrLine": true
+ }
+ ],
+ "name": "14172",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14172",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 647,
+ "yaxis": 1307,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 643,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 655,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2027,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 655,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 626,
+ "y": 1318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2028,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 626,
+ "y": 1318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 614,
+ "y": 1308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2029,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 614,
+ "y": 1308,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 643,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2030,
+ "isStrLine": true
+ }
+ ],
+ "name": "14173",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14173",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 635,
+ "yaxis": 1296,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 671,
+ "y": 1301,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 683,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2031,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 683,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 654,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2032,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 654,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 642,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2033,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 642,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 671,
+ "y": 1301,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2034,
+ "isStrLine": true
+ }
+ ],
+ "name": "14134",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14134",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 663,
+ "yaxis": 1322,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 607,
+ "y": 1245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 619,
+ "y": 1255,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2035,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 619,
+ "y": 1255,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 590,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2036,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 590,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 578,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2037,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 578,
+ "y": 1278,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 607,
+ "y": 1245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2038,
+ "isStrLine": true
+ }
+ ],
+ "name": "14194",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14194",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 599,
+ "yaxis": 1266,
+ "shopNav": "32",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 585,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 597,
+ "y": 1235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2039,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 597,
+ "y": 1235,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 568,
+ "y": 1268,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2040,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 568,
+ "y": 1268,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 556,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2041,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 556,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 585,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2042,
+ "isStrLine": true
+ }
+ ],
+ "name": "14189",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14189",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 577,
+ "yaxis": 1246,
+ "shopNav": "31",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 513,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 523,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2043,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 523,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 558,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2044,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 558,
+ "y": 1211,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 548,
+ "y": 1224,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2045,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 548,
+ "y": 1224,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 513,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2046,
+ "isStrLine": true
+ }
+ ],
+ "name": "14190",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14190",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 536,
+ "yaxis": 1203,
+ "shopNav": "16",
+ "state": "over",
+ "angle": -0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 503,
+ "y": 1208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 513,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2047,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 513,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 548,
+ "y": 1224,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2048,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 548,
+ "y": 1224,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 538,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2049,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 538,
+ "y": 1236,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 503,
+ "y": 1208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2050,
+ "isStrLine": true
+ }
+ ],
+ "name": "14193",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14193",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 528,
+ "yaxis": 1218,
+ "shopNav": "16",
+ "state": "over",
+ "angle": -0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2051,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 986,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2052,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 986,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 969,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2053,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 969,
+ "y": 975,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 944,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2054,
+ "isStrLine": true
+ }
+ ],
+ "name": "14601",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14601",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 990,
+ "yaxis": 965,
+ "shopNav": "101",
+ "state": "over",
+ "angle": 0.8028514559173915,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 836,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2055,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 836,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 808,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2056,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 808,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 796,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2057,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 796,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2058,
+ "isStrLine": true
+ }
+ ],
+ "name": "14429",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14429",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 816,
+ "yaxis": 868,
+ "shopNav": "96",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 925,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2059,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 925,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 890,
+ "y": 1287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2060,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 890,
+ "y": 1287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 880,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2061,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 880,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2062,
+ "isStrLine": true
+ }
+ ],
+ "name": "14126",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14126",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 902,
+ "yaxis": 1267,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.9250245035569946,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 943,
+ "y": 1284,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2063,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 943,
+ "y": 1284,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 908,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2064,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 908,
+ "y": 1311,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 898,
+ "y": 1298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2065,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 898,
+ "y": 1298,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2066,
+ "isStrLine": true
+ }
+ ],
+ "name": "14127",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14127",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 920,
+ "yaxis": 1291,
+ "shopNav": "24",
+ "state": "over",
+ "angle": 0.9250245035569946,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 893,
+ "y": 1318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2067,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 893,
+ "y": 1318,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2068,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 849,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2069,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 849,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2070,
+ "isStrLine": true
+ }
+ ],
+ "name": "14578",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14578",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 871,
+ "yaxis": 1326,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 872,
+ "y": 1294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2071,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 849,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2072,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 849,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 838,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2073,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 838,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 872,
+ "y": 1294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2074,
+ "isStrLine": true
+ }
+ ],
+ "name": "14364",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14364",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 860,
+ "yaxis": 1314,
+ "shopNav": "33",
+ "state": "over",
+ "angle": 0.8726646259971648,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 416,
+ "y": 1032,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 425,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2075,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 425,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 462,
+ "y": 1043,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2076,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 462,
+ "y": 1043,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 453,
+ "y": 1056,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2077,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 453,
+ "y": 1056,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 416,
+ "y": 1032,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2078,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-060A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-060A",
+ "park_first": "C-",
+ "park_after": "A",
+ "xaxis": 439,
+ "yaxis": 1037,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 426,
+ "y": 1017,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 435,
+ "y": 1003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2079,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 435,
+ "y": 1003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 471,
+ "y": 1028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2080,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 471,
+ "y": 1028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 462,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2081,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 462,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 426,
+ "y": 1017,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2082,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-061A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-061A",
+ "park_first": "C-",
+ "park_after": "A",
+ "xaxis": 448,
+ "yaxis": 1022,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 436,
+ "y": 1003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 445,
+ "y": 990,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2083,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 445,
+ "y": 990,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 481,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2084,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 481,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 472,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2085,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 472,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 436,
+ "y": 1003,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2086,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-062A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-062A",
+ "park_first": "C-",
+ "park_after": "A",
+ "xaxis": 458,
+ "yaxis": 1009,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 453,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 462,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2087,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 462,
+ "y": 960,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 498,
+ "y": 984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2088,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 498,
+ "y": 984,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 489,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2089,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 489,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 453,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2090,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-063A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-063A",
+ "park_first": "C-",
+ "park_after": "A",
+ "xaxis": 475,
+ "yaxis": 979,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 465,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 474,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2091,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 474,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 510,
+ "y": 964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2092,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 510,
+ "y": 964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 501,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2093,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 501,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 465,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2094,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-064A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-064A",
+ "park_first": "C-",
+ "park_after": "A",
+ "xaxis": 487,
+ "yaxis": 959,
+ "shopNav": "",
+ "state": "over",
+ "angle": -0.9773843811168246,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 406,
+ "y": 950,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 412,
+ "y": 965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2095,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 412,
+ "y": 965,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 370,
+ "y": 979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2096,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 370,
+ "y": 979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 365,
+ "y": 964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2097,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 365,
+ "y": 964,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 406,
+ "y": 950,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2098,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-052A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-052A",
+ "park_first": "C-",
+ "park_after": "A",
+ "xaxis": 388,
+ "yaxis": 965,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 412,
+ "y": 966,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 418,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2099,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 418,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 376,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2100,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 376,
+ "y": 996,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 371,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2101,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 371,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 412,
+ "y": 966,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2102,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-053A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-053A",
+ "park_first": "C-",
+ "park_after": "A",
+ "xaxis": 394,
+ "yaxis": 981,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 418,
+ "y": 983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 424,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2103,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 424,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 382,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2104,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 382,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 377,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2105,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 377,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 418,
+ "y": 983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2106,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-054A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-054A",
+ "park_first": "C-",
+ "park_after": "A",
+ "xaxis": 400,
+ "yaxis": 997,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 341,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2107,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 307,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2108,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 307,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 300,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2109,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 300,
+ "y": 913,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 341,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2110,
+ "isStrLine": true
+ }
+ ],
+ "name": "14057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14057",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 323,
+ "yaxis": 915,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 352,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2111,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 352,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 311,
+ "y": 948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2112,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 311,
+ "y": 948,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 307,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2113,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 307,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2114,
+ "isStrLine": true
+ }
+ ],
+ "name": "14058",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14058",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 329,
+ "yaxis": 932,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 388,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 394,
+ "y": 920,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2115,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 394,
+ "y": 920,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 353,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2116,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 353,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2117,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 388,
+ "y": 903,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2118,
+ "isStrLine": true
+ }
+ ],
+ "name": "14188",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14188",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 370,
+ "yaxis": 918,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 382,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 388,
+ "y": 901,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2119,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 388,
+ "y": 901,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 916,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2120,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 916,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 341,
+ "y": 898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2121,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 341,
+ "y": 898,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 382,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2122,
+ "isStrLine": true
+ }
+ ],
+ "name": "14192",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14192",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 364,
+ "yaxis": 900,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 395,
+ "y": 921,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 401,
+ "y": 938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2123,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 401,
+ "y": 938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 360,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2124,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 360,
+ "y": 952,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 354,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2125,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 354,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 395,
+ "y": 921,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2126,
+ "isStrLine": true
+ }
+ ],
+ "name": "14187",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14187",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 377,
+ "yaxis": 937,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 862,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2127,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 292,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2128,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 292,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 286,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2129,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 286,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 862,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2130,
+ "isStrLine": true
+ }
+ ],
+ "name": "14362",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14362",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 309,
+ "yaxis": 877,
+ "shopNav": "11",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 334,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 340,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2131,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 340,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 299,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2132,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 299,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 293,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2133,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 293,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 334,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2134,
+ "isStrLine": true
+ }
+ ],
+ "name": "14592",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14592",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 316,
+ "yaxis": 896,
+ "shopNav": "12",
+ "state": "over",
+ "angle": 1.239183768915974,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 257,
+ "y": 479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 262,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2135,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 262,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 219,
+ "y": 507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2136,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 219,
+ "y": 507,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 215,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2137,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 215,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 257,
+ "y": 479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2138,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-088",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-088",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 238,
+ "yaxis": 493,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 274,
+ "y": 526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 279,
+ "y": 541,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2139,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 279,
+ "y": 541,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 236,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2140,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 236,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 232,
+ "y": 539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2141,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 232,
+ "y": 539,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 274,
+ "y": 526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2142,
+ "isStrLine": true
+ }
+ ],
+ "name": "C-087",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "C-087",
+ "park_first": "C-",
+ "park_after": "",
+ "xaxis": 255,
+ "yaxis": 540,
+ "shopNav": "5",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2143,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 290,
+ "y": 359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2144,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 290,
+ "y": 359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 289,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2145,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 289,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 339,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2146,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-013",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 311,
+ "yaxis": 349,
+ "shopNav": "3",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 378,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2147,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 378,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 290,
+ "y": 378,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2148,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 290,
+ "y": 378,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 289,
+ "y": 359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2149,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 289,
+ "y": 359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 359,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2150,
+ "isStrLine": true
+ }
+ ],
+ "name": "14229",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14229",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 311,
+ "yaxis": 368,
+ "shopNav": "3",
+ "state": "over",
+ "angle": 1.5533430342749535,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 337,
+ "y": 397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 340,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2151,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 340,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 297,
+ "y": 423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2152,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 297,
+ "y": 423,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 294,
+ "y": 404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2153,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 294,
+ "y": 404,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 337,
+ "y": 397,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2154,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-015",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 317,
+ "yaxis": 410,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 1.413716694115407,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 340,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 343,
+ "y": 437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2155,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 343,
+ "y": 437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 300,
+ "y": 443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2156,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 300,
+ "y": 443,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 297,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2157,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 297,
+ "y": 424,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 340,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2158,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-016",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 320,
+ "yaxis": 430,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 1.413716694115407,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 351,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 357,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2159,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 357,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 316,
+ "y": 486,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2160,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 316,
+ "y": 486,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 309,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2161,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 309,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 351,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2162,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-017",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 333,
+ "yaxis": 470,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 362,
+ "y": 471,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 368,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2163,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 368,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 504,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2164,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 504,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 320,
+ "y": 486,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2165,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 320,
+ "y": 486,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 362,
+ "y": 471,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2166,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-018",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 344,
+ "yaxis": 487,
+ "shopNav": "4",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 371,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 375,
+ "y": 553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2167,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 375,
+ "y": 553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2168,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 329,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2169,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 329,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 371,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2170,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-019",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 352,
+ "yaxis": 548,
+ "shopNav": "5",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 376,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 380,
+ "y": 573,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2171,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 380,
+ "y": 573,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 338,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2172,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 338,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 334,
+ "y": 565,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2173,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 334,
+ "y": 565,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 376,
+ "y": 554,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2174,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-020",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 357,
+ "yaxis": 569,
+ "shopNav": "5",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 339,
+ "y": 588,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 358,
+ "y": 582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2175,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 358,
+ "y": 582,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 372,
+ "y": 623,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2176,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 372,
+ "y": 623,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 354,
+ "y": 629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2177,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 354,
+ "y": 629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 339,
+ "y": 588,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2178,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-021",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 356,
+ "yaxis": 606,
+ "shopNav": "6",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 386,
+ "y": 573,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 405,
+ "y": 567,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2179,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 405,
+ "y": 567,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 419,
+ "y": 608,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2180,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 419,
+ "y": 608,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 401,
+ "y": 614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2181,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 401,
+ "y": 614,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 386,
+ "y": 573,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2182,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-022",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-022",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 403,
+ "yaxis": 591,
+ "shopNav": "7",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 370,
+ "y": 512,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 389,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2183,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 389,
+ "y": 506,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 403,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2184,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 403,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 385,
+ "y": 553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2185,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 385,
+ "y": 553,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 370,
+ "y": 512,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2186,
+ "isStrLine": true
+ }
+ ],
+ "name": "14216",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14216",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 387,
+ "yaxis": 529,
+ "shopNav": "5",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 382,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2187,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 382,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 396,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2188,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 396,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 378,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2189,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 378,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2190,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-004",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 380,
+ "yaxis": 691,
+ "shopNav": "6",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 383,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 402,
+ "y": 660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2191,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 402,
+ "y": 660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 416,
+ "y": 701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2192,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 416,
+ "y": 701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 398,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2193,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 398,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 383,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2194,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-005",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 400,
+ "yaxis": 684,
+ "shopNav": "6",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 414,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 433,
+ "y": 651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2195,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 433,
+ "y": 651,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 447,
+ "y": 692,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2196,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 447,
+ "y": 692,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 429,
+ "y": 699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2197,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 429,
+ "y": 699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 414,
+ "y": 657,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2198,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-006",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 431,
+ "yaxis": 675,
+ "shopNav": "7",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 433,
+ "y": 650,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 452,
+ "y": 644,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2199,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 452,
+ "y": 644,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 466,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2200,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 466,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 448,
+ "y": 692,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2201,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 448,
+ "y": 692,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 433,
+ "y": 650,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2202,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-007",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 450,
+ "yaxis": 668,
+ "shopNav": "7",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 461,
+ "y": 640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 480,
+ "y": 634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2203,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 480,
+ "y": 634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 494,
+ "y": 675,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2204,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 494,
+ "y": 675,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 476,
+ "y": 682,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2205,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 476,
+ "y": 682,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 461,
+ "y": 640,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2206,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-008",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 478,
+ "yaxis": 658,
+ "shopNav": "7",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 379,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 398,
+ "y": 709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2207,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 398,
+ "y": 709,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 412,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2208,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 412,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 394,
+ "y": 756,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2209,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 394,
+ "y": 756,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 379,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2210,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-004A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-004A",
+ "park_first": "A-",
+ "park_after": "A",
+ "xaxis": 396,
+ "yaxis": 732,
+ "shopNav": "6",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 398,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 417,
+ "y": 702,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2211,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 417,
+ "y": 702,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 431,
+ "y": 742,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2212,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 431,
+ "y": 742,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 413,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2213,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 413,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 398,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2214,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-005A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-005A",
+ "park_first": "A-",
+ "park_after": "A",
+ "xaxis": 415,
+ "yaxis": 725,
+ "shopNav": "6",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 429,
+ "y": 699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 448,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2215,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 448,
+ "y": 693,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 462,
+ "y": 733,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2216,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 462,
+ "y": 733,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 444,
+ "y": 740,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2217,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 444,
+ "y": 740,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 429,
+ "y": 699,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2218,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-006A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-006A",
+ "park_first": "A-",
+ "park_after": "A",
+ "xaxis": 446,
+ "yaxis": 716,
+ "shopNav": "6",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 448,
+ "y": 692,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 467,
+ "y": 686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2219,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 467,
+ "y": 686,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 481,
+ "y": 726,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2220,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 481,
+ "y": 726,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 463,
+ "y": 733,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2221,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 463,
+ "y": 733,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 448,
+ "y": 692,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2222,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-007A",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-007A",
+ "park_first": "A-",
+ "park_after": "A",
+ "xaxis": 465,
+ "yaxis": 709,
+ "shopNav": "6",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 358,
+ "y": 581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 377,
+ "y": 575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2223,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 377,
+ "y": 575,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 616,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2224,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 616,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 373,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2225,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 373,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 358,
+ "y": 581,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2226,
+ "isStrLine": true
+ }
+ ],
+ "name": "14226",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14226",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 375,
+ "yaxis": 599,
+ "shopNav": "6",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 405,
+ "y": 566,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 424,
+ "y": 560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2227,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 424,
+ "y": 560,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 438,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2228,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 438,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 420,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2229,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 420,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 405,
+ "y": 566,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2230,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-013",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 422,
+ "yaxis": 584,
+ "shopNav": "7",
+ "state": "over",
+ "angle": -0.3490658503988659,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 366,
+ "y": 515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 370,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2231,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 370,
+ "y": 534,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 328,
+ "y": 544,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2232,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 328,
+ "y": 544,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 324,
+ "y": 525,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2233,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 324,
+ "y": 525,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 366,
+ "y": 515,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2234,
+ "isStrLine": true
+ }
+ ],
+ "name": "14221",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14221",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 347,
+ "yaxis": 529,
+ "shopNav": "5",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 753,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 386,
+ "y": 739,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 386,
+ "y": 739,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 393,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 393,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 353,
+ "y": 770,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 353,
+ "y": 770,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 753,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-001",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 370,
+ "yaxis": 754,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 340,
+ "y": 734,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 379,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2235,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 379,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 386,
+ "y": 739,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2236,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 386,
+ "y": 739,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 753,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2237,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 753,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 340,
+ "y": 734,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2238,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-002",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 363,
+ "yaxis": 736,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 372,
+ "y": 701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2239,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 372,
+ "y": 701,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 379,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2240,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 379,
+ "y": 720,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 340,
+ "y": 734,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2241,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 340,
+ "y": 734,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2242,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-003",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 356,
+ "yaxis": 717,
+ "shopNav": "18",
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 523,
+ "y": 566,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 536,
+ "y": 580,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 536,
+ "y": 580,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 567,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 567,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 554,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 554,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 523,
+ "y": 566,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-009",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 545,
+ "yaxis": 558,
+ "shopNav": "8",
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 529,
+ "y": 588,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 542,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2243,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 542,
+ "y": 602,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 574,
+ "y": 572,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2244,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 574,
+ "y": 572,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 560,
+ "y": 559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2245,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 560,
+ "y": 559,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 529,
+ "y": 588,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2246,
+ "isStrLine": true
+ }
+ ],
+ "name": "14212",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "14212",
+ "park_first": "14",
+ "park_after": "",
+ "xaxis": 551,
+ "yaxis": 580,
+ "shopNav": "8",
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 509,
+ "y": 552,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 522,
+ "y": 566,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2247,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 522,
+ "y": 566,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 554,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2248,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 554,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 540,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2249,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 540,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 509,
+ "y": 552,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2250,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-010",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 531,
+ "yaxis": 544,
+ "shopNav": "8",
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 496,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 509,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2251,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 509,
+ "y": 551,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 540,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2252,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 540,
+ "y": 523,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 527,
+ "y": 508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2253,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 527,
+ "y": 508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 496,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2254,
+ "isStrLine": true
+ }
+ ],
+ "name": "A-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "A-011",
+ "park_first": "A-",
+ "park_after": "",
+ "xaxis": 518,
+ "yaxis": 529,
+ "shopNav": "8",
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "select": false
+ }
+ ]
+ }
+ },
+ {
+ "order": 2,
+ "name": "LG2",
+ "mapUrl": "http://1000my.com//MallSite/\\Files\\cdfd00ae-27bf-4192-9944-7a3f12ffc2dc\\LG2.png",
+ "mapData": {
+ "floorArea": {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 41,
+ "y": 195,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 789,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "ctrlPoint1": {
+ "x": 228,
+ "y": 146,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 602,
+ "y": 50,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 789,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1594,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 990,
+ "y": 99,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1392,
+ "y": 293,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1594,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2015,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "ctrlPoint1": {
+ "x": 1699,
+ "y": 792,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1909,
+ "y": 1595,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2015,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "ctrlPoint1": {
+ "x": 1756,
+ "y": 2077,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1238,
+ "y": 2237,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 2317,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 665,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 5,
+ "ctrlPoint1": {
+ "x": 901,
+ "y": 2329,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 743,
+ "y": 2353,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 665,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 12,
+ "y": 821,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 6,
+ "ctrlPoint1": {
+ "x": 501,
+ "y": 1979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 175,
+ "y": 1207,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 12,
+ "y": 821,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 0,
+ "y": 768,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 7,
+ "ctrlPoint1": {
+ "x": 9,
+ "y": 807,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 3,
+ "y": 781,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 0,
+ "y": 768,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 41,
+ "y": 195,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 8,
+ "ctrlPoint1": {
+ "x": 10,
+ "y": 624,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 30,
+ "y": 338,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "floor",
+ "entColor": "#ffffae",
+ "borderColor": "#ffff9f",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1007,
+ "yaxis": 1183,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {}
+ },
+ "buildArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 757,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "ctrlPoint1": {
+ "x": 768,
+ "y": 1362,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 791,
+ "y": 1362,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 803,
+ "y": 1373,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 803,
+ "y": 1395,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 757,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "ctrlPoint1": {
+ "x": 791,
+ "y": 1406,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 768,
+ "y": 1406,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 757,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 757,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "ctrlPoint1": {
+ "x": 757,
+ "y": 1395,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 757,
+ "y": 1373,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 780,
+ "yaxis": 1384,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 549,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 530,
+ "y": 1457,
+ "r": 5,
+ "type": "pathP",
+ "name": 402,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 402,
+ "ctrlPoint1": {
+ "x": 544,
+ "y": 1418,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 534,
+ "y": 1444,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 530,
+ "y": 1457,
+ "r": 5,
+ "type": "pathP",
+ "name": 402,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 500,
+ "y": 1414,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 403,
+ "ctrlPoint1": {
+ "x": 526,
+ "y": 1466,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 490,
+ "y": 1475,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 500,
+ "y": 1414,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 549,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 404,
+ "ctrlPoint1": {
+ "x": 522,
+ "y": 1383,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 542,
+ "y": 1375,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 524,
+ "yaxis": 1431,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 448,
+ "y": 1084,
+ "r": 5,
+ "type": "pathP",
+ "name": 405,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 461,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "name": 406,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 406,
+ "ctrlPoint1": {
+ "x": 451,
+ "y": 1099,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 457,
+ "y": 1129,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 461,
+ "y": 1144,
+ "r": 5,
+ "type": "pathP",
+ "name": 406,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 405,
+ "y": 1159,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 407,
+ "ctrlPoint1": {
+ "x": 462,
+ "y": 1182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 432,
+ "y": 1182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 405,
+ "y": 1159,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "name": 408,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 408,
+ "ctrlPoint1": {
+ "x": 399,
+ "y": 1149,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 389,
+ "y": 1129,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "name": 408,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 448,
+ "y": 1084,
+ "r": 5,
+ "type": "pathP",
+ "name": 405,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 409,
+ "ctrlPoint1": {
+ "x": 383,
+ "y": 1090,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 419,
+ "y": 1041,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 422,
+ "yaxis": 1121,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 600,
+ "y": 1966,
+ "r": 5,
+ "type": "pathP",
+ "name": 423,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 556,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 424,
+ "ctrlPoint1": {
+ "x": 589,
+ "y": 1911,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 567,
+ "y": 1801,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 556,
+ "y": 1746,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 492,
+ "y": 1762,
+ "r": 5,
+ "type": "pathP",
+ "name": 729,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 729,
+ "ctrlPoint1": {
+ "x": 540,
+ "y": 1750,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 508,
+ "y": 1758,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 492,
+ "y": 1762,
+ "r": 5,
+ "type": "pathP",
+ "name": 729,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 264,
+ "y": 762,
+ "r": 5,
+ "type": "pathP",
+ "name": 732,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 732,
+ "ctrlPoint1": {
+ "x": 435,
+ "y": 1512,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 321,
+ "y": 1012,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 264,
+ "y": 762,
+ "r": 5,
+ "type": "pathP",
+ "name": 732,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 326,
+ "y": 754,
+ "r": 5,
+ "type": "pathP",
+ "name": 747,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 747,
+ "ctrlPoint1": {
+ "x": 279,
+ "y": 760,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 310,
+ "y": 756,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 326,
+ "y": 754,
+ "r": 5,
+ "type": "pathP",
+ "name": 747,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 280,
+ "y": 538,
+ "r": 5,
+ "type": "pathP",
+ "name": 741,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 748,
+ "ctrlPoint1": {
+ "x": 314,
+ "y": 700,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 291,
+ "y": 592,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 280,
+ "y": 538,
+ "r": 5,
+ "type": "pathP",
+ "name": 741,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 26,
+ "y": 592,
+ "r": 5,
+ "type": "pathP",
+ "name": 738,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 742,
+ "ctrlPoint1": {
+ "x": 216,
+ "y": 551,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 89,
+ "y": 578,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 26,
+ "y": 592,
+ "r": 5,
+ "type": "pathP",
+ "name": 738,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 10,
+ "y": 762,
+ "r": 5,
+ "type": "pathP",
+ "name": 726,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 739,
+ "ctrlPoint1": {
+ "x": 22,
+ "y": 634,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 14,
+ "y": 719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 10,
+ "y": 762,
+ "r": 5,
+ "type": "pathP",
+ "name": 726,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 496,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "name": 425,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 727,
+ "ctrlPoint1": {
+ "x": 131,
+ "y": 1045,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 374,
+ "y": 1612,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 496,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "name": 425,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 678,
+ "y": 2340,
+ "r": 5,
+ "type": "pathP",
+ "name": 426,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 426,
+ "ctrlPoint1": {
+ "x": 541,
+ "y": 2007,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 632,
+ "y": 2229,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 678,
+ "y": 2340,
+ "r": 5,
+ "type": "pathP",
+ "name": 426,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 928,
+ "y": 2292,
+ "r": 5,
+ "type": "pathP",
+ "name": 427,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 427,
+ "ctrlPoint1": {
+ "x": 740,
+ "y": 2328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 865,
+ "y": 2304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 928,
+ "y": 2292,
+ "r": 5,
+ "type": "pathP",
+ "name": 427,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1970,
+ "y": 1992,
+ "r": 5,
+ "type": "pathP",
+ "name": 428,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 428,
+ "ctrlPoint1": {
+ "x": 1188,
+ "y": 2217,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1709,
+ "y": 2067,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1970,
+ "y": 1992,
+ "r": 5,
+ "type": "pathP",
+ "name": 428,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1992,
+ "y": 1952,
+ "r": 5,
+ "type": "pathP",
+ "name": 538,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 538,
+ "ctrlPoint1": {
+ "x": 1975,
+ "y": 1982,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1986,
+ "y": 1962,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1992,
+ "y": 1952,
+ "r": 5,
+ "type": "pathP",
+ "name": 538,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1894,
+ "y": 1586,
+ "r": 5,
+ "type": "pathP",
+ "name": 541,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 541,
+ "ctrlPoint1": {
+ "x": 1967,
+ "y": 1860,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1918,
+ "y": 1677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1894,
+ "y": 1586,
+ "r": 5,
+ "type": "pathP",
+ "name": 541,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1594,
+ "y": 1770,
+ "r": 5,
+ "type": "pathP",
+ "name": 553,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 782,
+ "ctrlPoint1": {
+ "x": 1819,
+ "y": 1632,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1669,
+ "y": 1724,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1594,
+ "y": 1770,
+ "r": 5,
+ "type": "pathP",
+ "name": 553,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1362,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "name": 556,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 556,
+ "ctrlPoint1": {
+ "x": 1648,
+ "y": 2026,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1322,
+ "y": 1968,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1362,
+ "y": 1804,
+ "r": 5,
+ "type": "pathP",
+ "name": 556,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 1729,
+ "r": 5,
+ "type": "pathP",
+ "name": 577,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 808,
+ "ctrlPoint1": {
+ "x": 1369,
+ "y": 1771,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1379,
+ "y": 1729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 1729,
+ "r": 5,
+ "type": "pathP",
+ "name": 577,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1401,
+ "y": 1391,
+ "r": 5,
+ "type": "pathP",
+ "name": 571,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 578,
+ "ctrlPoint1": {
+ "x": 1421,
+ "y": 1620,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1427,
+ "y": 1476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1401,
+ "y": 1391,
+ "r": 5,
+ "type": "pathP",
+ "name": 571,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1295,
+ "y": 1372,
+ "r": 5,
+ "type": "pathP",
+ "name": 568,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 572,
+ "ctrlPoint1": {
+ "x": 1374,
+ "y": 1386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1321,
+ "y": 1376,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1295,
+ "y": 1372,
+ "r": 5,
+ "type": "pathP",
+ "name": 568,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1262,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "name": 562,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 569,
+ "ctrlPoint1": {
+ "x": 1286,
+ "y": 1373,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1270,
+ "y": 1375,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1262,
+ "y": 1377,
+ "r": 5,
+ "type": "pathP",
+ "name": 562,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1251,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "name": 753,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 753,
+ "ctrlPoint1": {
+ "x": 1284,
+ "y": 1455,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1281,
+ "y": 1600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1251,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "name": 753,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1134,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "name": 430,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 759,
+ "ctrlPoint1": {
+ "x": 1221,
+ "y": 1672,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1163,
+ "y": 1650,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1134,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "name": 430,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "name": 761,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 761,
+ "ctrlPoint1": {
+ "x": 1131,
+ "y": 1644,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1126,
+ "y": 1653,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 1658,
+ "r": 5,
+ "type": "pathP",
+ "name": 761,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 922,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 762,
+ "ctrlPoint1": {
+ "x": 1073,
+ "y": 1639,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 972,
+ "y": 1601,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 922,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 1732,
+ "r": 5,
+ "type": "pathP",
+ "name": 767,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 767,
+ "ctrlPoint1": {
+ "x": 905,
+ "y": 1619,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 871,
+ "y": 1694,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 1732,
+ "r": 5,
+ "type": "pathP",
+ "name": 767,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 796,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "name": 773,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 773,
+ "ctrlPoint1": {
+ "x": 839,
+ "y": 1724,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 810,
+ "y": 1708,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 796,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "name": 773,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 720,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "name": 776,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 776,
+ "ctrlPoint1": {
+ "x": 777,
+ "y": 1703,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 739,
+ "y": 1710,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 720,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "name": 776,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 768,
+ "y": 1932,
+ "r": 5,
+ "type": "pathP",
+ "name": 432,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 778,
+ "ctrlPoint1": {
+ "x": 732,
+ "y": 1768,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 756,
+ "y": 1877,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 768,
+ "y": 1932,
+ "r": 5,
+ "type": "pathP",
+ "name": 432,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 600,
+ "y": 1966,
+ "r": 5,
+ "type": "pathP",
+ "name": 423,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 433,
+ "ctrlPoint1": {
+ "x": 726,
+ "y": 1940,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 642,
+ "y": 1957,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1001,
+ "yaxis": 1439,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 18,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1575,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 447,
+ "ctrlPoint1": {
+ "x": 988,
+ "y": 114,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1379,
+ "y": 306,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1575,
+ "y": 402,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1667,
+ "y": 712,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 448,
+ "ctrlPoint1": {
+ "x": 1598,
+ "y": 479,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1644,
+ "y": 634,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1667,
+ "y": 712,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1569,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "name": 449,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 449,
+ "ctrlPoint1": {
+ "x": 1642,
+ "y": 718,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1593,
+ "y": 730,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1569,
+ "y": 736,
+ "r": 5,
+ "type": "pathP",
+ "name": 449,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "name": 450,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 450,
+ "ctrlPoint1": {
+ "x": 1754,
+ "y": 534,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1377,
+ "y": 372,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "name": 450,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1253,
+ "y": 728,
+ "r": 5,
+ "type": "pathP",
+ "name": 459,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 459,
+ "ctrlPoint1": {
+ "x": 1340,
+ "y": 681,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1282,
+ "y": 712,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1253,
+ "y": 728,
+ "r": 5,
+ "type": "pathP",
+ "name": 459,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104.21047475,
+ "y": 571.1753359999999,
+ "r": 5,
+ "type": "pathP",
+ "name": 471,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 471,
+ "ctrlPoint1": {
+ "x": 1215,
+ "y": 688,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1141,
+ "y": 610,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1104.21047475,
+ "y": 571.1753359999999,
+ "r": 5,
+ "type": "pathP",
+ "name": 471,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 931,
+ "y": 392,
+ "r": 5,
+ "type": "pathP",
+ "name": 468,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 472,
+ "ctrlPoint1": {
+ "x": 1113,
+ "y": 458,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1007,
+ "y": 370,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 931,
+ "y": 392,
+ "r": 5,
+ "type": "pathP",
+ "name": 468,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 579,
+ "y": 517,
+ "r": 5,
+ "type": "pathP",
+ "name": 616,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 616,
+ "ctrlPoint1": {
+ "x": 843,
+ "y": 423,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 667,
+ "y": 485,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 579,
+ "y": 517,
+ "r": 5,
+ "type": "pathP",
+ "name": 616,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 665,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "name": 619,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 619,
+ "ctrlPoint1": {
+ "x": 600,
+ "y": 584,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 643,
+ "y": 718,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 665,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "name": 619,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1004,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "name": 802,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 804,
+ "ctrlPoint1": {
+ "x": 768,
+ "y": 846,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 928,
+ "y": 996,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1004,
+ "y": 1076,
+ "r": 5,
+ "type": "pathP",
+ "name": 802,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 880,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "name": 799,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 803,
+ "ctrlPoint1": {
+ "x": 973,
+ "y": 1118,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 911,
+ "y": 1202,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 880,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "name": 799,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 782,
+ "y": 1166,
+ "r": 5,
+ "type": "pathP",
+ "name": 796,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 800,
+ "ctrlPoint1": {
+ "x": 855,
+ "y": 1224,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 806,
+ "y": 1185,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 782,
+ "y": 1166,
+ "r": 5,
+ "type": "pathP",
+ "name": 796,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 704,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "name": 793,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 797,
+ "ctrlPoint1": {
+ "x": 762,
+ "y": 1189,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 723,
+ "y": 1235,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 704,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "name": 793,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 624,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "name": 787,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 794,
+ "ctrlPoint1": {
+ "x": 684,
+ "y": 1269,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 644,
+ "y": 1291,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 624,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "name": 787,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 534,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "name": 784,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 788,
+ "ctrlPoint1": {
+ "x": 601,
+ "y": 1190,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 556,
+ "y": 967,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 534,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "name": 784,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 499,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "name": 625,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 785,
+ "ctrlPoint1": {
+ "x": 525,
+ "y": 858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 507,
+ "y": 864,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 499,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "name": 625,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 379,
+ "y": 314,
+ "r": 5,
+ "type": "pathP",
+ "name": 480,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 627,
+ "ctrlPoint1": {
+ "x": 469,
+ "y": 728,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 409,
+ "y": 452,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 379,
+ "y": 314,
+ "r": 5,
+ "type": "pathP",
+ "name": 480,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 49,
+ "y": 386,
+ "r": 5,
+ "type": "pathP",
+ "name": 483,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 483,
+ "ctrlPoint1": {
+ "x": 296,
+ "y": 332,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 131,
+ "y": 368,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 49,
+ "y": 386,
+ "r": 5,
+ "type": "pathP",
+ "name": 483,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 59,
+ "y": 208,
+ "r": 5,
+ "type": "pathP",
+ "name": 477,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 484,
+ "ctrlPoint1": {
+ "x": 51,
+ "y": 341,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 56,
+ "y": 252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 59,
+ "y": 208,
+ "r": 5,
+ "type": "pathP",
+ "name": 477,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 18,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 485,
+ "ctrlPoint1": {
+ "x": 242,
+ "y": 160,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 609,
+ "y": 65,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 858,
+ "yaxis": 660,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 640,
+ "y": 560,
+ "r": 5,
+ "type": "pathP",
+ "name": 490,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 503,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 583,
+ "ctrlPoint1": {
+ "x": 681,
+ "y": 545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 764,
+ "y": 517,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 503,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 856,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "name": 491,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 584,
+ "ctrlPoint1": {
+ "x": 814,
+ "y": 483,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 839,
+ "y": 463,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 856,
+ "y": 453,
+ "r": 5,
+ "type": "pathP",
+ "name": 491,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1029,
+ "y": 597,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 492,
+ "ctrlPoint1": {
+ "x": 983,
+ "y": 403,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1047,
+ "y": 514,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1029,
+ "y": 597,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314.0857360000005,
+ "y": 913.7182800000004,
+ "r": 5,
+ "type": "pathP",
+ "name": 810,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 810,
+ "ctrlPoint1": {
+ "x": 1113,
+ "y": 662,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1259,
+ "y": 818,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1314.0857360000005,
+ "y": 913.7182800000004,
+ "r": 5,
+ "type": "pathP",
+ "name": 810,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1487,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 811,
+ "ctrlPoint1": {
+ "x": 1372,
+ "y": 1017,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1467,
+ "y": 1208,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1487,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1476,
+ "y": 1474,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 494,
+ "ctrlPoint1": {
+ "x": 1484,
+ "y": 1376,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1478,
+ "y": 1441,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1476,
+ "y": 1474,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1527,
+ "y": 1650,
+ "r": 5,
+ "type": "pathP",
+ "name": 495,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 495,
+ "ctrlPoint1": {
+ "x": 1488,
+ "y": 1518,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1514,
+ "y": 1606,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1527,
+ "y": 1650,
+ "r": 5,
+ "type": "pathP",
+ "name": 495,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1526,
+ "y": 1703,
+ "r": 5,
+ "type": "pathP",
+ "name": 496,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 496,
+ "ctrlPoint1": {
+ "x": 1526,
+ "y": 1663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1526,
+ "y": 1689,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1526,
+ "y": 1703,
+ "r": 5,
+ "type": "pathP",
+ "name": 496,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1449,
+ "y": 1696,
+ "r": 5,
+ "type": "pathP",
+ "name": 497,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 497,
+ "ctrlPoint1": {
+ "x": 1506,
+ "y": 1701,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1468,
+ "y": 1697,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1449,
+ "y": 1696,
+ "r": 5,
+ "type": "pathP",
+ "name": 497,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 1283,
+ "r": 5,
+ "type": "pathP",
+ "name": 498,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 498,
+ "ctrlPoint1": {
+ "x": 1469,
+ "y": 1580,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1444,
+ "y": 1386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 1283,
+ "r": 5,
+ "type": "pathP",
+ "name": 498,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260.184375,
+ "y": 949.3340000000001,
+ "r": 5,
+ "type": "pathP",
+ "name": 813,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 813,
+ "ctrlPoint1": {
+ "x": 1392,
+ "y": 1187,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1323,
+ "y": 1022,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1260.184375,
+ "y": 949.3340000000001,
+ "r": 5,
+ "type": "pathP",
+ "name": 813,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 703,
+ "r": 5,
+ "type": "pathP",
+ "name": 693,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 814,
+ "ctrlPoint1": {
+ "x": 1219,
+ "y": 872,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1097,
+ "y": 754,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 703,
+ "r": 5,
+ "type": "pathP",
+ "name": 693,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 976,
+ "y": 660,
+ "r": 5,
+ "type": "pathP",
+ "name": 700,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 700,
+ "ctrlPoint1": {
+ "x": 1018,
+ "y": 692,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 990,
+ "y": 670,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 976,
+ "y": 660,
+ "r": 5,
+ "type": "pathP",
+ "name": 700,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1007,
+ "y": 632,
+ "r": 5,
+ "type": "pathP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 706,
+ "ctrlPoint1": {
+ "x": 986,
+ "y": 658,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 999,
+ "y": 648,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1007,
+ "y": 632,
+ "r": 5,
+ "type": "pathP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "name": 506,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 707,
+ "ctrlPoint1": {
+ "x": 996,
+ "y": 624,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 974,
+ "y": 608,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 601,
+ "r": 5,
+ "type": "pathP",
+ "name": 506,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "name": 503,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 507,
+ "ctrlPoint1": {
+ "x": 1017,
+ "y": 490,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 843,
+ "y": 449,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "name": 503,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 801,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "name": 586,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 586,
+ "ctrlPoint1": {
+ "x": 840,
+ "y": 588,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 814,
+ "y": 598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 801,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "name": 586,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "name": 601,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 601,
+ "ctrlPoint1": {
+ "x": 821,
+ "y": 677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 906,
+ "y": 683,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "name": 601,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1323,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "name": 595,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 602,
+ "ctrlPoint1": {
+ "x": 1094,
+ "y": 770,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1278,
+ "y": 978,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1323,
+ "y": 1118,
+ "r": 5,
+ "type": "pathP",
+ "name": 595,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1242,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "name": 598,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 598,
+ "ctrlPoint1": {
+ "x": 1302,
+ "y": 1139,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1262,
+ "y": 1181,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1242,
+ "y": 1202,
+ "r": 5,
+ "type": "pathP",
+ "name": 598,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 1212,
+ "r": 5,
+ "type": "pathP",
+ "name": 589,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 599,
+ "ctrlPoint1": {
+ "x": 1234,
+ "y": 1204,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1219,
+ "y": 1209,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 1212,
+ "r": 5,
+ "type": "pathP",
+ "name": 589,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 899,
+ "y": 908,
+ "r": 5,
+ "type": "pathP",
+ "name": 613,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 613,
+ "ctrlPoint1": {
+ "x": 1178,
+ "y": 1115,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1053,
+ "y": 954,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 899,
+ "y": 908,
+ "r": 5,
+ "type": "pathP",
+ "name": 613,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 727,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "name": 592,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 614,
+ "ctrlPoint1": {
+ "x": 856,
+ "y": 872,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 770,
+ "y": 802,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 727,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "name": 592,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 640,
+ "y": 560,
+ "r": 5,
+ "type": "pathP",
+ "name": 490,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 593,
+ "ctrlPoint1": {
+ "x": 694,
+ "y": 736,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 661,
+ "y": 611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1083,
+ "yaxis": 1078,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1288,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "name": 667,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "name": 669,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 804,
+ "ctrlPoint1": {
+ "x": 1310,
+ "y": 785,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1355,
+ "y": 751,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 735,
+ "r": 5,
+ "type": "pathP",
+ "name": 669,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1471,
+ "y": 1083,
+ "r": 5,
+ "type": "pathP",
+ "name": 670,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 670,
+ "ctrlPoint1": {
+ "x": 1401,
+ "y": 822,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1447,
+ "y": 996,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1471,
+ "y": 1083,
+ "r": 5,
+ "type": "pathP",
+ "name": 670,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1454,
+ "y": 1089,
+ "r": 5,
+ "type": "pathP",
+ "name": 671,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 671,
+ "ctrlPoint1": {
+ "x": 1466,
+ "y": 1084,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1458,
+ "y": 1087,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1454,
+ "y": 1089,
+ "r": 5,
+ "type": "pathP",
+ "name": 671,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1288,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "name": 667,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 672,
+ "ctrlPoint1": {
+ "x": 1423,
+ "y": 1011,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1356,
+ "y": 884,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1383,
+ "yaxis": 916,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1517,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "name": 678,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1526,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "name": 679,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 679,
+ "ctrlPoint1": {
+ "x": 1519,
+ "y": 1317,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1523,
+ "y": 1403,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1526,
+ "y": 1447,
+ "r": 5,
+ "type": "pathP",
+ "name": 679,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1567,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 680,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 680,
+ "ctrlPoint1": {
+ "x": 1536,
+ "y": 1436,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1556,
+ "y": 1416,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1567,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 680,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1561,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "name": 681,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 681,
+ "ctrlPoint1": {
+ "x": 1565,
+ "y": 1391,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1562,
+ "y": 1361,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1561,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "name": 681,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1517,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "name": 678,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 682,
+ "ctrlPoint1": {
+ "x": 1550,
+ "y": 1328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1528,
+ "y": 1292,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1542,
+ "yaxis": 1360,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1326,
+ "y": 1187,
+ "r": 5,
+ "type": "pathP",
+ "name": 683,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1346,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "name": 684,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 684,
+ "ctrlPoint1": {
+ "x": 1331,
+ "y": 1183,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1341,
+ "y": 1176,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1346,
+ "y": 1173,
+ "r": 5,
+ "type": "pathP",
+ "name": 684,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1399,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "name": 685,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 685,
+ "ctrlPoint1": {
+ "x": 1366,
+ "y": 1209,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1390,
+ "y": 1279,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1399,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "name": 685,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1373,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 686,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 686,
+ "ctrlPoint1": {
+ "x": 1392,
+ "y": 1322,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1379,
+ "y": 1329,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1373,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 686,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1326,
+ "y": 1187,
+ "r": 5,
+ "type": "pathP",
+ "name": 683,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 687,
+ "ctrlPoint1": {
+ "x": 1364,
+ "y": 1294,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1343,
+ "y": 1223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1362,
+ "yaxis": 1253,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "hollowArea": [],
+ "shopArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 148,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 179,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 9,
+ "ctrlPoint1": {
+ "x": 155,
+ "y": 490,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 171,
+ "y": 534,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 179,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 234,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 10,
+ "ctrlPoint1": {
+ "x": 192,
+ "y": 554,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 220,
+ "y": 548,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 234,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 217,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 11,
+ "ctrlPoint1": {
+ "x": 229,
+ "y": 522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 221,
+ "y": 476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 217,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 148,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 16,
+ "ctrlPoint1": {
+ "x": 197,
+ "y": 455,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 165,
+ "y": 462,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M01",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\64d72aba-0f44-4dc8-b8b4-e633e8d928e8\\M01_1133923_Watsons屈臣氏.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 191,
+ "yaxis": 505,
+ "shopNav": 153,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 218,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 235,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 18,
+ "ctrlPoint1": {
+ "x": 222,
+ "y": 476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 230,
+ "y": 522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 235,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 302,
+ "y": 532,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 19,
+ "ctrlPoint1": {
+ "x": 251,
+ "y": 541,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 285,
+ "y": 535,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 302,
+ "y": 532,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 282,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 20,
+ "ctrlPoint1": {
+ "x": 297,
+ "y": 510,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 287,
+ "y": 466,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 282,
+ "y": 444,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 218,
+ "y": 454,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 381,
+ "ctrlPoint1": {
+ "x": 266,
+ "y": 446,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 234,
+ "y": 451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M03",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\37e85a90-fd99-4f06-a2f7-641c5fd8820c\\M03_1133924_MINISO名创优品.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 260,
+ "yaxis": 494,
+ "shopNav": 94,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 261,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "name": 24,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 164,
+ "y": 375,
+ "r": 5,
+ "type": "pathP",
+ "name": 25,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 25,
+ "ctrlPoint1": {
+ "x": 236,
+ "y": 359,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 188,
+ "y": 369,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 164,
+ "y": 375,
+ "r": 5,
+ "type": "pathP",
+ "name": 25,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 164,
+ "y": 394,
+ "r": 5,
+ "type": "pathP",
+ "name": 26,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 26,
+ "ctrlPoint1": {
+ "x": 164,
+ "y": 379,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 164,
+ "y": 389,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 164,
+ "y": 394,
+ "r": 5,
+ "type": "pathP",
+ "name": 26,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 207,
+ "y": 421,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 33,
+ "ctrlPoint1": {
+ "x": 168,
+ "y": 410,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 185,
+ "y": 423,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 207,
+ "y": 421,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 272,
+ "y": 405,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 28,
+ "ctrlPoint1": {
+ "x": 223,
+ "y": 417,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 255,
+ "y": 409,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 272,
+ "y": 405,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 261,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "name": 24,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 29,
+ "ctrlPoint1": {
+ "x": 269,
+ "y": 392,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 263,
+ "y": 366,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M04",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "100",
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\21d1d8f7-ee8c-4ed3-816f-66720f9f8fc8\\M04_1133925_M&GSHOP九木杂物社.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 218,
+ "yaxis": 387,
+ "shopNav": 91,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 263,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 328,
+ "y": 340,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 35,
+ "ctrlPoint1": {
+ "x": 279,
+ "y": 350,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 311,
+ "y": 343,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 328,
+ "y": 340,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 339,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 36,
+ "ctrlPoint1": {
+ "x": 330,
+ "y": 352,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 336,
+ "y": 378,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 339,
+ "y": 391,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 315,
+ "y": 397,
+ "r": 5,
+ "type": "pathP",
+ "name": 37,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 37,
+ "ctrlPoint1": {
+ "x": 333,
+ "y": 392,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 321,
+ "y": 395,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 315,
+ "y": 397,
+ "r": 5,
+ "type": "pathP",
+ "name": 37,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 306,
+ "y": 411,
+ "r": 5,
+ "type": "pathP",
+ "name": 38,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 38,
+ "ctrlPoint1": {
+ "x": 312,
+ "y": 400,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 308,
+ "y": 407,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 306,
+ "y": 411,
+ "r": 5,
+ "type": "pathP",
+ "name": 38,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 274,
+ "y": 405,
+ "r": 5,
+ "type": "pathP",
+ "name": 39,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 39,
+ "ctrlPoint1": {
+ "x": 297,
+ "y": 405,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 284,
+ "y": 404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 274,
+ "y": 405,
+ "r": 5,
+ "type": "pathP",
+ "name": 39,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 263,
+ "y": 354,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 40,
+ "ctrlPoint1": {
+ "x": 271,
+ "y": 392,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 265,
+ "y": 366,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M07",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "100",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\9928fe6a-4d59-43c5-a15f-3e644e4b6da1\\M07_1133926_HITOMI.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 301,
+ "yaxis": 375,
+ "shopNav": 92,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 524,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 360,
+ "y": 591,
+ "r": 5,
+ "type": "pathP",
+ "name": 42,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 42,
+ "ctrlPoint1": {
+ "x": 350,
+ "y": 540,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 356,
+ "y": 574,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 360,
+ "y": 591,
+ "r": 5,
+ "type": "pathP",
+ "name": 42,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 398,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "name": 43,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 43,
+ "ctrlPoint1": {
+ "x": 369,
+ "y": 589,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 388,
+ "y": 585,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 398,
+ "y": 583,
+ "r": 5,
+ "type": "pathP",
+ "name": 43,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "name": 44,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 44,
+ "ctrlPoint1": {
+ "x": 394,
+ "y": 566,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 387,
+ "y": 532,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 516,
+ "r": 5,
+ "type": "pathP",
+ "name": 44,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 524,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 45,
+ "ctrlPoint1": {
+ "x": 374,
+ "y": 518,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 356,
+ "y": 522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M09",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\b298c156-3124-4674-bd5a-ad9d3686ccab\\M09_1133927_ReArrow.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 372,
+ "yaxis": 553,
+ "shopNav": 96,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 335,
+ "y": 725,
+ "r": 5,
+ "type": "pathP",
+ "name": 46,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 345,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "name": 47,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 47,
+ "ctrlPoint1": {
+ "x": 337,
+ "y": 737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 342,
+ "y": 762,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 345,
+ "y": 775,
+ "r": 5,
+ "type": "pathP",
+ "name": 47,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 325,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 48,
+ "ctrlPoint1": {
+ "x": 340,
+ "y": 776,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 330,
+ "y": 778,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 325,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 328,
+ "y": 795,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 49,
+ "ctrlPoint1": {
+ "x": 325,
+ "y": 783,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 327,
+ "y": 791,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 328,
+ "y": 795,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 367,
+ "y": 787,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 50,
+ "ctrlPoint1": {
+ "x": 337,
+ "y": 793,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 357,
+ "y": 789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 367,
+ "y": 787,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 352,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "name": 51,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 51,
+ "ctrlPoint1": {
+ "x": 363,
+ "y": 770,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 355,
+ "y": 737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 352,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "name": 51,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 335,
+ "y": 725,
+ "r": 5,
+ "type": "pathP",
+ "name": 46,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 52,
+ "ctrlPoint1": {
+ "x": 347,
+ "y": 722,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 339,
+ "y": 724,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M11",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "100",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\abbb8de4-6890-4322-b2ef-e7f1aebe1e7b\\M11_1133929_Designskin.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 346,
+ "yaxis": 758,
+ "shopNav": 100,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 395,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "name": 53,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 437,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 54,
+ "ctrlPoint1": {
+ "x": 405,
+ "y": 771,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 426,
+ "y": 767,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 437,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 425,
+ "y": 707,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 55,
+ "ctrlPoint1": {
+ "x": 434,
+ "y": 750,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 428,
+ "y": 721,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 425,
+ "y": 707,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 387,
+ "y": 732,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 56,
+ "ctrlPoint1": {
+ "x": 399,
+ "y": 709,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 387,
+ "y": 714,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 387,
+ "y": 732,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 395,
+ "y": 774,
+ "r": 5,
+ "type": "pathP",
+ "name": 53,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 57,
+ "ctrlPoint1": {
+ "x": 389,
+ "y": 742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 393,
+ "y": 763,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M12",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\d1eca4e1-5faa-4046-ae87-b85b91bcd20c\\M12_1133930_aojo.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 412,
+ "yaxis": 740,
+ "shopNav": 101,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 395,
+ "y": 777,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 437,
+ "y": 768,
+ "r": 5,
+ "type": "pathP",
+ "name": 59,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 59,
+ "ctrlPoint1": {
+ "x": 405,
+ "y": 774,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 426,
+ "y": 770,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 437,
+ "y": 768,
+ "r": 5,
+ "type": "pathP",
+ "name": 59,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 446,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "name": 60,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 60,
+ "ctrlPoint1": {
+ "x": 439,
+ "y": 778,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 443,
+ "y": 799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 446,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "name": 60,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 401,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "name": 61,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 61,
+ "ctrlPoint1": {
+ "x": 420,
+ "y": 816,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 405,
+ "y": 818,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 401,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "name": 61,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 395,
+ "y": 777,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 62,
+ "ctrlPoint1": {
+ "x": 399,
+ "y": 799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 396,
+ "y": 784,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M14",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\bbcc02a4-7094-4349-ad57-84038a7a5da6\\M14_1133931_Reclassified.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 420,
+ "yaxis": 789,
+ "shopNav": 102,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 415,
+ "y": 825,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 448,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "name": 64,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 64,
+ "ctrlPoint1": {
+ "x": 423,
+ "y": 823,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 439,
+ "y": 819,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 448,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "name": 64,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 459,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "name": 65,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 65,
+ "ctrlPoint1": {
+ "x": 450,
+ "y": 830,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 456,
+ "y": 854,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 459,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "name": 65,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 429,
+ "y": 874,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 66,
+ "ctrlPoint1": {
+ "x": 451,
+ "y": 868,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 436,
+ "y": 872,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 429,
+ "y": 874,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 415,
+ "y": 825,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 67,
+ "ctrlPoint1": {
+ "x": 423,
+ "y": 863,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 417,
+ "y": 839,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M15",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\155a44f9-5d48-42e6-903c-636ed18f827b\\M15_1134114_MaryShin.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 437,
+ "yaxis": 846,
+ "shopNav": 104,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 332,
+ "y": 448,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 372,
+ "y": 440,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 378,
+ "ctrlPoint1": {
+ "x": 342,
+ "y": 446,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 362,
+ "y": 442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 372,
+ "y": 440,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 514,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 379,
+ "ctrlPoint1": {
+ "x": 375,
+ "y": 458,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 381,
+ "y": 495,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 514,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 346,
+ "y": 522,
+ "r": 5,
+ "type": "pathP",
+ "name": 71,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 71,
+ "ctrlPoint1": {
+ "x": 374,
+ "y": 516,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 355,
+ "y": 520,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 346,
+ "y": 522,
+ "r": 5,
+ "type": "pathP",
+ "name": 71,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 332,
+ "y": 448,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 72,
+ "ctrlPoint1": {
+ "x": 340,
+ "y": 504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 327,
+ "y": 470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 358,
+ "yaxis": 481,
+ "shopNav": 95,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 367,
+ "y": 608,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 401,
+ "y": 599,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 74,
+ "ctrlPoint1": {
+ "x": 375,
+ "y": 605,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 392,
+ "y": 601,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 401,
+ "y": 599,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 413,
+ "y": 653,
+ "r": 5,
+ "type": "pathP",
+ "name": 75,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 75,
+ "ctrlPoint1": {
+ "x": 404,
+ "y": 612,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 410,
+ "y": 639,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 413,
+ "y": 653,
+ "r": 5,
+ "type": "pathP",
+ "name": 75,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 379,
+ "y": 660,
+ "r": 5,
+ "type": "pathP",
+ "name": 76,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 76,
+ "ctrlPoint1": {
+ "x": 405,
+ "y": 660,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 391,
+ "y": 665,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 379,
+ "y": 660,
+ "r": 5,
+ "type": "pathP",
+ "name": 76,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 367,
+ "y": 608,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 77,
+ "ctrlPoint1": {
+ "x": 371,
+ "y": 649,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 363,
+ "y": 623,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 390,
+ "yaxis": 629,
+ "shopNav": 97,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 337,
+ "y": 831,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 349,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 79,
+ "ctrlPoint1": {
+ "x": 340,
+ "y": 845,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 346,
+ "y": 875,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 349,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 403,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 80,
+ "ctrlPoint1": {
+ "x": 362,
+ "y": 886,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 389,
+ "y": 879,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 403,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 373,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "name": 81,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 81,
+ "ctrlPoint1": {
+ "x": 397,
+ "y": 862,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 386,
+ "y": 850,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 373,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "name": 81,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 369,
+ "y": 823,
+ "r": 5,
+ "type": "pathP",
+ "name": 82,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 82,
+ "ctrlPoint1": {
+ "x": 372,
+ "y": 838,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 370,
+ "y": 828,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 369,
+ "y": 823,
+ "r": 5,
+ "type": "pathP",
+ "name": 82,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 337,
+ "y": 831,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 83,
+ "ctrlPoint1": {
+ "x": 361,
+ "y": 825,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 345,
+ "y": 829,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M16",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b6e13c9a-c151-4d05-84d8-4ee5094aa552\\M16_1134115_MintyGreen.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 370,
+ "yaxis": 856,
+ "shopNav": 103,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 349,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 361,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 85,
+ "ctrlPoint1": {
+ "x": 352,
+ "y": 904,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 358,
+ "y": 931,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 361,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 420,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "name": 86,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 86,
+ "ctrlPoint1": {
+ "x": 375,
+ "y": 942,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 405,
+ "y": 936,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 420,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "name": 86,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 403,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 87,
+ "ctrlPoint1": {
+ "x": 417,
+ "y": 917,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 407,
+ "y": 895,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 403,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 349,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 88,
+ "ctrlPoint1": {
+ "x": 389,
+ "y": 880,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 362,
+ "y": 887,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M17",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\eea3b433-5e2d-4537-84d5-09d09f51265f\\M17_1134116_Her Own Words.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 384,
+ "yaxis": 911,
+ "shopNav": 106,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 323,
+ "y": 955,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 421,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 90,
+ "ctrlPoint1": {
+ "x": 347,
+ "y": 949,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 396,
+ "y": 939,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 421,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 431,
+ "y": 984,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 91,
+ "ctrlPoint1": {
+ "x": 426,
+ "y": 948,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 431,
+ "y": 968,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 431,
+ "y": 984,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 1006,
+ "r": 5,
+ "type": "pathP",
+ "name": 92,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 92,
+ "ctrlPoint1": {
+ "x": 406,
+ "y": 989,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 357,
+ "y": 1000,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 1006,
+ "r": 5,
+ "type": "pathP",
+ "name": 92,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 323,
+ "y": 955,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 93,
+ "ctrlPoint1": {
+ "x": 330,
+ "y": 993,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 325,
+ "y": 967,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M18",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\3a9bee0c-401e-4658-b47b-c9de0f699f26\\M18_1133932_NOME.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 377,
+ "yaxis": 970,
+ "shopNav": 107,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 481,
+ "y": 974,
+ "r": 5,
+ "type": "pathP",
+ "name": 94,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 545,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "name": 95,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 95,
+ "ctrlPoint1": {
+ "x": 497,
+ "y": 970,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 529,
+ "y": 964,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 545,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "name": 95,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 533,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "name": 96,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 96,
+ "ctrlPoint1": {
+ "x": 542,
+ "y": 946,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 536,
+ "y": 918,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 533,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "name": 96,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 469,
+ "y": 919,
+ "r": 5,
+ "type": "pathP",
+ "name": 97,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 97,
+ "ctrlPoint1": {
+ "x": 517,
+ "y": 907,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 485,
+ "y": 915,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 469,
+ "y": 919,
+ "r": 5,
+ "type": "pathP",
+ "name": 97,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 481,
+ "y": 974,
+ "r": 5,
+ "type": "pathP",
+ "name": 94,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 98,
+ "ctrlPoint1": {
+ "x": 472,
+ "y": 932,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 478,
+ "y": 960,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M22",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\1bb792c1-40bf-4127-b1a9-f9e9ee4191e5\\M22_1133933_Breo倍轻松.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 507,
+ "yaxis": 939,
+ "shopNav": 108,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 481,
+ "y": 976,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 545,
+ "y": 963,
+ "r": 5,
+ "type": "pathP",
+ "name": 100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 100,
+ "ctrlPoint1": {
+ "x": 497,
+ "y": 972,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 529,
+ "y": 966,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 545,
+ "y": 963,
+ "r": 5,
+ "type": "pathP",
+ "name": 100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 557,
+ "y": 1017,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 101,
+ "ctrlPoint1": {
+ "x": 548,
+ "y": 976,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 554,
+ "y": 1003,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 557,
+ "y": 1017,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 493,
+ "y": 1029,
+ "r": 5,
+ "type": "pathP",
+ "name": 102,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 102,
+ "ctrlPoint1": {
+ "x": 541,
+ "y": 1020,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 509,
+ "y": 1026,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 493,
+ "y": 1029,
+ "r": 5,
+ "type": "pathP",
+ "name": 102,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 481,
+ "y": 976,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 103,
+ "ctrlPoint1": {
+ "x": 490,
+ "y": 1015,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 484,
+ "y": 989,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M24",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\683cb586-323a-437b-9f5e-d207a513d699\\M24_1134117_减法生活馆.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 519,
+ "yaxis": 996,
+ "shopNav": 110,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 563,
+ "y": 1040,
+ "r": 5,
+ "type": "pathP",
+ "name": 104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 577,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "name": 105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 105,
+ "ctrlPoint1": {
+ "x": 566,
+ "y": 1057,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 573,
+ "y": 1093,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 577,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "name": 105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 484,
+ "y": 1131,
+ "r": 5,
+ "type": "pathP",
+ "name": 108,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 383,
+ "ctrlPoint1": {
+ "x": 553,
+ "y": 1116,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 507,
+ "y": 1126,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 484,
+ "y": 1131,
+ "r": 5,
+ "type": "pathP",
+ "name": 108,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 472,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "name": 109,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 109,
+ "ctrlPoint1": {
+ "x": 481,
+ "y": 1115,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 475,
+ "y": 1085,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 472,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "name": 109,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 482,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 110,
+ "ctrlPoint1": {
+ "x": 470,
+ "y": 1061,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 475,
+ "y": 1055,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 482,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 563,
+ "y": 1040,
+ "r": 5,
+ "type": "pathP",
+ "name": 104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 111,
+ "ctrlPoint1": {
+ "x": 502,
+ "y": 1051,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 542,
+ "y": 1043,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M26",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\a92af872-e6e0-40e4-bd40-e377bee681cf\\M26_1134118_LLJ夹机“占”.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 524,
+ "yaxis": 1085,
+ "shopNav": 111,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 577,
+ "y": 1112,
+ "r": 5,
+ "type": "pathP",
+ "name": 112,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 587,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 113,
+ "ctrlPoint1": {
+ "x": 579,
+ "y": 1124,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 584,
+ "y": 1149,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 587,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 496,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 114,
+ "ctrlPoint1": {
+ "x": 564,
+ "y": 1167,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 518,
+ "y": 1178,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 496,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 484,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 115,
+ "ctrlPoint1": {
+ "x": 493,
+ "y": 1171,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 487,
+ "y": 1145,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 484,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 577,
+ "y": 1112,
+ "r": 5,
+ "type": "pathP",
+ "name": 112,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 116,
+ "ctrlPoint1": {
+ "x": 507,
+ "y": 1127,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 553,
+ "y": 1117,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M27",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\5c96adb8-86ac-4cf2-9b6c-9d4b0780ad92\\M27_1134119_奥佳华.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 535,
+ "yaxis": 1148,
+ "shopNav": 112,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 496,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 587,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 118,
+ "ctrlPoint1": {
+ "x": 518,
+ "y": 1179,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 564,
+ "y": 1168,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 587,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 599,
+ "y": 1219,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 119,
+ "ctrlPoint1": {
+ "x": 590,
+ "y": 1177,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 596,
+ "y": 1205,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 599,
+ "y": 1219,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 507,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 120,
+ "ctrlPoint1": {
+ "x": 576,
+ "y": 1223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 530,
+ "y": 1233,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 507,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 496,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 121,
+ "ctrlPoint1": {
+ "x": 504,
+ "y": 1224,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 498,
+ "y": 1198,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M28",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\84f84654-eee1-495f-a000-6b4b536293ea\\M28_1133934_芭妮兰.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 547,
+ "yaxis": 1200,
+ "shopNav": 114,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 599,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 610,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "name": 123,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 123,
+ "ctrlPoint1": {
+ "x": 601,
+ "y": 1233,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 607,
+ "y": 1259,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 610,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "name": 123,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 519,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "name": 124,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 124,
+ "ctrlPoint1": {
+ "x": 587,
+ "y": 1277,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 541,
+ "y": 1287,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 519,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "name": 124,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 507,
+ "y": 1239,
+ "r": 5,
+ "type": "pathP",
+ "name": 125,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 125,
+ "ctrlPoint1": {
+ "x": 516,
+ "y": 1278,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 510,
+ "y": 1252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 507,
+ "y": 1239,
+ "r": 5,
+ "type": "pathP",
+ "name": 125,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 599,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 126,
+ "ctrlPoint1": {
+ "x": 530,
+ "y": 1234,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 576,
+ "y": 1224,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M29",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\7b5154f0-13dd-4531-a76d-3a39f2ae22b2\\M29_1133935_阪织屋.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 558,
+ "yaxis": 1256,
+ "shopNav": 116,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 405,
+ "y": 1276,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 414,
+ "y": 1317,
+ "r": 5,
+ "type": "pathP",
+ "name": 136,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 136,
+ "ctrlPoint1": {
+ "x": 407,
+ "y": 1286,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 411,
+ "y": 1306,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 414,
+ "y": 1317,
+ "r": 5,
+ "type": "pathP",
+ "name": 136,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 471,
+ "y": 1305,
+ "r": 5,
+ "type": "pathP",
+ "name": 137,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 137,
+ "ctrlPoint1": {
+ "x": 428,
+ "y": 1314,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 456,
+ "y": 1308,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 471,
+ "y": 1305,
+ "r": 5,
+ "type": "pathP",
+ "name": 137,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 462,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 138,
+ "ctrlPoint1": {
+ "x": 468,
+ "y": 1297,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 464,
+ "y": 1282,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 462,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 445,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 139,
+ "ctrlPoint1": {
+ "x": 461,
+ "y": 1264,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 452,
+ "y": 1263,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 445,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 405,
+ "y": 1276,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 140,
+ "ctrlPoint1": {
+ "x": 435,
+ "y": 1269,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 415,
+ "y": 1273,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M32",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\5f231081-cb44-43bf-b3c1-b69e77b0233a\\M32_1133937_PaperSan纸赞.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 438,
+ "yaxis": 1292,
+ "shopNav": 115,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 414,
+ "y": 1318,
+ "r": 5,
+ "type": "pathP",
+ "name": 141,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 424,
+ "y": 1365,
+ "r": 5,
+ "type": "pathP",
+ "name": 142,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 142,
+ "ctrlPoint1": {
+ "x": 416,
+ "y": 1329,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 421,
+ "y": 1353,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 424,
+ "y": 1365,
+ "r": 5,
+ "type": "pathP",
+ "name": 142,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 503,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 143,
+ "ctrlPoint1": {
+ "x": 443,
+ "y": 1360,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 483,
+ "y": 1352,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 503,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 501,
+ "y": 1340,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 144,
+ "ctrlPoint1": {
+ "x": 502,
+ "y": 1346,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 501,
+ "y": 1342,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 501,
+ "y": 1340,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 471,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 145,
+ "ctrlPoint1": {
+ "x": 492,
+ "y": 1332,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 475,
+ "y": 1316,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 471,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 414,
+ "y": 1318,
+ "r": 5,
+ "type": "pathP",
+ "name": 141,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 146,
+ "ctrlPoint1": {
+ "x": 456,
+ "y": 1309,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 428,
+ "y": 1315,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M34",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\e0e127e5-93ff-48f5-a62c-a16efab4a3f5\\M34_1133938_FERN.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 458,
+ "yaxis": 1335,
+ "shopNav": 118,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 475,
+ "y": 1358,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 480,
+ "y": 1380,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 148,
+ "ctrlPoint1": {
+ "x": 476,
+ "y": 1363,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 478,
+ "y": 1374,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 480,
+ "y": 1380,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 497,
+ "y": 1376,
+ "r": 5,
+ "type": "pathP",
+ "name": 149,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 149,
+ "ctrlPoint1": {
+ "x": 484,
+ "y": 1379,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 492,
+ "y": 1377,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 497,
+ "y": 1376,
+ "r": 5,
+ "type": "pathP",
+ "name": 149,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 1361,
+ "r": 5,
+ "type": "pathP",
+ "name": 150,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 150,
+ "ctrlPoint1": {
+ "x": 503,
+ "y": 1376,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 509,
+ "y": 1369,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 1361,
+ "r": 5,
+ "type": "pathP",
+ "name": 150,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 504,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "name": 151,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 151,
+ "ctrlPoint1": {
+ "x": 505,
+ "y": 1358,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 504,
+ "y": 1352,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 504,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "name": 151,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 475,
+ "y": 1358,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 152,
+ "ctrlPoint1": {
+ "x": 496,
+ "y": 1352,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 482,
+ "y": 1356,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M35",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "100",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\43843e90-7166-4661-804c-e20a8a628a66\\上海兴业太古汇LOGO.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 490,
+ "yaxis": 1365,
+ "shopNav": 119,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 520,
+ "y": 1293,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 611,
+ "y": 1273,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 154,
+ "ctrlPoint1": {
+ "x": 542,
+ "y": 1288,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 588,
+ "y": 1278,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 611,
+ "y": 1273,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 618,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "name": 385,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 385,
+ "ctrlPoint1": {
+ "x": 612,
+ "y": 1282,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 616,
+ "y": 1300,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 618,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "name": 385,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 557,
+ "y": 1321,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 386,
+ "ctrlPoint1": {
+ "x": 602,
+ "y": 1312,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 572,
+ "y": 1318,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 557,
+ "y": 1321,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 520,
+ "y": 1293,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 160,
+ "ctrlPoint1": {
+ "x": 527,
+ "y": 1331,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 522,
+ "y": 1315,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M36",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\2eeecdba-bad9-4d90-adb8-51b47a785bd5\\M36_1133940_Innisfree.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 569,
+ "yaxis": 1297,
+ "shopNav": 117,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "name": 160,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 428,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 161,
+ "ctrlPoint1": {
+ "x": 424,
+ "y": 1372,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 426,
+ "y": 1384,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 428,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 478,
+ "y": 1380,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 390,
+ "ctrlPoint1": {
+ "x": 440,
+ "y": 1387,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 465,
+ "y": 1382,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 478,
+ "y": 1380,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 473,
+ "y": 1358,
+ "r": 5,
+ "type": "pathP",
+ "name": 163,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 163,
+ "ctrlPoint1": {
+ "x": 476,
+ "y": 1374,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 474,
+ "y": 1363,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 473,
+ "y": 1358,
+ "r": 5,
+ "type": "pathP",
+ "name": 163,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "name": 160,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 164,
+ "ctrlPoint1": {
+ "x": 460,
+ "y": 1360,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 435,
+ "y": 1364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M37",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\b8d7e9b4-6893-4b39-98f3-f34f7984abba\\M37_1133941_海马洗衣.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 450,
+ "yaxis": 1374,
+ "shopNav": 122,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 645,
+ "y": 1426,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 658,
+ "y": 1489,
+ "r": 5,
+ "type": "pathP",
+ "name": 168,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 168,
+ "ctrlPoint1": {
+ "x": 648,
+ "y": 1441,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 654,
+ "y": 1473,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 658,
+ "y": 1489,
+ "r": 5,
+ "type": "pathP",
+ "name": 168,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 565,
+ "y": 1509,
+ "r": 5,
+ "type": "pathP",
+ "name": 169,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 169,
+ "ctrlPoint1": {
+ "x": 634,
+ "y": 1494,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 588,
+ "y": 1504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 565,
+ "y": 1509,
+ "r": 5,
+ "type": "pathP",
+ "name": 169,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 561,
+ "y": 1489,
+ "r": 5,
+ "type": "pathP",
+ "name": 170,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 170,
+ "ctrlPoint1": {
+ "x": 564,
+ "y": 1504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 562,
+ "y": 1494,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 561,
+ "y": 1489,
+ "r": 5,
+ "type": "pathP",
+ "name": 170,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 590,
+ "y": 1438,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 171,
+ "ctrlPoint1": {
+ "x": 566,
+ "y": 1473,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 575,
+ "y": 1448,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 590,
+ "y": 1438,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 645,
+ "y": 1426,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 172,
+ "ctrlPoint1": {
+ "x": 603,
+ "y": 1435,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 631,
+ "y": 1429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M40",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\8da346d6-8efd-466e-be77-33abaa39d387\\M40_1133942_妍丽.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 609,
+ "yaxis": 1467,
+ "shopNav": 123,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 483,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "name": 173,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 493,
+ "y": 1569,
+ "r": 5,
+ "type": "pathP",
+ "name": 174,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 174,
+ "ctrlPoint1": {
+ "x": 485,
+ "y": 1529,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 490,
+ "y": 1555,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 493,
+ "y": 1569,
+ "r": 5,
+ "type": "pathP",
+ "name": 174,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 525,
+ "y": 1563,
+ "r": 5,
+ "type": "pathP",
+ "name": 175,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 175,
+ "ctrlPoint1": {
+ "x": 501,
+ "y": 1567,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 517,
+ "y": 1564,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 525,
+ "y": 1563,
+ "r": 5,
+ "type": "pathP",
+ "name": 175,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 525,
+ "y": 1531,
+ "r": 5,
+ "type": "pathP",
+ "name": 176,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 176,
+ "ctrlPoint1": {
+ "x": 525,
+ "y": 1555,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 525,
+ "y": 1539,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 525,
+ "y": 1531,
+ "r": 5,
+ "type": "pathP",
+ "name": 176,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 483,
+ "y": 1516,
+ "r": 5,
+ "type": "pathP",
+ "name": 173,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 177,
+ "ctrlPoint1": {
+ "x": 524,
+ "y": 1515,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 507,
+ "y": 1504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M41",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\1e3c0929-5390-4ee3-b0fa-98cce43b7a89\\M41_1133943_台盖 TAIGAI.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 504,
+ "yaxis": 1542,
+ "shopNav": 124,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 517,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 527,
+ "y": 1717,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 179,
+ "ctrlPoint1": {
+ "x": 519,
+ "y": 1686,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 524,
+ "y": 1706,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 527,
+ "y": 1717,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 611,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 180,
+ "ctrlPoint1": {
+ "x": 548,
+ "y": 1712,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 590,
+ "y": 1704,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 611,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 604,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 181,
+ "ctrlPoint1": {
+ "x": 613,
+ "y": 1687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 613,
+ "y": 1669,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 604,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 517,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 182,
+ "ctrlPoint1": {
+ "x": 582,
+ "y": 1663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 538,
+ "y": 1671,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M44",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\d9690f24-030b-4859-a73b-271c6d614cf7\\M44_1133944_Manner.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 564,
+ "yaxis": 1688,
+ "shopNav": 129,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 662,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 1742,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 189,
+ "ctrlPoint1": {
+ "x": 674,
+ "y": 1751,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 699,
+ "y": 1745,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 1742,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 726,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 190,
+ "ctrlPoint1": {
+ "x": 715,
+ "y": 1758,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 722,
+ "y": 1791,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 726,
+ "y": 1808,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 705,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "name": 191,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 191,
+ "ctrlPoint1": {
+ "x": 720,
+ "y": 1811,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 710,
+ "y": 1817,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 705,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "name": 191,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 673,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 192,
+ "ctrlPoint1": {
+ "x": 696,
+ "y": 1826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 680,
+ "y": 1825,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 673,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 662,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 193,
+ "ctrlPoint1": {
+ "x": 670,
+ "y": 1795,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 664,
+ "y": 1767,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M50",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\087ce1a2-f100-4348-8494-1bb4d12eacb4\\M50_1134122_琥家拉面.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 694,
+ "yaxis": 1781,
+ "shopNav": 135,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 664,
+ "y": 1521,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 690,
+ "y": 1638,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 401,
+ "ctrlPoint1": {
+ "x": 670,
+ "y": 1550,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 683,
+ "y": 1608,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 690,
+ "y": 1638,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 645,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 198,
+ "ctrlPoint1": {
+ "x": 678,
+ "y": 1640,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 656,
+ "y": 1645,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 645,
+ "y": 1648,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 587,
+ "y": 1536,
+ "r": 5,
+ "type": "pathP",
+ "name": 200,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 202,
+ "ctrlPoint1": {
+ "x": 630,
+ "y": 1600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 539,
+ "y": 1567,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 587,
+ "y": 1536,
+ "r": 5,
+ "type": "pathP",
+ "name": 200,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 664,
+ "y": 1521,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 201,
+ "ctrlPoint1": {
+ "x": 606,
+ "y": 1532,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 644,
+ "y": 1524,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M46",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\5957ce4b-336d-4cb9-85db-166eeccc5569\\M46&47_1133945_ThreeSquirrels三只松鼠.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 638,
+ "yaxis": 1584,
+ "shopNav": 127,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 570,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 577,
+ "y": 1772,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 204,
+ "ctrlPoint1": {
+ "x": 571,
+ "y": 1746,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 575,
+ "y": 1763,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 577,
+ "y": 1772,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 634,
+ "y": 1762,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 205,
+ "ctrlPoint1": {
+ "x": 591,
+ "y": 1769,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 619,
+ "y": 1764,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 634,
+ "y": 1762,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 607,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "name": 206,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 211,
+ "ctrlPoint1": {
+ "x": 631,
+ "y": 1733,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 619,
+ "y": 1727,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 607,
+ "y": 1730,
+ "r": 5,
+ "type": "pathP",
+ "name": 206,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 570,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 207,
+ "ctrlPoint1": {
+ "x": 597,
+ "y": 1732,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 579,
+ "y": 1736,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M52",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\11c5ba1b-669d-41c2-94bc-a65904b2cc9c\\M52_1133947_早安巴黎.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 602,
+ "yaxis": 1751,
+ "shopNav": 130,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 577,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 212,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 583,
+ "y": 1798,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 213,
+ "ctrlPoint1": {
+ "x": 578,
+ "y": 1779,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 581,
+ "y": 1791,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 583,
+ "y": 1798,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 639,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "name": 214,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 214,
+ "ctrlPoint1": {
+ "x": 597,
+ "y": 1795,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 625,
+ "y": 1789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 639,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "name": 214,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 634,
+ "y": 1763,
+ "r": 5,
+ "type": "pathP",
+ "name": 215,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 215,
+ "ctrlPoint1": {
+ "x": 637,
+ "y": 1781,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 635,
+ "y": 1769,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 634,
+ "y": 1763,
+ "r": 5,
+ "type": "pathP",
+ "name": 215,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 577,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 212,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 216,
+ "ctrlPoint1": {
+ "x": 619,
+ "y": 1765,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 591,
+ "y": 1770,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M54",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\a325bb23-71ca-49e2-b6f9-c80379148307\\M54_1133948_果之满满.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 608,
+ "yaxis": 1780,
+ "shopNav": 134,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 683,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "name": 217,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 667,
+ "y": 1883,
+ "r": 5,
+ "type": "pathP",
+ "name": 218,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 218,
+ "ctrlPoint1": {
+ "x": 679,
+ "y": 1861,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 671,
+ "y": 1875,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 667,
+ "y": 1883,
+ "r": 5,
+ "type": "pathP",
+ "name": 218,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 678,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "name": 219,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 219,
+ "ctrlPoint1": {
+ "x": 669,
+ "y": 1897,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 675,
+ "y": 1925,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 678,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "name": 219,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 738,
+ "y": 1928,
+ "r": 5,
+ "type": "pathP",
+ "name": 220,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 220,
+ "ctrlPoint1": {
+ "x": 693,
+ "y": 1937,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 723,
+ "y": 1931,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 738,
+ "y": 1928,
+ "r": 5,
+ "type": "pathP",
+ "name": 220,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 729,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "name": 221,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 221,
+ "ctrlPoint1": {
+ "x": 735,
+ "y": 1918,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 731,
+ "y": 1898,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 729,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "name": 221,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 683,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "name": 217,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 222,
+ "ctrlPoint1": {
+ "x": 724,
+ "y": 1878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 704,
+ "y": 1857,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "M60",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\ef58eab6-eced-4a4a-b2d0-099260b6fa30\\M60_1133950_大蔬烫捞.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 702,
+ "yaxis": 1897,
+ "shopNav": 139,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 713,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "name": 223,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 751,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 224,
+ "ctrlPoint1": {
+ "x": 722,
+ "y": 1275,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 741,
+ "y": 1297,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 751,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 1358,
+ "r": 5,
+ "type": "pathP",
+ "name": 225,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 225,
+ "ctrlPoint1": {
+ "x": 741,
+ "y": 1319,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 730,
+ "y": 1340,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 1358,
+ "r": 5,
+ "type": "pathP",
+ "name": 225,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 687,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "name": 226,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 226,
+ "ctrlPoint1": {
+ "x": 717,
+ "y": 1360,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 697,
+ "y": 1364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 687,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "name": 226,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 670,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "name": 227,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 227,
+ "ctrlPoint1": {
+ "x": 682,
+ "y": 1347,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 674,
+ "y": 1307,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 670,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "name": 227,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 713,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "name": 223,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 228,
+ "ctrlPoint1": {
+ "x": 680,
+ "y": 1282,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 702,
+ "y": 1270,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG201",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "100",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\6fd90a15-12e5-40f4-a940-448679438f39\\LG201_1133983_BMSOrganics.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 710,
+ "yaxis": 1315,
+ "shopNav": 192,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 783,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 713,
+ "y": 1262,
+ "r": 5,
+ "type": "pathP",
+ "name": 230,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 230,
+ "ctrlPoint1": {
+ "x": 765,
+ "y": 1202,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 730,
+ "y": 1242,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 713,
+ "y": 1262,
+ "r": 5,
+ "type": "pathP",
+ "name": 230,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 751,
+ "y": 1307,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 231,
+ "ctrlPoint1": {
+ "x": 722,
+ "y": 1273,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 741,
+ "y": 1295,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 751,
+ "y": 1307,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 778,
+ "y": 1291,
+ "r": 5,
+ "type": "pathP",
+ "name": 232,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 232,
+ "ctrlPoint1": {
+ "x": 758,
+ "y": 1294,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 771,
+ "y": 1290,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 778,
+ "y": 1291,
+ "r": 5,
+ "type": "pathP",
+ "name": 232,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "name": 234,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 394,
+ "ctrlPoint1": {
+ "x": 791,
+ "y": 1273,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 817,
+ "y": 1239,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "name": 234,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 783,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 392,
+ "ctrlPoint1": {
+ "x": 818,
+ "y": 1212,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 794,
+ "y": 1192,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG202",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\3d527075-5772-44b0-b715-a14166fddac5\\LG202_1134135_见面谈.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 771,
+ "yaxis": 1244,
+ "shopNav": 152,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 831,
+ "y": 1223,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 779,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "name": 240,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 393,
+ "ctrlPoint1": {
+ "x": 818,
+ "y": 1240,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 792,
+ "y": 1274,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 779,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "name": 240,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 1317,
+ "r": 5,
+ "type": "pathP",
+ "name": 241,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 241,
+ "ctrlPoint1": {
+ "x": 795,
+ "y": 1294,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 821,
+ "y": 1305,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 1317,
+ "r": 5,
+ "type": "pathP",
+ "name": 241,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 879,
+ "y": 1262,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 242,
+ "ctrlPoint1": {
+ "x": 844,
+ "y": 1303,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 867,
+ "y": 1275,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 879,
+ "y": 1262,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 831,
+ "y": 1223,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 398,
+ "ctrlPoint1": {
+ "x": 867,
+ "y": 1252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 843,
+ "y": 1232,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG204",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\e8fa3ff7-803d-4da0-b52c-9bcbf07fff2e\\LG204_1133984_Bunlife.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 829,
+ "yaxis": 1270,
+ "shopNav": 151,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 1080,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 879,
+ "y": 1263,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 399,
+ "ctrlPoint1": {
+ "x": 982,
+ "y": 1125,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 913,
+ "y": 1217,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 879,
+ "y": 1263,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "name": 251,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 251,
+ "ctrlPoint1": {
+ "x": 874,
+ "y": 1268,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 866,
+ "y": 1279,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "name": 251,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "name": 252,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 252,
+ "ctrlPoint1": {
+ "x": 878,
+ "y": 1296,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 902,
+ "y": 1329,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "name": 252,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 871,
+ "y": 1375,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 253,
+ "ctrlPoint1": {
+ "x": 900,
+ "y": 1354,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 880,
+ "y": 1368,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 871,
+ "y": 1375,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 896,
+ "y": 1477,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 254,
+ "ctrlPoint1": {
+ "x": 885,
+ "y": 1404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 891,
+ "y": 1447,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 896,
+ "y": 1477,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 947,
+ "y": 1477,
+ "r": 5,
+ "type": "pathP",
+ "name": 255,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 255,
+ "ctrlPoint1": {
+ "x": 908,
+ "y": 1477,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 934,
+ "y": 1477,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 947,
+ "y": 1477,
+ "r": 5,
+ "type": "pathP",
+ "name": 255,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 1542,
+ "r": 5,
+ "type": "pathP",
+ "name": 256,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 256,
+ "ctrlPoint1": {
+ "x": 948,
+ "y": 1493,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 942,
+ "y": 1526,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 1542,
+ "r": 5,
+ "type": "pathP",
+ "name": 256,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 951,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 257,
+ "ctrlPoint1": {
+ "x": 940,
+ "y": 1543,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 947,
+ "y": 1545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 951,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 940,
+ "y": 1570,
+ "r": 5,
+ "type": "pathP",
+ "name": 258,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 258,
+ "ctrlPoint1": {
+ "x": 948,
+ "y": 1552,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 942,
+ "y": 1564,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 940,
+ "y": 1570,
+ "r": 5,
+ "type": "pathP",
+ "name": 258,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1117,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "name": 259,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 259,
+ "ctrlPoint1": {
+ "x": 984,
+ "y": 1586,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1072,
+ "y": 1619,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1117,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "name": 259,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "name": 260,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 260,
+ "ctrlPoint1": {
+ "x": 1118,
+ "y": 1632,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1122,
+ "y": 1625,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "name": 260,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1246,
+ "y": 1666,
+ "r": 5,
+ "type": "pathP",
+ "name": 261,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 261,
+ "ctrlPoint1": {
+ "x": 1154,
+ "y": 1633,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1215,
+ "y": 1655,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1246,
+ "y": 1666,
+ "r": 5,
+ "type": "pathP",
+ "name": 261,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1252,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 262,
+ "ctrlPoint1": {
+ "x": 1267,
+ "y": 1585,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1274,
+ "y": 1452,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1252,
+ "y": 1367,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1287,
+ "y": 1363,
+ "r": 5,
+ "type": "pathP",
+ "name": 263,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 263,
+ "ctrlPoint1": {
+ "x": 1260,
+ "y": 1366,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1278,
+ "y": 1364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1287,
+ "y": 1363,
+ "r": 5,
+ "type": "pathP",
+ "name": 263,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1238,
+ "y": 1207,
+ "r": 5,
+ "type": "pathP",
+ "name": 264,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 272,
+ "ctrlPoint1": {
+ "x": 1284,
+ "y": 1316,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1260,
+ "y": 1246,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1238,
+ "y": 1207,
+ "r": 5,
+ "type": "pathP",
+ "name": 264,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1207,
+ "y": 1224,
+ "r": 5,
+ "type": "pathP",
+ "name": 265,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 265,
+ "ctrlPoint1": {
+ "x": 1230,
+ "y": 1211,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1214,
+ "y": 1219,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1207,
+ "y": 1224,
+ "r": 5,
+ "type": "pathP",
+ "name": 265,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1103,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "name": 266,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 266,
+ "ctrlPoint1": {
+ "x": 1187,
+ "y": 1172,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1142,
+ "y": 1091,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1103,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "name": 266,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1037,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "name": 267,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 267,
+ "ctrlPoint1": {
+ "x": 1086,
+ "y": 1065,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1053,
+ "y": 1087,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1037,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "name": 267,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 1080,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 268,
+ "ctrlPoint1": {
+ "x": 1032,
+ "y": 1093,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1022,
+ "y": 1084,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG207",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\67b221af-e52c-4ca9-8435-2249675d3cf6\\LG207_1134136_citysuper.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1074,
+ "yaxis": 1360,
+ "shopNav": 148,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 1530,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 924,
+ "y": 1544,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 274,
+ "ctrlPoint1": {
+ "x": 897,
+ "y": 1533,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 915,
+ "y": 1540,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 924,
+ "y": 1544,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 911,
+ "y": 1578,
+ "r": 5,
+ "type": "pathP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 275,
+ "ctrlPoint1": {
+ "x": 920,
+ "y": 1552,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 914,
+ "y": 1569,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 911,
+ "y": 1578,
+ "r": 5,
+ "type": "pathP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 876,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 276,
+ "ctrlPoint1": {
+ "x": 902,
+ "y": 1573,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 884,
+ "y": 1563,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 876,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 1530,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 281,
+ "ctrlPoint1": {
+ "x": 884,
+ "y": 1550,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 887,
+ "y": 1543,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG217",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\913ae022-d0a3-4b9f-9af0-f8470948dcff\\LG217_1133985_O-POKE.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 900,
+ "yaxis": 1554,
+ "shopNav": 146,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 1579,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 283,
+ "ctrlPoint1": {
+ "x": 870,
+ "y": 1569,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 861,
+ "y": 1575,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 1579,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 894,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 284,
+ "ctrlPoint1": {
+ "x": 862,
+ "y": 1589,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 883,
+ "y": 1611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 894,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 909,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 285,
+ "ctrlPoint1": {
+ "x": 897,
+ "y": 1611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 905,
+ "y": 1591,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 909,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 286,
+ "ctrlPoint1": {
+ "x": 900,
+ "y": 1576,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 882,
+ "y": 1566,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG218",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\83aaeaff-fcd6-4970-b7ac-5b0968a5479f\\微信图片_20200423165102.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 880,
+ "yaxis": 1591,
+ "shopNav": 145,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 805,
+ "y": 1568,
+ "r": 5,
+ "type": "pathP",
+ "name": 287,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 794,
+ "y": 1601,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 288,
+ "ctrlPoint1": {
+ "x": 802,
+ "y": 1576,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 796,
+ "y": 1592,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 794,
+ "y": 1601,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 818,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 289,
+ "ctrlPoint1": {
+ "x": 800,
+ "y": 1625,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 812,
+ "y": 1673,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 818,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 850,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 290,
+ "ctrlPoint1": {
+ "x": 826,
+ "y": 1700,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 842,
+ "y": 1706,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 850,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 883,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 291,
+ "ctrlPoint1": {
+ "x": 858,
+ "y": 1687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 874,
+ "y": 1643,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 883,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 843,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 295,
+ "ctrlPoint1": {
+ "x": 873,
+ "y": 1611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 853,
+ "y": 1591,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 843,
+ "y": 1581,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 805,
+ "y": 1568,
+ "r": 5,
+ "type": "pathP",
+ "name": 287,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 294,
+ "ctrlPoint1": {
+ "x": 832,
+ "y": 1583,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 812,
+ "y": 1578,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG219",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\d59df7a2-e059-4434-aae7-22d13ea288ab\\LG219_1133987_三巡海南鸡饭.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 838,
+ "yaxis": 1638,
+ "shopNav": 144,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 766,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "name": 296,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 723,
+ "y": 1546,
+ "r": 5,
+ "type": "pathP",
+ "name": 297,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 297,
+ "ctrlPoint1": {
+ "x": 755,
+ "y": 1537,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 733,
+ "y": 1543,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 723,
+ "y": 1546,
+ "r": 5,
+ "type": "pathP",
+ "name": 297,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 744,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "name": 298,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 298,
+ "ctrlPoint1": {
+ "x": 728,
+ "y": 1569,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 738,
+ "y": 1616,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 744,
+ "y": 1640,
+ "r": 5,
+ "type": "pathP",
+ "name": 298,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 730,
+ "y": 1644,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 299,
+ "ctrlPoint1": {
+ "x": 740,
+ "y": 1641,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 733,
+ "y": 1643,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 730,
+ "y": 1644,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 742,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 300,
+ "ctrlPoint1": {
+ "x": 733,
+ "y": 1655,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 739,
+ "y": 1679,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 742,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "name": 301,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 301,
+ "ctrlPoint1": {
+ "x": 759,
+ "y": 1687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 793,
+ "y": 1681,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "name": 301,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "name": 302,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 302,
+ "ctrlPoint1": {
+ "x": 806,
+ "y": 1659,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 796,
+ "y": 1622,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 1604,
+ "r": 5,
+ "type": "pathP",
+ "name": 302,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 803,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "name": 303,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 303,
+ "ctrlPoint1": {
+ "x": 794,
+ "y": 1595,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 800,
+ "y": 1579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 803,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "name": 303,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 766,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "name": 296,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 304,
+ "ctrlPoint1": {
+ "x": 791,
+ "y": 1564,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 777,
+ "y": 1548,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG220",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\d8967a90-bf68-4c2c-969e-a9a158322d79\\LG220_1133988_巷弄里那家川菜.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 767,
+ "yaxis": 1612,
+ "shopNav": 143,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 1474,
+ "r": 5,
+ "type": "pathP",
+ "name": 305,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 696,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "name": 306,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 306,
+ "ctrlPoint1": {
+ "x": 728,
+ "y": 1476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 706,
+ "y": 1482,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 696,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "name": 306,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 702,
+ "y": 1509,
+ "r": 5,
+ "type": "pathP",
+ "name": 307,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 307,
+ "ctrlPoint1": {
+ "x": 697,
+ "y": 1491,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 700,
+ "y": 1503,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 702,
+ "y": 1509,
+ "r": 5,
+ "type": "pathP",
+ "name": 307,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 748,
+ "y": 1497,
+ "r": 5,
+ "type": "pathP",
+ "name": 308,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 308,
+ "ctrlPoint1": {
+ "x": 713,
+ "y": 1506,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 736,
+ "y": 1500,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 748,
+ "y": 1497,
+ "r": 5,
+ "type": "pathP",
+ "name": 308,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 1474,
+ "r": 5,
+ "type": "pathP",
+ "name": 305,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 309,
+ "ctrlPoint1": {
+ "x": 742,
+ "y": 1491,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 740,
+ "y": 1484,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG222",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\a59f6c67-3b1a-4b65-a91d-dd4afb4692b8\\LG222_1133989_HeXian.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 725,
+ "yaxis": 1497,
+ "shopNav": 141,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 666,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "name": 310,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 681,
+ "y": 1484,
+ "r": 5,
+ "type": "pathP",
+ "name": 311,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 311,
+ "ctrlPoint1": {
+ "x": 669,
+ "y": 1430,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 677,
+ "y": 1466,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 681,
+ "y": 1484,
+ "r": 5,
+ "type": "pathP",
+ "name": 311,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 739,
+ "y": 1472,
+ "r": 5,
+ "type": "pathP",
+ "name": 312,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 312,
+ "ctrlPoint1": {
+ "x": 695,
+ "y": 1481,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 724,
+ "y": 1475,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 739,
+ "y": 1472,
+ "r": 5,
+ "type": "pathP",
+ "name": 312,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 726,
+ "y": 1403,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 322,
+ "ctrlPoint1": {
+ "x": 734,
+ "y": 1455,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 726,
+ "y": 1420,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 726,
+ "y": 1403,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 666,
+ "y": 1413,
+ "r": 5,
+ "type": "pathP",
+ "name": 310,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 314,
+ "ctrlPoint1": {
+ "x": 711,
+ "y": 1405,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 681,
+ "y": 1410,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG223",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\1c3b49bc-760f-4334-bde4-c87be1cf9263\\LG143&LG223_1133990_Gather撷.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 702,
+ "yaxis": 1443,
+ "shopNav": 140,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 747,
+ "y": 1498,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 1533,
+ "r": 5,
+ "type": "pathP",
+ "name": 324,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 324,
+ "ctrlPoint1": {
+ "x": 750,
+ "y": 1509,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 758,
+ "y": 1521,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 1533,
+ "r": 5,
+ "type": "pathP",
+ "name": 324,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 722,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 325,
+ "ctrlPoint1": {
+ "x": 754,
+ "y": 1536,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 732,
+ "y": 1542,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 722,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 326,
+ "ctrlPoint1": {
+ "x": 719,
+ "y": 1535,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 714,
+ "y": 1517,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 747,
+ "y": 1498,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 327,
+ "ctrlPoint1": {
+ "x": 720,
+ "y": 1505,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 738,
+ "y": 1500,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG225",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\1b39b94c-b4ad-43a4-953e-2eed7304fe94\\LG225_1133991_TOUCHLESS.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 738,
+ "yaxis": 1521,
+ "shopNav": 142,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 583,
+ "y": 1798,
+ "r": 5,
+ "type": "pathP",
+ "name": 328,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 637,
+ "y": 1786,
+ "r": 5,
+ "type": "pathP",
+ "name": 329,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 329,
+ "ctrlPoint1": {
+ "x": 596,
+ "y": 1795,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 623,
+ "y": 1789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 637,
+ "y": 1786,
+ "r": 5,
+ "type": "pathP",
+ "name": 329,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 643,
+ "y": 1812,
+ "r": 5,
+ "type": "pathP",
+ "name": 330,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 330,
+ "ctrlPoint1": {
+ "x": 638,
+ "y": 1792,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 641,
+ "y": 1805,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 643,
+ "y": 1812,
+ "r": 5,
+ "type": "pathP",
+ "name": 330,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 588,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 331,
+ "ctrlPoint1": {
+ "x": 629,
+ "y": 1814,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 601,
+ "y": 1819,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 588,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 583,
+ "y": 1798,
+ "r": 5,
+ "type": "pathP",
+ "name": 328,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 332,
+ "ctrlPoint1": {
+ "x": 586,
+ "y": 1816,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 584,
+ "y": 1804,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 617,
+ "yaxis": 1810,
+ "shopNav": 136,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 588,
+ "y": 1823,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 593,
+ "y": 1851,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 334,
+ "ctrlPoint1": {
+ "x": 589,
+ "y": 1830,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 591,
+ "y": 1844,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 593,
+ "y": 1851,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 654,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "name": 335,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 808,
+ "ctrlPoint1": {
+ "x": 608,
+ "y": 1848,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 638,
+ "y": 1842,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 654,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "name": 335,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 643,
+ "y": 1813,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 336,
+ "ctrlPoint1": {
+ "x": 651,
+ "y": 1832,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 645,
+ "y": 1819,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 643,
+ "y": 1813,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 588,
+ "y": 1823,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 337,
+ "ctrlPoint1": {
+ "x": 629,
+ "y": 1815,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 601,
+ "y": 1820,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 622,
+ "yaxis": 1841,
+ "shopNav": 137,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 593,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 615,
+ "y": 1953,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 339,
+ "ctrlPoint1": {
+ "x": 598,
+ "y": 1878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 609,
+ "y": 1928,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 615,
+ "y": 1953,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 675,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "name": 340,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 340,
+ "ctrlPoint1": {
+ "x": 630,
+ "y": 1949,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 660,
+ "y": 1943,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 675,
+ "y": 1940,
+ "r": 5,
+ "type": "pathP",
+ "name": 340,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 664,
+ "y": 1882,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 341,
+ "ctrlPoint1": {
+ "x": 672,
+ "y": 1925,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 666,
+ "y": 1896,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 664,
+ "y": 1882,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 681,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "name": 342,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 342,
+ "ctrlPoint1": {
+ "x": 668,
+ "y": 1875,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 676,
+ "y": 1862,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 681,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "name": 342,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 654,
+ "y": 1841,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 343,
+ "ctrlPoint1": {
+ "x": 667,
+ "y": 1852,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 658,
+ "y": 1845,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 654,
+ "y": 1841,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 593,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 344,
+ "ctrlPoint1": {
+ "x": 638,
+ "y": 1844,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 608,
+ "y": 1850,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 637,
+ "yaxis": 1897,
+ "shopNav": 138,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 494,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 505,
+ "y": 1624,
+ "r": 5,
+ "type": "pathP",
+ "name": 346,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 346,
+ "ctrlPoint1": {
+ "x": 496,
+ "y": 1584,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 502,
+ "y": 1610,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 505,
+ "y": 1624,
+ "r": 5,
+ "type": "pathP",
+ "name": 346,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 560,
+ "y": 1611,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 347,
+ "ctrlPoint1": {
+ "x": 518,
+ "y": 1620,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 546,
+ "y": 1614,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 560,
+ "y": 1611,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 525,
+ "y": 1564,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 353,
+ "ctrlPoint1": {
+ "x": 547,
+ "y": 1604,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 526,
+ "y": 1579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 525,
+ "y": 1564,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 494,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 349,
+ "ctrlPoint1": {
+ "x": 517,
+ "y": 1565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 501,
+ "y": 1569,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 527,
+ "yaxis": 1594,
+ "shopNav": 125,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 505,
+ "y": 1625,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 560,
+ "y": 1613,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 355,
+ "ctrlPoint1": {
+ "x": 518,
+ "y": 1622,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 546,
+ "y": 1616,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 560,
+ "y": 1613,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 604,
+ "y": 1657,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 356,
+ "ctrlPoint1": {
+ "x": 575,
+ "y": 1622,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 595,
+ "y": 1644,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 604,
+ "y": 1657,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 517,
+ "y": 1675,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 357,
+ "ctrlPoint1": {
+ "x": 582,
+ "y": 1661,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 538,
+ "y": 1670,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 517,
+ "y": 1675,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 505,
+ "y": 1625,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 358,
+ "ctrlPoint1": {
+ "x": 514,
+ "y": 1662,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 508,
+ "y": 1637,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 554,
+ "yaxis": 1644,
+ "shopNav": 126,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 690,
+ "y": 1641,
+ "r": 5,
+ "type": "pathP",
+ "name": 359,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 645,
+ "y": 1652,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 360,
+ "ctrlPoint1": {
+ "x": 678,
+ "y": 1643,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 656,
+ "y": 1649,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 645,
+ "y": 1652,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 665,
+ "y": 1685,
+ "r": 5,
+ "type": "pathP",
+ "name": 361,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 361,
+ "ctrlPoint1": {
+ "x": 650,
+ "y": 1666,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 657,
+ "y": 1679,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 665,
+ "y": 1685,
+ "r": 5,
+ "type": "pathP",
+ "name": 361,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 698,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "name": 362,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 362,
+ "ctrlPoint1": {
+ "x": 673,
+ "y": 1683,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 689,
+ "y": 1679,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 698,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "name": 362,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 690,
+ "y": 1641,
+ "r": 5,
+ "type": "pathP",
+ "name": 359,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 363,
+ "ctrlPoint1": {
+ "x": 696,
+ "y": 1668,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 692,
+ "y": 1650,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 671,
+ "yaxis": 1663,
+ "shopNav": 128,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 1009,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 345,
+ "y": 1062,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 365,
+ "ctrlPoint1": {
+ "x": 336,
+ "y": 1022,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 342,
+ "y": 1048,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 345,
+ "y": 1062,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 430,
+ "y": 986,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 371,
+ "ctrlPoint1": {
+ "x": 425,
+ "y": 1053,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 441,
+ "y": 1014,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 430,
+ "y": 986,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 1009,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 367,
+ "ctrlPoint1": {
+ "x": 405,
+ "y": 991,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 357,
+ "y": 1003,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 381,
+ "yaxis": 1024,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 1205,
+ "r": 5,
+ "type": "pathP",
+ "name": 372,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 404,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "name": 373,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 373,
+ "ctrlPoint1": {
+ "x": 394,
+ "y": 1220,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 400,
+ "y": 1251,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 404,
+ "y": 1267,
+ "r": 5,
+ "type": "pathP",
+ "name": 373,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 457,
+ "y": 1256,
+ "r": 5,
+ "type": "pathP",
+ "name": 374,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 374,
+ "ctrlPoint1": {
+ "x": 417,
+ "y": 1264,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 443,
+ "y": 1258,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 457,
+ "y": 1256,
+ "r": 5,
+ "type": "pathP",
+ "name": 374,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 421,
+ "y": 1199,
+ "r": 5,
+ "type": "pathP",
+ "name": 375,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 375,
+ "ctrlPoint1": {
+ "x": 456,
+ "y": 1212,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 440,
+ "y": 1197,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 421,
+ "y": 1199,
+ "r": 5,
+ "type": "pathP",
+ "name": 375,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 1205,
+ "r": 5,
+ "type": "pathP",
+ "name": 372,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 376,
+ "ctrlPoint1": {
+ "x": 413,
+ "y": 1200,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 398,
+ "y": 1203,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 424,
+ "yaxis": 1233,
+ "shopNav": 113,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "path": {
+ "nodes": [
+ {
+ "x": 129,
+ "y": 447,
+ "id": 0,
+ "list": [
+ {
+ "x": 185,
+ "y": 436,
+ "id": 1,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 185,
+ "y": 436,
+ "id": 1,
+ "list": [
+ {
+ "x": 129,
+ "y": 447,
+ "id": 0,
+ "cost": 57
+ },
+ {
+ "x": 247,
+ "y": 424,
+ "id": 2,
+ "cost": 63
+ },
+ {
+ "x": 193,
+ "y": 484,
+ "id": 153,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 247,
+ "y": 424,
+ "id": 2,
+ "list": [
+ {
+ "x": 185,
+ "y": 436,
+ "id": 1,
+ "cost": 63
+ },
+ {
+ "x": 278,
+ "y": 426.25,
+ "id": 7,
+ "cost": 31
+ },
+ {
+ "x": 240,
+ "y": 393,
+ "id": 91,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 303,
+ "y": 430,
+ "id": 3,
+ "list": [
+ {
+ "x": 278,
+ "y": 426.25,
+ "id": 7,
+ "cost": 25
+ },
+ {
+ "x": 317,
+ "y": 491,
+ "id": 4,
+ "cost": 62
+ },
+ {
+ "x": 333,
+ "y": 423,
+ "id": 93,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 317,
+ "y": 491,
+ "id": 4,
+ "list": [
+ {
+ "x": 303,
+ "y": 430,
+ "id": 3,
+ "cost": 62
+ },
+ {
+ "x": 335,
+ "y": 569,
+ "id": 5,
+ "cost": 80
+ },
+ {
+ "x": 280,
+ "y": 499,
+ "id": 94,
+ "cost": 37
+ },
+ {
+ "x": 352,
+ "y": 482,
+ "id": 95,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 335,
+ "y": 569,
+ "id": 5,
+ "list": [
+ {
+ "x": 317,
+ "y": 491,
+ "id": 4,
+ "cost": 80
+ },
+ {
+ "x": 354,
+ "y": 645,
+ "id": 6,
+ "cost": 78
+ },
+ {
+ "x": 370,
+ "y": 562,
+ "id": 96,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 354,
+ "y": 645,
+ "id": 6,
+ "list": [
+ {
+ "x": 335,
+ "y": 569,
+ "id": 5,
+ "cost": 78
+ },
+ {
+ "x": 366,
+ "y": 700,
+ "id": 8,
+ "cost": 56
+ },
+ {
+ "x": 385,
+ "y": 638,
+ "id": 97,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 278,
+ "y": 426.25,
+ "id": 7,
+ "list": [
+ {
+ "x": 247,
+ "y": 424,
+ "id": 2,
+ "cost": 31
+ },
+ {
+ "x": 303,
+ "y": 430,
+ "id": 3,
+ "cost": 25
+ },
+ {
+ "x": 289,
+ "y": 394,
+ "id": 92,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 366,
+ "y": 700,
+ "id": 8,
+ "list": [
+ {
+ "x": 354,
+ "y": 645,
+ "id": 6,
+ "cost": 56
+ },
+ {
+ "x": 380,
+ "y": 765,
+ "id": 9,
+ "cost": 66
+ },
+ {
+ "x": 341,
+ "y": 706,
+ "id": 99,
+ "cost": 25
+ },
+ {
+ "x": 468,
+ "y": 679,
+ "id": 154,
+ "cost": 104
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 380,
+ "y": 765,
+ "id": 9,
+ "list": [
+ {
+ "x": 366,
+ "y": 700,
+ "id": 8,
+ "cost": 66
+ },
+ {
+ "x": 388,
+ "y": 809,
+ "id": 10,
+ "cost": 44
+ },
+ {
+ "x": 354,
+ "y": 770,
+ "id": 100,
+ "cost": 26
+ },
+ {
+ "x": 406,
+ "y": 758,
+ "id": 101,
+ "cost": 26
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 388,
+ "y": 809,
+ "id": 10,
+ "list": [
+ {
+ "x": 380,
+ "y": 765,
+ "id": 9,
+ "cost": 44
+ },
+ {
+ "x": 398,
+ "y": 848,
+ "id": 11,
+ "cost": 40
+ },
+ {
+ "x": 419,
+ "y": 803,
+ "id": 102,
+ "cost": 31
+ },
+ {
+ "x": 314,
+ "y": 822.0150753768845,
+ "id": 159,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 398,
+ "y": 848,
+ "id": 11,
+ "list": [
+ {
+ "x": 388,
+ "y": 809,
+ "id": 10,
+ "cost": 40
+ },
+ {
+ "x": 423,
+ "y": 897,
+ "id": 12,
+ "cost": 55
+ },
+ {
+ "x": 364,
+ "y": 855,
+ "id": 103,
+ "cost": 34
+ },
+ {
+ "x": 435,
+ "y": 841,
+ "id": 104,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 423,
+ "y": 897,
+ "id": 12,
+ "list": [
+ {
+ "x": 398,
+ "y": 848,
+ "id": 11,
+ "cost": 55
+ },
+ {
+ "x": 439,
+ "y": 954,
+ "id": 13,
+ "cost": 59
+ },
+ {
+ "x": 453,
+ "y": 891,
+ "id": 105,
+ "cost": 30
+ },
+ {
+ "x": 386,
+ "y": 905,
+ "id": 106,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 439,
+ "y": 954,
+ "id": 13,
+ "list": [
+ {
+ "x": 423,
+ "y": 897,
+ "id": 12,
+ "cost": 59
+ },
+ {
+ "x": 455,
+ "y": 1018,
+ "id": 14,
+ "cost": 65
+ },
+ {
+ "x": 407,
+ "y": 960,
+ "id": 107,
+ "cost": 32
+ },
+ {
+ "x": 490,
+ "y": 944,
+ "id": 108,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 455,
+ "y": 1018,
+ "id": 14,
+ "list": [
+ {
+ "x": 439,
+ "y": 954,
+ "id": 13,
+ "cost": 65
+ },
+ {
+ "x": 466,
+ "y": 1096,
+ "id": 15,
+ "cost": 78
+ },
+ {
+ "x": 400,
+ "y": 1019,
+ "id": 109,
+ "cost": 55
+ },
+ {
+ "x": 506,
+ "y": 1015,
+ "id": 110,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 466,
+ "y": 1096,
+ "id": 15,
+ "list": [
+ {
+ "x": 455,
+ "y": 1018,
+ "id": 14,
+ "cost": 78
+ },
+ {
+ "x": 479,
+ "y": 1167,
+ "id": 16,
+ "cost": 72
+ },
+ {
+ "x": 488,
+ "y": 1218,
+ "id": 17,
+ "cost": 123
+ },
+ {
+ "x": 496,
+ "y": 1091,
+ "id": 111,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 479,
+ "y": 1167,
+ "id": 16,
+ "list": [
+ {
+ "x": 466,
+ "y": 1096,
+ "id": 15,
+ "cost": 72
+ },
+ {
+ "x": 507,
+ "y": 1161,
+ "id": 112,
+ "cost": 28
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 488,
+ "y": 1218,
+ "id": 17,
+ "list": [
+ {
+ "x": 466,
+ "y": 1096,
+ "id": 15,
+ "cost": 123
+ },
+ {
+ "x": 499,
+ "y": 1281,
+ "id": 18,
+ "cost": 63
+ },
+ {
+ "x": 434,
+ "y": 1229,
+ "id": 113,
+ "cost": 55
+ },
+ {
+ "x": 519,
+ "y": 1212,
+ "id": 114,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 499,
+ "y": 1281,
+ "id": 18,
+ "list": [
+ {
+ "x": 488,
+ "y": 1218,
+ "id": 17,
+ "cost": 63
+ },
+ {
+ "x": 509,
+ "y": 1323,
+ "id": 19,
+ "cost": 43
+ },
+ {
+ "x": 449,
+ "y": 1291,
+ "id": 115,
+ "cost": 50
+ },
+ {
+ "x": 531,
+ "y": 1274,
+ "id": 116,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 509,
+ "y": 1323,
+ "id": 19,
+ "list": [
+ {
+ "x": 499,
+ "y": 1281,
+ "id": 18,
+ "cost": 43
+ },
+ {
+ "x": 547,
+ "y": 1307,
+ "id": 117,
+ "cost": 41
+ },
+ {
+ "x": 462,
+ "y": 1334,
+ "id": 118,
+ "cost": 48
+ },
+ {
+ "x": 519.7222222222223,
+ "y": 1341,
+ "id": 161,
+ "cost": 20
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 531,
+ "y": 1359,
+ "id": 20,
+ "list": [
+ {
+ "x": 519.7222222222223,
+ "y": 1341,
+ "id": 161,
+ "cost": 21
+ },
+ {
+ "x": 491,
+ "y": 1366,
+ "id": 119,
+ "cost": 40
+ },
+ {
+ "x": 541.0540540540541,
+ "y": 1371,
+ "id": 120,
+ "cost": 15
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 562,
+ "y": 1396,
+ "id": 21,
+ "list": [
+ {
+ "x": 541.0540540540541,
+ "y": 1371,
+ "id": 120,
+ "cost": 32
+ },
+ {
+ "x": 578,
+ "y": 1423,
+ "id": 22,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 578,
+ "y": 1423,
+ "id": 22,
+ "list": [
+ {
+ "x": 562,
+ "y": 1396,
+ "id": 21,
+ "cost": 31
+ },
+ {
+ "x": 556,
+ "y": 1454,
+ "id": 23,
+ "cost": 38
+ },
+ {
+ "x": 640,
+ "y": 1410,
+ "id": 37,
+ "cost": 63
+ },
+ {
+ "x": 597,
+ "y": 1451,
+ "id": 123,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 556,
+ "y": 1454,
+ "id": 23,
+ "list": [
+ {
+ "x": 578,
+ "y": 1423,
+ "id": 22,
+ "cost": 38
+ },
+ {
+ "x": 533,
+ "y": 1490,
+ "id": 24,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 533,
+ "y": 1490,
+ "id": 24,
+ "list": [
+ {
+ "x": 556,
+ "y": 1454,
+ "id": 23,
+ "cost": 42
+ },
+ {
+ "x": 538,
+ "y": 1526,
+ "id": 25,
+ "cost": 36
+ },
+ {
+ "x": 455,
+ "y": 1504,
+ "id": 165,
+ "cost": 79
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 538,
+ "y": 1526,
+ "id": 25,
+ "list": [
+ {
+ "x": 533,
+ "y": 1490,
+ "id": 24,
+ "cost": 36
+ },
+ {
+ "x": 545,
+ "y": 1569,
+ "id": 26,
+ "cost": 43
+ },
+ {
+ "x": 510,
+ "y": 1533,
+ "id": 124,
+ "cost": 28
+ },
+ {
+ "x": 645,
+ "y": 1508,
+ "id": 167,
+ "cost": 108
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 545,
+ "y": 1569,
+ "id": 26,
+ "list": [
+ {
+ "x": 538,
+ "y": 1526,
+ "id": 25,
+ "cost": 43
+ },
+ {
+ "x": 576,
+ "y": 1597,
+ "id": 28,
+ "cost": 41
+ },
+ {
+ "x": 512,
+ "y": 1577,
+ "id": 125,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 27,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 576,
+ "y": 1597,
+ "id": 28,
+ "list": [
+ {
+ "x": 545,
+ "y": 1569,
+ "id": 26,
+ "cost": 41
+ },
+ {
+ "x": 612,
+ "y": 1633,
+ "id": 29,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 612,
+ "y": 1633,
+ "id": 29,
+ "list": [
+ {
+ "x": 576,
+ "y": 1597,
+ "id": 28,
+ "cost": 50
+ },
+ {
+ "x": 629,
+ "y": 1675,
+ "id": 30,
+ "cost": 45
+ },
+ {
+ "x": 569,
+ "y": 1642,
+ "id": 126,
+ "cost": 43
+ },
+ {
+ "x": 652,
+ "y": 1625,
+ "id": 127,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 629,
+ "y": 1675,
+ "id": 30,
+ "list": [
+ {
+ "x": 612,
+ "y": 1633,
+ "id": 29,
+ "cost": 45
+ },
+ {
+ "x": 664,
+ "y": 1670,
+ "id": 128,
+ "cost": 35
+ },
+ {
+ "x": 584,
+ "y": 1683,
+ "id": 129,
+ "cost": 45
+ },
+ {
+ "x": 637.2408602150538,
+ "y": 1708,
+ "id": 169,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 31,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 652,
+ "y": 1769,
+ "id": 32,
+ "list": [
+ {
+ "x": 644.6021505376344,
+ "y": 1735,
+ "id": 131,
+ "cost": 34
+ },
+ {
+ "x": 659,
+ "y": 1799,
+ "id": 33,
+ "cost": 30
+ },
+ {
+ "x": 615,
+ "y": 1775,
+ "id": 134,
+ "cost": 37
+ },
+ {
+ "x": 688,
+ "y": 1762,
+ "id": 135,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 659,
+ "y": 1799,
+ "id": 33,
+ "list": [
+ {
+ "x": 652,
+ "y": 1769,
+ "id": 32,
+ "cost": 30
+ },
+ {
+ "x": 668,
+ "y": 1828,
+ "id": 34,
+ "cost": 30
+ },
+ {
+ "x": 624,
+ "y": 1804,
+ "id": 136,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 668,
+ "y": 1828,
+ "id": 34,
+ "list": [
+ {
+ "x": 659,
+ "y": 1799,
+ "id": 33,
+ "cost": 30
+ },
+ {
+ "x": 699,
+ "y": 1848,
+ "id": 35,
+ "cost": 36
+ },
+ {
+ "x": 631,
+ "y": 1835,
+ "id": 137,
+ "cost": 37
+ },
+ {
+ "x": 653,
+ "y": 1863,
+ "id": 138,
+ "cost": 38
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 699,
+ "y": 1848,
+ "id": 35,
+ "list": [
+ {
+ "x": 668,
+ "y": 1828,
+ "id": 34,
+ "cost": 36
+ },
+ {
+ "x": 735,
+ "y": 1864,
+ "id": 36,
+ "cost": 39
+ },
+ {
+ "x": 695,
+ "y": 1883,
+ "id": 139,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 735,
+ "y": 1864,
+ "id": 36,
+ "list": [
+ {
+ "x": 699,
+ "y": 1848,
+ "id": 35,
+ "cost": 39
+ },
+ {
+ "x": 801,
+ "y": 1850,
+ "id": 173,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 640,
+ "y": 1410,
+ "id": 37,
+ "list": [
+ {
+ "x": 578,
+ "y": 1423,
+ "id": 22,
+ "cost": 63
+ },
+ {
+ "x": 695,
+ "y": 1398,
+ "id": 38,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 695,
+ "y": 1398,
+ "id": 38,
+ "list": [
+ {
+ "x": 640,
+ "y": 1410,
+ "id": 37,
+ "cost": 56
+ },
+ {
+ "x": 741,
+ "y": 1388,
+ "id": 39,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 741,
+ "y": 1388,
+ "id": 39,
+ "list": [
+ {
+ "x": 695,
+ "y": 1398,
+ "id": 38,
+ "cost": 47
+ },
+ {
+ "x": 744,
+ "y": 1424,
+ "id": 40,
+ "cost": 36
+ },
+ {
+ "x": 746,
+ "y": 1343,
+ "id": 53,
+ "cost": 45
+ },
+ {
+ "x": 775,
+ "y": 1382,
+ "id": 164,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 744,
+ "y": 1424,
+ "id": 40,
+ "list": [
+ {
+ "x": 741,
+ "y": 1388,
+ "id": 39,
+ "cost": 36
+ },
+ {
+ "x": 754,
+ "y": 1475,
+ "id": 41,
+ "cost": 51
+ },
+ {
+ "x": 709,
+ "y": 1432,
+ "id": 140,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 754,
+ "y": 1475,
+ "id": 41,
+ "list": [
+ {
+ "x": 744,
+ "y": 1424,
+ "id": 40,
+ "cost": 51
+ },
+ {
+ "x": 767,
+ "y": 1503,
+ "id": 42,
+ "cost": 30
+ },
+ {
+ "x": 728,
+ "y": 1481,
+ "id": 141,
+ "cost": 26
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 767,
+ "y": 1503,
+ "id": 42,
+ "list": [
+ {
+ "x": 754,
+ "y": 1475,
+ "id": 41,
+ "cost": 30
+ },
+ {
+ "x": 791,
+ "y": 1540,
+ "id": 43,
+ "cost": 44
+ },
+ {
+ "x": 740,
+ "y": 1507,
+ "id": 142,
+ "cost": 27
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 791,
+ "y": 1540,
+ "id": 43,
+ "list": [
+ {
+ "x": 767,
+ "y": 1503,
+ "id": 42,
+ "cost": 44
+ },
+ {
+ "x": 821,
+ "y": 1563,
+ "id": 44,
+ "cost": 37
+ },
+ {
+ "x": 765,
+ "y": 1562,
+ "id": 143,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 821,
+ "y": 1563,
+ "id": 44,
+ "list": [
+ {
+ "x": 791,
+ "y": 1540,
+ "id": 43,
+ "cost": 37
+ },
+ {
+ "x": 855,
+ "y": 1557,
+ "id": 45,
+ "cost": 34
+ },
+ {
+ "x": 820,
+ "y": 1597,
+ "id": 144,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 855,
+ "y": 1557,
+ "id": 45,
+ "list": [
+ {
+ "x": 821,
+ "y": 1563,
+ "id": 44,
+ "cost": 34
+ },
+ {
+ "x": 877,
+ "y": 1533,
+ "id": 46,
+ "cost": 32
+ },
+ {
+ "x": 881,
+ "y": 1577,
+ "id": 145,
+ "cost": 32
+ },
+ {
+ "x": 775,
+ "y": 1382,
+ "id": 164,
+ "cost": 192
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 877,
+ "y": 1533,
+ "id": 46,
+ "list": [
+ {
+ "x": 855,
+ "y": 1557,
+ "id": 45,
+ "cost": 32
+ },
+ {
+ "x": 885,
+ "y": 1496,
+ "id": 47,
+ "cost": 37
+ },
+ {
+ "x": 902,
+ "y": 1552,
+ "id": 146,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 885,
+ "y": 1496,
+ "id": 47,
+ "list": [
+ {
+ "x": 877,
+ "y": 1533,
+ "id": 46,
+ "cost": 37
+ },
+ {
+ "x": 881,
+ "y": 1456,
+ "id": 48,
+ "cost": 40
+ },
+ {
+ "x": 915,
+ "y": 1500,
+ "id": 147,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 881,
+ "y": 1456,
+ "id": 48,
+ "list": [
+ {
+ "x": 885,
+ "y": 1496,
+ "id": 47,
+ "cost": 40
+ },
+ {
+ "x": 870,
+ "y": 1413,
+ "id": 49,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 870,
+ "y": 1413,
+ "id": 49,
+ "list": [
+ {
+ "x": 881,
+ "y": 1456,
+ "id": 48,
+ "cost": 44
+ },
+ {
+ "x": 852,
+ "y": 1365,
+ "id": 50,
+ "cost": 51
+ },
+ {
+ "x": 918,
+ "y": 1403,
+ "id": 148,
+ "cost": 49
+ },
+ {
+ "x": 775,
+ "y": 1382,
+ "id": 164,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 852,
+ "y": 1365,
+ "id": 50,
+ "list": [
+ {
+ "x": 870,
+ "y": 1413,
+ "id": 49,
+ "cost": 51
+ },
+ {
+ "x": 831,
+ "y": 1330,
+ "id": 51,
+ "cost": 40
+ },
+ {
+ "x": 874,
+ "y": 1346,
+ "id": 150,
+ "cost": 29
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 831,
+ "y": 1330,
+ "id": 51,
+ "list": [
+ {
+ "x": 852,
+ "y": 1365,
+ "id": 50,
+ "cost": 40
+ },
+ {
+ "x": 801,
+ "y": 1310,
+ "id": 52,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 801,
+ "y": 1310,
+ "id": 52,
+ "list": [
+ {
+ "x": 831,
+ "y": 1330,
+ "id": 51,
+ "cost": 36
+ },
+ {
+ "x": 769,
+ "y": 1316.7368421052631,
+ "id": 54,
+ "cost": 32
+ },
+ {
+ "x": 818,
+ "y": 1282,
+ "id": 151,
+ "cost": 32
+ },
+ {
+ "x": 775,
+ "y": 1382,
+ "id": 164,
+ "cost": 76
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 746,
+ "y": 1343,
+ "id": 53,
+ "list": [
+ {
+ "x": 741,
+ "y": 1388,
+ "id": 39,
+ "cost": 45
+ },
+ {
+ "x": 769,
+ "y": 1316.7368421052631,
+ "id": 54,
+ "cost": 34
+ },
+ {
+ "x": 724,
+ "y": 1332,
+ "id": 192,
+ "cost": 24
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 769,
+ "y": 1316.7368421052631,
+ "id": 54,
+ "list": [
+ {
+ "x": 801,
+ "y": 1310,
+ "id": 52,
+ "cost": 32
+ },
+ {
+ "x": 746,
+ "y": 1343,
+ "id": 53,
+ "cost": 34
+ },
+ {
+ "x": 757,
+ "y": 1283,
+ "id": 152,
+ "cost": 35
+ },
+ {
+ "x": 775,
+ "y": 1382,
+ "id": 164,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 55,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 56,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 57,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1236,
+ "y": 2041,
+ "id": 58,
+ "list": [
+ {
+ "x": 1356,
+ "y": 2012,
+ "id": 59,
+ "cost": 123
+ },
+ {
+ "x": 1182,
+ "y": 1806,
+ "id": 177,
+ "cost": 241
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1356,
+ "y": 2012,
+ "id": 59,
+ "list": [
+ {
+ "x": 1236,
+ "y": 2041,
+ "id": 58,
+ "cost": 123
+ },
+ {
+ "x": 1469,
+ "y": 1989,
+ "id": 60,
+ "cost": 115
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1469,
+ "y": 1989,
+ "id": 60,
+ "list": [
+ {
+ "x": 1356,
+ "y": 2012,
+ "id": 59,
+ "cost": 115
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 61,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1438,
+ "y": 1675,
+ "id": 62,
+ "list": [
+ {
+ "x": 1426,
+ "y": 1760,
+ "id": 176,
+ "cost": 85
+ },
+ {
+ "x": 1442,
+ "y": 1613,
+ "id": 63,
+ "cost": 62
+ },
+ {
+ "x": 1487,
+ "y": 1678,
+ "id": 178,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1442,
+ "y": 1613,
+ "id": 63,
+ "list": [
+ {
+ "x": 1438,
+ "y": 1675,
+ "id": 62,
+ "cost": 62
+ },
+ {
+ "x": 1441,
+ "y": 1529,
+ "id": 64,
+ "cost": 84
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1441,
+ "y": 1529,
+ "id": 64,
+ "list": [
+ {
+ "x": 1442,
+ "y": 1613,
+ "id": 63,
+ "cost": 84
+ },
+ {
+ "x": 1435,
+ "y": 1439,
+ "id": 65,
+ "cost": 90
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1435,
+ "y": 1439,
+ "id": 65,
+ "list": [
+ {
+ "x": 1441,
+ "y": 1529,
+ "id": 64,
+ "cost": 90
+ },
+ {
+ "x": 1419,
+ "y": 1334,
+ "id": 66,
+ "cost": 106
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1419,
+ "y": 1334,
+ "id": 66,
+ "list": [
+ {
+ "x": 1435,
+ "y": 1439,
+ "id": 65,
+ "cost": 106
+ },
+ {
+ "x": 1266,
+ "y": 1355,
+ "id": 182,
+ "cost": 154
+ },
+ {
+ "x": 1393,
+ "y": 1250,
+ "id": 67,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1393,
+ "y": 1250,
+ "id": 67,
+ "list": [
+ {
+ "x": 1419,
+ "y": 1334,
+ "id": 66,
+ "cost": 87
+ },
+ {
+ "x": 1366,
+ "y": 1176,
+ "id": 68,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1366,
+ "y": 1176,
+ "id": 68,
+ "list": [
+ {
+ "x": 1393,
+ "y": 1250,
+ "id": 67,
+ "cost": 78
+ },
+ {
+ "x": 1315,
+ "y": 1060,
+ "id": 69,
+ "cost": 126
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1315,
+ "y": 1060,
+ "id": 69,
+ "list": [
+ {
+ "x": 1366,
+ "y": 1176,
+ "id": 68,
+ "cost": 126
+ },
+ {
+ "x": 1274,
+ "y": 981,
+ "id": 70,
+ "cost": 89
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1274,
+ "y": 981,
+ "id": 70,
+ "list": [
+ {
+ "x": 1315,
+ "y": 1060,
+ "id": 69,
+ "cost": 89
+ },
+ {
+ "x": 1230,
+ "y": 921,
+ "id": 71,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1230,
+ "y": 921,
+ "id": 71,
+ "list": [
+ {
+ "x": 1274,
+ "y": 981,
+ "id": 70,
+ "cost": 74
+ },
+ {
+ "x": 1185,
+ "y": 867,
+ "id": 72,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1185,
+ "y": 867,
+ "id": 72,
+ "list": [
+ {
+ "x": 1230,
+ "y": 921,
+ "id": 71,
+ "cost": 70
+ },
+ {
+ "x": 1155.6607142857142,
+ "y": 836,
+ "id": 179,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1132,
+ "y": 811,
+ "id": 73,
+ "list": [
+ {
+ "x": 1155.6607142857142,
+ "y": 836,
+ "id": 179,
+ "cost": 34
+ },
+ {
+ "x": 1086,
+ "y": 768,
+ "id": 74,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1086,
+ "y": 768,
+ "id": 74,
+ "list": [
+ {
+ "x": 1132,
+ "y": 811,
+ "id": 73,
+ "cost": 62
+ },
+ {
+ "x": 1017,
+ "y": 711,
+ "id": 75,
+ "cost": 89
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1017,
+ "y": 711,
+ "id": 75,
+ "list": [
+ {
+ "x": 1086,
+ "y": 768,
+ "id": 74,
+ "cost": 89
+ },
+ {
+ "x": 958,
+ "y": 666,
+ "id": 76,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 958,
+ "y": 666,
+ "id": 76,
+ "list": [
+ {
+ "x": 1017,
+ "y": 711,
+ "id": 75,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 77,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 871,
+ "y": 918,
+ "id": 78,
+ "list": [
+ {
+ "x": 818,
+ "y": 873,
+ "id": 79,
+ "cost": 69
+ },
+ {
+ "x": 936,
+ "y": 860,
+ "id": 187,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 818,
+ "y": 873,
+ "id": 79,
+ "list": [
+ {
+ "x": 871,
+ "y": 918,
+ "id": 78,
+ "cost": 69
+ },
+ {
+ "x": 761,
+ "y": 826,
+ "id": 80,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 761,
+ "y": 826,
+ "id": 80,
+ "list": [
+ {
+ "x": 818,
+ "y": 873,
+ "id": 79,
+ "cost": 73
+ },
+ {
+ "x": 705,
+ "y": 780,
+ "id": 81,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 705,
+ "y": 780,
+ "id": 81,
+ "list": [
+ {
+ "x": 761,
+ "y": 826,
+ "id": 80,
+ "cost": 72
+ },
+ {
+ "x": 672,
+ "y": 735,
+ "id": 82,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 672,
+ "y": 735,
+ "id": 82,
+ "list": [
+ {
+ "x": 705,
+ "y": 780,
+ "id": 81,
+ "cost": 55
+ },
+ {
+ "x": 647,
+ "y": 666,
+ "id": 83,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 647,
+ "y": 666,
+ "id": 83,
+ "list": [
+ {
+ "x": 672,
+ "y": 735,
+ "id": 82,
+ "cost": 73
+ },
+ {
+ "x": 621,
+ "y": 593,
+ "id": 84,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 621,
+ "y": 593,
+ "id": 84,
+ "list": [
+ {
+ "x": 647,
+ "y": 666,
+ "id": 83,
+ "cost": 77
+ },
+ {
+ "x": 600,
+ "y": 532,
+ "id": 86,
+ "cost": 64
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 85,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 600,
+ "y": 532,
+ "id": 86,
+ "list": [
+ {
+ "x": 621,
+ "y": 593,
+ "id": 84,
+ "cost": 64
+ },
+ {
+ "x": 796,
+ "y": 464,
+ "id": 194,
+ "cost": 207
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 87,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1290,
+ "y": 839,
+ "id": 88,
+ "list": [
+ {
+ "x": 1248,
+ "y": 773,
+ "id": 89,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1248,
+ "y": 773,
+ "id": 89,
+ "list": [
+ {
+ "x": 1290,
+ "y": 839,
+ "id": 88,
+ "cost": 78
+ },
+ {
+ "x": 1334,
+ "y": 724,
+ "id": 90,
+ "cost": 98
+ },
+ {
+ "x": 1064,
+ "y": 594,
+ "id": 198,
+ "cost": 256
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1334,
+ "y": 724,
+ "id": 90,
+ "list": [
+ {
+ "x": 1248,
+ "y": 773,
+ "id": 89,
+ "cost": 98
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 240,
+ "y": 393,
+ "id": 91,
+ "list": [
+ {
+ "x": 247,
+ "y": 424,
+ "id": 2,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 289,
+ "y": 394,
+ "id": 92,
+ "list": [
+ {
+ "x": 278,
+ "y": 426.25,
+ "id": 7,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 333,
+ "y": 423,
+ "id": 93,
+ "list": [
+ {
+ "x": 303,
+ "y": 430,
+ "id": 3,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 280,
+ "y": 499,
+ "id": 94,
+ "list": [
+ {
+ "x": 317,
+ "y": 491,
+ "id": 4,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 352,
+ "y": 482,
+ "id": 95,
+ "list": [
+ {
+ "x": 317,
+ "y": 491,
+ "id": 4,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 370,
+ "y": 562,
+ "id": 96,
+ "list": [
+ {
+ "x": 335,
+ "y": 569,
+ "id": 5,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 385,
+ "y": 638,
+ "id": 97,
+ "list": [
+ {
+ "x": 354,
+ "y": 645,
+ "id": 6,
+ "cost": 31
+ },
+ {
+ "x": 294,
+ "y": 658,
+ "id": 98,
+ "cost": 93
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 294,
+ "y": 658,
+ "id": 98,
+ "list": [
+ {
+ "x": 385,
+ "y": 638,
+ "id": 97,
+ "cost": 93
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 341,
+ "y": 706,
+ "id": 99,
+ "list": [
+ {
+ "x": 366,
+ "y": 700,
+ "id": 8,
+ "cost": 25
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 354,
+ "y": 770,
+ "id": 100,
+ "list": [
+ {
+ "x": 380,
+ "y": 765,
+ "id": 9,
+ "cost": 26
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 406,
+ "y": 758,
+ "id": 101,
+ "list": [
+ {
+ "x": 380,
+ "y": 765,
+ "id": 9,
+ "cost": 26
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 419,
+ "y": 803,
+ "id": 102,
+ "list": [
+ {
+ "x": 388,
+ "y": 809,
+ "id": 10,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 364,
+ "y": 855,
+ "id": 103,
+ "list": [
+ {
+ "x": 398,
+ "y": 848,
+ "id": 11,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 435,
+ "y": 841,
+ "id": 104,
+ "list": [
+ {
+ "x": 398,
+ "y": 848,
+ "id": 11,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 453,
+ "y": 891,
+ "id": 105,
+ "list": [
+ {
+ "x": 423,
+ "y": 897,
+ "id": 12,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 386,
+ "y": 905,
+ "id": 106,
+ "list": [
+ {
+ "x": 423,
+ "y": 897,
+ "id": 12,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 407,
+ "y": 960,
+ "id": 107,
+ "list": [
+ {
+ "x": 439,
+ "y": 954,
+ "id": 13,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 490,
+ "y": 944,
+ "id": 108,
+ "list": [
+ {
+ "x": 439,
+ "y": 954,
+ "id": 13,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 400,
+ "y": 1019,
+ "id": 109,
+ "list": [
+ {
+ "x": 455,
+ "y": 1018,
+ "id": 14,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 506,
+ "y": 1015,
+ "id": 110,
+ "list": [
+ {
+ "x": 455,
+ "y": 1018,
+ "id": 14,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 496,
+ "y": 1091,
+ "id": 111,
+ "list": [
+ {
+ "x": 466,
+ "y": 1096,
+ "id": 15,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 507,
+ "y": 1161,
+ "id": 112,
+ "list": [
+ {
+ "x": 479,
+ "y": 1167,
+ "id": 16,
+ "cost": 28
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 434,
+ "y": 1229,
+ "id": 113,
+ "list": [
+ {
+ "x": 488,
+ "y": 1218,
+ "id": 17,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 519,
+ "y": 1212,
+ "id": 114,
+ "list": [
+ {
+ "x": 488,
+ "y": 1218,
+ "id": 17,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 449,
+ "y": 1291,
+ "id": 115,
+ "list": [
+ {
+ "x": 499,
+ "y": 1281,
+ "id": 18,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 531,
+ "y": 1274,
+ "id": 116,
+ "list": [
+ {
+ "x": 499,
+ "y": 1281,
+ "id": 18,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 547,
+ "y": 1307,
+ "id": 117,
+ "list": [
+ {
+ "x": 509,
+ "y": 1323,
+ "id": 19,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 462,
+ "y": 1334,
+ "id": 118,
+ "list": [
+ {
+ "x": 509,
+ "y": 1323,
+ "id": 19,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 491,
+ "y": 1366,
+ "id": 119,
+ "list": [
+ {
+ "x": 531,
+ "y": 1359,
+ "id": 20,
+ "cost": 40
+ },
+ {
+ "x": 460,
+ "y": 1372,
+ "id": 122,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 541.0540540540541,
+ "y": 1371,
+ "id": 120,
+ "list": [
+ {
+ "x": 531,
+ "y": 1359,
+ "id": 20,
+ "cost": 15
+ },
+ {
+ "x": 562,
+ "y": 1396,
+ "id": 21,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 121,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 460,
+ "y": 1372,
+ "id": 122,
+ "list": [
+ {
+ "x": 491,
+ "y": 1366,
+ "id": 119,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 597,
+ "y": 1451,
+ "id": 123,
+ "list": [
+ {
+ "x": 578,
+ "y": 1423,
+ "id": 22,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 510,
+ "y": 1533,
+ "id": 124,
+ "list": [
+ {
+ "x": 538,
+ "y": 1526,
+ "id": 25,
+ "cost": 28
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 512,
+ "y": 1577,
+ "id": 125,
+ "list": [
+ {
+ "x": 545,
+ "y": 1569,
+ "id": 26,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 569,
+ "y": 1642,
+ "id": 126,
+ "list": [
+ {
+ "x": 612,
+ "y": 1633,
+ "id": 29,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 652,
+ "y": 1625,
+ "id": 127,
+ "list": [
+ {
+ "x": 612,
+ "y": 1633,
+ "id": 29,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 664,
+ "y": 1670,
+ "id": 128,
+ "list": [
+ {
+ "x": 629,
+ "y": 1675,
+ "id": 30,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 584,
+ "y": 1683,
+ "id": 129,
+ "list": [
+ {
+ "x": 629,
+ "y": 1675,
+ "id": 30,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 612,
+ "y": 1739,
+ "id": 130,
+ "list": [
+ {
+ "x": 644.6021505376344,
+ "y": 1735,
+ "id": 131,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 644.6021505376344,
+ "y": 1735,
+ "id": 131,
+ "list": [
+ {
+ "x": 652,
+ "y": 1769,
+ "id": 32,
+ "cost": 34
+ },
+ {
+ "x": 612,
+ "y": 1739,
+ "id": 130,
+ "cost": 32
+ },
+ {
+ "x": 637.2408602150538,
+ "y": 1708,
+ "id": 169,
+ "cost": 27
+ },
+ {
+ "x": 680,
+ "y": 1728,
+ "id": 133,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 132,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 680,
+ "y": 1728,
+ "id": 133,
+ "list": [
+ {
+ "x": 644.6021505376344,
+ "y": 1735,
+ "id": 131,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 615,
+ "y": 1775,
+ "id": 134,
+ "list": [
+ {
+ "x": 652,
+ "y": 1769,
+ "id": 32,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 688,
+ "y": 1762,
+ "id": 135,
+ "list": [
+ {
+ "x": 652,
+ "y": 1769,
+ "id": 32,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 624,
+ "y": 1804,
+ "id": 136,
+ "list": [
+ {
+ "x": 659,
+ "y": 1799,
+ "id": 33,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 631,
+ "y": 1835,
+ "id": 137,
+ "list": [
+ {
+ "x": 668,
+ "y": 1828,
+ "id": 34,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 653,
+ "y": 1863,
+ "id": 138,
+ "list": [
+ {
+ "x": 668,
+ "y": 1828,
+ "id": 34,
+ "cost": 38
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 695,
+ "y": 1883,
+ "id": 139,
+ "list": [
+ {
+ "x": 699,
+ "y": 1848,
+ "id": 35,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 709,
+ "y": 1432,
+ "id": 140,
+ "list": [
+ {
+ "x": 744,
+ "y": 1424,
+ "id": 40,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 728,
+ "y": 1481,
+ "id": 141,
+ "list": [
+ {
+ "x": 754,
+ "y": 1475,
+ "id": 41,
+ "cost": 26
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 740,
+ "y": 1507,
+ "id": 142,
+ "list": [
+ {
+ "x": 767,
+ "y": 1503,
+ "id": 42,
+ "cost": 27
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 765,
+ "y": 1562,
+ "id": 143,
+ "list": [
+ {
+ "x": 791,
+ "y": 1540,
+ "id": 43,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 820,
+ "y": 1597,
+ "id": 144,
+ "list": [
+ {
+ "x": 821,
+ "y": 1563,
+ "id": 44,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 881,
+ "y": 1577,
+ "id": 145,
+ "list": [
+ {
+ "x": 855,
+ "y": 1557,
+ "id": 45,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 902,
+ "y": 1552,
+ "id": 146,
+ "list": [
+ {
+ "x": 877,
+ "y": 1533,
+ "id": 46,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 915,
+ "y": 1500,
+ "id": 147,
+ "list": [
+ {
+ "x": 885,
+ "y": 1496,
+ "id": 47,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 918,
+ "y": 1403,
+ "id": 148,
+ "list": [
+ {
+ "x": 870,
+ "y": 1413,
+ "id": 49,
+ "cost": 49
+ },
+ {
+ "x": 1178,
+ "y": 1367.1379310344828,
+ "id": 183,
+ "cost": 262
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 149,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 874,
+ "y": 1346,
+ "id": 150,
+ "list": [
+ {
+ "x": 852,
+ "y": 1365,
+ "id": 50,
+ "cost": 29
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 818,
+ "y": 1282,
+ "id": 151,
+ "list": [
+ {
+ "x": 801,
+ "y": 1310,
+ "id": 52,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 757,
+ "y": 1283,
+ "id": 152,
+ "list": [
+ {
+ "x": 769,
+ "y": 1316.7368421052631,
+ "id": 54,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 193,
+ "y": 484,
+ "id": 153,
+ "list": [
+ {
+ "x": 185,
+ "y": 436,
+ "id": 1,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 468,
+ "y": 679,
+ "id": 154,
+ "list": [
+ {
+ "x": 366,
+ "y": 700,
+ "id": 8,
+ "cost": 104
+ },
+ {
+ "x": 455,
+ "y": 620,
+ "id": 155,
+ "cost": 60
+ },
+ {
+ "x": 529,
+ "y": 703,
+ "id": 156,
+ "cost": 65
+ },
+ {
+ "x": 465,
+ "y": 726,
+ "id": 157,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 455,
+ "y": 620,
+ "id": 155,
+ "list": [
+ {
+ "x": 468,
+ "y": 679,
+ "id": 154,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 529,
+ "y": 703,
+ "id": 156,
+ "list": [
+ {
+ "x": 468,
+ "y": 679,
+ "id": 154,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 465,
+ "y": 726,
+ "id": 157,
+ "list": [
+ {
+ "x": 468,
+ "y": 679,
+ "id": 154,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 189,
+ "y": 844,
+ "id": 158,
+ "list": [
+ {
+ "x": 314,
+ "y": 822.0150753768845,
+ "id": 159,
+ "cost": 126
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 314,
+ "y": 822.0150753768845,
+ "id": 159,
+ "list": [
+ {
+ "x": 388,
+ "y": 809,
+ "id": 10,
+ "cost": 75
+ },
+ {
+ "x": 189,
+ "y": 844,
+ "id": 158,
+ "cost": 126
+ },
+ {
+ "x": 330,
+ "y": 908,
+ "id": 160,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 330,
+ "y": 908,
+ "id": 160,
+ "list": [
+ {
+ "x": 314,
+ "y": 822.0150753768845,
+ "id": 159,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 519.7222222222223,
+ "y": 1341,
+ "id": 161,
+ "list": [
+ {
+ "x": 509,
+ "y": 1323,
+ "id": 19,
+ "cost": 20
+ },
+ {
+ "x": 531,
+ "y": 1359,
+ "id": 20,
+ "cost": 21
+ },
+ {
+ "x": 578,
+ "y": 1328,
+ "id": 162,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 578,
+ "y": 1328,
+ "id": 162,
+ "list": [
+ {
+ "x": 519.7222222222223,
+ "y": 1341,
+ "id": 161,
+ "cost": 59
+ },
+ {
+ "x": 576,
+ "y": 1173,
+ "id": 163,
+ "cost": 155
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 576,
+ "y": 1173,
+ "id": 163,
+ "list": [
+ {
+ "x": 578,
+ "y": 1328,
+ "id": 162,
+ "cost": 155
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 775,
+ "y": 1382,
+ "id": 164,
+ "list": [
+ {
+ "x": 741,
+ "y": 1388,
+ "id": 39,
+ "cost": 34
+ },
+ {
+ "x": 855,
+ "y": 1557,
+ "id": 45,
+ "cost": 192
+ },
+ {
+ "x": 870,
+ "y": 1413,
+ "id": 49,
+ "cost": 99
+ },
+ {
+ "x": 801,
+ "y": 1310,
+ "id": 52,
+ "cost": 76
+ },
+ {
+ "x": 769,
+ "y": 1316.7368421052631,
+ "id": 54,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 455,
+ "y": 1504,
+ "id": 165,
+ "list": [
+ {
+ "x": 533,
+ "y": 1490,
+ "id": 24,
+ "cost": 79
+ },
+ {
+ "x": 466,
+ "y": 1594,
+ "id": 166,
+ "cost": 90
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 466,
+ "y": 1594,
+ "id": 166,
+ "list": [
+ {
+ "x": 455,
+ "y": 1504,
+ "id": 165,
+ "cost": 90
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 645,
+ "y": 1508,
+ "id": 167,
+ "list": [
+ {
+ "x": 538,
+ "y": 1526,
+ "id": 25,
+ "cost": 108
+ },
+ {
+ "x": 660,
+ "y": 1561,
+ "id": 168,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 660,
+ "y": 1561,
+ "id": 168,
+ "list": [
+ {
+ "x": 645,
+ "y": 1508,
+ "id": 167,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 637.2408602150538,
+ "y": 1708,
+ "id": 169,
+ "list": [
+ {
+ "x": 629,
+ "y": 1675,
+ "id": 30,
+ "cost": 34
+ },
+ {
+ "x": 644.6021505376344,
+ "y": 1735,
+ "id": 131,
+ "cost": 27
+ },
+ {
+ "x": 518,
+ "y": 1732,
+ "id": 170,
+ "cost": 121
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 518,
+ "y": 1732,
+ "id": 170,
+ "list": [
+ {
+ "x": 637.2408602150538,
+ "y": 1708,
+ "id": 169,
+ "cost": 121
+ },
+ {
+ "x": 525,
+ "y": 1772,
+ "id": 171,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 525,
+ "y": 1772,
+ "id": 171,
+ "list": [
+ {
+ "x": 518,
+ "y": 1732,
+ "id": 170,
+ "cost": 40
+ },
+ {
+ "x": 535,
+ "y": 1819,
+ "id": 172,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 535,
+ "y": 1819,
+ "id": 172,
+ "list": [
+ {
+ "x": 525,
+ "y": 1772,
+ "id": 171,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 801,
+ "y": 1850,
+ "id": 173,
+ "list": [
+ {
+ "x": 735,
+ "y": 1864,
+ "id": 36,
+ "cost": 67
+ },
+ {
+ "x": 777,
+ "y": 1766,
+ "id": 174,
+ "cost": 87
+ },
+ {
+ "x": 815,
+ "y": 1899,
+ "id": 175,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 777,
+ "y": 1766,
+ "id": 174,
+ "list": [
+ {
+ "x": 801,
+ "y": 1850,
+ "id": 173,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 815,
+ "y": 1899,
+ "id": 175,
+ "list": [
+ {
+ "x": 801,
+ "y": 1850,
+ "id": 173,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1426,
+ "y": 1760,
+ "id": 176,
+ "list": [
+ {
+ "x": 1438,
+ "y": 1675,
+ "id": 62,
+ "cost": 85
+ },
+ {
+ "x": 1182,
+ "y": 1806,
+ "id": 177,
+ "cost": 248
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1182,
+ "y": 1806,
+ "id": 177,
+ "list": [
+ {
+ "x": 1236,
+ "y": 2041,
+ "id": 58,
+ "cost": 241
+ },
+ {
+ "x": 1426,
+ "y": 1760,
+ "id": 176,
+ "cost": 248
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1487,
+ "y": 1678,
+ "id": 178,
+ "list": [
+ {
+ "x": 1438,
+ "y": 1675,
+ "id": 62,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1155.6607142857142,
+ "y": 836,
+ "id": 179,
+ "list": [
+ {
+ "x": 1185,
+ "y": 867,
+ "id": 72,
+ "cost": 42
+ },
+ {
+ "x": 1132,
+ "y": 811,
+ "id": 73,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 180,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1003,
+ "y": 979,
+ "id": 181,
+ "list": [
+ {
+ "x": 1032,
+ "y": 948,
+ "id": 186,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1266,
+ "y": 1355,
+ "id": 182,
+ "list": [
+ {
+ "x": 1419,
+ "y": 1334,
+ "id": 66,
+ "cost": 154
+ },
+ {
+ "x": 1182.938574938575,
+ "y": 1072,
+ "id": 191,
+ "cost": 294
+ },
+ {
+ "x": 1224,
+ "y": 1360.7931034482758,
+ "id": 185,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1178,
+ "y": 1367.1379310344828,
+ "id": 183,
+ "list": [
+ {
+ "x": 918,
+ "y": 1403,
+ "id": 148,
+ "cost": 262
+ },
+ {
+ "x": 1224,
+ "y": 1360.7931034482758,
+ "id": 185,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 184,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1224,
+ "y": 1360.7931034482758,
+ "id": 185,
+ "list": [
+ {
+ "x": 1178,
+ "y": 1367.1379310344828,
+ "id": 183,
+ "cost": 46
+ },
+ {
+ "x": 1266,
+ "y": 1355,
+ "id": 182,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1032,
+ "y": 948,
+ "id": 186,
+ "list": [
+ {
+ "x": 1003,
+ "y": 979,
+ "id": 181,
+ "cost": 42
+ },
+ {
+ "x": 936,
+ "y": 860,
+ "id": 187,
+ "cost": 130
+ },
+ {
+ "x": 1182.938574938575,
+ "y": 1072,
+ "id": 191,
+ "cost": 195
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 936,
+ "y": 860,
+ "id": 187,
+ "list": [
+ {
+ "x": 871,
+ "y": 918,
+ "id": 78,
+ "cost": 87
+ },
+ {
+ "x": 1032,
+ "y": 948,
+ "id": 186,
+ "cost": 130
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 188,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 189,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 190,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1182.938574938575,
+ "y": 1072,
+ "id": 191,
+ "list": [
+ {
+ "x": 1266,
+ "y": 1355,
+ "id": 182,
+ "cost": 294
+ },
+ {
+ "x": 1032,
+ "y": 948,
+ "id": 186,
+ "cost": 195
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 724,
+ "y": 1332,
+ "id": 192,
+ "list": [
+ {
+ "x": 746,
+ "y": 1343,
+ "id": 53,
+ "cost": 24
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 193,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 796,
+ "y": 464,
+ "id": 194,
+ "list": [
+ {
+ "x": 600,
+ "y": 532,
+ "id": 86,
+ "cost": 207
+ },
+ {
+ "x": 893,
+ "y": 413,
+ "id": 195,
+ "cost": 109
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 893,
+ "y": 413,
+ "id": 195,
+ "list": [
+ {
+ "x": 796,
+ "y": 464,
+ "id": 194,
+ "cost": 109
+ },
+ {
+ "x": 1008,
+ "y": 450,
+ "id": 196,
+ "cost": 120
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1008,
+ "y": 450,
+ "id": 196,
+ "list": [
+ {
+ "x": 893,
+ "y": 413,
+ "id": 195,
+ "cost": 120
+ },
+ {
+ "x": 1058,
+ "y": 538,
+ "id": 197,
+ "cost": 101
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1058,
+ "y": 538,
+ "id": 197,
+ "list": [
+ {
+ "x": 1008,
+ "y": 450,
+ "id": 196,
+ "cost": 101
+ },
+ {
+ "x": 1064,
+ "y": 594,
+ "id": 198,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1064,
+ "y": 594,
+ "id": 198,
+ "list": [
+ {
+ "x": 1248,
+ "y": 773,
+ "id": 89,
+ "cost": 256
+ },
+ {
+ "x": 1058,
+ "y": 538,
+ "id": 197,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ }
+ ]
+ },
+ "decos": [],
+ "icons": [
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 508,
+ "y": 1757,
+ "facCode": "xsj",
+ "navCode": 171,
+ "src": "xsj",
+ "width": 32,
+ "height": 32,
+ "title": "洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 299,
+ "y": 806,
+ "facCode": "dit",
+ "navCode": 159,
+ "src": "dit",
+ "width": 32,
+ "height": 32,
+ "title": "地铁"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 678,
+ "y": 1382,
+ "facCode": "dit",
+ "navCode": 38,
+ "src": "dit",
+ "width": 32,
+ "height": 32,
+ "title": "地铁"
+ }
+ ],
+ "stairs": [
+ {
+ "no": "8",
+ "toFloor": "2,3,",
+ "x": 760,
+ "y": 1367,
+ "facCode": "ft",
+ "navCode": 164,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "0,1,2,3,4,5,6,7,",
+ "x": 1164,
+ "y": 1352,
+ "facCode": "dt",
+ "navCode": 183,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "0,1,2,3,4,5,6,",
+ "x": 987,
+ "y": 962,
+ "facCode": "ft",
+ "navCode": 181,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "10",
+ "toFloor": "2,",
+ "x": 1210,
+ "y": 1345,
+ "facCode": "ft",
+ "navCode": 185,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "8",
+ "toFloor": "0,1,2,3,",
+ "x": 1020,
+ "y": 926,
+ "facCode": "dt",
+ "navCode": 186,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ }
+ ],
+ "parkArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 2008,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1173,
+ "y": 1998,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1173,
+ "y": 1998,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1178,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1178,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1137,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1137,
+ "y": 2028,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 2008,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "22443",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22443",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1155,
+ "yaxis": 2013,
+ "shopNav": "58",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1141,
+ "y": 2041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 377,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 2031,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 378,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1146,
+ "y": 2061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 379,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1146,
+ "y": 2061,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1141,
+ "y": 2041,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 380,
+ "isStrLine": true
+ }
+ ],
+ "name": "22444",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22444",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1164,
+ "yaxis": 2046,
+ "shopNav": "58",
+ "state": "over",
+ "angle": -0.24434609527920614,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1502,
+ "y": 2008,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1520,
+ "y": 2078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 381,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1520,
+ "y": 2078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1498,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 382,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1498,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1482,
+ "y": 2013,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 383,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1482,
+ "y": 2013,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1502,
+ "y": 2008,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 384,
+ "isStrLine": true
+ }
+ ],
+ "name": "22435",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22435",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1501,
+ "yaxis": 2045,
+ "shopNav": "60",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1462,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1480,
+ "y": 2088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 385,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1480,
+ "y": 2088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1458,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 386,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1458,
+ "y": 2093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1442,
+ "y": 2023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 387,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1442,
+ "y": 2023,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1462,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 388,
+ "isStrLine": true
+ }
+ ],
+ "name": "22436",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22436",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1461,
+ "yaxis": 2055,
+ "shopNav": "60",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1395,
+ "y": 2034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1413,
+ "y": 2104,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 389,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1413,
+ "y": 2104,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1391,
+ "y": 2109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 390,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1391,
+ "y": 2109,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1374,
+ "y": 2040,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 391,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1374,
+ "y": 2040,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1395,
+ "y": 2034,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 392,
+ "isStrLine": true
+ }
+ ],
+ "name": "22437",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22437",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1393,
+ "yaxis": 2071,
+ "shopNav": "59",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1356,
+ "y": 2044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1374,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 393,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1374,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 2119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 394,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 2119,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1335,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 395,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1335,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1356,
+ "y": 2044,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 396,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-064",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-064",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1354,
+ "yaxis": 2081,
+ "shopNav": "59",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1320,
+ "y": 2053,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1338,
+ "y": 2123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 397,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1338,
+ "y": 2123,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1316,
+ "y": 2128,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 398,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1316,
+ "y": 2128,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1299,
+ "y": 2059,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 399,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1299,
+ "y": 2059,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1320,
+ "y": 2053,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 400,
+ "isStrLine": true
+ }
+ ],
+ "name": "22439",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22439",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1318,
+ "yaxis": 2090,
+ "shopNav": "59",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1299,
+ "y": 2059,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1316,
+ "y": 2128,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 401,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1316,
+ "y": 2128,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1294,
+ "y": 2133,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 402,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1294,
+ "y": 2133,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1277,
+ "y": 2064,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 403,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1277,
+ "y": 2064,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1299,
+ "y": 2059,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 404,
+ "isStrLine": true
+ }
+ ],
+ "name": "22440",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22440",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1297,
+ "yaxis": 2096,
+ "shopNav": "59",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1277,
+ "y": 2064,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1295,
+ "y": 2134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 405,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1295,
+ "y": 2134,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1273,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 406,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1273,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1256,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 407,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1256,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1277,
+ "y": 2064,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 408,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-061",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-061",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1275,
+ "yaxis": 2102,
+ "shopNav": "59",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 409,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 2140,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1236,
+ "y": 2145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 410,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1236,
+ "y": 2145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 411,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 2070,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 412,
+ "isStrLine": true
+ }
+ ],
+ "name": "22442",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22442",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1238,
+ "yaxis": 2108,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1482,
+ "y": 2013,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1499,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 413,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1499,
+ "y": 2083,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1477,
+ "y": 2088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 414,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1477,
+ "y": 2088,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1461,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 415,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1461,
+ "y": 2018,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1482,
+ "y": 2013,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 416,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-066",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-066",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1480,
+ "yaxis": 2050,
+ "shopNav": "60",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1350,
+ "y": 1937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1360,
+ "y": 1978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 417,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1360,
+ "y": 1978,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 418,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1330,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 419,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1330,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1350,
+ "y": 1937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 420,
+ "isStrLine": true
+ }
+ ],
+ "name": "22433",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22433",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1345,
+ "yaxis": 1960,
+ "shopNav": "59",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1270,
+ "y": 1966,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 421,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1270,
+ "y": 1966,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1250,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 422,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1250,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 423,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 424,
+ "isStrLine": true
+ }
+ ],
+ "name": "22431",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22431",
+ "park_first": "224",
+ "park_after": "",
+ "xaxis": 1255,
+ "yaxis": 1948,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1330,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 425,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1983,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1320,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 426,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1320,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 1947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 427,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 1947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1330,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 428,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-057",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-057",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1325,
+ "yaxis": 1965,
+ "shopNav": "59",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1240,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1250,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 429,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1250,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1230,
+ "y": 1976,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 430,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1230,
+ "y": 1976,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 431,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1240,
+ "y": 1930,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 432,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-059",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-059",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1235,
+ "yaxis": 1953,
+ "shopNav": "58",
+ "state": "over",
+ "angle": 1.3264502315156903,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1409,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 433,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1409,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1408,
+ "y": 1728,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 434,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1408,
+ "y": 1728,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1365,
+ "y": 1725,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 435,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1365,
+ "y": 1725,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 436,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-055",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-055",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1387,
+ "yaxis": 1716,
+ "shopNav": "62",
+ "state": "over",
+ "angle": 0.06981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1363,
+ "y": 1396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1406,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 441,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1406,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1409,
+ "y": 1410,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 442,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1409,
+ "y": 1410,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 443,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1363,
+ "y": 1396,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 444,
+ "isStrLine": true
+ }
+ ],
+ "name": "22399",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22399",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1386,
+ "yaxis": 1403,
+ "shopNav": "65",
+ "state": "over",
+ "angle": -0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1409,
+ "y": 1410,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 445,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1409,
+ "y": 1410,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1412,
+ "y": 1431,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 446,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1412,
+ "y": 1431,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 447,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 448,
+ "isStrLine": true
+ }
+ ],
+ "name": "22400",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22400",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1389,
+ "yaxis": 1424,
+ "shopNav": "65",
+ "state": "over",
+ "angle": -0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1412,
+ "y": 1431,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 449,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1412,
+ "y": 1431,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1415,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 450,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1415,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 451,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1437,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 452,
+ "isStrLine": true
+ }
+ ],
+ "name": "22401",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22401",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1392,
+ "yaxis": 1445,
+ "shopNav": "65",
+ "state": "over",
+ "angle": -0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1415,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 453,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1415,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1418,
+ "y": 1473,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 454,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1418,
+ "y": 1473,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1375,
+ "y": 1479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 455,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1375,
+ "y": 1479,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1458,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 456,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-044",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-044",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1395,
+ "yaxis": 1465,
+ "shopNav": "65",
+ "state": "over",
+ "angle": -0.13962634015954636,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1375,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1417,
+ "y": 1484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 457,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1417,
+ "y": 1484,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1419,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 458,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1419,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1376,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 459,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1376,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1375,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 460,
+ "isStrLine": true
+ }
+ ],
+ "name": "22403",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22403",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1397,
+ "yaxis": 1496,
+ "shopNav": "64",
+ "state": "over",
+ "angle": -0.06981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1376,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1419,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 461,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1419,
+ "y": 1505,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1420,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 462,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1420,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 1529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 463,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 1529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1376,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 464,
+ "isStrLine": true
+ }
+ ],
+ "name": "22404",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22404",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1398,
+ "yaxis": 1517,
+ "shopNav": "64",
+ "state": "over",
+ "angle": -0.06981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 1529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1420,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 465,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1420,
+ "y": 1526,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1422,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 466,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1422,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1379,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 467,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1379,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 1529,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 468,
+ "isStrLine": true
+ }
+ ],
+ "name": "22405",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22405",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1400,
+ "yaxis": 1538,
+ "shopNav": "64",
+ "state": "over",
+ "angle": -0.06981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1379,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1422,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 469,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1422,
+ "y": 1547,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1423,
+ "y": 1568,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 470,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1423,
+ "y": 1568,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1380,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 471,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1380,
+ "y": 1571,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1379,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 472,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-048",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-048",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1401,
+ "yaxis": 1559,
+ "shopNav": "64",
+ "state": "over",
+ "angle": -0.06981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1421,
+ "y": 1574,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 473,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1421,
+ "y": 1574,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1422,
+ "y": 1595,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 474,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1422,
+ "y": 1595,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1379,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 475,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1379,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 476,
+ "isStrLine": true
+ }
+ ],
+ "name": "22407",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22407",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1400,
+ "yaxis": 1585,
+ "shopNav": "63",
+ "state": "over",
+ "angle": -0.05235987755982988,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1379,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1422,
+ "y": 1595,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 477,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1422,
+ "y": 1595,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1423,
+ "y": 1616,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 478,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1423,
+ "y": 1616,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1380,
+ "y": 1618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 479,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1380,
+ "y": 1618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1379,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 480,
+ "isStrLine": true
+ }
+ ],
+ "name": "22408",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22408",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1401,
+ "yaxis": 1606,
+ "shopNav": "63",
+ "state": "over",
+ "angle": -0.05235987755982988,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1380,
+ "y": 1618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1423,
+ "y": 1617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 481,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1423,
+ "y": 1617,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1423,
+ "y": 1638,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 482,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1423,
+ "y": 1638,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1380,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 483,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1380,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1380,
+ "y": 1618,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 484,
+ "isStrLine": true
+ }
+ ],
+ "name": "22409",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22409",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1401,
+ "yaxis": 1628,
+ "shopNav": "63",
+ "state": "over",
+ "angle": -0.017453292519943295,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1421,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 489,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1421,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1421,
+ "y": 1660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 490,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1421,
+ "y": 1660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 1660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 491,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 1660,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 492,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-052",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-052",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1399,
+ "yaxis": 1650,
+ "shopNav": "63",
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1371,
+ "y": 1662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1413,
+ "y": 1667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 493,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1413,
+ "y": 1667,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1411,
+ "y": 1687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 494,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1411,
+ "y": 1687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 495,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1371,
+ "y": 1662,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 496,
+ "isStrLine": true
+ }
+ ],
+ "name": "22411",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22411",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1391,
+ "yaxis": 1675,
+ "shopNav": "62",
+ "state": "over",
+ "angle": 0.10471975511965977,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1411,
+ "y": 1687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 497,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1411,
+ "y": 1687,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1409,
+ "y": 1708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 498,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1409,
+ "y": 1708,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 499,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1683,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 500,
+ "isStrLine": true
+ }
+ ],
+ "name": "22412",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22412",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1389,
+ "yaxis": 1696,
+ "shopNav": "62",
+ "state": "over",
+ "angle": 0.10471975511965977,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 503,
+ "y": 548,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 567,
+ "y": 526,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 567,
+ "y": 526,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 575,
+ "y": 548,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 575,
+ "y": 548,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 510,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 510,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 503,
+ "y": 548,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "22351",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22351",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 539,
+ "yaxis": 548,
+ "shopNav": "86",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 510,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 575,
+ "y": 548,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 501,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 575,
+ "y": 548,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 582,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 502,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 582,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 518,
+ "y": 592,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 503,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 518,
+ "y": 592,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 510,
+ "y": 570,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 504,
+ "isStrLine": true
+ }
+ ],
+ "name": "22352",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22352",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 546,
+ "yaxis": 570,
+ "shopNav": "86",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 523,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 588,
+ "y": 585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 505,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 588,
+ "y": 585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 595,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 506,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 595,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 531,
+ "y": 629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 507,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 531,
+ "y": 629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 523,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 508,
+ "isStrLine": true
+ }
+ ],
+ "name": "22353",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22353",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 559,
+ "yaxis": 607,
+ "shopNav": "84",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 531,
+ "y": 629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 595,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 509,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 595,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 603,
+ "y": 628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 510,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 603,
+ "y": 628,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 538,
+ "y": 650,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 511,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 538,
+ "y": 650,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 531,
+ "y": 629,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 512,
+ "isStrLine": true
+ }
+ ],
+ "name": "22354",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22354",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 567,
+ "yaxis": 628,
+ "shopNav": "84",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 674,
+ "y": 564,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 738,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 513,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 738,
+ "y": 542,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 746,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 514,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 746,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 681,
+ "y": 585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 515,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 681,
+ "y": 585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 674,
+ "y": 564,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 516,
+ "isStrLine": true
+ }
+ ],
+ "name": "22355",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22355",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 710,
+ "yaxis": 563,
+ "shopNav": "84",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 679,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 743,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 517,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 743,
+ "y": 603,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 751,
+ "y": 624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 518,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 751,
+ "y": 624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 686,
+ "y": 646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 519,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 686,
+ "y": 646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 679,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 520,
+ "isStrLine": true
+ }
+ ],
+ "name": "22357",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22357",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 715,
+ "yaxis": 624,
+ "shopNav": "83",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 694,
+ "y": 677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 758,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 521,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 758,
+ "y": 655,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 766,
+ "y": 676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 522,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 766,
+ "y": 676,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 701,
+ "y": 698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 523,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 701,
+ "y": 698,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 694,
+ "y": 677,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 524,
+ "isStrLine": true
+ }
+ ],
+ "name": "22359",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22359",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 730,
+ "yaxis": 676,
+ "shopNav": "82",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 686,
+ "y": 646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 751,
+ "y": 624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 525,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 751,
+ "y": 624,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 758,
+ "y": 646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 526,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 758,
+ "y": 646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 694,
+ "y": 668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 527,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 694,
+ "y": 668,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 686,
+ "y": 646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 528,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-088",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-088",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 722,
+ "yaxis": 646,
+ "shopNav": "83",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 681,
+ "y": 585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 746,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 529,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 746,
+ "y": 563,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 753,
+ "y": 585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 530,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 753,
+ "y": 585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 689,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 531,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 689,
+ "y": 607,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 681,
+ "y": 585,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 532,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-090",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-090",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 717,
+ "yaxis": 585,
+ "shopNav": "84",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 697,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 697,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 681,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 681,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 817,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "22341",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22341",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 705,
+ "yaxis": 842,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 744,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 533,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 744,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 714,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 534,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 714,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 697,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 535,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 697,
+ "y": 867,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 536,
+ "isStrLine": true
+ }
+ ],
+ "name": "22342",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22342",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 721,
+ "yaxis": 855,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 744,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 761,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 537,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 761,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 730,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 538,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 730,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 714,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 539,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 714,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 744,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 540,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-079",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-079",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 737,
+ "yaxis": 869,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 775,
+ "y": 746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 759,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 541,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 759,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 763,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 542,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 763,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 746,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 543,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 746,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 775,
+ "y": 746,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 544,
+ "isStrLine": true
+ }
+ ],
+ "name": "22345",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22345",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 769,
+ "yaxis": 772,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 759,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 808,
+ "y": 772,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 545,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 808,
+ "y": 772,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 780,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 546,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 780,
+ "y": 810,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 763,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 547,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 763,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 759,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 548,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-085",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-085",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 786,
+ "yaxis": 784,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 827,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 843,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 549,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 843,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 813,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 550,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 813,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 551,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 822,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 827,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 552,
+ "isStrLine": true
+ }
+ ],
+ "name": "22347",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22347",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 820,
+ "yaxis": 810,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 843,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 553,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 811,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 829,
+ "y": 848,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 554,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 829,
+ "y": 848,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 813,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 555,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 813,
+ "y": 835,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 843,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 556,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-083",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-083",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 836,
+ "yaxis": 823,
+ "shopNav": "80",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 877,
+ "y": 828,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 893,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 557,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 893,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 558,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 847,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 559,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 847,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 877,
+ "y": 828,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 560,
+ "isStrLine": true
+ }
+ ],
+ "name": "22348",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22348",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 870,
+ "yaxis": 853,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 0.6806784082777885,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 926,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 561,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 926,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 562,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 902,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 563,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 902,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 564,
+ "isStrLine": true
+ }
+ ],
+ "name": "22349",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22349",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 914,
+ "yaxis": 938,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 2.251474735072685,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 926,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 913,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 565,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 913,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 876,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 566,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 876,
+ "y": 947,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 567,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 931,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 926,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 568,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-080",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-080",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 901,
+ "yaxis": 954,
+ "shopNav": "78",
+ "state": "over",
+ "angle": 2.251474735072685,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 993,
+ "y": 717,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1005,
+ "y": 726,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1005,
+ "y": 726,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 982,
+ "y": 757,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 982,
+ "y": 757,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 970,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 970,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 993,
+ "y": 717,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-001",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 988,
+ "yaxis": 737,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 0.6283185307179586,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 740,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1035,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 569,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1035,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1012,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 570,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1012,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 571,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 771,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 740,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 572,
+ "isStrLine": true
+ }
+ ],
+ "name": "22375",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22375",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1018,
+ "yaxis": 760,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1035,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1047,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 573,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1047,
+ "y": 758,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1024,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 574,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1024,
+ "y": 789,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1012,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 575,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1012,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1035,
+ "y": 749,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 576,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-003",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1030,
+ "yaxis": 769,
+ "shopNav": "75",
+ "state": "over",
+ "angle": 0.6457718232379019,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1054,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 777,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 577,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 777,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1039,
+ "y": 806,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 578,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1039,
+ "y": 806,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1028,
+ "y": 796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 579,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1028,
+ "y": 796,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1054,
+ "y": 767,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 580,
+ "isStrLine": true
+ }
+ ],
+ "name": "22377",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22377",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1047,
+ "yaxis": 786,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 0.7330382858376184,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 777,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1076,
+ "y": 787,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 581,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1076,
+ "y": 787,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1050,
+ "y": 816,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 582,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1050,
+ "y": 816,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1039,
+ "y": 806,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 583,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1039,
+ "y": 806,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 777,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 584,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-005",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1058,
+ "yaxis": 796,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 0.7330382858376184,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1115,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1126,
+ "y": 834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 585,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1126,
+ "y": 834,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1099,
+ "y": 863,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 586,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1099,
+ "y": 863,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1088,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 587,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1088,
+ "y": 853,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1115,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 588,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-009",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1107,
+ "yaxis": 844,
+ "shopNav": "73",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1083,
+ "y": 793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 589,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 590,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 821,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 591,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 821,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1083,
+ "y": 793,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 592,
+ "isStrLine": true
+ }
+ ],
+ "name": "22379",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22379",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1074,
+ "yaxis": 812,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 593,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 594,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 595,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 831,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 596,
+ "isStrLine": true
+ }
+ ],
+ "name": "22380",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22380",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1085,
+ "yaxis": 823,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1115,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 597,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1115,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1088,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 598,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1088,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1077,
+ "y": 842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 599,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1077,
+ "y": 842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 600,
+ "isStrLine": true
+ }
+ ],
+ "name": "22381",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22381",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1096,
+ "yaxis": 833,
+ "shopNav": "74",
+ "state": "over",
+ "angle": 0.767944870877505,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1348,
+ "y": 760,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1360,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 601,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1360,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1382,
+ "y": 784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 602,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1382,
+ "y": 784,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 792,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 603,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 792,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1348,
+ "y": 760,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 604,
+ "isStrLine": true
+ }
+ ],
+ "name": "22369",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22369",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1365,
+ "yaxis": 772,
+ "shopNav": "90",
+ "state": "over",
+ "angle": -0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1336,
+ "y": 769,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1348,
+ "y": 760,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 605,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1348,
+ "y": 760,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 792,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 606,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 792,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1358,
+ "y": 801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 607,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1358,
+ "y": 801,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1336,
+ "y": 769,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 608,
+ "isStrLine": true
+ }
+ ],
+ "name": "22370",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22370",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1353,
+ "yaxis": 781,
+ "shopNav": "90",
+ "state": "over",
+ "angle": -0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1387,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 609,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1387,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1355,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 610,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1355,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1346,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 611,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1346,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 785,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 612,
+ "isStrLine": true
+ }
+ ],
+ "name": "22371",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22371",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1366,
+ "yaxis": 803,
+ "shopNav": "90",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1346,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1355,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 613,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1355,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1323,
+ "y": 842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 614,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1323,
+ "y": 842,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 615,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1314,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1346,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 616,
+ "isStrLine": true
+ }
+ ],
+ "name": "22372",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22372",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1334,
+ "yaxis": 825,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 795,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1346,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 617,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1346,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1314,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 618,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1314,
+ "y": 830,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1305,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 619,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1305,
+ "y": 818,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 795,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 620,
+ "isStrLine": true
+ }
+ ],
+ "name": "22373",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22373",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1326,
+ "yaxis": 813,
+ "shopNav": "88",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 621,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 622,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 623,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 854,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 624,
+ "isStrLine": true
+ }
+ ],
+ "name": "22383",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22383",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1134,
+ "yaxis": 872,
+ "shopNav": "72",
+ "state": "over",
+ "angle": 0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 625,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1133,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 626,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1133,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 627,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 890,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 628,
+ "isStrLine": true
+ }
+ ],
+ "name": "22384",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22384",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1143,
+ "yaxis": 884,
+ "shopNav": "72",
+ "state": "over",
+ "angle": 0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1173,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 629,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1173,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 630,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1133,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 631,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1133,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 632,
+ "isStrLine": true
+ }
+ ],
+ "name": "22385",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22385",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1153,
+ "yaxis": 895,
+ "shopNav": "72",
+ "state": "over",
+ "angle": 0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1173,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 901,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 633,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 901,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1152,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 634,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1152,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 635,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1173,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 636,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-013",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1162,
+ "yaxis": 907,
+ "shopNav": "72",
+ "state": "over",
+ "angle": 0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1194,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 637,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1172,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 638,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1172,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1163,
+ "y": 938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 639,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1163,
+ "y": 938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1194,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 640,
+ "isStrLine": true
+ }
+ ],
+ "name": "22387",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22387",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1183,
+ "yaxis": 931,
+ "shopNav": "71",
+ "state": "over",
+ "angle": 0.9075712110370514,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 641,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 642,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1172,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 643,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1172,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 644,
+ "isStrLine": true
+ }
+ ],
+ "name": "22388",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22388",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1192,
+ "yaxis": 943,
+ "shopNav": "71",
+ "state": "over",
+ "angle": 0.9075712110370514,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1212,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 645,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 646,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 647,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1212,
+ "y": 937,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 648,
+ "isStrLine": true
+ }
+ ],
+ "name": "22389",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22389",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1201,
+ "yaxis": 955,
+ "shopNav": "71",
+ "state": "over",
+ "angle": 0.9075712110370514,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1231,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 649,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1231,
+ "y": 961,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1200,
+ "y": 985,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 650,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1200,
+ "y": 985,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 974,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 651,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 974,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 949,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 652,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-017",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1211,
+ "yaxis": 967,
+ "shopNav": "71",
+ "state": "over",
+ "angle": 0.890117918517108,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1250,
+ "y": 991,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 653,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1250,
+ "y": 991,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1218,
+ "y": 1013,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 654,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1218,
+ "y": 1013,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1209,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 655,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1209,
+ "y": 1001,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 656,
+ "isStrLine": true
+ }
+ ],
+ "name": "22391",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22391",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1229,
+ "yaxis": 996,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1250,
+ "y": 990,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1259,
+ "y": 1002,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 657,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1259,
+ "y": 1002,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1227,
+ "y": 1024,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 658,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1227,
+ "y": 1024,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1218,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 659,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1218,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1250,
+ "y": 990,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 660,
+ "isStrLine": true
+ }
+ ],
+ "name": "22392",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22392",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1238,
+ "yaxis": 1007,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1259,
+ "y": 1002,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1267,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 661,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1267,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 662,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1227,
+ "y": 1024,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 663,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1227,
+ "y": 1024,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1259,
+ "y": 1002,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 664,
+ "isStrLine": true
+ }
+ ],
+ "name": "22393",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22393",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1247,
+ "yaxis": 1019,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1267,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1276,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 669,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1276,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1244,
+ "y": 1049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 670,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1244,
+ "y": 1049,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 671,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1267,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 672,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-021",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-021",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1256,
+ "yaxis": 1032,
+ "shopNav": "70",
+ "state": "over",
+ "angle": 0.9599310885968813,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1278,
+ "y": 1040,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 1052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 673,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 1052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1252,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 674,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1252,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1244,
+ "y": 1060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 675,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1244,
+ "y": 1060,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1278,
+ "y": 1040,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 676,
+ "isStrLine": true
+ }
+ ],
+ "name": "22395",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22395",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1265,
+ "yaxis": 1056,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 1052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1293,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 677,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1293,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 678,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1252,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 679,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1252,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 1052,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 680,
+ "isStrLine": true
+ }
+ ],
+ "name": "22396",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22396",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1273,
+ "yaxis": 1069,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1293,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1301,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 681,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1301,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1267,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 682,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1267,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 683,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1293,
+ "y": 1065,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 684,
+ "isStrLine": true
+ }
+ ],
+ "name": "22397",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22397",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1280,
+ "yaxis": 1082,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1301,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1309,
+ "y": 1091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 685,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1309,
+ "y": 1091,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 686,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1267,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 687,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1267,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1301,
+ "y": 1078,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 688,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-025",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-025",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1288,
+ "yaxis": 1095,
+ "shopNav": "69",
+ "state": "over",
+ "angle": 1.0297442586766543,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1403,
+ "y": 1117,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1408,
+ "y": 1131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 689,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1408,
+ "y": 1131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 690,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1366,
+ "y": 1131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 691,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1366,
+ "y": 1131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1403,
+ "y": 1117,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 692,
+ "isStrLine": true
+ }
+ ],
+ "name": "22368",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22368",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1387,
+ "yaxis": 1131,
+ "shopNav": "68",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1408,
+ "y": 1131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 693,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 1159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 694,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 1159,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 695,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1408,
+ "y": 1131,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 696,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-027",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-027",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1393,
+ "yaxis": 1145,
+ "shopNav": "68",
+ "state": "over",
+ "angle": 1.1868238913561442,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1470,
+ "y": 1316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1473,
+ "y": 1330,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 697,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1473,
+ "y": 1330,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1435,
+ "y": 1338,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 698,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1435,
+ "y": 1338,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1432,
+ "y": 1324,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 699,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1432,
+ "y": 1324,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1470,
+ "y": 1316,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 700,
+ "isStrLine": true
+ }
+ ],
+ "name": "22360",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22360",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1452,
+ "yaxis": 1327,
+ "shopNav": "66",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1445,
+ "y": 1233,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1449,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 701,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1449,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1412,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 702,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1412,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1407,
+ "y": 1245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 703,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1407,
+ "y": 1245,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1445,
+ "y": 1233,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 704,
+ "isStrLine": true
+ }
+ ],
+ "name": "22364",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22364",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1428,
+ "yaxis": 1246,
+ "shopNav": "67",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1423,
+ "y": 1169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1428,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 705,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1428,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1391,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 706,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1391,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1386,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 707,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1386,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1423,
+ "y": 1169,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 708,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-029",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-029",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1407,
+ "yaxis": 1183,
+ "shopNav": "68",
+ "state": "over",
+ "angle": 1.2217304763960306,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1438,
+ "y": 1208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1443,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 709,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1443,
+ "y": 1222,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1406,
+ "y": 1234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 710,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1406,
+ "y": 1234,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1401,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 711,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1401,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1438,
+ "y": 1208,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 712,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-031",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-031",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1422,
+ "yaxis": 1221,
+ "shopNav": "67",
+ "state": "over",
+ "angle": 1.2566370614359172,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1449,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1453,
+ "y": 1262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 713,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1453,
+ "y": 1262,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1416,
+ "y": 1273,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 714,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1416,
+ "y": 1273,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1412,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 715,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1412,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1449,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 716,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-032",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-032",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1433,
+ "yaxis": 1260,
+ "shopNav": "67",
+ "state": "over",
+ "angle": 1.2740903539558606,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1459,
+ "y": 1287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1463,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 717,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1463,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1426,
+ "y": 1312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 718,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1426,
+ "y": 1312,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1422,
+ "y": 1297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 719,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1422,
+ "y": 1297,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1459,
+ "y": 1287,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 720,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-034",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-034",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1443,
+ "yaxis": 1299,
+ "shopNav": "66",
+ "state": "over",
+ "angle": 1.3089969389957472,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1473,
+ "y": 1330,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1476,
+ "y": 1345,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 721,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1476,
+ "y": 1345,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1438,
+ "y": 1353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 722,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1438,
+ "y": 1353,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1435,
+ "y": 1338,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 723,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1435,
+ "y": 1338,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1473,
+ "y": 1330,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 724,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-036",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-036",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1455,
+ "yaxis": 1342,
+ "shopNav": "66",
+ "state": "over",
+ "angle": 1.361356816555577,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1332,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1344,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1344,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1356,
+ "y": 1216,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1356,
+ "y": 1216,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1343,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1343,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1332,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "22427",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22427",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1344,
+ "yaxis": 1201,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1357,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1369,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 725,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1369,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 726,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1365,
+ "y": 1294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 727,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1365,
+ "y": 1294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1357,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 728,
+ "isStrLine": true
+ }
+ ],
+ "name": "22430",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "22430",
+ "park_first": "22",
+ "park_after": "",
+ "xaxis": 1367,
+ "yaxis": 1276,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1365,
+ "y": 1294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1377,
+ "y": 1291,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 729,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1377,
+ "y": 1291,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1385,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 730,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1385,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1327,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 731,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1327,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1365,
+ "y": 1294,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 732,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-094",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-094",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1375,
+ "yaxis": 1309,
+ "shopNav": "67",
+ "state": "over",
+ "angle": -0.22689280275926285,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1343,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1355,
+ "y": 1215,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 733,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1355,
+ "y": 1215,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1367,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 734,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1367,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1354,
+ "y": 1252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 735,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1354,
+ "y": 1252,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1343,
+ "y": 1220,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 736,
+ "isStrLine": true
+ }
+ ],
+ "name": "B2-096",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B2-096",
+ "park_first": "B2-",
+ "park_after": "",
+ "xaxis": 1355,
+ "yaxis": 1233,
+ "shopNav": "68",
+ "state": "over",
+ "angle": -0.3316125578789226,
+ "isSelect": false,
+ "select": false
+ }
+ ]
+ }
+ },
+ {
+ "order": 3,
+ "name": "LG1",
+ "mapUrl": "http://1000my.com//MallSite/\\Files\\9161fc8d-d051-477b-83cd-7b43e6c32be3\\LG1.png",
+ "mapData": {
+ "floorArea": {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1489,
+ "y": 482,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "ctrlPoint1": {
+ "x": 751,
+ "y": 122,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1243,
+ "y": 362,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1489,
+ "y": 482,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2014,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 1620,
+ "y": 979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1882,
+ "y": 1973,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2014,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 585,
+ "y": 2911,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "ctrlPoint1": {
+ "x": 1656,
+ "y": 2580,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 942,
+ "y": 2800,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 585,
+ "y": 2911,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 102,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "ctrlPoint1": {
+ "x": 464,
+ "y": 2442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 222,
+ "y": 1505,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 102,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 13,
+ "y": 621,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 5,
+ "ctrlPoint1": {
+ "x": 79,
+ "y": 933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 35,
+ "y": 725,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 13,
+ "y": 621,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1,
+ "y": 432,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 6,
+ "ctrlPoint1": {
+ "x": 10,
+ "y": 573,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 4,
+ "y": 479,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1,
+ "y": 432,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 479,
+ "y": 9,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 7,
+ "ctrlPoint1": {
+ "x": 120,
+ "y": 326,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 359,
+ "y": 114,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 479,
+ "y": 9,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 8,
+ "ctrlPoint1": {
+ "x": 485,
+ "y": 7,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 499,
+ "y": 3,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "floor",
+ "entColor": "#dedab4",
+ "borderColor": "#d5cf9f",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1007,
+ "yaxis": 1456,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {}
+ },
+ "buildArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 427,
+ "y": 1693,
+ "r": 5,
+ "type": "pathP",
+ "name": 526,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 573,
+ "y": 1657,
+ "r": 5,
+ "type": "pathP",
+ "name": 527,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 527,
+ "ctrlPoint1": {
+ "x": 456,
+ "y": 1553,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 537,
+ "y": 1600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 573,
+ "y": 1657,
+ "r": 5,
+ "type": "pathP",
+ "name": 527,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 629,
+ "y": 1857,
+ "r": 5,
+ "type": "pathP",
+ "name": 528,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 528,
+ "ctrlPoint1": {
+ "x": 622,
+ "y": 1709,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 630,
+ "y": 1801,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 629,
+ "y": 1857,
+ "r": 5,
+ "type": "pathP",
+ "name": 528,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 480,
+ "y": 1900,
+ "r": 5,
+ "type": "pathP",
+ "name": 529,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 529,
+ "ctrlPoint1": {
+ "x": 608,
+ "y": 1986,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 540,
+ "y": 1978,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 480,
+ "y": 1900,
+ "r": 5,
+ "type": "pathP",
+ "name": 529,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 427,
+ "y": 1693,
+ "r": 5,
+ "type": "pathP",
+ "name": 526,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 530,
+ "ctrlPoint1": {
+ "x": 451,
+ "y": 1869,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 417,
+ "y": 1756,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 528,
+ "yaxis": 1778,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 742,
+ "y": 1946,
+ "r": 5,
+ "type": "pathP",
+ "name": 531,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 2078,
+ "r": 5,
+ "type": "pathP",
+ "name": 532,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 532,
+ "ctrlPoint1": {
+ "x": 728,
+ "y": 1979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 701,
+ "y": 2045,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 2078,
+ "r": 5,
+ "type": "pathP",
+ "name": 532,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 612,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "name": 533,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 533,
+ "ctrlPoint1": {
+ "x": 669,
+ "y": 2071,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 631,
+ "y": 2057,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 612,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "name": 533,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 518,
+ "y": 2074,
+ "r": 5,
+ "type": "pathP",
+ "name": 534,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 534,
+ "ctrlPoint1": {
+ "x": 588,
+ "y": 2056,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 541,
+ "y": 2068,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 518,
+ "y": 2074,
+ "r": 5,
+ "type": "pathP",
+ "name": 534,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 452,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "name": 535,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 535,
+ "ctrlPoint1": {
+ "x": 501,
+ "y": 2064,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 468,
+ "y": 2045,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 452,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "name": 535,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 412,
+ "y": 2046,
+ "r": 5,
+ "type": "pathP",
+ "name": 536,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 536,
+ "ctrlPoint1": {
+ "x": 442,
+ "y": 2038,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 422,
+ "y": 2043,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 412,
+ "y": 2046,
+ "r": 5,
+ "type": "pathP",
+ "name": 536,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 2478,
+ "r": 5,
+ "type": "pathP",
+ "name": 537,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 537,
+ "ctrlPoint1": {
+ "x": 435,
+ "y": 2154,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 482,
+ "y": 2370,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 2478,
+ "r": 5,
+ "type": "pathP",
+ "name": 537,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 570,
+ "y": 2740,
+ "r": 5,
+ "type": "pathP",
+ "name": 540,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 575,
+ "ctrlPoint1": {
+ "x": 734,
+ "y": 2434,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 780,
+ "y": 2697,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 570,
+ "y": 2740,
+ "r": 5,
+ "type": "pathP",
+ "name": 540,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 594,
+ "y": 2878,
+ "r": 5,
+ "type": "pathP",
+ "name": 541,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 541,
+ "ctrlPoint1": {
+ "x": 576,
+ "y": 2774,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 588,
+ "y": 2843,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 594,
+ "y": 2878,
+ "r": 5,
+ "type": "pathP",
+ "name": 541,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1964,
+ "y": 2468,
+ "r": 5,
+ "type": "pathP",
+ "name": 542,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 542,
+ "ctrlPoint1": {
+ "x": 936,
+ "y": 2775,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1621,
+ "y": 2570,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1964,
+ "y": 2468,
+ "r": 5,
+ "type": "pathP",
+ "name": 542,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1980,
+ "y": 2418,
+ "r": 5,
+ "type": "pathP",
+ "name": 543,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 543,
+ "ctrlPoint1": {
+ "x": 1968,
+ "y": 2455,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1976,
+ "y": 2430,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1980,
+ "y": 2418,
+ "r": 5,
+ "type": "pathP",
+ "name": 543,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1862,
+ "y": 1962,
+ "r": 5,
+ "type": "pathP",
+ "name": 544,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 544,
+ "ctrlPoint1": {
+ "x": 1950,
+ "y": 2304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1891,
+ "y": 2076,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1862,
+ "y": 1962,
+ "r": 5,
+ "type": "pathP",
+ "name": 544,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1486,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "name": 545,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 545,
+ "ctrlPoint1": {
+ "x": 1768,
+ "y": 1984,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1580,
+ "y": 2028,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1486,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "name": 545,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1251,
+ "y": 2399,
+ "r": 5,
+ "type": "pathP",
+ "name": 547,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 547,
+ "ctrlPoint1": {
+ "x": 1650,
+ "y": 2352,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1342,
+ "y": 2444,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1251,
+ "y": 2399,
+ "r": 5,
+ "type": "pathP",
+ "name": 547,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1179,
+ "y": 2419,
+ "r": 5,
+ "type": "pathP",
+ "name": 556,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 556,
+ "ctrlPoint1": {
+ "x": 1233,
+ "y": 2404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1197,
+ "y": 2414,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1179,
+ "y": 2419,
+ "r": 5,
+ "type": "pathP",
+ "name": 556,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1210,
+ "y": 2530,
+ "r": 5,
+ "type": "pathP",
+ "name": 548,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 557,
+ "ctrlPoint1": {
+ "x": 1186,
+ "y": 2446,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1202,
+ "y": 2502,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1210,
+ "y": 2530,
+ "r": 5,
+ "type": "pathP",
+ "name": 548,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 922,
+ "y": 2604,
+ "r": 5,
+ "type": "pathP",
+ "name": 550,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 550,
+ "ctrlPoint1": {
+ "x": 1138,
+ "y": 2548,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 994,
+ "y": 2585,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 922,
+ "y": 2604,
+ "r": 5,
+ "type": "pathP",
+ "name": 550,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 2401,
+ "r": 5,
+ "type": "pathP",
+ "name": 571,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 573,
+ "ctrlPoint1": {
+ "x": 907,
+ "y": 2553,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 877,
+ "y": 2451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 2401,
+ "r": 5,
+ "type": "pathP",
+ "name": 571,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 750,
+ "y": 2363,
+ "r": 5,
+ "type": "pathP",
+ "name": 552,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 572,
+ "ctrlPoint1": {
+ "x": 834,
+ "y": 2391,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 778,
+ "y": 2372,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 750,
+ "y": 2363,
+ "r": 5,
+ "type": "pathP",
+ "name": 552,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 892,
+ "y": 2002,
+ "r": 5,
+ "type": "pathP",
+ "name": 553,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 553,
+ "ctrlPoint1": {
+ "x": 785,
+ "y": 2272,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 856,
+ "y": 2092,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 892,
+ "y": 2002,
+ "r": 5,
+ "type": "pathP",
+ "name": 553,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 742,
+ "y": 1946,
+ "r": 5,
+ "type": "pathP",
+ "name": 531,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 554,
+ "ctrlPoint1": {
+ "x": 854,
+ "y": 1988,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 779,
+ "y": 1960,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1196,
+ "yaxis": 2412,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 1876,
+ "r": 5,
+ "type": "pathP",
+ "name": 576,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1318,
+ "y": 2105,
+ "r": 5,
+ "type": "pathP",
+ "name": 577,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 577,
+ "ctrlPoint1": {
+ "x": 1330,
+ "y": 1936,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1326,
+ "y": 2045,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1318,
+ "y": 2105,
+ "r": 5,
+ "type": "pathP",
+ "name": 577,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1421,
+ "y": 2113,
+ "r": 5,
+ "type": "pathP",
+ "name": 578,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 578,
+ "ctrlPoint1": {
+ "x": 1343,
+ "y": 2107,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1395,
+ "y": 2111,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1421,
+ "y": 2113,
+ "r": 5,
+ "type": "pathP",
+ "name": 578,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1417,
+ "y": 2035,
+ "r": 5,
+ "type": "pathP",
+ "name": 579,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 579,
+ "ctrlPoint1": {
+ "x": 1420,
+ "y": 2093,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1418,
+ "y": 2054,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1417,
+ "y": 2035,
+ "r": 5,
+ "type": "pathP",
+ "name": 579,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1390,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "name": 580,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 580,
+ "ctrlPoint1": {
+ "x": 1410,
+ "y": 2021,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1396,
+ "y": 1993,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1390,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "name": 580,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1365,
+ "y": 1873,
+ "r": 5,
+ "type": "pathP",
+ "name": 581,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 581,
+ "ctrlPoint1": {
+ "x": 1383,
+ "y": 1953,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1371,
+ "y": 1899,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1365,
+ "y": 1873,
+ "r": 5,
+ "type": "pathP",
+ "name": 581,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 1876,
+ "r": 5,
+ "type": "pathP",
+ "name": 576,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 582,
+ "ctrlPoint1": {
+ "x": 1355,
+ "y": 1873,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1336,
+ "y": 1875,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1369,
+ "yaxis": 1993,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1218,
+ "y": 1402,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 1376,
+ "r": 5,
+ "type": "pathP",
+ "name": 584,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 584,
+ "ctrlPoint1": {
+ "x": 1232,
+ "y": 1395,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1260,
+ "y": 1382,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 1376,
+ "r": 5,
+ "type": "pathP",
+ "name": 584,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1365,
+ "y": 1664,
+ "r": 5,
+ "type": "pathP",
+ "name": 585,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 585,
+ "ctrlPoint1": {
+ "x": 1304,
+ "y": 1443,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1353,
+ "y": 1580,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1365,
+ "y": 1664,
+ "r": 5,
+ "type": "pathP",
+ "name": 585,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1356,
+ "y": 1831,
+ "r": 5,
+ "type": "pathP",
+ "name": 586,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 586,
+ "ctrlPoint1": {
+ "x": 1362,
+ "y": 1705,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1358,
+ "y": 1789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1356,
+ "y": 1831,
+ "r": 5,
+ "type": "pathP",
+ "name": 586,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1324,
+ "y": 1835,
+ "r": 5,
+ "type": "pathP",
+ "name": 587,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 587,
+ "ctrlPoint1": {
+ "x": 1348,
+ "y": 1832,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1332,
+ "y": 1834,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1324,
+ "y": 1835,
+ "r": 5,
+ "type": "pathP",
+ "name": 587,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1218,
+ "y": 1402,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 588,
+ "ctrlPoint1": {
+ "x": 1313,
+ "y": 1723,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1273,
+ "y": 1505,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1291,
+ "yaxis": 1605,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 1255,
+ "r": 5,
+ "type": "pathP",
+ "name": 589,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "name": 590,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 590,
+ "ctrlPoint1": {
+ "x": 1156,
+ "y": 1246,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1184,
+ "y": 1229,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "name": 590,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1250,
+ "y": 1321,
+ "r": 5,
+ "type": "pathP",
+ "name": 591,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 591,
+ "ctrlPoint1": {
+ "x": 1211,
+ "y": 1246,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1237,
+ "y": 1296,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1250,
+ "y": 1321,
+ "r": 5,
+ "type": "pathP",
+ "name": 591,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1194,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "name": 592,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 592,
+ "ctrlPoint1": {
+ "x": 1236,
+ "y": 1328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1208,
+ "y": 1342,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1194,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "name": 592,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 1255,
+ "r": 5,
+ "type": "pathP",
+ "name": 589,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 593,
+ "ctrlPoint1": {
+ "x": 1181,
+ "y": 1326,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1155,
+ "y": 1278,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1196,
+ "yaxis": 1285,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 875,
+ "r": 5,
+ "type": "pathP",
+ "name": 594,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 1175,
+ "r": 5,
+ "type": "pathP",
+ "name": 595,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 595,
+ "ctrlPoint1": {
+ "x": 905,
+ "y": 941,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1031,
+ "y": 1087,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 1175,
+ "r": 5,
+ "type": "pathP",
+ "name": 595,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "name": 596,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 596,
+ "ctrlPoint1": {
+ "x": 1108,
+ "y": 1164,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1139,
+ "y": 1143,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "name": 596,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "name": 597,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 597,
+ "ctrlPoint1": {
+ "x": 1100,
+ "y": 1035,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 934,
+ "y": 824,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "name": 597,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 875,
+ "r": 5,
+ "type": "pathP",
+ "name": 594,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 598,
+ "ctrlPoint1": {
+ "x": 858,
+ "y": 817,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 827,
+ "y": 855,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 983,
+ "yaxis": 986,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "name": 599,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1347,
+ "y": 1341,
+ "r": 5,
+ "type": "pathP",
+ "name": 600,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 600,
+ "ctrlPoint1": {
+ "x": 1263,
+ "y": 1023,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1319,
+ "y": 1235,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1347,
+ "y": 1341,
+ "r": 5,
+ "type": "pathP",
+ "name": 600,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1328,
+ "y": 1346,
+ "r": 5,
+ "type": "pathP",
+ "name": 601,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 601,
+ "ctrlPoint1": {
+ "x": 1342,
+ "y": 1342,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1332,
+ "y": 1344,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1328,
+ "y": 1346,
+ "r": 5,
+ "type": "pathP",
+ "name": 601,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1156,
+ "y": 1042,
+ "r": 5,
+ "type": "pathP",
+ "name": 602,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 602,
+ "ctrlPoint1": {
+ "x": 1295,
+ "y": 1253,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1210,
+ "y": 1111,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1156,
+ "y": 1042,
+ "r": 5,
+ "type": "pathP",
+ "name": 602,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1168,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "name": 603,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 603,
+ "ctrlPoint1": {
+ "x": 1111,
+ "y": 986,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1128,
+ "y": 958,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1168,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "name": 603,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 917,
+ "r": 5,
+ "type": "pathP",
+ "name": 599,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 604,
+ "ctrlPoint1": {
+ "x": 1189,
+ "y": 924,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1217,
+ "y": 909,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1251,
+ "yaxis": 1131,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 709,
+ "y": 1425,
+ "r": 5,
+ "type": "pathP",
+ "name": 605,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 624,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "name": 606,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 606,
+ "ctrlPoint1": {
+ "x": 687,
+ "y": 1449,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 645,
+ "y": 1497,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 624,
+ "y": 1522,
+ "r": 5,
+ "type": "pathP",
+ "name": 606,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 552,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "name": 607,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 607,
+ "ctrlPoint1": {
+ "x": 606,
+ "y": 1507,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 570,
+ "y": 1478,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 552,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "name": 607,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 510,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "name": 608,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 608,
+ "ctrlPoint1": {
+ "x": 541,
+ "y": 1475,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 520,
+ "y": 1497,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 510,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "name": 608,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 312,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "name": 609,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 609,
+ "ctrlPoint1": {
+ "x": 460,
+ "y": 1520,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 361,
+ "y": 1545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 312,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "name": 609,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 216,
+ "y": 1106,
+ "r": 5,
+ "type": "pathP",
+ "name": 610,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 610,
+ "ctrlPoint1": {
+ "x": 288,
+ "y": 1445,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 240,
+ "y": 1219,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 216,
+ "y": 1106,
+ "r": 5,
+ "type": "pathP",
+ "name": 610,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 254,
+ "y": 1096,
+ "r": 5,
+ "type": "pathP",
+ "name": 611,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 611,
+ "ctrlPoint1": {
+ "x": 225,
+ "y": 1103,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 244,
+ "y": 1098,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 254,
+ "y": 1096,
+ "r": 5,
+ "type": "pathP",
+ "name": 611,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 278,
+ "y": 1186,
+ "r": 5,
+ "type": "pathP",
+ "name": 612,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 612,
+ "ctrlPoint1": {
+ "x": 260,
+ "y": 1118,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 272,
+ "y": 1163,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 278,
+ "y": 1186,
+ "r": 5,
+ "type": "pathP",
+ "name": 612,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 346,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "name": 613,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 613,
+ "ctrlPoint1": {
+ "x": 295,
+ "y": 1201,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 329,
+ "y": 1232,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 346,
+ "y": 1248,
+ "r": 5,
+ "type": "pathP",
+ "name": 613,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 362,
+ "y": 1316,
+ "r": 5,
+ "type": "pathP",
+ "name": 614,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 614,
+ "ctrlPoint1": {
+ "x": 350,
+ "y": 1265,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 358,
+ "y": 1299,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 362,
+ "y": 1316,
+ "r": 5,
+ "type": "pathP",
+ "name": 614,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 409,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "name": 615,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 615,
+ "ctrlPoint1": {
+ "x": 373,
+ "y": 1325,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 397,
+ "y": 1345,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 409,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "name": 615,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 504,
+ "y": 1249,
+ "r": 5,
+ "type": "pathP",
+ "name": 616,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 616,
+ "ctrlPoint1": {
+ "x": 432,
+ "y": 1328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 480,
+ "y": 1275,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 504,
+ "y": 1249,
+ "r": 5,
+ "type": "pathP",
+ "name": 616,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 709,
+ "y": 1425,
+ "r": 5,
+ "type": "pathP",
+ "name": 605,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 617,
+ "ctrlPoint1": {
+ "x": 555,
+ "y": 1293,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 657,
+ "y": 1381,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 462,
+ "yaxis": 1327,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 14,
+ "r": 5,
+ "type": "pathP",
+ "name": 639,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 226,
+ "y": 258,
+ "r": 5,
+ "type": "pathP",
+ "name": 640,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 640,
+ "ctrlPoint1": {
+ "x": 436,
+ "y": 75,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 296,
+ "y": 197,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 226,
+ "y": 258,
+ "r": 5,
+ "type": "pathP",
+ "name": 640,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 524,
+ "y": 640,
+ "r": 5,
+ "type": "pathP",
+ "name": 641,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 641,
+ "ctrlPoint1": {
+ "x": 300,
+ "y": 353,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 449,
+ "y": 544,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 524,
+ "y": 640,
+ "r": 5,
+ "type": "pathP",
+ "name": 641,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 644,
+ "y": 840,
+ "r": 5,
+ "type": "pathP",
+ "name": 677,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 677,
+ "ctrlPoint1": {
+ "x": 496,
+ "y": 684,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 500,
+ "y": 806,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 644,
+ "y": 840,
+ "r": 5,
+ "type": "pathP",
+ "name": 677,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 677.899904,
+ "y": 785.6543999999998,
+ "r": 5,
+ "type": "pathP",
+ "name": 686,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 686,
+ "ctrlPoint1": {
+ "x": 652,
+ "y": 826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 669,
+ "y": 799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 677.899904,
+ "y": 785.6543999999998,
+ "r": 5,
+ "type": "pathP",
+ "name": 686,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 761.294000054272,
+ "y": 653.8140833791999,
+ "r": 5,
+ "type": "pathP",
+ "name": 692,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 692,
+ "ctrlPoint1": {
+ "x": 472,
+ "y": 760,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 628,
+ "y": 504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 761.294000054272,
+ "y": 653.8140833791999,
+ "r": 5,
+ "type": "pathP",
+ "name": 692,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1026,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "name": 643,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 694,
+ "ctrlPoint1": {
+ "x": 827,
+ "y": 701,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 959,
+ "y": 796,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1026,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "name": 643,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1238,
+ "y": 730,
+ "r": 5,
+ "type": "pathP",
+ "name": 644,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 644,
+ "ctrlPoint1": {
+ "x": 1079,
+ "y": 815,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1185,
+ "y": 758,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1238,
+ "y": 730,
+ "r": 5,
+ "type": "pathP",
+ "name": 644,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1530,
+ "y": 744,
+ "r": 5,
+ "type": "pathP",
+ "name": 646,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 661,
+ "ctrlPoint1": {
+ "x": 1280,
+ "y": 504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1528,
+ "y": 556,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1530,
+ "y": 744,
+ "r": 5,
+ "type": "pathP",
+ "name": 646,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1452,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "name": 647,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 647,
+ "ctrlPoint1": {
+ "x": 1526,
+ "y": 790,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1492,
+ "y": 838,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1452,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "name": 647,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1460,
+ "y": 888,
+ "r": 5,
+ "type": "pathP",
+ "name": 648,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 648,
+ "ctrlPoint1": {
+ "x": 1454,
+ "y": 859,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1458,
+ "y": 878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1460,
+ "y": 888,
+ "r": 5,
+ "type": "pathP",
+ "name": 648,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1576,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "name": 649,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 649,
+ "ctrlPoint1": {
+ "x": 1489,
+ "y": 882,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1547,
+ "y": 871,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1576,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "name": 649,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1474,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "name": 650,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 650,
+ "ctrlPoint1": {
+ "x": 1550,
+ "y": 772,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1499,
+ "y": 585,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1474,
+ "y": 492,
+ "r": 5,
+ "type": "pathP",
+ "name": 650,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 14,
+ "r": 5,
+ "type": "pathP",
+ "name": 639,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 651,
+ "ctrlPoint1": {
+ "x": 1232,
+ "y": 372,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 748,
+ "y": 133,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 908,
+ "yaxis": 457,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1412,
+ "y": 1586,
+ "r": 5,
+ "type": "pathP",
+ "name": 695,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 1790,
+ "r": 5,
+ "type": "pathP",
+ "name": 696,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 696,
+ "ctrlPoint1": {
+ "x": 1412,
+ "y": 1637,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1413,
+ "y": 1739,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 1790,
+ "r": 5,
+ "type": "pathP",
+ "name": 696,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1434,
+ "y": 1790,
+ "r": 5,
+ "type": "pathP",
+ "name": 697,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 697,
+ "ctrlPoint1": {
+ "x": 1419,
+ "y": 1790,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1429,
+ "y": 1790,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1434,
+ "y": 1790,
+ "r": 5,
+ "type": "pathP",
+ "name": 697,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1462,
+ "y": 1734,
+ "r": 5,
+ "type": "pathP",
+ "name": 698,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 698,
+ "ctrlPoint1": {
+ "x": 1441,
+ "y": 1776,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1455,
+ "y": 1748,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1462,
+ "y": 1734,
+ "r": 5,
+ "type": "pathP",
+ "name": 698,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1412,
+ "y": 1586,
+ "r": 5,
+ "type": "pathP",
+ "name": 695,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 699,
+ "ctrlPoint1": {
+ "x": 1449,
+ "y": 1697,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1424,
+ "y": 1623,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1437,
+ "yaxis": 1688,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "hollowArea": [],
+ "shopArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 163,
+ "y": 381,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 276,
+ "y": 342,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 9,
+ "ctrlPoint1": {
+ "x": 191,
+ "y": 371,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 247,
+ "y": 351,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 276,
+ "y": 342,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 502,
+ "y": 632,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 638,
+ "ctrlPoint1": {
+ "x": 332,
+ "y": 414,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 445,
+ "y": 559,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 502,
+ "y": 632,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 490,
+ "y": 723,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 14,
+ "ctrlPoint1": {
+ "x": 489,
+ "y": 656,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 487,
+ "y": 694,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 490,
+ "y": 723,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 452,
+ "y": 709,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 15,
+ "ctrlPoint1": {
+ "x": 480,
+ "y": 719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 461,
+ "y": 712,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 452,
+ "y": 709,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 343,
+ "y": 747,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 16,
+ "ctrlPoint1": {
+ "x": 424,
+ "y": 718,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 370,
+ "y": 737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 343,
+ "y": 747,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 17,
+ "ctrlPoint1": {
+ "x": 348,
+ "y": 762,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 358,
+ "y": 792,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 808,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 303,
+ "y": 828,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 18,
+ "ctrlPoint1": {
+ "x": 348,
+ "y": 813,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 318,
+ "y": 823,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 303,
+ "y": 828,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 287,
+ "y": 777,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 19,
+ "ctrlPoint1": {
+ "x": 299,
+ "y": 815,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 291,
+ "y": 789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 287,
+ "y": 777,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 239,
+ "y": 801,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 20,
+ "ctrlPoint1": {
+ "x": 275,
+ "y": 783,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 251,
+ "y": 795,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 239,
+ "y": 801,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 80,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 470,
+ "ctrlPoint1": {
+ "x": 81,
+ "y": 798,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 44,
+ "y": 667,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 80,
+ "y": 537,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 49,
+ "y": 530,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 28,
+ "ctrlPoint1": {
+ "x": 72,
+ "y": 535,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 56,
+ "y": 531,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 49,
+ "y": 530,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 163,
+ "y": 381,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 29,
+ "ctrlPoint1": {
+ "x": 56,
+ "y": 473,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 118,
+ "y": 403,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG101",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\00a59647-5b27-4f75-ac27-319db191265b\\LG101_1133951_JadeGarden翠园.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 275,
+ "yaxis": 585,
+ "shopNav": 53,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 376,
+ "y": 854,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 431,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 32,
+ "ctrlPoint1": {
+ "x": 389,
+ "y": 874,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 417,
+ "y": 914,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 431,
+ "y": 934,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 472,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 33,
+ "ctrlPoint1": {
+ "x": 441,
+ "y": 928,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 461,
+ "y": 916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 472,
+ "y": 910,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 519,
+ "y": 809,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 34,
+ "ctrlPoint1": {
+ "x": 483,
+ "y": 884,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 507,
+ "y": 834,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 519,
+ "y": 809,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 480,
+ "y": 738,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 35,
+ "ctrlPoint1": {
+ "x": 500,
+ "y": 792,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 489,
+ "y": 755,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 480,
+ "y": 738,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 452,
+ "y": 722,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 36,
+ "ctrlPoint1": {
+ "x": 473,
+ "y": 734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 459,
+ "y": 726,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 452,
+ "y": 722,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 362,
+ "y": 757,
+ "r": 5,
+ "type": "pathP",
+ "name": 37,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 37,
+ "ctrlPoint1": {
+ "x": 429,
+ "y": 730,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 384,
+ "y": 748,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 362,
+ "y": 757,
+ "r": 5,
+ "type": "pathP",
+ "name": 37,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 376,
+ "y": 854,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 38,
+ "ctrlPoint1": {
+ "x": 377,
+ "y": 784,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 387,
+ "y": 827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG108",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\eb257dc7-6bcc-4647-9010-a01678f1e811\\LG108_1133952_Let'sTaipei.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 440,
+ "yaxis": 828,
+ "shopNav": 55,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 237,
+ "y": 804,
+ "r": 5,
+ "type": "pathP",
+ "name": 39,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 285,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "name": 40,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 40,
+ "ctrlPoint1": {
+ "x": 249,
+ "y": 798,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 273,
+ "y": 786,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 285,
+ "y": 780,
+ "r": 5,
+ "type": "pathP",
+ "name": 40,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 309,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 41,
+ "ctrlPoint1": {
+ "x": 291,
+ "y": 797,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 303,
+ "y": 833,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 309,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 274,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "name": 42,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 42,
+ "ctrlPoint1": {
+ "x": 297,
+ "y": 852,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 278,
+ "y": 863,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 274,
+ "y": 877,
+ "r": 5,
+ "type": "pathP",
+ "name": 42,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 212,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "name": 43,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 43,
+ "ctrlPoint1": {
+ "x": 258,
+ "y": 870,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 227,
+ "y": 856,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 212,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "name": 43,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 237,
+ "y": 804,
+ "r": 5,
+ "type": "pathP",
+ "name": 39,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 44,
+ "ctrlPoint1": {
+ "x": 218,
+ "y": 838,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 230,
+ "y": 815,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG109",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\58e1f2d0-7760-4aaf-9e8a-b99534ff28ff\\LG109_1133953_GodivaCafé.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 260,
+ "yaxis": 828,
+ "shopNav": 54,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 244,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "name": 45,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 269,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 704,
+ "ctrlPoint1": {
+ "x": 250,
+ "y": 1059,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 262,
+ "y": 1095,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 269,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 321,
+ "y": 1060,
+ "r": 5,
+ "type": "pathP",
+ "name": 53,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 471,
+ "ctrlPoint1": {
+ "x": 282,
+ "y": 1100,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 308,
+ "y": 1073,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 321,
+ "y": 1060,
+ "r": 5,
+ "type": "pathP",
+ "name": 53,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 291,
+ "y": 1022,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 54,
+ "ctrlPoint1": {
+ "x": 304,
+ "y": 1043,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 297,
+ "y": 1035,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 291,
+ "y": 1022,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 244,
+ "y": 1041,
+ "r": 5,
+ "type": "pathP",
+ "name": 45,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 55,
+ "ctrlPoint1": {
+ "x": 279,
+ "y": 1026,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 255,
+ "y": 1036,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG111",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\fa7619e9-bbe8-43f6-b3c4-05dd451e08b5\\LG111_1133954_ScentLibrary.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 282,
+ "yaxis": 1068,
+ "shopNav": 56,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 270,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 285,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 58,
+ "ctrlPoint1": {
+ "x": 273,
+ "y": 1123,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 281,
+ "y": 1143,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 285,
+ "y": 1153,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 349,
+ "y": 1083,
+ "r": 5,
+ "type": "pathP",
+ "name": 59,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 59,
+ "ctrlPoint1": {
+ "x": 301,
+ "y": 1135,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 333,
+ "y": 1100,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 349,
+ "y": 1083,
+ "r": 5,
+ "type": "pathP",
+ "name": 59,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 322,
+ "y": 1060,
+ "r": 5,
+ "type": "pathP",
+ "name": 60,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 60,
+ "ctrlPoint1": {
+ "x": 342,
+ "y": 1077,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 328,
+ "y": 1065,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 322,
+ "y": 1060,
+ "r": 5,
+ "type": "pathP",
+ "name": 60,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 270,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 472,
+ "ctrlPoint1": {
+ "x": 309,
+ "y": 1073,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 283,
+ "y": 1100,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG113",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\9ead9cab-7872-4981-ba8e-00b9c0a6a55a\\LG113_1134123_OOAK.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 309,
+ "yaxis": 1106,
+ "shopNav": 58,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 349,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 274,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "name": 65,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 68,
+ "ctrlPoint1": {
+ "x": 330,
+ "y": 1105,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 292,
+ "y": 1147,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 274,
+ "y": 1168,
+ "r": 5,
+ "type": "pathP",
+ "name": 65,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 324,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 66,
+ "ctrlPoint1": {
+ "x": 286,
+ "y": 1179,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 311,
+ "y": 1202,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 324,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 406,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "name": 67,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 67,
+ "ctrlPoint1": {
+ "x": 344,
+ "y": 1188,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 385,
+ "y": 1136,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 406,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "name": 67,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 349,
+ "y": 1085,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 69,
+ "ctrlPoint1": {
+ "x": 385,
+ "y": 1106,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 363,
+ "y": 1096,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG115",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\7cff9b1e-5875-415a-a4f0-aea71f234cb4\\LG115_1133955_JiNS.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 340,
+ "yaxis": 1149,
+ "shopNav": 60,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 499,
+ "y": 888,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 457,
+ "y": 966,
+ "r": 5,
+ "type": "pathP",
+ "name": 72,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 501,
+ "ctrlPoint1": {
+ "x": 488,
+ "y": 907,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 472,
+ "y": 951,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 457,
+ "y": 966,
+ "r": 5,
+ "type": "pathP",
+ "name": 72,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 505,
+ "y": 1010,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 73,
+ "ctrlPoint1": {
+ "x": 469,
+ "y": 977,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 493,
+ "y": 999,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 505,
+ "y": 1010,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 556,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 74,
+ "ctrlPoint1": {
+ "x": 517,
+ "y": 988,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 543,
+ "y": 946,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 556,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 499,
+ "y": 888,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 75,
+ "ctrlPoint1": {
+ "x": 541,
+ "y": 915,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 513,
+ "y": 897,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG116",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\2aa5da69-cfa3-46d7-8ff8-293a3da57e4b\\LG116_1133956_J.D.V.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 506,
+ "yaxis": 949,
+ "shopNav": 57,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 408,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "name": 76,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 326,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "name": 77,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 77,
+ "ctrlPoint1": {
+ "x": 387,
+ "y": 1136,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 346,
+ "y": 1188,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 326,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "name": 77,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 366,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 78,
+ "ctrlPoint1": {
+ "x": 336,
+ "y": 1222,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 356,
+ "y": 1238,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 366,
+ "y": 1247,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 407,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 79,
+ "ctrlPoint1": {
+ "x": 376,
+ "y": 1234,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 396,
+ "y": 1210,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 407,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 434,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 80,
+ "ctrlPoint1": {
+ "x": 413,
+ "y": 1203,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 427,
+ "y": 1215,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 434,
+ "y": 1221,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 466,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "name": 83,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 474,
+ "ctrlPoint1": {
+ "x": 442,
+ "y": 1211,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 458,
+ "y": 1193,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 466,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "name": 83,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 438,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 84,
+ "ctrlPoint1": {
+ "x": 459,
+ "y": 1177,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 445,
+ "y": 1164,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 438,
+ "y": 1158,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 467,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "name": 477,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 477,
+ "ctrlPoint1": {
+ "x": 445,
+ "y": 1148,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 459,
+ "y": 1129,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 467,
+ "y": 1120,
+ "r": 5,
+ "type": "pathP",
+ "name": 477,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 408,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "name": 76,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 478,
+ "ctrlPoint1": {
+ "x": 452,
+ "y": 1117,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 422,
+ "y": 1113,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG117",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\a58faf0a-418f-47b8-bab3-78e7ac1d6543\\LG117_1134124_Debrand.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 396,
+ "yaxis": 1179,
+ "shopNav": 61,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 557,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 512,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 88,
+ "ctrlPoint1": {
+ "x": 545,
+ "y": 826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 523,
+ "y": 872,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 512,
+ "y": 896,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 558,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 89,
+ "ctrlPoint1": {
+ "x": 523,
+ "y": 903,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 546,
+ "y": 917,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 558,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 1011,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 90,
+ "ctrlPoint1": {
+ "x": 545,
+ "y": 946,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 519,
+ "y": 989,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 1011,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 575,
+ "y": 1056,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 500,
+ "ctrlPoint1": {
+ "x": 526,
+ "y": 1025,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 556,
+ "y": 1045,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 575,
+ "y": 1056,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 646,
+ "y": 951,
+ "r": 5,
+ "type": "pathP",
+ "name": 92,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 92,
+ "ctrlPoint1": {
+ "x": 592,
+ "y": 1029,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 628,
+ "y": 977,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 646,
+ "y": 951,
+ "r": 5,
+ "type": "pathP",
+ "name": 92,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 679,
+ "y": 976,
+ "r": 5,
+ "type": "pathP",
+ "name": 93,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 93,
+ "ctrlPoint1": {
+ "x": 654,
+ "y": 957,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 670,
+ "y": 969,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 679,
+ "y": 976,
+ "r": 5,
+ "type": "pathP",
+ "name": 93,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 731,
+ "y": 908,
+ "r": 5,
+ "type": "pathP",
+ "name": 94,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 94,
+ "ctrlPoint1": {
+ "x": 692,
+ "y": 959,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 718,
+ "y": 925,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 731,
+ "y": 908,
+ "r": 5,
+ "type": "pathP",
+ "name": 94,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 557,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 95,
+ "ctrlPoint1": {
+ "x": 691,
+ "y": 868,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 601,
+ "y": 824,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG118",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\8cce6c73-de98-42b5-b5d3-ac5b0fe50bed\\LG118_1134125_MU.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 618,
+ "yaxis": 929,
+ "shopNav": 62,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 602,
+ "y": 1167,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 538,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "name": 621,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 623,
+ "ctrlPoint1": {
+ "x": 586,
+ "y": 1185,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 554,
+ "y": 1223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 538,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "name": 621,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 483,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 622,
+ "ctrlPoint1": {
+ "x": 524,
+ "y": 1230,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 496,
+ "y": 1208,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 483,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 532,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "name": 103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 485,
+ "ctrlPoint1": {
+ "x": 495,
+ "y": 1180,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 519,
+ "y": 1148,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 532,
+ "y": 1132,
+ "r": 5,
+ "type": "pathP",
+ "name": 103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 602,
+ "y": 1167,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 104,
+ "ctrlPoint1": {
+ "x": 555,
+ "y": 1137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 582,
+ "y": 1153,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG119",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\f506a491-cf60-4f80-9f5c-1fe63556d632\\LG119_1134126_SONOKO.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 542,
+ "yaxis": 1187,
+ "shopNav": 65,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 602,
+ "y": 1169,
+ "r": 5,
+ "type": "pathP",
+ "name": 105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 539,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "name": 106,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 106,
+ "ctrlPoint1": {
+ "x": 586,
+ "y": 1187,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 554,
+ "y": 1225,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 539,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "name": 106,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 557,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "name": 107,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 107,
+ "ctrlPoint1": {
+ "x": 543,
+ "y": 1248,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 552,
+ "y": 1256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 557,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "name": 107,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 627,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "name": 111,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 626,
+ "ctrlPoint1": {
+ "x": 574,
+ "y": 1276,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 609,
+ "y": 1306,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 627,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "name": 111,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 697,
+ "y": 1241,
+ "r": 5,
+ "type": "pathP",
+ "name": 112,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 112,
+ "ctrlPoint1": {
+ "x": 644,
+ "y": 1301,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 679,
+ "y": 1261,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 697,
+ "y": 1241,
+ "r": 5,
+ "type": "pathP",
+ "name": 112,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 602,
+ "y": 1169,
+ "r": 5,
+ "type": "pathP",
+ "name": 105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 113,
+ "ctrlPoint1": {
+ "x": 675,
+ "y": 1222,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 629,
+ "y": 1182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG121",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\c533e662-679e-4115-9570-2320e89a9618\\LG121_1133957_Evisu.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 618,
+ "yaxis": 1245,
+ "shopNav": 66,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 469,
+ "y": 1121,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 440,
+ "y": 1159,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 115,
+ "ctrlPoint1": {
+ "x": 461,
+ "y": 1130,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 447,
+ "y": 1149,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 440,
+ "y": 1159,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 477,
+ "y": 1191,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 116,
+ "ctrlPoint1": {
+ "x": 449,
+ "y": 1167,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 467,
+ "y": 1183,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 477,
+ "y": 1191,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 522,
+ "y": 1129,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 489,
+ "ctrlPoint1": {
+ "x": 488,
+ "y": 1175,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 510,
+ "y": 1144,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 522,
+ "y": 1129,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 469,
+ "y": 1121,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 120,
+ "ctrlPoint1": {
+ "x": 508,
+ "y": 1127,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 482,
+ "y": 1123,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG123",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\ef0bbe79-8315-4f22-86bd-150b4ad0964b\\LG123_1133958_BabyNes.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 481,
+ "yaxis": 1156,
+ "shopNav": 63,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 699,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 629,
+ "y": 1323,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 122,
+ "ctrlPoint1": {
+ "x": 681,
+ "y": 1262,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 646,
+ "y": 1302,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 629,
+ "y": 1323,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 699,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 125,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 628,
+ "ctrlPoint1": {
+ "x": 646,
+ "y": 1337,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 681,
+ "y": 1367,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 699,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 125,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 764,
+ "y": 1303,
+ "r": 5,
+ "type": "pathP",
+ "name": 126,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 126,
+ "ctrlPoint1": {
+ "x": 715,
+ "y": 1362,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 747,
+ "y": 1322,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 764,
+ "y": 1303,
+ "r": 5,
+ "type": "pathP",
+ "name": 126,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 699,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 127,
+ "ctrlPoint1": {
+ "x": 748,
+ "y": 1283,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 718,
+ "y": 1256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG125",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\5bb2f399-7006-4208-8204-261e87dde114\\LG125_1133959_EdHardySkinwear.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 696,
+ "yaxis": 1312,
+ "shopNav": 68,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 623,
+ "y": 991,
+ "r": 5,
+ "type": "pathP",
+ "name": 128,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 577,
+ "y": 1057,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 129,
+ "ctrlPoint1": {
+ "x": 611,
+ "y": 1007,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 588,
+ "y": 1040,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 577,
+ "y": 1057,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 627,
+ "y": 1086,
+ "r": 5,
+ "type": "pathP",
+ "name": 130,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 130,
+ "ctrlPoint1": {
+ "x": 589,
+ "y": 1064,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 614,
+ "y": 1078,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 627,
+ "y": 1086,
+ "r": 5,
+ "type": "pathP",
+ "name": 130,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 647,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 131,
+ "ctrlPoint1": {
+ "x": 632,
+ "y": 1077,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 642,
+ "y": 1061,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 647,
+ "y": 1053,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 666,
+ "y": 1064,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 132,
+ "ctrlPoint1": {
+ "x": 651,
+ "y": 1055,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 661,
+ "y": 1061,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 666,
+ "y": 1064,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 690,
+ "y": 1036,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 133,
+ "ctrlPoint1": {
+ "x": 672,
+ "y": 1057,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 684,
+ "y": 1043,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 690,
+ "y": 1036,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 623,
+ "y": 991,
+ "r": 5,
+ "type": "pathP",
+ "name": 128,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 134,
+ "ctrlPoint1": {
+ "x": 673,
+ "y": 1024,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 639,
+ "y": 1002,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG126",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\2958b02b-cfb3-4b66-89bb-ede0a422aa13\\LG126_1133960_IDO.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 633,
+ "yaxis": 1038,
+ "shopNav": 64,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 764,
+ "y": 1304,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 699,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "name": 136,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 136,
+ "ctrlPoint1": {
+ "x": 747,
+ "y": 1324,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 715,
+ "y": 1364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 699,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "name": 136,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 746,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 619,
+ "ctrlPoint1": {
+ "x": 710,
+ "y": 1394,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 734,
+ "y": 1414,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 746,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 805,
+ "y": 1354,
+ "r": 5,
+ "type": "pathP",
+ "name": 140,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 140,
+ "ctrlPoint1": {
+ "x": 760,
+ "y": 1406,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 790,
+ "y": 1371,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 805,
+ "y": 1354,
+ "r": 5,
+ "type": "pathP",
+ "name": 140,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 764,
+ "y": 1304,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 141,
+ "ctrlPoint1": {
+ "x": 795,
+ "y": 1339,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 776,
+ "y": 1316,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG127",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\859e1572-0639-493a-8130-ec6504008696\\LG127_1133961_CKUnderwear.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 752,
+ "yaxis": 1364,
+ "shopNav": 69,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1030,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "name": 142,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 1314,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 143,
+ "ctrlPoint1": {
+ "x": 994,
+ "y": 1239,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 922,
+ "y": 1289,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 1314,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 1289,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 144,
+ "ctrlPoint1": {
+ "x": 880,
+ "y": 1307,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 870,
+ "y": 1295,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 1289,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 842,
+ "y": 1219,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 145,
+ "ctrlPoint1": {
+ "x": 880,
+ "y": 1271,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 868,
+ "y": 1239,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 842,
+ "y": 1219,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 146,
+ "ctrlPoint1": {
+ "x": 847,
+ "y": 1213,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 858,
+ "y": 1202,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 1197,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 827,
+ "y": 1160,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 147,
+ "ctrlPoint1": {
+ "x": 854,
+ "y": 1187,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 836,
+ "y": 1169,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 827,
+ "y": 1160,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 805,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 148,
+ "ctrlPoint1": {
+ "x": 821,
+ "y": 1166,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 810,
+ "y": 1178,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 805,
+ "y": 1184,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 734,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "name": 149,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 149,
+ "ctrlPoint1": {
+ "x": 775,
+ "y": 1147,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 751,
+ "y": 1154,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 734,
+ "y": 1161,
+ "r": 5,
+ "type": "pathP",
+ "name": 149,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 662,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "name": 150,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 150,
+ "ctrlPoint1": {
+ "x": 716,
+ "y": 1147,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 680,
+ "y": 1120,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 662,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "name": 150,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 686,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "name": 151,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 151,
+ "ctrlPoint1": {
+ "x": 668,
+ "y": 1098,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 680,
+ "y": 1081,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 686,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "name": 151,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 722,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "name": 152,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 152,
+ "ctrlPoint1": {
+ "x": 695,
+ "y": 1079,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 713,
+ "y": 1091,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 722,
+ "y": 1098,
+ "r": 5,
+ "type": "pathP",
+ "name": 152,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 794,
+ "y": 1008,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 153,
+ "ctrlPoint1": {
+ "x": 740,
+ "y": 1075,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 776,
+ "y": 1030,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 794,
+ "y": 1008,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 779,
+ "y": 995,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 154,
+ "ctrlPoint1": {
+ "x": 790,
+ "y": 1004,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 782,
+ "y": 998,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 779,
+ "y": 995,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 804,
+ "y": 965,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 155,
+ "ctrlPoint1": {
+ "x": 785,
+ "y": 987,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 797,
+ "y": 972,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 804,
+ "y": 965,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1030,
+ "y": 1214,
+ "r": 5,
+ "type": "pathP",
+ "name": 142,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 156,
+ "ctrlPoint1": {
+ "x": 882,
+ "y": 1016,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 974,
+ "y": 1137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG128",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\796c7b2e-ebfe-4507-94af-cd0ceef9ae29\\LG128_1134127_i.t.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 846,
+ "yaxis": 1139,
+ "shopNav": 67,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 1388,
+ "r": 5,
+ "type": "pathP",
+ "name": 157,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 745,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "name": 158,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 158,
+ "ctrlPoint1": {
+ "x": 772,
+ "y": 1397,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 754,
+ "y": 1417,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 745,
+ "y": 1427,
+ "r": 5,
+ "type": "pathP",
+ "name": 158,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 787,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "name": 159,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 159,
+ "ctrlPoint1": {
+ "x": 755,
+ "y": 1436,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 776,
+ "y": 1454,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 787,
+ "y": 1464,
+ "r": 5,
+ "type": "pathP",
+ "name": 159,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 490,
+ "ctrlPoint1": {
+ "x": 800,
+ "y": 1462,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 827,
+ "y": 1460,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 829,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 162,
+ "ctrlPoint1": {
+ "x": 841,
+ "y": 1440,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 839,
+ "y": 1412,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 829,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 795,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 163,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 163,
+ "ctrlPoint1": {
+ "x": 820,
+ "y": 1396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 803,
+ "y": 1402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 795,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 163,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 1388,
+ "r": 5,
+ "type": "pathP",
+ "name": 157,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 164,
+ "ctrlPoint1": {
+ "x": 794,
+ "y": 1396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 788,
+ "y": 1391,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG129",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\251f0c8e-cec9-4877-94af-c127705446ca\\LG129_1133962_乐乐茶.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 793,
+ "yaxis": 1426,
+ "shopNav": 71,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "name": 165,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 626,
+ "y": 1531,
+ "r": 5,
+ "type": "pathP",
+ "name": 166,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 166,
+ "ctrlPoint1": {
+ "x": 695,
+ "y": 1450,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 649,
+ "y": 1504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 626,
+ "y": 1531,
+ "r": 5,
+ "type": "pathP",
+ "name": 166,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 701,
+ "y": 1601,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 167,
+ "ctrlPoint1": {
+ "x": 650,
+ "y": 1545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 682,
+ "y": 1580,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 701,
+ "y": 1601,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 798,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "name": 168,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 168,
+ "ctrlPoint1": {
+ "x": 725,
+ "y": 1573,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 773,
+ "y": 1519,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 798,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "name": 168,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "name": 165,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 169,
+ "ctrlPoint1": {
+ "x": 778,
+ "y": 1475,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 738,
+ "y": 1441,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG131",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\71455131-6748-4137-8160-c45f7208d915\\LG131_1134128_CNCN.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 712,
+ "yaxis": 1512,
+ "shopNav": 73,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 756,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "name": 170,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 716,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 171,
+ "ctrlPoint1": {
+ "x": 746,
+ "y": 1587,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 726,
+ "y": 1610,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 716,
+ "y": 1622,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 752,
+ "y": 1694,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 172,
+ "ctrlPoint1": {
+ "x": 729,
+ "y": 1641,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 746,
+ "y": 1668,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 752,
+ "y": 1694,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "name": 173,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 173,
+ "ctrlPoint1": {
+ "x": 777,
+ "y": 1687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 828,
+ "y": 1675,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 1669,
+ "r": 5,
+ "type": "pathP",
+ "name": 173,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1512,
+ "r": 5,
+ "type": "pathP",
+ "name": 174,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 174,
+ "ctrlPoint1": {
+ "x": 846,
+ "y": 1622,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 835,
+ "y": 1554,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1512,
+ "r": 5,
+ "type": "pathP",
+ "name": 174,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 814,
+ "y": 1511,
+ "r": 5,
+ "type": "pathP",
+ "name": 175,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 175,
+ "ctrlPoint1": {
+ "x": 834,
+ "y": 1511,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 820,
+ "y": 1511,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 814,
+ "y": 1511,
+ "r": 5,
+ "type": "pathP",
+ "name": 175,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 802,
+ "y": 1523,
+ "r": 5,
+ "type": "pathP",
+ "name": 176,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 176,
+ "ctrlPoint1": {
+ "x": 811,
+ "y": 1514,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 805,
+ "y": 1520,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 802,
+ "y": 1523,
+ "r": 5,
+ "type": "pathP",
+ "name": 176,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 821,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "name": 177,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 177,
+ "ctrlPoint1": {
+ "x": 806,
+ "y": 1526,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 816,
+ "y": 1534,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 821,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "name": 177,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 774,
+ "y": 1592,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 178,
+ "ctrlPoint1": {
+ "x": 809,
+ "y": 1551,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 785,
+ "y": 1578,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 774,
+ "y": 1592,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 756,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "name": 170,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 179,
+ "ctrlPoint1": {
+ "x": 769,
+ "y": 1588,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 760,
+ "y": 1580,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG135",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\cfdb1134-85f4-42be-b076-09a5c8d61498\\LG135_1133963_Aape.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 785,
+ "yaxis": 1602,
+ "shopNav": 75,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 612,
+ "y": 1589,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 584,
+ "y": 1631,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 181,
+ "ctrlPoint1": {
+ "x": 605,
+ "y": 1599,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 591,
+ "y": 1620,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 584,
+ "y": 1631,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 567,
+ "y": 1616,
+ "r": 5,
+ "type": "pathP",
+ "name": 182,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 182,
+ "ctrlPoint1": {
+ "x": 579,
+ "y": 1627,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 571,
+ "y": 1619,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 567,
+ "y": 1616,
+ "r": 5,
+ "type": "pathP",
+ "name": 182,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 552,
+ "y": 1628,
+ "r": 5,
+ "type": "pathP",
+ "name": 183,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 183,
+ "ctrlPoint1": {
+ "x": 563,
+ "y": 1619,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 555,
+ "y": 1625,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 552,
+ "y": 1628,
+ "r": 5,
+ "type": "pathP",
+ "name": 183,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 432,
+ "y": 1666,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 184,
+ "ctrlPoint1": {
+ "x": 496,
+ "y": 1584,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 460,
+ "y": 1594,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 432,
+ "y": 1666,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 412,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 185,
+ "ctrlPoint1": {
+ "x": 427,
+ "y": 1664,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 417,
+ "y": 1660,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 412,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 399,
+ "y": 1685,
+ "r": 5,
+ "type": "pathP",
+ "name": 186,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 186,
+ "ctrlPoint1": {
+ "x": 408,
+ "y": 1665,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 402,
+ "y": 1678,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 399,
+ "y": 1685,
+ "r": 5,
+ "type": "pathP",
+ "name": 186,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 374,
+ "y": 1690,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 187,
+ "ctrlPoint1": {
+ "x": 392,
+ "y": 1686,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 380,
+ "y": 1688,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 374,
+ "y": 1690,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 346,
+ "y": 1564,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 188,
+ "ctrlPoint1": {
+ "x": 367,
+ "y": 1658,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 353,
+ "y": 1595,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 346,
+ "y": 1564,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 525,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 189,
+ "ctrlPoint1": {
+ "x": 390,
+ "y": 1552,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 480,
+ "y": 1530,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 525,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 549,
+ "y": 1489,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 190,
+ "ctrlPoint1": {
+ "x": 531,
+ "y": 1511,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 543,
+ "y": 1496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 549,
+ "y": 1489,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 589,
+ "y": 1523,
+ "r": 5,
+ "type": "pathP",
+ "name": 191,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 191,
+ "ctrlPoint1": {
+ "x": 559,
+ "y": 1497,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 579,
+ "y": 1514,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 589,
+ "y": 1523,
+ "r": 5,
+ "type": "pathP",
+ "name": 191,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 566,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 192,
+ "ctrlPoint1": {
+ "x": 583,
+ "y": 1531,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 571,
+ "y": 1549,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 566,
+ "y": 1558,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 612,
+ "y": 1589,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 193,
+ "ctrlPoint1": {
+ "x": 577,
+ "y": 1565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 600,
+ "y": 1581,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG139",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\740af17a-f2b6-471a-a9c8-c32b54cfc027\\LG139_1133964_ElNacional.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 479,
+ "yaxis": 1589,
+ "shopNav": 52,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1030,
+ "y": 1216,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 1316,
+ "r": 5,
+ "type": "pathP",
+ "name": 195,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 195,
+ "ctrlPoint1": {
+ "x": 994,
+ "y": 1241,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 922,
+ "y": 1291,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 1316,
+ "r": 5,
+ "type": "pathP",
+ "name": 195,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 934,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 196,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 196,
+ "ctrlPoint1": {
+ "x": 898,
+ "y": 1332,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 922,
+ "y": 1365,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 934,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 196,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1030,
+ "y": 1330,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 197,
+ "ctrlPoint1": {
+ "x": 958,
+ "y": 1369,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1006,
+ "y": 1343,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1030,
+ "y": 1330,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1051,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 198,
+ "ctrlPoint1": {
+ "x": 1035,
+ "y": 1339,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1045,
+ "y": 1357,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1051,
+ "y": 1366,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1105,
+ "y": 1339,
+ "r": 5,
+ "type": "pathP",
+ "name": 199,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 199,
+ "ctrlPoint1": {
+ "x": 1064,
+ "y": 1359,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1091,
+ "y": 1345,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1105,
+ "y": 1339,
+ "r": 5,
+ "type": "pathP",
+ "name": 199,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1030,
+ "y": 1216,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 200,
+ "ctrlPoint1": {
+ "x": 1086,
+ "y": 1308,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1048,
+ "y": 1246,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG146",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\ef7021d6-87a7-46e0-95f3-c1e3fef029a2\\LG146_1133965_Moussy SLY.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 995,
+ "yaxis": 1299,
+ "shopNav": 70,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 722,
+ "y": 1921,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 672,
+ "y": 2057,
+ "r": 5,
+ "type": "pathP",
+ "name": 202,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 202,
+ "ctrlPoint1": {
+ "x": 709,
+ "y": 1955,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 684,
+ "y": 2023,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 672,
+ "y": 2057,
+ "r": 5,
+ "type": "pathP",
+ "name": 202,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 614,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 203,
+ "ctrlPoint1": {
+ "x": 657,
+ "y": 2051,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 628,
+ "y": 2041,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 614,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 555,
+ "y": 2052,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 204,
+ "ctrlPoint1": {
+ "x": 599,
+ "y": 2040,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 569,
+ "y": 2048,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 555,
+ "y": 2052,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 534,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 205,
+ "ctrlPoint1": {
+ "x": 549,
+ "y": 2030,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 539,
+ "y": 1986,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 534,
+ "y": 1965,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 538,
+ "y": 1951,
+ "r": 5,
+ "type": "pathP",
+ "name": 206,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 206,
+ "ctrlPoint1": {
+ "x": 535,
+ "y": 1961,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 537,
+ "y": 1954,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 538,
+ "y": 1951,
+ "r": 5,
+ "type": "pathP",
+ "name": 206,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 623,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "name": 207,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 207,
+ "ctrlPoint1": {
+ "x": 575,
+ "y": 1967,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 619,
+ "y": 1936,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 623,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "name": 207,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 722,
+ "y": 1921,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 208,
+ "ctrlPoint1": {
+ "x": 647,
+ "y": 1894,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 697,
+ "y": 1912,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG147",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\d67ebda6-4f2a-4e19-9527-063ad645d9f2\\LG147_1133966_外婆家穿越.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 628,
+ "yaxis": 1971,
+ "shopNav": 51,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 935,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 980,
+ "y": 1460,
+ "r": 5,
+ "type": "pathP",
+ "name": 210,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 210,
+ "ctrlPoint1": {
+ "x": 946,
+ "y": 1403,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 968,
+ "y": 1441,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 980,
+ "y": 1460,
+ "r": 5,
+ "type": "pathP",
+ "name": 210,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1031,
+ "y": 1436,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 223,
+ "ctrlPoint1": {
+ "x": 992,
+ "y": 1454,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1018,
+ "y": 1442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1031,
+ "y": 1436,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 989,
+ "y": 1354,
+ "r": 5,
+ "type": "pathP",
+ "name": 216,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 700,
+ "ctrlPoint1": {
+ "x": 1020,
+ "y": 1415,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 999,
+ "y": 1374,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 989,
+ "y": 1354,
+ "r": 5,
+ "type": "pathP",
+ "name": 216,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 935,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 217,
+ "ctrlPoint1": {
+ "x": 975,
+ "y": 1361,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 948,
+ "y": 1376,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG150",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b2a9672d-66a6-4f2b-8014-0a9960dc200b\\LG150_1133967_Coterie.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 983,
+ "yaxis": 1407,
+ "shopNav": 72,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1085,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1110,
+ "y": 1398,
+ "r": 5,
+ "type": "pathP",
+ "name": 225,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 225,
+ "ctrlPoint1": {
+ "x": 1091,
+ "y": 1406,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1103,
+ "y": 1400,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1110,
+ "y": 1398,
+ "r": 5,
+ "type": "pathP",
+ "name": 225,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 1475,
+ "r": 5,
+ "type": "pathP",
+ "name": 226,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 226,
+ "ctrlPoint1": {
+ "x": 1118,
+ "y": 1417,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1134,
+ "y": 1455,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 1475,
+ "r": 5,
+ "type": "pathP",
+ "name": 226,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1101,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "name": 227,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 227,
+ "ctrlPoint1": {
+ "x": 1132,
+ "y": 1492,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1111,
+ "y": 1527,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1101,
+ "y": 1545,
+ "r": 5,
+ "type": "pathP",
+ "name": 227,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1117,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "name": 228,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 228,
+ "ctrlPoint1": {
+ "x": 1105,
+ "y": 1558,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1113,
+ "y": 1584,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1117,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "name": 228,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1042,
+ "y": 1615,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 229,
+ "ctrlPoint1": {
+ "x": 1098,
+ "y": 1601,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1060,
+ "y": 1610,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1042,
+ "y": 1615,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 987,
+ "y": 1474,
+ "r": 5,
+ "type": "pathP",
+ "name": 230,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 230,
+ "ctrlPoint1": {
+ "x": 1031,
+ "y": 1575,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1006,
+ "y": 1510,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 987,
+ "y": 1474,
+ "r": 5,
+ "type": "pathP",
+ "name": 230,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1007,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 231,
+ "ctrlPoint1": {
+ "x": 992,
+ "y": 1471,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1002,
+ "y": 1467,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1007,
+ "y": 1465,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1019,
+ "y": 1493,
+ "r": 5,
+ "type": "pathP",
+ "name": 232,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 232,
+ "ctrlPoint1": {
+ "x": 1010,
+ "y": 1472,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1016,
+ "y": 1486,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1019,
+ "y": 1493,
+ "r": 5,
+ "type": "pathP",
+ "name": 232,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 233,
+ "ctrlPoint1": {
+ "x": 1040,
+ "y": 1482,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1082,
+ "y": 1462,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 1452,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1085,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 234,
+ "ctrlPoint1": {
+ "x": 1099,
+ "y": 1441,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1089,
+ "y": 1419,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG152",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\0985923b-b284-4f1e-ab92-a0bf907aefe2\\LG152_1134129_initial.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1065,
+ "yaxis": 1506,
+ "shopNav": 74,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 1801,
+ "r": 5,
+ "type": "pathP",
+ "name": 235,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 1813,
+ "r": 5,
+ "type": "pathP",
+ "name": 236,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 236,
+ "ctrlPoint1": {
+ "x": 785,
+ "y": 1804,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 817,
+ "y": 1810,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 1813,
+ "r": 5,
+ "type": "pathP",
+ "name": 236,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "name": 237,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 237,
+ "ctrlPoint1": {
+ "x": 828,
+ "y": 1828,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 817,
+ "y": 1858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "name": 237,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 763,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 238,
+ "ctrlPoint1": {
+ "x": 799,
+ "y": 1870,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 775,
+ "y": 1862,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 763,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 1801,
+ "r": 5,
+ "type": "pathP",
+ "name": 235,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 239,
+ "ctrlPoint1": {
+ "x": 768,
+ "y": 1844,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 771,
+ "y": 1816,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG155",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\05e00e53-0cd6-4a9b-a688-8c42f6c301a6\\LG155_1134130_AwfullyChocolate.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 798,
+ "yaxis": 1837,
+ "shopNav": 78,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1056,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 240,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1118,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "name": 241,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 241,
+ "ctrlPoint1": {
+ "x": 1071,
+ "y": 1668,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1102,
+ "y": 1660,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1118,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "name": 241,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1129,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 242,
+ "ctrlPoint1": {
+ "x": 1120,
+ "y": 1668,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1126,
+ "y": 1692,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1129,
+ "y": 1704,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1090,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "name": 243,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 243,
+ "ctrlPoint1": {
+ "x": 1119,
+ "y": 1705,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1099,
+ "y": 1707,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1090,
+ "y": 1709,
+ "r": 5,
+ "type": "pathP",
+ "name": 243,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1096,
+ "y": 1742,
+ "r": 5,
+ "type": "pathP",
+ "name": 244,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 244,
+ "ctrlPoint1": {
+ "x": 1091,
+ "y": 1717,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1094,
+ "y": 1733,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1096,
+ "y": 1742,
+ "r": 5,
+ "type": "pathP",
+ "name": 244,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1070,
+ "y": 1745,
+ "r": 5,
+ "type": "pathP",
+ "name": 245,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 245,
+ "ctrlPoint1": {
+ "x": 1089,
+ "y": 1742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1076,
+ "y": 1744,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1070,
+ "y": 1745,
+ "r": 5,
+ "type": "pathP",
+ "name": 245,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1056,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 240,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 246,
+ "ctrlPoint1": {
+ "x": 1066,
+ "y": 1727,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1059,
+ "y": 1691,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG156",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\02200233-c63f-4aef-9366-8e6ff1a684a3\\LG156_1133968_Camper.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1092,
+ "yaxis": 1700,
+ "shopNav": 76,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 766,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "name": 247,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 866,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 248,
+ "ctrlPoint1": {
+ "x": 791,
+ "y": 1734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 841,
+ "y": 1720,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 866,
+ "y": 1714,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 896,
+ "y": 1795,
+ "r": 5,
+ "type": "pathP",
+ "name": 249,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 249,
+ "ctrlPoint1": {
+ "x": 873,
+ "y": 1734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 888,
+ "y": 1774,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 896,
+ "y": 1795,
+ "r": 5,
+ "type": "pathP",
+ "name": 249,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 250,
+ "ctrlPoint1": {
+ "x": 880,
+ "y": 1799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 849,
+ "y": 1807,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 769,
+ "y": 1799,
+ "r": 5,
+ "type": "pathP",
+ "name": 251,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 251,
+ "ctrlPoint1": {
+ "x": 817,
+ "y": 1808,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 785,
+ "y": 1802,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 769,
+ "y": 1799,
+ "r": 5,
+ "type": "pathP",
+ "name": 251,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 766,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "name": 247,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 252,
+ "ctrlPoint1": {
+ "x": 770,
+ "y": 1783,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 769,
+ "y": 1755,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG157",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\f4ae34f1-6adf-485e-af84-3d14b815d9e4\\LG157_1133969_MissSixty.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 835,
+ "yaxis": 1772,
+ "shopNav": 77,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 1759,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1078,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 254,
+ "ctrlPoint1": {
+ "x": 1073,
+ "y": 1781,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1076,
+ "y": 1825,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1078,
+ "y": 1847,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1142,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "name": 255,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 255,
+ "ctrlPoint1": {
+ "x": 1094,
+ "y": 1846,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1126,
+ "y": 1844,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1142,
+ "y": 1843,
+ "r": 5,
+ "type": "pathP",
+ "name": 255,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1133,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "name": 256,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 256,
+ "ctrlPoint1": {
+ "x": 1139,
+ "y": 1820,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1135,
+ "y": 1776,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1133,
+ "y": 1754,
+ "r": 5,
+ "type": "pathP",
+ "name": 256,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 1759,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 499,
+ "ctrlPoint1": {
+ "x": 1117,
+ "y": 1755,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1087,
+ "y": 1757,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG158",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\2e4d66e1-27f8-4bdd-9c36-50300b347ed7\\LG158_1134131_JOYRICH.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1110,
+ "yaxis": 1808,
+ "shopNav": 80,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1080,
+ "y": 1848,
+ "r": 5,
+ "type": "pathP",
+ "name": 260,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1067,
+ "y": 2012,
+ "r": 5,
+ "type": "pathP",
+ "name": 261,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 261,
+ "ctrlPoint1": {
+ "x": 1080,
+ "y": 1893,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1078,
+ "y": 1970,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1067,
+ "y": 2012,
+ "r": 5,
+ "type": "pathP",
+ "name": 261,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1146,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 262,
+ "ctrlPoint1": {
+ "x": 1086,
+ "y": 2013,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1126,
+ "y": 2017,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1146,
+ "y": 2019,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1140,
+ "y": 2053,
+ "r": 5,
+ "type": "pathP",
+ "name": 263,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 263,
+ "ctrlPoint1": {
+ "x": 1144,
+ "y": 2027,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1141,
+ "y": 2044,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1140,
+ "y": 2053,
+ "r": 5,
+ "type": "pathP",
+ "name": 263,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1199,
+ "y": 2063,
+ "r": 5,
+ "type": "pathP",
+ "name": 264,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 264,
+ "ctrlPoint1": {
+ "x": 1154,
+ "y": 2055,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1184,
+ "y": 2060,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1199,
+ "y": 2063,
+ "r": 5,
+ "type": "pathP",
+ "name": 264,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1190,
+ "y": 2115,
+ "r": 5,
+ "type": "pathP",
+ "name": 265,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 265,
+ "ctrlPoint1": {
+ "x": 1196,
+ "y": 2076,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1192,
+ "y": 2102,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1190,
+ "y": 2115,
+ "r": 5,
+ "type": "pathP",
+ "name": 265,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1243,
+ "y": 2123,
+ "r": 5,
+ "type": "pathP",
+ "name": 266,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 266,
+ "ctrlPoint1": {
+ "x": 1203,
+ "y": 2117,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1229,
+ "y": 2121,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1243,
+ "y": 2123,
+ "r": 5,
+ "type": "pathP",
+ "name": 266,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1245,
+ "y": 1777,
+ "r": 5,
+ "type": "pathP",
+ "name": 267,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 267,
+ "ctrlPoint1": {
+ "x": 1258,
+ "y": 2035,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1260,
+ "y": 1875,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1245,
+ "y": 1777,
+ "r": 5,
+ "type": "pathP",
+ "name": 267,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "name": 268,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 268,
+ "ctrlPoint1": {
+ "x": 1238,
+ "y": 1777,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1226,
+ "y": 1779,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "name": 268,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1224,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 269,
+ "ctrlPoint1": {
+ "x": 1221,
+ "y": 1787,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1223,
+ "y": 1803,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1224,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 270,
+ "ctrlPoint1": {
+ "x": 1203,
+ "y": 1813,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1163,
+ "y": 1819,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 1822,
+ "r": 5,
+ "type": "pathP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 1844,
+ "r": 5,
+ "type": "pathP",
+ "name": 271,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 271,
+ "ctrlPoint1": {
+ "x": 1143,
+ "y": 1827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1143,
+ "y": 1838,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 1844,
+ "r": 5,
+ "type": "pathP",
+ "name": 271,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1080,
+ "y": 1848,
+ "r": 5,
+ "type": "pathP",
+ "name": 260,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 272,
+ "ctrlPoint1": {
+ "x": 1128,
+ "y": 1845,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1096,
+ "y": 1847,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG160",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\918cb4ac-31fe-4e5f-8a1e-43e43eeddc8c\\微信图片_20200423165102.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1156,
+ "yaxis": 1950,
+ "shopNav": 83,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 1814,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 813,
+ "y": 1875,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 274,
+ "ctrlPoint1": {
+ "x": 829,
+ "y": 1829,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 818,
+ "y": 1859,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 813,
+ "y": 1875,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 275,
+ "ctrlPoint1": {
+ "x": 801,
+ "y": 1871,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 777,
+ "y": 1863,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 737,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 276,
+ "ctrlPoint1": {
+ "x": 758,
+ "y": 1878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 744,
+ "y": 1916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 737,
+ "y": 1935,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 871,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 277,
+ "ctrlPoint1": {
+ "x": 770,
+ "y": 1947,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 837,
+ "y": 1971,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 871,
+ "y": 1984,
+ "r": 5,
+ "type": "pathP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 1864,
+ "r": 5,
+ "type": "pathP",
+ "name": 278,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 278,
+ "ctrlPoint1": {
+ "x": 882,
+ "y": 1954,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 904,
+ "y": 1894,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 1864,
+ "r": 5,
+ "type": "pathP",
+ "name": 278,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 928,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 279,
+ "ctrlPoint1": {
+ "x": 918,
+ "y": 1862,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 924,
+ "y": 1858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 928,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 897,
+ "y": 1797,
+ "r": 5,
+ "type": "pathP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 280,
+ "ctrlPoint1": {
+ "x": 920,
+ "y": 1841,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 904,
+ "y": 1811,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 897,
+ "y": 1797,
+ "r": 5,
+ "type": "pathP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 1814,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 281,
+ "ctrlPoint1": {
+ "x": 881,
+ "y": 1801,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 850,
+ "y": 1809,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG161",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\6ab6ed2b-3c5c-49df-b2f3-0ddb983d6b79\\LG161_1133971_HunterGatherer.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 832,
+ "yaxis": 1890,
+ "shopNav": 79,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 945,
+ "y": 1881,
+ "r": 5,
+ "type": "pathP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 283,
+ "ctrlPoint1": {
+ "x": 938,
+ "y": 1885,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 924,
+ "y": 1894,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 284,
+ "ctrlPoint1": {
+ "x": 916,
+ "y": 1905,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 912,
+ "y": 1918,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 912,
+ "y": 1956,
+ "r": 5,
+ "type": "pathP",
+ "name": 286,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 491,
+ "ctrlPoint1": {
+ "x": 910,
+ "y": 1932,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 911,
+ "y": 1948,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 912,
+ "y": 1956,
+ "r": 5,
+ "type": "pathP",
+ "name": 286,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "name": 287,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 287,
+ "ctrlPoint1": {
+ "x": 921,
+ "y": 1959,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 939,
+ "y": 1967,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "name": 287,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1959,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 288,
+ "ctrlPoint1": {
+ "x": 956,
+ "y": 1968,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 970,
+ "y": 1962,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1959,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 945,
+ "y": 1881,
+ "r": 5,
+ "type": "pathP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 289,
+ "ctrlPoint1": {
+ "x": 973,
+ "y": 1936,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 959,
+ "y": 1903,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG165",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\2eef7097-5319-45a0-88b8-4038b6f6f7b9\\LG165_1133972_PowerSpace.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 945,
+ "yaxis": 1939,
+ "shopNav": 81,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 932,
+ "y": 1967,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 2004,
+ "r": 5,
+ "type": "pathP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 291,
+ "ctrlPoint1": {
+ "x": 928,
+ "y": 1976,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 921,
+ "y": 1994,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 2004,
+ "r": 5,
+ "type": "pathP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 981,
+ "y": 2027,
+ "r": 5,
+ "type": "pathP",
+ "name": 292,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 292,
+ "ctrlPoint1": {
+ "x": 933,
+ "y": 2009,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 965,
+ "y": 2021,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 981,
+ "y": 2027,
+ "r": 5,
+ "type": "pathP",
+ "name": 292,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1960,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 293,
+ "ctrlPoint1": {
+ "x": 985,
+ "y": 2007,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 984,
+ "y": 1977,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1960,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 949,
+ "y": 1973,
+ "r": 5,
+ "type": "pathP",
+ "name": 294,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 294,
+ "ctrlPoint1": {
+ "x": 970,
+ "y": 1963,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 956,
+ "y": 1969,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 949,
+ "y": 1973,
+ "r": 5,
+ "type": "pathP",
+ "name": 294,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 932,
+ "y": 1967,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 295,
+ "ctrlPoint1": {
+ "x": 944,
+ "y": 1971,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 936,
+ "y": 1968,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG167",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\79f2a4c3-1def-4aed-b4fa-70aa4994760e\\LG167_1133973_KingBaby.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 949,
+ "yaxis": 1993,
+ "shopNav": 82,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 2014,
+ "r": 5,
+ "type": "pathP",
+ "name": 296,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 2099,
+ "r": 5,
+ "type": "pathP",
+ "name": 297,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 297,
+ "ctrlPoint1": {
+ "x": 1054,
+ "y": 2034,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1053,
+ "y": 2077,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 2099,
+ "r": 5,
+ "type": "pathP",
+ "name": 297,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1116,
+ "y": 2087,
+ "r": 5,
+ "type": "pathP",
+ "name": 298,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 298,
+ "ctrlPoint1": {
+ "x": 1075,
+ "y": 2096,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1102,
+ "y": 2090,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1116,
+ "y": 2087,
+ "r": 5,
+ "type": "pathP",
+ "name": 298,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1121,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 299,
+ "ctrlPoint1": {
+ "x": 1117,
+ "y": 2078,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1119,
+ "y": 2060,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1121,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1138,
+ "y": 2053,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 300,
+ "ctrlPoint1": {
+ "x": 1125,
+ "y": 2051,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1133,
+ "y": 2052,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1138,
+ "y": 2053,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 2020,
+ "r": 5,
+ "type": "pathP",
+ "name": 301,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 301,
+ "ctrlPoint1": {
+ "x": 1139,
+ "y": 2044,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1142,
+ "y": 2028,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 2020,
+ "r": 5,
+ "type": "pathP",
+ "name": 301,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 2014,
+ "r": 5,
+ "type": "pathP",
+ "name": 296,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 302,
+ "ctrlPoint1": {
+ "x": 1124,
+ "y": 2018,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1084,
+ "y": 2015,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG170",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\f11658eb-d359-4d7e-a0b4-f72630a913ca\\LG170_1133975_OnitsukaTiger.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1103,
+ "yaxis": 2056,
+ "shopNav": 85,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 981,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "name": 307,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 904,
+ "y": 2001,
+ "r": 5,
+ "type": "pathP",
+ "name": 308,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 308,
+ "ctrlPoint1": {
+ "x": 961,
+ "y": 2022,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 923,
+ "y": 2008,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 904,
+ "y": 2001,
+ "r": 5,
+ "type": "pathP",
+ "name": 308,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 2087,
+ "r": 5,
+ "type": "pathP",
+ "name": 311,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 493,
+ "ctrlPoint1": {
+ "x": 895,
+ "y": 2022,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 877,
+ "y": 2065,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 2087,
+ "r": 5,
+ "type": "pathP",
+ "name": 311,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 957,
+ "y": 2121,
+ "r": 5,
+ "type": "pathP",
+ "name": 312,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 312,
+ "ctrlPoint1": {
+ "x": 890,
+ "y": 2095,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 934,
+ "y": 2112,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 957,
+ "y": 2121,
+ "r": 5,
+ "type": "pathP",
+ "name": 312,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 981,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "name": 307,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 313,
+ "ctrlPoint1": {
+ "x": 967,
+ "y": 2098,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 978,
+ "y": 2058,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG169",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\a2b5c26e-5169-4a20-9d38-6ec2ea36c089\\LG169_1133974_Charles&Keith.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 924,
+ "yaxis": 2061,
+ "shopNav": 84,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 2088,
+ "r": 5,
+ "type": "pathP",
+ "name": 314,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 2131,
+ "r": 5,
+ "type": "pathP",
+ "name": 315,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 315,
+ "ctrlPoint1": {
+ "x": 864,
+ "y": 2098,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 856,
+ "y": 2120,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 2131,
+ "r": 5,
+ "type": "pathP",
+ "name": 315,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "name": 316,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 316,
+ "ctrlPoint1": {
+ "x": 874,
+ "y": 2139,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 918,
+ "y": 2155,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 2163,
+ "r": 5,
+ "type": "pathP",
+ "name": 316,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 958,
+ "y": 2121,
+ "r": 5,
+ "type": "pathP",
+ "name": 317,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 317,
+ "ctrlPoint1": {
+ "x": 945,
+ "y": 2152,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 953,
+ "y": 2131,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 958,
+ "y": 2121,
+ "r": 5,
+ "type": "pathP",
+ "name": 317,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 2088,
+ "r": 5,
+ "type": "pathP",
+ "name": 314,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 318,
+ "ctrlPoint1": {
+ "x": 935,
+ "y": 2112,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 890,
+ "y": 2096,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG171",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\5c0f595e-8167-4c3b-ad19-06c626149346\\LG171_1133976_OMEY.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 905,
+ "yaxis": 2125,
+ "shopNav": 86,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1128,
+ "y": 2121,
+ "r": 5,
+ "type": "pathP",
+ "name": 319,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1119,
+ "y": 2176,
+ "r": 5,
+ "type": "pathP",
+ "name": 320,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 320,
+ "ctrlPoint1": {
+ "x": 1125,
+ "y": 2134,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1121,
+ "y": 2162,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1119,
+ "y": 2176,
+ "r": 5,
+ "type": "pathP",
+ "name": 320,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1107,
+ "y": 2183,
+ "r": 5,
+ "type": "pathP",
+ "name": 321,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 321,
+ "ctrlPoint1": {
+ "x": 1116,
+ "y": 2177,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1110,
+ "y": 2181,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1107,
+ "y": 2183,
+ "r": 5,
+ "type": "pathP",
+ "name": 321,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "name": 322,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 322,
+ "ctrlPoint1": {
+ "x": 1096,
+ "y": 2170,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1079,
+ "y": 2153,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "name": 322,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 2117,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 323,
+ "ctrlPoint1": {
+ "x": 1081,
+ "y": 2132,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1099,
+ "y": 2122,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 2117,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1128,
+ "y": 2121,
+ "r": 5,
+ "type": "pathP",
+ "name": 319,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 324,
+ "ctrlPoint1": {
+ "x": 1113,
+ "y": 2118,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1123,
+ "y": 2120,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG172",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\2c7884ee-5bb0-4fac-b9c8-7be1497970a0\\LG172_1133977_Rabeanco.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1100,
+ "yaxis": 2150,
+ "shopNav": 96,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 838,
+ "y": 2228,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 2296,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 326,
+ "ctrlPoint1": {
+ "x": 831,
+ "y": 2245,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 818,
+ "y": 2279,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 2296,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 900,
+ "y": 2332,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 327,
+ "ctrlPoint1": {
+ "x": 834,
+ "y": 2305,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 878,
+ "y": 2323,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 900,
+ "y": 2332,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 2261,
+ "r": 5,
+ "type": "pathP",
+ "name": 328,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 328,
+ "ctrlPoint1": {
+ "x": 909,
+ "y": 2314,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 929,
+ "y": 2278,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 2261,
+ "r": 5,
+ "type": "pathP",
+ "name": 328,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 934,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "name": 329,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 329,
+ "ctrlPoint1": {
+ "x": 937,
+ "y": 2258,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 935,
+ "y": 2252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 934,
+ "y": 2250,
+ "r": 5,
+ "type": "pathP",
+ "name": 329,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 838,
+ "y": 2228,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 330,
+ "ctrlPoint1": {
+ "x": 910,
+ "y": 2244,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 862,
+ "y": 2233,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG175",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\a2a15383-7b67-447b-9861-eb0992a9a07b\\LG175_1134133_Rococo.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 875,
+ "yaxis": 2280,
+ "shopNav": 88,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 2298,
+ "r": 5,
+ "type": "pathP",
+ "name": 330,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 900,
+ "y": 2334,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 331,
+ "ctrlPoint1": {
+ "x": 834,
+ "y": 2307,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 878,
+ "y": 2325,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 900,
+ "y": 2334,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 869,
+ "y": 2389,
+ "r": 5,
+ "type": "pathP",
+ "name": 332,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 332,
+ "ctrlPoint1": {
+ "x": 892,
+ "y": 2347,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 876,
+ "y": 2375,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 869,
+ "y": 2389,
+ "r": 5,
+ "type": "pathP",
+ "name": 332,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 790,
+ "y": 2361,
+ "r": 5,
+ "type": "pathP",
+ "name": 568,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 568,
+ "ctrlPoint1": {
+ "x": 849,
+ "y": 2382,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 809,
+ "y": 2368,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 790,
+ "y": 2361,
+ "r": 5,
+ "type": "pathP",
+ "name": 568,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 2298,
+ "r": 5,
+ "type": "pathP",
+ "name": 330,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 569,
+ "ctrlPoint1": {
+ "x": 795,
+ "y": 2345,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 806,
+ "y": 2313,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG177",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b8c46b60-5dd4-4213-9e2d-a58a88a1e50a\\LG177_1133979_FreshEveryday.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 845,
+ "yaxis": 2343,
+ "shopNav": 89,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "name": 337,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 897,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 338,
+ "ctrlPoint1": {
+ "x": 915,
+ "y": 2397,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 903,
+ "y": 2418,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 897,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 908,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 339,
+ "ctrlPoint1": {
+ "x": 899,
+ "y": 2439,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 905,
+ "y": 2459,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 908,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 992,
+ "y": 2449,
+ "r": 5,
+ "type": "pathP",
+ "name": 340,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 340,
+ "ctrlPoint1": {
+ "x": 929,
+ "y": 2464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 971,
+ "y": 2454,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 992,
+ "y": 2449,
+ "r": 5,
+ "type": "pathP",
+ "name": 340,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 985,
+ "y": 2423,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 341,
+ "ctrlPoint1": {
+ "x": 990,
+ "y": 2442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 986,
+ "y": 2429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 985,
+ "y": 2423,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "name": 337,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 342,
+ "ctrlPoint1": {
+ "x": 969,
+ "y": 2414,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 937,
+ "y": 2396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG179",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\0c91bff6-3468-4c85-a634-51bed10bdcab\\LG179_1134134_LJNailSalon.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 944,
+ "yaxis": 2428,
+ "shopNav": 90,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 970,
+ "y": 2300,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 923,
+ "y": 2386,
+ "r": 5,
+ "type": "pathP",
+ "name": 344,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 344,
+ "ctrlPoint1": {
+ "x": 958,
+ "y": 2321,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 934,
+ "y": 2364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 923,
+ "y": 2386,
+ "r": 5,
+ "type": "pathP",
+ "name": 344,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 987,
+ "y": 2422,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 345,
+ "ctrlPoint1": {
+ "x": 939,
+ "y": 2395,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 971,
+ "y": 2413,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 987,
+ "y": 2422,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 2449,
+ "r": 5,
+ "type": "pathP",
+ "name": 346,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 346,
+ "ctrlPoint1": {
+ "x": 988,
+ "y": 2428,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 992,
+ "y": 2442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 2449,
+ "r": 5,
+ "type": "pathP",
+ "name": 346,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1014,
+ "y": 2443,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 347,
+ "ctrlPoint1": {
+ "x": 999,
+ "y": 2447,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1009,
+ "y": 2444,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1014,
+ "y": 2443,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 348,
+ "ctrlPoint1": {
+ "x": 1018,
+ "y": 2413,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1028,
+ "y": 2353,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 2323,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 970,
+ "y": 2300,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 349,
+ "ctrlPoint1": {
+ "x": 1014,
+ "y": 2323,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 984,
+ "y": 2313,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG180",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\27b6fddf-1804-483e-9c4a-956c03a045c9\\LG180_1133980_Calzedonia&Intimissimi.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 978,
+ "yaxis": 2374,
+ "shopNav": 91,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1035,
+ "y": 2325,
+ "r": 5,
+ "type": "pathP",
+ "name": 350,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1016,
+ "y": 2445,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 351,
+ "ctrlPoint1": {
+ "x": 1030,
+ "y": 2355,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1020,
+ "y": 2415,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1016,
+ "y": 2445,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 912,
+ "y": 2471,
+ "r": 5,
+ "type": "pathP",
+ "name": 352,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 352,
+ "ctrlPoint1": {
+ "x": 990,
+ "y": 2451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 938,
+ "y": 2464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 912,
+ "y": 2471,
+ "r": 5,
+ "type": "pathP",
+ "name": 352,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 939,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "name": 353,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 353,
+ "ctrlPoint1": {
+ "x": 918,
+ "y": 2498,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 932,
+ "y": 2554,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 939,
+ "y": 2582,
+ "r": 5,
+ "type": "pathP",
+ "name": 353,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1188,
+ "y": 2517,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 354,
+ "ctrlPoint1": {
+ "x": 1001,
+ "y": 2565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1125,
+ "y": 2533,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1188,
+ "y": 2517,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1164,
+ "y": 2413,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 362,
+ "ctrlPoint1": {
+ "x": 1182,
+ "y": 2491,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1170,
+ "y": 2439,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1164,
+ "y": 2413,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 2425,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 356,
+ "ctrlPoint1": {
+ "x": 1151,
+ "y": 2416,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1126,
+ "y": 2422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 2425,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1092,
+ "y": 2310,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 357,
+ "ctrlPoint1": {
+ "x": 1108,
+ "y": 2396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1097,
+ "y": 2338,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1092,
+ "y": 2310,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1035,
+ "y": 2325,
+ "r": 5,
+ "type": "pathP",
+ "name": 350,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 358,
+ "ctrlPoint1": {
+ "x": 1077,
+ "y": 2321,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1058,
+ "y": 2328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG181",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\a949ee74-9a9b-4e86-af66-35f0d54116de\\LG181_1133981_Molokai摩罗街.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1073,
+ "yaxis": 2487,
+ "shopNav": 92,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 2308,
+ "r": 5,
+ "type": "pathP",
+ "name": 363,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1115,
+ "y": 2423,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 364,
+ "ctrlPoint1": {
+ "x": 1098,
+ "y": 2336,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1109,
+ "y": 2394,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1115,
+ "y": 2423,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 2396,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 365,
+ "ctrlPoint1": {
+ "x": 1141,
+ "y": 2416,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1193,
+ "y": 2402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 2396,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 2241,
+ "r": 5,
+ "type": "pathP",
+ "name": 368,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 497,
+ "ctrlPoint1": {
+ "x": 1210,
+ "y": 2357,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1190,
+ "y": 2279,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 2241,
+ "r": 5,
+ "type": "pathP",
+ "name": 368,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1167,
+ "y": 2238,
+ "r": 5,
+ "type": "pathP",
+ "name": 369,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 369,
+ "ctrlPoint1": {
+ "x": 1177,
+ "y": 2240,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1170,
+ "y": 2238,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1167,
+ "y": 2238,
+ "r": 5,
+ "type": "pathP",
+ "name": 369,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1157,
+ "y": 2283,
+ "r": 5,
+ "type": "pathP",
+ "name": 370,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 370,
+ "ctrlPoint1": {
+ "x": 1167,
+ "y": 2249,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1163,
+ "y": 2270,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1157,
+ "y": 2283,
+ "r": 5,
+ "type": "pathP",
+ "name": 370,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 2271,
+ "r": 5,
+ "type": "pathP",
+ "name": 371,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 371,
+ "ctrlPoint1": {
+ "x": 1148,
+ "y": 2280,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1132,
+ "y": 2274,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 2271,
+ "r": 5,
+ "type": "pathP",
+ "name": 371,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 2308,
+ "r": 5,
+ "type": "pathP",
+ "name": 363,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 372,
+ "ctrlPoint1": {
+ "x": 1116,
+ "y": 2286,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1104,
+ "y": 2299,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "LG189",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\910ca545-35a1-4695-a1cf-679eae9494d4\\LG189_1133982_Levi's.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1156,
+ "yaxis": 2330,
+ "shopNav": 93,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 2132,
+ "r": 5,
+ "type": "pathP",
+ "name": 373,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 822,
+ "y": 2210,
+ "r": 5,
+ "type": "pathP",
+ "name": 376,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 495,
+ "ctrlPoint1": {
+ "x": 844,
+ "y": 2151,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 829,
+ "y": 2190,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 822,
+ "y": 2210,
+ "r": 5,
+ "type": "pathP",
+ "name": 376,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 887,
+ "y": 2232,
+ "r": 5,
+ "type": "pathP",
+ "name": 377,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 377,
+ "ctrlPoint1": {
+ "x": 838,
+ "y": 2215,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 870,
+ "y": 2226,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 887,
+ "y": 2232,
+ "r": 5,
+ "type": "pathP",
+ "name": 377,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 2221,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 378,
+ "ctrlPoint1": {
+ "x": 889,
+ "y": 2229,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 893,
+ "y": 2223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 2221,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 928,
+ "y": 2220,
+ "r": 5,
+ "type": "pathP",
+ "name": 379,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 379,
+ "ctrlPoint1": {
+ "x": 903,
+ "y": 2220,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 919,
+ "y": 2220,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 928,
+ "y": 2220,
+ "r": 5,
+ "type": "pathP",
+ "name": 379,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 2164,
+ "r": 5,
+ "type": "pathP",
+ "name": 380,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 380,
+ "ctrlPoint1": {
+ "x": 928,
+ "y": 2205,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 933,
+ "y": 2178,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 2164,
+ "r": 5,
+ "type": "pathP",
+ "name": 380,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 2132,
+ "r": 5,
+ "type": "pathP",
+ "name": 373,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 381,
+ "ctrlPoint1": {
+ "x": 918,
+ "y": 2156,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 874,
+ "y": 2140,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 881,
+ "yaxis": 2182,
+ "shopNav": 87,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1126,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1121,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "name": 383,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 383,
+ "ctrlPoint1": {
+ "x": 1124,
+ "y": 2159,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1122,
+ "y": 2171,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1121,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "name": 383,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "name": 384,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 384,
+ "ctrlPoint1": {
+ "x": 1118,
+ "y": 2178,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1112,
+ "y": 2182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "name": 384,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1127,
+ "y": 2224,
+ "r": 5,
+ "type": "pathP",
+ "name": 385,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 385,
+ "ctrlPoint1": {
+ "x": 1117,
+ "y": 2195,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1125,
+ "y": 2212,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1127,
+ "y": 2224,
+ "r": 5,
+ "type": "pathP",
+ "name": 385,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1185,
+ "y": 2231,
+ "r": 5,
+ "type": "pathP",
+ "name": 386,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 386,
+ "ctrlPoint1": {
+ "x": 1141,
+ "y": 2225,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1170,
+ "y": 2229,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1185,
+ "y": 2231,
+ "r": 5,
+ "type": "pathP",
+ "name": 386,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1199,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 387,
+ "ctrlPoint1": {
+ "x": 1188,
+ "y": 2214,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1195,
+ "y": 2182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1199,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1126,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 706,
+ "ctrlPoint1": {
+ "x": 1180,
+ "y": 2162,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1144,
+ "y": 2156,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1154,
+ "yaxis": 2192,
+ "shopNav": 95,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "path": {
+ "nodes": [
+ {
+ "x": 346,
+ "y": 914,
+ "id": 0,
+ "list": [
+ {
+ "x": 327,
+ "y": 844,
+ "id": 1,
+ "cost": 72
+ },
+ {
+ "x": 370,
+ "y": 970,
+ "id": 2,
+ "cost": 60
+ },
+ {
+ "x": 434,
+ "y": 861,
+ "id": 55,
+ "cost": 102
+ },
+ {
+ "x": 212,
+ "y": 882,
+ "id": 129,
+ "cost": 137
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 327,
+ "y": 844,
+ "id": 1,
+ "list": [
+ {
+ "x": 346,
+ "y": 914,
+ "id": 0,
+ "cost": 72
+ },
+ {
+ "x": 316,
+ "y": 767,
+ "id": 53,
+ "cost": 77
+ },
+ {
+ "x": 269,
+ "y": 846,
+ "id": 54,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 370,
+ "y": 970,
+ "id": 2,
+ "list": [
+ {
+ "x": 346,
+ "y": 914,
+ "id": 0,
+ "cost": 60
+ },
+ {
+ "x": 391,
+ "y": 1013,
+ "id": 3,
+ "cost": 47
+ },
+ {
+ "x": 291,
+ "y": 1039,
+ "id": 56,
+ "cost": 104
+ },
+ {
+ "x": 219,
+ "y": 1016,
+ "id": 127,
+ "cost": 157
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 391,
+ "y": 1013,
+ "id": 3,
+ "list": [
+ {
+ "x": 370,
+ "y": 970,
+ "id": 2,
+ "cost": 47
+ },
+ {
+ "x": 312,
+ "y": 1094,
+ "id": 58,
+ "cost": 113
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 4,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 5,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 6,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 537,
+ "y": 1097,
+ "id": 7,
+ "list": [
+ {
+ "x": 484,
+ "y": 1144,
+ "id": 63,
+ "cost": 70
+ },
+ {
+ "x": 554,
+ "y": 1107.3478260869565,
+ "id": 110,
+ "cost": 19
+ },
+ {
+ "x": 466,
+ "y": 1055.0173913043477,
+ "id": 138,
+ "cost": 82
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 583,
+ "y": 1123,
+ "id": 8,
+ "list": [
+ {
+ "x": 554,
+ "y": 1107.3478260869565,
+ "id": 110,
+ "cost": 32
+ },
+ {
+ "x": 616,
+ "y": 1069,
+ "id": 64,
+ "cost": 63
+ },
+ {
+ "x": 561,
+ "y": 1173,
+ "id": 65,
+ "cost": 54
+ },
+ {
+ "x": 615,
+ "y": 1142.765625,
+ "id": 114,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 647,
+ "y": 1166,
+ "id": 9,
+ "list": [
+ {
+ "x": 615,
+ "y": 1142.765625,
+ "id": 114,
+ "cost": 39
+ },
+ {
+ "x": 701,
+ "y": 1211,
+ "id": 10,
+ "cost": 70
+ },
+ {
+ "x": 607,
+ "y": 1221,
+ "id": 66,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 701,
+ "y": 1211,
+ "id": 10,
+ "list": [
+ {
+ "x": 647,
+ "y": 1166,
+ "id": 9,
+ "cost": 70
+ },
+ {
+ "x": 758,
+ "y": 1254,
+ "id": 11,
+ "cost": 71
+ },
+ {
+ "x": 784,
+ "y": 1127,
+ "id": 67,
+ "cost": 118
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 758,
+ "y": 1254,
+ "id": 11,
+ "list": [
+ {
+ "x": 701,
+ "y": 1211,
+ "id": 10,
+ "cost": 71
+ },
+ {
+ "x": 816,
+ "y": 1307,
+ "id": 12,
+ "cost": 78
+ },
+ {
+ "x": 720,
+ "y": 1298,
+ "id": 68,
+ "cost": 58
+ },
+ {
+ "x": 784,
+ "y": 1224,
+ "id": 116,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 816,
+ "y": 1307,
+ "id": 12,
+ "list": [
+ {
+ "x": 758,
+ "y": 1254,
+ "id": 11,
+ "cost": 78
+ },
+ {
+ "x": 850,
+ "y": 1362,
+ "id": 16,
+ "cost": 64
+ },
+ {
+ "x": 787,
+ "y": 1339,
+ "id": 69,
+ "cost": 43
+ },
+ {
+ "x": 888,
+ "y": 1249,
+ "id": 133,
+ "cost": 92
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 13,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 14,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 15,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 850,
+ "y": 1362,
+ "id": 16,
+ "list": [
+ {
+ "x": 816,
+ "y": 1307,
+ "id": 12,
+ "cost": 64
+ },
+ {
+ "x": 878,
+ "y": 1415,
+ "id": 17,
+ "cost": 59
+ },
+ {
+ "x": 919,
+ "y": 1319,
+ "id": 70,
+ "cost": 81
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 878,
+ "y": 1415,
+ "id": 17,
+ "list": [
+ {
+ "x": 850,
+ "y": 1362,
+ "id": 16,
+ "cost": 59
+ },
+ {
+ "x": 907,
+ "y": 1463,
+ "id": 18,
+ "cost": 56
+ },
+ {
+ "x": 811,
+ "y": 1439,
+ "id": 71,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 907,
+ "y": 1463,
+ "id": 18,
+ "list": [
+ {
+ "x": 878,
+ "y": 1415,
+ "id": 17,
+ "cost": 56
+ },
+ {
+ "x": 858,
+ "y": 1485,
+ "id": 19,
+ "cost": 53
+ },
+ {
+ "x": 928,
+ "y": 1498,
+ "id": 23,
+ "cost": 40
+ },
+ {
+ "x": 989,
+ "y": 1419,
+ "id": 72,
+ "cost": 93
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 858,
+ "y": 1485,
+ "id": 19,
+ "list": [
+ {
+ "x": 907,
+ "y": 1463,
+ "id": 18,
+ "cost": 53
+ },
+ {
+ "x": 809,
+ "y": 1504,
+ "id": 20,
+ "cost": 52
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 809,
+ "y": 1504,
+ "id": 20,
+ "list": [
+ {
+ "x": 858,
+ "y": 1485,
+ "id": 19,
+ "cost": 52
+ },
+ {
+ "x": 787.4583333333333,
+ "y": 1526,
+ "id": 132,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 762,
+ "y": 1552,
+ "id": 21,
+ "list": [
+ {
+ "x": 787.4583333333333,
+ "y": 1526,
+ "id": 132,
+ "cost": 36
+ },
+ {
+ "x": 696,
+ "y": 1621,
+ "id": 22,
+ "cost": 95
+ },
+ {
+ "x": 707,
+ "y": 1530,
+ "id": 73,
+ "cost": 59
+ },
+ {
+ "x": 786,
+ "y": 1566,
+ "id": 119,
+ "cost": 27
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 696,
+ "y": 1621,
+ "id": 22,
+ "list": [
+ {
+ "x": 762,
+ "y": 1552,
+ "id": 21,
+ "cost": 95
+ },
+ {
+ "x": 657,
+ "y": 1659,
+ "id": 49,
+ "cost": 54
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 928,
+ "y": 1498,
+ "id": 23,
+ "list": [
+ {
+ "x": 907,
+ "y": 1463,
+ "id": 18,
+ "cost": 40
+ },
+ {
+ "x": 967,
+ "y": 1574,
+ "id": 24,
+ "cost": 85
+ },
+ {
+ "x": 908,
+ "y": 1516,
+ "id": 121,
+ "cost": 26
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 967,
+ "y": 1574,
+ "id": 24,
+ "list": [
+ {
+ "x": 928,
+ "y": 1498,
+ "id": 23,
+ "cost": 85
+ },
+ {
+ "x": 1058,
+ "y": 1547,
+ "id": 74,
+ "cost": 94
+ },
+ {
+ "x": 814,
+ "y": 1608,
+ "id": 75,
+ "cost": 156
+ },
+ {
+ "x": 971.4444444444445,
+ "y": 1644,
+ "id": 131,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 25,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 26,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 975,
+ "y": 1700,
+ "id": 27,
+ "list": [
+ {
+ "x": 971.4444444444445,
+ "y": 1644,
+ "id": 131,
+ "cost": 56
+ },
+ {
+ "x": 971,
+ "y": 1767,
+ "id": 28,
+ "cost": 67
+ },
+ {
+ "x": 1087,
+ "y": 1683,
+ "id": 76,
+ "cost": 113
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 971,
+ "y": 1767,
+ "id": 28,
+ "list": [
+ {
+ "x": 975,
+ "y": 1700,
+ "id": 27,
+ "cost": 67
+ },
+ {
+ "x": 973,
+ "y": 1825,
+ "id": 29,
+ "cost": 58
+ },
+ {
+ "x": 853,
+ "y": 1777,
+ "id": 77,
+ "cost": 118
+ },
+ {
+ "x": 1088,
+ "y": 1779,
+ "id": 80,
+ "cost": 117
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 973,
+ "y": 1825,
+ "id": 29,
+ "list": [
+ {
+ "x": 971,
+ "y": 1767,
+ "id": 28,
+ "cost": 58
+ },
+ {
+ "x": 997,
+ "y": 1900,
+ "id": 30,
+ "cost": 78
+ },
+ {
+ "x": 883,
+ "y": 1839,
+ "id": 79,
+ "cost": 91
+ },
+ {
+ "x": 1008,
+ "y": 1822,
+ "id": 122,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 997,
+ "y": 1900,
+ "id": 30,
+ "list": [
+ {
+ "x": 973,
+ "y": 1825,
+ "id": 29,
+ "cost": 78
+ },
+ {
+ "x": 1019,
+ "y": 1988,
+ "id": 32,
+ "cost": 90
+ },
+ {
+ "x": 944,
+ "y": 1929,
+ "id": 81,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 31,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1019,
+ "y": 1988,
+ "id": 32,
+ "list": [
+ {
+ "x": 997,
+ "y": 1900,
+ "id": 30,
+ "cost": 90
+ },
+ {
+ "x": 1022,
+ "y": 2046,
+ "id": 33,
+ "cost": 58
+ },
+ {
+ "x": 948,
+ "y": 1993,
+ "id": 82,
+ "cost": 71
+ },
+ {
+ "x": 1107,
+ "y": 1983,
+ "id": 83,
+ "cost": 88
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1022,
+ "y": 2046,
+ "id": 33,
+ "list": [
+ {
+ "x": 1019,
+ "y": 1988,
+ "id": 32,
+ "cost": 58
+ },
+ {
+ "x": 1009,
+ "y": 2106,
+ "id": 34,
+ "cost": 61
+ },
+ {
+ "x": 918,
+ "y": 2050,
+ "id": 84,
+ "cost": 104
+ },
+ {
+ "x": 1117,
+ "y": 2042,
+ "id": 85,
+ "cost": 95
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1009,
+ "y": 2106,
+ "id": 34,
+ "list": [
+ {
+ "x": 1022,
+ "y": 2046,
+ "id": 33,
+ "cost": 61
+ },
+ {
+ "x": 987,
+ "y": 2151,
+ "id": 35,
+ "cost": 50
+ },
+ {
+ "x": 1036,
+ "y": 2131,
+ "id": 45,
+ "cost": 36
+ },
+ {
+ "x": 1015,
+ "y": 2203,
+ "id": 123,
+ "cost": 97
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 987,
+ "y": 2151,
+ "id": 35,
+ "list": [
+ {
+ "x": 1009,
+ "y": 2106,
+ "id": 34,
+ "cost": 50
+ },
+ {
+ "x": 961,
+ "y": 2199,
+ "id": 36,
+ "cost": 54
+ },
+ {
+ "x": 922,
+ "y": 2133,
+ "id": 86,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 961,
+ "y": 2199,
+ "id": 36,
+ "list": [
+ {
+ "x": 987,
+ "y": 2151,
+ "id": 35,
+ "cost": 54
+ },
+ {
+ "x": 951,
+ "y": 2249,
+ "id": 37,
+ "cost": 50
+ },
+ {
+ "x": 896,
+ "y": 2177,
+ "id": 87,
+ "cost": 68
+ },
+ {
+ "x": 1015,
+ "y": 2203,
+ "id": 123,
+ "cost": 54
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 951,
+ "y": 2249,
+ "id": 37,
+ "list": [
+ {
+ "x": 961,
+ "y": 2199,
+ "id": 36,
+ "cost": 50
+ },
+ {
+ "x": 966,
+ "y": 2276,
+ "id": 38,
+ "cost": 30
+ },
+ {
+ "x": 867,
+ "y": 2279,
+ "id": 88,
+ "cost": 89
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 966,
+ "y": 2276,
+ "id": 38,
+ "list": [
+ {
+ "x": 951,
+ "y": 2249,
+ "id": 37,
+ "cost": 30
+ },
+ {
+ "x": 1006,
+ "y": 2298,
+ "id": 39,
+ "cost": 45
+ },
+ {
+ "x": 941,
+ "y": 2323,
+ "id": 46,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1006,
+ "y": 2298,
+ "id": 39,
+ "list": [
+ {
+ "x": 966,
+ "y": 2276,
+ "id": 38,
+ "cost": 45
+ },
+ {
+ "x": 1048,
+ "y": 2298,
+ "id": 40,
+ "cost": 42
+ },
+ {
+ "x": 1015,
+ "y": 2203,
+ "id": 123,
+ "cost": 95
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1048,
+ "y": 2298,
+ "id": 40,
+ "list": [
+ {
+ "x": 1006,
+ "y": 2298,
+ "id": 39,
+ "cost": 42
+ },
+ {
+ "x": 1084,
+ "y": 2271,
+ "id": 41,
+ "cost": 45
+ },
+ {
+ "x": 1063,
+ "y": 2359,
+ "id": 92,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1084,
+ "y": 2271,
+ "id": 41,
+ "list": [
+ {
+ "x": 1048,
+ "y": 2298,
+ "id": 40,
+ "cost": 45
+ },
+ {
+ "x": 1090,
+ "y": 2226,
+ "id": 42,
+ "cost": 45
+ },
+ {
+ "x": 1140,
+ "y": 2331,
+ "id": 93,
+ "cost": 82
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1090,
+ "y": 2226,
+ "id": 42,
+ "list": [
+ {
+ "x": 1084,
+ "y": 2271,
+ "id": 41,
+ "cost": 45
+ },
+ {
+ "x": 1084,
+ "y": 2186,
+ "id": 43,
+ "cost": 40
+ },
+ {
+ "x": 1142,
+ "y": 2248,
+ "id": 94,
+ "cost": 56
+ },
+ {
+ "x": 1136,
+ "y": 2189,
+ "id": 95,
+ "cost": 59
+ },
+ {
+ "x": 1015,
+ "y": 2203,
+ "id": 123,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1084,
+ "y": 2186,
+ "id": 43,
+ "list": [
+ {
+ "x": 1090,
+ "y": 2226,
+ "id": 42,
+ "cost": 40
+ },
+ {
+ "x": 1063,
+ "y": 2151,
+ "id": 44,
+ "cost": 40
+ },
+ {
+ "x": 1097,
+ "y": 2144,
+ "id": 96,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1063,
+ "y": 2151,
+ "id": 44,
+ "list": [
+ {
+ "x": 1084,
+ "y": 2186,
+ "id": 43,
+ "cost": 40
+ },
+ {
+ "x": 1036,
+ "y": 2131,
+ "id": 45,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1036,
+ "y": 2131,
+ "id": 45,
+ "list": [
+ {
+ "x": 1009,
+ "y": 2106,
+ "id": 34,
+ "cost": 36
+ },
+ {
+ "x": 1063,
+ "y": 2151,
+ "id": 44,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 941,
+ "y": 2323,
+ "id": 46,
+ "list": [
+ {
+ "x": 966,
+ "y": 2276,
+ "id": 38,
+ "cost": 53
+ },
+ {
+ "x": 917,
+ "y": 2373,
+ "id": 47,
+ "cost": 55
+ },
+ {
+ "x": 972,
+ "y": 2342,
+ "id": 91,
+ "cost": 36
+ },
+ {
+ "x": 846,
+ "y": 2329,
+ "id": 124,
+ "cost": 95
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 917,
+ "y": 2373,
+ "id": 47,
+ "list": [
+ {
+ "x": 941,
+ "y": 2323,
+ "id": 46,
+ "cost": 55
+ },
+ {
+ "x": 893,
+ "y": 2417,
+ "id": 48,
+ "cost": 50
+ },
+ {
+ "x": 881,
+ "y": 2353,
+ "id": 89,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 893,
+ "y": 2417,
+ "id": 48,
+ "list": [
+ {
+ "x": 917,
+ "y": 2373,
+ "id": 47,
+ "cost": 50
+ },
+ {
+ "x": 920,
+ "y": 2427,
+ "id": 90,
+ "cost": 28
+ },
+ {
+ "x": 862,
+ "y": 2488,
+ "id": 130,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 657,
+ "y": 1659,
+ "id": 49,
+ "list": [
+ {
+ "x": 696,
+ "y": 1621,
+ "id": 22,
+ "cost": 54
+ },
+ {
+ "x": 686,
+ "y": 1831,
+ "id": 50,
+ "cost": 174
+ },
+ {
+ "x": 571,
+ "y": 1598,
+ "id": 52,
+ "cost": 105
+ },
+ {
+ "x": 588,
+ "y": 1707,
+ "id": 120,
+ "cost": 84
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 686,
+ "y": 1831,
+ "id": 50,
+ "list": [
+ {
+ "x": 657,
+ "y": 1659,
+ "id": 49,
+ "cost": 174
+ },
+ {
+ "x": 702,
+ "y": 1929,
+ "id": 51,
+ "cost": 99
+ },
+ {
+ "x": 726,
+ "y": 1828.4311926605506,
+ "id": 136,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 702,
+ "y": 1929,
+ "id": 51,
+ "list": [
+ {
+ "x": 686,
+ "y": 1831,
+ "id": 50,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 571,
+ "y": 1598,
+ "id": 52,
+ "list": [
+ {
+ "x": 657,
+ "y": 1659,
+ "id": 49,
+ "cost": 105
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 316,
+ "y": 767,
+ "id": 53,
+ "list": [
+ {
+ "x": 327,
+ "y": 844,
+ "id": 1,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 269,
+ "y": 846,
+ "id": 54,
+ "list": [
+ {
+ "x": 327,
+ "y": 844,
+ "id": 1,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 434,
+ "y": 861,
+ "id": 55,
+ "list": [
+ {
+ "x": 346,
+ "y": 914,
+ "id": 0,
+ "cost": 102
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 291,
+ "y": 1039,
+ "id": 56,
+ "list": [
+ {
+ "x": 370,
+ "y": 970,
+ "id": 2,
+ "cost": 104
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 486,
+ "y": 957,
+ "id": 57,
+ "list": [
+ {
+ "x": 422,
+ "y": 1029,
+ "id": 109,
+ "cost": 96
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 312,
+ "y": 1094,
+ "id": 58,
+ "list": [
+ {
+ "x": 391,
+ "y": 1013,
+ "id": 3,
+ "cost": 113
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 59,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 352,
+ "y": 1116,
+ "id": 60,
+ "list": [
+ {
+ "x": 422,
+ "y": 1029,
+ "id": 109,
+ "cost": 111
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 403,
+ "y": 1144,
+ "id": 61,
+ "list": [
+ {
+ "x": 466,
+ "y": 1055.0173913043477,
+ "id": 138,
+ "cost": 109
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 561,
+ "y": 992,
+ "id": 62,
+ "list": [
+ {
+ "x": 466,
+ "y": 1055.0173913043477,
+ "id": 138,
+ "cost": 114
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 484,
+ "y": 1144,
+ "id": 63,
+ "list": [
+ {
+ "x": 537,
+ "y": 1097,
+ "id": 7,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 616,
+ "y": 1069,
+ "id": 64,
+ "list": [
+ {
+ "x": 583,
+ "y": 1123,
+ "id": 8,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 561,
+ "y": 1173,
+ "id": 65,
+ "list": [
+ {
+ "x": 583,
+ "y": 1123,
+ "id": 8,
+ "cost": 54
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 607,
+ "y": 1221,
+ "id": 66,
+ "list": [
+ {
+ "x": 647,
+ "y": 1166,
+ "id": 9,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 784,
+ "y": 1127,
+ "id": 67,
+ "list": [
+ {
+ "x": 701,
+ "y": 1211,
+ "id": 10,
+ "cost": 118
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 720,
+ "y": 1298,
+ "id": 68,
+ "list": [
+ {
+ "x": 758,
+ "y": 1254,
+ "id": 11,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 787,
+ "y": 1339,
+ "id": 69,
+ "list": [
+ {
+ "x": 816,
+ "y": 1307,
+ "id": 12,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 919,
+ "y": 1319,
+ "id": 70,
+ "list": [
+ {
+ "x": 850,
+ "y": 1362,
+ "id": 16,
+ "cost": 81
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 811,
+ "y": 1439,
+ "id": 71,
+ "list": [
+ {
+ "x": 878,
+ "y": 1415,
+ "id": 17,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 989,
+ "y": 1419,
+ "id": 72,
+ "list": [
+ {
+ "x": 907,
+ "y": 1463,
+ "id": 18,
+ "cost": 93
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 707,
+ "y": 1530,
+ "id": 73,
+ "list": [
+ {
+ "x": 762,
+ "y": 1552,
+ "id": 21,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1058,
+ "y": 1547,
+ "id": 74,
+ "list": [
+ {
+ "x": 967,
+ "y": 1574,
+ "id": 24,
+ "cost": 94
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 814,
+ "y": 1608,
+ "id": 75,
+ "list": [
+ {
+ "x": 967,
+ "y": 1574,
+ "id": 24,
+ "cost": 156
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1087,
+ "y": 1683,
+ "id": 76,
+ "list": [
+ {
+ "x": 975,
+ "y": 1700,
+ "id": 27,
+ "cost": 113
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 853,
+ "y": 1777,
+ "id": 77,
+ "list": [
+ {
+ "x": 971,
+ "y": 1767,
+ "id": 28,
+ "cost": 118
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 795,
+ "y": 1824,
+ "id": 78,
+ "list": [
+ {
+ "x": 726,
+ "y": 1828.4311926605506,
+ "id": 136,
+ "cost": 69
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 883,
+ "y": 1839,
+ "id": 79,
+ "list": [
+ {
+ "x": 973,
+ "y": 1825,
+ "id": 29,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1088,
+ "y": 1779,
+ "id": 80,
+ "list": [
+ {
+ "x": 971,
+ "y": 1767,
+ "id": 28,
+ "cost": 117
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 944,
+ "y": 1929,
+ "id": 81,
+ "list": [
+ {
+ "x": 997,
+ "y": 1900,
+ "id": 30,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 948,
+ "y": 1993,
+ "id": 82,
+ "list": [
+ {
+ "x": 1019,
+ "y": 1988,
+ "id": 32,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1107,
+ "y": 1983,
+ "id": 83,
+ "list": [
+ {
+ "x": 1019,
+ "y": 1988,
+ "id": 32,
+ "cost": 88
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 918,
+ "y": 2050,
+ "id": 84,
+ "list": [
+ {
+ "x": 1022,
+ "y": 2046,
+ "id": 33,
+ "cost": 104
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1117,
+ "y": 2042,
+ "id": 85,
+ "list": [
+ {
+ "x": 1022,
+ "y": 2046,
+ "id": 33,
+ "cost": 95
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 922,
+ "y": 2133,
+ "id": 86,
+ "list": [
+ {
+ "x": 987,
+ "y": 2151,
+ "id": 35,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 896,
+ "y": 2177,
+ "id": 87,
+ "list": [
+ {
+ "x": 961,
+ "y": 2199,
+ "id": 36,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 867,
+ "y": 2279,
+ "id": 88,
+ "list": [
+ {
+ "x": 951,
+ "y": 2249,
+ "id": 37,
+ "cost": 89
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 881,
+ "y": 2353,
+ "id": 89,
+ "list": [
+ {
+ "x": 917,
+ "y": 2373,
+ "id": 47,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 920,
+ "y": 2427,
+ "id": 90,
+ "list": [
+ {
+ "x": 893,
+ "y": 2417,
+ "id": 48,
+ "cost": 28
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 972,
+ "y": 2342,
+ "id": 91,
+ "list": [
+ {
+ "x": 941,
+ "y": 2323,
+ "id": 46,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1063,
+ "y": 2359,
+ "id": 92,
+ "list": [
+ {
+ "x": 1048,
+ "y": 2298,
+ "id": 40,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1140,
+ "y": 2331,
+ "id": 93,
+ "list": [
+ {
+ "x": 1084,
+ "y": 2271,
+ "id": 41,
+ "cost": 82
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1142,
+ "y": 2248,
+ "id": 94,
+ "list": [
+ {
+ "x": 1090,
+ "y": 2226,
+ "id": 42,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1136,
+ "y": 2189,
+ "id": 95,
+ "list": [
+ {
+ "x": 1090,
+ "y": 2226,
+ "id": 42,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1097,
+ "y": 2144,
+ "id": 96,
+ "list": [
+ {
+ "x": 1084,
+ "y": 2186,
+ "id": 43,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 852,
+ "y": 962,
+ "id": 97,
+ "list": [
+ {
+ "x": 750,
+ "y": 877,
+ "id": 98,
+ "cost": 132
+ },
+ {
+ "x": 962,
+ "y": 1068,
+ "id": 104,
+ "cost": 152
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 750,
+ "y": 877,
+ "id": 98,
+ "list": [
+ {
+ "x": 852,
+ "y": 962,
+ "id": 97,
+ "cost": 132
+ },
+ {
+ "x": 874,
+ "y": 764,
+ "id": 99,
+ "cost": 167
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 874,
+ "y": 764,
+ "id": 99,
+ "list": [
+ {
+ "x": 750,
+ "y": 877,
+ "id": 98,
+ "cost": 167
+ },
+ {
+ "x": 963,
+ "y": 847,
+ "id": 100,
+ "cost": 121
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 963,
+ "y": 847,
+ "id": 100,
+ "list": [
+ {
+ "x": 874,
+ "y": 764,
+ "id": 99,
+ "cost": 121
+ },
+ {
+ "x": 1076,
+ "y": 970,
+ "id": 101,
+ "cost": 167
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1076,
+ "y": 970,
+ "id": 101,
+ "list": [
+ {
+ "x": 963,
+ "y": 847,
+ "id": 100,
+ "cost": 167
+ },
+ {
+ "x": 1186,
+ "y": 908,
+ "id": 102,
+ "cost": 126
+ },
+ {
+ "x": 1176,
+ "y": 1109,
+ "id": 103,
+ "cost": 171
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1186,
+ "y": 908,
+ "id": 102,
+ "list": [
+ {
+ "x": 1076,
+ "y": 970,
+ "id": 101,
+ "cost": 126
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1176,
+ "y": 1109,
+ "id": 103,
+ "list": [
+ {
+ "x": 1076,
+ "y": 970,
+ "id": 101,
+ "cost": 171
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 962,
+ "y": 1068,
+ "id": 104,
+ "list": [
+ {
+ "x": 852,
+ "y": 962,
+ "id": 97,
+ "cost": 152
+ },
+ {
+ "x": 1060,
+ "y": 1194,
+ "id": 105,
+ "cost": 159
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1060,
+ "y": 1194,
+ "id": 105,
+ "list": [
+ {
+ "x": 962,
+ "y": 1068,
+ "id": 104,
+ "cost": 159
+ },
+ {
+ "x": 1129,
+ "y": 1323,
+ "id": 106,
+ "cost": 146
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1129,
+ "y": 1323,
+ "id": 106,
+ "list": [
+ {
+ "x": 1060,
+ "y": 1194,
+ "id": 105,
+ "cost": 146
+ },
+ {
+ "x": 1222,
+ "y": 1580,
+ "id": 107,
+ "cost": 273
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1222,
+ "y": 1580,
+ "id": 107,
+ "list": [
+ {
+ "x": 1129,
+ "y": 1323,
+ "id": 106,
+ "cost": 273
+ },
+ {
+ "x": 971.4444444444445,
+ "y": 1644,
+ "id": 131,
+ "cost": 258
+ },
+ {
+ "x": 1252,
+ "y": 1673,
+ "id": 108,
+ "cost": 97
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1252,
+ "y": 1673,
+ "id": 108,
+ "list": [
+ {
+ "x": 1222,
+ "y": 1580,
+ "id": 107,
+ "cost": 97
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 422,
+ "y": 1029,
+ "id": 109,
+ "list": [
+ {
+ "x": 486,
+ "y": 957,
+ "id": 57,
+ "cost": 96
+ },
+ {
+ "x": 352,
+ "y": 1116,
+ "id": 60,
+ "cost": 111
+ },
+ {
+ "x": 466,
+ "y": 1055.0173913043477,
+ "id": 138,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 554,
+ "y": 1107.3478260869565,
+ "id": 110,
+ "list": [
+ {
+ "x": 537,
+ "y": 1097,
+ "id": 7,
+ "cost": 19
+ },
+ {
+ "x": 583,
+ "y": 1123,
+ "id": 8,
+ "cost": 32
+ },
+ {
+ "x": 456,
+ "y": 1226,
+ "id": 111,
+ "cost": 153
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 456,
+ "y": 1226,
+ "id": 111,
+ "list": [
+ {
+ "x": 554,
+ "y": 1107.3478260869565,
+ "id": 110,
+ "cost": 153
+ },
+ {
+ "x": 431,
+ "y": 1251,
+ "id": 112,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 431,
+ "y": 1251,
+ "id": 112,
+ "list": [
+ {
+ "x": 456,
+ "y": 1226,
+ "id": 111,
+ "cost": 35
+ },
+ {
+ "x": 404,
+ "y": 1277,
+ "id": 113,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 404,
+ "y": 1277,
+ "id": 113,
+ "list": [
+ {
+ "x": 431,
+ "y": 1251,
+ "id": 112,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 615,
+ "y": 1142.765625,
+ "id": 114,
+ "list": [
+ {
+ "x": 583,
+ "y": 1123,
+ "id": 8,
+ "cost": 37
+ },
+ {
+ "x": 647,
+ "y": 1166,
+ "id": 9,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 115,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 784,
+ "y": 1224,
+ "id": 116,
+ "list": [
+ {
+ "x": 758,
+ "y": 1254,
+ "id": 11,
+ "cost": 39
+ },
+ {
+ "x": 822,
+ "y": 1187,
+ "id": 117,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 822,
+ "y": 1187,
+ "id": 117,
+ "list": [
+ {
+ "x": 784,
+ "y": 1224,
+ "id": 116,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 118,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 786,
+ "y": 1566,
+ "id": 119,
+ "list": [
+ {
+ "x": 762,
+ "y": 1552,
+ "id": 21,
+ "cost": 27
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 588,
+ "y": 1707,
+ "id": 120,
+ "list": [
+ {
+ "x": 657,
+ "y": 1659,
+ "id": 49,
+ "cost": 84
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 908,
+ "y": 1516,
+ "id": 121,
+ "list": [
+ {
+ "x": 928,
+ "y": 1498,
+ "id": 23,
+ "cost": 26
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1008,
+ "y": 1822,
+ "id": 122,
+ "list": [
+ {
+ "x": 973,
+ "y": 1825,
+ "id": 29,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1015,
+ "y": 2203,
+ "id": 123,
+ "list": [
+ {
+ "x": 1009,
+ "y": 2106,
+ "id": 34,
+ "cost": 97
+ },
+ {
+ "x": 961,
+ "y": 2199,
+ "id": 36,
+ "cost": 54
+ },
+ {
+ "x": 1006,
+ "y": 2298,
+ "id": 39,
+ "cost": 95
+ },
+ {
+ "x": 1090,
+ "y": 2226,
+ "id": 42,
+ "cost": 78
+ },
+ {
+ "x": 1042,
+ "y": 2282,
+ "id": 137,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 846,
+ "y": 2329,
+ "id": 124,
+ "list": [
+ {
+ "x": 941,
+ "y": 2323,
+ "id": 46,
+ "cost": 95
+ },
+ {
+ "x": 811,
+ "y": 2331,
+ "id": 125,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 811,
+ "y": 2331,
+ "id": 125,
+ "list": [
+ {
+ "x": 846,
+ "y": 2329,
+ "id": 124,
+ "cost": 35
+ },
+ {
+ "x": 766,
+ "y": 2333,
+ "id": 126,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 766,
+ "y": 2333,
+ "id": 126,
+ "list": [
+ {
+ "x": 811,
+ "y": 2331,
+ "id": 125,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 219,
+ "y": 1016,
+ "id": 127,
+ "list": [
+ {
+ "x": 370,
+ "y": 970,
+ "id": 2,
+ "cost": 157
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 128,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 212,
+ "y": 882,
+ "id": 129,
+ "list": [
+ {
+ "x": 346,
+ "y": 914,
+ "id": 0,
+ "cost": 137
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 862,
+ "y": 2488,
+ "id": 130,
+ "list": [
+ {
+ "x": 893,
+ "y": 2417,
+ "id": 48,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 971.4444444444445,
+ "y": 1644,
+ "id": 131,
+ "list": [
+ {
+ "x": 967,
+ "y": 1574,
+ "id": 24,
+ "cost": 70
+ },
+ {
+ "x": 975,
+ "y": 1700,
+ "id": 27,
+ "cost": 56
+ },
+ {
+ "x": 1222,
+ "y": 1580,
+ "id": 107,
+ "cost": 258
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 787.4583333333333,
+ "y": 1526,
+ "id": 132,
+ "list": [
+ {
+ "x": 809,
+ "y": 1504,
+ "id": 20,
+ "cost": 30
+ },
+ {
+ "x": 762,
+ "y": 1552,
+ "id": 21,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 888,
+ "y": 1249,
+ "id": 133,
+ "list": [
+ {
+ "x": 816,
+ "y": 1307,
+ "id": 12,
+ "cost": 92
+ },
+ {
+ "x": 930,
+ "y": 1221,
+ "id": 134,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 930,
+ "y": 1221,
+ "id": 134,
+ "list": [
+ {
+ "x": 888,
+ "y": 1249,
+ "id": 133,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 135,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 726,
+ "y": 1828.4311926605506,
+ "id": 136,
+ "list": [
+ {
+ "x": 686,
+ "y": 1831,
+ "id": 50,
+ "cost": 40
+ },
+ {
+ "x": 795,
+ "y": 1824,
+ "id": 78,
+ "cost": 69
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1042,
+ "y": 2282,
+ "id": 137,
+ "list": [
+ {
+ "x": 1015,
+ "y": 2203,
+ "id": 123,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 466,
+ "y": 1055.0173913043477,
+ "id": 138,
+ "list": [
+ {
+ "x": 537,
+ "y": 1097,
+ "id": 7,
+ "cost": 82
+ },
+ {
+ "x": 403,
+ "y": 1144,
+ "id": 61,
+ "cost": 109
+ },
+ {
+ "x": 561,
+ "y": 992,
+ "id": 62,
+ "cost": 114
+ },
+ {
+ "x": 422,
+ "y": 1029,
+ "id": 109,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ }
+ ]
+ },
+ "decos": [],
+ "icons": [
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 442,
+ "y": 1202,
+ "facCode": "cjr",
+ "navCode": 111,
+ "src": "cjr",
+ "width": 32,
+ "height": 32,
+ "title": "残障洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 424,
+ "y": 1234,
+ "facCode": "xsj",
+ "navCode": 112,
+ "src": "xsj",
+ "width": 32,
+ "height": 32,
+ "title": "洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 388,
+ "y": 1266,
+ "facCode": "mys",
+ "navCode": 113,
+ "src": "mys",
+ "width": 32,
+ "height": 32,
+ "title": "母婴室"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 831,
+ "y": 2313,
+ "facCode": "cjr",
+ "navCode": 124,
+ "src": "cjr",
+ "width": 32,
+ "height": 32,
+ "title": "残障洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 793,
+ "y": 2316,
+ "facCode": "xsj",
+ "navCode": 125,
+ "src": "xsj",
+ "width": 32,
+ "height": 32,
+ "title": "洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 600,
+ "y": 1124,
+ "facCode": "fwt",
+ "navCode": 114,
+ "src": "fwt",
+ "width": 32,
+ "height": 32,
+ "title": "服务台"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 194,
+ "y": 866,
+ "facCode": "dit",
+ "navCode": 129,
+ "src": "dit",
+ "width": 32,
+ "height": 32,
+ "title": "地铁"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 797,
+ "y": 1487,
+ "facCode": "tcc",
+ "navCode": 20,
+ "src": "tcc",
+ "width": 32,
+ "height": 32,
+ "title": "停车场"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 908,
+ "y": 1208,
+ "facCode": "tcc",
+ "navCode": 134,
+ "src": "tcc",
+ "width": 32,
+ "height": 32,
+ "title": "停车场"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 847,
+ "y": 2473,
+ "facCode": "dit",
+ "navCode": 130,
+ "src": "dit",
+ "width": 32,
+ "height": 32,
+ "title": "地铁"
+ }
+ ],
+ "stairs": [
+ {
+ "no": "1",
+ "toFloor": "3,4,5,6,7,",
+ "x": 203,
+ "y": 1002,
+ "facCode": "dt",
+ "navCode": 127,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "3,4,5,6,",
+ "x": 416,
+ "y": 1024,
+ "facCode": "ft",
+ "navCode": 109,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "0,1,2,3,4,5,6,7,",
+ "x": 774,
+ "y": 1510,
+ "facCode": "dt",
+ "navCode": 132,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "1",
+ "toFloor": "3,4,5,6,",
+ "x": 885,
+ "y": 1503,
+ "facCode": "ft",
+ "navCode": 121,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "2",
+ "toFloor": "3,4,5,6,",
+ "x": 994,
+ "y": 1804,
+ "facCode": "ft",
+ "navCode": 122,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "0,1,2,3,4,5,6,",
+ "x": 1000,
+ "y": 2192,
+ "facCode": "ft",
+ "navCode": 123,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "7",
+ "toFloor": "3,4,",
+ "x": 680,
+ "y": 1593,
+ "facCode": "ft",
+ "navCode": 22,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "6",
+ "toFloor": "3,4,",
+ "x": 715,
+ "y": 1814,
+ "facCode": "ft",
+ "navCode": 136,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "8",
+ "toFloor": "2,3,",
+ "x": 572,
+ "y": 1700,
+ "facCode": "ft",
+ "navCode": 120,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "10",
+ "toFloor": "2,3,",
+ "x": 771,
+ "y": 1210,
+ "facCode": "ft",
+ "navCode": 116,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "8",
+ "toFloor": "0,1,2,3,",
+ "x": 805,
+ "y": 1173,
+ "facCode": "dt",
+ "navCode": 117,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ }
+ ],
+ "parkArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 928,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 958,
+ "y": 942,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 958,
+ "y": 942,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 959,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 959,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 928,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-001",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-001",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 937,
+ "yaxis": 951,
+ "shopNav": "97",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 391,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 928,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 915,
+ "y": 959,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 392,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 915,
+ "y": 959,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 900,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 393,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 900,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 915,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 394,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-002",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-002",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 922,
+ "yaxis": 937,
+ "shopNav": "97",
+ "state": "over",
+ "angle": 0.7504915783575616,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 903,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 907,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 395,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 907,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 891,
+ "y": 938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 396,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 891,
+ "y": 938,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 876,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 397,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 876,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 903,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 398,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-003",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-003",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 897,
+ "yaxis": 916,
+ "shopNav": "97",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 888,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 903,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 399,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 903,
+ "y": 893,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 876,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 400,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 876,
+ "y": 925,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 860,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 401,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 860,
+ "y": 912,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 888,
+ "y": 880,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 402,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-004",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-004",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 882,
+ "yaxis": 903,
+ "shopNav": "97",
+ "state": "over",
+ "angle": 0.715584993317675,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 883,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 403,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 883,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 856,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 404,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 856,
+ "y": 904,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 405,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 406,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-005",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-005",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 862,
+ "yaxis": 882,
+ "shopNav": "97",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 407,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 859,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 408,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 891,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 825,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 409,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 825,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 846,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 410,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-006",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-006",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 846,
+ "yaxis": 869,
+ "shopNav": "97",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 885,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 411,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 412,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 858,
+ "y": 840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 413,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 858,
+ "y": 840,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 885,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 414,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-007",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-007",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 879,
+ "yaxis": 830,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 916,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 415,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 916,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 889,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 416,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 889,
+ "y": 865,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 417,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 820,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 418,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-008",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-008",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 895,
+ "yaxis": 843,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 922,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 419,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 420,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 421,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 922,
+ "y": 844,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 422,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-009",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-009",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 916,
+ "yaxis": 867,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 952,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 423,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 952,
+ "y": 870,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 925,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 424,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 925,
+ "y": 902,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 425,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 889,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 857,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 426,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-010",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-010",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 931,
+ "yaxis": 880,
+ "shopNav": "100",
+ "state": "over",
+ "angle": 0.6981317007977318,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1211,
+ "y": 922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 427,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1211,
+ "y": 922,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 428,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 956,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 429,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 430,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-011",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-011",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1215,
+ "yaxis": 945,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1178,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 431,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 432,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 433,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 979,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1178,
+ "y": 945,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 434,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-012",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-012",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1199,
+ "yaxis": 956,
+ "shopNav": "102",
+ "state": "over",
+ "angle": -0.6108652381980153,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1147,
+ "y": 976,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1152,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 435,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1152,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1193,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 436,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1193,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 987,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 437,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 987,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1147,
+ "y": 976,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 438,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-013",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-013",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1170,
+ "yaxis": 972,
+ "shopNav": "101",
+ "state": "over",
+ "angle": -1.2915436464758039,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1158,
+ "y": 1028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1147,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 439,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1147,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 440,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 988,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1193,
+ "y": 1004,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 441,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1193,
+ "y": 1004,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1158,
+ "y": 1028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 442,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-014",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-014",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1170,
+ "yaxis": 1008,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -2.1816615649929116,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1170,
+ "y": 1045,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1158,
+ "y": 1028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 443,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1158,
+ "y": 1028,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1193,
+ "y": 1004,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 444,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1193,
+ "y": 1004,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1204,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 445,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1204,
+ "y": 1021,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1170,
+ "y": 1045,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 446,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-015",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-015",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1181,
+ "yaxis": 1024,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -2.1816615649929116,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 1071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1175,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 447,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1175,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1210,
+ "y": 1030,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 448,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1210,
+ "y": 1030,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 1047,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 449,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 1047,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 1071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 450,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-016",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-016",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1198,
+ "yaxis": 1050,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -2.1816615649929116,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 1087,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 1071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 451,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 1071,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 1047,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 452,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 1047,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 1063,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 453,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 1063,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 1087,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 454,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-017",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-017",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1210,
+ "yaxis": 1067,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -2.1816615649929116,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1216,
+ "y": 1117,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1205,
+ "y": 1101,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 455,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1205,
+ "y": 1101,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1239,
+ "y": 1077,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 456,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1239,
+ "y": 1077,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1251,
+ "y": 1093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 457,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1251,
+ "y": 1093,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1216,
+ "y": 1117,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 458,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-018",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-018",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1228,
+ "yaxis": 1097,
+ "shopNav": "103",
+ "state": "over",
+ "angle": -2.1816615649929116,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1303,
+ "y": 1654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1299,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 459,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1299,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 460,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1344,
+ "y": 1646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 461,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1344,
+ "y": 1646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1303,
+ "y": 1654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 462,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-019",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-019",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1322,
+ "yaxis": 1640,
+ "shopNav": "108",
+ "state": "over",
+ "angle": -1.7627825445142729,
+ "isSelect": false,
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1307,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1303,
+ "y": 1654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 463,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1303,
+ "y": 1654,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1344,
+ "y": 1646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 464,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1344,
+ "y": 1646,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1348,
+ "y": 1665,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 465,
+ "isStrLine": true
+ },
+ {
+ "startPoint": {
+ "x": 1348,
+ "y": 1665,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1307,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 466,
+ "isStrLine": true
+ }
+ ],
+ "name": "B1-020",
+ "entColor": "#1a90b6",
+ "borderColor": "#1190b6",
+ "toHeight": 8,
+ "alphaModle": 90,
+ "parkNum": "B1-020",
+ "park_first": "B1-",
+ "park_after": "",
+ "xaxis": 1325,
+ "yaxis": 1661,
+ "shopNav": "108",
+ "state": "over",
+ "angle": -1.7627825445142729,
+ "isSelect": false,
+ "select": false
+ }
+ ]
+ }
+ },
+ {
+ "order": 4,
+ "name": "L1",
+ "mapUrl": "http://1000my.com//MallSite/\\Files\\590e4baa-9523-4d42-81c9-aaf3ca0e2cae\\L1.png",
+ "mapData": {
+ "floorArea": {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 310,
+ "y": 4,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1007,
+ "y": 1,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "ctrlPoint1": {
+ "x": 484,
+ "y": 3,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 832,
+ "y": 1,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1007,
+ "y": 1,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1018,
+ "y": 63,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 1053,
+ "y": 12,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1052,
+ "y": 43,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1018,
+ "y": 63,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1045,
+ "y": 152,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "ctrlPoint1": {
+ "x": 1024,
+ "y": 85,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1038,
+ "y": 129,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1045,
+ "y": 152,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 635,
+ "y": 280,
+ "r": 5,
+ "type": "pathP",
+ "name": 1017,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1017,
+ "ctrlPoint1": {
+ "x": 942,
+ "y": 184,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 737,
+ "y": 248,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 635,
+ "y": 280,
+ "r": 5,
+ "type": "pathP",
+ "name": 1017,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "name": 1020,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1020,
+ "ctrlPoint1": {
+ "x": 648,
+ "y": 346,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 674,
+ "y": 478,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "name": 1020,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 805,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "name": 1023,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1023,
+ "ctrlPoint1": {
+ "x": 717,
+ "y": 604,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 775,
+ "y": 722,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 805,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "name": 1023,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 688,
+ "r": 5,
+ "type": "pathP",
+ "name": 1026,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1026,
+ "ctrlPoint1": {
+ "x": 908,
+ "y": 758,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1114,
+ "y": 711,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 688,
+ "r": 5,
+ "type": "pathP",
+ "name": 1026,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "name": 1029,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1029,
+ "ctrlPoint1": {
+ "x": 1221,
+ "y": 729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1230,
+ "y": 811,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "name": 1029,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1505,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "name": 1032,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1032,
+ "ctrlPoint1": {
+ "x": 1302,
+ "y": 839,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1437,
+ "y": 815,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1505,
+ "y": 803,
+ "r": 5,
+ "type": "pathP",
+ "name": 1032,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1634,
+ "y": 1246,
+ "r": 5,
+ "type": "pathP",
+ "name": 1035,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1035,
+ "ctrlPoint1": {
+ "x": 1537,
+ "y": 913,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1601,
+ "y": 1135,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1634,
+ "y": 1246,
+ "r": 5,
+ "type": "pathP",
+ "name": 1035,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 1299,
+ "r": 5,
+ "type": "pathP",
+ "name": 1038,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1038,
+ "ctrlPoint1": {
+ "x": 1570,
+ "y": 1259,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1442,
+ "y": 1285,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 1299,
+ "r": 5,
+ "type": "pathP",
+ "name": 1038,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1583,
+ "y": 2213,
+ "r": 5,
+ "type": "pathP",
+ "name": 1041,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1041,
+ "ctrlPoint1": {
+ "x": 1429,
+ "y": 1527,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1531,
+ "y": 1984,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1583,
+ "y": 2213,
+ "r": 5,
+ "type": "pathP",
+ "name": 1041,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1754,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "name": 1044,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1044,
+ "ctrlPoint1": {
+ "x": 1625,
+ "y": 2201,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1711,
+ "y": 2177,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1754,
+ "y": 2166,
+ "r": 5,
+ "type": "pathP",
+ "name": 1044,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1793,
+ "y": 2296,
+ "r": 5,
+ "type": "pathP",
+ "name": 1047,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1047,
+ "ctrlPoint1": {
+ "x": 1763,
+ "y": 2198,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1783,
+ "y": 2263,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1793,
+ "y": 2296,
+ "r": 5,
+ "type": "pathP",
+ "name": 1047,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1894,
+ "y": 2266,
+ "r": 5,
+ "type": "pathP",
+ "name": 1050,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1050,
+ "ctrlPoint1": {
+ "x": 1818,
+ "y": 2288,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1868,
+ "y": 2273,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1894,
+ "y": 2266,
+ "r": 5,
+ "type": "pathP",
+ "name": 1050,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2011,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1051,
+ "ctrlPoint1": {
+ "x": 1923,
+ "y": 2377,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1981,
+ "y": 2600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2011,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1552,
+ "y": 2835,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 5,
+ "ctrlPoint1": {
+ "x": 1896,
+ "y": 2742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1666,
+ "y": 2804,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1552,
+ "y": 2835,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1091,
+ "y": 2912,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 6,
+ "ctrlPoint1": {
+ "x": 1436,
+ "y": 2854,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1206,
+ "y": 2892,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1091,
+ "y": 2912,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 755,
+ "y": 2992,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 7,
+ "ctrlPoint1": {
+ "x": 1007,
+ "y": 2932,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 839,
+ "y": 2972,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 755,
+ "y": 2992,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 636,
+ "y": 2970,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 8,
+ "ctrlPoint1": {
+ "x": 725,
+ "y": 2986,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 665,
+ "y": 2975,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 636,
+ "y": 2970,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 292,
+ "y": 1614,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 9,
+ "ctrlPoint1": {
+ "x": 550,
+ "y": 2631,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 378,
+ "y": 1953,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 292,
+ "y": 1614,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 59,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 10,
+ "ctrlPoint1": {
+ "x": 233,
+ "y": 1439,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 117,
+ "y": 1089,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 59,
+ "y": 914,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1,
+ "y": 599,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 11,
+ "ctrlPoint1": {
+ "x": 44,
+ "y": 835,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 15,
+ "y": 677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1,
+ "y": 599,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 7,
+ "y": 491,
+ "r": 5,
+ "type": "pathP",
+ "name": 12,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 12,
+ "ctrlPoint1": {
+ "x": 2,
+ "y": 572,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 5,
+ "y": 518,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 7,
+ "y": 491,
+ "r": 5,
+ "type": "pathP",
+ "name": 12,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 99,
+ "y": 181,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 13,
+ "ctrlPoint1": {
+ "x": 30,
+ "y": 413,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 76,
+ "y": 258,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 99,
+ "y": 181,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 310,
+ "y": 4,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 14,
+ "ctrlPoint1": {
+ "x": 132,
+ "y": 98,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 169,
+ "y": 10,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "floor",
+ "entColor": "#ffffae",
+ "borderColor": "#ffff9f",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1006,
+ "yaxis": 1496,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {}
+ },
+ "buildArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 516,
+ "y": 1664,
+ "r": 5,
+ "type": "pathP",
+ "name": 874,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 614,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "name": 887,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 887,
+ "ctrlPoint1": {
+ "x": 540,
+ "y": 1637,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 589,
+ "y": 1583,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 614,
+ "y": 1557,
+ "r": 5,
+ "type": "pathP",
+ "name": 887,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 771,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "name": 890,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 890,
+ "ctrlPoint1": {
+ "x": 653,
+ "y": 1590,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 731,
+ "y": 1657,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 771,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "name": 890,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 676,
+ "y": 1806,
+ "r": 5,
+ "type": "pathP",
+ "name": 884,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 891,
+ "ctrlPoint1": {
+ "x": 747,
+ "y": 1719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 699,
+ "y": 1777,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 676,
+ "y": 1806,
+ "r": 5,
+ "type": "pathP",
+ "name": 884,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 754,
+ "y": 1886,
+ "r": 5,
+ "type": "pathP",
+ "name": 875,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 885,
+ "ctrlPoint1": {
+ "x": 695,
+ "y": 1826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 734,
+ "y": 1866,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 754,
+ "y": 1886,
+ "r": 5,
+ "type": "pathP",
+ "name": 875,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 796,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "name": 876,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 876,
+ "ctrlPoint1": {
+ "x": 802,
+ "y": 1943,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 826,
+ "y": 2066,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 796,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "name": 876,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "name": 899,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 899,
+ "ctrlPoint1": {
+ "x": 833,
+ "y": 2153,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 907,
+ "y": 2181,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "name": 899,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 846,
+ "y": 2478,
+ "r": 5,
+ "type": "pathP",
+ "name": 902,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 902,
+ "ctrlPoint1": {
+ "x": 919,
+ "y": 2266,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 870,
+ "y": 2407,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 846,
+ "y": 2478,
+ "r": 5,
+ "type": "pathP",
+ "name": 902,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 700,
+ "y": 2423,
+ "r": 5,
+ "type": "pathP",
+ "name": 896,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 903,
+ "ctrlPoint1": {
+ "x": 809,
+ "y": 2464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 736,
+ "y": 2436,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 700,
+ "y": 2423,
+ "r": 5,
+ "type": "pathP",
+ "name": 896,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 680,
+ "y": 2484,
+ "r": 5,
+ "type": "pathP",
+ "name": 877,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 897,
+ "ctrlPoint1": {
+ "x": 695,
+ "y": 2438,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 685,
+ "y": 2468,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 680,
+ "y": 2484,
+ "r": 5,
+ "type": "pathP",
+ "name": 877,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 604,
+ "y": 2450,
+ "r": 5,
+ "type": "pathP",
+ "name": 878,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 878,
+ "ctrlPoint1": {
+ "x": 661,
+ "y": 2475,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 623,
+ "y": 2458,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 604,
+ "y": 2450,
+ "r": 5,
+ "type": "pathP",
+ "name": 878,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 700,
+ "y": 2130,
+ "r": 5,
+ "type": "pathP",
+ "name": 879,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 879,
+ "ctrlPoint1": {
+ "x": 628,
+ "y": 2370,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 676,
+ "y": 2210,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 700,
+ "y": 2130,
+ "r": 5,
+ "type": "pathP",
+ "name": 879,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 650,
+ "y": 1926,
+ "r": 5,
+ "type": "pathP",
+ "name": 880,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 880,
+ "ctrlPoint1": {
+ "x": 720,
+ "y": 2050,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 690,
+ "y": 1958,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 650,
+ "y": 1926,
+ "r": 5,
+ "type": "pathP",
+ "name": 880,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 452,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "name": 881,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 881,
+ "ctrlPoint1": {
+ "x": 600,
+ "y": 1879,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 501,
+ "y": 1785,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 452,
+ "y": 1738,
+ "r": 5,
+ "type": "pathP",
+ "name": 881,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 516,
+ "y": 1664,
+ "r": 5,
+ "type": "pathP",
+ "name": 874,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 882,
+ "ctrlPoint1": {
+ "x": 468,
+ "y": 1719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 500,
+ "y": 1682,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 698,
+ "yaxis": 2020,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 844,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "name": 909,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1328,
+ "y": 2522,
+ "r": 5,
+ "type": "pathP",
+ "name": 910,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 910,
+ "ctrlPoint1": {
+ "x": 1270,
+ "y": 1527,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1318,
+ "y": 2103,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1328,
+ "y": 2522,
+ "r": 5,
+ "type": "pathP",
+ "name": 910,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1408,
+ "y": 2518,
+ "r": 5,
+ "type": "pathP",
+ "name": 911,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 911,
+ "ctrlPoint1": {
+ "x": 1354,
+ "y": 2584,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1390,
+ "y": 2598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1408,
+ "y": 2518,
+ "r": 5,
+ "type": "pathP",
+ "name": 911,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 914,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "name": 912,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 912,
+ "ctrlPoint1": {
+ "x": 1466,
+ "y": 2126,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1372,
+ "y": 1454,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 914,
+ "y": 1146,
+ "r": 5,
+ "type": "pathP",
+ "name": 912,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 844,
+ "y": 1204,
+ "r": 5,
+ "type": "pathP",
+ "name": 909,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 913,
+ "ctrlPoint1": {
+ "x": 880,
+ "y": 1124,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 830,
+ "y": 1160,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1126,
+ "yaxis": 1834,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 716,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "name": 920,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1208,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "name": 922,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 944,
+ "ctrlPoint1": {
+ "x": 839,
+ "y": 785,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1085,
+ "y": 728,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1208,
+ "y": 700,
+ "r": 5,
+ "type": "pathP",
+ "name": 922,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1228,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "name": 923,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 923,
+ "ctrlPoint1": {
+ "x": 1213,
+ "y": 742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1223,
+ "y": 826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1228,
+ "y": 868,
+ "r": 5,
+ "type": "pathP",
+ "name": 923,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1492,
+ "y": 816,
+ "r": 5,
+ "type": "pathP",
+ "name": 924,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 924,
+ "ctrlPoint1": {
+ "x": 1294,
+ "y": 855,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1426,
+ "y": 829,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1492,
+ "y": 816,
+ "r": 5,
+ "type": "pathP",
+ "name": 924,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1618,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "name": 925,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 925,
+ "ctrlPoint1": {
+ "x": 1523,
+ "y": 921,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1586,
+ "y": 1132,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1618,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "name": 925,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1364,
+ "y": 1290,
+ "r": 5,
+ "type": "pathP",
+ "name": 926,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 926,
+ "ctrlPoint1": {
+ "x": 1554,
+ "y": 1251,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1427,
+ "y": 1277,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1364,
+ "y": 1290,
+ "r": 5,
+ "type": "pathP",
+ "name": 926,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1534,
+ "y": 2054,
+ "r": 5,
+ "type": "pathP",
+ "name": 929,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 929,
+ "ctrlPoint1": {
+ "x": 1406,
+ "y": 1481,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1491,
+ "y": 1863,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1534,
+ "y": 2054,
+ "r": 5,
+ "type": "pathP",
+ "name": 929,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1574,
+ "y": 2230,
+ "r": 5,
+ "type": "pathP",
+ "name": 931,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 949,
+ "ctrlPoint1": {
+ "x": 1544,
+ "y": 2098,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1564,
+ "y": 2186,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1574,
+ "y": 2230,
+ "r": 5,
+ "type": "pathP",
+ "name": 931,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1746,
+ "y": 2180,
+ "r": 5,
+ "type": "pathP",
+ "name": 932,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 932,
+ "ctrlPoint1": {
+ "x": 1617,
+ "y": 2217,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1703,
+ "y": 2192,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1746,
+ "y": 2180,
+ "r": 5,
+ "type": "pathP",
+ "name": 932,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1784,
+ "y": 2310,
+ "r": 5,
+ "type": "pathP",
+ "name": 933,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 933,
+ "ctrlPoint1": {
+ "x": 1755,
+ "y": 2212,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1774,
+ "y": 2277,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1784,
+ "y": 2310,
+ "r": 5,
+ "type": "pathP",
+ "name": 933,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1886,
+ "y": 2280,
+ "r": 5,
+ "type": "pathP",
+ "name": 934,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 934,
+ "ctrlPoint1": {
+ "x": 1809,
+ "y": 2302,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1860,
+ "y": 2287,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1886,
+ "y": 2280,
+ "r": 5,
+ "type": "pathP",
+ "name": 934,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1976,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "name": 935,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 935,
+ "ctrlPoint1": {
+ "x": 1908,
+ "y": 2366,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1953,
+ "y": 2538,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1976,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "name": 935,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1930,
+ "y": 2708,
+ "r": 5,
+ "type": "pathP",
+ "name": 936,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 936,
+ "ctrlPoint1": {
+ "x": 1964,
+ "y": 2645,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1941,
+ "y": 2687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1930,
+ "y": 2708,
+ "r": 5,
+ "type": "pathP",
+ "name": 936,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1566,
+ "y": 2812,
+ "r": 5,
+ "type": "pathP",
+ "name": 937,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 937,
+ "ctrlPoint1": {
+ "x": 1839,
+ "y": 2734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1657,
+ "y": 2786,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1566,
+ "y": 2812,
+ "r": 5,
+ "type": "pathP",
+ "name": 937,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1482,
+ "y": 2710,
+ "r": 5,
+ "type": "pathP",
+ "name": 938,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 938,
+ "ctrlPoint1": {
+ "x": 1545,
+ "y": 2786,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1503,
+ "y": 2735,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1482,
+ "y": 2710,
+ "r": 5,
+ "type": "pathP",
+ "name": 938,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1450,
+ "y": 2238,
+ "r": 5,
+ "type": "pathP",
+ "name": 939,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 939,
+ "ctrlPoint1": {
+ "x": 1474,
+ "y": 2592,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1458,
+ "y": 2356,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1450,
+ "y": 2238,
+ "r": 5,
+ "type": "pathP",
+ "name": 939,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 1376,
+ "r": 5,
+ "type": "pathP",
+ "name": 940,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 940,
+ "ctrlPoint1": {
+ "x": 1454,
+ "y": 1994,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1358,
+ "y": 1598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 1376,
+ "r": 5,
+ "type": "pathP",
+ "name": 940,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 720,
+ "y": 922,
+ "r": 5,
+ "type": "pathP",
+ "name": 942,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 948,
+ "ctrlPoint1": {
+ "x": 1118,
+ "y": 1216,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 884,
+ "y": 1004,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 720,
+ "y": 922,
+ "r": 5,
+ "type": "pathP",
+ "name": 942,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 716,
+ "y": 814,
+ "r": 5,
+ "type": "pathP",
+ "name": 920,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 943,
+ "ctrlPoint1": {
+ "x": 700,
+ "y": 890,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 688,
+ "y": 852,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1346,
+ "yaxis": 1756,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1336,
+ "y": 2608,
+ "r": 5,
+ "type": "pathP",
+ "name": 961,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1434,
+ "y": 2586,
+ "r": 5,
+ "type": "pathP",
+ "name": 962,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 962,
+ "ctrlPoint1": {
+ "x": 1368,
+ "y": 2612,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1408,
+ "y": 2606,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1434,
+ "y": 2586,
+ "r": 5,
+ "type": "pathP",
+ "name": 962,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1434,
+ "y": 2802,
+ "r": 5,
+ "type": "pathP",
+ "name": 963,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 963,
+ "ctrlPoint1": {
+ "x": 1434,
+ "y": 2640,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1434,
+ "y": 2748,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1434,
+ "y": 2802,
+ "r": 5,
+ "type": "pathP",
+ "name": 963,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1336,
+ "y": 2608,
+ "r": 5,
+ "type": "pathP",
+ "name": 961,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 964,
+ "ctrlPoint1": {
+ "x": 1409,
+ "y": 2753,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1360,
+ "y": 2656,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1389,
+ "yaxis": 2682,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "hollowArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "name": 1051,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 916,
+ "y": 1715,
+ "r": 5,
+ "type": "pathP",
+ "name": 1061,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1061,
+ "ctrlPoint1": {
+ "x": 917,
+ "y": 1709,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 916,
+ "y": 1713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 916,
+ "y": 1715,
+ "r": 5,
+ "type": "pathP",
+ "name": 1061,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 926,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "name": 1052,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1062,
+ "ctrlPoint1": {
+ "x": 918,
+ "y": 1737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 923,
+ "y": 1782,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 926,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "name": 1052,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 957,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "name": 1053,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1053,
+ "ctrlPoint1": {
+ "x": 935,
+ "y": 1858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 933,
+ "y": 1887,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 957,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "name": 1053,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1008,
+ "y": 1892,
+ "r": 5,
+ "type": "pathP",
+ "name": 1054,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1054,
+ "ctrlPoint1": {
+ "x": 977,
+ "y": 1917,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 999,
+ "y": 1911,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1008,
+ "y": 1892,
+ "r": 5,
+ "type": "pathP",
+ "name": 1054,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 1792,
+ "r": 5,
+ "type": "pathP",
+ "name": 1055,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1055,
+ "ctrlPoint1": {
+ "x": 1017,
+ "y": 1871,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1005,
+ "y": 1848,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 1792,
+ "r": 5,
+ "type": "pathP",
+ "name": 1055,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 1706,
+ "r": 5,
+ "type": "pathP",
+ "name": 1058,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1058,
+ "ctrlPoint1": {
+ "x": 971,
+ "y": 1761,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 957,
+ "y": 1723,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 1706,
+ "r": 5,
+ "type": "pathP",
+ "name": 1058,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "name": 1051,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1059,
+ "ctrlPoint1": {
+ "x": 934,
+ "y": 1695,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 921,
+ "y": 1699,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 962,
+ "yaxis": 1808,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 551,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "name": 1063,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 571,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 1064,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1064,
+ "ctrlPoint1": {
+ "x": 572,
+ "y": 1407,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 581,
+ "y": 1397,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 571,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 1064,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 531,
+ "y": 1353,
+ "r": 5,
+ "type": "pathP",
+ "name": 1065,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1065,
+ "ctrlPoint1": {
+ "x": 561,
+ "y": 1374,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 541,
+ "y": 1360,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 531,
+ "y": 1353,
+ "r": 5,
+ "type": "pathP",
+ "name": 1065,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 446,
+ "y": 1254,
+ "r": 5,
+ "type": "pathP",
+ "name": 1066,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1066,
+ "ctrlPoint1": {
+ "x": 505,
+ "y": 1329,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 462,
+ "y": 1285,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 446,
+ "y": 1254,
+ "r": 5,
+ "type": "pathP",
+ "name": 1066,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 417,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "name": 1067,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1067,
+ "ctrlPoint1": {
+ "x": 439,
+ "y": 1242,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 428,
+ "y": 1235,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 417,
+ "y": 1238,
+ "r": 5,
+ "type": "pathP",
+ "name": 1067,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 397,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "name": 1068,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1068,
+ "ctrlPoint1": {
+ "x": 414,
+ "y": 1235,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 400,
+ "y": 1243,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 397,
+ "y": 1258,
+ "r": 5,
+ "type": "pathP",
+ "name": 1068,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 410,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "name": 1069,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1069,
+ "ctrlPoint1": {
+ "x": 395,
+ "y": 1271,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 402,
+ "y": 1297,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 410,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "name": 1069,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 445,
+ "y": 1363,
+ "r": 5,
+ "type": "pathP",
+ "name": 1070,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1070,
+ "ctrlPoint1": {
+ "x": 415,
+ "y": 1328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 432,
+ "y": 1353,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 445,
+ "y": 1363,
+ "r": 5,
+ "type": "pathP",
+ "name": 1070,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 500,
+ "y": 1398,
+ "r": 5,
+ "type": "pathP",
+ "name": 1071,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1071,
+ "ctrlPoint1": {
+ "x": 456,
+ "y": 1376,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 481,
+ "y": 1390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 500,
+ "y": 1398,
+ "r": 5,
+ "type": "pathP",
+ "name": 1071,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 551,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "name": 1063,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1072,
+ "ctrlPoint1": {
+ "x": 514,
+ "y": 1403,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 536,
+ "y": 1405,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 484,
+ "yaxis": 1322,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 972,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "name": 1073,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1034,
+ "y": 1972,
+ "r": 5,
+ "type": "pathP",
+ "name": 1074,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1074,
+ "ctrlPoint1": {
+ "x": 978,
+ "y": 1958,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1018,
+ "y": 1955,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1034,
+ "y": 1972,
+ "r": 5,
+ "type": "pathP",
+ "name": 1074,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1052,
+ "y": 2065,
+ "r": 5,
+ "type": "pathP",
+ "name": 1075,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1075,
+ "ctrlPoint1": {
+ "x": 1047,
+ "y": 1992,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1047,
+ "y": 2025,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1052,
+ "y": 2065,
+ "r": 5,
+ "type": "pathP",
+ "name": 1075,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 2165,
+ "r": 5,
+ "type": "pathP",
+ "name": 1077,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1083,
+ "ctrlPoint1": {
+ "x": 1054,
+ "y": 2090,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1060,
+ "y": 2140,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 2165,
+ "r": 5,
+ "type": "pathP",
+ "name": 1077,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1041,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "name": 1078,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1078,
+ "ctrlPoint1": {
+ "x": 1060,
+ "y": 2188,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1049,
+ "y": 2185,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1041,
+ "y": 2172,
+ "r": 5,
+ "type": "pathP",
+ "name": 1078,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 2085,
+ "r": 5,
+ "type": "pathP",
+ "name": 1079,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1079,
+ "ctrlPoint1": {
+ "x": 1030,
+ "y": 2150,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1010,
+ "y": 2106,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 2085,
+ "r": 5,
+ "type": "pathP",
+ "name": 1079,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 972,
+ "y": 1988,
+ "r": 5,
+ "type": "pathP",
+ "name": 1073,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1082,
+ "ctrlPoint1": {
+ "x": 985,
+ "y": 2060,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 965,
+ "y": 2015,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1017,
+ "yaxis": 2072,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 2389,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1071,
+ "y": 2403,
+ "r": 5,
+ "type": "pathP",
+ "name": 1087,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1087,
+ "ctrlPoint1": {
+ "x": 1037,
+ "y": 2386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1054,
+ "y": 2390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1071,
+ "y": 2403,
+ "r": 5,
+ "type": "pathP",
+ "name": 1087,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1104,
+ "y": 2451,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1088,
+ "ctrlPoint1": {
+ "x": 1084,
+ "y": 2410,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1098,
+ "y": 2431,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1104,
+ "y": 2451,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1057,
+ "y": 2497,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 234,
+ "ctrlPoint1": {
+ "x": 1098,
+ "y": 2480,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1084,
+ "y": 2494,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1057,
+ "y": 2497,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1024,
+ "y": 2484,
+ "r": 5,
+ "type": "pathP",
+ "name": 1084,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1084,
+ "ctrlPoint1": {
+ "x": 1048,
+ "y": 2493,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1032,
+ "y": 2487,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1024,
+ "y": 2484,
+ "r": 5,
+ "type": "pathP",
+ "name": 1084,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 2441,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1085,
+ "ctrlPoint1": {
+ "x": 1018,
+ "y": 2473,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1006,
+ "y": 2451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 2441,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 2389,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 236,
+ "ctrlPoint1": {
+ "x": 1002,
+ "y": 2413,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1008,
+ "y": 2394,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1052,
+ "yaxis": 2443,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "shopArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 825,
+ "y": 119,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 809,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 15,
+ "ctrlPoint1": {
+ "x": 821,
+ "y": 90,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 813,
+ "y": 33,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 809,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 858,
+ "y": 7,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 16,
+ "ctrlPoint1": {
+ "x": 821,
+ "y": 5,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 845,
+ "y": 6,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 858,
+ "y": 7,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 872,
+ "y": 105,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 735,
+ "ctrlPoint1": {
+ "x": 912,
+ "y": 26,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 916,
+ "y": 69,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 872,
+ "y": 105,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 825,
+ "y": 119,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 20,
+ "ctrlPoint1": {
+ "x": 860,
+ "y": 108,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 836,
+ "y": 115,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N101",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\4e28bf63-41dd-413c-a23b-08b981163e1c\\N101_1134167_Dyson.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 859,
+ "yaxis": 67,
+ "shopNav": 101,
+ "state": "over",
+ "angle": 0,
+ "isSelect": true,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 721,
+ "y": 4,
+ "r": 5,
+ "type": "pathP",
+ "name": 25,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 807,
+ "y": 4,
+ "r": 5,
+ "type": "pathP",
+ "name": 26,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 26,
+ "ctrlPoint1": {
+ "x": 742,
+ "y": 4,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 785,
+ "y": 4,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 807,
+ "y": 4,
+ "r": 5,
+ "type": "pathP",
+ "name": 26,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 118,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 27,
+ "ctrlPoint1": {
+ "x": 811,
+ "y": 32,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 819,
+ "y": 89,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 118,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 780,
+ "y": 131,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 28,
+ "ctrlPoint1": {
+ "x": 812,
+ "y": 121,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 790,
+ "y": 127,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 780,
+ "y": 131,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 770,
+ "y": 68,
+ "r": 5,
+ "type": "pathP",
+ "name": 29,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 29,
+ "ctrlPoint1": {
+ "x": 777,
+ "y": 115,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 772,
+ "y": 83,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 770,
+ "y": 68,
+ "r": 5,
+ "type": "pathP",
+ "name": 29,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 731,
+ "y": 72,
+ "r": 5,
+ "type": "pathP",
+ "name": 30,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 30,
+ "ctrlPoint1": {
+ "x": 760,
+ "y": 69,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 740,
+ "y": 71,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 731,
+ "y": 72,
+ "r": 5,
+ "type": "pathP",
+ "name": 30,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 721,
+ "y": 4,
+ "r": 5,
+ "type": "pathP",
+ "name": 25,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 31,
+ "ctrlPoint1": {
+ "x": 728,
+ "y": 55,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 723,
+ "y": 21,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N103",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\21cfb7f3-1dbc-42cd-ab5f-21faa81774cd\\N103_1134089_Longines.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 776,
+ "yaxis": 57,
+ "shopNav": 102,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 630,
+ "y": 6,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 654,
+ "y": 169,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 33,
+ "ctrlPoint1": {
+ "x": 636,
+ "y": 46,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 648,
+ "y": 128,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 654,
+ "y": 169,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 778,
+ "y": 132,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 34,
+ "ctrlPoint1": {
+ "x": 685,
+ "y": 159,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 747,
+ "y": 141,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 778,
+ "y": 132,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 768,
+ "y": 70,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 35,
+ "ctrlPoint1": {
+ "x": 775,
+ "y": 116,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 770,
+ "y": 85,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 768,
+ "y": 70,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 74,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 36,
+ "ctrlPoint1": {
+ "x": 758,
+ "y": 71,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 738,
+ "y": 73,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 74,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 37,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 37,
+ "ctrlPoint1": {
+ "x": 725,
+ "y": 56,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 721,
+ "y": 22,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 37,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 630,
+ "y": 6,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 38,
+ "ctrlPoint1": {
+ "x": 696,
+ "y": 5,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 652,
+ "y": 5,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N105",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\44af4ebd-1e14-416f-84cf-3d71756b1e78\\N105_1134090_NikeKicksLounge.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 705,
+ "yaxis": 107,
+ "shopNav": 105,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 498,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 39,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 628,
+ "y": 7,
+ "r": 5,
+ "type": "pathP",
+ "name": 40,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 40,
+ "ctrlPoint1": {
+ "x": 530,
+ "y": 5,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 595,
+ "y": 6,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 628,
+ "y": 7,
+ "r": 5,
+ "type": "pathP",
+ "name": 40,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 652,
+ "y": 169,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 41,
+ "ctrlPoint1": {
+ "x": 634,
+ "y": 47,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 646,
+ "y": 128,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 652,
+ "y": 169,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 524,
+ "y": 207,
+ "r": 5,
+ "type": "pathP",
+ "name": 42,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 42,
+ "ctrlPoint1": {
+ "x": 620,
+ "y": 178,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 556,
+ "y": 197,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 524,
+ "y": 207,
+ "r": 5,
+ "type": "pathP",
+ "name": 42,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 507,
+ "y": 146,
+ "r": 5,
+ "type": "pathP",
+ "name": 43,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 43,
+ "ctrlPoint1": {
+ "x": 519,
+ "y": 191,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 511,
+ "y": 161,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 507,
+ "y": 146,
+ "r": 5,
+ "type": "pathP",
+ "name": 43,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 567,
+ "y": 137,
+ "r": 5,
+ "type": "pathP",
+ "name": 44,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 44,
+ "ctrlPoint1": {
+ "x": 522,
+ "y": 143,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 552,
+ "y": 139,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 567,
+ "y": 137,
+ "r": 5,
+ "type": "pathP",
+ "name": 44,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 558,
+ "y": 60,
+ "r": 5,
+ "type": "pathP",
+ "name": 45,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 45,
+ "ctrlPoint1": {
+ "x": 607,
+ "y": 117,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 596,
+ "y": 68,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 558,
+ "y": 60,
+ "r": 5,
+ "type": "pathP",
+ "name": 45,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 495,
+ "y": 70,
+ "r": 5,
+ "type": "pathP",
+ "name": 46,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 46,
+ "ctrlPoint1": {
+ "x": 542,
+ "y": 62,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 510,
+ "y": 67,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 495,
+ "y": 70,
+ "r": 5,
+ "type": "pathP",
+ "name": 46,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 498,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 39,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 47,
+ "ctrlPoint1": {
+ "x": 495,
+ "y": 53,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 497,
+ "y": 21,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N109",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\ea73b049-5370-4bce-845e-bbc70602cccd\\N109_1134168_Adidas.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 613,
+ "yaxis": 96,
+ "shopNav": 106,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 419,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 419,
+ "y": 92,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 49,
+ "ctrlPoint1": {
+ "x": 419,
+ "y": 24,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 419,
+ "y": 69,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 419,
+ "y": 92,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 441,
+ "y": 127,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 50,
+ "ctrlPoint1": {
+ "x": 421,
+ "y": 105,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 431,
+ "y": 117,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 441,
+ "y": 127,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 418,
+ "y": 149,
+ "r": 5,
+ "type": "pathP",
+ "name": 51,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 51,
+ "ctrlPoint1": {
+ "x": 435,
+ "y": 132,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 423,
+ "y": 143,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 418,
+ "y": 149,
+ "r": 5,
+ "type": "pathP",
+ "name": 51,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 199,
+ "r": 5,
+ "type": "pathP",
+ "name": 52,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 52,
+ "ctrlPoint1": {
+ "x": 431,
+ "y": 165,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 430,
+ "y": 183,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 199,
+ "r": 5,
+ "type": "pathP",
+ "name": 52,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 386,
+ "y": 233,
+ "r": 5,
+ "type": "pathP",
+ "name": 53,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 53,
+ "ctrlPoint1": {
+ "x": 413,
+ "y": 207,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 395,
+ "y": 224,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 386,
+ "y": 233,
+ "r": 5,
+ "type": "pathP",
+ "name": 53,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 415,
+ "y": 265,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 54,
+ "ctrlPoint1": {
+ "x": 393,
+ "y": 241,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 407,
+ "y": 257,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 415,
+ "y": 265,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 387,
+ "y": 289,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 55,
+ "ctrlPoint1": {
+ "x": 408,
+ "y": 271,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 394,
+ "y": 283,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 387,
+ "y": 289,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 352,
+ "y": 254,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 56,
+ "ctrlPoint1": {
+ "x": 378,
+ "y": 280,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 360,
+ "y": 262,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 352,
+ "y": 254,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 315,
+ "y": 287,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 57,
+ "ctrlPoint1": {
+ "x": 342,
+ "y": 262,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 324,
+ "y": 278,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 315,
+ "y": 287,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 360,
+ "y": 336,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 58,
+ "ctrlPoint1": {
+ "x": 326,
+ "y": 299,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 348,
+ "y": 323,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 360,
+ "y": 336,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 315,
+ "y": 369,
+ "r": 5,
+ "type": "pathP",
+ "name": 59,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 59,
+ "ctrlPoint1": {
+ "x": 350,
+ "y": 351,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 333,
+ "y": 363,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 315,
+ "y": 369,
+ "r": 5,
+ "type": "pathP",
+ "name": 59,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 105,
+ "y": 241,
+ "r": 5,
+ "type": "pathP",
+ "name": 1089,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1089,
+ "ctrlPoint1": {
+ "x": 215,
+ "y": 401,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 97,
+ "y": 337,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 105,
+ "y": 241,
+ "r": 5,
+ "type": "pathP",
+ "name": 1089,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 312,
+ "y": 3,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1090,
+ "ctrlPoint1": {
+ "x": 115,
+ "y": 120,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 202,
+ "y": 23,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 312,
+ "y": 3,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 419,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 71,
+ "ctrlPoint1": {
+ "x": 338,
+ "y": 2,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 392,
+ "y": 2,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N110",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\1baff8e5-d77c-4bf0-9418-10b0dfd7e717\\N110_1134106_StarbucksRoastery.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 273,
+ "yaxis": 185,
+ "shopNav": 17,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 38,
+ "y": 718,
+ "r": 5,
+ "type": "pathP",
+ "name": 72,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 92,
+ "y": 702,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 73,
+ "ctrlPoint1": {
+ "x": 51,
+ "y": 714,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 78,
+ "y": 706,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 92,
+ "y": 702,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 103,
+ "y": 734,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 74,
+ "ctrlPoint1": {
+ "x": 94,
+ "y": 710,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 100,
+ "y": 726,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 103,
+ "y": 734,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 172,
+ "y": 710,
+ "r": 5,
+ "type": "pathP",
+ "name": 75,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 75,
+ "ctrlPoint1": {
+ "x": 120,
+ "y": 728,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 154,
+ "y": 716,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 172,
+ "y": 710,
+ "r": 5,
+ "type": "pathP",
+ "name": 75,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 162,
+ "y": 654,
+ "r": 5,
+ "type": "pathP",
+ "name": 76,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 76,
+ "ctrlPoint1": {
+ "x": 169,
+ "y": 696,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 164,
+ "y": 668,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 162,
+ "y": 654,
+ "r": 5,
+ "type": "pathP",
+ "name": 76,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 136,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "name": 77,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 77,
+ "ctrlPoint1": {
+ "x": 157,
+ "y": 645,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 152,
+ "y": 639,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 136,
+ "y": 633,
+ "r": 5,
+ "type": "pathP",
+ "name": 77,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 70,
+ "y": 599,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 78,
+ "ctrlPoint1": {
+ "x": 119,
+ "y": 624,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 86,
+ "y": 607,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 70,
+ "y": 599,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 38,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 79,
+ "ctrlPoint1": {
+ "x": 54,
+ "y": 599,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 40,
+ "y": 606,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 38,
+ "y": 622,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 38,
+ "y": 718,
+ "r": 5,
+ "type": "pathP",
+ "name": 72,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 80,
+ "ctrlPoint1": {
+ "x": 38,
+ "y": 646,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 38,
+ "y": 694,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N129",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\7173bc13-cc61-41e9-8efa-7e64e52eb986\\N129_1134091_KENZO.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 105,
+ "yaxis": 666,
+ "shopNav": 112,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 502,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "name": 81,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 440,
+ "y": 476,
+ "r": 5,
+ "type": "pathP",
+ "name": 82,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 82,
+ "ctrlPoint1": {
+ "x": 486,
+ "y": 431,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 455,
+ "y": 461,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 440,
+ "y": 476,
+ "r": 5,
+ "type": "pathP",
+ "name": 82,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 511,
+ "y": 544,
+ "r": 5,
+ "type": "pathP",
+ "name": 83,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 83,
+ "ctrlPoint1": {
+ "x": 457,
+ "y": 493,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 493,
+ "y": 527,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 511,
+ "y": 544,
+ "r": 5,
+ "type": "pathP",
+ "name": 83,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 570,
+ "y": 495,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 84,
+ "ctrlPoint1": {
+ "x": 525,
+ "y": 531,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 555,
+ "y": 507,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 570,
+ "y": 495,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 551,
+ "y": 452,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 85,
+ "ctrlPoint1": {
+ "x": 565,
+ "y": 484,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 555,
+ "y": 462,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 551,
+ "y": 452,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 502,
+ "y": 417,
+ "r": 5,
+ "type": "pathP",
+ "name": 81,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 748,
+ "ctrlPoint1": {
+ "x": 538,
+ "y": 443,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 514,
+ "y": 425,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N130",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\970be328-6081-4b29-ba95-a134399ca43f\\N130_1134092_Zizzi.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 505,
+ "yaxis": 480,
+ "shopNav": 107,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 440,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 543,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 91,
+ "ctrlPoint1": {
+ "x": 422,
+ "y": 492,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 394,
+ "y": 524,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 543,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 504,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "name": 92,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 92,
+ "ctrlPoint1": {
+ "x": 414,
+ "y": 561,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 474,
+ "y": 598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 504,
+ "y": 617,
+ "r": 5,
+ "type": "pathP",
+ "name": 92,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 554,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 843,
+ "ctrlPoint1": {
+ "x": 514,
+ "y": 596,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 537,
+ "y": 570,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 554,
+ "y": 557,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 529,
+ "y": 531,
+ "r": 5,
+ "type": "pathP",
+ "name": 100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 100,
+ "ctrlPoint1": {
+ "x": 547,
+ "y": 550,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 535,
+ "y": 537,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 529,
+ "y": 531,
+ "r": 5,
+ "type": "pathP",
+ "name": 100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 511,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 101,
+ "ctrlPoint1": {
+ "x": 524,
+ "y": 534,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 515,
+ "y": 542,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 511,
+ "y": 546,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 440,
+ "y": 478,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 102,
+ "ctrlPoint1": {
+ "x": 493,
+ "y": 529,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 457,
+ "y": 495,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N134",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\8a097714-22a8-46ac-a9f8-855af22fbc8d\\N134_1134093_Swarovski.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 469,
+ "yaxis": 547,
+ "shopNav": 108,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 172,
+ "y": 713,
+ "r": 5,
+ "type": "pathP",
+ "name": 103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 192,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "name": 770,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 770,
+ "ctrlPoint1": {
+ "x": 177,
+ "y": 734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 187,
+ "y": 776,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 192,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "name": 770,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 61,
+ "y": 843,
+ "r": 5,
+ "type": "pathP",
+ "name": 109,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 771,
+ "ctrlPoint1": {
+ "x": 159,
+ "y": 809,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 93,
+ "y": 831,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 61,
+ "y": 843,
+ "r": 5,
+ "type": "pathP",
+ "name": 109,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 36,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 110,
+ "ctrlPoint1": {
+ "x": 53,
+ "y": 815,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 43,
+ "y": 761,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 36,
+ "y": 721,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 90,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 773,
+ "ctrlPoint1": {
+ "x": 49,
+ "y": 717,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 76,
+ "y": 709,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 90,
+ "y": 705,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 101,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 114,
+ "ctrlPoint1": {
+ "x": 92,
+ "y": 713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 98,
+ "y": 729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 101,
+ "y": 737,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 172,
+ "y": 713,
+ "r": 5,
+ "type": "pathP",
+ "name": 103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 115,
+ "ctrlPoint1": {
+ "x": 118,
+ "y": 731,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 154,
+ "y": 719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N135",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\f35f836c-d127-4f85-ad17-77d4960ae2a4\\N135_1134094_MCQ.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 114,
+ "yaxis": 774,
+ "shopNav": 115,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 383,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 582,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 117,
+ "ctrlPoint1": {
+ "x": 377,
+ "y": 553,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 368,
+ "y": 568,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 582,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 492,
+ "y": 642,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 118,
+ "ctrlPoint1": {
+ "x": 395,
+ "y": 597,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 459,
+ "y": 627,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 492,
+ "y": 642,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 503,
+ "y": 618,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 119,
+ "ctrlPoint1": {
+ "x": 494,
+ "y": 636,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 500,
+ "y": 624,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 503,
+ "y": 618,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 383,
+ "y": 545,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 120,
+ "ctrlPoint1": {
+ "x": 473,
+ "y": 599,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 413,
+ "y": 563,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N136",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\40509678-22a0-4d2b-9729-6c14d3040aea\\N136_1134095_ShuUemura.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 433,
+ "yaxis": 593,
+ "shopNav": 109,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 362,
+ "y": 584,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 122,
+ "ctrlPoint1": {
+ "x": 358,
+ "y": 594,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 350,
+ "y": 614,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 485,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "name": 123,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 123,
+ "ctrlPoint1": {
+ "x": 381,
+ "y": 635,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 450,
+ "y": 655,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 485,
+ "y": 666,
+ "r": 5,
+ "type": "pathP",
+ "name": 123,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 492,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "name": 124,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 124,
+ "ctrlPoint1": {
+ "x": 486,
+ "y": 660,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 490,
+ "y": 648,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 492,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "name": 124,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 362,
+ "y": 584,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 125,
+ "ctrlPoint1": {
+ "x": 459,
+ "y": 628,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 394,
+ "y": 598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N138",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\39147345-0115-4576-a01f-210ebda05cc3\\N138_1134096_BobbiBrown.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 419,
+ "yaxis": 625,
+ "shopNav": 110,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 345,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "name": 126,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 337,
+ "y": 663,
+ "r": 5,
+ "type": "pathP",
+ "name": 127,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 127,
+ "ctrlPoint1": {
+ "x": 343,
+ "y": 634,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 339,
+ "y": 653,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 337,
+ "y": 663,
+ "r": 5,
+ "type": "pathP",
+ "name": 127,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 482,
+ "y": 690,
+ "r": 5,
+ "type": "pathP",
+ "name": 128,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 128,
+ "ctrlPoint1": {
+ "x": 373,
+ "y": 669,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 445,
+ "y": 683,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 482,
+ "y": 690,
+ "r": 5,
+ "type": "pathP",
+ "name": 128,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 485,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 129,
+ "ctrlPoint1": {
+ "x": 482,
+ "y": 684,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 484,
+ "y": 672,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 485,
+ "y": 667,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 345,
+ "y": 625,
+ "r": 5,
+ "type": "pathP",
+ "name": 126,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 130,
+ "ctrlPoint1": {
+ "x": 450,
+ "y": 656,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 380,
+ "y": 635,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N140",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\ddbcb6cd-498c-4963-83fb-d0f0e39fc4ca\\N140_1134098_JoMalone.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 411,
+ "yaxis": 657,
+ "shopNav": 111,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 336,
+ "y": 664,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 331,
+ "y": 707,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 132,
+ "ctrlPoint1": {
+ "x": 334,
+ "y": 674,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 332,
+ "y": 696,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 331,
+ "y": 707,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 481,
+ "y": 714,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 133,
+ "ctrlPoint1": {
+ "x": 368,
+ "y": 708,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 443,
+ "y": 712,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 481,
+ "y": 714,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 482,
+ "y": 691,
+ "r": 5,
+ "type": "pathP",
+ "name": 134,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 134,
+ "ctrlPoint1": {
+ "x": 481,
+ "y": 708,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 481,
+ "y": 696,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 482,
+ "y": 691,
+ "r": 5,
+ "type": "pathP",
+ "name": 134,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 336,
+ "y": 664,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 135,
+ "ctrlPoint1": {
+ "x": 445,
+ "y": 684,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 372,
+ "y": 670,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N142",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\1372fd15-d029-4452-ae8c-685638aa56dc\\N142_1134099_MakeUpForEver.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 406,
+ "yaxis": 689,
+ "shopNav": 113,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 331,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "name": 136,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 331,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "name": 137,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 137,
+ "ctrlPoint1": {
+ "x": 331,
+ "y": 719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 331,
+ "y": 741,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 331,
+ "y": 752,
+ "r": 5,
+ "type": "pathP",
+ "name": 137,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 482,
+ "y": 738,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 138,
+ "ctrlPoint1": {
+ "x": 368,
+ "y": 748,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 444,
+ "y": 741,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 482,
+ "y": 738,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 481,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 139,
+ "ctrlPoint1": {
+ "x": 481,
+ "y": 732,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 481,
+ "y": 720,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 481,
+ "y": 715,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 331,
+ "y": 708,
+ "r": 5,
+ "type": "pathP",
+ "name": 136,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 140,
+ "ctrlPoint1": {
+ "x": 443,
+ "y": 713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 368,
+ "y": 709,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N144",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\1da1d580-1fbd-4f4c-aaa5-35427f31a3d7\\N144_1134100_Kiehl's.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 406,
+ "yaxis": 730,
+ "shopNav": 114,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 242,
+ "y": 954,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 200,
+ "y": 970,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 144,
+ "ctrlPoint1": {
+ "x": 231,
+ "y": 958,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 210,
+ "y": 966,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 200,
+ "y": 970,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 186,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 145,
+ "ctrlPoint1": {
+ "x": 196,
+ "y": 960,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 189,
+ "y": 942,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 186,
+ "y": 933,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 207,
+ "y": 848,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 761,
+ "ctrlPoint1": {
+ "x": 191,
+ "y": 911,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 201,
+ "y": 869,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 207,
+ "y": 848,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 242,
+ "y": 954,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 763,
+ "ctrlPoint1": {
+ "x": 215,
+ "y": 874,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 233,
+ "y": 927,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N145",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\d1cfe34e-3daf-4feb-b4fe-ed6b8b9a26e8\\N145_1134101_Swatch.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 214,
+ "yaxis": 909,
+ "shopNav": 120,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 240,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "name": 150,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 250,
+ "y": 983,
+ "r": 5,
+ "type": "pathP",
+ "name": 151,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 151,
+ "ctrlPoint1": {
+ "x": 242,
+ "y": 963,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 247,
+ "y": 976,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 250,
+ "y": 983,
+ "r": 5,
+ "type": "pathP",
+ "name": 151,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 242,
+ "y": 1005,
+ "r": 5,
+ "type": "pathP",
+ "name": 152,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 152,
+ "ctrlPoint1": {
+ "x": 252,
+ "y": 990,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 249,
+ "y": 997,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 242,
+ "y": 1005,
+ "r": 5,
+ "type": "pathP",
+ "name": 152,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 125,
+ "y": 1049,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 153,
+ "ctrlPoint1": {
+ "x": 212,
+ "y": 1016,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 154,
+ "y": 1038,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 125,
+ "y": 1049,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 78,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "name": 160,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 849,
+ "ctrlPoint1": {
+ "x": 113,
+ "y": 1014,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 89,
+ "y": 945,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 78,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "name": 160,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 61,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 161,
+ "ctrlPoint1": {
+ "x": 73,
+ "y": 894,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 65,
+ "y": 861,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 61,
+ "y": 845,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 118,
+ "y": 825,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 162,
+ "ctrlPoint1": {
+ "x": 75,
+ "y": 840,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 103,
+ "y": 830,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 118,
+ "y": 825,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 134,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "name": 163,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 163,
+ "ctrlPoint1": {
+ "x": 122,
+ "y": 836,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 130,
+ "y": 860,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 134,
+ "y": 872,
+ "r": 5,
+ "type": "pathP",
+ "name": 163,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 165,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "name": 164,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 164,
+ "ctrlPoint1": {
+ "x": 141,
+ "y": 873,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 157,
+ "y": 877,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 165,
+ "y": 879,
+ "r": 5,
+ "type": "pathP",
+ "name": 164,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 154,
+ "y": 929,
+ "r": 5,
+ "type": "pathP",
+ "name": 165,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 165,
+ "ctrlPoint1": {
+ "x": 162,
+ "y": 891,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 156,
+ "y": 916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 154,
+ "y": 929,
+ "r": 5,
+ "type": "pathP",
+ "name": 165,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 184,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "name": 166,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 166,
+ "ctrlPoint1": {
+ "x": 161,
+ "y": 930,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 176,
+ "y": 933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 184,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "name": 166,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 199,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 167,
+ "ctrlPoint1": {
+ "x": 187,
+ "y": 944,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 195,
+ "y": 963,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 199,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 240,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "name": 150,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 168,
+ "ctrlPoint1": {
+ "x": 209,
+ "y": 969,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 229,
+ "y": 961,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N139",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\c05f2c7b-0cd9-4f1e-90bb-0ec355716e73\\N139_1134097_EXI.T&FREDPERRY 2.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 155,
+ "yaxis": 937,
+ "shopNav": 210,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 331,
+ "y": 753,
+ "r": 5,
+ "type": "pathP",
+ "name": 169,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 335,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "name": 170,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 170,
+ "ctrlPoint1": {
+ "x": 332,
+ "y": 764,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 334,
+ "y": 786,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 335,
+ "y": 797,
+ "r": 5,
+ "type": "pathP",
+ "name": 170,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 488,
+ "y": 764,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 171,
+ "ctrlPoint1": {
+ "x": 373,
+ "y": 788,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 449,
+ "y": 772,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 488,
+ "y": 764,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 482,
+ "y": 739,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 172,
+ "ctrlPoint1": {
+ "x": 486,
+ "y": 757,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 483,
+ "y": 745,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 482,
+ "y": 739,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 331,
+ "y": 753,
+ "r": 5,
+ "type": "pathP",
+ "name": 169,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 173,
+ "ctrlPoint1": {
+ "x": 444,
+ "y": 742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 368,
+ "y": 749,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N146",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\e68f25c1-2b0f-4abc-a6bf-96bbeddb313f\\N146_1134102_HERA.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 409,
+ "yaxis": 768,
+ "shopNav": 117,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 335,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "name": 174,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 343,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "name": 175,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 175,
+ "ctrlPoint1": {
+ "x": 337,
+ "y": 807,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 341,
+ "y": 827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 343,
+ "y": 837,
+ "r": 5,
+ "type": "pathP",
+ "name": 175,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 495,
+ "y": 786,
+ "r": 5,
+ "type": "pathP",
+ "name": 176,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 847,
+ "ctrlPoint1": {
+ "x": 381,
+ "y": 824,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 457,
+ "y": 798,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 495,
+ "y": 786,
+ "r": 5,
+ "type": "pathP",
+ "name": 176,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 488,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "name": 177,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 177,
+ "ctrlPoint1": {
+ "x": 493,
+ "y": 780,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 489,
+ "y": 770,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 488,
+ "y": 765,
+ "r": 5,
+ "type": "pathP",
+ "name": 177,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 335,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "name": 174,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 178,
+ "ctrlPoint1": {
+ "x": 449,
+ "y": 773,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 373,
+ "y": 789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N148",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\107a631b-8f3a-49b3-ac58-d9f4495c0b45\\N148_1134169_SPACENK.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 415,
+ "yaxis": 801,
+ "shopNav": 118,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 344,
+ "y": 838,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 357,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 180,
+ "ctrlPoint1": {
+ "x": 347,
+ "y": 847,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 353,
+ "y": 866,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 357,
+ "y": 876,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 505,
+ "y": 805,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 181,
+ "ctrlPoint1": {
+ "x": 394,
+ "y": 858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 468,
+ "y": 822,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 505,
+ "y": 805,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 496,
+ "y": 787,
+ "r": 5,
+ "type": "pathP",
+ "name": 182,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 182,
+ "ctrlPoint1": {
+ "x": 502,
+ "y": 800,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 498,
+ "y": 791,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 496,
+ "y": 787,
+ "r": 5,
+ "type": "pathP",
+ "name": 182,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 344,
+ "y": 838,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 183,
+ "ctrlPoint1": {
+ "x": 458,
+ "y": 799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 382,
+ "y": 825,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N150",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\aa530bba-784c-425b-876d-f0df06524969\\N150_1134103_Caudalie.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 424,
+ "yaxis": 831,
+ "shopNav": 119,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 357,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 369,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 755,
+ "ctrlPoint1": {
+ "x": 360,
+ "y": 886,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 366,
+ "y": 902,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 369,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 426,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 188,
+ "ctrlPoint1": {
+ "x": 383,
+ "y": 904,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 411,
+ "y": 890,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 426,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 413,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 189,
+ "ctrlPoint1": {
+ "x": 422,
+ "y": 875,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 416,
+ "y": 859,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 413,
+ "y": 851,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 357,
+ "y": 878,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 190,
+ "ctrlPoint1": {
+ "x": 399,
+ "y": 857,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 371,
+ "y": 871,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N152A",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\c0cd5a65-3566-40bf-8d60-6748a2e3bd63\\N152a_1134104_Philosophy.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 391,
+ "yaxis": 881,
+ "shopNav": 121,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 415,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "name": 193,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 806,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 194,
+ "ctrlPoint1": {
+ "x": 437,
+ "y": 839,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 483,
+ "y": 817,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 806,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 548,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 842,
+ "ctrlPoint1": {
+ "x": 516,
+ "y": 821,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 537,
+ "y": 851,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 548,
+ "y": 866,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 480,
+ "y": 927,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 840,
+ "ctrlPoint1": {
+ "x": 531,
+ "y": 881,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 497,
+ "y": 911,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 480,
+ "y": 927,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 409,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 759,
+ "ctrlPoint1": {
+ "x": 462,
+ "y": 933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 426,
+ "y": 946,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 409,
+ "y": 953,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 379,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 205,
+ "ctrlPoint1": {
+ "x": 395,
+ "y": 953,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 383,
+ "y": 949,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 379,
+ "y": 940,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 370,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "name": 208,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 757,
+ "ctrlPoint1": {
+ "x": 376,
+ "y": 932,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 372,
+ "y": 918,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 370,
+ "y": 911,
+ "r": 5,
+ "type": "pathP",
+ "name": 208,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 428,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 209,
+ "ctrlPoint1": {
+ "x": 384,
+ "y": 904,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 413,
+ "y": 890,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 428,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 415,
+ "y": 850,
+ "r": 5,
+ "type": "pathP",
+ "name": 193,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 210,
+ "ctrlPoint1": {
+ "x": 424,
+ "y": 875,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 418,
+ "y": 858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 459,
+ "yaxis": 879,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 182,
+ "y": 1234,
+ "r": 5,
+ "type": "pathP",
+ "name": 315,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 213,
+ "y": 1324,
+ "r": 5,
+ "type": "pathP",
+ "name": 316,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 316,
+ "ctrlPoint1": {
+ "x": 189,
+ "y": 1256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 205,
+ "y": 1301,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 213,
+ "y": 1324,
+ "r": 5,
+ "type": "pathP",
+ "name": 316,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 261,
+ "y": 1307,
+ "r": 5,
+ "type": "pathP",
+ "name": 319,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 782,
+ "ctrlPoint1": {
+ "x": 225,
+ "y": 1319,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 249,
+ "y": 1311,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 261,
+ "y": 1307,
+ "r": 5,
+ "type": "pathP",
+ "name": 319,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 271,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 320,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 320,
+ "ctrlPoint1": {
+ "x": 263,
+ "y": 1313,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 268,
+ "y": 1326,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 271,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 320,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 301,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "name": 321,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 321,
+ "ctrlPoint1": {
+ "x": 278,
+ "y": 1330,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 293,
+ "y": 1324,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 301,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "name": 321,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 289,
+ "y": 1287,
+ "r": 5,
+ "type": "pathP",
+ "name": 322,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 322,
+ "ctrlPoint1": {
+ "x": 298,
+ "y": 1313,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 292,
+ "y": 1295,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 289,
+ "y": 1287,
+ "r": 5,
+ "type": "pathP",
+ "name": 322,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 325,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 323,
+ "ctrlPoint1": {
+ "x": 298,
+ "y": 1284,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 316,
+ "y": 1278,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 325,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 331,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "name": 324,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 324,
+ "ctrlPoint1": {
+ "x": 326,
+ "y": 1279,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 329,
+ "y": 1287,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 331,
+ "y": 1292,
+ "r": 5,
+ "type": "pathP",
+ "name": 324,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 355,
+ "y": 1282,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 325,
+ "ctrlPoint1": {
+ "x": 337,
+ "y": 1289,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 349,
+ "y": 1284,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 355,
+ "y": 1282,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 327,
+ "y": 1203,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 326,
+ "ctrlPoint1": {
+ "x": 348,
+ "y": 1262,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 334,
+ "y": 1222,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 327,
+ "y": 1203,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 293,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 327,
+ "ctrlPoint1": {
+ "x": 317,
+ "y": 1190,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 309,
+ "y": 1189,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 293,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 182,
+ "y": 1234,
+ "r": 5,
+ "type": "pathP",
+ "name": 315,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 780,
+ "ctrlPoint1": {
+ "x": 265,
+ "y": 1205,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 209,
+ "y": 1224,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L101",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\de62d1f6-9d95-4180-9a4a-1a1a7da4093f\\L101_1134137_Chikalicious.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 268,
+ "yaxis": 1264,
+ "shopNav": 122,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 538,
+ "y": 1143,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 482,
+ "y": 1228,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 785,
+ "ctrlPoint1": {
+ "x": 524,
+ "y": 1164,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 496,
+ "y": 1206,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 482,
+ "y": 1228,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 453,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 334,
+ "ctrlPoint1": {
+ "x": 474,
+ "y": 1211,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 460,
+ "y": 1178,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 453,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 467,
+ "y": 1135,
+ "r": 5,
+ "type": "pathP",
+ "name": 335,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 335,
+ "ctrlPoint1": {
+ "x": 452,
+ "y": 1148,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 459,
+ "y": 1138,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 467,
+ "y": 1135,
+ "r": 5,
+ "type": "pathP",
+ "name": 335,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 497,
+ "y": 1125,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 336,
+ "ctrlPoint1": {
+ "x": 474,
+ "y": 1132,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 489,
+ "y": 1127,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 497,
+ "y": 1125,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 538,
+ "y": 1143,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 337,
+ "ctrlPoint1": {
+ "x": 507,
+ "y": 1129,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 527,
+ "y": 1138,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L102",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\5176f2e3-8b7d-4f4f-9b62-16f8a406d435\\L102_1133992_fresh.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 495,
+ "yaxis": 1176,
+ "shopNav": 127,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 540,
+ "y": 1143,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 483,
+ "y": 1229,
+ "r": 5,
+ "type": "pathP",
+ "name": 340,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 784,
+ "ctrlPoint1": {
+ "x": 525,
+ "y": 1164,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 497,
+ "y": 1207,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 483,
+ "y": 1229,
+ "r": 5,
+ "type": "pathP",
+ "name": 340,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 523,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 341,
+ "ctrlPoint1": {
+ "x": 493,
+ "y": 1243,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 513,
+ "y": 1271,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 523,
+ "y": 1285,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 585,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 851,
+ "ctrlPoint1": {
+ "x": 538,
+ "y": 1254,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 569,
+ "y": 1193,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 585,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 540,
+ "y": 1143,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 346,
+ "ctrlPoint1": {
+ "x": 573,
+ "y": 1158,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 551,
+ "y": 1148,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L104",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\ad6a37fd-94ce-458d-96f6-bf60406d0461\\L104_1133993_Lancome.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 534,
+ "yaxis": 1214,
+ "shopNav": 217,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 345,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 370,
+ "y": 1379,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 348,
+ "ctrlPoint1": {
+ "x": 351,
+ "y": 1324,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 363,
+ "y": 1360,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 370,
+ "y": 1379,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 349,
+ "y": 1386,
+ "r": 5,
+ "type": "pathP",
+ "name": 349,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 349,
+ "ctrlPoint1": {
+ "x": 364,
+ "y": 1380,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 354,
+ "y": 1384,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 349,
+ "y": 1386,
+ "r": 5,
+ "type": "pathP",
+ "name": 349,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 354,
+ "y": 1400,
+ "r": 5,
+ "type": "pathP",
+ "name": 350,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 350,
+ "ctrlPoint1": {
+ "x": 350,
+ "y": 1389,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 352,
+ "y": 1396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 354,
+ "y": 1400,
+ "r": 5,
+ "type": "pathP",
+ "name": 350,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 407,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 352,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 872,
+ "ctrlPoint1": {
+ "x": 367,
+ "y": 1395,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 393,
+ "y": 1386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 407,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 352,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 1300,
+ "r": 5,
+ "type": "pathP",
+ "name": 353,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 353,
+ "ctrlPoint1": {
+ "x": 392,
+ "y": 1362,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 369,
+ "y": 1323,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 1300,
+ "r": 5,
+ "type": "pathP",
+ "name": 353,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 345,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 354,
+ "ctrlPoint1": {
+ "x": 358,
+ "y": 1301,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 349,
+ "y": 1304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L105",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\13c8f77d-9ed3-4d52-a5cf-fc99fac5850a\\L105_1134138_Diptyque.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 376,
+ "yaxis": 1350,
+ "shopNav": 123,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 586,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 524,
+ "y": 1284,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 786,
+ "ctrlPoint1": {
+ "x": 570,
+ "y": 1193,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 539,
+ "y": 1253,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 524,
+ "y": 1284,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 570,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 358,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 358,
+ "ctrlPoint1": {
+ "x": 535,
+ "y": 1299,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 555,
+ "y": 1321,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 570,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 358,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 644,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "name": 359,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 359,
+ "ctrlPoint1": {
+ "x": 588,
+ "y": 1298,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 625,
+ "y": 1229,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 644,
+ "y": 1195,
+ "r": 5,
+ "type": "pathP",
+ "name": 359,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 586,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 360,
+ "ctrlPoint1": {
+ "x": 629,
+ "y": 1187,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 600,
+ "y": 1171,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L106",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\03966257-96b8-403a-b715-2d7472ce1cd4\\L106_1133994_YSL.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 584,
+ "yaxis": 1248,
+ "shopNav": 245,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 571,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 607,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 365,
+ "ctrlPoint1": {
+ "x": 580,
+ "y": 1344,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 596,
+ "y": 1355,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 607,
+ "y": 1362,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 692,
+ "y": 1224,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 366,
+ "ctrlPoint1": {
+ "x": 628,
+ "y": 1327,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 670,
+ "y": 1258,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 692,
+ "y": 1224,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 644,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "name": 856,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 856,
+ "ctrlPoint1": {
+ "x": 680,
+ "y": 1217,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 656,
+ "y": 1203,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 644,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "name": 856,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 571,
+ "y": 1334,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 857,
+ "ctrlPoint1": {
+ "x": 625,
+ "y": 1230,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 589,
+ "y": 1299,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L108",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\4ad3b9bf-8436-47d8-bc82-db9d8207bc6a\\L108_1134139_Filorga.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 631,
+ "yaxis": 1279,
+ "shopNav": 132,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 409,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "name": 368,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 353,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "name": 370,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 871,
+ "ctrlPoint1": {
+ "x": 395,
+ "y": 1388,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 367,
+ "y": 1396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 353,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "name": 370,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 1387,
+ "r": 5,
+ "type": "pathP",
+ "name": 371,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 371,
+ "ctrlPoint1": {
+ "x": 351,
+ "y": 1397,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 348,
+ "y": 1390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 1387,
+ "r": 5,
+ "type": "pathP",
+ "name": 371,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 297,
+ "y": 1405,
+ "r": 5,
+ "type": "pathP",
+ "name": 372,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 372,
+ "ctrlPoint1": {
+ "x": 334,
+ "y": 1391,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 309,
+ "y": 1400,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 297,
+ "y": 1405,
+ "r": 5,
+ "type": "pathP",
+ "name": 372,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 307,
+ "y": 1438,
+ "r": 5,
+ "type": "pathP",
+ "name": 373,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 373,
+ "ctrlPoint1": {
+ "x": 299,
+ "y": 1413,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 304,
+ "y": 1429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 307,
+ "y": 1438,
+ "r": 5,
+ "type": "pathP",
+ "name": 373,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 258,
+ "y": 1456,
+ "r": 5,
+ "type": "pathP",
+ "name": 374,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 374,
+ "ctrlPoint1": {
+ "x": 294,
+ "y": 1442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 270,
+ "y": 1451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 258,
+ "y": 1456,
+ "r": 5,
+ "type": "pathP",
+ "name": 374,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 303,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "name": 375,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 375,
+ "ctrlPoint1": {
+ "x": 269,
+ "y": 1492,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 291,
+ "y": 1565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 303,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "name": 375,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 337,
+ "y": 1618,
+ "r": 5,
+ "type": "pathP",
+ "name": 376,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 376,
+ "ctrlPoint1": {
+ "x": 310,
+ "y": 1620,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 319,
+ "y": 1624,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 337,
+ "y": 1618,
+ "r": 5,
+ "type": "pathP",
+ "name": 376,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 391,
+ "y": 1554,
+ "r": 5,
+ "type": "pathP",
+ "name": 377,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 377,
+ "ctrlPoint1": {
+ "x": 350,
+ "y": 1602,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 377,
+ "y": 1570,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 391,
+ "y": 1554,
+ "r": 5,
+ "type": "pathP",
+ "name": 377,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 355,
+ "y": 1521,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 378,
+ "ctrlPoint1": {
+ "x": 382,
+ "y": 1545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 364,
+ "y": 1529,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 355,
+ "y": 1521,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 417,
+ "y": 1450,
+ "r": 5,
+ "type": "pathP",
+ "name": 381,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 870,
+ "ctrlPoint1": {
+ "x": 370,
+ "y": 1503,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 401,
+ "y": 1467,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 417,
+ "y": 1450,
+ "r": 5,
+ "type": "pathP",
+ "name": 381,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 447,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 382,
+ "ctrlPoint1": {
+ "x": 424,
+ "y": 1445,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 439,
+ "y": 1436,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 447,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 457,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 383,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 383,
+ "ctrlPoint1": {
+ "x": 449,
+ "y": 1429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 454,
+ "y": 1423,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 457,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 383,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 409,
+ "y": 1384,
+ "r": 5,
+ "type": "pathP",
+ "name": 368,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 384,
+ "ctrlPoint1": {
+ "x": 437,
+ "y": 1410,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 419,
+ "y": 1396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L109",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\c4fbedbd-b5d0-4510-b5af-2da206a4fb93\\L109_1134140_Tesla.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 357,
+ "yaxis": 1501,
+ "shopNav": 126,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 692,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "name": 385,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 608,
+ "y": 1363,
+ "r": 5,
+ "type": "pathP",
+ "name": 386,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 386,
+ "ctrlPoint1": {
+ "x": 671,
+ "y": 1259,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 629,
+ "y": 1328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 608,
+ "y": 1363,
+ "r": 5,
+ "type": "pathP",
+ "name": 386,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 643,
+ "y": 1386,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 387,
+ "ctrlPoint1": {
+ "x": 616,
+ "y": 1371,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 632,
+ "y": 1381,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 643,
+ "y": 1386,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 708,
+ "y": 1291,
+ "r": 5,
+ "type": "pathP",
+ "name": 388,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 388,
+ "ctrlPoint1": {
+ "x": 659,
+ "y": 1362,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 691,
+ "y": 1314,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 708,
+ "y": 1291,
+ "r": 5,
+ "type": "pathP",
+ "name": 388,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 736,
+ "y": 1313,
+ "r": 5,
+ "type": "pathP",
+ "name": 389,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 389,
+ "ctrlPoint1": {
+ "x": 715,
+ "y": 1296,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 729,
+ "y": 1307,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 736,
+ "y": 1313,
+ "r": 5,
+ "type": "pathP",
+ "name": 389,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 766,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 392,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 859,
+ "ctrlPoint1": {
+ "x": 743,
+ "y": 1303,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 758,
+ "y": 1284,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 766,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 392,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 692,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "name": 385,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 393,
+ "ctrlPoint1": {
+ "x": 747,
+ "y": 1262,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 710,
+ "y": 1237,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L110",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\656ebb26-5f55-4191-b2ab-bb6a460e949e\\L110_1133995_TomFord.JPG",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 687,
+ "yaxis": 1305,
+ "shopNav": 135,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 458,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "name": 394,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 448,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "name": 395,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 395,
+ "ctrlPoint1": {
+ "x": 455,
+ "y": 1424,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 450,
+ "y": 1429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 448,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "name": 395,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 491,
+ "y": 1473,
+ "r": 5,
+ "type": "pathP",
+ "name": 398,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 868,
+ "ctrlPoint1": {
+ "x": 458,
+ "y": 1442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 480,
+ "y": 1462,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 491,
+ "y": 1473,
+ "r": 5,
+ "type": "pathP",
+ "name": 398,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 517,
+ "y": 1440,
+ "r": 5,
+ "type": "pathP",
+ "name": 399,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 399,
+ "ctrlPoint1": {
+ "x": 497,
+ "y": 1464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 510,
+ "y": 1448,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 517,
+ "y": 1440,
+ "r": 5,
+ "type": "pathP",
+ "name": 399,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 458,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "name": 394,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 400,
+ "ctrlPoint1": {
+ "x": 501,
+ "y": 1436,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 476,
+ "y": 1430,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L113",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\d024f36c-33f6-4e89-98a0-2c68253c24e6\\L113_1134141_AtelierCologne.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 482,
+ "yaxis": 1447,
+ "shopNav": 124,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 708,
+ "y": 1293,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 644,
+ "y": 1387,
+ "r": 5,
+ "type": "pathP",
+ "name": 402,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 402,
+ "ctrlPoint1": {
+ "x": 692,
+ "y": 1316,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 660,
+ "y": 1363,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 644,
+ "y": 1387,
+ "r": 5,
+ "type": "pathP",
+ "name": 402,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 708,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 403,
+ "ctrlPoint1": {
+ "x": 662,
+ "y": 1396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 691,
+ "y": 1412,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 708,
+ "y": 1424,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 767,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "name": 405,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 860,
+ "ctrlPoint1": {
+ "x": 722,
+ "y": 1402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 752,
+ "y": 1358,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 767,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "name": 405,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 708,
+ "y": 1293,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 406,
+ "ctrlPoint1": {
+ "x": 752,
+ "y": 1326,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 722,
+ "y": 1304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L116",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\6548e4a7-97b4-4d04-9ed1-e63b263a8b03\\L116_1133996_ChaLing.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 705,
+ "yaxis": 1358,
+ "shopNav": 137,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 741,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 718,
+ "y": 1428,
+ "r": 5,
+ "type": "pathP",
+ "name": 408,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 408,
+ "ctrlPoint1": {
+ "x": 735,
+ "y": 1404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 723,
+ "y": 1420,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 718,
+ "y": 1428,
+ "r": 5,
+ "type": "pathP",
+ "name": 408,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 761,
+ "y": 1458,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 409,
+ "ctrlPoint1": {
+ "x": 728,
+ "y": 1435,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 750,
+ "y": 1450,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 761,
+ "y": 1458,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 784,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "name": 410,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 410,
+ "ctrlPoint1": {
+ "x": 766,
+ "y": 1451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 778,
+ "y": 1439,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 784,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "name": 410,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 741,
+ "y": 1397,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 411,
+ "ctrlPoint1": {
+ "x": 773,
+ "y": 1424,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 751,
+ "y": 1406,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L118",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\4bed4e8b-e51d-4c00-9c68-ca7f02c8ae0a\\L118_1133997_GucciBeauty.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 751,
+ "yaxis": 1427,
+ "shopNav": 139,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 551,
+ "y": 1440,
+ "r": 5,
+ "type": "pathP",
+ "name": 412,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 518,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "name": 413,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 413,
+ "ctrlPoint1": {
+ "x": 542,
+ "y": 1449,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 526,
+ "y": 1467,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 518,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "name": 413,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 565,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "name": 414,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 414,
+ "ctrlPoint1": {
+ "x": 529,
+ "y": 1486,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 553,
+ "y": 1508,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 565,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "name": 414,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 615,
+ "y": 1456,
+ "r": 5,
+ "type": "pathP",
+ "name": 416,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 794,
+ "ctrlPoint1": {
+ "x": 577,
+ "y": 1503,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 602,
+ "y": 1471,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 615,
+ "y": 1456,
+ "r": 5,
+ "type": "pathP",
+ "name": 416,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 551,
+ "y": 1440,
+ "r": 5,
+ "type": "pathP",
+ "name": 412,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 417,
+ "ctrlPoint1": {
+ "x": 597,
+ "y": 1449,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 573,
+ "y": 1442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L119",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\baf64b94-99d3-4473-8d6f-1d5a278a64b1\\L119_1133998_ChanelBeaute.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 566,
+ "yaxis": 1479,
+ "shopNav": 136,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 795,
+ "y": 1328,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 824,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "name": 419,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 419,
+ "ctrlPoint1": {
+ "x": 802,
+ "y": 1334,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 816,
+ "y": 1348,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 824,
+ "y": 1355,
+ "r": 5,
+ "type": "pathP",
+ "name": 419,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 772,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 420,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 420,
+ "ctrlPoint1": {
+ "x": 811,
+ "y": 1371,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 785,
+ "y": 1403,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 772,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 420,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "name": 421,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 421,
+ "ctrlPoint1": {
+ "x": 775,
+ "y": 1423,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 782,
+ "y": 1429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "name": 421,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 762,
+ "y": 1458,
+ "r": 5,
+ "type": "pathP",
+ "name": 422,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 422,
+ "ctrlPoint1": {
+ "x": 780,
+ "y": 1438,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 768,
+ "y": 1451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 762,
+ "y": 1458,
+ "r": 5,
+ "type": "pathP",
+ "name": 422,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 819,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "name": 423,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 423,
+ "ctrlPoint1": {
+ "x": 776,
+ "y": 1470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 804,
+ "y": 1495,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 819,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "name": 423,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 922,
+ "y": 1412,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 424,
+ "ctrlPoint1": {
+ "x": 844,
+ "y": 1484,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 896,
+ "y": 1436,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 922,
+ "y": 1412,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "name": 427,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 866,
+ "ctrlPoint1": {
+ "x": 894,
+ "y": 1386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 838,
+ "y": 1334,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 1309,
+ "r": 5,
+ "type": "pathP",
+ "name": 427,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 795,
+ "y": 1328,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 428,
+ "ctrlPoint1": {
+ "x": 807,
+ "y": 1313,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 799,
+ "y": 1323,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L120",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\ada491aa-54e6-4907-98b9-c18c6308fd65\\L120_1133999_GGivenchy.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 842,
+ "yaxis": 1408,
+ "shopNav": 142,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 616,
+ "y": 1457,
+ "r": 5,
+ "type": "pathP",
+ "name": 429,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 566,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 793,
+ "ctrlPoint1": {
+ "x": 603,
+ "y": 1472,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 578,
+ "y": 1503,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 566,
+ "y": 1519,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 612,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "name": 433,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 792,
+ "ctrlPoint1": {
+ "x": 577,
+ "y": 1526,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 600,
+ "y": 1542,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 612,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "name": 433,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 668,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "name": 435,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 791,
+ "ctrlPoint1": {
+ "x": 626,
+ "y": 1533,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 654,
+ "y": 1501,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 668,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "name": 435,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 616,
+ "y": 1457,
+ "r": 5,
+ "type": "pathP",
+ "name": 429,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 436,
+ "ctrlPoint1": {
+ "x": 654,
+ "y": 1477,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 630,
+ "y": 1461,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L121",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\42be038a-20c6-4cd4-8a3d-604c517cacaa\\L121_1134142_LaMer.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 617,
+ "yaxis": 1503,
+ "shopNav": 138,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 669,
+ "y": 1486,
+ "r": 5,
+ "type": "pathP",
+ "name": 437,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 613,
+ "y": 1551,
+ "r": 5,
+ "type": "pathP",
+ "name": 438,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 438,
+ "ctrlPoint1": {
+ "x": 655,
+ "y": 1502,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 627,
+ "y": 1534,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 613,
+ "y": 1551,
+ "r": 5,
+ "type": "pathP",
+ "name": 438,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 664,
+ "y": 1589,
+ "r": 5,
+ "type": "pathP",
+ "name": 441,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 790,
+ "ctrlPoint1": {
+ "x": 625,
+ "y": 1560,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 651,
+ "y": 1579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 664,
+ "y": 1589,
+ "r": 5,
+ "type": "pathP",
+ "name": 441,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 722,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 442,
+ "ctrlPoint1": {
+ "x": 678,
+ "y": 1572,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 707,
+ "y": 1540,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 722,
+ "y": 1524,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 669,
+ "y": 1486,
+ "r": 5,
+ "type": "pathP",
+ "name": 437,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 443,
+ "ctrlPoint1": {
+ "x": 708,
+ "y": 1514,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 682,
+ "y": 1495,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L123",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\5d5c7441-161d-4ffb-af75-20d13db80455\\L123_1134000_Guerlain.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 667,
+ "yaxis": 1537,
+ "shopNav": 140,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 722,
+ "y": 1525,
+ "r": 5,
+ "type": "pathP",
+ "name": 444,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 665,
+ "y": 1590,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 445,
+ "ctrlPoint1": {
+ "x": 707,
+ "y": 1541,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 679,
+ "y": 1573,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 665,
+ "y": 1590,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 706,
+ "y": 1625,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 446,
+ "ctrlPoint1": {
+ "x": 675,
+ "y": 1598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 695,
+ "y": 1616,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 706,
+ "y": 1625,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 764,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 447,
+ "ctrlPoint1": {
+ "x": 720,
+ "y": 1608,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 749,
+ "y": 1575,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 764,
+ "y": 1559,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 722,
+ "y": 1525,
+ "r": 5,
+ "type": "pathP",
+ "name": 444,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 448,
+ "ctrlPoint1": {
+ "x": 753,
+ "y": 1550,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 732,
+ "y": 1533,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L125",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\3588f88a-1ae6-4b0d-b59a-217e11a4b5de\\L125_1134001_Sulwhasoo.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 714,
+ "yaxis": 1575,
+ "shopNav": 141,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 923,
+ "y": 1414,
+ "r": 5,
+ "type": "pathP",
+ "name": 451,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 821,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "name": 452,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 452,
+ "ctrlPoint1": {
+ "x": 897,
+ "y": 1437,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 846,
+ "y": 1484,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 821,
+ "y": 1508,
+ "r": 5,
+ "type": "pathP",
+ "name": 452,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 881,
+ "y": 1567,
+ "r": 5,
+ "type": "pathP",
+ "name": 453,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 453,
+ "ctrlPoint1": {
+ "x": 836,
+ "y": 1522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 866,
+ "y": 1552,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 881,
+ "y": 1567,
+ "r": 5,
+ "type": "pathP",
+ "name": 453,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 982,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 454,
+ "ctrlPoint1": {
+ "x": 906,
+ "y": 1546,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 956,
+ "y": 1505,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 982,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 923,
+ "y": 1414,
+ "r": 5,
+ "type": "pathP",
+ "name": 451,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 864,
+ "ctrlPoint1": {
+ "x": 967,
+ "y": 1467,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 937,
+ "y": 1431,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L126",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\05cbd642-1290-4559-b824-785a8b356d48\\L126_1134002_BrooksBrothers.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 901,
+ "yaxis": 1490,
+ "shopNav": 143,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 707,
+ "y": 1625,
+ "r": 5,
+ "type": "pathP",
+ "name": 461,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 461,
+ "ctrlPoint1": {
+ "x": 750,
+ "y": 1576,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 721,
+ "y": 1608,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 707,
+ "y": 1625,
+ "r": 5,
+ "type": "pathP",
+ "name": 461,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 764,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "name": 462,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 462,
+ "ctrlPoint1": {
+ "x": 721,
+ "y": 1637,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 749,
+ "y": 1663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 764,
+ "y": 1676,
+ "r": 5,
+ "type": "pathP",
+ "name": 462,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 820,
+ "y": 1614,
+ "r": 5,
+ "type": "pathP",
+ "name": 465,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 874,
+ "ctrlPoint1": {
+ "x": 778,
+ "y": 1660,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 806,
+ "y": 1629,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 820,
+ "y": 1614,
+ "r": 5,
+ "type": "pathP",
+ "name": 465,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 1560,
+ "r": 5,
+ "type": "pathP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 466,
+ "ctrlPoint1": {
+ "x": 804,
+ "y": 1597,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 783,
+ "y": 1575,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L127",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\5e85d2c9-c527-4c85-a130-2973470c5b22\\L127_1134003_Sisley.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 763,
+ "yaxis": 1618,
+ "shopNav": 144,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 860,
+ "y": 1661,
+ "r": 5,
+ "type": "pathP",
+ "name": 471,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 838,
+ "y": 1688,
+ "r": 5,
+ "type": "pathP",
+ "name": 472,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 472,
+ "ctrlPoint1": {
+ "x": 854,
+ "y": 1667,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 843,
+ "y": 1681,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 838,
+ "y": 1688,
+ "r": 5,
+ "type": "pathP",
+ "name": 472,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 820,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 473,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 473,
+ "ctrlPoint1": {
+ "x": 833,
+ "y": 1684,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 824,
+ "y": 1676,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 820,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 473,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 800,
+ "y": 1694,
+ "r": 5,
+ "type": "pathP",
+ "name": 474,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 474,
+ "ctrlPoint1": {
+ "x": 815,
+ "y": 1678,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 805,
+ "y": 1688,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 800,
+ "y": 1694,
+ "r": 5,
+ "type": "pathP",
+ "name": 474,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 852,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "name": 475,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 475,
+ "ctrlPoint1": {
+ "x": 813,
+ "y": 1705,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 839,
+ "y": 1727,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 852,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "name": 475,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 843,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "name": 476,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 476,
+ "ctrlPoint1": {
+ "x": 849,
+ "y": 1742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 845,
+ "y": 1748,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 843,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "name": 476,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 857,
+ "y": 1766,
+ "r": 5,
+ "type": "pathP",
+ "name": 477,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 477,
+ "ctrlPoint1": {
+ "x": 846,
+ "y": 1755,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 853,
+ "y": 1762,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 857,
+ "y": 1766,
+ "r": 5,
+ "type": "pathP",
+ "name": 477,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 885,
+ "y": 1767,
+ "r": 5,
+ "type": "pathP",
+ "name": 478,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 478,
+ "ctrlPoint1": {
+ "x": 864,
+ "y": 1766,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 878,
+ "y": 1766,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 885,
+ "y": 1767,
+ "r": 5,
+ "type": "pathP",
+ "name": 478,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 860,
+ "y": 1661,
+ "r": 5,
+ "type": "pathP",
+ "name": 471,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 479,
+ "ctrlPoint1": {
+ "x": 886,
+ "y": 1731,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 885,
+ "y": 1695,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L129",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\711f8e20-92c8-40f2-9462-6c2183a7e831\\L129_1134004_Dior.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 842,
+ "yaxis": 1714,
+ "shopNav": 147,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 1609,
+ "r": 5,
+ "type": "pathP",
+ "name": 480,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 1537,
+ "r": 5,
+ "type": "pathP",
+ "name": 481,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 481,
+ "ctrlPoint1": {
+ "x": 943,
+ "y": 1591,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 995,
+ "y": 1555,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 1537,
+ "r": 5,
+ "type": "pathP",
+ "name": 481,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1085,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "name": 482,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 482,
+ "ctrlPoint1": {
+ "x": 1042,
+ "y": 1562,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1071,
+ "y": 1611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1085,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "name": 482,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1005,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "name": 483,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 483,
+ "ctrlPoint1": {
+ "x": 1065,
+ "y": 1648,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1025,
+ "y": 1667,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1005,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "name": 483,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 1661,
+ "r": 5,
+ "type": "pathP",
+ "name": 484,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 484,
+ "ctrlPoint1": {
+ "x": 1002,
+ "y": 1673,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 998,
+ "y": 1665,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 1661,
+ "r": 5,
+ "type": "pathP",
+ "name": 484,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 969,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "name": 485,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 485,
+ "ctrlPoint1": {
+ "x": 989,
+ "y": 1665,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 975,
+ "y": 1673,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 969,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "name": 485,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 1609,
+ "r": 5,
+ "type": "pathP",
+ "name": 480,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 486,
+ "ctrlPoint1": {
+ "x": 957,
+ "y": 1660,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 935,
+ "y": 1627,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L130",
+ "entColor": "#deaef3",
+ "borderColor": "#b3d1d1",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\474893fe-18a8-42ba-bca5-28ea64b05064\\L130_1134005_COACH.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1001,
+ "yaxis": 1607,
+ "shopNav": 146,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 787,
+ "y": 1686,
+ "r": 5,
+ "type": "pathP",
+ "name": 487,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 682,
+ "y": 1806,
+ "r": 5,
+ "type": "pathP",
+ "name": 490,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 796,
+ "ctrlPoint1": {
+ "x": 760,
+ "y": 1716,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 708,
+ "y": 1776,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 682,
+ "y": 1806,
+ "r": 5,
+ "type": "pathP",
+ "name": 490,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 737,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "name": 491,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 491,
+ "ctrlPoint1": {
+ "x": 695,
+ "y": 1818,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 723,
+ "y": 1843,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 737,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "name": 491,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 757,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 492,
+ "ctrlPoint1": {
+ "x": 742,
+ "y": 1862,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 752,
+ "y": 1874,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 757,
+ "y": 1880,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 1765,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 493,
+ "ctrlPoint1": {
+ "x": 781,
+ "y": 1851,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 829,
+ "y": 1793,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 1765,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 841,
+ "y": 1751,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 494,
+ "ctrlPoint1": {
+ "x": 850,
+ "y": 1761,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 844,
+ "y": 1754,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 841,
+ "y": 1751,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 850,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "name": 495,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 495,
+ "ctrlPoint1": {
+ "x": 843,
+ "y": 1748,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 847,
+ "y": 1742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 850,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "name": 495,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 847.484125,
+ "y": 1736.813125,
+ "r": 5,
+ "type": "pathP",
+ "name": 1105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1105,
+ "ctrlPoint1": {
+ "x": 849,
+ "y": 1738,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 848,
+ "y": 1737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 847.484125,
+ "y": 1736.813125,
+ "r": 5,
+ "type": "pathP",
+ "name": 1105,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 787,
+ "y": 1686,
+ "r": 5,
+ "type": "pathP",
+ "name": 487,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1106,
+ "ctrlPoint1": {
+ "x": 832,
+ "y": 1724,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1106,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 802,
+ "y": 1698,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1106,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L131",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\2b181605-62e5-40bc-b172-2a6b8bd5b47f\\L131_1134006_Let'sBurger&Lobster.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 768,
+ "yaxis": 1783,
+ "shopNav": 152,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 968,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "name": 497,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 1663,
+ "r": 5,
+ "type": "pathP",
+ "name": 498,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 498,
+ "ctrlPoint1": {
+ "x": 975,
+ "y": 1674,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 989,
+ "y": 1666,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 1663,
+ "r": 5,
+ "type": "pathP",
+ "name": 498,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1032,
+ "y": 1731,
+ "r": 5,
+ "type": "pathP",
+ "name": 499,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 499,
+ "ctrlPoint1": {
+ "x": 1005,
+ "y": 1680,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1023,
+ "y": 1714,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1032,
+ "y": 1731,
+ "r": 5,
+ "type": "pathP",
+ "name": 499,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1006,
+ "y": 1743,
+ "r": 5,
+ "type": "pathP",
+ "name": 500,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 500,
+ "ctrlPoint1": {
+ "x": 1025,
+ "y": 1734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1012,
+ "y": 1740,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1006,
+ "y": 1743,
+ "r": 5,
+ "type": "pathP",
+ "name": 500,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 968,
+ "y": 1678,
+ "r": 5,
+ "type": "pathP",
+ "name": 497,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 501,
+ "ctrlPoint1": {
+ "x": 996,
+ "y": 1726,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 977,
+ "y": 1694,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L136",
+ "entColor": "#deaef3",
+ "borderColor": "#b3d1d1",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\fc7525e4-10ea-422f-a80a-775c4f9e5993\\L136_1134007_bonpoint.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1000,
+ "yaxis": 1703,
+ "shopNav": 148,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 862,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "name": 502,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 883,
+ "y": 1788,
+ "r": 5,
+ "type": "pathP",
+ "name": 503,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 503,
+ "ctrlPoint1": {
+ "x": 867,
+ "y": 1787,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 877,
+ "y": 1787,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 883,
+ "y": 1788,
+ "r": 5,
+ "type": "pathP",
+ "name": 503,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 883,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 504,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 504,
+ "ctrlPoint1": {
+ "x": 883,
+ "y": 1806,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 883,
+ "y": 1844,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 883,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 504,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 849,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "name": 505,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 505,
+ "ctrlPoint1": {
+ "x": 874,
+ "y": 1863,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 857,
+ "y": 1865,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 849,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "name": 505,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 1855,
+ "r": 5,
+ "type": "pathP",
+ "name": 506,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 506,
+ "ctrlPoint1": {
+ "x": 845,
+ "y": 1863,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 838,
+ "y": 1857,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 1855,
+ "r": 5,
+ "type": "pathP",
+ "name": 506,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "name": 507,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 507,
+ "ctrlPoint1": {
+ "x": 842,
+ "y": 1845,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 857,
+ "y": 1827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "name": 507,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 848,
+ "y": 1803,
+ "r": 5,
+ "type": "pathP",
+ "name": 508,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 508,
+ "ctrlPoint1": {
+ "x": 860,
+ "y": 1814,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 852,
+ "y": 1806,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 848,
+ "y": 1803,
+ "r": 5,
+ "type": "pathP",
+ "name": 508,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 862,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "name": 502,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 509,
+ "ctrlPoint1": {
+ "x": 851,
+ "y": 1799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 858,
+ "y": 1791,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L137",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\6bf057d1-46f2-4124-9090-de61560801cc\\L137_1134143_NaturaBisse.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 859,
+ "yaxis": 1826,
+ "shopNav": 153,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 884,
+ "y": 1864,
+ "r": 5,
+ "type": "pathP",
+ "name": 510,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 848,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "name": 511,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 511,
+ "ctrlPoint1": {
+ "x": 875,
+ "y": 1865,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 857,
+ "y": 1867,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 848,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "name": 511,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 837,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "name": 512,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 512,
+ "ctrlPoint1": {
+ "x": 845,
+ "y": 1865,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 839,
+ "y": 1860,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 837,
+ "y": 1858,
+ "r": 5,
+ "type": "pathP",
+ "name": 512,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 824,
+ "y": 1871,
+ "r": 5,
+ "type": "pathP",
+ "name": 513,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 513,
+ "ctrlPoint1": {
+ "x": 833,
+ "y": 1861,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 827,
+ "y": 1867,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 824,
+ "y": 1871,
+ "r": 5,
+ "type": "pathP",
+ "name": 513,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 807,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "name": 514,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 514,
+ "ctrlPoint1": {
+ "x": 819,
+ "y": 1867,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 811,
+ "y": 1859,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 807,
+ "y": 1856,
+ "r": 5,
+ "type": "pathP",
+ "name": 514,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 771,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "name": 515,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 515,
+ "ctrlPoint1": {
+ "x": 798,
+ "y": 1866,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 780,
+ "y": 1888,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 771,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "name": 515,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 804,
+ "y": 1964,
+ "r": 5,
+ "type": "pathP",
+ "name": 516,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 516,
+ "ctrlPoint1": {
+ "x": 783,
+ "y": 1916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 797,
+ "y": 1948,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 804,
+ "y": 1964,
+ "r": 5,
+ "type": "pathP",
+ "name": 516,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 896,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "name": 517,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 517,
+ "ctrlPoint1": {
+ "x": 827,
+ "y": 1958,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 873,
+ "y": 1947,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 896,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "name": 517,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 884,
+ "y": 1864,
+ "r": 5,
+ "type": "pathP",
+ "name": 510,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 518,
+ "ctrlPoint1": {
+ "x": 892,
+ "y": 1922,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 886,
+ "y": 1888,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L139",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\db7cfc00-61eb-4bc9-bf71-a4f2cb23f50a\\L139_1134008_DAMIRDOMA.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 833,
+ "yaxis": 1910,
+ "shopNav": 154,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 904,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "name": 519,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 2004,
+ "r": 5,
+ "type": "pathP",
+ "name": 520,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 520,
+ "ctrlPoint1": {
+ "x": 880,
+ "y": 1986,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 834,
+ "y": 1998,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 2004,
+ "r": 5,
+ "type": "pathP",
+ "name": 520,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 804,
+ "y": 2135,
+ "r": 5,
+ "type": "pathP",
+ "name": 521,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 521,
+ "ctrlPoint1": {
+ "x": 820,
+ "y": 2046,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 817,
+ "y": 2089,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 804,
+ "y": 2135,
+ "r": 5,
+ "type": "pathP",
+ "name": 521,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 2154,
+ "r": 5,
+ "type": "pathP",
+ "name": 522,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 522,
+ "ctrlPoint1": {
+ "x": 816,
+ "y": 2139,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 840,
+ "y": 2149,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 2154,
+ "r": 5,
+ "type": "pathP",
+ "name": 522,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 885,
+ "y": 2065,
+ "r": 5,
+ "type": "pathP",
+ "name": 523,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 523,
+ "ctrlPoint1": {
+ "x": 861,
+ "y": 2131,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 877,
+ "y": 2087,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 885,
+ "y": 2065,
+ "r": 5,
+ "type": "pathP",
+ "name": 523,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 931,
+ "y": 2053,
+ "r": 5,
+ "type": "pathP",
+ "name": 524,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 524,
+ "ctrlPoint1": {
+ "x": 896,
+ "y": 2062,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 919,
+ "y": 2056,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 931,
+ "y": 2053,
+ "r": 5,
+ "type": "pathP",
+ "name": 524,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 904,
+ "y": 1980,
+ "r": 5,
+ "type": "pathP",
+ "name": 519,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 525,
+ "ctrlPoint1": {
+ "x": 924,
+ "y": 2034,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 910,
+ "y": 1998,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L141",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "90",
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\cdba40aa-233c-425c-8dd6-c37df6617cdb\\L141_1134009_Champion.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 867,
+ "yaxis": 2067,
+ "shopNav": 157,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 931,
+ "y": 2054,
+ "r": 5,
+ "type": "pathP",
+ "name": 526,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 2066,
+ "r": 5,
+ "type": "pathP",
+ "name": 527,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 527,
+ "ctrlPoint1": {
+ "x": 919,
+ "y": 2057,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 897,
+ "y": 2063,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 2066,
+ "r": 5,
+ "type": "pathP",
+ "name": 527,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 2154,
+ "r": 5,
+ "type": "pathP",
+ "name": 528,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 528,
+ "ctrlPoint1": {
+ "x": 878,
+ "y": 2088,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 862,
+ "y": 2132,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 2154,
+ "r": 5,
+ "type": "pathP",
+ "name": 528,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 2178,
+ "r": 5,
+ "type": "pathP",
+ "name": 529,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 529,
+ "ctrlPoint1": {
+ "x": 870,
+ "y": 2160,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 902,
+ "y": 2172,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 2178,
+ "r": 5,
+ "type": "pathP",
+ "name": 529,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 2110,
+ "r": 5,
+ "type": "pathP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 530,
+ "ctrlPoint1": {
+ "x": 924,
+ "y": 2161,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 937,
+ "y": 2127,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 2110,
+ "r": 5,
+ "type": "pathP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 956,
+ "y": 2102,
+ "r": 5,
+ "type": "pathP",
+ "name": 531,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 531,
+ "ctrlPoint1": {
+ "x": 947,
+ "y": 2108,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 953,
+ "y": 2104,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 956,
+ "y": 2102,
+ "r": 5,
+ "type": "pathP",
+ "name": 531,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 931,
+ "y": 2054,
+ "r": 5,
+ "type": "pathP",
+ "name": 526,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 532,
+ "ctrlPoint1": {
+ "x": 949,
+ "y": 2090,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 937,
+ "y": 2066,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L147",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\0c7ef183-61a5-4446-8d69-0227e6fb2424\\L147_1134144_COVA.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 905,
+ "yaxis": 2116,
+ "shopNav": 158,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 958,
+ "y": 2104,
+ "r": 5,
+ "type": "pathP",
+ "name": 533,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 944,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "name": 534,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 534,
+ "ctrlPoint1": {
+ "x": 954,
+ "y": 2105,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 947,
+ "y": 2109,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 944,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "name": 534,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 2180,
+ "r": 5,
+ "type": "pathP",
+ "name": 535,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 535,
+ "ctrlPoint1": {
+ "x": 938,
+ "y": 2128,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 926,
+ "y": 2162,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 2180,
+ "r": 5,
+ "type": "pathP",
+ "name": 535,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 988,
+ "y": 2206,
+ "r": 5,
+ "type": "pathP",
+ "name": 536,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 536,
+ "ctrlPoint1": {
+ "x": 937,
+ "y": 2186,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 971,
+ "y": 2199,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 988,
+ "y": 2206,
+ "r": 5,
+ "type": "pathP",
+ "name": 536,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 2221,
+ "r": 5,
+ "type": "pathP",
+ "name": 537,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 537,
+ "ctrlPoint1": {
+ "x": 986,
+ "y": 2209,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 984,
+ "y": 2217,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 2221,
+ "r": 5,
+ "type": "pathP",
+ "name": 537,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1004,
+ "y": 2230,
+ "r": 5,
+ "type": "pathP",
+ "name": 538,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 538,
+ "ctrlPoint1": {
+ "x": 988,
+ "y": 2223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 998,
+ "y": 2227,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1004,
+ "y": 2230,
+ "r": 5,
+ "type": "pathP",
+ "name": 538,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 2229,
+ "r": 5,
+ "type": "pathP",
+ "name": 539,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 539,
+ "ctrlPoint1": {
+ "x": 1005,
+ "y": 2229,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1009,
+ "y": 2229,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 2229,
+ "r": 5,
+ "type": "pathP",
+ "name": 539,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 958,
+ "y": 2104,
+ "r": 5,
+ "type": "pathP",
+ "name": 533,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 540,
+ "ctrlPoint1": {
+ "x": 1008,
+ "y": 2192,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 990,
+ "y": 2137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L149",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\6f87f9b2-1102-4e04-b115-5f02de2fcde0\\L149_1134145_Kent&Curwen.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 965,
+ "yaxis": 2167,
+ "shopNav": 159,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "name": 541,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1131,
+ "y": 2024,
+ "r": 5,
+ "type": "pathP",
+ "name": 542,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 542,
+ "ctrlPoint1": {
+ "x": 1104,
+ "y": 2027,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1122,
+ "y": 2025,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1131,
+ "y": 2024,
+ "r": 5,
+ "type": "pathP",
+ "name": 542,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1138,
+ "y": 2081,
+ "r": 5,
+ "type": "pathP",
+ "name": 543,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 543,
+ "ctrlPoint1": {
+ "x": 1132,
+ "y": 2038,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1136,
+ "y": 2066,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1138,
+ "y": 2081,
+ "r": 5,
+ "type": "pathP",
+ "name": 543,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1221,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "name": 546,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1016,
+ "ctrlPoint1": {
+ "x": 1158,
+ "y": 2079,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1200,
+ "y": 2077,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1221,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "name": 546,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1226,
+ "y": 2188,
+ "r": 5,
+ "type": "pathP",
+ "name": 547,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 547,
+ "ctrlPoint1": {
+ "x": 1224,
+ "y": 2097,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1227,
+ "y": 2154,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1226,
+ "y": 2188,
+ "r": 5,
+ "type": "pathP",
+ "name": 547,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 2189,
+ "r": 5,
+ "type": "pathP",
+ "name": 548,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 548,
+ "ctrlPoint1": {
+ "x": 1193,
+ "y": 2188,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1127,
+ "y": 2188,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 2189,
+ "r": 5,
+ "type": "pathP",
+ "name": 548,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 2029,
+ "r": 5,
+ "type": "pathP",
+ "name": 541,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 549,
+ "ctrlPoint1": {
+ "x": 1100,
+ "y": 2150,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1098,
+ "y": 2071,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L150",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\9767f709-1994-4055-97bd-5556a751dce1\\L150_1134010_MichaelKors.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1160,
+ "yaxis": 2106,
+ "shopNav": 156,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 922,
+ "y": 2284,
+ "r": 5,
+ "type": "pathP",
+ "name": 552,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 2357,
+ "r": 5,
+ "type": "pathP",
+ "name": 553,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 553,
+ "ctrlPoint1": {
+ "x": 915,
+ "y": 2302,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 901,
+ "y": 2338,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 2357,
+ "r": 5,
+ "type": "pathP",
+ "name": 553,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "name": 554,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 554,
+ "ctrlPoint1": {
+ "x": 914,
+ "y": 2364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 954,
+ "y": 2379,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 2387,
+ "r": 5,
+ "type": "pathP",
+ "name": 554,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 2311,
+ "r": 5,
+ "type": "pathP",
+ "name": 555,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 555,
+ "ctrlPoint1": {
+ "x": 984,
+ "y": 2369,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 995,
+ "y": 2333,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 2311,
+ "r": 5,
+ "type": "pathP",
+ "name": 555,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 922,
+ "y": 2284,
+ "r": 5,
+ "type": "pathP",
+ "name": 552,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 828,
+ "ctrlPoint1": {
+ "x": 981,
+ "y": 2304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 941,
+ "y": 2290,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L153",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\70518aaf-f1c7-4471-84b8-1b4700bbd28f\\L153_1134011_Gentspaceprive.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 948,
+ "yaxis": 2335,
+ "shopNav": 164,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1089,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "name": 557,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1080,
+ "y": 2301,
+ "r": 5,
+ "type": "pathP",
+ "name": 558,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 558,
+ "ctrlPoint1": {
+ "x": 1086,
+ "y": 2259,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1082,
+ "y": 2287,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1080,
+ "y": 2301,
+ "r": 5,
+ "type": "pathP",
+ "name": 558,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1217,
+ "y": 2326,
+ "r": 5,
+ "type": "pathP",
+ "name": 565,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 838,
+ "ctrlPoint1": {
+ "x": 1114,
+ "y": 2307,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1182,
+ "y": 2319,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1217,
+ "y": 2326,
+ "r": 5,
+ "type": "pathP",
+ "name": 565,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1222,
+ "y": 2254,
+ "r": 5,
+ "type": "pathP",
+ "name": 566,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 566,
+ "ctrlPoint1": {
+ "x": 1220,
+ "y": 2307,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1222,
+ "y": 2272,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1222,
+ "y": 2254,
+ "r": 5,
+ "type": "pathP",
+ "name": 566,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1089,
+ "y": 2245,
+ "r": 5,
+ "type": "pathP",
+ "name": 557,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 567,
+ "ctrlPoint1": {
+ "x": 1188,
+ "y": 2251,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1122,
+ "y": 2247,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L154",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\e99d4c9d-a745-4a4e-85f4-cc74d3ebde5c\\L154_1134012_MarieElie.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1151,
+ "yaxis": 2285,
+ "shopNav": 160,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 896,
+ "y": 2359,
+ "r": 5,
+ "type": "pathP",
+ "name": 568,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 874,
+ "y": 2416,
+ "r": 5,
+ "type": "pathP",
+ "name": 571,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 826,
+ "ctrlPoint1": {
+ "x": 890,
+ "y": 2373,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 879,
+ "y": 2401,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 874,
+ "y": 2416,
+ "r": 5,
+ "type": "pathP",
+ "name": 571,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 907,
+ "y": 2428,
+ "r": 5,
+ "type": "pathP",
+ "name": 572,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 572,
+ "ctrlPoint1": {
+ "x": 882,
+ "y": 2419,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 898,
+ "y": 2425,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 907,
+ "y": 2428,
+ "r": 5,
+ "type": "pathP",
+ "name": 572,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 912,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "name": 573,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 573,
+ "ctrlPoint1": {
+ "x": 908,
+ "y": 2424,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 910,
+ "y": 2417,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 912,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "name": 573,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 962,
+ "y": 2432,
+ "r": 5,
+ "type": "pathP",
+ "name": 574,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 574,
+ "ctrlPoint1": {
+ "x": 924,
+ "y": 2418,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 949,
+ "y": 2427,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 962,
+ "y": 2432,
+ "r": 5,
+ "type": "pathP",
+ "name": 574,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 2388,
+ "r": 5,
+ "type": "pathP",
+ "name": 575,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 575,
+ "ctrlPoint1": {
+ "x": 963,
+ "y": 2422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 969,
+ "y": 2399,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 2388,
+ "r": 5,
+ "type": "pathP",
+ "name": 575,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 896,
+ "y": 2359,
+ "r": 5,
+ "type": "pathP",
+ "name": 568,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 576,
+ "ctrlPoint1": {
+ "x": 954,
+ "y": 2380,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 915,
+ "y": 2366,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L157",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\68952a87-9c05-44ac-a43f-e18b94b65857\\L157_1134146_Steed&Wall.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 924,
+ "yaxis": 2395,
+ "shopNav": 165,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 925,
+ "y": 2420,
+ "r": 5,
+ "type": "pathP",
+ "name": 577,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 907,
+ "y": 2464,
+ "r": 5,
+ "type": "pathP",
+ "name": 578,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 578,
+ "ctrlPoint1": {
+ "x": 920,
+ "y": 2431,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 911,
+ "y": 2453,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 907,
+ "y": 2464,
+ "r": 5,
+ "type": "pathP",
+ "name": 578,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 2477,
+ "r": 5,
+ "type": "pathP",
+ "name": 579,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 579,
+ "ctrlPoint1": {
+ "x": 913,
+ "y": 2467,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 926,
+ "y": 2473,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 2477,
+ "r": 5,
+ "type": "pathP",
+ "name": 579,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 968,
+ "y": 2468,
+ "r": 5,
+ "type": "pathP",
+ "name": 580,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 580,
+ "ctrlPoint1": {
+ "x": 941,
+ "y": 2474,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 959,
+ "y": 2470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 968,
+ "y": 2468,
+ "r": 5,
+ "type": "pathP",
+ "name": 580,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 2433,
+ "r": 5,
+ "type": "pathP",
+ "name": 581,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 581,
+ "ctrlPoint1": {
+ "x": 964,
+ "y": 2455,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 961,
+ "y": 2443,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 2433,
+ "r": 5,
+ "type": "pathP",
+ "name": 581,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 925,
+ "y": 2420,
+ "r": 5,
+ "type": "pathP",
+ "name": 577,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 582,
+ "ctrlPoint1": {
+ "x": 953,
+ "y": 2429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 934,
+ "y": 2423,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L159",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b41dcb47-4497-4444-93cd-d517a221193e\\L159_1134014_LucianoMILANO.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 937,
+ "yaxis": 2448,
+ "shopNav": 166,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 585,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 820,
+ "ctrlPoint1": {
+ "x": 1154,
+ "y": 2470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1176,
+ "y": 2470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 585,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1211,
+ "y": 2576,
+ "r": 5,
+ "type": "pathP",
+ "name": 587,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 821,
+ "ctrlPoint1": {
+ "x": 1193,
+ "y": 2496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1205,
+ "y": 2549,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1211,
+ "y": 2576,
+ "r": 5,
+ "type": "pathP",
+ "name": 587,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 2599,
+ "r": 5,
+ "type": "pathP",
+ "name": 588,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 588,
+ "ctrlPoint1": {
+ "x": 1186,
+ "y": 2581,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1138,
+ "y": 2593,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 2599,
+ "r": 5,
+ "type": "pathP",
+ "name": 588,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1043,
+ "y": 2596,
+ "r": 5,
+ "type": "pathP",
+ "name": 589,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 589,
+ "ctrlPoint1": {
+ "x": 1095,
+ "y": 2601,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1061,
+ "y": 2600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1043,
+ "y": 2596,
+ "r": 5,
+ "type": "pathP",
+ "name": 589,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1052,
+ "y": 2538,
+ "r": 5,
+ "type": "pathP",
+ "name": 590,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 590,
+ "ctrlPoint1": {
+ "x": 1045,
+ "y": 2581,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1049,
+ "y": 2552,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1052,
+ "y": 2538,
+ "r": 5,
+ "type": "pathP",
+ "name": 590,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 591,
+ "ctrlPoint1": {
+ "x": 1099,
+ "y": 2539,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1135,
+ "y": 2517,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L160",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\c90358b4-2bd4-4971-83a7-8caad3c3c81c\\L160_1134015_LARUTADEVIA.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1127,
+ "yaxis": 2534,
+ "shopNav": 80,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 967,
+ "y": 2469,
+ "r": 5,
+ "type": "pathP",
+ "name": 592,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "name": 593,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 593,
+ "ctrlPoint1": {
+ "x": 958,
+ "y": 2471,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 941,
+ "y": 2476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 2479,
+ "r": 5,
+ "type": "pathP",
+ "name": 593,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 2445,
+ "r": 5,
+ "type": "pathP",
+ "name": 596,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 823,
+ "ctrlPoint1": {
+ "x": 916,
+ "y": 2470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 882,
+ "y": 2453,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 2445,
+ "r": 5,
+ "type": "pathP",
+ "name": 596,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 848,
+ "y": 2490,
+ "r": 5,
+ "type": "pathP",
+ "name": 907,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 907,
+ "ctrlPoint1": {
+ "x": 860,
+ "y": 2456,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 852,
+ "y": 2478,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 848,
+ "y": 2490,
+ "r": 5,
+ "type": "pathP",
+ "name": 907,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 817,
+ "y": 2480,
+ "r": 5,
+ "type": "pathP",
+ "name": 599,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 908,
+ "ctrlPoint1": {
+ "x": 840,
+ "y": 2487,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 824,
+ "y": 2482,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 817,
+ "y": 2480,
+ "r": 5,
+ "type": "pathP",
+ "name": 599,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 714,
+ "y": 2442,
+ "r": 5,
+ "type": "pathP",
+ "name": 600,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 600,
+ "ctrlPoint1": {
+ "x": 791,
+ "y": 2470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 739,
+ "y": 2451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 714,
+ "y": 2442,
+ "r": 5,
+ "type": "pathP",
+ "name": 600,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 690,
+ "y": 2504,
+ "r": 5,
+ "type": "pathP",
+ "name": 601,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 601,
+ "ctrlPoint1": {
+ "x": 708,
+ "y": 2457,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 696,
+ "y": 2488,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 690,
+ "y": 2504,
+ "r": 5,
+ "type": "pathP",
+ "name": 601,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 825,
+ "y": 2551,
+ "r": 5,
+ "type": "pathP",
+ "name": 602,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 602,
+ "ctrlPoint1": {
+ "x": 727,
+ "y": 2529,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 791,
+ "y": 2545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 825,
+ "y": 2551,
+ "r": 5,
+ "type": "pathP",
+ "name": 602,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 845,
+ "y": 2524,
+ "r": 5,
+ "type": "pathP",
+ "name": 603,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 603,
+ "ctrlPoint1": {
+ "x": 830,
+ "y": 2544,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 840,
+ "y": 2530,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 845,
+ "y": 2524,
+ "r": 5,
+ "type": "pathP",
+ "name": 603,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 869,
+ "y": 2533,
+ "r": 5,
+ "type": "pathP",
+ "name": 604,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 604,
+ "ctrlPoint1": {
+ "x": 851,
+ "y": 2526,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 863,
+ "y": 2530,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 869,
+ "y": 2533,
+ "r": 5,
+ "type": "pathP",
+ "name": 604,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 886,
+ "y": 2503,
+ "r": 5,
+ "type": "pathP",
+ "name": 605,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 605,
+ "ctrlPoint1": {
+ "x": 873,
+ "y": 2525,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 881,
+ "y": 2510,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 886,
+ "y": 2503,
+ "r": 5,
+ "type": "pathP",
+ "name": 605,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 918,
+ "y": 2527,
+ "r": 5,
+ "type": "pathP",
+ "name": 607,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 824,
+ "ctrlPoint1": {
+ "x": 894,
+ "y": 2509,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 910,
+ "y": 2521,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 918,
+ "y": 2527,
+ "r": 5,
+ "type": "pathP",
+ "name": 607,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 950,
+ "y": 2499,
+ "r": 5,
+ "type": "pathP",
+ "name": 608,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 608,
+ "ctrlPoint1": {
+ "x": 926,
+ "y": 2520,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 942,
+ "y": 2506,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 950,
+ "y": 2499,
+ "r": 5,
+ "type": "pathP",
+ "name": 608,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 977,
+ "y": 2489,
+ "r": 5,
+ "type": "pathP",
+ "name": 609,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 609,
+ "ctrlPoint1": {
+ "x": 956,
+ "y": 2496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 970,
+ "y": 2491,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 977,
+ "y": 2489,
+ "r": 5,
+ "type": "pathP",
+ "name": 609,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 967,
+ "y": 2469,
+ "r": 5,
+ "type": "pathP",
+ "name": 592,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 610,
+ "ctrlPoint1": {
+ "x": 974,
+ "y": 2484,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 969,
+ "y": 2474,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L161",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\131942c7-1c8c-44d0-acaa-3c2facf46c45\\L161_1134016_Bar.Constellation酒池星座.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 833,
+ "yaxis": 2496,
+ "shopNav": 168,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 979,
+ "y": 2490,
+ "r": 5,
+ "type": "pathP",
+ "name": 611,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 953,
+ "y": 2498,
+ "r": 5,
+ "type": "pathP",
+ "name": 612,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 612,
+ "ctrlPoint1": {
+ "x": 972,
+ "y": 2492,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 959,
+ "y": 2496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 953,
+ "y": 2498,
+ "r": 5,
+ "type": "pathP",
+ "name": 612,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 921,
+ "y": 2528,
+ "r": 5,
+ "type": "pathP",
+ "name": 613,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 613,
+ "ctrlPoint1": {
+ "x": 945,
+ "y": 2505,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 929,
+ "y": 2520,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 921,
+ "y": 2528,
+ "r": 5,
+ "type": "pathP",
+ "name": 613,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 987,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "name": 614,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 614,
+ "ctrlPoint1": {
+ "x": 937,
+ "y": 2554,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 969,
+ "y": 2570,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 987,
+ "y": 2578,
+ "r": 5,
+ "type": "pathP",
+ "name": 614,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1015,
+ "y": 2528,
+ "r": 5,
+ "type": "pathP",
+ "name": 615,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 615,
+ "ctrlPoint1": {
+ "x": 994,
+ "y": 2565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1008,
+ "y": 2540,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1015,
+ "y": 2528,
+ "r": 5,
+ "type": "pathP",
+ "name": 615,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 979,
+ "y": 2490,
+ "r": 5,
+ "type": "pathP",
+ "name": 611,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 616,
+ "ctrlPoint1": {
+ "x": 1001,
+ "y": 2520,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 987,
+ "y": 2510,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L165",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\86342fd3-18c9-4619-9d44-511d6e939301\\L165_1134017_Forevermark.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 968,
+ "yaxis": 2534,
+ "shopNav": 169,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 756,
+ "y": 2678,
+ "r": 5,
+ "type": "pathP",
+ "name": 617,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 767,
+ "y": 2725,
+ "r": 5,
+ "type": "pathP",
+ "name": 618,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 618,
+ "ctrlPoint1": {
+ "x": 758,
+ "y": 2689,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 764,
+ "y": 2713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 767,
+ "y": 2725,
+ "r": 5,
+ "type": "pathP",
+ "name": 618,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 713,
+ "y": 2738,
+ "r": 5,
+ "type": "pathP",
+ "name": 619,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 619,
+ "ctrlPoint1": {
+ "x": 753,
+ "y": 2728,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 726,
+ "y": 2734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 713,
+ "y": 2738,
+ "r": 5,
+ "type": "pathP",
+ "name": 619,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 665,
+ "y": 2708,
+ "r": 5,
+ "type": "pathP",
+ "name": 620,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 620,
+ "ctrlPoint1": {
+ "x": 701,
+ "y": 2730,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 677,
+ "y": 2715,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 665,
+ "y": 2708,
+ "r": 5,
+ "type": "pathP",
+ "name": 620,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 645,
+ "y": 2619,
+ "r": 5,
+ "type": "pathP",
+ "name": 621,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 621,
+ "ctrlPoint1": {
+ "x": 660,
+ "y": 2685,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 650,
+ "y": 2641,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 645,
+ "y": 2619,
+ "r": 5,
+ "type": "pathP",
+ "name": 621,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 577,
+ "y": 2637,
+ "r": 5,
+ "type": "pathP",
+ "name": 624,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 818,
+ "ctrlPoint1": {
+ "x": 628,
+ "y": 2623,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 594,
+ "y": 2632,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 577,
+ "y": 2637,
+ "r": 5,
+ "type": "pathP",
+ "name": 624,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 556,
+ "y": 2560,
+ "r": 5,
+ "type": "pathP",
+ "name": 625,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 625,
+ "ctrlPoint1": {
+ "x": 571,
+ "y": 2617,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 561,
+ "y": 2579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 556,
+ "y": 2560,
+ "r": 5,
+ "type": "pathP",
+ "name": 625,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 581,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "name": 626,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 626,
+ "ctrlPoint1": {
+ "x": 559,
+ "y": 2541,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 568,
+ "y": 2539,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 581,
+ "y": 2539,
+ "r": 5,
+ "type": "pathP",
+ "name": 626,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 737,
+ "y": 2602,
+ "r": 5,
+ "type": "pathP",
+ "name": 627,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 627,
+ "ctrlPoint1": {
+ "x": 620,
+ "y": 2554,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 698,
+ "y": 2586,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 737,
+ "y": 2602,
+ "r": 5,
+ "type": "pathP",
+ "name": 627,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 745,
+ "y": 2640,
+ "r": 5,
+ "type": "pathP",
+ "name": 628,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 628,
+ "ctrlPoint1": {
+ "x": 739,
+ "y": 2611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 743,
+ "y": 2630,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 745,
+ "y": 2640,
+ "r": 5,
+ "type": "pathP",
+ "name": 628,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 710,
+ "y": 2649,
+ "r": 5,
+ "type": "pathP",
+ "name": 629,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 629,
+ "ctrlPoint1": {
+ "x": 736,
+ "y": 2642,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 718,
+ "y": 2646,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 710,
+ "y": 2649,
+ "r": 5,
+ "type": "pathP",
+ "name": 629,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 721,
+ "y": 2687,
+ "r": 5,
+ "type": "pathP",
+ "name": 631,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 631,
+ "ctrlPoint1": {
+ "x": 712,
+ "y": 2658,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 718,
+ "y": 2677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 721,
+ "y": 2687,
+ "r": 5,
+ "type": "pathP",
+ "name": 631,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 756,
+ "y": 2678,
+ "r": 5,
+ "type": "pathP",
+ "name": 617,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 816,
+ "ctrlPoint1": {
+ "x": 729,
+ "y": 2684,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 747,
+ "y": 2680,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "S101",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\f54bb7df-a4c2-481d-b264-6d1d0ab609bd\\S101_1134110_Nio蔚来汽车.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 661,
+ "yaxis": 2638,
+ "shopNav": 176,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 438,
+ "y": 2121,
+ "r": 5,
+ "type": "pathP",
+ "name": 638,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 486,
+ "y": 2302,
+ "r": 5,
+ "type": "pathP",
+ "name": 639,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 639,
+ "ctrlPoint1": {
+ "x": 450,
+ "y": 2166,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 474,
+ "y": 2256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 486,
+ "y": 2302,
+ "r": 5,
+ "type": "pathP",
+ "name": 639,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 527,
+ "y": 2307,
+ "r": 5,
+ "type": "pathP",
+ "name": 640,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 640,
+ "ctrlPoint1": {
+ "x": 498,
+ "y": 2318,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 511,
+ "y": 2319,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 527,
+ "y": 2307,
+ "r": 5,
+ "type": "pathP",
+ "name": 640,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 550,
+ "y": 2259,
+ "r": 5,
+ "type": "pathP",
+ "name": 641,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 641,
+ "ctrlPoint1": {
+ "x": 532,
+ "y": 2295,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 544,
+ "y": 2271,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 550,
+ "y": 2259,
+ "r": 5,
+ "type": "pathP",
+ "name": 641,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 529,
+ "y": 2249,
+ "r": 5,
+ "type": "pathP",
+ "name": 642,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 642,
+ "ctrlPoint1": {
+ "x": 544,
+ "y": 2256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 534,
+ "y": 2251,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 529,
+ "y": 2249,
+ "r": 5,
+ "type": "pathP",
+ "name": 642,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 511,
+ "y": 2175,
+ "r": 5,
+ "type": "pathP",
+ "name": 643,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 643,
+ "ctrlPoint1": {
+ "x": 524,
+ "y": 2230,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 515,
+ "y": 2193,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 511,
+ "y": 2175,
+ "r": 5,
+ "type": "pathP",
+ "name": 643,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 551,
+ "y": 2164,
+ "r": 5,
+ "type": "pathP",
+ "name": 644,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 644,
+ "ctrlPoint1": {
+ "x": 521,
+ "y": 2172,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 541,
+ "y": 2166,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 551,
+ "y": 2164,
+ "r": 5,
+ "type": "pathP",
+ "name": 644,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 519,
+ "y": 2100,
+ "r": 5,
+ "type": "pathP",
+ "name": 645,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 645,
+ "ctrlPoint1": {
+ "x": 543,
+ "y": 2148,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 527,
+ "y": 2116,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 519,
+ "y": 2100,
+ "r": 5,
+ "type": "pathP",
+ "name": 645,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 438,
+ "y": 2121,
+ "r": 5,
+ "type": "pathP",
+ "name": 638,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 811,
+ "ctrlPoint1": {
+ "x": 498,
+ "y": 2105,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 458,
+ "y": 2115,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "W103",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b24dfc51-464d-4691-b696-7b3d6d298d23\\S101_1134110_Nio蔚来汽车.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 494,
+ "yaxis": 2203,
+ "shopNav": 177,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 734,
+ "y": 2818,
+ "r": 5,
+ "type": "pathP",
+ "name": 656,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 2786,
+ "r": 5,
+ "type": "pathP",
+ "name": 657,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 657,
+ "ctrlPoint1": {
+ "x": 766,
+ "y": 2810,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 832,
+ "y": 2794,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 2786,
+ "r": 5,
+ "type": "pathP",
+ "name": 657,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 893,
+ "y": 2896,
+ "r": 5,
+ "type": "pathP",
+ "name": 658,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 658,
+ "ctrlPoint1": {
+ "x": 872,
+ "y": 2813,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 886,
+ "y": 2868,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 893,
+ "y": 2896,
+ "r": 5,
+ "type": "pathP",
+ "name": 658,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 869,
+ "y": 2902,
+ "r": 5,
+ "type": "pathP",
+ "name": 659,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 659,
+ "ctrlPoint1": {
+ "x": 887,
+ "y": 2897,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 875,
+ "y": 2900,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 869,
+ "y": 2902,
+ "r": 5,
+ "type": "pathP",
+ "name": 659,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 2892,
+ "r": 5,
+ "type": "pathP",
+ "name": 660,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 660,
+ "ctrlPoint1": {
+ "x": 868,
+ "y": 2899,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 866,
+ "y": 2894,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 2892,
+ "r": 5,
+ "type": "pathP",
+ "name": 660,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 797,
+ "y": 2908,
+ "r": 5,
+ "type": "pathP",
+ "name": 661,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 661,
+ "ctrlPoint1": {
+ "x": 848,
+ "y": 2896,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 814,
+ "y": 2904,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 797,
+ "y": 2908,
+ "r": 5,
+ "type": "pathP",
+ "name": 661,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 2968,
+ "r": 5,
+ "type": "pathP",
+ "name": 662,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 662,
+ "ctrlPoint1": {
+ "x": 800,
+ "y": 2923,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 808,
+ "y": 2953,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 2968,
+ "r": 5,
+ "type": "pathP",
+ "name": 662,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 685,
+ "y": 2935,
+ "r": 5,
+ "type": "pathP",
+ "name": 663,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 663,
+ "ctrlPoint1": {
+ "x": 758,
+ "y": 2988,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 711,
+ "y": 2980,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 685,
+ "y": 2935,
+ "r": 5,
+ "type": "pathP",
+ "name": 663,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 670,
+ "y": 2874,
+ "r": 5,
+ "type": "pathP",
+ "name": 664,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 664,
+ "ctrlPoint1": {
+ "x": 681,
+ "y": 2919,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 673,
+ "y": 2889,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 670,
+ "y": 2874,
+ "r": 5,
+ "type": "pathP",
+ "name": 664,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 689,
+ "y": 2868,
+ "r": 5,
+ "type": "pathP",
+ "name": 665,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 665,
+ "ctrlPoint1": {
+ "x": 674,
+ "y": 2872,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 684,
+ "y": 2869,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 689,
+ "y": 2868,
+ "r": 5,
+ "type": "pathP",
+ "name": 665,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 705,
+ "y": 2932,
+ "r": 5,
+ "type": "pathP",
+ "name": 666,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 666,
+ "ctrlPoint1": {
+ "x": 693,
+ "y": 2884,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 701,
+ "y": 2916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 705,
+ "y": 2932,
+ "r": 5,
+ "type": "pathP",
+ "name": 666,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 760,
+ "y": 2918,
+ "r": 5,
+ "type": "pathP",
+ "name": 667,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 667,
+ "ctrlPoint1": {
+ "x": 718,
+ "y": 2928,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 746,
+ "y": 2921,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 760,
+ "y": 2918,
+ "r": 5,
+ "type": "pathP",
+ "name": 667,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 747,
+ "y": 2864,
+ "r": 5,
+ "type": "pathP",
+ "name": 668,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 668,
+ "ctrlPoint1": {
+ "x": 756,
+ "y": 2904,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 750,
+ "y": 2877,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 747,
+ "y": 2864,
+ "r": 5,
+ "type": "pathP",
+ "name": 668,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 710,
+ "y": 2875,
+ "r": 5,
+ "type": "pathP",
+ "name": 669,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 669,
+ "ctrlPoint1": {
+ "x": 737,
+ "y": 2866,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 719,
+ "y": 2872,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 710,
+ "y": 2875,
+ "r": 5,
+ "type": "pathP",
+ "name": 669,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 706,
+ "y": 2865,
+ "r": 5,
+ "type": "pathP",
+ "name": 670,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 670,
+ "ctrlPoint1": {
+ "x": 709,
+ "y": 2872,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 707,
+ "y": 2867,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 706,
+ "y": 2865,
+ "r": 5,
+ "type": "pathP",
+ "name": 670,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 734,
+ "y": 2818,
+ "r": 5,
+ "type": "pathP",
+ "name": 656,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 671,
+ "ctrlPoint1": {
+ "x": 713,
+ "y": 2853,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 727,
+ "y": 2829,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "S104",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\f6d52c87-94f6-44a1-8c1c-12adf9c4037a\\S104_1134172_thebalancing.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 781,
+ "yaxis": 2877,
+ "shopNav": 175,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 975,
+ "y": 2849,
+ "r": 5,
+ "type": "pathP",
+ "name": 672,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 989,
+ "y": 2924,
+ "r": 5,
+ "type": "pathP",
+ "name": 673,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 673,
+ "ctrlPoint1": {
+ "x": 978,
+ "y": 2867,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 985,
+ "y": 2905,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 989,
+ "y": 2924,
+ "r": 5,
+ "type": "pathP",
+ "name": 673,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1078,
+ "y": 2902,
+ "r": 5,
+ "type": "pathP",
+ "name": 674,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 674,
+ "ctrlPoint1": {
+ "x": 1011,
+ "y": 2918,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1055,
+ "y": 2907,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1078,
+ "y": 2902,
+ "r": 5,
+ "type": "pathP",
+ "name": 674,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1059,
+ "y": 2828,
+ "r": 5,
+ "type": "pathP",
+ "name": 675,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 675,
+ "ctrlPoint1": {
+ "x": 1073,
+ "y": 2883,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1063,
+ "y": 2846,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1059,
+ "y": 2828,
+ "r": 5,
+ "type": "pathP",
+ "name": 675,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 975,
+ "y": 2849,
+ "r": 5,
+ "type": "pathP",
+ "name": 672,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 676,
+ "ctrlPoint1": {
+ "x": 1038,
+ "y": 2833,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 996,
+ "y": 2843,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "S113",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b8371f8e-e774-454f-b5d5-a66506463d5a\\S113_1134111_富公馆茶室.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1026,
+ "yaxis": 2876,
+ "shopNav": 180,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 453,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "name": 679,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 434,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "name": 681,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 797,
+ "ctrlPoint1": {
+ "x": 448,
+ "y": 1921,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 438,
+ "y": 1879,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 434,
+ "y": 1859,
+ "r": 5,
+ "type": "pathP",
+ "name": 681,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 372,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "name": 682,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 682,
+ "ctrlPoint1": {
+ "x": 386,
+ "y": 1816,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 371,
+ "y": 1848,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 372,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "name": 682,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 418,
+ "y": 2044,
+ "r": 5,
+ "type": "pathP",
+ "name": 683,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 683,
+ "ctrlPoint1": {
+ "x": 383,
+ "y": 1912,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 406,
+ "y": 2000,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 418,
+ "y": 2044,
+ "r": 5,
+ "type": "pathP",
+ "name": 683,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 498,
+ "y": 2024,
+ "r": 5,
+ "type": "pathP",
+ "name": 689,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 802,
+ "ctrlPoint1": {
+ "x": 438,
+ "y": 2039,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 478,
+ "y": 2029,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 498,
+ "y": 2024,
+ "r": 5,
+ "type": "pathP",
+ "name": 689,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 498,
+ "y": 1927,
+ "r": 5,
+ "type": "pathP",
+ "name": 690,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 690,
+ "ctrlPoint1": {
+ "x": 498,
+ "y": 1999,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 498,
+ "y": 1951,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 498,
+ "y": 1927,
+ "r": 5,
+ "type": "pathP",
+ "name": 690,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 453,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "name": 679,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 804,
+ "ctrlPoint1": {
+ "x": 486,
+ "y": 1930,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 464,
+ "y": 1938,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "W101",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\07cd4b5f-24ce-4a19-9879-dcf2d7e0e1a4\\W101_1134113_ZWILLINGHOME.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 435,
+ "yaxis": 1951,
+ "shopNav": 178,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 491,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "name": 692,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 522,
+ "y": 1566,
+ "r": 5,
+ "type": "pathP",
+ "name": 693,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 693,
+ "ctrlPoint1": {
+ "x": 498,
+ "y": 1545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 514,
+ "y": 1559,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 522,
+ "y": 1566,
+ "r": 5,
+ "type": "pathP",
+ "name": 693,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 484,
+ "y": 1610,
+ "r": 5,
+ "type": "pathP",
+ "name": 694,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 694,
+ "ctrlPoint1": {
+ "x": 512,
+ "y": 1577,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 493,
+ "y": 1599,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 484,
+ "y": 1610,
+ "r": 5,
+ "type": "pathP",
+ "name": 694,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 529,
+ "y": 1647,
+ "r": 5,
+ "type": "pathP",
+ "name": 695,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 695,
+ "ctrlPoint1": {
+ "x": 495,
+ "y": 1619,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 517,
+ "y": 1637,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 529,
+ "y": 1647,
+ "r": 5,
+ "type": "pathP",
+ "name": 695,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 468,
+ "y": 1718,
+ "r": 5,
+ "type": "pathP",
+ "name": 696,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 696,
+ "ctrlPoint1": {
+ "x": 513,
+ "y": 1664,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 483,
+ "y": 1700,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 468,
+ "y": 1718,
+ "r": 5,
+ "type": "pathP",
+ "name": 696,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 449,
+ "y": 1698,
+ "r": 5,
+ "type": "pathP",
+ "name": 697,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 697,
+ "ctrlPoint1": {
+ "x": 463,
+ "y": 1713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 453,
+ "y": 1703,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 449,
+ "y": 1698,
+ "r": 5,
+ "type": "pathP",
+ "name": 697,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 467,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "name": 698,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 698,
+ "ctrlPoint1": {
+ "x": 453,
+ "y": 1692,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 462,
+ "y": 1682,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 467,
+ "y": 1677,
+ "r": 5,
+ "type": "pathP",
+ "name": 698,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 446,
+ "y": 1649,
+ "r": 5,
+ "type": "pathP",
+ "name": 699,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 699,
+ "ctrlPoint1": {
+ "x": 461,
+ "y": 1670,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 451,
+ "y": 1656,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 446,
+ "y": 1649,
+ "r": 5,
+ "type": "pathP",
+ "name": 699,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 461,
+ "y": 1632,
+ "r": 5,
+ "type": "pathP",
+ "name": 700,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 700,
+ "ctrlPoint1": {
+ "x": 449,
+ "y": 1644,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 457,
+ "y": 1636,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 461,
+ "y": 1632,
+ "r": 5,
+ "type": "pathP",
+ "name": 700,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 443,
+ "y": 1600,
+ "r": 5,
+ "type": "pathP",
+ "name": 701,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 701,
+ "ctrlPoint1": {
+ "x": 456,
+ "y": 1624,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 447,
+ "y": 1608,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 443,
+ "y": 1600,
+ "r": 5,
+ "type": "pathP",
+ "name": 701,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 491,
+ "y": 1538,
+ "r": 5,
+ "type": "pathP",
+ "name": 692,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 702,
+ "ctrlPoint1": {
+ "x": 458,
+ "y": 1579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 470,
+ "y": 1557,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 486,
+ "yaxis": 1628,
+ "shopNav": 134,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "name": 703,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 450,
+ "y": 1892,
+ "r": 5,
+ "type": "pathP",
+ "name": 704,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 704,
+ "ctrlPoint1": {
+ "x": 457,
+ "y": 1880,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 452,
+ "y": 1888,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 450,
+ "y": 1892,
+ "r": 5,
+ "type": "pathP",
+ "name": 704,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 458,
+ "y": 1923,
+ "r": 5,
+ "type": "pathP",
+ "name": 705,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 705,
+ "ctrlPoint1": {
+ "x": 452,
+ "y": 1899,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 456,
+ "y": 1915,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 458,
+ "y": 1923,
+ "r": 5,
+ "type": "pathP",
+ "name": 705,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 489,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 706,
+ "ctrlPoint1": {
+ "x": 465,
+ "y": 1920,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 481,
+ "y": 1916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 489,
+ "y": 1914,
+ "r": 5,
+ "type": "pathP",
+ "name": 706,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 500,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "name": 707,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 707,
+ "ctrlPoint1": {
+ "x": 491,
+ "y": 1914,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 497,
+ "y": 1914,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 500,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "name": 707,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 504,
+ "y": 1908,
+ "r": 5,
+ "type": "pathP",
+ "name": 708,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 708,
+ "ctrlPoint1": {
+ "x": 502,
+ "y": 1908,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 502,
+ "y": 1909,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 504,
+ "y": 1908,
+ "r": 5,
+ "type": "pathP",
+ "name": 708,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 1877,
+ "r": 5,
+ "type": "pathP",
+ "name": 703,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 709,
+ "ctrlPoint1": {
+ "x": 493,
+ "y": 1900,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 471,
+ "y": 1884,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 477,
+ "yaxis": 1900,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 959,
+ "y": 2236,
+ "r": 5,
+ "type": "pathP",
+ "name": 711,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "name": 714,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 832,
+ "ctrlPoint1": {
+ "x": 953,
+ "y": 2249,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 942,
+ "y": 2275,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "name": 714,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1002,
+ "y": 2311,
+ "r": 5,
+ "type": "pathP",
+ "name": 715,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 715,
+ "ctrlPoint1": {
+ "x": 953,
+ "y": 2293,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 985,
+ "y": 2305,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1002,
+ "y": 2311,
+ "r": 5,
+ "type": "pathP",
+ "name": 715,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1015,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "name": 716,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 716,
+ "ctrlPoint1": {
+ "x": 1005,
+ "y": 2297,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1011,
+ "y": 2269,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1015,
+ "y": 2256,
+ "r": 5,
+ "type": "pathP",
+ "name": 716,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 959,
+ "y": 2236,
+ "r": 5,
+ "type": "pathP",
+ "name": 711,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 830,
+ "ctrlPoint1": {
+ "x": 1001,
+ "y": 2251,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 973,
+ "y": 2241,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 976,
+ "yaxis": 2273,
+ "shopNav": 163,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 2315,
+ "r": 5,
+ "type": "pathP",
+ "name": 719,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1094,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "name": 720,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 720,
+ "ctrlPoint1": {
+ "x": 1084,
+ "y": 2315,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1090,
+ "y": 2315,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1094,
+ "y": 2316,
+ "r": 5,
+ "type": "pathP",
+ "name": 720,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1134,
+ "y": 2322,
+ "r": 5,
+ "type": "pathP",
+ "name": 721,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 721,
+ "ctrlPoint1": {
+ "x": 1104,
+ "y": 2317,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1124,
+ "y": 2320,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1134,
+ "y": 2322,
+ "r": 5,
+ "type": "pathP",
+ "name": 721,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1124,
+ "y": 2376,
+ "r": 5,
+ "type": "pathP",
+ "name": 722,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 722,
+ "ctrlPoint1": {
+ "x": 1131,
+ "y": 2335,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1126,
+ "y": 2362,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1124,
+ "y": 2376,
+ "r": 5,
+ "type": "pathP",
+ "name": 722,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1140,
+ "y": 2398,
+ "r": 5,
+ "type": "pathP",
+ "name": 723,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 723,
+ "ctrlPoint1": {
+ "x": 1128,
+ "y": 2381,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1136,
+ "y": 2392,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1140,
+ "y": 2398,
+ "r": 5,
+ "type": "pathP",
+ "name": 723,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1127,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "name": 724,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 724,
+ "ctrlPoint1": {
+ "x": 1136,
+ "y": 2400,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1130,
+ "y": 2404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1127,
+ "y": 2407,
+ "r": 5,
+ "type": "pathP",
+ "name": 724,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 2315,
+ "r": 5,
+ "type": "pathP",
+ "name": 719,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 725,
+ "ctrlPoint1": {
+ "x": 1110,
+ "y": 2390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1079,
+ "y": 2347,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1110,
+ "yaxis": 2361,
+ "shopNav": 172,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1139,
+ "y": 2400,
+ "r": 5,
+ "type": "pathP",
+ "name": 726,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1128,
+ "y": 2409,
+ "r": 5,
+ "type": "pathP",
+ "name": 727,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 727,
+ "ctrlPoint1": {
+ "x": 1136,
+ "y": 2402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1130,
+ "y": 2406,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1128,
+ "y": 2409,
+ "r": 5,
+ "type": "pathP",
+ "name": 727,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 2469,
+ "r": 5,
+ "type": "pathP",
+ "name": 728,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 728,
+ "ctrlPoint1": {
+ "x": 1139,
+ "y": 2426,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1149,
+ "y": 2447,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 2469,
+ "r": 5,
+ "type": "pathP",
+ "name": 728,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1187,
+ "y": 2469,
+ "r": 5,
+ "type": "pathP",
+ "name": 730,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 819,
+ "ctrlPoint1": {
+ "x": 1154,
+ "y": 2469,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1176,
+ "y": 2469,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1187,
+ "y": 2469,
+ "r": 5,
+ "type": "pathP",
+ "name": 730,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1205,
+ "y": 2389,
+ "r": 5,
+ "type": "pathP",
+ "name": 731,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 731,
+ "ctrlPoint1": {
+ "x": 1187,
+ "y": 2446,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1197,
+ "y": 2409,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1205,
+ "y": 2389,
+ "r": 5,
+ "type": "pathP",
+ "name": 731,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1191,
+ "y": 2385,
+ "r": 5,
+ "type": "pathP",
+ "name": 732,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 732,
+ "ctrlPoint1": {
+ "x": 1201,
+ "y": 2388,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1194,
+ "y": 2386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1191,
+ "y": 2385,
+ "r": 5,
+ "type": "pathP",
+ "name": 732,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1183,
+ "y": 2408,
+ "r": 5,
+ "type": "pathP",
+ "name": 733,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 733,
+ "ctrlPoint1": {
+ "x": 1189,
+ "y": 2390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1185,
+ "y": 2402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1183,
+ "y": 2408,
+ "r": 5,
+ "type": "pathP",
+ "name": 733,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1139,
+ "y": 2400,
+ "r": 5,
+ "type": "pathP",
+ "name": 726,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 734,
+ "ctrlPoint1": {
+ "x": 1172,
+ "y": 2406,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1150,
+ "y": 2402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1166,
+ "yaxis": 2427,
+ "shopNav": 171,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1093,
+ "y": 2714,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1155,
+ "y": 2697,
+ "r": 5,
+ "type": "pathP",
+ "name": 1000,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1000,
+ "ctrlPoint1": {
+ "x": 1108,
+ "y": 2709,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1139,
+ "y": 2701,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1155,
+ "y": 2697,
+ "r": 5,
+ "type": "pathP",
+ "name": 1000,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 2749,
+ "r": 5,
+ "type": "pathP",
+ "name": 997,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1001,
+ "ctrlPoint1": {
+ "x": 1158,
+ "y": 2710,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1165,
+ "y": 2736,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 2749,
+ "r": 5,
+ "type": "pathP",
+ "name": 997,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1263,
+ "y": 2722,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 998,
+ "ctrlPoint1": {
+ "x": 1192,
+ "y": 2742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1239,
+ "y": 2728,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1263,
+ "y": 2722,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1244,
+ "y": 2656,
+ "r": 5,
+ "type": "pathP",
+ "name": 1091,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1091,
+ "ctrlPoint1": {
+ "x": 1258,
+ "y": 2705,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1248,
+ "y": 2672,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1244,
+ "y": 2656,
+ "r": 5,
+ "type": "pathP",
+ "name": 1091,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1298,
+ "y": 2644,
+ "r": 5,
+ "type": "pathP",
+ "name": 1094,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1094,
+ "ctrlPoint1": {
+ "x": 1257,
+ "y": 2653,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1284,
+ "y": 2647,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1298,
+ "y": 2644,
+ "r": 5,
+ "type": "pathP",
+ "name": 1094,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1350,
+ "y": 2830,
+ "r": 5,
+ "type": "pathP",
+ "name": 1097,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1097,
+ "ctrlPoint1": {
+ "x": 1311,
+ "y": 2690,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1337,
+ "y": 2783,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1350,
+ "y": 2830,
+ "r": 5,
+ "type": "pathP",
+ "name": 1097,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1300,
+ "y": 2850,
+ "r": 5,
+ "type": "pathP",
+ "name": 1103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1103,
+ "ctrlPoint1": {
+ "x": 1344,
+ "y": 2850,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1318,
+ "y": 2858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1300,
+ "y": 2850,
+ "r": 5,
+ "type": "pathP",
+ "name": 1103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1290,
+ "y": 2820,
+ "r": 5,
+ "type": "pathP",
+ "name": 1100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1104,
+ "ctrlPoint1": {
+ "x": 1297,
+ "y": 2842,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1292,
+ "y": 2827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1290,
+ "y": 2820,
+ "r": 5,
+ "type": "pathP",
+ "name": 1100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 2838,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1101,
+ "ctrlPoint1": {
+ "x": 1274,
+ "y": 2824,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1244,
+ "y": 2833,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 2838,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 2848,
+ "r": 5,
+ "type": "pathP",
+ "name": 1003,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1003,
+ "ctrlPoint1": {
+ "x": 1220,
+ "y": 2840,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1203,
+ "y": 2845,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 2848,
+ "r": 5,
+ "type": "pathP",
+ "name": 1003,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1201,
+ "y": 2865,
+ "r": 5,
+ "type": "pathP",
+ "name": 994,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1004,
+ "ctrlPoint1": {
+ "x": 1196,
+ "y": 2852,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1199,
+ "y": 2860,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1201,
+ "y": 2865,
+ "r": 5,
+ "type": "pathP",
+ "name": 994,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 2874,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 995,
+ "ctrlPoint1": {
+ "x": 1204,
+ "y": 2881,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1160,
+ "y": 2890,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 2874,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 2795,
+ "r": 5,
+ "type": "pathP",
+ "name": 991,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 991,
+ "ctrlPoint1": {
+ "x": 1148,
+ "y": 2854,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1137,
+ "y": 2814,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 2795,
+ "r": 5,
+ "type": "pathP",
+ "name": 991,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1116,
+ "y": 2798,
+ "r": 5,
+ "type": "pathP",
+ "name": 988,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 992,
+ "ctrlPoint1": {
+ "x": 1128,
+ "y": 2795,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1120,
+ "y": 2797,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1116,
+ "y": 2798,
+ "r": 5,
+ "type": "pathP",
+ "name": 988,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1093,
+ "y": 2714,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 989,
+ "ctrlPoint1": {
+ "x": 1110,
+ "y": 2777,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1098,
+ "y": 2735,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 1104,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1229,
+ "yaxis": 2788,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "path": {
+ "nodes": [
+ {
+ "x": 1000,
+ "y": 114,
+ "id": 0,
+ "list": [
+ {
+ "x": 884,
+ "y": 150,
+ "id": 1,
+ "cost": 121
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 884,
+ "y": 150,
+ "id": 1,
+ "list": [
+ {
+ "x": 1000,
+ "y": 114,
+ "id": 0,
+ "cost": 121
+ },
+ {
+ "x": 806,
+ "y": 174,
+ "id": 2,
+ "cost": 81
+ },
+ {
+ "x": 859,
+ "y": 74,
+ "id": 101,
+ "cost": 80
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 806,
+ "y": 174,
+ "id": 2,
+ "list": [
+ {
+ "x": 884,
+ "y": 150,
+ "id": 1,
+ "cost": 81
+ },
+ {
+ "x": 785,
+ "y": 103,
+ "id": 102,
+ "cost": 74
+ },
+ {
+ "x": 752,
+ "y": 192.08695652173913,
+ "id": 103,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 3,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 714,
+ "y": 204,
+ "id": 4,
+ "list": [
+ {
+ "x": 752,
+ "y": 192.08695652173913,
+ "id": 103,
+ "cost": 39
+ },
+ {
+ "x": 610,
+ "y": 236,
+ "id": 5,
+ "cost": 108
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 610,
+ "y": 236,
+ "id": 5,
+ "list": [
+ {
+ "x": 714,
+ "y": 204,
+ "id": 4,
+ "cost": 108
+ },
+ {
+ "x": 536,
+ "y": 264,
+ "id": 6,
+ "cost": 79
+ },
+ {
+ "x": 588,
+ "y": 152,
+ "id": 106,
+ "cost": 86
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 536,
+ "y": 264,
+ "id": 6,
+ "list": [
+ {
+ "x": 610,
+ "y": 236,
+ "id": 5,
+ "cost": 79
+ },
+ {
+ "x": 492,
+ "y": 298,
+ "id": 7,
+ "cost": 55
+ },
+ {
+ "x": 478,
+ "y": 198,
+ "id": 10,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 492,
+ "y": 298,
+ "id": 7,
+ "list": [
+ {
+ "x": 536,
+ "y": 264,
+ "id": 6,
+ "cost": 55
+ },
+ {
+ "x": 430,
+ "y": 359,
+ "id": 8,
+ "cost": 86
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 430,
+ "y": 359,
+ "id": 8,
+ "list": [
+ {
+ "x": 492,
+ "y": 298,
+ "id": 7,
+ "cost": 86
+ },
+ {
+ "x": 364,
+ "y": 426,
+ "id": 9,
+ "cost": 94
+ },
+ {
+ "x": 507,
+ "y": 441,
+ "id": 107,
+ "cost": 112
+ },
+ {
+ "x": 346,
+ "y": 270,
+ "id": 204,
+ "cost": 122
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 364,
+ "y": 426,
+ "id": 9,
+ "list": [
+ {
+ "x": 430,
+ "y": 359,
+ "id": 8,
+ "cost": 94
+ },
+ {
+ "x": 301,
+ "y": 493,
+ "id": 18,
+ "cost": 91
+ },
+ {
+ "x": 445,
+ "y": 504,
+ "id": 108,
+ "cost": 112
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 478,
+ "y": 198,
+ "id": 10,
+ "list": [
+ {
+ "x": 536,
+ "y": 264,
+ "id": 6,
+ "cost": 87
+ },
+ {
+ "x": 466,
+ "y": 116,
+ "id": 11,
+ "cost": 82
+ },
+ {
+ "x": 400,
+ "y": 188,
+ "id": 17,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 466,
+ "y": 116,
+ "id": 11,
+ "list": [
+ {
+ "x": 478,
+ "y": 198,
+ "id": 10,
+ "cost": 82
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 12,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 13,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 14,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 15,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 16,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 400,
+ "y": 188,
+ "id": 17,
+ "list": [
+ {
+ "x": 478,
+ "y": 198,
+ "id": 10,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 301,
+ "y": 493,
+ "id": 18,
+ "list": [
+ {
+ "x": 364,
+ "y": 426,
+ "id": 9,
+ "cost": 91
+ },
+ {
+ "x": 259,
+ "y": 545,
+ "id": 19,
+ "cost": 66
+ },
+ {
+ "x": 390,
+ "y": 563,
+ "id": 109,
+ "cost": 113
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 259,
+ "y": 545,
+ "id": 19,
+ "list": [
+ {
+ "x": 301,
+ "y": 493,
+ "id": 18,
+ "cost": 66
+ },
+ {
+ "x": 242,
+ "y": 588,
+ "id": 20,
+ "cost": 46
+ },
+ {
+ "x": 374,
+ "y": 601,
+ "id": 110,
+ "cost": 127
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 242,
+ "y": 588,
+ "id": 20,
+ "list": [
+ {
+ "x": 259,
+ "y": 545,
+ "id": 19,
+ "cost": 46
+ },
+ {
+ "x": 234,
+ "y": 632,
+ "id": 21,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 234,
+ "y": 632,
+ "id": 21,
+ "list": [
+ {
+ "x": 242,
+ "y": 588,
+ "id": 20,
+ "cost": 44
+ },
+ {
+ "x": 233,
+ "y": 684,
+ "id": 26,
+ "cost": 52
+ },
+ {
+ "x": 375,
+ "y": 650,
+ "id": 111,
+ "cost": 142
+ },
+ {
+ "x": 108,
+ "y": 632,
+ "id": 112,
+ "cost": 126
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 22,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 23,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 24,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 25,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 233,
+ "y": 684,
+ "id": 26,
+ "list": [
+ {
+ "x": 234,
+ "y": 632,
+ "id": 21,
+ "cost": 52
+ },
+ {
+ "x": 245,
+ "y": 744,
+ "id": 27,
+ "cost": 61
+ },
+ {
+ "x": 346,
+ "y": 690,
+ "id": 113,
+ "cost": 113
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 245,
+ "y": 744,
+ "id": 27,
+ "list": [
+ {
+ "x": 233,
+ "y": 684,
+ "id": 26,
+ "cost": 61
+ },
+ {
+ "x": 348,
+ "y": 732,
+ "id": 114,
+ "cost": 103
+ },
+ {
+ "x": 147,
+ "y": 763,
+ "id": 115,
+ "cost": 99
+ },
+ {
+ "x": 253.99,
+ "y": 773,
+ "id": 116,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 276,
+ "y": 844,
+ "id": 28,
+ "list": [
+ {
+ "x": 263.59999999999997,
+ "y": 804,
+ "id": 181,
+ "cost": 41
+ },
+ {
+ "x": 290,
+ "y": 890,
+ "id": 29,
+ "cost": 48
+ },
+ {
+ "x": 355,
+ "y": 819,
+ "id": 118,
+ "cost": 82
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 290,
+ "y": 890,
+ "id": 29,
+ "list": [
+ {
+ "x": 276,
+ "y": 844,
+ "id": 28,
+ "cost": 48
+ },
+ {
+ "x": 300,
+ "y": 921,
+ "id": 30,
+ "cost": 32
+ },
+ {
+ "x": 371,
+ "y": 858,
+ "id": 119,
+ "cost": 87
+ },
+ {
+ "x": 218,
+ "y": 912,
+ "id": 120,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 300,
+ "y": 921,
+ "id": 30,
+ "list": [
+ {
+ "x": 290,
+ "y": 890,
+ "id": 29,
+ "cost": 32
+ },
+ {
+ "x": 379,
+ "y": 893,
+ "id": 121,
+ "cost": 83
+ },
+ {
+ "x": 310.2988505747126,
+ "y": 953,
+ "id": 205,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 328,
+ "y": 1008,
+ "id": 31,
+ "list": [
+ {
+ "x": 310.2988505747126,
+ "y": 953,
+ "id": 205,
+ "cost": 57
+ },
+ {
+ "x": 350,
+ "y": 1070,
+ "id": 32,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 350,
+ "y": 1070,
+ "id": 32,
+ "list": [
+ {
+ "x": 328,
+ "y": 1008,
+ "id": 31,
+ "cost": 65
+ },
+ {
+ "x": 370,
+ "y": 1126,
+ "id": 33,
+ "cost": 59
+ },
+ {
+ "x": 693,
+ "y": 949,
+ "id": 183,
+ "cost": 363
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 370,
+ "y": 1126,
+ "id": 33,
+ "list": [
+ {
+ "x": 350,
+ "y": 1070,
+ "id": 32,
+ "cost": 59
+ },
+ {
+ "x": 389,
+ "y": 1183,
+ "id": 34,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 389,
+ "y": 1183,
+ "id": 34,
+ "list": [
+ {
+ "x": 370,
+ "y": 1126,
+ "id": 33,
+ "cost": 60
+ },
+ {
+ "x": 407.06976744186045,
+ "y": 1220,
+ "id": 219,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 35,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 36,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 37,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 38,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 39,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 614,
+ "y": 1402,
+ "id": 40,
+ "list": [
+ {
+ "x": 664,
+ "y": 1432,
+ "id": 48,
+ "cost": 58
+ },
+ {
+ "x": 646,
+ "y": 1349,
+ "id": 135,
+ "cost": 61
+ },
+ {
+ "x": 580,
+ "y": 1461,
+ "id": 136,
+ "cost": 68
+ },
+ {
+ "x": 556,
+ "y": 1417,
+ "id": 240,
+ "cost": 59
+ },
+ {
+ "x": 586,
+ "y": 1369,
+ "id": 241,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 41,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 42,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 43,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 44,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 45,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 46,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 47,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 664,
+ "y": 1432,
+ "id": 48,
+ "list": [
+ {
+ "x": 614,
+ "y": 1402,
+ "id": 40,
+ "cost": 58
+ },
+ {
+ "x": 712,
+ "y": 1468,
+ "id": 49,
+ "cost": 60
+ },
+ {
+ "x": 696,
+ "y": 1379,
+ "id": 137,
+ "cost": 61
+ },
+ {
+ "x": 628,
+ "y": 1495,
+ "id": 138,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 712,
+ "y": 1468,
+ "id": 49,
+ "list": [
+ {
+ "x": 664,
+ "y": 1432,
+ "id": 48,
+ "cost": 60
+ },
+ {
+ "x": 754,
+ "y": 1499,
+ "id": 50,
+ "cost": 52
+ },
+ {
+ "x": 740,
+ "y": 1429,
+ "id": 139,
+ "cost": 48
+ },
+ {
+ "x": 676,
+ "y": 1515,
+ "id": 140,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 754,
+ "y": 1499,
+ "id": 50,
+ "list": [
+ {
+ "x": 712,
+ "y": 1468,
+ "id": 49,
+ "cost": 52
+ },
+ {
+ "x": 784,
+ "y": 1524,
+ "id": 51,
+ "cost": 39
+ },
+ {
+ "x": 716,
+ "y": 1543,
+ "id": 141,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 784,
+ "y": 1524,
+ "id": 51,
+ "list": [
+ {
+ "x": 754,
+ "y": 1499,
+ "id": 50,
+ "cost": 39
+ },
+ {
+ "x": 818,
+ "y": 1557,
+ "id": 52,
+ "cost": 47
+ },
+ {
+ "x": 821,
+ "y": 1475,
+ "id": 142,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 818,
+ "y": 1557,
+ "id": 52,
+ "list": [
+ {
+ "x": 784,
+ "y": 1524,
+ "id": 51,
+ "cost": 47
+ },
+ {
+ "x": 856,
+ "y": 1602,
+ "id": 53,
+ "cost": 58
+ },
+ {
+ "x": 854,
+ "y": 1518,
+ "id": 143,
+ "cost": 53
+ },
+ {
+ "x": 777,
+ "y": 1598,
+ "id": 144,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 856,
+ "y": 1602,
+ "id": 53,
+ "list": [
+ {
+ "x": 818,
+ "y": 1557,
+ "id": 52,
+ "cost": 58
+ },
+ {
+ "x": 1064,
+ "y": 1452,
+ "id": 203,
+ "cost": 256
+ },
+ {
+ "x": 893,
+ "y": 1648,
+ "id": 54,
+ "cost": 59
+ },
+ {
+ "x": 810,
+ "y": 1649,
+ "id": 145,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 893,
+ "y": 1648,
+ "id": 54,
+ "list": [
+ {
+ "x": 856,
+ "y": 1602,
+ "id": 53,
+ "cost": 59
+ },
+ {
+ "x": 963,
+ "y": 1608,
+ "id": 146,
+ "cost": 80
+ },
+ {
+ "x": 918,
+ "y": 1704,
+ "id": 222,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 55,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 56,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 57,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 58,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 916,
+ "y": 1948,
+ "id": 59,
+ "list": [
+ {
+ "x": 769,
+ "y": 1990,
+ "id": 196,
+ "cost": 152
+ },
+ {
+ "x": 990.6214285714286,
+ "y": 1936,
+ "id": 226,
+ "cost": 75
+ },
+ {
+ "x": 906,
+ "y": 1904,
+ "id": 252,
+ "cost": 45
+ },
+ {
+ "x": 945,
+ "y": 2021.2857142857142,
+ "id": 262,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 60,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 61,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 62,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 63,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 64,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 65,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 66,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 67,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 68,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 69,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 70,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1056,
+ "y": 2249,
+ "id": 71,
+ "list": [
+ {
+ "x": 1050,
+ "y": 2277,
+ "id": 73,
+ "cost": 28
+ },
+ {
+ "x": 1074,
+ "y": 2193,
+ "id": 269,
+ "cost": 58
+ },
+ {
+ "x": 1023,
+ "y": 2191,
+ "id": 270,
+ "cost": 66
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 72,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1050,
+ "y": 2277,
+ "id": 73,
+ "list": [
+ {
+ "x": 1056,
+ "y": 2249,
+ "id": 71,
+ "cost": 28
+ },
+ {
+ "x": 1090,
+ "y": 2286,
+ "id": 160,
+ "cost": 41
+ },
+ {
+ "x": 1045.8208955223881,
+ "y": 2297,
+ "id": 162,
+ "cost": 20
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1036,
+ "y": 2344,
+ "id": 74,
+ "list": [
+ {
+ "x": 1045.8208955223881,
+ "y": 2297,
+ "id": 162,
+ "cost": 48
+ },
+ {
+ "x": 998,
+ "y": 2374,
+ "id": 75,
+ "cost": 48
+ },
+ {
+ "x": 1080,
+ "y": 2364,
+ "id": 83,
+ "cost": 48
+ },
+ {
+ "x": 1036,
+ "y": 2400,
+ "id": 200,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 998,
+ "y": 2374,
+ "id": 75,
+ "list": [
+ {
+ "x": 1036,
+ "y": 2344,
+ "id": 74,
+ "cost": 48
+ },
+ {
+ "x": 984,
+ "y": 2416,
+ "id": 76,
+ "cost": 44
+ },
+ {
+ "x": 968,
+ "y": 2362,
+ "id": 164,
+ "cost": 32
+ },
+ {
+ "x": 1036,
+ "y": 2400,
+ "id": 200,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 984,
+ "y": 2416,
+ "id": 76,
+ "list": [
+ {
+ "x": 998,
+ "y": 2374,
+ "id": 75,
+ "cost": 44
+ },
+ {
+ "x": 982,
+ "y": 2458,
+ "id": 77,
+ "cost": 42
+ },
+ {
+ "x": 954,
+ "y": 2406,
+ "id": 165,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 982,
+ "y": 2458,
+ "id": 77,
+ "list": [
+ {
+ "x": 984,
+ "y": 2416,
+ "id": 76,
+ "cost": 42
+ },
+ {
+ "x": 939,
+ "y": 2455,
+ "id": 166,
+ "cost": 43
+ },
+ {
+ "x": 991.6,
+ "y": 2474,
+ "id": 167,
+ "cost": 18
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1006,
+ "y": 2498,
+ "id": 78,
+ "list": [
+ {
+ "x": 991.6,
+ "y": 2474,
+ "id": 167,
+ "cost": 27
+ },
+ {
+ "x": 1048,
+ "y": 2520,
+ "id": 79,
+ "cost": 47
+ },
+ {
+ "x": 985,
+ "y": 2523,
+ "id": 169,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1048,
+ "y": 2520,
+ "id": 79,
+ "list": [
+ {
+ "x": 1006,
+ "y": 2498,
+ "id": 78,
+ "cost": 47
+ },
+ {
+ "x": 1104,
+ "y": 2518,
+ "id": 80,
+ "cost": 56
+ },
+ {
+ "x": 991,
+ "y": 2711,
+ "id": 85,
+ "cost": 199
+ },
+ {
+ "x": 940,
+ "y": 2632,
+ "id": 88,
+ "cost": 155
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1104,
+ "y": 2518,
+ "id": 80,
+ "list": [
+ {
+ "x": 1048,
+ "y": 2520,
+ "id": 79,
+ "cost": 56
+ },
+ {
+ "x": 1130,
+ "y": 2476,
+ "id": 81,
+ "cost": 49
+ },
+ {
+ "x": 1117,
+ "y": 2549,
+ "id": 170,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1130,
+ "y": 2476,
+ "id": 81,
+ "list": [
+ {
+ "x": 1104,
+ "y": 2518,
+ "id": 80,
+ "cost": 49
+ },
+ {
+ "x": 1120,
+ "y": 2426,
+ "id": 82,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1120,
+ "y": 2426,
+ "id": 82,
+ "list": [
+ {
+ "x": 1130,
+ "y": 2476,
+ "id": 81,
+ "cost": 50
+ },
+ {
+ "x": 1080,
+ "y": 2364,
+ "id": 83,
+ "cost": 73
+ },
+ {
+ "x": 1160,
+ "y": 2417,
+ "id": 171,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1080,
+ "y": 2364,
+ "id": 83,
+ "list": [
+ {
+ "x": 1036,
+ "y": 2344,
+ "id": 74,
+ "cost": 48
+ },
+ {
+ "x": 1120,
+ "y": 2426,
+ "id": 82,
+ "cost": 73
+ },
+ {
+ "x": 1115,
+ "y": 2353,
+ "id": 172,
+ "cost": 36
+ },
+ {
+ "x": 1036,
+ "y": 2400,
+ "id": 200,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 84,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 991,
+ "y": 2711,
+ "id": 85,
+ "list": [
+ {
+ "x": 1048,
+ "y": 2520,
+ "id": 79,
+ "cost": 199
+ },
+ {
+ "x": 898,
+ "y": 2732,
+ "id": 86,
+ "cost": 95
+ },
+ {
+ "x": 1057,
+ "y": 2698,
+ "id": 173,
+ "cost": 67
+ },
+ {
+ "x": 940,
+ "y": 2632,
+ "id": 88,
+ "cost": 94
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 898,
+ "y": 2732,
+ "id": 86,
+ "list": [
+ {
+ "x": 991,
+ "y": 2711,
+ "id": 85,
+ "cost": 95
+ },
+ {
+ "x": 812,
+ "y": 2752,
+ "id": 87,
+ "cost": 88
+ },
+ {
+ "x": 914,
+ "y": 2801,
+ "id": 174,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 812,
+ "y": 2752,
+ "id": 87,
+ "list": [
+ {
+ "x": 898,
+ "y": 2732,
+ "id": 86,
+ "cost": 88
+ },
+ {
+ "x": 828,
+ "y": 2819,
+ "id": 175,
+ "cost": 68
+ },
+ {
+ "x": 723,
+ "y": 2772,
+ "id": 201,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 940,
+ "y": 2632,
+ "id": 88,
+ "list": [
+ {
+ "x": 1048,
+ "y": 2520,
+ "id": 79,
+ "cost": 155
+ },
+ {
+ "x": 991,
+ "y": 2711,
+ "id": 85,
+ "cost": 94
+ },
+ {
+ "x": 871,
+ "y": 2606.9555555555553,
+ "id": 280,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 805,
+ "y": 2586,
+ "id": 89,
+ "list": [
+ {
+ "x": 733,
+ "y": 2559.75,
+ "id": 279,
+ "cost": 76
+ },
+ {
+ "x": 871,
+ "y": 2606.9555555555553,
+ "id": 280,
+ "cost": 69
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 670,
+ "y": 2538,
+ "id": 90,
+ "list": [
+ {
+ "x": 649,
+ "y": 2597,
+ "id": 176,
+ "cost": 62
+ },
+ {
+ "x": 662.4848484848485,
+ "y": 2449,
+ "id": 277,
+ "cost": 89
+ },
+ {
+ "x": 631.3333333333334,
+ "y": 2480,
+ "id": 278,
+ "cost": 69
+ },
+ {
+ "x": 733,
+ "y": 2559.75,
+ "id": 279,
+ "cost": 66
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 594,
+ "y": 2424,
+ "id": 91,
+ "list": [
+ {
+ "x": 620.3058823529412,
+ "y": 2338,
+ "id": 275,
+ "cost": 89
+ },
+ {
+ "x": 631.3333333333334,
+ "y": 2480,
+ "id": 278,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 646,
+ "y": 2254,
+ "id": 92,
+ "list": [
+ {
+ "x": 647.75,
+ "y": 2186,
+ "id": 274,
+ "cost": 68
+ },
+ {
+ "x": 620.3058823529412,
+ "y": 2338,
+ "id": 275,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 93,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 635,
+ "y": 2120,
+ "id": 94,
+ "list": [
+ {
+ "x": 525,
+ "y": 2143,
+ "id": 177,
+ "cost": 112
+ },
+ {
+ "x": 615.4651162790698,
+ "y": 2032,
+ "id": 271,
+ "cost": 90
+ },
+ {
+ "x": 647.75,
+ "y": 2186,
+ "id": 274,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 595,
+ "y": 1941,
+ "id": 95,
+ "list": [
+ {
+ "x": 475,
+ "y": 1976,
+ "id": 178,
+ "cost": 125
+ },
+ {
+ "x": 615.4651162790698,
+ "y": 2032,
+ "id": 271,
+ "cost": 93
+ },
+ {
+ "x": 573.4918032786885,
+ "y": 1879,
+ "id": 273,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 96,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 538,
+ "y": 1832,
+ "id": 97,
+ "list": [
+ {
+ "x": 580,
+ "y": 1771,
+ "id": 192,
+ "cost": 74
+ },
+ {
+ "x": 444,
+ "y": 1744.0645161290322,
+ "id": 272,
+ "cost": 128
+ },
+ {
+ "x": 573.4918032786885,
+ "y": 1879,
+ "id": 273,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 352,
+ "y": 1658,
+ "id": 98,
+ "list": [
+ {
+ "x": 384.5928571428569,
+ "y": 1619,
+ "id": 188,
+ "cost": 50
+ },
+ {
+ "x": 444,
+ "y": 1744.0645161290322,
+ "id": 272,
+ "cost": 125
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 484,
+ "y": 1498,
+ "id": 99,
+ "list": [
+ {
+ "x": 450.582530120482,
+ "y": 1539,
+ "id": 189,
+ "cost": 52
+ },
+ {
+ "x": 556,
+ "y": 1417,
+ "id": 240,
+ "cost": 108
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 100,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 859,
+ "y": 74,
+ "id": 101,
+ "list": [
+ {
+ "x": 884,
+ "y": 150,
+ "id": 1,
+ "cost": 80
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 785,
+ "y": 103,
+ "id": 102,
+ "list": [
+ {
+ "x": 806,
+ "y": 174,
+ "id": 2,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 752,
+ "y": 192.08695652173913,
+ "id": 103,
+ "list": [
+ {
+ "x": 806,
+ "y": 174,
+ "id": 2,
+ "cost": 56
+ },
+ {
+ "x": 714,
+ "y": 204,
+ "id": 4,
+ "cost": 39
+ },
+ {
+ "x": 733,
+ "y": 121,
+ "id": 105,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 104,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 733,
+ "y": 121,
+ "id": 105,
+ "list": [
+ {
+ "x": 752,
+ "y": 192.08695652173913,
+ "id": 103,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 588,
+ "y": 152,
+ "id": 106,
+ "list": [
+ {
+ "x": 610,
+ "y": 236,
+ "id": 5,
+ "cost": 86
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 507,
+ "y": 441,
+ "id": 107,
+ "list": [
+ {
+ "x": 430,
+ "y": 359,
+ "id": 8,
+ "cost": 112
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 445,
+ "y": 504,
+ "id": 108,
+ "list": [
+ {
+ "x": 364,
+ "y": 426,
+ "id": 9,
+ "cost": 112
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 390,
+ "y": 563,
+ "id": 109,
+ "list": [
+ {
+ "x": 301,
+ "y": 493,
+ "id": 18,
+ "cost": 113
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 374,
+ "y": 601,
+ "id": 110,
+ "list": [
+ {
+ "x": 259,
+ "y": 545,
+ "id": 19,
+ "cost": 127
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 375,
+ "y": 650,
+ "id": 111,
+ "list": [
+ {
+ "x": 234,
+ "y": 632,
+ "id": 21,
+ "cost": 142
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 108,
+ "y": 632,
+ "id": 112,
+ "list": [
+ {
+ "x": 234,
+ "y": 632,
+ "id": 21,
+ "cost": 126
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 346,
+ "y": 690,
+ "id": 113,
+ "list": [
+ {
+ "x": 233,
+ "y": 684,
+ "id": 26,
+ "cost": 113
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 348,
+ "y": 732,
+ "id": 114,
+ "list": [
+ {
+ "x": 245,
+ "y": 744,
+ "id": 27,
+ "cost": 103
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 147,
+ "y": 763,
+ "id": 115,
+ "list": [
+ {
+ "x": 245,
+ "y": 744,
+ "id": 27,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 253.99,
+ "y": 773,
+ "id": 116,
+ "list": [
+ {
+ "x": 245,
+ "y": 744,
+ "id": 27,
+ "cost": 30
+ },
+ {
+ "x": 348,
+ "y": 760,
+ "id": 117,
+ "cost": 94
+ },
+ {
+ "x": 263.59999999999997,
+ "y": 804,
+ "id": 181,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 348,
+ "y": 760,
+ "id": 117,
+ "list": [
+ {
+ "x": 253.99,
+ "y": 773,
+ "id": 116,
+ "cost": 94
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 355,
+ "y": 819,
+ "id": 118,
+ "list": [
+ {
+ "x": 276,
+ "y": 844,
+ "id": 28,
+ "cost": 82
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 371,
+ "y": 858,
+ "id": 119,
+ "list": [
+ {
+ "x": 290,
+ "y": 890,
+ "id": 29,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 218,
+ "y": 912,
+ "id": 120,
+ "list": [
+ {
+ "x": 290,
+ "y": 890,
+ "id": 29,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 379,
+ "y": 893,
+ "id": 121,
+ "list": [
+ {
+ "x": 300,
+ "y": 921,
+ "id": 30,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 327,
+ "y": 1253,
+ "id": 122,
+ "list": [
+ {
+ "x": 407.06976744186045,
+ "y": 1220,
+ "id": 219,
+ "cost": 86
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 382,
+ "y": 1370,
+ "id": 123,
+ "list": [
+ {
+ "x": 419,
+ "y": 1366,
+ "id": 237,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 462,
+ "y": 1432,
+ "id": 124,
+ "list": [
+ {
+ "x": 497,
+ "y": 1413,
+ "id": 239,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 125,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 415,
+ "y": 1411,
+ "id": 126,
+ "list": [
+ {
+ "x": 456,
+ "y": 1391,
+ "id": 238,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 481,
+ "y": 1186,
+ "id": 127,
+ "list": [
+ {
+ "x": 407.06976744186045,
+ "y": 1220,
+ "id": 219,
+ "cost": 81
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 128,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 129,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 130,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 131,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 601,
+ "y": 1324,
+ "id": 132,
+ "list": [
+ {
+ "x": 586,
+ "y": 1369,
+ "id": 241,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 416,
+ "y": 1581,
+ "id": 133,
+ "list": [
+ {
+ "x": 450.582530120482,
+ "y": 1539,
+ "id": 189,
+ "cost": 54
+ },
+ {
+ "x": 468,
+ "y": 1636,
+ "id": 134,
+ "cost": 75
+ },
+ {
+ "x": 384.5928571428569,
+ "y": 1619,
+ "id": 188,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 468,
+ "y": 1636,
+ "id": 134,
+ "list": [
+ {
+ "x": 416,
+ "y": 1581,
+ "id": 133,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 646,
+ "y": 1349,
+ "id": 135,
+ "list": [
+ {
+ "x": 614,
+ "y": 1402,
+ "id": 40,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 580,
+ "y": 1461,
+ "id": 136,
+ "list": [
+ {
+ "x": 614,
+ "y": 1402,
+ "id": 40,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 696,
+ "y": 1379,
+ "id": 137,
+ "list": [
+ {
+ "x": 664,
+ "y": 1432,
+ "id": 48,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 628,
+ "y": 1495,
+ "id": 138,
+ "list": [
+ {
+ "x": 664,
+ "y": 1432,
+ "id": 48,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 740,
+ "y": 1429,
+ "id": 139,
+ "list": [
+ {
+ "x": 712,
+ "y": 1468,
+ "id": 49,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 676,
+ "y": 1515,
+ "id": 140,
+ "list": [
+ {
+ "x": 712,
+ "y": 1468,
+ "id": 49,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 716,
+ "y": 1543,
+ "id": 141,
+ "list": [
+ {
+ "x": 754,
+ "y": 1499,
+ "id": 50,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 821,
+ "y": 1475,
+ "id": 142,
+ "list": [
+ {
+ "x": 784,
+ "y": 1524,
+ "id": 51,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 854,
+ "y": 1518,
+ "id": 143,
+ "list": [
+ {
+ "x": 818,
+ "y": 1557,
+ "id": 52,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 777,
+ "y": 1598,
+ "id": 144,
+ "list": [
+ {
+ "x": 818,
+ "y": 1557,
+ "id": 52,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 810,
+ "y": 1649,
+ "id": 145,
+ "list": [
+ {
+ "x": 856,
+ "y": 1602,
+ "id": 53,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 963,
+ "y": 1608,
+ "id": 146,
+ "list": [
+ {
+ "x": 893,
+ "y": 1648,
+ "id": 54,
+ "cost": 80
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 859,
+ "y": 1705,
+ "id": 147,
+ "list": [
+ {
+ "x": 918,
+ "y": 1704,
+ "id": 222,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 998,
+ "y": 1698,
+ "id": 148,
+ "list": [
+ {
+ "x": 958,
+ "y": 1700.0249999999999,
+ "id": 253,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 149,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 859,
+ "y": 1775,
+ "id": 150,
+ "list": [
+ {
+ "x": 837.3999999999999,
+ "y": 1799,
+ "id": 211,
+ "cost": 32
+ },
+ {
+ "x": 896,
+ "y": 1782,
+ "id": 248,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 814,
+ "y": 1825,
+ "id": 151,
+ "list": [
+ {
+ "x": 733,
+ "y": 1920,
+ "id": 190,
+ "cost": 124
+ },
+ {
+ "x": 777,
+ "y": 1795,
+ "id": 152,
+ "cost": 47
+ },
+ {
+ "x": 837,
+ "y": 1843,
+ "id": 207,
+ "cost": 29
+ },
+ {
+ "x": 837.3999999999999,
+ "y": 1799,
+ "id": 211,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 777,
+ "y": 1795,
+ "id": 152,
+ "list": [
+ {
+ "x": 814,
+ "y": 1825,
+ "id": 151,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 153,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 862,
+ "y": 1880,
+ "id": 154,
+ "list": [
+ {
+ "x": 899,
+ "y": 1871,
+ "id": 251,
+ "cost": 38
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1086,
+ "y": 1823,
+ "id": 155,
+ "list": [
+ {
+ "x": 1032,
+ "y": 1834,
+ "id": 256,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1119,
+ "y": 2083,
+ "id": 156,
+ "list": [
+ {
+ "x": 1087,
+ "y": 2079.2150537634407,
+ "id": 265,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 890,
+ "y": 2037,
+ "id": 157,
+ "list": [
+ {
+ "x": 945,
+ "y": 2021.2857142857142,
+ "id": 262,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 921,
+ "y": 2088,
+ "id": 158,
+ "list": [
+ {
+ "x": 970,
+ "y": 2080.5333333333333,
+ "id": 263,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 965,
+ "y": 2156,
+ "id": 159,
+ "list": [
+ {
+ "x": 997,
+ "y": 2148.6486486486488,
+ "id": 264,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1090,
+ "y": 2286,
+ "id": 160,
+ "list": [
+ {
+ "x": 1050,
+ "y": 2277,
+ "id": 73,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 161,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1045.8208955223881,
+ "y": 2297,
+ "id": 162,
+ "list": [
+ {
+ "x": 1050,
+ "y": 2277,
+ "id": 73,
+ "cost": 20
+ },
+ {
+ "x": 1036,
+ "y": 2344,
+ "id": 74,
+ "cost": 48
+ },
+ {
+ "x": 990,
+ "y": 2288,
+ "id": 163,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 990,
+ "y": 2288,
+ "id": 163,
+ "list": [
+ {
+ "x": 1045.8208955223881,
+ "y": 2297,
+ "id": 162,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 968,
+ "y": 2362,
+ "id": 164,
+ "list": [
+ {
+ "x": 998,
+ "y": 2374,
+ "id": 75,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 954,
+ "y": 2406,
+ "id": 165,
+ "list": [
+ {
+ "x": 984,
+ "y": 2416,
+ "id": 76,
+ "cost": 31
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 939,
+ "y": 2455,
+ "id": 166,
+ "list": [
+ {
+ "x": 982,
+ "y": 2458,
+ "id": 77,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 991.6,
+ "y": 2474,
+ "id": 167,
+ "list": [
+ {
+ "x": 982,
+ "y": 2458,
+ "id": 77,
+ "cost": 18
+ },
+ {
+ "x": 1006,
+ "y": 2498,
+ "id": 78,
+ "cost": 27
+ },
+ {
+ "x": 960,
+ "y": 2485,
+ "id": 168,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 960,
+ "y": 2485,
+ "id": 168,
+ "list": [
+ {
+ "x": 991.6,
+ "y": 2474,
+ "id": 167,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 985,
+ "y": 2523,
+ "id": 169,
+ "list": [
+ {
+ "x": 1006,
+ "y": 2498,
+ "id": 78,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1117,
+ "y": 2549,
+ "id": 170,
+ "list": [
+ {
+ "x": 1104,
+ "y": 2518,
+ "id": 80,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1160,
+ "y": 2417,
+ "id": 171,
+ "list": [
+ {
+ "x": 1120,
+ "y": 2426,
+ "id": 82,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1115,
+ "y": 2353,
+ "id": 172,
+ "list": [
+ {
+ "x": 1080,
+ "y": 2364,
+ "id": 83,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1057,
+ "y": 2698,
+ "id": 173,
+ "list": [
+ {
+ "x": 991,
+ "y": 2711,
+ "id": 85,
+ "cost": 67
+ },
+ {
+ "x": 1091,
+ "y": 2844,
+ "id": 179,
+ "cost": 149
+ },
+ {
+ "x": 1127,
+ "y": 2681,
+ "id": 283,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 914,
+ "y": 2801,
+ "id": 174,
+ "list": [
+ {
+ "x": 898,
+ "y": 2732,
+ "id": 86,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 828,
+ "y": 2819,
+ "id": 175,
+ "list": [
+ {
+ "x": 812,
+ "y": 2752,
+ "id": 87,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 649,
+ "y": 2597,
+ "id": 176,
+ "list": [
+ {
+ "x": 670,
+ "y": 2538,
+ "id": 90,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 525,
+ "y": 2143,
+ "id": 177,
+ "list": [
+ {
+ "x": 635,
+ "y": 2120,
+ "id": 94,
+ "cost": 112
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 475,
+ "y": 1976,
+ "id": 178,
+ "list": [
+ {
+ "x": 595,
+ "y": 1941,
+ "id": 95,
+ "cost": 125
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1091,
+ "y": 2844,
+ "id": 179,
+ "list": [
+ {
+ "x": 1057,
+ "y": 2698,
+ "id": 173,
+ "cost": 149
+ },
+ {
+ "x": 1056,
+ "y": 2854,
+ "id": 180,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1056,
+ "y": 2854,
+ "id": 180,
+ "list": [
+ {
+ "x": 1091,
+ "y": 2844,
+ "id": 179,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 263.59999999999997,
+ "y": 804,
+ "id": 181,
+ "list": [
+ {
+ "x": 276,
+ "y": 844,
+ "id": 28,
+ "cost": 41
+ },
+ {
+ "x": 253.99,
+ "y": 773,
+ "id": 116,
+ "cost": 32
+ },
+ {
+ "x": 177,
+ "y": 832,
+ "id": 182,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 177,
+ "y": 832,
+ "id": 182,
+ "list": [
+ {
+ "x": 263.59999999999997,
+ "y": 804,
+ "id": 181,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 693,
+ "y": 949,
+ "id": 183,
+ "list": [
+ {
+ "x": 350,
+ "y": 1070,
+ "id": 32,
+ "cost": 363
+ },
+ {
+ "x": 744,
+ "y": 1054,
+ "id": 184,
+ "cost": 116
+ },
+ {
+ "x": 588,
+ "y": 704,
+ "id": 185,
+ "cost": 266
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 744,
+ "y": 1054,
+ "id": 184,
+ "list": [
+ {
+ "x": 693,
+ "y": 949,
+ "id": 183,
+ "cost": 116
+ },
+ {
+ "x": 1064,
+ "y": 1452,
+ "id": 203,
+ "cost": 510
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 588,
+ "y": 704,
+ "id": 185,
+ "list": [
+ {
+ "x": 693,
+ "y": 949,
+ "id": 183,
+ "cost": 266
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 424,
+ "y": 1262,
+ "id": 186,
+ "list": [
+ {
+ "x": 407.06976744186045,
+ "y": 1220,
+ "id": 219,
+ "cost": 45
+ },
+ {
+ "x": 383,
+ "y": 1284.231523378582,
+ "id": 234,
+ "cost": 46
+ },
+ {
+ "x": 475,
+ "y": 1257.2421052631578,
+ "id": 235,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 306,
+ "y": 1319,
+ "id": 187,
+ "list": [
+ {
+ "x": 346,
+ "y": 1304.2941176470588,
+ "id": 212,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 384.5928571428569,
+ "y": 1619,
+ "id": 188,
+ "list": [
+ {
+ "x": 352,
+ "y": 1658,
+ "id": 98,
+ "cost": 50
+ },
+ {
+ "x": 416,
+ "y": 1581,
+ "id": 133,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 450.582530120482,
+ "y": 1539,
+ "id": 189,
+ "list": [
+ {
+ "x": 484,
+ "y": 1498,
+ "id": 99,
+ "cost": 52
+ },
+ {
+ "x": 416,
+ "y": 1581,
+ "id": 133,
+ "cost": 54
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 733,
+ "y": 1920,
+ "id": 190,
+ "list": [
+ {
+ "x": 814,
+ "y": 1825,
+ "id": 151,
+ "cost": 124
+ },
+ {
+ "x": 641,
+ "y": 1823,
+ "id": 191,
+ "cost": 133
+ },
+ {
+ "x": 769,
+ "y": 1990,
+ "id": 196,
+ "cost": 78
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 641,
+ "y": 1823,
+ "id": 191,
+ "list": [
+ {
+ "x": 733,
+ "y": 1920,
+ "id": 190,
+ "cost": 133
+ },
+ {
+ "x": 580,
+ "y": 1771,
+ "id": 192,
+ "cost": 80
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 580,
+ "y": 1771,
+ "id": 192,
+ "list": [
+ {
+ "x": 538,
+ "y": 1832,
+ "id": 97,
+ "cost": 74
+ },
+ {
+ "x": 641,
+ "y": 1823,
+ "id": 191,
+ "cost": 80
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 193,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 194,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1009,
+ "y": 2003,
+ "id": 195,
+ "list": [
+ {
+ "x": 990.6214285714286,
+ "y": 1936,
+ "id": 226,
+ "cost": 69
+ },
+ {
+ "x": 945,
+ "y": 2021.2857142857142,
+ "id": 262,
+ "cost": 66
+ },
+ {
+ "x": 1075,
+ "y": 1995,
+ "id": 267,
+ "cost": 66
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 769,
+ "y": 1990,
+ "id": 196,
+ "list": [
+ {
+ "x": 916,
+ "y": 1948,
+ "id": 59,
+ "cost": 152
+ },
+ {
+ "x": 733,
+ "y": 1920,
+ "id": 190,
+ "cost": 78
+ },
+ {
+ "x": 754,
+ "y": 2087,
+ "id": 197,
+ "cost": 98
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 754,
+ "y": 2087,
+ "id": 197,
+ "list": [
+ {
+ "x": 769,
+ "y": 1990,
+ "id": 196,
+ "cost": 98
+ },
+ {
+ "x": 738.8840579710144,
+ "y": 2165,
+ "id": 281,
+ "cost": 79
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 198,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 698,
+ "y": 2296,
+ "id": 199,
+ "list": [
+ {
+ "x": 674.3333333333335,
+ "y": 2375,
+ "id": 276,
+ "cost": 82
+ },
+ {
+ "x": 719.3050847457627,
+ "y": 2231,
+ "id": 282,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1036,
+ "y": 2400,
+ "id": 200,
+ "list": [
+ {
+ "x": 1036,
+ "y": 2344,
+ "id": 74,
+ "cost": 56
+ },
+ {
+ "x": 998,
+ "y": 2374,
+ "id": 75,
+ "cost": 46
+ },
+ {
+ "x": 1080,
+ "y": 2364,
+ "id": 83,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 723,
+ "y": 2772,
+ "id": 201,
+ "list": [
+ {
+ "x": 812,
+ "y": 2752,
+ "id": 87,
+ "cost": 91
+ },
+ {
+ "x": 638,
+ "y": 2789,
+ "id": 202,
+ "cost": 86
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 638,
+ "y": 2789,
+ "id": 202,
+ "list": [
+ {
+ "x": 723,
+ "y": 2772,
+ "id": 201,
+ "cost": 86
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1064,
+ "y": 1452,
+ "id": 203,
+ "list": [
+ {
+ "x": 856,
+ "y": 1602,
+ "id": 53,
+ "cost": 256
+ },
+ {
+ "x": 744,
+ "y": 1054,
+ "id": 184,
+ "cost": 510
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 346,
+ "y": 270,
+ "id": 204,
+ "list": [
+ {
+ "x": 430,
+ "y": 359,
+ "id": 8,
+ "cost": 122
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 310.2988505747126,
+ "y": 953,
+ "id": 205,
+ "list": [
+ {
+ "x": 300,
+ "y": 921,
+ "id": 30,
+ "cost": 33
+ },
+ {
+ "x": 328,
+ "y": 1008,
+ "id": 31,
+ "cost": 57
+ },
+ {
+ "x": 247.29885057471262,
+ "y": 976.7134003741816,
+ "id": 210,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 212,
+ "y": 990,
+ "id": 206,
+ "list": [
+ {
+ "x": 247.29885057471262,
+ "y": 976.7134003741816,
+ "id": 210,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 837,
+ "y": 1843,
+ "id": 207,
+ "list": [
+ {
+ "x": 814,
+ "y": 1825,
+ "id": 151,
+ "cost": 29
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 208,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1061,
+ "y": 1715,
+ "id": 209,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 247.29885057471262,
+ "y": 976.7134003741816,
+ "id": 210,
+ "list": [
+ {
+ "x": 310.2988505747126,
+ "y": 953,
+ "id": 205,
+ "cost": 67
+ },
+ {
+ "x": 212,
+ "y": 990,
+ "id": 206,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 837.3999999999999,
+ "y": 1799,
+ "id": 211,
+ "list": [
+ {
+ "x": 859,
+ "y": 1775,
+ "id": 150,
+ "cost": 32
+ },
+ {
+ "x": 814,
+ "y": 1825,
+ "id": 151,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 346,
+ "y": 1304.2941176470588,
+ "id": 212,
+ "list": [
+ {
+ "x": 306,
+ "y": 1319,
+ "id": 187,
+ "cost": 42
+ },
+ {
+ "x": 383,
+ "y": 1284.231523378582,
+ "id": 234,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 213,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 214,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 215,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 216,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 514,
+ "y": 1225,
+ "id": 217,
+ "list": [
+ {
+ "x": 475,
+ "y": 1257.2421052631578,
+ "id": 235,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 218,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 407.06976744186045,
+ "y": 1220,
+ "id": 219,
+ "list": [
+ {
+ "x": 389,
+ "y": 1183,
+ "id": 34,
+ "cost": 41
+ },
+ {
+ "x": 327,
+ "y": 1253,
+ "id": 122,
+ "cost": 86
+ },
+ {
+ "x": 481,
+ "y": 1186,
+ "id": 127,
+ "cost": 81
+ },
+ {
+ "x": 424,
+ "y": 1262,
+ "id": 186,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 220,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 221,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 918,
+ "y": 1704,
+ "id": 222,
+ "list": [
+ {
+ "x": 893,
+ "y": 1648,
+ "id": 54,
+ "cost": 61
+ },
+ {
+ "x": 859,
+ "y": 1705,
+ "id": 147,
+ "cost": 59
+ },
+ {
+ "x": 900,
+ "y": 1746,
+ "id": 247,
+ "cost": 45
+ },
+ {
+ "x": 958,
+ "y": 1700.0249999999999,
+ "id": 253,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 223,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 224,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 225,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 990.6214285714286,
+ "y": 1936,
+ "id": 226,
+ "list": [
+ {
+ "x": 916,
+ "y": 1948,
+ "id": 59,
+ "cost": 75
+ },
+ {
+ "x": 1009,
+ "y": 2003,
+ "id": 195,
+ "cost": 69
+ },
+ {
+ "x": 906,
+ "y": 1904,
+ "id": 252,
+ "cost": 90
+ },
+ {
+ "x": 1058,
+ "y": 1926,
+ "id": 259,
+ "cost": 68
+ },
+ {
+ "x": 1047,
+ "y": 1886,
+ "id": 258,
+ "cost": 75
+ },
+ {
+ "x": 977,
+ "y": 1891,
+ "id": 261,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 227,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 228,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 229,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 230,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 231,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 232,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 233,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 383,
+ "y": 1284.231523378582,
+ "id": 234,
+ "list": [
+ {
+ "x": 424,
+ "y": 1262,
+ "id": 186,
+ "cost": 46
+ },
+ {
+ "x": 346,
+ "y": 1304.2941176470588,
+ "id": 212,
+ "cost": 42
+ },
+ {
+ "x": 396,
+ "y": 1330,
+ "id": 236,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 475,
+ "y": 1257.2421052631578,
+ "id": 235,
+ "list": [
+ {
+ "x": 424,
+ "y": 1262,
+ "id": 186,
+ "cost": 51
+ },
+ {
+ "x": 514,
+ "y": 1225,
+ "id": 217,
+ "cost": 50
+ },
+ {
+ "x": 514,
+ "y": 1299,
+ "id": 243,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 396,
+ "y": 1330,
+ "id": 236,
+ "list": [
+ {
+ "x": 383,
+ "y": 1284.231523378582,
+ "id": 234,
+ "cost": 47
+ },
+ {
+ "x": 419,
+ "y": 1366,
+ "id": 237,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 419,
+ "y": 1366,
+ "id": 237,
+ "list": [
+ {
+ "x": 382,
+ "y": 1370,
+ "id": 123,
+ "cost": 37
+ },
+ {
+ "x": 396,
+ "y": 1330,
+ "id": 236,
+ "cost": 42
+ },
+ {
+ "x": 456,
+ "y": 1391,
+ "id": 238,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 456,
+ "y": 1391,
+ "id": 238,
+ "list": [
+ {
+ "x": 415,
+ "y": 1411,
+ "id": 126,
+ "cost": 45
+ },
+ {
+ "x": 419,
+ "y": 1366,
+ "id": 237,
+ "cost": 44
+ },
+ {
+ "x": 497,
+ "y": 1413,
+ "id": 239,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 497,
+ "y": 1413,
+ "id": 239,
+ "list": [
+ {
+ "x": 462,
+ "y": 1432,
+ "id": 124,
+ "cost": 39
+ },
+ {
+ "x": 456,
+ "y": 1391,
+ "id": 238,
+ "cost": 46
+ },
+ {
+ "x": 556,
+ "y": 1417,
+ "id": 240,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 556,
+ "y": 1417,
+ "id": 240,
+ "list": [
+ {
+ "x": 614,
+ "y": 1402,
+ "id": 40,
+ "cost": 59
+ },
+ {
+ "x": 484,
+ "y": 1498,
+ "id": 99,
+ "cost": 108
+ },
+ {
+ "x": 497,
+ "y": 1413,
+ "id": 239,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 586,
+ "y": 1369,
+ "id": 241,
+ "list": [
+ {
+ "x": 614,
+ "y": 1402,
+ "id": 40,
+ "cost": 43
+ },
+ {
+ "x": 601,
+ "y": 1324,
+ "id": 132,
+ "cost": 47
+ },
+ {
+ "x": 546,
+ "y": 1330,
+ "id": 242,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 546,
+ "y": 1330,
+ "id": 242,
+ "list": [
+ {
+ "x": 586,
+ "y": 1369,
+ "id": 241,
+ "cost": 55
+ },
+ {
+ "x": 514,
+ "y": 1299,
+ "id": 243,
+ "cost": 44
+ },
+ {
+ "x": 557,
+ "y": 1296,
+ "id": 245,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 514,
+ "y": 1299,
+ "id": 243,
+ "list": [
+ {
+ "x": 475,
+ "y": 1257.2421052631578,
+ "id": 235,
+ "cost": 57
+ },
+ {
+ "x": 546,
+ "y": 1330,
+ "id": 242,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 244,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 557,
+ "y": 1296,
+ "id": 245,
+ "list": [
+ {
+ "x": 546,
+ "y": 1330,
+ "id": 242,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 246,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 900,
+ "y": 1746,
+ "id": 247,
+ "list": [
+ {
+ "x": 918,
+ "y": 1704,
+ "id": 222,
+ "cost": 45
+ },
+ {
+ "x": 896,
+ "y": 1782,
+ "id": 248,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 896,
+ "y": 1782,
+ "id": 248,
+ "list": [
+ {
+ "x": 859,
+ "y": 1775,
+ "id": 150,
+ "cost": 37
+ },
+ {
+ "x": 900,
+ "y": 1746,
+ "id": 247,
+ "cost": 36
+ },
+ {
+ "x": 896,
+ "y": 1839,
+ "id": 250,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 249,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 896,
+ "y": 1839,
+ "id": 250,
+ "list": [
+ {
+ "x": 896,
+ "y": 1782,
+ "id": 248,
+ "cost": 57
+ },
+ {
+ "x": 899,
+ "y": 1871,
+ "id": 251,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 899,
+ "y": 1871,
+ "id": 251,
+ "list": [
+ {
+ "x": 862,
+ "y": 1880,
+ "id": 154,
+ "cost": 38
+ },
+ {
+ "x": 896,
+ "y": 1839,
+ "id": 250,
+ "cost": 32
+ },
+ {
+ "x": 906,
+ "y": 1904,
+ "id": 252,
+ "cost": 33
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 906,
+ "y": 1904,
+ "id": 252,
+ "list": [
+ {
+ "x": 916,
+ "y": 1948,
+ "id": 59,
+ "cost": 45
+ },
+ {
+ "x": 990.6214285714286,
+ "y": 1936,
+ "id": 226,
+ "cost": 90
+ },
+ {
+ "x": 899,
+ "y": 1871,
+ "id": 251,
+ "cost": 33
+ },
+ {
+ "x": 977,
+ "y": 1891,
+ "id": 261,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 958,
+ "y": 1700.0249999999999,
+ "id": 253,
+ "list": [
+ {
+ "x": 998,
+ "y": 1698,
+ "id": 148,
+ "cost": 40
+ },
+ {
+ "x": 918,
+ "y": 1704,
+ "id": 222,
+ "cost": 40
+ },
+ {
+ "x": 984,
+ "y": 1741,
+ "id": 254,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 984,
+ "y": 1741,
+ "id": 254,
+ "list": [
+ {
+ "x": 958,
+ "y": 1700.0249999999999,
+ "id": 253,
+ "cost": 48
+ },
+ {
+ "x": 1007,
+ "y": 1789,
+ "id": 255,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1007,
+ "y": 1789,
+ "id": 255,
+ "list": [
+ {
+ "x": 984,
+ "y": 1741,
+ "id": 254,
+ "cost": 53
+ },
+ {
+ "x": 1032,
+ "y": 1834,
+ "id": 256,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1032,
+ "y": 1834,
+ "id": 256,
+ "list": [
+ {
+ "x": 1086,
+ "y": 1823,
+ "id": 155,
+ "cost": 55
+ },
+ {
+ "x": 1007,
+ "y": 1789,
+ "id": 255,
+ "cost": 51
+ },
+ {
+ "x": 1047,
+ "y": 1886,
+ "id": 258,
+ "cost": 54
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 257,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1047,
+ "y": 1886,
+ "id": 258,
+ "list": [
+ {
+ "x": 990.6214285714286,
+ "y": 1936,
+ "id": 226,
+ "cost": 75
+ },
+ {
+ "x": 1032,
+ "y": 1834,
+ "id": 256,
+ "cost": 54
+ },
+ {
+ "x": 1058,
+ "y": 1926,
+ "id": 259,
+ "cost": 41
+ },
+ {
+ "x": 977,
+ "y": 1891,
+ "id": 261,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1058,
+ "y": 1926,
+ "id": 259,
+ "list": [
+ {
+ "x": 990.6214285714286,
+ "y": 1936,
+ "id": 226,
+ "cost": 68
+ },
+ {
+ "x": 1047,
+ "y": 1886,
+ "id": 258,
+ "cost": 41
+ },
+ {
+ "x": 1075,
+ "y": 1995,
+ "id": 267,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 260,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 977,
+ "y": 1891,
+ "id": 261,
+ "list": [
+ {
+ "x": 990.6214285714286,
+ "y": 1936,
+ "id": 226,
+ "cost": 47
+ },
+ {
+ "x": 906,
+ "y": 1904,
+ "id": 252,
+ "cost": 72
+ },
+ {
+ "x": 1047,
+ "y": 1886,
+ "id": 258,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 945,
+ "y": 2021.2857142857142,
+ "id": 262,
+ "list": [
+ {
+ "x": 916,
+ "y": 1948,
+ "id": 59,
+ "cost": 78
+ },
+ {
+ "x": 890,
+ "y": 2037,
+ "id": 157,
+ "cost": 57
+ },
+ {
+ "x": 1009,
+ "y": 2003,
+ "id": 195,
+ "cost": 66
+ },
+ {
+ "x": 970,
+ "y": 2080.5333333333333,
+ "id": 263,
+ "cost": 64
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 970,
+ "y": 2080.5333333333333,
+ "id": 263,
+ "list": [
+ {
+ "x": 921,
+ "y": 2088,
+ "id": 158,
+ "cost": 49
+ },
+ {
+ "x": 945,
+ "y": 2021.2857142857142,
+ "id": 262,
+ "cost": 64
+ },
+ {
+ "x": 997,
+ "y": 2148.6486486486488,
+ "id": 264,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 997,
+ "y": 2148.6486486486488,
+ "id": 264,
+ "list": [
+ {
+ "x": 965,
+ "y": 2156,
+ "id": 159,
+ "cost": 32
+ },
+ {
+ "x": 970,
+ "y": 2080.5333333333333,
+ "id": 263,
+ "cost": 73
+ },
+ {
+ "x": 1023,
+ "y": 2191,
+ "id": 270,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1087,
+ "y": 2079.2150537634407,
+ "id": 265,
+ "list": [
+ {
+ "x": 1119,
+ "y": 2083,
+ "id": 156,
+ "cost": 32
+ },
+ {
+ "x": 1075,
+ "y": 1995,
+ "id": 267,
+ "cost": 85
+ },
+ {
+ "x": 1083,
+ "y": 2150,
+ "id": 268,
+ "cost": 70
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 266,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1075,
+ "y": 1995,
+ "id": 267,
+ "list": [
+ {
+ "x": 1009,
+ "y": 2003,
+ "id": 195,
+ "cost": 66
+ },
+ {
+ "x": 1058,
+ "y": 1926,
+ "id": 259,
+ "cost": 71
+ },
+ {
+ "x": 1087,
+ "y": 2079.2150537634407,
+ "id": 265,
+ "cost": 85
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1083,
+ "y": 2150,
+ "id": 268,
+ "list": [
+ {
+ "x": 1087,
+ "y": 2079.2150537634407,
+ "id": 265,
+ "cost": 70
+ },
+ {
+ "x": 1074,
+ "y": 2193,
+ "id": 269,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1074,
+ "y": 2193,
+ "id": 269,
+ "list": [
+ {
+ "x": 1056,
+ "y": 2249,
+ "id": 71,
+ "cost": 58
+ },
+ {
+ "x": 1083,
+ "y": 2150,
+ "id": 268,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1023,
+ "y": 2191,
+ "id": 270,
+ "list": [
+ {
+ "x": 1056,
+ "y": 2249,
+ "id": 71,
+ "cost": 66
+ },
+ {
+ "x": 997,
+ "y": 2148.6486486486488,
+ "id": 264,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 615.4651162790698,
+ "y": 2032,
+ "id": 271,
+ "list": [
+ {
+ "x": 635,
+ "y": 2120,
+ "id": 94,
+ "cost": 90
+ },
+ {
+ "x": 595,
+ "y": 1941,
+ "id": 95,
+ "cost": 93
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 444,
+ "y": 1744.0645161290322,
+ "id": 272,
+ "list": [
+ {
+ "x": 538,
+ "y": 1832,
+ "id": 97,
+ "cost": 128
+ },
+ {
+ "x": 352,
+ "y": 1658,
+ "id": 98,
+ "cost": 125
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 573.4918032786885,
+ "y": 1879,
+ "id": 273,
+ "list": [
+ {
+ "x": 595,
+ "y": 1941,
+ "id": 95,
+ "cost": 65
+ },
+ {
+ "x": 538,
+ "y": 1832,
+ "id": 97,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 647.75,
+ "y": 2186,
+ "id": 274,
+ "list": [
+ {
+ "x": 646,
+ "y": 2254,
+ "id": 92,
+ "cost": 68
+ },
+ {
+ "x": 635,
+ "y": 2120,
+ "id": 94,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 620.3058823529412,
+ "y": 2338,
+ "id": 275,
+ "list": [
+ {
+ "x": 594,
+ "y": 2424,
+ "id": 91,
+ "cost": 89
+ },
+ {
+ "x": 646,
+ "y": 2254,
+ "id": 92,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 674.3333333333335,
+ "y": 2375,
+ "id": 276,
+ "list": [
+ {
+ "x": 698,
+ "y": 2296,
+ "id": 199,
+ "cost": 82
+ },
+ {
+ "x": 662.4848484848485,
+ "y": 2449,
+ "id": 277,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 662.4848484848485,
+ "y": 2449,
+ "id": 277,
+ "list": [
+ {
+ "x": 670,
+ "y": 2538,
+ "id": 90,
+ "cost": 89
+ },
+ {
+ "x": 674.3333333333335,
+ "y": 2375,
+ "id": 276,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 631.3333333333334,
+ "y": 2480,
+ "id": 278,
+ "list": [
+ {
+ "x": 670,
+ "y": 2538,
+ "id": 90,
+ "cost": 69
+ },
+ {
+ "x": 594,
+ "y": 2424,
+ "id": 91,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 733,
+ "y": 2559.75,
+ "id": 279,
+ "list": [
+ {
+ "x": 805,
+ "y": 2586,
+ "id": 89,
+ "cost": 76
+ },
+ {
+ "x": 670,
+ "y": 2538,
+ "id": 90,
+ "cost": 66
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 871,
+ "y": 2606.9555555555553,
+ "id": 280,
+ "list": [
+ {
+ "x": 940,
+ "y": 2632,
+ "id": 88,
+ "cost": 73
+ },
+ {
+ "x": 805,
+ "y": 2586,
+ "id": 89,
+ "cost": 69
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 738.8840579710144,
+ "y": 2165,
+ "id": 281,
+ "list": [
+ {
+ "x": 754,
+ "y": 2087,
+ "id": 197,
+ "cost": 79
+ },
+ {
+ "x": 719.3050847457627,
+ "y": 2231,
+ "id": 282,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 719.3050847457627,
+ "y": 2231,
+ "id": 282,
+ "list": [
+ {
+ "x": 698,
+ "y": 2296,
+ "id": 199,
+ "cost": 68
+ },
+ {
+ "x": 738.8840579710144,
+ "y": 2165,
+ "id": 281,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1127,
+ "y": 2681,
+ "id": 283,
+ "list": [
+ {
+ "x": 1057,
+ "y": 2698,
+ "id": 173,
+ "cost": 72
+ },
+ {
+ "x": 1141,
+ "y": 2728,
+ "id": 284,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1141,
+ "y": 2728,
+ "id": 284,
+ "list": [
+ {
+ "x": 1127,
+ "y": 2681,
+ "id": 283,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ }
+ ]
+ },
+ "decos": [],
+ "icons": [
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 879,
+ "y": 1635,
+ "facCode": "fwt",
+ "navCode": 54,
+ "src": "fwt",
+ "width": 32,
+ "height": 32,
+ "title": "服务台"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 623,
+ "y": 2771,
+ "facCode": "dit",
+ "navCode": 202,
+ "src": "dit",
+ "width": 32,
+ "height": 32,
+ "title": "地铁"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 174,
+ "y": 825,
+ "facCode": "dit",
+ "navCode": 182,
+ "src": "dit",
+ "width": 32,
+ "height": 32,
+ "title": "地铁"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 228,
+ "y": 960,
+ "facCode": "tcc",
+ "navCode": 210,
+ "src": "tcc",
+ "width": 32,
+ "height": 32,
+ "title": "停车场"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 820,
+ "y": 1783,
+ "facCode": "tcc",
+ "navCode": 211,
+ "src": "tcc",
+ "width": 32,
+ "height": 32,
+ "title": "停车场"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 329,
+ "y": 1288,
+ "facCode": "tcc",
+ "navCode": 212,
+ "src": "tcc",
+ "width": 32,
+ "height": 32,
+ "title": "停车场"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 368,
+ "y": 1604,
+ "facCode": "dit",
+ "navCode": 188,
+ "src": "dit",
+ "width": 32,
+ "height": 32,
+ "title": "地铁"
+ }
+ ],
+ "stairs": [
+ {
+ "no": "3",
+ "toFloor": "4,5,",
+ "x": 328,
+ "y": 255,
+ "facCode": "dt",
+ "navCode": 204,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "2",
+ "toFloor": "0,1,4,5,6,",
+ "x": 196,
+ "y": 977,
+ "facCode": "dt",
+ "navCode": 206,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "5",
+ "toFloor": "4,5,",
+ "x": 256,
+ "y": 792,
+ "facCode": "ft",
+ "navCode": 181,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "3,4,5,6,",
+ "x": 414,
+ "y": 1252,
+ "facCode": "ft",
+ "navCode": 186,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "1",
+ "toFloor": "3,4,5,6,",
+ "x": 290,
+ "y": 1300,
+ "facCode": "dt",
+ "navCode": 187,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "0,1,2,3,4,5,6,7,",
+ "x": 822,
+ "y": 1828,
+ "facCode": "dt",
+ "navCode": 207,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "1",
+ "toFloor": "3,4,5,6,",
+ "x": 958,
+ "y": 1870,
+ "facCode": "ft",
+ "navCode": 261,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "2",
+ "toFloor": "3,4,5,6,",
+ "x": 993,
+ "y": 1993,
+ "facCode": "ft",
+ "navCode": 195,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "0,1,2,3,4,5,6,",
+ "x": 1024,
+ "y": 2384,
+ "facCode": "ft",
+ "navCode": 200,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "4,5,6,",
+ "x": 804,
+ "y": 2730,
+ "facCode": "dt",
+ "navCode": 87,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "7",
+ "toFloor": "3,4,",
+ "x": 620,
+ "y": 1804,
+ "facCode": "ft",
+ "navCode": 191,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "6",
+ "toFloor": "3,4,",
+ "x": 778,
+ "y": 2082,
+ "facCode": "ft",
+ "navCode": 197,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ }
+ ],
+ "parkArea": []
+ }
+ },
+ {
+ "order": 5,
+ "name": "L2",
+ "mapUrl": "http://1000my.com//MallSite/\\Files\\0cd59b83-201e-41e5-a903-ae502fc19a6d\\L2.png",
+ "mapData": {
+ "floorArea": {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 315,
+ "y": 0,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 954,
+ "y": 1,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "ctrlPoint1": {
+ "x": 474,
+ "y": 0,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 794,
+ "y": 0,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 954,
+ "y": 1,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 108,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 1013,
+ "y": 22,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1017,
+ "y": 76,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 108,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 544,
+ "y": 230,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "ctrlPoint1": {
+ "x": 859,
+ "y": 138,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 649,
+ "y": 199,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 544,
+ "y": 230,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 576,
+ "y": 495,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "ctrlPoint1": {
+ "x": 600,
+ "y": 306,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 643,
+ "y": 393,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 576,
+ "y": 495,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 627,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 5,
+ "ctrlPoint1": {
+ "x": 588,
+ "y": 489,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 614,
+ "y": 477,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 627,
+ "y": 472,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 702,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 6,
+ "ctrlPoint1": {
+ "x": 645,
+ "y": 513,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 683,
+ "y": 597,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 702,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 668,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 7,
+ "ctrlPoint1": {
+ "x": 693,
+ "y": 719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 676,
+ "y": 881,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 668,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 1013,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 8,
+ "ctrlPoint1": {
+ "x": 749,
+ "y": 974,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 912,
+ "y": 1000,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 1013,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1146,
+ "y": 963,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 9,
+ "ctrlPoint1": {
+ "x": 1032,
+ "y": 1000,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1108,
+ "y": 975,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1146,
+ "y": 963,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1393,
+ "y": 1101,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 10,
+ "ctrlPoint1": {
+ "x": 1207,
+ "y": 997,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1331,
+ "y": 1066,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1393,
+ "y": 1101,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1425,
+ "y": 1269,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 11,
+ "ctrlPoint1": {
+ "x": 1401,
+ "y": 1143,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1417,
+ "y": 1227,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1425,
+ "y": 1269,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1132,
+ "y": 1675,
+ "r": 5,
+ "type": "pathP",
+ "name": 12,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 12,
+ "ctrlPoint1": {
+ "x": 1351,
+ "y": 1370,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1205,
+ "y": 1573,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1132,
+ "y": 1675,
+ "r": 5,
+ "type": "pathP",
+ "name": 12,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1406,
+ "y": 2669,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 13,
+ "ctrlPoint1": {
+ "x": 1320,
+ "y": 1903,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1454,
+ "y": 2283,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1406,
+ "y": 2669,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1661,
+ "y": 2747,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 14,
+ "ctrlPoint1": {
+ "x": 1469,
+ "y": 2688,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1597,
+ "y": 2727,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1661,
+ "y": 2747,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1818,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 15,
+ "ctrlPoint1": {
+ "x": 1700,
+ "y": 2738,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1778,
+ "y": 2720,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1818,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1943,
+ "y": 2781,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 16,
+ "ctrlPoint1": {
+ "x": 1849,
+ "y": 2729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1911,
+ "y": 2763,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1943,
+ "y": 2781,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2010,
+ "y": 3067,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 17,
+ "ctrlPoint1": {
+ "x": 1959,
+ "y": 2852,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1993,
+ "y": 2995,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2010,
+ "y": 3067,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1843,
+ "y": 3119,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 18,
+ "ctrlPoint1": {
+ "x": 1968,
+ "y": 3080,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1884,
+ "y": 3106,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1843,
+ "y": 3119,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1501,
+ "y": 3258,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 19,
+ "ctrlPoint1": {
+ "x": 1757,
+ "y": 3153,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1586,
+ "y": 3223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1501,
+ "y": 3258,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 860,
+ "y": 3421,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 20,
+ "ctrlPoint1": {
+ "x": 1340,
+ "y": 3298,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1020,
+ "y": 3380,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 860,
+ "y": 3421,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 718,
+ "y": 3299,
+ "r": 5,
+ "type": "pathP",
+ "name": 21,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 21,
+ "ctrlPoint1": {
+ "x": 772,
+ "y": 3436,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 727,
+ "y": 3385,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 718,
+ "y": 3299,
+ "r": 5,
+ "type": "pathP",
+ "name": 21,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 636,
+ "y": 3132,
+ "r": 5,
+ "type": "pathP",
+ "name": 22,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 22,
+ "ctrlPoint1": {
+ "x": 697,
+ "y": 3257,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 656,
+ "y": 3173,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 636,
+ "y": 3132,
+ "r": 5,
+ "type": "pathP",
+ "name": 22,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 293,
+ "y": 1830,
+ "r": 5,
+ "type": "pathP",
+ "name": 23,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 23,
+ "ctrlPoint1": {
+ "x": 550,
+ "y": 2806,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 378,
+ "y": 2155,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 293,
+ "y": 1830,
+ "r": 5,
+ "type": "pathP",
+ "name": 23,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 17,
+ "y": 995,
+ "r": 5,
+ "type": "pathP",
+ "name": 24,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 24,
+ "ctrlPoint1": {
+ "x": 224,
+ "y": 1621,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 86,
+ "y": 1203,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 17,
+ "y": 995,
+ "r": 5,
+ "type": "pathP",
+ "name": 24,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2,
+ "y": 806,
+ "r": 5,
+ "type": "pathP",
+ "name": 25,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 25,
+ "ctrlPoint1": {
+ "x": 13,
+ "y": 947,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 5,
+ "y": 853,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2,
+ "y": 806,
+ "r": 5,
+ "type": "pathP",
+ "name": 25,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "name": 26,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 26,
+ "ctrlPoint1": {
+ "x": 2,
+ "y": 776,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 2,
+ "y": 716,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2,
+ "y": 687,
+ "r": 5,
+ "type": "pathP",
+ "name": 26,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 46,
+ "y": 675,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 27,
+ "ctrlPoint1": {
+ "x": 11,
+ "y": 673,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 26,
+ "y": 668,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 46,
+ "y": 675,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 154,
+ "y": 728,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 28,
+ "ctrlPoint1": {
+ "x": 73,
+ "y": 688,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 127,
+ "y": 714,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 154,
+ "y": 728,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 227,
+ "y": 1030,
+ "r": 5,
+ "type": "pathP",
+ "name": 29,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 29,
+ "ctrlPoint1": {
+ "x": 165,
+ "y": 807,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 201,
+ "y": 950,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 227,
+ "y": 1030,
+ "r": 5,
+ "type": "pathP",
+ "name": 29,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 252,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "name": 30,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 30,
+ "ctrlPoint1": {
+ "x": 233,
+ "y": 1026,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 245,
+ "y": 1018,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 252,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "name": 30,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 244,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 31,
+ "ctrlPoint1": {
+ "x": 250,
+ "y": 1005,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 246,
+ "y": 987,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 244,
+ "y": 978,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 319,
+ "y": 965,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 32,
+ "ctrlPoint1": {
+ "x": 259,
+ "y": 953,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 295,
+ "y": 949,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 319,
+ "y": 965,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 322,
+ "y": 989,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 33,
+ "ctrlPoint1": {
+ "x": 319,
+ "y": 971,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 321,
+ "y": 983,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 322,
+ "y": 989,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 365,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 34,
+ "ctrlPoint1": {
+ "x": 332,
+ "y": 989,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 354,
+ "y": 991,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 365,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 537,
+ "y": 465,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 35,
+ "ctrlPoint1": {
+ "x": 270,
+ "y": 673,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 442,
+ "y": 556,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 537,
+ "y": 465,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 256,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 36,
+ "ctrlPoint1": {
+ "x": 583,
+ "y": 421,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 558,
+ "y": 317,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 256,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 322,
+ "y": 430,
+ "r": 5,
+ "type": "pathP",
+ "name": 37,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 37,
+ "ctrlPoint1": {
+ "x": 460,
+ "y": 299,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 368,
+ "y": 386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 322,
+ "y": 430,
+ "r": 5,
+ "type": "pathP",
+ "name": 37,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 315,
+ "y": 0,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 38,
+ "ctrlPoint1": {
+ "x": 4,
+ "y": 498,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 4,
+ "y": 34,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "floor",
+ "entColor": "#ffffae",
+ "borderColor": "#ffff9f",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1006,
+ "yaxis": 1710,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {}
+ },
+ "buildArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 426,
+ "y": 10,
+ "r": 5,
+ "type": "pathP",
+ "name": 733,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 11,
+ "r": 5,
+ "type": "pathP",
+ "name": 734,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 734,
+ "ctrlPoint1": {
+ "x": 555,
+ "y": 10,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 813,
+ "y": 10,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 11,
+ "r": 5,
+ "type": "pathP",
+ "name": 734,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 957,
+ "y": 96,
+ "r": 5,
+ "type": "pathP",
+ "name": 735,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 735,
+ "ctrlPoint1": {
+ "x": 1004,
+ "y": 34,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 997,
+ "y": 77,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 957,
+ "y": 96,
+ "r": 5,
+ "type": "pathP",
+ "name": 735,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 541,
+ "y": 217,
+ "r": 5,
+ "type": "pathP",
+ "name": 736,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 736,
+ "ctrlPoint1": {
+ "x": 853,
+ "y": 126,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 645,
+ "y": 186,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 541,
+ "y": 217,
+ "r": 5,
+ "type": "pathP",
+ "name": 736,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 426,
+ "y": 10,
+ "r": 5,
+ "type": "pathP",
+ "name": 733,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 737,
+ "ctrlPoint1": {
+ "x": 534,
+ "y": 152,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 481,
+ "y": 48,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 691,
+ "yaxis": 113,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 648,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "name": 756,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 684,
+ "y": 640,
+ "r": 5,
+ "type": "pathP",
+ "name": 757,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 757,
+ "ctrlPoint1": {
+ "x": 657,
+ "y": 592,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 675,
+ "y": 624,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 684,
+ "y": 640,
+ "r": 5,
+ "type": "pathP",
+ "name": 757,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 647,
+ "y": 976,
+ "r": 5,
+ "type": "pathP",
+ "name": 758,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 758,
+ "ctrlPoint1": {
+ "x": 674,
+ "y": 724,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 656,
+ "y": 892,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 647,
+ "y": 976,
+ "r": 5,
+ "type": "pathP",
+ "name": 758,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 988,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "name": 759,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 759,
+ "ctrlPoint1": {
+ "x": 732,
+ "y": 991,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 902,
+ "y": 1021,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 988,
+ "y": 1037,
+ "r": 5,
+ "type": "pathP",
+ "name": 759,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1146,
+ "y": 989,
+ "r": 5,
+ "type": "pathP",
+ "name": 760,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 760,
+ "ctrlPoint1": {
+ "x": 1027,
+ "y": 1025,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1106,
+ "y": 1001,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1146,
+ "y": 989,
+ "r": 5,
+ "type": "pathP",
+ "name": 760,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 1112,
+ "r": 5,
+ "type": "pathP",
+ "name": 761,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 761,
+ "ctrlPoint1": {
+ "x": 1202,
+ "y": 1019,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1315,
+ "y": 1081,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 1112,
+ "r": 5,
+ "type": "pathP",
+ "name": 761,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1402,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "name": 762,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 762,
+ "ctrlPoint1": {
+ "x": 1379,
+ "y": 1149,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1394,
+ "y": 1223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1402,
+ "y": 1260,
+ "r": 5,
+ "type": "pathP",
+ "name": 762,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1109,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "name": 763,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 763,
+ "ctrlPoint1": {
+ "x": 1328,
+ "y": 1359,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1182,
+ "y": 1559,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1109,
+ "y": 1659,
+ "r": 5,
+ "type": "pathP",
+ "name": 763,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 700,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "name": 764,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 764,
+ "ctrlPoint1": {
+ "x": 1022,
+ "y": 1546,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 816,
+ "y": 1376,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 700,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "name": 764,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 560,
+ "y": 1074,
+ "r": 5,
+ "type": "pathP",
+ "name": 766,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 770,
+ "ctrlPoint1": {
+ "x": 620,
+ "y": 1256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 577,
+ "y": 1218,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 560,
+ "y": 1074,
+ "r": 5,
+ "type": "pathP",
+ "name": 766,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 648,
+ "y": 577,
+ "r": 5,
+ "type": "pathP",
+ "name": 756,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 769,
+ "ctrlPoint1": {
+ "x": 489,
+ "y": 907,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 476,
+ "y": 650,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 981,
+ "yaxis": 1118,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 234,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "name": 776,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 387,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "name": 777,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 777,
+ "ctrlPoint1": {
+ "x": 289,
+ "y": 1101,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 349,
+ "y": 1090,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 387,
+ "y": 1038,
+ "r": 5,
+ "type": "pathP",
+ "name": 777,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 404,
+ "y": 1138,
+ "r": 5,
+ "type": "pathP",
+ "name": 778,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 778,
+ "ctrlPoint1": {
+ "x": 397,
+ "y": 1064,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 368,
+ "y": 1104,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 404,
+ "y": 1138,
+ "r": 5,
+ "type": "pathP",
+ "name": 778,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 413,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "name": 779,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 779,
+ "ctrlPoint1": {
+ "x": 419,
+ "y": 1185,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 480,
+ "y": 1236,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 413,
+ "y": 1306,
+ "r": 5,
+ "type": "pathP",
+ "name": 779,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 298,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "name": 780,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 780,
+ "ctrlPoint1": {
+ "x": 377,
+ "y": 1334,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 321,
+ "y": 1304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 298,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "name": 780,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 290,
+ "y": 1170,
+ "r": 5,
+ "type": "pathP",
+ "name": 781,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 781,
+ "ctrlPoint1": {
+ "x": 296,
+ "y": 1225,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 292,
+ "y": 1188,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 290,
+ "y": 1170,
+ "r": 5,
+ "type": "pathP",
+ "name": 781,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 234,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "name": 776,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 783,
+ "ctrlPoint1": {
+ "x": 278,
+ "y": 1121,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 232,
+ "y": 1122,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 323,
+ "yaxis": 1172,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 416,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 804,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 473,
+ "y": 1706,
+ "r": 5,
+ "type": "pathP",
+ "name": 864,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 864,
+ "ctrlPoint1": {
+ "x": 430,
+ "y": 1756,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 458,
+ "y": 1722,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 473,
+ "y": 1706,
+ "r": 5,
+ "type": "pathP",
+ "name": 864,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 584,
+ "y": 1806,
+ "r": 5,
+ "type": "pathP",
+ "name": 849,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 865,
+ "ctrlPoint1": {
+ "x": 500,
+ "y": 1731,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 556,
+ "y": 1781,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 584,
+ "y": 1806,
+ "r": 5,
+ "type": "pathP",
+ "name": 849,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 630,
+ "y": 1764,
+ "r": 5,
+ "type": "pathP",
+ "name": 852,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 852,
+ "ctrlPoint1": {
+ "x": 595,
+ "y": 1795,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 618,
+ "y": 1774,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 630,
+ "y": 1764,
+ "r": 5,
+ "type": "pathP",
+ "name": 852,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 836,
+ "y": 1944,
+ "r": 5,
+ "type": "pathP",
+ "name": 855,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 855,
+ "ctrlPoint1": {
+ "x": 681,
+ "y": 1809,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 784,
+ "y": 1899,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 836,
+ "y": 1944,
+ "r": 5,
+ "type": "pathP",
+ "name": 855,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 733,
+ "y": 2066,
+ "r": 5,
+ "type": "pathP",
+ "name": 846,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 856,
+ "ctrlPoint1": {
+ "x": 810,
+ "y": 1974,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 758,
+ "y": 2035,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 733,
+ "y": 2066,
+ "r": 5,
+ "type": "pathP",
+ "name": 846,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 861,
+ "y": 2224,
+ "r": 5,
+ "type": "pathP",
+ "name": 805,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 847,
+ "ctrlPoint1": {
+ "x": 769,
+ "y": 2096,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 840,
+ "y": 2174,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 861,
+ "y": 2224,
+ "r": 5,
+ "type": "pathP",
+ "name": 805,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 877,
+ "y": 2390,
+ "r": 5,
+ "type": "pathP",
+ "name": 806,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 806,
+ "ctrlPoint1": {
+ "x": 880,
+ "y": 2289,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 886,
+ "y": 2330,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 877,
+ "y": 2390,
+ "r": 5,
+ "type": "pathP",
+ "name": 806,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 719,
+ "y": 2841,
+ "r": 5,
+ "type": "pathP",
+ "name": 807,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 807,
+ "ctrlPoint1": {
+ "x": 854,
+ "y": 2520,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 754,
+ "y": 2727,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 719,
+ "y": 2841,
+ "r": 5,
+ "type": "pathP",
+ "name": 807,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 599,
+ "y": 2866,
+ "r": 5,
+ "type": "pathP",
+ "name": 808,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 808,
+ "ctrlPoint1": {
+ "x": 689,
+ "y": 2847,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 629,
+ "y": 2859,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 599,
+ "y": 2866,
+ "r": 5,
+ "type": "pathP",
+ "name": 808,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 491,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "name": 809,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 809,
+ "ctrlPoint1": {
+ "x": 572,
+ "y": 2771,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 518,
+ "y": 2581,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 491,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "name": 809,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 331,
+ "y": 1850,
+ "r": 5,
+ "type": "pathP",
+ "name": 811,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 844,
+ "ctrlPoint1": {
+ "x": 451,
+ "y": 2327,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 371,
+ "y": 2009,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 331,
+ "y": 1850,
+ "r": 5,
+ "type": "pathP",
+ "name": 811,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 416,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 804,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 812,
+ "ctrlPoint1": {
+ "x": 352,
+ "y": 1830,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 394,
+ "y": 1792,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 604,
+ "yaxis": 2286,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "hollowArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 413,
+ "y": 1443,
+ "r": 5,
+ "type": "pathP",
+ "name": 897,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 471,
+ "y": 1414,
+ "r": 5,
+ "type": "pathP",
+ "name": 898,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 898,
+ "ctrlPoint1": {
+ "x": 420,
+ "y": 1413,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 444,
+ "y": 1396,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 471,
+ "y": 1414,
+ "r": 5,
+ "type": "pathP",
+ "name": 898,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 510,
+ "y": 1481,
+ "r": 5,
+ "type": "pathP",
+ "name": 899,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 899,
+ "ctrlPoint1": {
+ "x": 480,
+ "y": 1430,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 500,
+ "y": 1464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 510,
+ "y": 1481,
+ "r": 5,
+ "type": "pathP",
+ "name": 899,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 587,
+ "y": 1567,
+ "r": 5,
+ "type": "pathP",
+ "name": 900,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 900,
+ "ctrlPoint1": {
+ "x": 529,
+ "y": 1507,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 563,
+ "y": 1550,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 587,
+ "y": 1567,
+ "r": 5,
+ "type": "pathP",
+ "name": 900,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 576,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "name": 901,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 901,
+ "ctrlPoint1": {
+ "x": 610,
+ "y": 1586,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 601,
+ "y": 1600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 576,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "name": 901,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 481,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "name": 902,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 902,
+ "ctrlPoint1": {
+ "x": 547,
+ "y": 1599,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 507,
+ "y": 1579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 481,
+ "y": 1561,
+ "r": 5,
+ "type": "pathP",
+ "name": 902,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 413,
+ "y": 1443,
+ "r": 5,
+ "type": "pathP",
+ "name": 897,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 903,
+ "ctrlPoint1": {
+ "x": 446,
+ "y": 1537,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 421,
+ "y": 1496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 500,
+ "yaxis": 1504,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1059,
+ "y": 2280,
+ "r": 5,
+ "type": "pathP",
+ "name": 922,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 2259,
+ "r": 5,
+ "type": "pathP",
+ "name": 923,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 923,
+ "ctrlPoint1": {
+ "x": 1071,
+ "y": 2249,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1126,
+ "y": 2236,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 2259,
+ "r": 5,
+ "type": "pathP",
+ "name": 923,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1179,
+ "y": 2447,
+ "r": 5,
+ "type": "pathP",
+ "name": 925,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 929,
+ "ctrlPoint1": {
+ "x": 1180,
+ "y": 2310,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1179,
+ "y": 2403,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1179,
+ "y": 2447,
+ "r": 5,
+ "type": "pathP",
+ "name": 925,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1140,
+ "y": 2456,
+ "r": 5,
+ "type": "pathP",
+ "name": 926,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 926,
+ "ctrlPoint1": {
+ "x": 1174,
+ "y": 2486,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1154,
+ "y": 2494,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1140,
+ "y": 2456,
+ "r": 5,
+ "type": "pathP",
+ "name": 926,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1059,
+ "y": 2280,
+ "r": 5,
+ "type": "pathP",
+ "name": 922,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 930,
+ "ctrlPoint1": {
+ "x": 1111,
+ "y": 2411,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1059,
+ "y": 2339,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1117,
+ "yaxis": 2355,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1036,
+ "y": 2180,
+ "r": 5,
+ "type": "pathP",
+ "name": 933,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1129,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "name": 934,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 934,
+ "ctrlPoint1": {
+ "x": 1073,
+ "y": 2184,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1116,
+ "y": 2177,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1129,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "name": 934,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1069,
+ "y": 1986,
+ "r": 5,
+ "type": "pathP",
+ "name": 935,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 935,
+ "ctrlPoint1": {
+ "x": 1124,
+ "y": 2100,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1080,
+ "y": 2010,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1069,
+ "y": 1986,
+ "r": 5,
+ "type": "pathP",
+ "name": 935,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1010,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "name": 936,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 936,
+ "ctrlPoint1": {
+ "x": 1036,
+ "y": 1933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1013,
+ "y": 1933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1010,
+ "y": 1997,
+ "r": 5,
+ "type": "pathP",
+ "name": 936,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1036,
+ "y": 2180,
+ "r": 5,
+ "type": "pathP",
+ "name": 933,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 937,
+ "ctrlPoint1": {
+ "x": 1019,
+ "y": 2016,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 996,
+ "y": 2131,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1070,
+ "yaxis": 2064,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1116,
+ "y": 2803,
+ "r": 5,
+ "type": "pathP",
+ "name": 941,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 2849,
+ "r": 5,
+ "type": "pathP",
+ "name": 942,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 942,
+ "ctrlPoint1": {
+ "x": 1123,
+ "y": 2826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1141,
+ "y": 2847,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 2849,
+ "r": 5,
+ "type": "pathP",
+ "name": 942,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1227,
+ "y": 2813,
+ "r": 5,
+ "type": "pathP",
+ "name": 943,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 943,
+ "ctrlPoint1": {
+ "x": 1193,
+ "y": 2856,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1223,
+ "y": 2840,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1227,
+ "y": 2813,
+ "r": 5,
+ "type": "pathP",
+ "name": 943,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1200,
+ "y": 2747,
+ "r": 5,
+ "type": "pathP",
+ "name": 944,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 944,
+ "ctrlPoint1": {
+ "x": 1226,
+ "y": 2790,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1210,
+ "y": 2759,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1200,
+ "y": 2747,
+ "r": 5,
+ "type": "pathP",
+ "name": 944,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 2733,
+ "r": 5,
+ "type": "pathP",
+ "name": 945,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 945,
+ "ctrlPoint1": {
+ "x": 1190,
+ "y": 2731,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1166,
+ "y": 2733,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 2733,
+ "r": 5,
+ "type": "pathP",
+ "name": 945,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1116,
+ "y": 2803,
+ "r": 5,
+ "type": "pathP",
+ "name": 941,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 946,
+ "ctrlPoint1": {
+ "x": 1120,
+ "y": 2730,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1101,
+ "y": 2757,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1171,
+ "yaxis": 2791,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "shopArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 278,
+ "y": 12,
+ "r": 5,
+ "type": "pathP",
+ "name": 38,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 164,
+ "y": 83,
+ "r": 5,
+ "type": "pathP",
+ "name": 40,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 717,
+ "ctrlPoint1": {
+ "x": 232,
+ "y": 16,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 186,
+ "y": 56,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 164,
+ "y": 83,
+ "r": 5,
+ "type": "pathP",
+ "name": 40,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 133,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 41,
+ "ctrlPoint1": {
+ "x": 71,
+ "y": 146,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 60,
+ "y": 320,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 133,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 272,
+ "y": 377,
+ "r": 5,
+ "type": "pathP",
+ "name": 46,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 730,
+ "ctrlPoint1": {
+ "x": 177,
+ "y": 412,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 218,
+ "y": 427,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 272,
+ "y": 377,
+ "r": 5,
+ "type": "pathP",
+ "name": 46,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 356,
+ "y": 300,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 726,
+ "ctrlPoint1": {
+ "x": 293,
+ "y": 357,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 335,
+ "y": 319,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 356,
+ "y": 300,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 454,
+ "y": 211,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 49,
+ "ctrlPoint1": {
+ "x": 380,
+ "y": 277,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 429,
+ "y": 233,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 454,
+ "y": 211,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 443,
+ "y": 107,
+ "r": 5,
+ "type": "pathP",
+ "name": 51,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 722,
+ "ctrlPoint1": {
+ "x": 474,
+ "y": 186,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 462,
+ "y": 124,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 443,
+ "y": 107,
+ "r": 5,
+ "type": "pathP",
+ "name": 51,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 278,
+ "y": 12,
+ "r": 5,
+ "type": "pathP",
+ "name": 38,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 721,
+ "ctrlPoint1": {
+ "x": 412,
+ "y": 66,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 352,
+ "y": 10,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N201",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\623508d8-01f5-43f0-adb8-a129d031678b\\N110_1134106_StarbucksRoastery.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 293,
+ "yaxis": 194,
+ "shopNav": 104,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 545,
+ "y": 524,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 425,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 56,
+ "ctrlPoint1": {
+ "x": 505,
+ "y": 557,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 451,
+ "y": 614,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 425,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 512,
+ "y": 697,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 57,
+ "ctrlPoint1": {
+ "x": 446,
+ "y": 667,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 490,
+ "y": 687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 512,
+ "y": 697,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 543,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 58,
+ "ctrlPoint1": {
+ "x": 519,
+ "y": 683,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 535,
+ "y": 656,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 543,
+ "y": 643,
+ "r": 5,
+ "type": "pathP",
+ "name": 58,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 571,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "name": 61,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 741,
+ "ctrlPoint1": {
+ "x": 550,
+ "y": 633,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 564,
+ "y": 613,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 571,
+ "y": 604,
+ "r": 5,
+ "type": "pathP",
+ "name": 61,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 628,
+ "y": 553,
+ "r": 5,
+ "type": "pathP",
+ "name": 62,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 62,
+ "ctrlPoint1": {
+ "x": 585,
+ "y": 591,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 613,
+ "y": 565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 628,
+ "y": 553,
+ "r": 5,
+ "type": "pathP",
+ "name": 62,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 623,
+ "y": 543,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 63,
+ "ctrlPoint1": {
+ "x": 626,
+ "y": 550,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 624,
+ "y": 545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 623,
+ "y": 543,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 589,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 739,
+ "ctrlPoint1": {
+ "x": 614,
+ "y": 530,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 597,
+ "y": 506,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 589,
+ "y": 494,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 545,
+ "y": 524,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 67,
+ "ctrlPoint1": {
+ "x": 578,
+ "y": 501,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 556,
+ "y": 516,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N212",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\c18b86e8-de86-45be-b587-197c22422f9d\\N130_1134092_Zizzi.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 526,
+ "yaxis": 595,
+ "shopNav": 105,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 386,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "name": 69,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 69,
+ "ctrlPoint1": {
+ "x": 406,
+ "y": 693,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 389,
+ "y": 754,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 386,
+ "y": 798,
+ "r": 5,
+ "type": "pathP",
+ "name": 69,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 486,
+ "y": 801,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 70,
+ "ctrlPoint1": {
+ "x": 411,
+ "y": 798,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 461,
+ "y": 800,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 486,
+ "y": 801,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 510,
+ "y": 697,
+ "r": 5,
+ "type": "pathP",
+ "name": 71,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 77,
+ "ctrlPoint1": {
+ "x": 484,
+ "y": 767,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 501,
+ "y": 721,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 510,
+ "y": 697,
+ "r": 5,
+ "type": "pathP",
+ "name": 71,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 658,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 73,
+ "ctrlPoint1": {
+ "x": 488,
+ "y": 687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 444,
+ "y": 667,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N216",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\ae4cb9fb-b618-4a72-be23-20f508e55144\\N216_1134170_ChocolateHouse.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 448,
+ "yaxis": 729,
+ "shopNav": 106,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 384,
+ "y": 799,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 486,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 79,
+ "ctrlPoint1": {
+ "x": 409,
+ "y": 799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 460,
+ "y": 801,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 486,
+ "y": 802,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 496,
+ "y": 882,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 86,
+ "ctrlPoint1": {
+ "x": 484,
+ "y": 825,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 491,
+ "y": 860,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 496,
+ "y": 882,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 390,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "name": 81,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 81,
+ "ctrlPoint1": {
+ "x": 469,
+ "y": 886,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 416,
+ "y": 894,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 390,
+ "y": 899,
+ "r": 5,
+ "type": "pathP",
+ "name": 81,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 384,
+ "y": 799,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 82,
+ "ctrlPoint1": {
+ "x": 386,
+ "y": 870,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 384,
+ "y": 827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N220",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\40972287-7d94-4e9a-8eee-689ea55e40e5\\N220_1134108_天真蓝.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 440,
+ "yaxis": 849,
+ "shopNav": 107,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 390,
+ "y": 901,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 88,
+ "ctrlPoint1": {
+ "x": 392,
+ "y": 933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 410,
+ "y": 979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 1012,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 469,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 89,
+ "ctrlPoint1": {
+ "x": 434,
+ "y": 1007,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 457,
+ "y": 997,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 469,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 527,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 90,
+ "ctrlPoint1": {
+ "x": 483,
+ "y": 983,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 512,
+ "y": 965,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 527,
+ "y": 957,
+ "r": 5,
+ "type": "pathP",
+ "name": 90,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 496,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 100,
+ "ctrlPoint1": {
+ "x": 517,
+ "y": 935,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 502,
+ "y": 907,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 496,
+ "y": 884,
+ "r": 5,
+ "type": "pathP",
+ "name": 91,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 390,
+ "y": 901,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 92,
+ "ctrlPoint1": {
+ "x": 469,
+ "y": 888,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 416,
+ "y": 896,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L224",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\d9103011-b43a-46d9-a8bd-ff6bb3a3cfc5\\上海兴业太古汇LOGO.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 458,
+ "yaxis": 948,
+ "shopNav": 109,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 102,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 163,
+ "y": 812,
+ "r": 5,
+ "type": "pathP",
+ "name": 102,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 102,
+ "ctrlPoint1": {
+ "x": 117,
+ "y": 827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 147,
+ "y": 817,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 163,
+ "y": 812,
+ "r": 5,
+ "type": "pathP",
+ "name": 102,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 151,
+ "y": 757,
+ "r": 5,
+ "type": "pathP",
+ "name": 103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 103,
+ "ctrlPoint1": {
+ "x": 160,
+ "y": 798,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 154,
+ "y": 770,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 151,
+ "y": 757,
+ "r": 5,
+ "type": "pathP",
+ "name": 103,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 49,
+ "y": 698,
+ "r": 5,
+ "type": "pathP",
+ "name": 107,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 623,
+ "ctrlPoint1": {
+ "x": 129,
+ "y": 731,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 74,
+ "y": 712,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 49,
+ "y": 698,
+ "r": 5,
+ "type": "pathP",
+ "name": 107,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 57,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "name": 108,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 108,
+ "ctrlPoint1": {
+ "x": 51,
+ "y": 694,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 55,
+ "y": 688,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 57,
+ "y": 685,
+ "r": 5,
+ "type": "pathP",
+ "name": 108,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1,
+ "y": 706,
+ "r": 5,
+ "type": "pathP",
+ "name": 111,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 617,
+ "ctrlPoint1": {
+ "x": 27,
+ "y": 677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 12,
+ "y": 680,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1,
+ "y": 706,
+ "r": 5,
+ "type": "pathP",
+ "name": 111,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 31,
+ "y": 792,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 620,
+ "ctrlPoint1": {
+ "x": 5,
+ "y": 737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 12,
+ "y": 775,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 31,
+ "y": 792,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 61,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 116,
+ "ctrlPoint1": {
+ "x": 38,
+ "y": 789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 53,
+ "y": 784,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 61,
+ "y": 782,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 74,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 117,
+ "ctrlPoint1": {
+ "x": 64,
+ "y": 789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 70,
+ "y": 805,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 74,
+ "y": 813,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 92,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 118,
+ "ctrlPoint1": {
+ "x": 78,
+ "y": 811,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 87,
+ "y": 808,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 92,
+ "y": 807,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 102,
+ "y": 833,
+ "r": 5,
+ "type": "pathP",
+ "name": 101,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 119,
+ "ctrlPoint1": {
+ "x": 94,
+ "y": 813,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 99,
+ "y": 826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N211",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\91879b0e-9430-4406-aeec-36c424401a10\\N211_1134107_PUMA.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 82,
+ "yaxis": 759,
+ "shopNav": 110,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 88,
+ "y": 854,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 128,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 121,
+ "ctrlPoint1": {
+ "x": 98,
+ "y": 850,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 118,
+ "y": 844,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 128,
+ "y": 841,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 199,
+ "y": 1087,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 122,
+ "ctrlPoint1": {
+ "x": 143,
+ "y": 905,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 175,
+ "y": 1021,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 199,
+ "y": 1087,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 138,
+ "y": 1108,
+ "r": 5,
+ "type": "pathP",
+ "name": 123,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 123,
+ "ctrlPoint1": {
+ "x": 183,
+ "y": 1092,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 153,
+ "y": 1102,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 138,
+ "y": 1108,
+ "r": 5,
+ "type": "pathP",
+ "name": 123,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 120,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 615,
+ "ctrlPoint1": {
+ "x": 133,
+ "y": 1094,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 124,
+ "y": 1067,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 120,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 65,
+ "y": 1069,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 613,
+ "ctrlPoint1": {
+ "x": 106,
+ "y": 1057,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 78,
+ "y": 1065,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 65,
+ "y": 1069,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 48,
+ "y": 1009,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 132,
+ "ctrlPoint1": {
+ "x": 60,
+ "y": 1054,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 52,
+ "y": 1024,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 48,
+ "y": 1009,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 90,
+ "y": 994,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 133,
+ "ctrlPoint1": {
+ "x": 58,
+ "y": 1005,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 79,
+ "y": 997,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 90,
+ "y": 994,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 75,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "name": 134,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 134,
+ "ctrlPoint1": {
+ "x": 86,
+ "y": 979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 78,
+ "y": 949,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 75,
+ "y": 935,
+ "r": 5,
+ "type": "pathP",
+ "name": 134,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 107,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 135,
+ "ctrlPoint1": {
+ "x": 83,
+ "y": 932,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 99,
+ "y": 926,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 107,
+ "y": 924,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 88,
+ "y": 854,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 136,
+ "ctrlPoint1": {
+ "x": 102,
+ "y": 906,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 92,
+ "y": 871,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N215",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\da939f6f-18fd-49e9-bd32-f635651b270f\\N211_1134107_PUMA.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 123,
+ "yaxis": 974,
+ "shopNav": 111,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 104,
+ "y": 1176,
+ "r": 5,
+ "type": "pathP",
+ "name": 137,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 171,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 138,
+ "ctrlPoint1": {
+ "x": 120,
+ "y": 1224,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 154,
+ "y": 1322,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 171,
+ "y": 1371,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 292,
+ "y": 1331,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 139,
+ "ctrlPoint1": {
+ "x": 201,
+ "y": 1361,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 261,
+ "y": 1341,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 292,
+ "y": 1331,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 306,
+ "y": 1317,
+ "r": 5,
+ "type": "pathP",
+ "name": 140,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 140,
+ "ctrlPoint1": {
+ "x": 295,
+ "y": 1327,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 302,
+ "y": 1320,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 306,
+ "y": 1317,
+ "r": 5,
+ "type": "pathP",
+ "name": 140,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 261,
+ "y": 1241,
+ "r": 5,
+ "type": "pathP",
+ "name": 141,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 141,
+ "ctrlPoint1": {
+ "x": 286,
+ "y": 1298,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 269,
+ "y": 1269,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 261,
+ "y": 1241,
+ "r": 5,
+ "type": "pathP",
+ "name": 141,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 242,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "name": 142,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 142,
+ "ctrlPoint1": {
+ "x": 258,
+ "y": 1217,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 252,
+ "y": 1176,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 242,
+ "y": 1151,
+ "r": 5,
+ "type": "pathP",
+ "name": 142,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 212,
+ "y": 1140,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 143,
+ "ctrlPoint1": {
+ "x": 235,
+ "y": 1139,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 224,
+ "y": 1137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 212,
+ "y": 1140,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 104,
+ "y": 1176,
+ "r": 5,
+ "type": "pathP",
+ "name": 137,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 144,
+ "ctrlPoint1": {
+ "x": 185,
+ "y": 1149,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 131,
+ "y": 1167,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L201",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\c6c000b8-d4e4-4454-8f87-c3ffe75addf0\\L201_1134147_TheDisneyStore.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 205,
+ "yaxis": 1255,
+ "shopNav": 112,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 211,
+ "y": 1440,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 362,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 146,
+ "ctrlPoint1": {
+ "x": 248,
+ "y": 1427,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 324,
+ "y": 1401,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 362,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 305,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 147,
+ "ctrlPoint1": {
+ "x": 362,
+ "y": 1365,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 329,
+ "y": 1335,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 305,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 292,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 148,
+ "ctrlPoint1": {
+ "x": 301,
+ "y": 1322,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 295,
+ "y": 1329,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 292,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 186,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "name": 149,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 149,
+ "ctrlPoint1": {
+ "x": 265,
+ "y": 1341,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 212,
+ "y": 1359,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 186,
+ "y": 1368,
+ "r": 5,
+ "type": "pathP",
+ "name": 149,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 211,
+ "y": 1440,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 150,
+ "ctrlPoint1": {
+ "x": 192,
+ "y": 1386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 204,
+ "y": 1422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L209",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\4c1a22e7-6922-48e8-88dd-ff7879f530a8\\L209_1134020_Pedro.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 274,
+ "yaxis": 1379,
+ "shopNav": 116,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 211,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "name": 152,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 227,
+ "y": 1488,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 153,
+ "ctrlPoint1": {
+ "x": 215,
+ "y": 1453,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 223,
+ "y": 1476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 227,
+ "y": 1488,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 331,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 154,
+ "ctrlPoint1": {
+ "x": 253,
+ "y": 1479,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 305,
+ "y": 1461,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 331,
+ "y": 1453,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 338,
+ "y": 1472,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 155,
+ "ctrlPoint1": {
+ "x": 332,
+ "y": 1457,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 336,
+ "y": 1467,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 338,
+ "y": 1472,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 374,
+ "y": 1460,
+ "r": 5,
+ "type": "pathP",
+ "name": 156,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 156,
+ "ctrlPoint1": {
+ "x": 347,
+ "y": 1469,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 365,
+ "y": 1463,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 374,
+ "y": 1460,
+ "r": 5,
+ "type": "pathP",
+ "name": 156,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 362,
+ "y": 1391,
+ "r": 5,
+ "type": "pathP",
+ "name": 157,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 157,
+ "ctrlPoint1": {
+ "x": 372,
+ "y": 1437,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 368,
+ "y": 1411,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 362,
+ "y": 1391,
+ "r": 5,
+ "type": "pathP",
+ "name": 157,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 211,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "name": 152,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 158,
+ "ctrlPoint1": {
+ "x": 324,
+ "y": 1403,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 248,
+ "y": 1429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L213",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\373453a9-ac4c-4e1a-a04a-ba9763fe43d4\\L213_1134022_Thekooples.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 307,
+ "yaxis": 1444,
+ "shopNav": 120,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 260,
+ "y": 1632,
+ "r": 5,
+ "type": "pathP",
+ "name": 159,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 426,
+ "y": 1572,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 647,
+ "ctrlPoint1": {
+ "x": 301,
+ "y": 1617,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 384,
+ "y": 1587,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 426,
+ "y": 1572,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 378,
+ "y": 1480,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 162,
+ "ctrlPoint1": {
+ "x": 405,
+ "y": 1548,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 385,
+ "y": 1513,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 378,
+ "y": 1480,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 227,
+ "y": 1537,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 651,
+ "ctrlPoint1": {
+ "x": 340,
+ "y": 1494,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 264,
+ "y": 1522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 227,
+ "y": 1537,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 260,
+ "y": 1632,
+ "r": 5,
+ "type": "pathP",
+ "name": 159,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 653,
+ "ctrlPoint1": {
+ "x": 235,
+ "y": 1560,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 251,
+ "y": 1608,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L215",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b5372e0b-8468-4c55-bbef-4b75af229906\\微信图片_20200423165102.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 326,
+ "yaxis": 1556,
+ "shopNav": 122,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 260,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 319,
+ "y": 1821,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 172,
+ "ctrlPoint1": {
+ "x": 274,
+ "y": 1680,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 304,
+ "y": 1774,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 319,
+ "y": 1821,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 354,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "name": 175,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 645,
+ "ctrlPoint1": {
+ "x": 325,
+ "y": 1836,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 338,
+ "y": 1849,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 354,
+ "y": 1840,
+ "r": 5,
+ "type": "pathP",
+ "name": 175,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 411,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 176,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 176,
+ "ctrlPoint1": {
+ "x": 368,
+ "y": 1823,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 396,
+ "y": 1789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 411,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 176,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 381,
+ "y": 1747,
+ "r": 5,
+ "type": "pathP",
+ "name": 177,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 177,
+ "ctrlPoint1": {
+ "x": 403,
+ "y": 1766,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 388,
+ "y": 1753,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 381,
+ "y": 1747,
+ "r": 5,
+ "type": "pathP",
+ "name": 177,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 400,
+ "y": 1728,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 178,
+ "ctrlPoint1": {
+ "x": 385,
+ "y": 1742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 395,
+ "y": 1732,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 400,
+ "y": 1728,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 370,
+ "y": 1701,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 179,
+ "ctrlPoint1": {
+ "x": 392,
+ "y": 1721,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 377,
+ "y": 1707,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 370,
+ "y": 1701,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 459,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 180,
+ "ctrlPoint1": {
+ "x": 391,
+ "y": 1676,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 451,
+ "y": 1615,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 459,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 426,
+ "y": 1573,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 181,
+ "ctrlPoint1": {
+ "x": 450,
+ "y": 1594,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 434,
+ "y": 1580,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 426,
+ "y": 1573,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 260,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 646,
+ "ctrlPoint1": {
+ "x": 384,
+ "y": 1588,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 301,
+ "y": 1618,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L221",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\644a3492-5e00-4e91-9514-81442a10af21\\L221_1134148_ThearteTea.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 368,
+ "yaxis": 1652,
+ "shopNav": 126,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 462,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 373,
+ "y": 1701,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 185,
+ "ctrlPoint1": {
+ "x": 439,
+ "y": 1627,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 395,
+ "y": 1676,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 373,
+ "y": 1701,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 401,
+ "y": 1727,
+ "r": 5,
+ "type": "pathP",
+ "name": 186,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 186,
+ "ctrlPoint1": {
+ "x": 380,
+ "y": 1707,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 394,
+ "y": 1720,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 401,
+ "y": 1727,
+ "r": 5,
+ "type": "pathP",
+ "name": 186,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 452,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 187,
+ "ctrlPoint1": {
+ "x": 413,
+ "y": 1713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 439,
+ "y": 1686,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 452,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 472,
+ "y": 1689,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 188,
+ "ctrlPoint1": {
+ "x": 457,
+ "y": 1677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 467,
+ "y": 1685,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 472,
+ "y": 1689,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 525,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 643,
+ "ctrlPoint1": {
+ "x": 485,
+ "y": 1675,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 511,
+ "y": 1647,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 525,
+ "y": 1633,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 462,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 191,
+ "ctrlPoint1": {
+ "x": 503,
+ "y": 1628,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 477,
+ "y": 1614,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L223",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\313ae022-f3f7-4c63-82d4-cb96a6900d5f\\L223_1134026_ba&sh.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 449,
+ "yaxis": 1665,
+ "shopNav": 124,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 472,
+ "y": 1690,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 555,
+ "y": 1762,
+ "r": 5,
+ "type": "pathP",
+ "name": 193,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 193,
+ "ctrlPoint1": {
+ "x": 492,
+ "y": 1708,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 534,
+ "y": 1744,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 555,
+ "y": 1762,
+ "r": 5,
+ "type": "pathP",
+ "name": 193,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 609,
+ "y": 1702,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 194,
+ "ctrlPoint1": {
+ "x": 568,
+ "y": 1747,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 595,
+ "y": 1717,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 609,
+ "y": 1702,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 598,
+ "y": 1645,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 679,
+ "ctrlPoint1": {
+ "x": 589,
+ "y": 1687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 586,
+ "y": 1667,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 598,
+ "y": 1645,
+ "r": 5,
+ "type": "pathP",
+ "name": 197,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 525,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 198,
+ "ctrlPoint1": {
+ "x": 574,
+ "y": 1643,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 538,
+ "y": 1639,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 525,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 472,
+ "y": 1690,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 642,
+ "ctrlPoint1": {
+ "x": 511,
+ "y": 1648,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 485,
+ "y": 1676,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L229",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b2f3ad89-686e-41ef-9fff-26c77ca42bb4\\L229_1134027_maje.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 540,
+ "yaxis": 1698,
+ "shopNav": 127,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 652,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 644,
+ "y": 1682,
+ "r": 5,
+ "type": "pathP",
+ "name": 202,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 202,
+ "ctrlPoint1": {
+ "x": 650,
+ "y": 1661,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 646,
+ "y": 1675,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 644,
+ "y": 1682,
+ "r": 5,
+ "type": "pathP",
+ "name": 202,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 603,
+ "y": 1728,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 203,
+ "ctrlPoint1": {
+ "x": 633,
+ "y": 1693,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 613,
+ "y": 1716,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 603,
+ "y": 1728,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 657,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 204,
+ "ctrlPoint1": {
+ "x": 616,
+ "y": 1739,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 643,
+ "y": 1761,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 657,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 205,
+ "ctrlPoint1": {
+ "x": 674,
+ "y": 1752,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 710,
+ "y": 1711,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 652,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 206,
+ "ctrlPoint1": {
+ "x": 707,
+ "y": 1680,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 672,
+ "y": 1660,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L233",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\cdebadec-e9be-429f-9934-999ad123a2d6\\L233_1134029_Max&Co.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 665,
+ "yaxis": 1714,
+ "shopNav": 129,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 658,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 208,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 710,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 209,
+ "ctrlPoint1": {
+ "x": 671,
+ "y": 1784,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 697,
+ "y": 1806,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 710,
+ "y": 1818,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 784,
+ "y": 1733,
+ "r": 5,
+ "type": "pathP",
+ "name": 210,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 210,
+ "ctrlPoint1": {
+ "x": 728,
+ "y": 1796,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 765,
+ "y": 1754,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 784,
+ "y": 1733,
+ "r": 5,
+ "type": "pathP",
+ "name": 210,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 729,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "name": 211,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 211,
+ "ctrlPoint1": {
+ "x": 770,
+ "y": 1722,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 742,
+ "y": 1701,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 729,
+ "y": 1691,
+ "r": 5,
+ "type": "pathP",
+ "name": 211,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 658,
+ "y": 1773,
+ "r": 5,
+ "type": "pathP",
+ "name": 208,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 212,
+ "ctrlPoint1": {
+ "x": 711,
+ "y": 1711,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 675,
+ "y": 1752,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L235",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\634f746e-89d9-4627-b42c-ae5e17e62796\\微信图片_20200423165102.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 721,
+ "yaxis": 1754,
+ "shopNav": 131,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 785,
+ "y": 1734,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 711,
+ "y": 1819,
+ "r": 5,
+ "type": "pathP",
+ "name": 214,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 214,
+ "ctrlPoint1": {
+ "x": 766,
+ "y": 1755,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 729,
+ "y": 1797,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 711,
+ "y": 1819,
+ "r": 5,
+ "type": "pathP",
+ "name": 214,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 789,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "name": 215,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 215,
+ "ctrlPoint1": {
+ "x": 730,
+ "y": 1836,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 769,
+ "y": 1870,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 789,
+ "y": 1888,
+ "r": 5,
+ "type": "pathP",
+ "name": 215,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "name": 216,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 216,
+ "ctrlPoint1": {
+ "x": 807,
+ "y": 1866,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 845,
+ "y": 1823,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 1802,
+ "r": 5,
+ "type": "pathP",
+ "name": 216,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 785,
+ "y": 1734,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 217,
+ "ctrlPoint1": {
+ "x": 844,
+ "y": 1780,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 806,
+ "y": 1749,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L237",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\c597c998-7247-4f58-b580-cbe896923cc4\\L237_1134031_ZHUCHONGYUN.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 787,
+ "yaxis": 1811,
+ "shopNav": 133,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 865,
+ "y": 1803,
+ "r": 5,
+ "type": "pathP",
+ "name": 218,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 790,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "name": 219,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 219,
+ "ctrlPoint1": {
+ "x": 846,
+ "y": 1824,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 808,
+ "y": 1867,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 790,
+ "y": 1889,
+ "r": 5,
+ "type": "pathP",
+ "name": 219,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 821,
+ "y": 1917,
+ "r": 5,
+ "type": "pathP",
+ "name": 222,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 675,
+ "ctrlPoint1": {
+ "x": 797,
+ "y": 1896,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 813,
+ "y": 1910,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 821,
+ "y": 1917,
+ "r": 5,
+ "type": "pathP",
+ "name": 222,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 869,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 223,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 223,
+ "ctrlPoint1": {
+ "x": 833,
+ "y": 1903,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 857,
+ "y": 1876,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 869,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 223,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 917,
+ "y": 1906,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 224,
+ "ctrlPoint1": {
+ "x": 881,
+ "y": 1873,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 905,
+ "y": 1895,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 917,
+ "y": 1906,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "name": 226,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 677,
+ "ctrlPoint1": {
+ "x": 923,
+ "y": 1900,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 935,
+ "y": 1890,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 1885,
+ "r": 5,
+ "type": "pathP",
+ "name": 226,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 865,
+ "y": 1803,
+ "r": 5,
+ "type": "pathP",
+ "name": 218,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 227,
+ "ctrlPoint1": {
+ "x": 922,
+ "y": 1860,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 889,
+ "y": 1826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L241",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\daea3e5c-56b7-444d-b07b-0bc6ee8adc81\\L241_1134032_Allbirds.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 865,
+ "yaxis": 1860,
+ "shopNav": 135,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "name": 228,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 798,
+ "y": 2037,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 229,
+ "ctrlPoint1": {
+ "x": 879,
+ "y": 1945,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 825,
+ "y": 2006,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 798,
+ "y": 2037,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 2098,
+ "r": 5,
+ "type": "pathP",
+ "name": 230,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 230,
+ "ctrlPoint1": {
+ "x": 815,
+ "y": 2052,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 850,
+ "y": 2082,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 2098,
+ "r": 5,
+ "type": "pathP",
+ "name": 230,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 941,
+ "y": 2014,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 231,
+ "ctrlPoint1": {
+ "x": 886,
+ "y": 2077,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 922,
+ "y": 2035,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 941,
+ "y": 2014,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 2015,
+ "r": 5,
+ "type": "pathP",
+ "name": 232,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 232,
+ "ctrlPoint1": {
+ "x": 949,
+ "y": 2014,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 965,
+ "y": 2014,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 2015,
+ "r": 5,
+ "type": "pathP",
+ "name": 232,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 961,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 233,
+ "ctrlPoint1": {
+ "x": 976,
+ "y": 1989,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 974,
+ "y": 1948,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 961,
+ "y": 1925,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 1938,
+ "r": 5,
+ "type": "pathP",
+ "name": 234,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 234,
+ "ctrlPoint1": {
+ "x": 954,
+ "y": 1928,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 940,
+ "y": 1934,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 1938,
+ "r": 5,
+ "type": "pathP",
+ "name": 234,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 1915,
+ "r": 5,
+ "type": "pathP",
+ "name": 228,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 235,
+ "ctrlPoint1": {
+ "x": 926,
+ "y": 1932,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 912,
+ "y": 1920,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L243",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\8c7d2ba4-7711-45e7-b930-07f87f6618f5\\L243_1134034_theBeast.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 886,
+ "yaxis": 2006,
+ "shopNav": 138,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 777,
+ "y": 2035,
+ "r": 5,
+ "type": "pathP",
+ "name": 236,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 899,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "name": 237,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 237,
+ "ctrlPoint1": {
+ "x": 807,
+ "y": 2061,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 868,
+ "y": 2113,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 899,
+ "y": 2139,
+ "r": 5,
+ "type": "pathP",
+ "name": 237,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 952,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 238,
+ "ctrlPoint1": {
+ "x": 912,
+ "y": 2123,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 938,
+ "y": 2091,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 952,
+ "y": 2076,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 2058,
+ "r": 5,
+ "type": "pathP",
+ "name": 239,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 239,
+ "ctrlPoint1": {
+ "x": 947,
+ "y": 2071,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 937,
+ "y": 2062,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 2058,
+ "r": 5,
+ "type": "pathP",
+ "name": 239,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 2041,
+ "r": 5,
+ "type": "pathP",
+ "name": 241,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 680,
+ "ctrlPoint1": {
+ "x": 945,
+ "y": 2044,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 958,
+ "y": 2039,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 2041,
+ "r": 5,
+ "type": "pathP",
+ "name": 241,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 2188,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 242,
+ "ctrlPoint1": {
+ "x": 971,
+ "y": 2078,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 975,
+ "y": 2151,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 2188,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 875,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "name": 243,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 243,
+ "ctrlPoint1": {
+ "x": 956,
+ "y": 2195,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 902,
+ "y": 2209,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 875,
+ "y": 2216,
+ "r": 5,
+ "type": "pathP",
+ "name": 243,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 824,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "name": 244,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 244,
+ "ctrlPoint1": {
+ "x": 865,
+ "y": 2191,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 842,
+ "y": 2156,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 824,
+ "y": 2137,
+ "r": 5,
+ "type": "pathP",
+ "name": 244,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 749,
+ "y": 2066,
+ "r": 5,
+ "type": "pathP",
+ "name": 245,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 245,
+ "ctrlPoint1": {
+ "x": 809,
+ "y": 2117,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 767,
+ "y": 2083,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 749,
+ "y": 2066,
+ "r": 5,
+ "type": "pathP",
+ "name": 245,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 777,
+ "y": 2035,
+ "r": 5,
+ "type": "pathP",
+ "name": 236,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 246,
+ "ctrlPoint1": {
+ "x": 756,
+ "y": 2058,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 770,
+ "y": 2042,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L251",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\cf3dc462-e6b4-4765-8c80-ae49372fcbc5\\L251_1134036_Lululemon.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 930,
+ "yaxis": 2166,
+ "shopNav": 140,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 875,
+ "y": 2217,
+ "r": 5,
+ "type": "pathP",
+ "name": 247,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 983,
+ "y": 2189,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 248,
+ "ctrlPoint1": {
+ "x": 902,
+ "y": 2210,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 956,
+ "y": 2196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 983,
+ "y": 2189,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1007,
+ "y": 2285,
+ "r": 5,
+ "type": "pathP",
+ "name": 249,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 249,
+ "ctrlPoint1": {
+ "x": 987,
+ "y": 2214,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 999,
+ "y": 2261,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1007,
+ "y": 2285,
+ "r": 5,
+ "type": "pathP",
+ "name": 249,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 902,
+ "y": 2313,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 250,
+ "ctrlPoint1": {
+ "x": 980,
+ "y": 2292,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 928,
+ "y": 2306,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 902,
+ "y": 2313,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 875,
+ "y": 2217,
+ "r": 5,
+ "type": "pathP",
+ "name": 247,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 251,
+ "ctrlPoint1": {
+ "x": 895,
+ "y": 2289,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 881,
+ "y": 2241,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L257",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\f48e9612-5dd8-499f-82aa-8942d7cd1804\\L257_1134037_CKJeans.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 941,
+ "yaxis": 2251,
+ "shopNav": 141,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 902,
+ "y": 2314,
+ "r": 5,
+ "type": "pathP",
+ "name": 252,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1007,
+ "y": 2286,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 253,
+ "ctrlPoint1": {
+ "x": 928,
+ "y": 2307,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 980,
+ "y": 2293,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1007,
+ "y": 2286,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1032,
+ "y": 2345,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 254,
+ "ctrlPoint1": {
+ "x": 1013,
+ "y": 2300,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1025,
+ "y": 2330,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1032,
+ "y": 2345,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "name": 256,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 687,
+ "ctrlPoint1": {
+ "x": 1012,
+ "y": 2350,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 974,
+ "y": 2360,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "name": 256,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 910,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 257,
+ "ctrlPoint1": {
+ "x": 943,
+ "y": 2395,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 921,
+ "y": 2456,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 910,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 872,
+ "y": 2472,
+ "r": 5,
+ "type": "pathP",
+ "name": 258,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 258,
+ "ctrlPoint1": {
+ "x": 900,
+ "y": 2483,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 881,
+ "y": 2475,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 872,
+ "y": 2472,
+ "r": 5,
+ "type": "pathP",
+ "name": 258,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 902,
+ "y": 2314,
+ "r": 5,
+ "type": "pathP",
+ "name": 252,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 259,
+ "ctrlPoint1": {
+ "x": 902,
+ "y": 2385,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 905,
+ "y": 2351,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L261",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\29d8abff-39d0-434b-ab07-7c0daf2a5694\\L261_1134039_AnnaSuiActive.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 972,
+ "yaxis": 2337,
+ "shopNav": 147,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1033,
+ "y": 2344,
+ "r": 5,
+ "type": "pathP",
+ "name": 260,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 956,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "name": 261,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 261,
+ "ctrlPoint1": {
+ "x": 1010,
+ "y": 2355,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 977,
+ "y": 2361,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 956,
+ "y": 2365,
+ "r": 5,
+ "type": "pathP",
+ "name": 261,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 912,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 262,
+ "ctrlPoint1": {
+ "x": 945,
+ "y": 2395,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 923,
+ "y": 2456,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 912,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1014,
+ "y": 2525,
+ "r": 5,
+ "type": "pathP",
+ "name": 263,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 263,
+ "ctrlPoint1": {
+ "x": 937,
+ "y": 2496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 988,
+ "y": 2515,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1014,
+ "y": 2525,
+ "r": 5,
+ "type": "pathP",
+ "name": 263,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1031,
+ "y": 2478,
+ "r": 5,
+ "type": "pathP",
+ "name": 264,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 264,
+ "ctrlPoint1": {
+ "x": 1018,
+ "y": 2513,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1026,
+ "y": 2489,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1031,
+ "y": 2478,
+ "r": 5,
+ "type": "pathP",
+ "name": 264,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1005,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "name": 267,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 685,
+ "ctrlPoint1": {
+ "x": 1024,
+ "y": 2470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1011,
+ "y": 2455,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1005,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "name": 267,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "name": 268,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 268,
+ "ctrlPoint1": {
+ "x": 1008,
+ "y": 2439,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1014,
+ "y": 2422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "name": 268,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 2401,
+ "r": 5,
+ "type": "pathP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 684,
+ "ctrlPoint1": {
+ "x": 1028,
+ "y": 2410,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1050,
+ "y": 2404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 2401,
+ "r": 5,
+ "type": "pathP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1033,
+ "y": 2344,
+ "r": 5,
+ "type": "pathP",
+ "name": 260,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 271,
+ "ctrlPoint1": {
+ "x": 1054,
+ "y": 2386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1040,
+ "y": 2358,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L265",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b48b41cf-4c00-46af-aca9-1a29452c5345\\L265_1134153_TedBaker.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 993,
+ "yaxis": 2401,
+ "shopNav": 148,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1088,
+ "y": 2442,
+ "r": 5,
+ "type": "pathP",
+ "name": 272,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1032,
+ "y": 2480,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 273,
+ "ctrlPoint1": {
+ "x": 1074,
+ "y": 2451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1046,
+ "y": 2470,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1032,
+ "y": 2480,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1006,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 682,
+ "ctrlPoint1": {
+ "x": 1025,
+ "y": 2472,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1012,
+ "y": 2456,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1006,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1018,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 277,
+ "ctrlPoint1": {
+ "x": 1009,
+ "y": 2439,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1015,
+ "y": 2422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1018,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 2401,
+ "r": 5,
+ "type": "pathP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 686,
+ "ctrlPoint1": {
+ "x": 1029,
+ "y": 2410,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1051,
+ "y": 2404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 2401,
+ "r": 5,
+ "type": "pathP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1088,
+ "y": 2442,
+ "r": 5,
+ "type": "pathP",
+ "name": 272,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 280,
+ "ctrlPoint1": {
+ "x": 1069,
+ "y": 2411,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1081,
+ "y": 2431,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L269",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\4ae2c0c7-02d6-4cbf-a587-02db75c1ed7a\\L269_1134154_apmMonaco.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1047,
+ "yaxis": 2440,
+ "shopNav": 149,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1064,
+ "y": 2598,
+ "r": 5,
+ "type": "pathP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1054,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 283,
+ "ctrlPoint1": {
+ "x": 1061,
+ "y": 2604,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1056,
+ "y": 2617,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1054,
+ "y": 2624,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1013,
+ "y": 2609,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 284,
+ "ctrlPoint1": {
+ "x": 1043,
+ "y": 2620,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1023,
+ "y": 2612,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1013,
+ "y": 2609,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 2645,
+ "r": 5,
+ "type": "pathP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 285,
+ "ctrlPoint1": {
+ "x": 1009,
+ "y": 2618,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1003,
+ "y": 2636,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 2645,
+ "r": 5,
+ "type": "pathP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 2682,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 695,
+ "ctrlPoint1": {
+ "x": 1023,
+ "y": 2654,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1071,
+ "y": 2672,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 2682,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 2623,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 289,
+ "ctrlPoint1": {
+ "x": 1102,
+ "y": 2665,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1110,
+ "y": 2639,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 2623,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1064,
+ "y": 2598,
+ "r": 5,
+ "type": "pathP",
+ "name": 282,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 693,
+ "ctrlPoint1": {
+ "x": 1101,
+ "y": 2616,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1076,
+ "y": 2604,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L275",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\a0b307fe-8238-45f2-9313-b77656022a23\\L275_1134155_Ecco.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1068,
+ "yaxis": 2649,
+ "shopNav": 157,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1000,
+ "y": 2646,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 969,
+ "y": 2733,
+ "r": 5,
+ "type": "pathP",
+ "name": 294,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 294,
+ "ctrlPoint1": {
+ "x": 992,
+ "y": 2667,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 976,
+ "y": 2711,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 969,
+ "y": 2733,
+ "r": 5,
+ "type": "pathP",
+ "name": 294,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 2774,
+ "r": 5,
+ "type": "pathP",
+ "name": 295,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 295,
+ "ctrlPoint1": {
+ "x": 993,
+ "y": 2743,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1041,
+ "y": 2763,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 2774,
+ "r": 5,
+ "type": "pathP",
+ "name": 295,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1076,
+ "y": 2733,
+ "r": 5,
+ "type": "pathP",
+ "name": 296,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 296,
+ "ctrlPoint1": {
+ "x": 1068,
+ "y": 2759,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1072,
+ "y": 2744,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1076,
+ "y": 2733,
+ "r": 5,
+ "type": "pathP",
+ "name": 296,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 2683,
+ "r": 5,
+ "type": "pathP",
+ "name": 297,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 297,
+ "ctrlPoint1": {
+ "x": 1080,
+ "y": 2720,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1090,
+ "y": 2695,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 2683,
+ "r": 5,
+ "type": "pathP",
+ "name": 297,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1000,
+ "y": 2646,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 298,
+ "ctrlPoint1": {
+ "x": 1071,
+ "y": 2673,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1023,
+ "y": 2655,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L277",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\db1fc1e3-643f-4674-8855-7ee9dcd973b9\\L277_1134045_Joy&Peace.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1032,
+ "yaxis": 2710,
+ "shopNav": 159,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 968,
+ "y": 2737,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 938,
+ "y": 2817,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 300,
+ "ctrlPoint1": {
+ "x": 960,
+ "y": 2757,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 945,
+ "y": 2797,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 938,
+ "y": 2817,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1030,
+ "y": 2851,
+ "r": 5,
+ "type": "pathP",
+ "name": 301,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 301,
+ "ctrlPoint1": {
+ "x": 961,
+ "y": 2825,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1007,
+ "y": 2842,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1030,
+ "y": 2851,
+ "r": 5,
+ "type": "pathP",
+ "name": 301,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 2829,
+ "r": 5,
+ "type": "pathP",
+ "name": 302,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 302,
+ "ctrlPoint1": {
+ "x": 1040,
+ "y": 2845,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1061,
+ "y": 2834,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 2829,
+ "r": 5,
+ "type": "pathP",
+ "name": 302,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1065,
+ "y": 2775,
+ "r": 5,
+ "type": "pathP",
+ "name": 303,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 303,
+ "ctrlPoint1": {
+ "x": 1067,
+ "y": 2814,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1064,
+ "y": 2789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1065,
+ "y": 2775,
+ "r": 5,
+ "type": "pathP",
+ "name": 303,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 968,
+ "y": 2737,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 304,
+ "ctrlPoint1": {
+ "x": 1040,
+ "y": 2765,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 992,
+ "y": 2746,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L279",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\8eb7c7fc-fd37-4c58-8c98-b899a6555e94\\L279_1134047_Geox.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1005,
+ "yaxis": 2794,
+ "shopNav": 160,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 3211,
+ "r": 5,
+ "type": "pathP",
+ "name": 305,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 3222,
+ "r": 5,
+ "type": "pathP",
+ "name": 306,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 306,
+ "ctrlPoint1": {
+ "x": 843,
+ "y": 3213,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 821,
+ "y": 3219,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 3222,
+ "r": 5,
+ "type": "pathP",
+ "name": 306,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 785,
+ "y": 3119,
+ "r": 5,
+ "type": "pathP",
+ "name": 307,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 307,
+ "ctrlPoint1": {
+ "x": 803,
+ "y": 3196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 791,
+ "y": 3144,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 785,
+ "y": 3119,
+ "r": 5,
+ "type": "pathP",
+ "name": 307,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 728,
+ "y": 3085,
+ "r": 5,
+ "type": "pathP",
+ "name": 308,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 308,
+ "ctrlPoint1": {
+ "x": 770,
+ "y": 3110,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 742,
+ "y": 3093,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 728,
+ "y": 3085,
+ "r": 5,
+ "type": "pathP",
+ "name": 308,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 655,
+ "y": 3104,
+ "r": 5,
+ "type": "pathP",
+ "name": 309,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 309,
+ "ctrlPoint1": {
+ "x": 709,
+ "y": 3089,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 673,
+ "y": 3099,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 655,
+ "y": 3104,
+ "r": 5,
+ "type": "pathP",
+ "name": 309,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 611,
+ "y": 2932,
+ "r": 5,
+ "type": "pathP",
+ "name": 310,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 310,
+ "ctrlPoint1": {
+ "x": 644,
+ "y": 3061,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 622,
+ "y": 2975,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 611,
+ "y": 2932,
+ "r": 5,
+ "type": "pathP",
+ "name": 310,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 599,
+ "y": 2934,
+ "r": 5,
+ "type": "pathP",
+ "name": 311,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 311,
+ "ctrlPoint1": {
+ "x": 608,
+ "y": 2932,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 602,
+ "y": 2933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 599,
+ "y": 2934,
+ "r": 5,
+ "type": "pathP",
+ "name": 311,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 635,
+ "y": 2902,
+ "r": 5,
+ "type": "pathP",
+ "name": 312,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 312,
+ "ctrlPoint1": {
+ "x": 595,
+ "y": 2897,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 619,
+ "y": 2897,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 635,
+ "y": 2902,
+ "r": 5,
+ "type": "pathP",
+ "name": 312,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 632,
+ "y": 2914,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 313,
+ "ctrlPoint1": {
+ "x": 634,
+ "y": 2905,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 632,
+ "y": 2911,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 632,
+ "y": 2914,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 798,
+ "y": 2982,
+ "r": 5,
+ "type": "pathP",
+ "name": 314,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 314,
+ "ctrlPoint1": {
+ "x": 673,
+ "y": 2931,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 756,
+ "y": 2965,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 798,
+ "y": 2982,
+ "r": 5,
+ "type": "pathP",
+ "name": 314,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 3211,
+ "r": 5,
+ "type": "pathP",
+ "name": 305,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 315,
+ "ctrlPoint1": {
+ "x": 812,
+ "y": 3039,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 840,
+ "y": 3153,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "S201",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\cc273f44-a94a-4b30-9072-ced403ac3118\\S101_1134110_Nio蔚来汽车.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 726,
+ "yaxis": 3062,
+ "shopNav": 181,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 947,
+ "y": 3305,
+ "r": 5,
+ "type": "pathP",
+ "name": 330,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 936,
+ "y": 3263,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 331,
+ "ctrlPoint1": {
+ "x": 944,
+ "y": 3294,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 938,
+ "y": 3273,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 936,
+ "y": 3263,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 955,
+ "y": 3255,
+ "r": 5,
+ "type": "pathP",
+ "name": 332,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 332,
+ "ctrlPoint1": {
+ "x": 940,
+ "y": 3261,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 950,
+ "y": 3257,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 955,
+ "y": 3255,
+ "r": 5,
+ "type": "pathP",
+ "name": 332,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 947,
+ "y": 3223,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 333,
+ "ctrlPoint1": {
+ "x": 953,
+ "y": 3247,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 949,
+ "y": 3231,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 947,
+ "y": 3223,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 836,
+ "y": 3250,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 334,
+ "ctrlPoint1": {
+ "x": 919,
+ "y": 3229,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 863,
+ "y": 3243,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 836,
+ "y": 3250,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 827,
+ "y": 3216,
+ "r": 5,
+ "type": "pathP",
+ "name": 335,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 335,
+ "ctrlPoint1": {
+ "x": 833,
+ "y": 3241,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 829,
+ "y": 3224,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 827,
+ "y": 3216,
+ "r": 5,
+ "type": "pathP",
+ "name": 335,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 811,
+ "y": 3221,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 336,
+ "ctrlPoint1": {
+ "x": 823,
+ "y": 3217,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 815,
+ "y": 3219,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 811,
+ "y": 3221,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 812,
+ "y": 3229,
+ "r": 5,
+ "type": "pathP",
+ "name": 337,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 337,
+ "ctrlPoint1": {
+ "x": 811,
+ "y": 3223,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 811,
+ "y": 3227,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 812,
+ "y": 3229,
+ "r": 5,
+ "type": "pathP",
+ "name": 337,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 778,
+ "y": 3282,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 338,
+ "ctrlPoint1": {
+ "x": 803,
+ "y": 3242,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 786,
+ "y": 3268,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 778,
+ "y": 3282,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 744,
+ "y": 3291,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 339,
+ "ctrlPoint1": {
+ "x": 769,
+ "y": 3284,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 752,
+ "y": 3288,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 744,
+ "y": 3291,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 756,
+ "y": 3346,
+ "r": 5,
+ "type": "pathP",
+ "name": 340,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 340,
+ "ctrlPoint1": {
+ "x": 747,
+ "y": 3304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 753,
+ "y": 3332,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 756,
+ "y": 3346,
+ "r": 5,
+ "type": "pathP",
+ "name": 340,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 3397,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 348,
+ "ctrlPoint1": {
+ "x": 778,
+ "y": 3380,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 801,
+ "y": 3392,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 3397,
+ "r": 5,
+ "type": "pathP",
+ "name": 341,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 906,
+ "y": 3380,
+ "r": 5,
+ "type": "pathP",
+ "name": 342,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 342,
+ "ctrlPoint1": {
+ "x": 852,
+ "y": 3392,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 888,
+ "y": 3384,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 906,
+ "y": 3380,
+ "r": 5,
+ "type": "pathP",
+ "name": 342,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 892,
+ "y": 3319,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 343,
+ "ctrlPoint1": {
+ "x": 902,
+ "y": 3364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 895,
+ "y": 3334,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 892,
+ "y": 3319,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 947,
+ "y": 3305,
+ "r": 5,
+ "type": "pathP",
+ "name": 330,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 344,
+ "ctrlPoint1": {
+ "x": 905,
+ "y": 3315,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 933,
+ "y": 3308,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "S206",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\4737373a-173a-4e50-94c0-f205c7bb23c9\\S104_1134172_thebalancing.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 849,
+ "yaxis": 3306,
+ "shopNav": 245,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 957,
+ "y": 3195,
+ "r": 5,
+ "type": "pathP",
+ "name": 349,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1145,
+ "y": 3147,
+ "r": 5,
+ "type": "pathP",
+ "name": 350,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 350,
+ "ctrlPoint1": {
+ "x": 1004,
+ "y": 3183,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1098,
+ "y": 3159,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1145,
+ "y": 3147,
+ "r": 5,
+ "type": "pathP",
+ "name": 350,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1167,
+ "y": 3233,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 351,
+ "ctrlPoint1": {
+ "x": 1150,
+ "y": 3168,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1161,
+ "y": 3211,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1167,
+ "y": 3233,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1047,
+ "y": 3265,
+ "r": 5,
+ "type": "pathP",
+ "name": 352,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 352,
+ "ctrlPoint1": {
+ "x": 1137,
+ "y": 3241,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1077,
+ "y": 3257,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1047,
+ "y": 3265,
+ "r": 5,
+ "type": "pathP",
+ "name": 352,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1055,
+ "y": 3298,
+ "r": 5,
+ "type": "pathP",
+ "name": 353,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 353,
+ "ctrlPoint1": {
+ "x": 1049,
+ "y": 3273,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1053,
+ "y": 3289,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1055,
+ "y": 3298,
+ "r": 5,
+ "type": "pathP",
+ "name": 353,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1087,
+ "y": 3291,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 354,
+ "ctrlPoint1": {
+ "x": 1063,
+ "y": 3296,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1079,
+ "y": 3292,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1087,
+ "y": 3291,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1097,
+ "y": 3332,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 355,
+ "ctrlPoint1": {
+ "x": 1089,
+ "y": 3301,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1094,
+ "y": 3321,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1097,
+ "y": 3332,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 996,
+ "y": 3358,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 356,
+ "ctrlPoint1": {
+ "x": 1071,
+ "y": 3338,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1021,
+ "y": 3351,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 996,
+ "y": 3358,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 957,
+ "y": 3195,
+ "r": 5,
+ "type": "pathP",
+ "name": 349,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 357,
+ "ctrlPoint1": {
+ "x": 986,
+ "y": 3317,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 966,
+ "y": 3235,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "S212",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\0b2cf72a-b86d-4c06-ab87-c06d2e1e937e\\S113_1134111_富公馆茶室.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1062,
+ "yaxis": 3252,
+ "shopNav": 183,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1252,
+ "y": 2870,
+ "r": 5,
+ "type": "pathP",
+ "name": 358,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1083,
+ "y": 2851,
+ "r": 5,
+ "type": "pathP",
+ "name": 359,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 359,
+ "ctrlPoint1": {
+ "x": 1202,
+ "y": 2916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1131,
+ "y": 2916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1083,
+ "y": 2851,
+ "r": 5,
+ "type": "pathP",
+ "name": 359,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1024,
+ "y": 2881,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 360,
+ "ctrlPoint1": {
+ "x": 1068,
+ "y": 2858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1038,
+ "y": 2873,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1024,
+ "y": 2881,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1009,
+ "y": 2923,
+ "r": 5,
+ "type": "pathP",
+ "name": 363,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 697,
+ "ctrlPoint1": {
+ "x": 1014,
+ "y": 2888,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1005,
+ "y": 2905,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1009,
+ "y": 2923,
+ "r": 5,
+ "type": "pathP",
+ "name": 363,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1239,
+ "y": 3001,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 364,
+ "ctrlPoint1": {
+ "x": 1060,
+ "y": 2972,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1152,
+ "y": 3013,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1239,
+ "y": 3001,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1381,
+ "y": 2968,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 699,
+ "ctrlPoint1": {
+ "x": 1274,
+ "y": 2992,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1345,
+ "y": 2976,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1381,
+ "y": 2968,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1348,
+ "y": 2846,
+ "r": 5,
+ "type": "pathP",
+ "name": 367,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 367,
+ "ctrlPoint1": {
+ "x": 1372,
+ "y": 2937,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1356,
+ "y": 2876,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1348,
+ "y": 2846,
+ "r": 5,
+ "type": "pathP",
+ "name": 367,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1301,
+ "y": 2899,
+ "r": 5,
+ "type": "pathP",
+ "name": 369,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 698,
+ "ctrlPoint1": {
+ "x": 1336,
+ "y": 2859,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1312,
+ "y": 2885,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1301,
+ "y": 2899,
+ "r": 5,
+ "type": "pathP",
+ "name": 369,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1252,
+ "y": 2870,
+ "r": 5,
+ "type": "pathP",
+ "name": 358,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 370,
+ "ctrlPoint1": {
+ "x": 1288,
+ "y": 2891,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1264,
+ "y": 2877,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L281",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\ecdc3849-a2e7-4b51-949e-3899f4aeb2bf\\L281_1134048_老吉士.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1195,
+ "yaxis": 2923,
+ "shopNav": 94,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 547,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "name": 373,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 468,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "name": 374,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 374,
+ "ctrlPoint1": {
+ "x": 527,
+ "y": 1162,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 487,
+ "y": 1175,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 468,
+ "y": 1182,
+ "r": 5,
+ "type": "pathP",
+ "name": 374,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "name": 375,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 375,
+ "ctrlPoint1": {
+ "x": 458,
+ "y": 1154,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 431,
+ "y": 1116,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "name": 375,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 433,
+ "y": 1075,
+ "r": 5,
+ "type": "pathP",
+ "name": 376,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 376,
+ "ctrlPoint1": {
+ "x": 424,
+ "y": 1082,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 425,
+ "y": 1078,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 433,
+ "y": 1075,
+ "r": 5,
+ "type": "pathP",
+ "name": 376,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 474,
+ "y": 1061,
+ "r": 5,
+ "type": "pathP",
+ "name": 377,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 377,
+ "ctrlPoint1": {
+ "x": 443,
+ "y": 1071,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 463,
+ "y": 1064,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 474,
+ "y": 1061,
+ "r": 5,
+ "type": "pathP",
+ "name": 377,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 464,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 378,
+ "ctrlPoint1": {
+ "x": 471,
+ "y": 1054,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 466,
+ "y": 1040,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 464,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 492,
+ "y": 999,
+ "r": 5,
+ "type": "pathP",
+ "name": 381,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 625,
+ "ctrlPoint1": {
+ "x": 471,
+ "y": 1024,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 485,
+ "y": 1007,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 492,
+ "y": 999,
+ "r": 5,
+ "type": "pathP",
+ "name": 381,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 518,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 382,
+ "ctrlPoint1": {
+ "x": 498,
+ "y": 1007,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 511,
+ "y": 1024,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 518,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 518,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "name": 630,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 630,
+ "ctrlPoint1": {
+ "x": 518,
+ "y": 1043,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 518,
+ "y": 1063,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 518,
+ "y": 1073,
+ "r": 5,
+ "type": "pathP",
+ "name": 630,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 547,
+ "y": 1156,
+ "r": 5,
+ "type": "pathP",
+ "name": 373,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 631,
+ "ctrlPoint1": {
+ "x": 525,
+ "y": 1093,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 539,
+ "y": 1135,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L204",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b77f2de3-51fb-4408-bd82-ecc2e104ec7c\\L204_1134181_BAOBAO ISSEY MIYAKE&PLEATS PLEASE.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 485,
+ "yaxis": 1125,
+ "shopNav": 113,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 469,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 547,
+ "y": 1157,
+ "r": 5,
+ "type": "pathP",
+ "name": 388,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 388,
+ "ctrlPoint1": {
+ "x": 488,
+ "y": 1176,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 527,
+ "y": 1163,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 547,
+ "y": 1157,
+ "r": 5,
+ "type": "pathP",
+ "name": 388,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 574,
+ "y": 1233,
+ "r": 5,
+ "type": "pathP",
+ "name": 389,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 389,
+ "ctrlPoint1": {
+ "x": 553,
+ "y": 1176,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 567,
+ "y": 1214,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 574,
+ "y": 1233,
+ "r": 5,
+ "type": "pathP",
+ "name": 389,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 475,
+ "y": 1268,
+ "r": 5,
+ "type": "pathP",
+ "name": 390,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 390,
+ "ctrlPoint1": {
+ "x": 549,
+ "y": 1241,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 499,
+ "y": 1259,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 475,
+ "y": 1268,
+ "r": 5,
+ "type": "pathP",
+ "name": 390,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 469,
+ "y": 1183,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 400,
+ "ctrlPoint1": {
+ "x": 481,
+ "y": 1240,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 476,
+ "y": 1205,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L206",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b9bd593f-17d7-4a2b-81e0-4caa70513427\\L206_1134018_PINKO.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 521,
+ "yaxis": 1212,
+ "shopNav": 114,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 475,
+ "y": 1269,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 489,
+ "y": 1342,
+ "r": 5,
+ "type": "pathP",
+ "name": 402,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 402,
+ "ctrlPoint1": {
+ "x": 475,
+ "y": 1291,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 482,
+ "y": 1324,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 489,
+ "y": 1342,
+ "r": 5,
+ "type": "pathP",
+ "name": 402,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 572,
+ "y": 1314,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 403,
+ "ctrlPoint1": {
+ "x": 509,
+ "y": 1335,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 551,
+ "y": 1321,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 572,
+ "y": 1314,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 598,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "name": 406,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 633,
+ "ctrlPoint1": {
+ "x": 578,
+ "y": 1303,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 591,
+ "y": 1282,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 598,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "name": 406,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 574,
+ "y": 1234,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 407,
+ "ctrlPoint1": {
+ "x": 585,
+ "y": 1264,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 577,
+ "y": 1252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 574,
+ "y": 1234,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 475,
+ "y": 1269,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 408,
+ "ctrlPoint1": {
+ "x": 549,
+ "y": 1242,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 499,
+ "y": 1260,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L208",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\f0c0c0e6-28bd-4365-8f1f-09ce8e2c3194\\L208_1134019_WeekendMaxMara.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 536,
+ "yaxis": 1288,
+ "shopNav": 117,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 491,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 518,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "name": 410,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 410,
+ "ctrlPoint1": {
+ "x": 495,
+ "y": 1358,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 506,
+ "y": 1383,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 518,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "name": 410,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 550,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "name": 411,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 411,
+ "ctrlPoint1": {
+ "x": 529,
+ "y": 1394,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 541,
+ "y": 1391,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 550,
+ "y": 1389,
+ "r": 5,
+ "type": "pathP",
+ "name": 411,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 592,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 412,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 412,
+ "ctrlPoint1": {
+ "x": 560,
+ "y": 1393,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 581,
+ "y": 1401,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 592,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 412,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 646,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "name": 413,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 413,
+ "ctrlPoint1": {
+ "x": 605,
+ "y": 1380,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 632,
+ "y": 1328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 646,
+ "y": 1302,
+ "r": 5,
+ "type": "pathP",
+ "name": 413,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 598,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "name": 414,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 414,
+ "ctrlPoint1": {
+ "x": 634,
+ "y": 1295,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 610,
+ "y": 1281,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 598,
+ "y": 1274,
+ "r": 5,
+ "type": "pathP",
+ "name": 414,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 574,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "name": 415,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 415,
+ "ctrlPoint1": {
+ "x": 592,
+ "y": 1284,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 580,
+ "y": 1304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 574,
+ "y": 1315,
+ "r": 5,
+ "type": "pathP",
+ "name": 415,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 491,
+ "y": 1344,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 416,
+ "ctrlPoint1": {
+ "x": 553,
+ "y": 1322,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 511,
+ "y": 1336,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L212",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\e1d6b975-4fb5-4858-8eab-6a8daa52d617\\L212_1134021_sandro.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 569,
+ "yaxis": 1361,
+ "shopNav": 118,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 518,
+ "y": 1402,
+ "r": 5,
+ "type": "pathP",
+ "name": 417,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 550,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 418,
+ "ctrlPoint1": {
+ "x": 526,
+ "y": 1399,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 542,
+ "y": 1393,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 550,
+ "y": 1390,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 592,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "name": 419,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 419,
+ "ctrlPoint1": {
+ "x": 560,
+ "y": 1394,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 581,
+ "y": 1402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 592,
+ "y": 1407,
+ "r": 5,
+ "type": "pathP",
+ "name": 419,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 562,
+ "y": 1467,
+ "r": 5,
+ "type": "pathP",
+ "name": 422,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 635,
+ "ctrlPoint1": {
+ "x": 584,
+ "y": 1422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 569,
+ "y": 1452,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 562,
+ "y": 1467,
+ "r": 5,
+ "type": "pathP",
+ "name": 422,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 518,
+ "y": 1402,
+ "r": 5,
+ "type": "pathP",
+ "name": 417,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 423,
+ "ctrlPoint1": {
+ "x": 548,
+ "y": 1449,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 526,
+ "y": 1418,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L216",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\3abf1f8d-e00f-4fcd-8ab9-eea671903f5f\\L216_1134024_AlexandredeParis.JPG",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 555,
+ "yaxis": 1428,
+ "shopNav": 119,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 697,
+ "y": 1577,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 772,
+ "y": 1466,
+ "r": 5,
+ "type": "pathP",
+ "name": 425,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 425,
+ "ctrlPoint1": {
+ "x": 715,
+ "y": 1549,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 753,
+ "y": 1493,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 772,
+ "y": 1466,
+ "r": 5,
+ "type": "pathP",
+ "name": 425,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 805,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "name": 426,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 426,
+ "ctrlPoint1": {
+ "x": 780,
+ "y": 1472,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 796,
+ "y": 1485,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 805,
+ "y": 1492,
+ "r": 5,
+ "type": "pathP",
+ "name": 426,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 860,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "name": 429,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 639,
+ "ctrlPoint1": {
+ "x": 818,
+ "y": 1477,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 846,
+ "y": 1447,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 860,
+ "y": 1432,
+ "r": 5,
+ "type": "pathP",
+ "name": 429,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 675,
+ "y": 1317,
+ "r": 5,
+ "type": "pathP",
+ "name": 430,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 430,
+ "ctrlPoint1": {
+ "x": 813,
+ "y": 1397,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 725,
+ "y": 1342,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 675,
+ "y": 1317,
+ "r": 5,
+ "type": "pathP",
+ "name": 430,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 625,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 431,
+ "ctrlPoint1": {
+ "x": 662,
+ "y": 1342,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 637,
+ "y": 1394,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 625,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 606,
+ "y": 1412,
+ "r": 5,
+ "type": "pathP",
+ "name": 432,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 432,
+ "ctrlPoint1": {
+ "x": 620,
+ "y": 1418,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 610,
+ "y": 1414,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 606,
+ "y": 1412,
+ "r": 5,
+ "type": "pathP",
+ "name": 432,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 577,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "name": 435,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 637,
+ "ctrlPoint1": {
+ "x": 598,
+ "y": 1429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 584,
+ "y": 1464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 577,
+ "y": 1482,
+ "r": 5,
+ "type": "pathP",
+ "name": 435,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 697,
+ "y": 1577,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 436,
+ "ctrlPoint1": {
+ "x": 606,
+ "y": 1514,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 655,
+ "y": 1553,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L218",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\f9d90c55-cce8-4800-b68f-925676d08edb\\L218_1134025_COS.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 718,
+ "yaxis": 1447,
+ "shopNav": 123,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 747,
+ "y": 1506,
+ "r": 5,
+ "type": "pathP",
+ "name": 437,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 697,
+ "y": 1578,
+ "r": 5,
+ "type": "pathP",
+ "name": 438,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 438,
+ "ctrlPoint1": {
+ "x": 734,
+ "y": 1524,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 709,
+ "y": 1560,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 697,
+ "y": 1578,
+ "r": 5,
+ "type": "pathP",
+ "name": 438,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 776,
+ "y": 1621,
+ "r": 5,
+ "type": "pathP",
+ "name": 439,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 439,
+ "ctrlPoint1": {
+ "x": 726,
+ "y": 1589,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 754,
+ "y": 1606,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 776,
+ "y": 1621,
+ "r": 5,
+ "type": "pathP",
+ "name": 439,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 823,
+ "y": 1556,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 641,
+ "ctrlPoint1": {
+ "x": 787,
+ "y": 1604,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 811,
+ "y": 1572,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 823,
+ "y": 1556,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 747,
+ "y": 1506,
+ "r": 5,
+ "type": "pathP",
+ "name": 437,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 443,
+ "ctrlPoint1": {
+ "x": 804,
+ "y": 1543,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 766,
+ "y": 1518,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L232",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\557661d1-9836-45bd-8ee6-4628f1c1a9f7\\L232_1134028_sandromen.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 760,
+ "yaxis": 1563,
+ "shopNav": 128,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 897,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 1663,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 446,
+ "ctrlPoint1": {
+ "x": 881,
+ "y": 1611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 850,
+ "y": 1645,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 1663,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 1718,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 447,
+ "ctrlPoint1": {
+ "x": 851,
+ "y": 1676,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 884,
+ "y": 1704,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 1718,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1024,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 448,
+ "ctrlPoint1": {
+ "x": 931,
+ "y": 1689,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 993,
+ "y": 1631,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1024,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 890,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "name": 449,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 449,
+ "ctrlPoint1": {
+ "x": 992,
+ "y": 1565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 929,
+ "y": 1508,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 890,
+ "y": 1476,
+ "r": 5,
+ "type": "pathP",
+ "name": 449,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 832,
+ "y": 1544,
+ "r": 5,
+ "type": "pathP",
+ "name": 450,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 450,
+ "ctrlPoint1": {
+ "x": 875,
+ "y": 1493,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 846,
+ "y": 1527,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 832,
+ "y": 1544,
+ "r": 5,
+ "type": "pathP",
+ "name": 450,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 897,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 655,
+ "ctrlPoint1": {
+ "x": 848,
+ "y": 1556,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 880,
+ "y": 1581,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L236",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\942632ea-bfa8-47d4-a09f-e3dc0b4afdb9\\L236_1134030_bebe.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 928,
+ "yaxis": 1597,
+ "shopNav": 132,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 876,
+ "y": 1578,
+ "r": 5,
+ "type": "pathP",
+ "name": 453,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 844,
+ "y": 1616,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 454,
+ "ctrlPoint1": {
+ "x": 868,
+ "y": 1587,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 852,
+ "y": 1606,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 844,
+ "y": 1616,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "name": 455,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 455,
+ "ctrlPoint1": {
+ "x": 835,
+ "y": 1609,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 818,
+ "y": 1597,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 1591,
+ "r": 5,
+ "type": "pathP",
+ "name": 455,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 784,
+ "y": 1627,
+ "r": 5,
+ "type": "pathP",
+ "name": 456,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 456,
+ "ctrlPoint1": {
+ "x": 803,
+ "y": 1600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 790,
+ "y": 1618,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 784,
+ "y": 1627,
+ "r": 5,
+ "type": "pathP",
+ "name": 456,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 833,
+ "y": 1663,
+ "r": 5,
+ "type": "pathP",
+ "name": 457,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 457,
+ "ctrlPoint1": {
+ "x": 796,
+ "y": 1636,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 820,
+ "y": 1654,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 833,
+ "y": 1663,
+ "r": 5,
+ "type": "pathP",
+ "name": 457,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 895,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "name": 458,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 458,
+ "ctrlPoint1": {
+ "x": 848,
+ "y": 1645,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 879,
+ "y": 1611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 895,
+ "y": 1594,
+ "r": 5,
+ "type": "pathP",
+ "name": 458,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 876,
+ "y": 1578,
+ "r": 5,
+ "type": "pathP",
+ "name": 453,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 459,
+ "ctrlPoint1": {
+ "x": 890,
+ "y": 1590,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 880,
+ "y": 1582,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 829,
+ "yaxis": 1639,
+ "shopNav": 130,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 903,
+ "y": 1718,
+ "r": 5,
+ "type": "pathP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1026,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "name": 461,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 461,
+ "ctrlPoint1": {
+ "x": 933,
+ "y": 1689,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 995,
+ "y": 1631,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1026,
+ "y": 1602,
+ "r": 5,
+ "type": "pathP",
+ "name": 461,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1102,
+ "y": 1679,
+ "r": 5,
+ "type": "pathP",
+ "name": 464,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 657,
+ "ctrlPoint1": {
+ "x": 1045,
+ "y": 1621,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1083,
+ "y": 1659,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1102,
+ "y": 1679,
+ "r": 5,
+ "type": "pathP",
+ "name": 464,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 1779,
+ "r": 5,
+ "type": "pathP",
+ "name": 467,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 659,
+ "ctrlPoint1": {
+ "x": 1067,
+ "y": 1704,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 997,
+ "y": 1754,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 1779,
+ "r": 5,
+ "type": "pathP",
+ "name": 467,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 903,
+ "y": 1718,
+ "r": 5,
+ "type": "pathP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 468,
+ "ctrlPoint1": {
+ "x": 948,
+ "y": 1763,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 918,
+ "y": 1733,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L242",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\c1636c63-ec14-416a-9d7f-69a0b8669bec\\L242_1134033_LEGO.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1002,
+ "yaxis": 1690,
+ "shopNav": 134,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "name": 469,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1102,
+ "y": 1680,
+ "r": 5,
+ "type": "pathP",
+ "name": 474,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 663,
+ "ctrlPoint1": {
+ "x": 998,
+ "y": 1755,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1067,
+ "y": 1705,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1102,
+ "y": 1680,
+ "r": 5,
+ "type": "pathP",
+ "name": 474,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1242,
+ "y": 1879,
+ "r": 5,
+ "type": "pathP",
+ "name": 475,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 475,
+ "ctrlPoint1": {
+ "x": 1181,
+ "y": 1772,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1221,
+ "y": 1833,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1242,
+ "y": 1879,
+ "r": 5,
+ "type": "pathP",
+ "name": 475,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1183,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "name": 482,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 669,
+ "ctrlPoint1": {
+ "x": 1227,
+ "y": 1884,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1197,
+ "y": 1894,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1183,
+ "y": 1899,
+ "r": 5,
+ "type": "pathP",
+ "name": 482,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1123,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "name": 483,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 483,
+ "ctrlPoint1": {
+ "x": 1168,
+ "y": 1876,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1138,
+ "y": 1830,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1123,
+ "y": 1807,
+ "r": 5,
+ "type": "pathP",
+ "name": 483,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1038,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 484,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 484,
+ "ctrlPoint1": {
+ "x": 1101,
+ "y": 1821,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1059,
+ "y": 1849,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1038,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 484,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "name": 469,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 485,
+ "ctrlPoint1": {
+ "x": 1019,
+ "y": 1842,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 985,
+ "y": 1799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L246",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\f3822925-cf98-4c32-91fd-86547b2c11dd\\L246_1134035_EHELab.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1103,
+ "yaxis": 1789,
+ "shopNav": 136,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1159,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 486,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 1916,
+ "r": 5,
+ "type": "pathP",
+ "name": 487,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 487,
+ "ctrlPoint1": {
+ "x": 1137,
+ "y": 1876,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1093,
+ "y": 1902,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 1916,
+ "r": 5,
+ "type": "pathP",
+ "name": 487,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1037,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "name": 488,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 488,
+ "ctrlPoint1": {
+ "x": 1063,
+ "y": 1903,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1045,
+ "y": 1878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1037,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "name": 488,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1123,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "name": 489,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 489,
+ "ctrlPoint1": {
+ "x": 1058,
+ "y": 1851,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1101,
+ "y": 1823,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1123,
+ "y": 1809,
+ "r": 5,
+ "type": "pathP",
+ "name": 489,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1159,
+ "y": 1863,
+ "r": 5,
+ "type": "pathP",
+ "name": 486,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 490,
+ "ctrlPoint1": {
+ "x": 1132,
+ "y": 1822,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1150,
+ "y": 1849,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L254",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\1b38eb8e-62c8-4284-8089-cf70037b5fee\\L254_1134150_ASHWORTH.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1098,
+ "yaxis": 1862,
+ "shopNav": 137,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 1916,
+ "r": 5,
+ "type": "pathP",
+ "name": 491,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1118,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 492,
+ "ctrlPoint1": {
+ "x": 1083,
+ "y": 1935,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1106,
+ "y": 1975,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1118,
+ "y": 1995,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 1969,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 493,
+ "ctrlPoint1": {
+ "x": 1130,
+ "y": 1988,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1156,
+ "y": 1975,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 1969,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1146,
+ "y": 1921,
+ "r": 5,
+ "type": "pathP",
+ "name": 672,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 672,
+ "ctrlPoint1": {
+ "x": 1163,
+ "y": 1957,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1151,
+ "y": 1933,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1146,
+ "y": 1921,
+ "r": 5,
+ "type": "pathP",
+ "name": 672,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1183,
+ "y": 1903,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 673,
+ "ctrlPoint1": {
+ "x": 1155,
+ "y": 1916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1173,
+ "y": 1907,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1183,
+ "y": 1903,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1159,
+ "y": 1865,
+ "r": 5,
+ "type": "pathP",
+ "name": 496,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 670,
+ "ctrlPoint1": {
+ "x": 1177,
+ "y": 1893,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1165,
+ "y": 1874,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1159,
+ "y": 1865,
+ "r": 5,
+ "type": "pathP",
+ "name": 496,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 1916,
+ "r": 5,
+ "type": "pathP",
+ "name": 491,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 497,
+ "ctrlPoint1": {
+ "x": 1137,
+ "y": 1877,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1093,
+ "y": 1903,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L256",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\135402e4-843c-4498-9c45-784cfc0c8b51\\L256_1134151_I-Primo.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1127,
+ "yaxis": 1930,
+ "shopNav": 139,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1266,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "name": 499,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1316,
+ "y": 2041,
+ "r": 5,
+ "type": "pathP",
+ "name": 500,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 500,
+ "ctrlPoint1": {
+ "x": 1278,
+ "y": 1953,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1303,
+ "y": 2011,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1316,
+ "y": 2041,
+ "r": 5,
+ "type": "pathP",
+ "name": 500,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1165,
+ "y": 2097,
+ "r": 5,
+ "type": "pathP",
+ "name": 501,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 501,
+ "ctrlPoint1": {
+ "x": 1278,
+ "y": 2055,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1202,
+ "y": 2083,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1165,
+ "y": 2097,
+ "r": 5,
+ "type": "pathP",
+ "name": 501,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 2005,
+ "r": 5,
+ "type": "pathP",
+ "name": 502,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 502,
+ "ctrlPoint1": {
+ "x": 1155,
+ "y": 2074,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1135,
+ "y": 2028,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 2005,
+ "r": 5,
+ "type": "pathP",
+ "name": 502,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1266,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "name": 499,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 707,
+ "ctrlPoint1": {
+ "x": 1160,
+ "y": 1984,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1230,
+ "y": 1944,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L258",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\b75370a6-a618-44b8-8bd5-d7df332a0c05\\L258_1134038_VVNKJanePlus.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1220,
+ "yaxis": 2010,
+ "shopNav": 142,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1182,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "name": 507,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1316,
+ "y": 2106,
+ "r": 5,
+ "type": "pathP",
+ "name": 508,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 508,
+ "ctrlPoint1": {
+ "x": 1215,
+ "y": 2138,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1282,
+ "y": 2116,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1316,
+ "y": 2106,
+ "r": 5,
+ "type": "pathP",
+ "name": 508,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1333,
+ "y": 2159,
+ "r": 5,
+ "type": "pathP",
+ "name": 509,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 509,
+ "ctrlPoint1": {
+ "x": 1324,
+ "y": 2119,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1332,
+ "y": 2146,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1333,
+ "y": 2159,
+ "r": 5,
+ "type": "pathP",
+ "name": 509,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1194,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "name": 510,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 510,
+ "ctrlPoint1": {
+ "x": 1298,
+ "y": 2168,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1228,
+ "y": 2186,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1194,
+ "y": 2196,
+ "r": 5,
+ "type": "pathP",
+ "name": 510,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1182,
+ "y": 2149,
+ "r": 5,
+ "type": "pathP",
+ "name": 507,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 512,
+ "ctrlPoint1": {
+ "x": 1191,
+ "y": 2184,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1185,
+ "y": 2160,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L266",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\e16de464-7152-476c-89e3-69f4a0693c3d\\L266_1134040_TommyHilfiger.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1257,
+ "yaxis": 2151,
+ "shopNav": 144,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1195,
+ "y": 2198,
+ "r": 5,
+ "type": "pathP",
+ "name": 513,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1332,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "name": 514,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 514,
+ "ctrlPoint1": {
+ "x": 1229,
+ "y": 2188,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1297,
+ "y": 2169,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1332,
+ "y": 2160,
+ "r": 5,
+ "type": "pathP",
+ "name": 514,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1359,
+ "y": 2277,
+ "r": 5,
+ "type": "pathP",
+ "name": 515,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 515,
+ "ctrlPoint1": {
+ "x": 1344,
+ "y": 2196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1355,
+ "y": 2256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1359,
+ "y": 2277,
+ "r": 5,
+ "type": "pathP",
+ "name": 515,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1213,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "name": 520,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 713,
+ "ctrlPoint1": {
+ "x": 1322,
+ "y": 2281,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1249,
+ "y": 2289,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1213,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "name": 520,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1195,
+ "y": 2198,
+ "r": 5,
+ "type": "pathP",
+ "name": 513,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 521,
+ "ctrlPoint1": {
+ "x": 1208,
+ "y": 2270,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1199,
+ "y": 2222,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L268",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\9a539ed9-da47-43d3-922f-0b8e1d5e6906\\L268_1134041_Denham.PNG",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1277,
+ "yaxis": 2227,
+ "shopNav": 146,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1165,
+ "y": 2098,
+ "r": 5,
+ "type": "pathP",
+ "name": 522,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1181,
+ "y": 2147,
+ "r": 5,
+ "type": "pathP",
+ "name": 523,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 523,
+ "ctrlPoint1": {
+ "x": 1169,
+ "y": 2110,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1177,
+ "y": 2134,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1181,
+ "y": 2147,
+ "r": 5,
+ "type": "pathP",
+ "name": 523,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1334,
+ "y": 2098,
+ "r": 5,
+ "type": "pathP",
+ "name": 524,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 524,
+ "ctrlPoint1": {
+ "x": 1219,
+ "y": 2134,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1295,
+ "y": 2110,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1334,
+ "y": 2098,
+ "r": 5,
+ "type": "pathP",
+ "name": 524,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1315,
+ "y": 2043,
+ "r": 5,
+ "type": "pathP",
+ "name": 527,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 709,
+ "ctrlPoint1": {
+ "x": 1329,
+ "y": 2084,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1319,
+ "y": 2056,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1315,
+ "y": 2043,
+ "r": 5,
+ "type": "pathP",
+ "name": 527,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1165,
+ "y": 2098,
+ "r": 5,
+ "type": "pathP",
+ "name": 522,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 528,
+ "ctrlPoint1": {
+ "x": 1277,
+ "y": 2056,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1202,
+ "y": 2084,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1241,
+ "yaxis": 2110,
+ "shopNav": 143,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 2309,
+ "r": 5,
+ "type": "pathP",
+ "name": 529,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 2400,
+ "r": 5,
+ "type": "pathP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 530,
+ "ctrlPoint1": {
+ "x": 1219,
+ "y": 2335,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1221,
+ "y": 2375,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 2400,
+ "r": 5,
+ "type": "pathP",
+ "name": 530,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1288,
+ "y": 2396,
+ "r": 5,
+ "type": "pathP",
+ "name": 531,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 531,
+ "ctrlPoint1": {
+ "x": 1237,
+ "y": 2399,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1271,
+ "y": 2397,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1288,
+ "y": 2396,
+ "r": 5,
+ "type": "pathP",
+ "name": 531,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 2371,
+ "r": 5,
+ "type": "pathP",
+ "name": 532,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 532,
+ "ctrlPoint1": {
+ "x": 1287,
+ "y": 2389,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1285,
+ "y": 2377,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 2371,
+ "r": 5,
+ "type": "pathP",
+ "name": 532,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1264,
+ "y": 2372,
+ "r": 5,
+ "type": "pathP",
+ "name": 533,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 533,
+ "ctrlPoint1": {
+ "x": 1279,
+ "y": 2371,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1269,
+ "y": 2371,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1264,
+ "y": 2372,
+ "r": 5,
+ "type": "pathP",
+ "name": 533,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1255,
+ "y": 2307,
+ "r": 5,
+ "type": "pathP",
+ "name": 536,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 715,
+ "ctrlPoint1": {
+ "x": 1261,
+ "y": 2355,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1257,
+ "y": 2323,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1255,
+ "y": 2307,
+ "r": 5,
+ "type": "pathP",
+ "name": 536,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 2309,
+ "r": 5,
+ "type": "pathP",
+ "name": 529,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 537,
+ "ctrlPoint1": {
+ "x": 1244,
+ "y": 2307,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1224,
+ "y": 2308,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L272",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\be8a9448-c9a7-4e3b-83e9-e430ea1f0a0a\\L272_1134043_Camicissima.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1251,
+ "yaxis": 2353,
+ "shopNav": 150,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 2342,
+ "r": 5,
+ "type": "pathP",
+ "name": 539,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1377,
+ "y": 2466,
+ "r": 5,
+ "type": "pathP",
+ "name": 540,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 540,
+ "ctrlPoint1": {
+ "x": 1373,
+ "y": 2375,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1380,
+ "y": 2434,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1377,
+ "y": 2466,
+ "r": 5,
+ "type": "pathP",
+ "name": 540,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 541,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 541,
+ "ctrlPoint1": {
+ "x": 1337,
+ "y": 2467,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1259,
+ "y": 2469,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 2470,
+ "r": 5,
+ "type": "pathP",
+ "name": 541,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1222,
+ "y": 2401,
+ "r": 5,
+ "type": "pathP",
+ "name": 542,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 542,
+ "ctrlPoint1": {
+ "x": 1220,
+ "y": 2452,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1221,
+ "y": 2418,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1222,
+ "y": 2401,
+ "r": 5,
+ "type": "pathP",
+ "name": 542,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1291,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "name": 543,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 543,
+ "ctrlPoint1": {
+ "x": 1239,
+ "y": 2400,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1273,
+ "y": 2398,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1291,
+ "y": 2397,
+ "r": 5,
+ "type": "pathP",
+ "name": 543,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1287,
+ "y": 2371,
+ "r": 5,
+ "type": "pathP",
+ "name": 544,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 544,
+ "ctrlPoint1": {
+ "x": 1290,
+ "y": 2390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1288,
+ "y": 2377,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1287,
+ "y": 2371,
+ "r": 5,
+ "type": "pathP",
+ "name": 544,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1354,
+ "y": 2362,
+ "r": 5,
+ "type": "pathP",
+ "name": 545,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 545,
+ "ctrlPoint1": {
+ "x": 1303,
+ "y": 2368,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1337,
+ "y": 2364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1354,
+ "y": 2362,
+ "r": 5,
+ "type": "pathP",
+ "name": 545,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1350,
+ "y": 2344,
+ "r": 5,
+ "type": "pathP",
+ "name": 546,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 546,
+ "ctrlPoint1": {
+ "x": 1353,
+ "y": 2357,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1351,
+ "y": 2348,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1350,
+ "y": 2344,
+ "r": 5,
+ "type": "pathP",
+ "name": 546,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 2342,
+ "r": 5,
+ "type": "pathP",
+ "name": 539,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 547,
+ "ctrlPoint1": {
+ "x": 1355,
+ "y": 2343,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1365,
+ "y": 2342,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L274",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\56b4aeae-0b1c-4179-9e81-761d2f2f923a\\L274_1134044_Erdos.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1291,
+ "yaxis": 2441,
+ "shopNav": 151,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1094,
+ "y": 2456,
+ "r": 5,
+ "type": "pathP",
+ "name": 548,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1042,
+ "y": 2488,
+ "r": 5,
+ "type": "pathP",
+ "name": 549,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 549,
+ "ctrlPoint1": {
+ "x": 1081,
+ "y": 2464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1055,
+ "y": 2480,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1042,
+ "y": 2488,
+ "r": 5,
+ "type": "pathP",
+ "name": 549,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1027,
+ "y": 2530,
+ "r": 5,
+ "type": "pathP",
+ "name": 550,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 550,
+ "ctrlPoint1": {
+ "x": 1038,
+ "y": 2498,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1030,
+ "y": 2519,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1027,
+ "y": 2530,
+ "r": 5,
+ "type": "pathP",
+ "name": 550,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1075,
+ "y": 2567,
+ "r": 5,
+ "type": "pathP",
+ "name": 553,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 691,
+ "ctrlPoint1": {
+ "x": 1039,
+ "y": 2539,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1063,
+ "y": 2557,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1075,
+ "y": 2567,
+ "r": 5,
+ "type": "pathP",
+ "name": 553,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 2555,
+ "r": 5,
+ "type": "pathP",
+ "name": 556,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 689,
+ "ctrlPoint1": {
+ "x": 1084,
+ "y": 2545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1099,
+ "y": 2545,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 2555,
+ "r": 5,
+ "type": "pathP",
+ "name": 556,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1094,
+ "y": 2456,
+ "r": 5,
+ "type": "pathP",
+ "name": 548,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 561,
+ "ctrlPoint1": {
+ "x": 1118,
+ "y": 2519,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1109,
+ "y": 2482,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1074,
+ "yaxis": 2511,
+ "shopNav": 153,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 2472,
+ "r": 5,
+ "type": "pathP",
+ "name": 562,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 2468,
+ "r": 5,
+ "type": "pathP",
+ "name": 563,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 563,
+ "ctrlPoint1": {
+ "x": 1258,
+ "y": 2471,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1338,
+ "y": 2469,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 2468,
+ "r": 5,
+ "type": "pathP",
+ "name": 563,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 2431,
+ "r": 5,
+ "type": "pathP",
+ "name": 564,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 564,
+ "ctrlPoint1": {
+ "x": 1378,
+ "y": 2458,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1378,
+ "y": 2440,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 2431,
+ "r": 5,
+ "type": "pathP",
+ "name": 564,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1396,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "name": 565,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 565,
+ "ctrlPoint1": {
+ "x": 1382,
+ "y": 2430,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1391,
+ "y": 2429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1396,
+ "y": 2429,
+ "r": 5,
+ "type": "pathP",
+ "name": 565,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1398,
+ "y": 2501,
+ "r": 5,
+ "type": "pathP",
+ "name": 566,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 566,
+ "ctrlPoint1": {
+ "x": 1396,
+ "y": 2447,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1397,
+ "y": 2483,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1398,
+ "y": 2501,
+ "r": 5,
+ "type": "pathP",
+ "name": 566,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1357,
+ "y": 2502,
+ "r": 5,
+ "type": "pathP",
+ "name": 567,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 567,
+ "ctrlPoint1": {
+ "x": 1387,
+ "y": 2501,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1367,
+ "y": 2501,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1357,
+ "y": 2502,
+ "r": 5,
+ "type": "pathP",
+ "name": 567,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1355,
+ "y": 2537,
+ "r": 5,
+ "type": "pathP",
+ "name": 568,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 568,
+ "ctrlPoint1": {
+ "x": 1356,
+ "y": 2510,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1355,
+ "y": 2528,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1355,
+ "y": 2537,
+ "r": 5,
+ "type": "pathP",
+ "name": 568,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 2531,
+ "r": 5,
+ "type": "pathP",
+ "name": 569,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 569,
+ "ctrlPoint1": {
+ "x": 1319,
+ "y": 2535,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1249,
+ "y": 2532,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 2531,
+ "r": 5,
+ "type": "pathP",
+ "name": 569,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 2472,
+ "r": 5,
+ "type": "pathP",
+ "name": 562,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 570,
+ "ctrlPoint1": {
+ "x": 1215,
+ "y": 2516,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1217,
+ "y": 2486,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L278",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\965f0b6c-db00-4581-9b6a-4fe4431a9b46\\L278_1134046_Aigle.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1287,
+ "yaxis": 2512,
+ "shopNav": 155,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1213,
+ "y": 2533,
+ "r": 5,
+ "type": "pathP",
+ "name": 571,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1200,
+ "y": 2633,
+ "r": 5,
+ "type": "pathP",
+ "name": 572,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 572,
+ "ctrlPoint1": {
+ "x": 1209,
+ "y": 2558,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1202,
+ "y": 2607,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1200,
+ "y": 2633,
+ "r": 5,
+ "type": "pathP",
+ "name": 572,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1222,
+ "y": 2633,
+ "r": 5,
+ "type": "pathP",
+ "name": 573,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 573,
+ "ctrlPoint1": {
+ "x": 1205,
+ "y": 2633,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1216,
+ "y": 2633,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1222,
+ "y": 2633,
+ "r": 5,
+ "type": "pathP",
+ "name": 573,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1228,
+ "y": 2605,
+ "r": 5,
+ "type": "pathP",
+ "name": 574,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 574,
+ "ctrlPoint1": {
+ "x": 1223,
+ "y": 2626,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1226,
+ "y": 2612,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1228,
+ "y": 2605,
+ "r": 5,
+ "type": "pathP",
+ "name": 574,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1330,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "name": 575,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 575,
+ "ctrlPoint1": {
+ "x": 1253,
+ "y": 2610,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1304,
+ "y": 2620,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1330,
+ "y": 2625,
+ "r": 5,
+ "type": "pathP",
+ "name": 575,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1326,
+ "y": 2662,
+ "r": 5,
+ "type": "pathP",
+ "name": 576,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 576,
+ "ctrlPoint1": {
+ "x": 1329,
+ "y": 2634,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1327,
+ "y": 2652,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1326,
+ "y": 2662,
+ "r": 5,
+ "type": "pathP",
+ "name": 576,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1382,
+ "y": 2673,
+ "r": 5,
+ "type": "pathP",
+ "name": 577,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 577,
+ "ctrlPoint1": {
+ "x": 1340,
+ "y": 2664,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1368,
+ "y": 2670,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1382,
+ "y": 2673,
+ "r": 5,
+ "type": "pathP",
+ "name": 577,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1392,
+ "y": 2574,
+ "r": 5,
+ "type": "pathP",
+ "name": 578,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 578,
+ "ctrlPoint1": {
+ "x": 1387,
+ "y": 2649,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1392,
+ "y": 2600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1392,
+ "y": 2574,
+ "r": 5,
+ "type": "pathP",
+ "name": 578,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 2573,
+ "r": 5,
+ "type": "pathP",
+ "name": 579,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 579,
+ "ctrlPoint1": {
+ "x": 1382,
+ "y": 2573,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1362,
+ "y": 2573,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 2573,
+ "r": 5,
+ "type": "pathP",
+ "name": 579,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1353,
+ "y": 2538,
+ "r": 5,
+ "type": "pathP",
+ "name": 580,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 580,
+ "ctrlPoint1": {
+ "x": 1352,
+ "y": 2564,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1352,
+ "y": 2546,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1353,
+ "y": 2538,
+ "r": 5,
+ "type": "pathP",
+ "name": 580,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1213,
+ "y": 2533,
+ "r": 5,
+ "type": "pathP",
+ "name": 571,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 581,
+ "ctrlPoint1": {
+ "x": 1318,
+ "y": 2536,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1248,
+ "y": 2534,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L280",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\ae6cc557-bdd6-4540-a1e9-7c4a061c2c77\\L280_1134156_MarcO'Polo.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1282,
+ "yaxis": 2584,
+ "shopNav": 156,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1218,
+ "y": 2704,
+ "r": 5,
+ "type": "pathP",
+ "name": 582,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1251,
+ "y": 2696,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 583,
+ "ctrlPoint1": {
+ "x": 1226,
+ "y": 2702,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1242,
+ "y": 2698,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1251,
+ "y": 2696,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 2653,
+ "r": 5,
+ "type": "pathP",
+ "name": 584,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 584,
+ "ctrlPoint1": {
+ "x": 1252,
+ "y": 2685,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1256,
+ "y": 2663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 2653,
+ "r": 5,
+ "type": "pathP",
+ "name": 584,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1201,
+ "y": 2646,
+ "r": 5,
+ "type": "pathP",
+ "name": 586,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 703,
+ "ctrlPoint1": {
+ "x": 1243,
+ "y": 2651,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1217,
+ "y": 2644,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1201,
+ "y": 2646,
+ "r": 5,
+ "type": "pathP",
+ "name": 586,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1218,
+ "y": 2704,
+ "r": 5,
+ "type": "pathP",
+ "name": 582,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 587,
+ "ctrlPoint1": {
+ "x": 1202,
+ "y": 2663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1211,
+ "y": 2689,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L284",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\d0eeca81-ac27-46dc-88b7-14efcf066bfe\\L284_1134049_LesNereides.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1229,
+ "yaxis": 2675,
+ "shopNav": 158,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 2704,
+ "r": 5,
+ "type": "pathP",
+ "name": 588,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1252,
+ "y": 2697,
+ "r": 5,
+ "type": "pathP",
+ "name": 589,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 589,
+ "ctrlPoint1": {
+ "x": 1227,
+ "y": 2702,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1243,
+ "y": 2698,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1252,
+ "y": 2697,
+ "r": 5,
+ "type": "pathP",
+ "name": 589,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1256,
+ "y": 2681,
+ "r": 5,
+ "type": "pathP",
+ "name": 590,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 590,
+ "ctrlPoint1": {
+ "x": 1253,
+ "y": 2693,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1255,
+ "y": 2685,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1256,
+ "y": 2681,
+ "r": 5,
+ "type": "pathP",
+ "name": 590,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1282,
+ "y": 2688,
+ "r": 5,
+ "type": "pathP",
+ "name": 591,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 591,
+ "ctrlPoint1": {
+ "x": 1262,
+ "y": 2682,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1275,
+ "y": 2686,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1282,
+ "y": 2688,
+ "r": 5,
+ "type": "pathP",
+ "name": 591,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 2754,
+ "r": 5,
+ "type": "pathP",
+ "name": 593,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 701,
+ "ctrlPoint1": {
+ "x": 1276,
+ "y": 2704,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1264,
+ "y": 2737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 2754,
+ "r": 5,
+ "type": "pathP",
+ "name": 593,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 2704,
+ "r": 5,
+ "type": "pathP",
+ "name": 588,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 594,
+ "ctrlPoint1": {
+ "x": 1245,
+ "y": 2741,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1225,
+ "y": 2721,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L286",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\8ba85040-7530-469b-bc36-0d7a47715473\\L286_1134050_ElsaLee.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1250,
+ "yaxis": 2717,
+ "shopNav": 164,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1272,
+ "y": 2720,
+ "r": 5,
+ "type": "pathP",
+ "name": 595,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1306,
+ "y": 2726,
+ "r": 5,
+ "type": "pathP",
+ "name": 596,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 596,
+ "ctrlPoint1": {
+ "x": 1280,
+ "y": 2721,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1297,
+ "y": 2724,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1306,
+ "y": 2726,
+ "r": 5,
+ "type": "pathP",
+ "name": 596,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1301,
+ "y": 2750,
+ "r": 5,
+ "type": "pathP",
+ "name": 597,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 597,
+ "ctrlPoint1": {
+ "x": 1304,
+ "y": 2732,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1302,
+ "y": 2744,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1301,
+ "y": 2750,
+ "r": 5,
+ "type": "pathP",
+ "name": 597,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1340,
+ "y": 2756,
+ "r": 5,
+ "type": "pathP",
+ "name": 598,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 598,
+ "ctrlPoint1": {
+ "x": 1310,
+ "y": 2751,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1330,
+ "y": 2754,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1340,
+ "y": 2756,
+ "r": 5,
+ "type": "pathP",
+ "name": 598,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1350,
+ "y": 2843,
+ "r": 5,
+ "type": "pathP",
+ "name": 599,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 599,
+ "ctrlPoint1": {
+ "x": 1338,
+ "y": 2776,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1342,
+ "y": 2811,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1350,
+ "y": 2843,
+ "r": 5,
+ "type": "pathP",
+ "name": 599,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1273,
+ "y": 2824,
+ "r": 5,
+ "type": "pathP",
+ "name": 600,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 600,
+ "ctrlPoint1": {
+ "x": 1330,
+ "y": 2838,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1292,
+ "y": 2828,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1273,
+ "y": 2824,
+ "r": 5,
+ "type": "pathP",
+ "name": 600,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1259,
+ "y": 2756,
+ "r": 5,
+ "type": "pathP",
+ "name": 601,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 601,
+ "ctrlPoint1": {
+ "x": 1276,
+ "y": 2797,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1269,
+ "y": 2771,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1259,
+ "y": 2756,
+ "r": 5,
+ "type": "pathP",
+ "name": 601,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1272,
+ "y": 2720,
+ "r": 5,
+ "type": "pathP",
+ "name": 595,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 702,
+ "ctrlPoint1": {
+ "x": 1262,
+ "y": 2747,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1268,
+ "y": 2729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L288",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "http://1000my.com/mallSite\\Files\\7f660b7d-2abe-4933-8319-a81276838a52\\L288_1134051_LensCrafters.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1304,
+ "yaxis": 2781,
+ "shopNav": 163,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1272,
+ "y": 2824,
+ "r": 5,
+ "type": "pathP",
+ "name": 605,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1251,
+ "y": 2867,
+ "r": 5,
+ "type": "pathP",
+ "name": 606,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 606,
+ "ctrlPoint1": {
+ "x": 1269,
+ "y": 2841,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1261,
+ "y": 2856,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1251,
+ "y": 2867,
+ "r": 5,
+ "type": "pathP",
+ "name": 606,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1300,
+ "y": 2897,
+ "r": 5,
+ "type": "pathP",
+ "name": 607,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 607,
+ "ctrlPoint1": {
+ "x": 1263,
+ "y": 2874,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1287,
+ "y": 2889,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1300,
+ "y": 2897,
+ "r": 5,
+ "type": "pathP",
+ "name": 607,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1348,
+ "y": 2845,
+ "r": 5,
+ "type": "pathP",
+ "name": 609,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 700,
+ "ctrlPoint1": {
+ "x": 1312,
+ "y": 2884,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1336,
+ "y": 2858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1348,
+ "y": 2845,
+ "r": 5,
+ "type": "pathP",
+ "name": 609,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1272,
+ "y": 2824,
+ "r": 5,
+ "type": "pathP",
+ "name": 605,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 610,
+ "ctrlPoint1": {
+ "x": 1329,
+ "y": 2839,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1291,
+ "y": 2829,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1299,
+ "yaxis": 2860,
+ "shopNav": 162,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 3128,
+ "r": 5,
+ "type": "pathP",
+ "name": 869,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1251,
+ "y": 3119,
+ "r": 5,
+ "type": "pathP",
+ "name": 870,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 870,
+ "ctrlPoint1": {
+ "x": 1227,
+ "y": 3125,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1243,
+ "y": 3121,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1251,
+ "y": 3119,
+ "r": 5,
+ "type": "pathP",
+ "name": 870,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1243,
+ "y": 3093,
+ "r": 5,
+ "type": "pathP",
+ "name": 871,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 871,
+ "ctrlPoint1": {
+ "x": 1249,
+ "y": 3112,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1245,
+ "y": 3099,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1243,
+ "y": 3093,
+ "r": 5,
+ "type": "pathP",
+ "name": 871,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 3081,
+ "r": 5,
+ "type": "pathP",
+ "name": 872,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 872,
+ "ctrlPoint1": {
+ "x": 1253,
+ "y": 3090,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1274,
+ "y": 3084,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 3081,
+ "r": 5,
+ "type": "pathP",
+ "name": 872,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1301,
+ "y": 3142,
+ "r": 5,
+ "type": "pathP",
+ "name": 873,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 873,
+ "ctrlPoint1": {
+ "x": 1289,
+ "y": 3096,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1297,
+ "y": 3126,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1301,
+ "y": 3142,
+ "r": 5,
+ "type": "pathP",
+ "name": 873,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1408,
+ "y": 3110,
+ "r": 5,
+ "type": "pathP",
+ "name": 874,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 874,
+ "ctrlPoint1": {
+ "x": 1327,
+ "y": 3134,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1381,
+ "y": 3118,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1408,
+ "y": 3110,
+ "r": 5,
+ "type": "pathP",
+ "name": 874,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1388,
+ "y": 3035,
+ "r": 5,
+ "type": "pathP",
+ "name": 875,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 875,
+ "ctrlPoint1": {
+ "x": 1403,
+ "y": 3091,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1393,
+ "y": 3053,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1388,
+ "y": 3035,
+ "r": 5,
+ "type": "pathP",
+ "name": 875,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1451,
+ "y": 3017,
+ "r": 5,
+ "type": "pathP",
+ "name": 876,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 876,
+ "ctrlPoint1": {
+ "x": 1403,
+ "y": 3030,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1435,
+ "y": 3021,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1451,
+ "y": 3017,
+ "r": 5,
+ "type": "pathP",
+ "name": 876,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1508,
+ "y": 3224,
+ "r": 5,
+ "type": "pathP",
+ "name": 877,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 877,
+ "ctrlPoint1": {
+ "x": 1465,
+ "y": 3068,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1493,
+ "y": 3172,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1508,
+ "y": 3224,
+ "r": 5,
+ "type": "pathP",
+ "name": 877,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1445,
+ "y": 3243,
+ "r": 5,
+ "type": "pathP",
+ "name": 878,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 878,
+ "ctrlPoint1": {
+ "x": 1514,
+ "y": 3246,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1452,
+ "y": 3265,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1445,
+ "y": 3243,
+ "r": 5,
+ "type": "pathP",
+ "name": 878,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1439,
+ "y": 3223,
+ "r": 5,
+ "type": "pathP",
+ "name": 879,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 879,
+ "ctrlPoint1": {
+ "x": 1443,
+ "y": 3238,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1440,
+ "y": 3228,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1439,
+ "y": 3223,
+ "r": 5,
+ "type": "pathP",
+ "name": 879,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1333,
+ "y": 3252,
+ "r": 5,
+ "type": "pathP",
+ "name": 880,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 880,
+ "ctrlPoint1": {
+ "x": 1412,
+ "y": 3230,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1359,
+ "y": 3244,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1333,
+ "y": 3252,
+ "r": 5,
+ "type": "pathP",
+ "name": 880,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1339,
+ "y": 3275,
+ "r": 5,
+ "type": "pathP",
+ "name": 881,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 881,
+ "ctrlPoint1": {
+ "x": 1334,
+ "y": 3257,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1337,
+ "y": 3269,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1339,
+ "y": 3275,
+ "r": 5,
+ "type": "pathP",
+ "name": 881,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1285,
+ "y": 3287,
+ "r": 5,
+ "type": "pathP",
+ "name": 882,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 882,
+ "ctrlPoint1": {
+ "x": 1343,
+ "y": 3294,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1291,
+ "y": 3307,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1285,
+ "y": 3287,
+ "r": 5,
+ "type": "pathP",
+ "name": 882,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1259,
+ "y": 3193,
+ "r": 5,
+ "type": "pathP",
+ "name": 883,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 883,
+ "ctrlPoint1": {
+ "x": 1278,
+ "y": 3263,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1265,
+ "y": 3216,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1259,
+ "y": 3193,
+ "r": 5,
+ "type": "pathP",
+ "name": 883,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1241,
+ "y": 3197,
+ "r": 5,
+ "type": "pathP",
+ "name": 884,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 884,
+ "ctrlPoint1": {
+ "x": 1254,
+ "y": 3194,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1245,
+ "y": 3196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1241,
+ "y": 3197,
+ "r": 5,
+ "type": "pathP",
+ "name": 884,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 3128,
+ "r": 5,
+ "type": "pathP",
+ "name": 869,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 885,
+ "ctrlPoint1": {
+ "x": 1235,
+ "y": 3179,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1225,
+ "y": 3145,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": "20",
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1364,
+ "yaxis": 3152,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1658,
+ "y": 2764,
+ "r": 5,
+ "type": "pathP",
+ "name": 886,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1820,
+ "y": 2726,
+ "r": 5,
+ "type": "pathP",
+ "name": 887,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 887,
+ "ctrlPoint1": {
+ "x": 1698,
+ "y": 2754,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1779,
+ "y": 2735,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1820,
+ "y": 2726,
+ "r": 5,
+ "type": "pathP",
+ "name": 887,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1930,
+ "y": 2791,
+ "r": 5,
+ "type": "pathP",
+ "name": 888,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 888,
+ "ctrlPoint1": {
+ "x": 1847,
+ "y": 2742,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1902,
+ "y": 2774,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1930,
+ "y": 2791,
+ "r": 5,
+ "type": "pathP",
+ "name": 888,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1997,
+ "y": 3058,
+ "r": 5,
+ "type": "pathP",
+ "name": 889,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 889,
+ "ctrlPoint1": {
+ "x": 1946,
+ "y": 2857,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1980,
+ "y": 2991,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1997,
+ "y": 3058,
+ "r": 5,
+ "type": "pathP",
+ "name": 889,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1838,
+ "y": 3105,
+ "r": 5,
+ "type": "pathP",
+ "name": 890,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 890,
+ "ctrlPoint1": {
+ "x": 1957,
+ "y": 3069,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1877,
+ "y": 3093,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1838,
+ "y": 3105,
+ "r": 5,
+ "type": "pathP",
+ "name": 890,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1725,
+ "y": 3035,
+ "r": 5,
+ "type": "pathP",
+ "name": 891,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 891,
+ "ctrlPoint1": {
+ "x": 1809,
+ "y": 3087,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1753,
+ "y": 3052,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1725,
+ "y": 3035,
+ "r": 5,
+ "type": "pathP",
+ "name": 891,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1658,
+ "y": 2764,
+ "r": 5,
+ "type": "pathP",
+ "name": 886,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 892,
+ "ctrlPoint1": {
+ "x": 1708,
+ "y": 2967,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1674,
+ "y": 2831,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 946,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": "20",
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1827,
+ "yaxis": 2915,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "path": {
+ "nodes": [
+ {
+ "x": 508,
+ "y": 204,
+ "id": 0,
+ "list": [
+ {
+ "x": 476,
+ "y": 142,
+ "id": 1,
+ "cost": 69
+ },
+ {
+ "x": 556,
+ "y": 294,
+ "id": 2,
+ "cost": 102
+ },
+ {
+ "x": 442,
+ "y": 261,
+ "id": 186,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 476,
+ "y": 142,
+ "id": 1,
+ "list": [
+ {
+ "x": 508,
+ "y": 204,
+ "id": 0,
+ "cost": 69
+ },
+ {
+ "x": 409,
+ "y": 150,
+ "id": 104,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 556,
+ "y": 294,
+ "id": 2,
+ "list": [
+ {
+ "x": 508,
+ "y": 204,
+ "id": 0,
+ "cost": 102
+ },
+ {
+ "x": 585,
+ "y": 361,
+ "id": 3,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 585,
+ "y": 361,
+ "id": 3,
+ "list": [
+ {
+ "x": 556,
+ "y": 294,
+ "id": 2,
+ "cost": 73
+ },
+ {
+ "x": 586,
+ "y": 424,
+ "id": 4,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 586,
+ "y": 424,
+ "id": 4,
+ "list": [
+ {
+ "x": 585,
+ "y": 361,
+ "id": 3,
+ "cost": 63
+ },
+ {
+ "x": 554,
+ "y": 489,
+ "id": 5,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 554,
+ "y": 489,
+ "id": 5,
+ "list": [
+ {
+ "x": 586,
+ "y": 424,
+ "id": 4,
+ "cost": 72
+ },
+ {
+ "x": 510,
+ "y": 531,
+ "id": 6,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 510,
+ "y": 531,
+ "id": 6,
+ "list": [
+ {
+ "x": 554,
+ "y": 489,
+ "id": 5,
+ "cost": 60
+ },
+ {
+ "x": 460,
+ "y": 574,
+ "id": 7,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 460,
+ "y": 574,
+ "id": 7,
+ "list": [
+ {
+ "x": 510,
+ "y": 531,
+ "id": 6,
+ "cost": 65
+ },
+ {
+ "x": 413,
+ "y": 627,
+ "id": 8,
+ "cost": 70
+ },
+ {
+ "x": 516,
+ "y": 609,
+ "id": 105,
+ "cost": 66
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 413,
+ "y": 627,
+ "id": 8,
+ "list": [
+ {
+ "x": 460,
+ "y": 574,
+ "id": 7,
+ "cost": 70
+ },
+ {
+ "x": 378,
+ "y": 703,
+ "id": 9,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 378,
+ "y": 703,
+ "id": 9,
+ "list": [
+ {
+ "x": 413,
+ "y": 627,
+ "id": 8,
+ "cost": 83
+ },
+ {
+ "x": 359,
+ "y": 791,
+ "id": 10,
+ "cost": 90
+ },
+ {
+ "x": 426,
+ "y": 721,
+ "id": 106,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 359,
+ "y": 791,
+ "id": 10,
+ "list": [
+ {
+ "x": 378,
+ "y": 703,
+ "id": 9,
+ "cost": 90
+ },
+ {
+ "x": 363,
+ "y": 885,
+ "id": 11,
+ "cost": 94
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 363,
+ "y": 885,
+ "id": 11,
+ "list": [
+ {
+ "x": 359,
+ "y": 791,
+ "id": 10,
+ "cost": 94
+ },
+ {
+ "x": 380,
+ "y": 963,
+ "id": 12,
+ "cost": 79
+ },
+ {
+ "x": 417,
+ "y": 876,
+ "id": 107,
+ "cost": 54
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 380,
+ "y": 963,
+ "id": 12,
+ "list": [
+ {
+ "x": 363,
+ "y": 885,
+ "id": 11,
+ "cost": 79
+ },
+ {
+ "x": 396,
+ "y": 1019,
+ "id": 13,
+ "cost": 58
+ },
+ {
+ "x": 436,
+ "y": 949,
+ "id": 109,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 396,
+ "y": 1019,
+ "id": 13,
+ "list": [
+ {
+ "x": 380,
+ "y": 963,
+ "id": 12,
+ "cost": 58
+ },
+ {
+ "x": 310,
+ "y": 1045,
+ "id": 14,
+ "cost": 89
+ },
+ {
+ "x": 407,
+ "y": 1061,
+ "id": 31,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 310,
+ "y": 1045,
+ "id": 14,
+ "list": [
+ {
+ "x": 396,
+ "y": 1019,
+ "id": 13,
+ "cost": 89
+ },
+ {
+ "x": 214,
+ "y": 1080,
+ "id": 15,
+ "cost": 102
+ },
+ {
+ "x": 290,
+ "y": 987,
+ "id": 165,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 214,
+ "y": 1080,
+ "id": 15,
+ "list": [
+ {
+ "x": 310,
+ "y": 1045,
+ "id": 14,
+ "cost": 102
+ },
+ {
+ "x": 180,
+ "y": 969,
+ "id": 16,
+ "cost": 116
+ },
+ {
+ "x": 224,
+ "y": 1120,
+ "id": 18,
+ "cost": 41
+ },
+ {
+ "x": 111,
+ "y": 1116,
+ "id": 166,
+ "cost": 109
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 180,
+ "y": 969,
+ "id": 16,
+ "list": [
+ {
+ "x": 214,
+ "y": 1080,
+ "id": 15,
+ "cost": 116
+ },
+ {
+ "x": 146,
+ "y": 847,
+ "id": 17,
+ "cost": 126
+ },
+ {
+ "x": 137,
+ "y": 983,
+ "id": 111,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 146,
+ "y": 847,
+ "id": 17,
+ "list": [
+ {
+ "x": 180,
+ "y": 969,
+ "id": 16,
+ "cost": 126
+ },
+ {
+ "x": 126,
+ "y": 787,
+ "id": 110,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 224,
+ "y": 1120,
+ "id": 18,
+ "list": [
+ {
+ "x": 214,
+ "y": 1080,
+ "id": 15,
+ "cost": 41
+ },
+ {
+ "x": 254,
+ "y": 1144,
+ "id": 19,
+ "cost": 38
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 254,
+ "y": 1144,
+ "id": 19,
+ "list": [
+ {
+ "x": 224,
+ "y": 1120,
+ "id": 18,
+ "cost": 38
+ },
+ {
+ "x": 272,
+ "y": 1191,
+ "id": 20,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 272,
+ "y": 1191,
+ "id": 20,
+ "list": [
+ {
+ "x": 254,
+ "y": 1144,
+ "id": 19,
+ "cost": 50
+ },
+ {
+ "x": 281,
+ "y": 1241,
+ "id": 21,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 281,
+ "y": 1241,
+ "id": 21,
+ "list": [
+ {
+ "x": 272,
+ "y": 1191,
+ "id": 20,
+ "cost": 50
+ },
+ {
+ "x": 296,
+ "y": 1286,
+ "id": 22,
+ "cost": 47
+ },
+ {
+ "x": 234,
+ "y": 1256,
+ "id": 112,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 296,
+ "y": 1286,
+ "id": 22,
+ "list": [
+ {
+ "x": 281,
+ "y": 1241,
+ "id": 21,
+ "cost": 47
+ },
+ {
+ "x": 332,
+ "y": 1325,
+ "id": 23,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 332,
+ "y": 1325,
+ "id": 23,
+ "list": [
+ {
+ "x": 296,
+ "y": 1286,
+ "id": 22,
+ "cost": 53
+ },
+ {
+ "x": 373,
+ "y": 1341,
+ "id": 24,
+ "cost": 44
+ },
+ {
+ "x": 299,
+ "y": 1353,
+ "id": 116,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 373,
+ "y": 1341,
+ "id": 24,
+ "list": [
+ {
+ "x": 332,
+ "y": 1325,
+ "id": 23,
+ "cost": 44
+ },
+ {
+ "x": 388,
+ "y": 1403.3863636363635,
+ "id": 248,
+ "cost": 64
+ },
+ {
+ "x": 449,
+ "y": 1311,
+ "id": 26,
+ "cost": 81
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 25,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 449,
+ "y": 1311,
+ "id": 26,
+ "list": [
+ {
+ "x": 373,
+ "y": 1341,
+ "id": 24,
+ "cost": 81
+ },
+ {
+ "x": 461,
+ "y": 1261,
+ "id": 27,
+ "cost": 51
+ },
+ {
+ "x": 501,
+ "y": 1296,
+ "id": 117,
+ "cost": 54
+ },
+ {
+ "x": 471,
+ "y": 1365.271028037383,
+ "id": 247,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 461,
+ "y": 1261,
+ "id": 27,
+ "list": [
+ {
+ "x": 449,
+ "y": 1311,
+ "id": 26,
+ "cost": 51
+ },
+ {
+ "x": 457,
+ "y": 1214,
+ "id": 28,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 457,
+ "y": 1214,
+ "id": 28,
+ "list": [
+ {
+ "x": 461,
+ "y": 1261,
+ "id": 27,
+ "cost": 47
+ },
+ {
+ "x": 433,
+ "y": 1154,
+ "id": 29,
+ "cost": 64
+ },
+ {
+ "x": 504,
+ "y": 1197,
+ "id": 114,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 433,
+ "y": 1154,
+ "id": 29,
+ "list": [
+ {
+ "x": 457,
+ "y": 1214,
+ "id": 28,
+ "cost": 64
+ },
+ {
+ "x": 408,
+ "y": 1106,
+ "id": 30,
+ "cost": 54
+ },
+ {
+ "x": 484,
+ "y": 1137,
+ "id": 113,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 408,
+ "y": 1106,
+ "id": 30,
+ "list": [
+ {
+ "x": 433,
+ "y": 1154,
+ "id": 29,
+ "cost": 54
+ },
+ {
+ "x": 407,
+ "y": 1061,
+ "id": 31,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 407,
+ "y": 1061,
+ "id": 31,
+ "list": [
+ {
+ "x": 396,
+ "y": 1019,
+ "id": 13,
+ "cost": 43
+ },
+ {
+ "x": 408,
+ "y": 1106,
+ "id": 30,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 32,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 33,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 34,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 35,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 36,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 37,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 38,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 39,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 40,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 489,
+ "y": 1601,
+ "id": 41,
+ "list": [
+ {
+ "x": 466,
+ "y": 1640,
+ "id": 124,
+ "cost": 45
+ },
+ {
+ "x": 444,
+ "y": 1569,
+ "id": 215,
+ "cost": 55
+ },
+ {
+ "x": 580.6829268292682,
+ "y": 1620,
+ "id": 217,
+ "cost": 93
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 42,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 43,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 44,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 45,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 46,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 47,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 48,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 49,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 50,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 51,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 658,
+ "y": 1611,
+ "id": 52,
+ "list": [
+ {
+ "x": 600,
+ "y": 1584,
+ "id": 187,
+ "cost": 63
+ },
+ {
+ "x": 736,
+ "y": 1575,
+ "id": 128,
+ "cost": 85
+ },
+ {
+ "x": 674,
+ "y": 1682,
+ "id": 129,
+ "cost": 72
+ },
+ {
+ "x": 580.6829268292682,
+ "y": 1620,
+ "id": 217,
+ "cost": 77
+ },
+ {
+ "x": 619.9655172413791,
+ "y": 1547,
+ "id": 218,
+ "cost": 74
+ },
+ {
+ "x": 634,
+ "y": 1662,
+ "id": 249,
+ "cost": 56
+ },
+ {
+ "x": 704,
+ "y": 1629.6756756756756,
+ "id": 250,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 53,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 54,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 743,
+ "y": 1650,
+ "id": 55,
+ "list": [
+ {
+ "x": 783,
+ "y": 1679,
+ "id": 56,
+ "cost": 49
+ },
+ {
+ "x": 704,
+ "y": 1629.6756756756756,
+ "id": 250,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 783,
+ "y": 1679,
+ "id": 56,
+ "list": [
+ {
+ "x": 743,
+ "y": 1650,
+ "id": 55,
+ "cost": 49
+ },
+ {
+ "x": 825,
+ "y": 1714,
+ "id": 57,
+ "cost": 54
+ },
+ {
+ "x": 829,
+ "y": 1621,
+ "id": 130,
+ "cost": 74
+ },
+ {
+ "x": 737,
+ "y": 1735,
+ "id": 131,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 825,
+ "y": 1714,
+ "id": 57,
+ "list": [
+ {
+ "x": 783,
+ "y": 1679,
+ "id": 56,
+ "cost": 54
+ },
+ {
+ "x": 872,
+ "y": 1750,
+ "id": 58,
+ "cost": 59
+ },
+ {
+ "x": 874,
+ "y": 1651,
+ "id": 132,
+ "cost": 79
+ },
+ {
+ "x": 773,
+ "y": 1784,
+ "id": 133,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 872,
+ "y": 1750,
+ "id": 58,
+ "list": [
+ {
+ "x": 825,
+ "y": 1714,
+ "id": 57,
+ "cost": 59
+ },
+ {
+ "x": 917,
+ "y": 1790,
+ "id": 59,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 917,
+ "y": 1790,
+ "id": 59,
+ "list": [
+ {
+ "x": 872,
+ "y": 1750,
+ "id": 58,
+ "cost": 60
+ },
+ {
+ "x": 960,
+ "y": 1838,
+ "id": 60,
+ "cost": 64
+ },
+ {
+ "x": 963,
+ "y": 1750,
+ "id": 134,
+ "cost": 60
+ },
+ {
+ "x": 866,
+ "y": 1847,
+ "id": 135,
+ "cost": 76
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 960,
+ "y": 1838,
+ "id": 60,
+ "list": [
+ {
+ "x": 917,
+ "y": 1790,
+ "id": 59,
+ "cost": 64
+ },
+ {
+ "x": 1000,
+ "y": 1896,
+ "id": 61,
+ "cost": 70
+ },
+ {
+ "x": 1016,
+ "y": 1790,
+ "id": 136,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1000,
+ "y": 1896,
+ "id": 61,
+ "list": [
+ {
+ "x": 960,
+ "y": 1838,
+ "id": 60,
+ "cost": 70
+ },
+ {
+ "x": 1066,
+ "y": 1862,
+ "id": 137,
+ "cost": 74
+ },
+ {
+ "x": 949,
+ "y": 1936,
+ "id": 138,
+ "cost": 64
+ },
+ {
+ "x": 993,
+ "y": 1964,
+ "id": 223,
+ "cost": 68
+ },
+ {
+ "x": 1062,
+ "y": 1937,
+ "id": 233,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 62,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 63,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 64,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 65,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 66,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 67,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 68,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 69,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 70,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 71,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 72,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 73,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 74,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 75,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 76,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 77,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 78,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 79,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 80,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 81,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 82,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 83,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1173,
+ "y": 2551,
+ "id": 84,
+ "list": [
+ {
+ "x": 1168,
+ "y": 2604,
+ "id": 85,
+ "cost": 53
+ },
+ {
+ "x": 1246,
+ "y": 2556,
+ "id": 156,
+ "cost": 73
+ },
+ {
+ "x": 1174.9604105571848,
+ "y": 2513,
+ "id": 212,
+ "cost": 38
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1168,
+ "y": 2604,
+ "id": 85,
+ "list": [
+ {
+ "x": 1173,
+ "y": 2551,
+ "id": 84,
+ "cost": 53
+ },
+ {
+ "x": 1164,
+ "y": 2652,
+ "id": 86,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1164,
+ "y": 2652,
+ "id": 86,
+ "list": [
+ {
+ "x": 1168,
+ "y": 2604,
+ "id": 85,
+ "cost": 48
+ },
+ {
+ "x": 1161,
+ "y": 2686,
+ "id": 88,
+ "cost": 34
+ },
+ {
+ "x": 1081,
+ "y": 2640,
+ "id": 157,
+ "cost": 83
+ },
+ {
+ "x": 1231,
+ "y": 2662,
+ "id": 158,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 87,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1161,
+ "y": 2686,
+ "id": 88,
+ "list": [
+ {
+ "x": 1164,
+ "y": 2652,
+ "id": 86,
+ "cost": 34
+ },
+ {
+ "x": 1203,
+ "y": 2708,
+ "id": 89,
+ "cost": 47
+ },
+ {
+ "x": 1114,
+ "y": 2702,
+ "id": 99,
+ "cost": 49
+ },
+ {
+ "x": 1166,
+ "y": 2749,
+ "id": 243,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1203,
+ "y": 2708,
+ "id": 89,
+ "list": [
+ {
+ "x": 1161,
+ "y": 2686,
+ "id": 88,
+ "cost": 47
+ },
+ {
+ "x": 1234,
+ "y": 2742,
+ "id": 90,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1234,
+ "y": 2742,
+ "id": 90,
+ "list": [
+ {
+ "x": 1203,
+ "y": 2708,
+ "id": 89,
+ "cost": 46
+ },
+ {
+ "x": 1254,
+ "y": 2784,
+ "id": 91,
+ "cost": 46
+ },
+ {
+ "x": 1259,
+ "y": 2709,
+ "id": 164,
+ "cost": 41
+ },
+ {
+ "x": 1166,
+ "y": 2749,
+ "id": 243,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1254,
+ "y": 2784,
+ "id": 91,
+ "list": [
+ {
+ "x": 1234,
+ "y": 2742,
+ "id": 90,
+ "cost": 46
+ },
+ {
+ "x": 1255,
+ "y": 2829,
+ "id": 92,
+ "cost": 45
+ },
+ {
+ "x": 1290,
+ "y": 2764,
+ "id": 163,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1255,
+ "y": 2829,
+ "id": 92,
+ "list": [
+ {
+ "x": 1254,
+ "y": 2784,
+ "id": 91,
+ "cost": 45
+ },
+ {
+ "x": 1230,
+ "y": 2864,
+ "id": 93,
+ "cost": 43
+ },
+ {
+ "x": 1291,
+ "y": 2847,
+ "id": 162,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1230,
+ "y": 2864,
+ "id": 93,
+ "list": [
+ {
+ "x": 1255,
+ "y": 2829,
+ "id": 92,
+ "cost": 43
+ },
+ {
+ "x": 1189,
+ "y": 2881,
+ "id": 94,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1189,
+ "y": 2881,
+ "id": 94,
+ "list": [
+ {
+ "x": 1230,
+ "y": 2864,
+ "id": 93,
+ "cost": 44
+ },
+ {
+ "x": 1140,
+ "y": 2873,
+ "id": 95,
+ "cost": 49
+ },
+ {
+ "x": 1191,
+ "y": 2953,
+ "id": 161,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1140,
+ "y": 2873,
+ "id": 95,
+ "list": [
+ {
+ "x": 1189,
+ "y": 2881,
+ "id": 94,
+ "cost": 49
+ },
+ {
+ "x": 1106,
+ "y": 2841,
+ "id": 96,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1106,
+ "y": 2841,
+ "id": 96,
+ "list": [
+ {
+ "x": 1140,
+ "y": 2873,
+ "id": 95,
+ "cost": 46
+ },
+ {
+ "x": 1085,
+ "y": 2794,
+ "id": 97,
+ "cost": 51
+ },
+ {
+ "x": 1034,
+ "y": 2864,
+ "id": 176,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1085,
+ "y": 2794,
+ "id": 97,
+ "list": [
+ {
+ "x": 1106,
+ "y": 2841,
+ "id": 96,
+ "cost": 51
+ },
+ {
+ "x": 1089,
+ "y": 2744,
+ "id": 98,
+ "cost": 50
+ },
+ {
+ "x": 1047,
+ "y": 2809,
+ "id": 160,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1089,
+ "y": 2744,
+ "id": 98,
+ "list": [
+ {
+ "x": 1085,
+ "y": 2794,
+ "id": 97,
+ "cost": 50
+ },
+ {
+ "x": 1114,
+ "y": 2702,
+ "id": 99,
+ "cost": 48
+ },
+ {
+ "x": 1049,
+ "y": 2720,
+ "id": 159,
+ "cost": 46
+ },
+ {
+ "x": 1166,
+ "y": 2749,
+ "id": 243,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1114,
+ "y": 2702,
+ "id": 99,
+ "list": [
+ {
+ "x": 1161,
+ "y": 2686,
+ "id": 88,
+ "cost": 49
+ },
+ {
+ "x": 1089,
+ "y": 2744,
+ "id": 98,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 100,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 101,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 102,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 103,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 409,
+ "y": 150,
+ "id": 104,
+ "list": [
+ {
+ "x": 476,
+ "y": 142,
+ "id": 1,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 516,
+ "y": 609,
+ "id": 105,
+ "list": [
+ {
+ "x": 460,
+ "y": 574,
+ "id": 7,
+ "cost": 66
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 426,
+ "y": 721,
+ "id": 106,
+ "list": [
+ {
+ "x": 378,
+ "y": 703,
+ "id": 9,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 417,
+ "y": 876,
+ "id": 107,
+ "list": [
+ {
+ "x": 363,
+ "y": 885,
+ "id": 11,
+ "cost": 54
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 108,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 436,
+ "y": 949,
+ "id": 109,
+ "list": [
+ {
+ "x": 380,
+ "y": 963,
+ "id": 12,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 126,
+ "y": 787,
+ "id": 110,
+ "list": [
+ {
+ "x": 146,
+ "y": 847,
+ "id": 17,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 137,
+ "y": 983,
+ "id": 111,
+ "list": [
+ {
+ "x": 180,
+ "y": 969,
+ "id": 16,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 234,
+ "y": 1256,
+ "id": 112,
+ "list": [
+ {
+ "x": 281,
+ "y": 1241,
+ "id": 21,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 484,
+ "y": 1137,
+ "id": 113,
+ "list": [
+ {
+ "x": 433,
+ "y": 1154,
+ "id": 29,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 504,
+ "y": 1197,
+ "id": 114,
+ "list": [
+ {
+ "x": 457,
+ "y": 1214,
+ "id": 28,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 115,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 299,
+ "y": 1353,
+ "id": 116,
+ "list": [
+ {
+ "x": 332,
+ "y": 1325,
+ "id": 23,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 501,
+ "y": 1296,
+ "id": 117,
+ "list": [
+ {
+ "x": 449,
+ "y": 1311,
+ "id": 26,
+ "cost": 54
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 532,
+ "y": 1349,
+ "id": 118,
+ "list": [
+ {
+ "x": 471,
+ "y": 1365.271028037383,
+ "id": 247,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 546,
+ "y": 1407,
+ "id": 119,
+ "list": [
+ {
+ "x": 493,
+ "y": 1410,
+ "id": 220,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 340,
+ "y": 1427,
+ "id": 120,
+ "list": [
+ {
+ "x": 388,
+ "y": 1403.3863636363635,
+ "id": 248,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 121,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 373,
+ "y": 1569,
+ "id": 122,
+ "list": [
+ {
+ "x": 414,
+ "y": 1536,
+ "id": 214,
+ "cost": 52
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 656,
+ "y": 1497,
+ "id": 123,
+ "list": [
+ {
+ "x": 619.9655172413791,
+ "y": 1547,
+ "id": 218,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 466,
+ "y": 1640,
+ "id": 124,
+ "list": [
+ {
+ "x": 489,
+ "y": 1601,
+ "id": 41,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 125,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 414,
+ "y": 1611,
+ "id": 126,
+ "list": [
+ {
+ "x": 444,
+ "y": 1569,
+ "id": 215,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 556,
+ "y": 1666,
+ "id": 127,
+ "list": [
+ {
+ "x": 580.6829268292682,
+ "y": 1620,
+ "id": 217,
+ "cost": 52
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 736,
+ "y": 1575,
+ "id": 128,
+ "list": [
+ {
+ "x": 658,
+ "y": 1611,
+ "id": 52,
+ "cost": 85
+ },
+ {
+ "x": 704,
+ "y": 1629.6756756756756,
+ "id": 250,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 674,
+ "y": 1682,
+ "id": 129,
+ "list": [
+ {
+ "x": 658,
+ "y": 1611,
+ "id": 52,
+ "cost": 72
+ },
+ {
+ "x": 704,
+ "y": 1629.6756756756756,
+ "id": 250,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 829,
+ "y": 1621,
+ "id": 130,
+ "list": [
+ {
+ "x": 783,
+ "y": 1679,
+ "id": 56,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 737,
+ "y": 1735,
+ "id": 131,
+ "list": [
+ {
+ "x": 783,
+ "y": 1679,
+ "id": 56,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 874,
+ "y": 1651,
+ "id": 132,
+ "list": [
+ {
+ "x": 825,
+ "y": 1714,
+ "id": 57,
+ "cost": 79
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 773,
+ "y": 1784,
+ "id": 133,
+ "list": [
+ {
+ "x": 825,
+ "y": 1714,
+ "id": 57,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 963,
+ "y": 1750,
+ "id": 134,
+ "list": [
+ {
+ "x": 917,
+ "y": 1790,
+ "id": 59,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 866,
+ "y": 1847,
+ "id": 135,
+ "list": [
+ {
+ "x": 917,
+ "y": 1790,
+ "id": 59,
+ "cost": 76
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1016,
+ "y": 1790,
+ "id": 136,
+ "list": [
+ {
+ "x": 960,
+ "y": 1838,
+ "id": 60,
+ "cost": 73
+ },
+ {
+ "x": 1117,
+ "y": 1713,
+ "id": 188,
+ "cost": 127
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1066,
+ "y": 1862,
+ "id": 137,
+ "list": [
+ {
+ "x": 1000,
+ "y": 1896,
+ "id": 61,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 949,
+ "y": 1936,
+ "id": 138,
+ "list": [
+ {
+ "x": 1000,
+ "y": 1896,
+ "id": 61,
+ "cost": 64
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1130,
+ "y": 1961,
+ "id": 139,
+ "list": [
+ {
+ "x": 1087,
+ "y": 1981,
+ "id": 234,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 936,
+ "y": 2177,
+ "id": 140,
+ "list": [
+ {
+ "x": 995,
+ "y": 2165,
+ "id": 226,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 951,
+ "y": 2240,
+ "id": 141,
+ "list": [
+ {
+ "x": 1012,
+ "y": 2226,
+ "id": 227,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1186,
+ "y": 2066,
+ "id": 142,
+ "list": [
+ {
+ "x": 1135,
+ "y": 2082,
+ "id": 235,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1206,
+ "y": 2116,
+ "id": 143,
+ "list": [
+ {
+ "x": 1152,
+ "y": 2128.4736842105267,
+ "id": 236,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1221,
+ "y": 2166,
+ "id": 144,
+ "list": [
+ {
+ "x": 1167,
+ "y": 2183,
+ "id": 237,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 145,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1239,
+ "y": 2228,
+ "id": 146,
+ "list": [
+ {
+ "x": 1185,
+ "y": 2256,
+ "id": 239,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 980,
+ "y": 2311,
+ "id": 147,
+ "list": [
+ {
+ "x": 1034,
+ "y": 2296.567164179104,
+ "id": 229,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1010,
+ "y": 2372,
+ "id": 148,
+ "list": [
+ {
+ "x": 1061,
+ "y": 2360,
+ "id": 230,
+ "cost": 52
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1044,
+ "y": 2434,
+ "id": 149,
+ "list": [
+ {
+ "x": 1087,
+ "y": 2413,
+ "id": 231,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1245,
+ "y": 2361,
+ "id": 150,
+ "list": [
+ {
+ "x": 1201,
+ "y": 2365,
+ "id": 240,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1253,
+ "y": 2425,
+ "id": 151,
+ "list": [
+ {
+ "x": 1202,
+ "y": 2429,
+ "id": 242,
+ "cost": 51
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 152,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1075,
+ "y": 2496,
+ "id": 153,
+ "list": [
+ {
+ "x": 1117,
+ "y": 2471,
+ "id": 232,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 154,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1257,
+ "y": 2495,
+ "id": 155,
+ "list": [
+ {
+ "x": 1174.9604105571848,
+ "y": 2513,
+ "id": 212,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1246,
+ "y": 2556,
+ "id": 156,
+ "list": [
+ {
+ "x": 1173,
+ "y": 2551,
+ "id": 84,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1081,
+ "y": 2640,
+ "id": 157,
+ "list": [
+ {
+ "x": 1164,
+ "y": 2652,
+ "id": 86,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1231,
+ "y": 2662,
+ "id": 158,
+ "list": [
+ {
+ "x": 1164,
+ "y": 2652,
+ "id": 86,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1049,
+ "y": 2720,
+ "id": 159,
+ "list": [
+ {
+ "x": 1089,
+ "y": 2744,
+ "id": 98,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1047,
+ "y": 2809,
+ "id": 160,
+ "list": [
+ {
+ "x": 1085,
+ "y": 2794,
+ "id": 97,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1191,
+ "y": 2953,
+ "id": 161,
+ "list": [
+ {
+ "x": 1189,
+ "y": 2881,
+ "id": 94,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1291,
+ "y": 2847,
+ "id": 162,
+ "list": [
+ {
+ "x": 1255,
+ "y": 2829,
+ "id": 92,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1290,
+ "y": 2764,
+ "id": 163,
+ "list": [
+ {
+ "x": 1254,
+ "y": 2784,
+ "id": 91,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1259,
+ "y": 2709,
+ "id": 164,
+ "list": [
+ {
+ "x": 1234,
+ "y": 2742,
+ "id": 90,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 290,
+ "y": 987,
+ "id": 165,
+ "list": [
+ {
+ "x": 310,
+ "y": 1045,
+ "id": 14,
+ "cost": 61
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 111,
+ "y": 1116,
+ "id": 166,
+ "list": [
+ {
+ "x": 214,
+ "y": 1080,
+ "id": 15,
+ "cost": 109
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 608,
+ "y": 1711,
+ "id": 167,
+ "list": [
+ {
+ "x": 569,
+ "y": 1757,
+ "id": 168,
+ "cost": 60
+ },
+ {
+ "x": 634,
+ "y": 1662,
+ "id": 249,
+ "cost": 55
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 569,
+ "y": 1757,
+ "id": 168,
+ "list": [
+ {
+ "x": 608,
+ "y": 1711,
+ "id": 167,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 947,
+ "y": 2029,
+ "id": 169,
+ "list": [
+ {
+ "x": 916,
+ "y": 2064,
+ "id": 170,
+ "cost": 46
+ },
+ {
+ "x": 993,
+ "y": 2016,
+ "id": 224,
+ "cost": 47
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 916,
+ "y": 2064,
+ "id": 170,
+ "list": [
+ {
+ "x": 947,
+ "y": 2029,
+ "id": 169,
+ "cost": 46
+ },
+ {
+ "x": 889,
+ "y": 2099,
+ "id": 171,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 889,
+ "y": 2099,
+ "id": 171,
+ "list": [
+ {
+ "x": 916,
+ "y": 2064,
+ "id": 170,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 172,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1074,
+ "y": 2148,
+ "id": 173,
+ "list": [
+ {
+ "x": 1094,
+ "y": 2200,
+ "id": 228,
+ "cost": 55
+ },
+ {
+ "x": 1152,
+ "y": 2128.4736842105267,
+ "id": 236,
+ "cost": 80
+ },
+ {
+ "x": 995,
+ "y": 2165,
+ "id": 226,
+ "cost": 80
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1114,
+ "y": 2275,
+ "id": 174,
+ "list": [
+ {
+ "x": 1094,
+ "y": 2200,
+ "id": 228,
+ "cost": 77
+ },
+ {
+ "x": 1034,
+ "y": 2296.567164179104,
+ "id": 229,
+ "cost": 82
+ },
+ {
+ "x": 1185,
+ "y": 2256,
+ "id": 239,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 175,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1034,
+ "y": 2864,
+ "id": 176,
+ "list": [
+ {
+ "x": 1106,
+ "y": 2841,
+ "id": 96,
+ "cost": 75
+ },
+ {
+ "x": 939,
+ "y": 2829,
+ "id": 177,
+ "cost": 101
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 939,
+ "y": 2829,
+ "id": 177,
+ "list": [
+ {
+ "x": 1034,
+ "y": 2864,
+ "id": 176,
+ "cost": 101
+ },
+ {
+ "x": 892,
+ "y": 2811,
+ "id": 178,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 892,
+ "y": 2811,
+ "id": 178,
+ "list": [
+ {
+ "x": 939,
+ "y": 2829,
+ "id": 177,
+ "cost": 50
+ },
+ {
+ "x": 847,
+ "y": 2793,
+ "id": 179,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 847,
+ "y": 2793,
+ "id": 179,
+ "list": [
+ {
+ "x": 892,
+ "y": 2811,
+ "id": 178,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 180,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 807,
+ "y": 3133,
+ "id": 181,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 182,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1118,
+ "y": 3183,
+ "id": 183,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 321,
+ "y": 1487,
+ "id": 184,
+ "list": [
+ {
+ "x": 279,
+ "y": 1502,
+ "id": 185,
+ "cost": 44
+ },
+ {
+ "x": 389,
+ "y": 1460,
+ "id": 213,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 279,
+ "y": 1502,
+ "id": 185,
+ "list": [
+ {
+ "x": 321,
+ "y": 1487,
+ "id": 184,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 442,
+ "y": 261,
+ "id": 186,
+ "list": [
+ {
+ "x": 508,
+ "y": 204,
+ "id": 0,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 600,
+ "y": 1584,
+ "id": 187,
+ "list": [
+ {
+ "x": 658,
+ "y": 1611,
+ "id": 52,
+ "cost": 63
+ },
+ {
+ "x": 580.6829268292682,
+ "y": 1620,
+ "id": 217,
+ "cost": 40
+ },
+ {
+ "x": 619.9655172413791,
+ "y": 1547,
+ "id": 218,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1117,
+ "y": 1713,
+ "id": 188,
+ "list": [
+ {
+ "x": 1016,
+ "y": 1790,
+ "id": 136,
+ "cost": 127
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 189,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 190,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 191,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 192,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 193,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 194,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 195,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 196,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 197,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 198,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 199,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 200,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 201,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 202,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 203,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 204,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 205,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 206,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 207,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 208,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 209,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 210,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 211,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1174.9604105571848,
+ "y": 2513,
+ "id": 212,
+ "list": [
+ {
+ "x": 1173,
+ "y": 2551,
+ "id": 84,
+ "cost": 38
+ },
+ {
+ "x": 1257,
+ "y": 2495,
+ "id": 155,
+ "cost": 83
+ },
+ {
+ "x": 1202,
+ "y": 2429,
+ "id": 242,
+ "cost": 88
+ },
+ {
+ "x": 1117,
+ "y": 2471,
+ "id": 232,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 389,
+ "y": 1460,
+ "id": 213,
+ "list": [
+ {
+ "x": 321,
+ "y": 1487,
+ "id": 184,
+ "cost": 73
+ },
+ {
+ "x": 414,
+ "y": 1536,
+ "id": 214,
+ "cost": 80
+ },
+ {
+ "x": 388,
+ "y": 1403.3863636363635,
+ "id": 248,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 414,
+ "y": 1536,
+ "id": 214,
+ "list": [
+ {
+ "x": 373,
+ "y": 1569,
+ "id": 122,
+ "cost": 52
+ },
+ {
+ "x": 389,
+ "y": 1460,
+ "id": 213,
+ "cost": 80
+ },
+ {
+ "x": 444,
+ "y": 1569,
+ "id": 215,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 444,
+ "y": 1569,
+ "id": 215,
+ "list": [
+ {
+ "x": 489,
+ "y": 1601,
+ "id": 41,
+ "cost": 55
+ },
+ {
+ "x": 414,
+ "y": 1611,
+ "id": 126,
+ "cost": 51
+ },
+ {
+ "x": 414,
+ "y": 1536,
+ "id": 214,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 216,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 580.6829268292682,
+ "y": 1620,
+ "id": 217,
+ "list": [
+ {
+ "x": 489,
+ "y": 1601,
+ "id": 41,
+ "cost": 93
+ },
+ {
+ "x": 658,
+ "y": 1611,
+ "id": 52,
+ "cost": 77
+ },
+ {
+ "x": 556,
+ "y": 1666,
+ "id": 127,
+ "cost": 52
+ },
+ {
+ "x": 600,
+ "y": 1584,
+ "id": 187,
+ "cost": 40
+ },
+ {
+ "x": 634,
+ "y": 1662,
+ "id": 249,
+ "cost": 67
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 619.9655172413791,
+ "y": 1547,
+ "id": 218,
+ "list": [
+ {
+ "x": 658,
+ "y": 1611,
+ "id": 52,
+ "cost": 74
+ },
+ {
+ "x": 656,
+ "y": 1497,
+ "id": 123,
+ "cost": 61
+ },
+ {
+ "x": 600,
+ "y": 1584,
+ "id": 187,
+ "cost": 42
+ },
+ {
+ "x": 567,
+ "y": 1492,
+ "id": 219,
+ "cost": 76
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 567,
+ "y": 1492,
+ "id": 219,
+ "list": [
+ {
+ "x": 619.9655172413791,
+ "y": 1547,
+ "id": 218,
+ "cost": 76
+ },
+ {
+ "x": 493,
+ "y": 1410,
+ "id": 220,
+ "cost": 110
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 493,
+ "y": 1410,
+ "id": 220,
+ "list": [
+ {
+ "x": 546,
+ "y": 1407,
+ "id": 119,
+ "cost": 53
+ },
+ {
+ "x": 567,
+ "y": 1492,
+ "id": 219,
+ "cost": 110
+ },
+ {
+ "x": 471,
+ "y": 1365.271028037383,
+ "id": 247,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 221,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 222,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 993,
+ "y": 1964,
+ "id": 223,
+ "list": [
+ {
+ "x": 1000,
+ "y": 1896,
+ "id": 61,
+ "cost": 68
+ },
+ {
+ "x": 993,
+ "y": 2016,
+ "id": 224,
+ "cost": 52
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 993,
+ "y": 2016,
+ "id": 224,
+ "list": [
+ {
+ "x": 947,
+ "y": 2029,
+ "id": 169,
+ "cost": 47
+ },
+ {
+ "x": 993,
+ "y": 1964,
+ "id": 223,
+ "cost": 52
+ },
+ {
+ "x": 989,
+ "y": 2074,
+ "id": 225,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 989,
+ "y": 2074,
+ "id": 225,
+ "list": [
+ {
+ "x": 993,
+ "y": 2016,
+ "id": 224,
+ "cost": 58
+ },
+ {
+ "x": 995,
+ "y": 2165,
+ "id": 226,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 995,
+ "y": 2165,
+ "id": 226,
+ "list": [
+ {
+ "x": 936,
+ "y": 2177,
+ "id": 140,
+ "cost": 60
+ },
+ {
+ "x": 1074,
+ "y": 2148,
+ "id": 173,
+ "cost": 80
+ },
+ {
+ "x": 989,
+ "y": 2074,
+ "id": 225,
+ "cost": 91
+ },
+ {
+ "x": 1012,
+ "y": 2226,
+ "id": 227,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1012,
+ "y": 2226,
+ "id": 227,
+ "list": [
+ {
+ "x": 951,
+ "y": 2240,
+ "id": 141,
+ "cost": 62
+ },
+ {
+ "x": 995,
+ "y": 2165,
+ "id": 226,
+ "cost": 63
+ },
+ {
+ "x": 1094,
+ "y": 2200,
+ "id": 228,
+ "cost": 86
+ },
+ {
+ "x": 1034,
+ "y": 2296.567164179104,
+ "id": 229,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1094,
+ "y": 2200,
+ "id": 228,
+ "list": [
+ {
+ "x": 1074,
+ "y": 2148,
+ "id": 173,
+ "cost": 55
+ },
+ {
+ "x": 1114,
+ "y": 2275,
+ "id": 174,
+ "cost": 77
+ },
+ {
+ "x": 1012,
+ "y": 2226,
+ "id": 227,
+ "cost": 86
+ },
+ {
+ "x": 1167,
+ "y": 2183,
+ "id": 237,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1034,
+ "y": 2296.567164179104,
+ "id": 229,
+ "list": [
+ {
+ "x": 980,
+ "y": 2311,
+ "id": 147,
+ "cost": 55
+ },
+ {
+ "x": 1114,
+ "y": 2275,
+ "id": 174,
+ "cost": 82
+ },
+ {
+ "x": 1012,
+ "y": 2226,
+ "id": 227,
+ "cost": 73
+ },
+ {
+ "x": 1061,
+ "y": 2360,
+ "id": 230,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1061,
+ "y": 2360,
+ "id": 230,
+ "list": [
+ {
+ "x": 1010,
+ "y": 2372,
+ "id": 148,
+ "cost": 52
+ },
+ {
+ "x": 1034,
+ "y": 2296.567164179104,
+ "id": 229,
+ "cost": 68
+ },
+ {
+ "x": 1087,
+ "y": 2413,
+ "id": 231,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1087,
+ "y": 2413,
+ "id": 231,
+ "list": [
+ {
+ "x": 1044,
+ "y": 2434,
+ "id": 149,
+ "cost": 47
+ },
+ {
+ "x": 1061,
+ "y": 2360,
+ "id": 230,
+ "cost": 59
+ },
+ {
+ "x": 1117,
+ "y": 2471,
+ "id": 232,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1117,
+ "y": 2471,
+ "id": 232,
+ "list": [
+ {
+ "x": 1075,
+ "y": 2496,
+ "id": 153,
+ "cost": 48
+ },
+ {
+ "x": 1174.9604105571848,
+ "y": 2513,
+ "id": 212,
+ "cost": 71
+ },
+ {
+ "x": 1087,
+ "y": 2413,
+ "id": 231,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1062,
+ "y": 1937,
+ "id": 233,
+ "list": [
+ {
+ "x": 1000,
+ "y": 1896,
+ "id": 61,
+ "cost": 74
+ },
+ {
+ "x": 1087,
+ "y": 1981,
+ "id": 234,
+ "cost": 50
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1087,
+ "y": 1981,
+ "id": 234,
+ "list": [
+ {
+ "x": 1130,
+ "y": 1961,
+ "id": 139,
+ "cost": 47
+ },
+ {
+ "x": 1062,
+ "y": 1937,
+ "id": 233,
+ "cost": 50
+ },
+ {
+ "x": 1135,
+ "y": 2082,
+ "id": 235,
+ "cost": 111
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1135,
+ "y": 2082,
+ "id": 235,
+ "list": [
+ {
+ "x": 1186,
+ "y": 2066,
+ "id": 142,
+ "cost": 53
+ },
+ {
+ "x": 1087,
+ "y": 1981,
+ "id": 234,
+ "cost": 111
+ },
+ {
+ "x": 1152,
+ "y": 2128.4736842105267,
+ "id": 236,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1152,
+ "y": 2128.4736842105267,
+ "id": 236,
+ "list": [
+ {
+ "x": 1206,
+ "y": 2116,
+ "id": 143,
+ "cost": 55
+ },
+ {
+ "x": 1074,
+ "y": 2148,
+ "id": 173,
+ "cost": 80
+ },
+ {
+ "x": 1135,
+ "y": 2082,
+ "id": 235,
+ "cost": 49
+ },
+ {
+ "x": 1167,
+ "y": 2183,
+ "id": 237,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1167,
+ "y": 2183,
+ "id": 237,
+ "list": [
+ {
+ "x": 1221,
+ "y": 2166,
+ "id": 144,
+ "cost": 56
+ },
+ {
+ "x": 1094,
+ "y": 2200,
+ "id": 228,
+ "cost": 74
+ },
+ {
+ "x": 1152,
+ "y": 2128.4736842105267,
+ "id": 236,
+ "cost": 56
+ },
+ {
+ "x": 1185,
+ "y": 2256,
+ "id": 239,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 238,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1185,
+ "y": 2256,
+ "id": 239,
+ "list": [
+ {
+ "x": 1239,
+ "y": 2228,
+ "id": 146,
+ "cost": 60
+ },
+ {
+ "x": 1114,
+ "y": 2275,
+ "id": 174,
+ "cost": 73
+ },
+ {
+ "x": 1167,
+ "y": 2183,
+ "id": 237,
+ "cost": 75
+ },
+ {
+ "x": 1201,
+ "y": 2365,
+ "id": 240,
+ "cost": 110
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1201,
+ "y": 2365,
+ "id": 240,
+ "list": [
+ {
+ "x": 1245,
+ "y": 2361,
+ "id": 150,
+ "cost": 44
+ },
+ {
+ "x": 1185,
+ "y": 2256,
+ "id": 239,
+ "cost": 110
+ },
+ {
+ "x": 1202,
+ "y": 2429,
+ "id": 242,
+ "cost": 64
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 241,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1202,
+ "y": 2429,
+ "id": 242,
+ "list": [
+ {
+ "x": 1253,
+ "y": 2425,
+ "id": 151,
+ "cost": 51
+ },
+ {
+ "x": 1174.9604105571848,
+ "y": 2513,
+ "id": 212,
+ "cost": 88
+ },
+ {
+ "x": 1201,
+ "y": 2365,
+ "id": 240,
+ "cost": 64
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1166,
+ "y": 2749,
+ "id": 243,
+ "list": [
+ {
+ "x": 1161,
+ "y": 2686,
+ "id": 88,
+ "cost": 63
+ },
+ {
+ "x": 1234,
+ "y": 2742,
+ "id": 90,
+ "cost": 68
+ },
+ {
+ "x": 1089,
+ "y": 2744,
+ "id": 98,
+ "cost": 77
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 244,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 894,
+ "y": 3262,
+ "id": 245,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 246,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 471,
+ "y": 1365.271028037383,
+ "id": 247,
+ "list": [
+ {
+ "x": 449,
+ "y": 1311,
+ "id": 26,
+ "cost": 58
+ },
+ {
+ "x": 532,
+ "y": 1349,
+ "id": 118,
+ "cost": 63
+ },
+ {
+ "x": 493,
+ "y": 1410,
+ "id": 220,
+ "cost": 49
+ },
+ {
+ "x": 388,
+ "y": 1403.3863636363635,
+ "id": 248,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 388,
+ "y": 1403.3863636363635,
+ "id": 248,
+ "list": [
+ {
+ "x": 373,
+ "y": 1341,
+ "id": 24,
+ "cost": 64
+ },
+ {
+ "x": 340,
+ "y": 1427,
+ "id": 120,
+ "cost": 53
+ },
+ {
+ "x": 389,
+ "y": 1460,
+ "id": 213,
+ "cost": 56
+ },
+ {
+ "x": 471,
+ "y": 1365.271028037383,
+ "id": 247,
+ "cost": 91
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 634,
+ "y": 1662,
+ "id": 249,
+ "list": [
+ {
+ "x": 608,
+ "y": 1711,
+ "id": 167,
+ "cost": 55
+ },
+ {
+ "x": 580.6829268292682,
+ "y": 1620,
+ "id": 217,
+ "cost": 67
+ },
+ {
+ "x": 658,
+ "y": 1611,
+ "id": 52,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 704,
+ "y": 1629.6756756756756,
+ "id": 250,
+ "list": [
+ {
+ "x": 658,
+ "y": 1611,
+ "id": 52,
+ "cost": 49
+ },
+ {
+ "x": 743,
+ "y": 1650,
+ "id": 55,
+ "cost": 43
+ },
+ {
+ "x": 736,
+ "y": 1575,
+ "id": 128,
+ "cost": 63
+ },
+ {
+ "x": 674,
+ "y": 1682,
+ "id": 129,
+ "cost": 60
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ }
+ ]
+ },
+ "decos": [],
+ "icons": [
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 310,
+ "y": 1470,
+ "facCode": "tcc",
+ "navCode": 184,
+ "src": "tcc",
+ "width": 32,
+ "height": 32,
+ "title": "停车场"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 591,
+ "y": 1691,
+ "facCode": "cjr",
+ "navCode": 167,
+ "src": "cjr",
+ "width": 32,
+ "height": 32,
+ "title": "残障洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 550,
+ "y": 1738,
+ "facCode": "xsj",
+ "navCode": 168,
+ "src": "xsj",
+ "width": 32,
+ "height": 32,
+ "title": "洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 898,
+ "y": 2047,
+ "facCode": "tcc",
+ "navCode": 170,
+ "src": "tcc",
+ "width": 32,
+ "height": 32,
+ "title": "停车场"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 918,
+ "y": 2815,
+ "facCode": "mys",
+ "navCode": 177,
+ "src": "mys",
+ "width": 32,
+ "height": 32,
+ "title": "母婴室"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 874,
+ "y": 2798,
+ "facCode": "cjr",
+ "navCode": 178,
+ "src": "cjr",
+ "width": 32,
+ "height": 32,
+ "title": "残障洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 827,
+ "y": 2780,
+ "facCode": "xsj",
+ "navCode": 179,
+ "src": "xsj",
+ "width": 32,
+ "height": 32,
+ "title": "洗手间"
+ }
+ ],
+ "stairs": [
+ {
+ "no": "3",
+ "toFloor": "4,5,",
+ "x": 429,
+ "y": 245,
+ "facCode": "dt",
+ "navCode": 186,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "2",
+ "toFloor": "0,1,4,5,6,",
+ "x": 94,
+ "y": 1101,
+ "facCode": "dt",
+ "navCode": 166,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "5",
+ "toFloor": "4,5,",
+ "x": 298,
+ "y": 1036,
+ "facCode": "ft",
+ "navCode": 14,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "1",
+ "toFloor": "3,4,5,6,",
+ "x": 264,
+ "y": 1484,
+ "facCode": "dt",
+ "navCode": 185,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "3,4,5,6,",
+ "x": 580,
+ "y": 1570,
+ "facCode": "ft",
+ "navCode": 187,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "0,1,2,3,4,5,6,7,",
+ "x": 866,
+ "y": 2090,
+ "facCode": "dt",
+ "navCode": 171,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "1",
+ "toFloor": "3,4,5,6,",
+ "x": 1056,
+ "y": 2124,
+ "facCode": "ft",
+ "navCode": 173,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "2",
+ "toFloor": "3,4,5,6,",
+ "x": 1100,
+ "y": 2268,
+ "facCode": "ft",
+ "navCode": 174,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "0,1,2,3,4,5,6,",
+ "x": 1147,
+ "y": 2737,
+ "facCode": "ft",
+ "navCode": 243,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "4,5,6,",
+ "x": 792,
+ "y": 3114,
+ "facCode": "dt",
+ "navCode": 181,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ }
+ ],
+ "parkArea": []
+ }
+ },
+ {
+ "order": 6,
+ "name": "L3",
+ "mapUrl": "http://1000my.com//MallSite/\\Files\\333cd014-1d29-469e-9436-c6b6496eb0cb\\L3.png",
+ "mapData": {
+ "floorArea": {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 333,
+ "y": 0,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 946,
+ "y": 1,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "ctrlPoint1": {
+ "x": 486,
+ "y": 0,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 792,
+ "y": 0,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 946,
+ "y": 1,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 957,
+ "y": 120,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 1013,
+ "y": 10,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1032,
+ "y": 82,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 957,
+ "y": 120,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 561,
+ "y": 235,
+ "r": 5,
+ "type": "pathP",
+ "name": 769,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 769,
+ "ctrlPoint1": {
+ "x": 858,
+ "y": 148,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 660,
+ "y": 206,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 561,
+ "y": 235,
+ "r": 5,
+ "type": "pathP",
+ "name": 769,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 585,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "name": 772,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 772,
+ "ctrlPoint1": {
+ "x": 617,
+ "y": 328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 640,
+ "y": 408,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 585,
+ "y": 490,
+ "r": 5,
+ "type": "pathP",
+ "name": 772,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 629,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "name": 775,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 775,
+ "ctrlPoint1": {
+ "x": 596,
+ "y": 484,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 618,
+ "y": 473,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 629,
+ "y": 468,
+ "r": 5,
+ "type": "pathP",
+ "name": 775,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 703,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "name": 778,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 778,
+ "ctrlPoint1": {
+ "x": 647,
+ "y": 510,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 684,
+ "y": 596,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 703,
+ "y": 639,
+ "r": 5,
+ "type": "pathP",
+ "name": 778,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 671,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "name": 781,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 781,
+ "ctrlPoint1": {
+ "x": 695,
+ "y": 719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 679,
+ "y": 881,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 671,
+ "y": 962,
+ "r": 5,
+ "type": "pathP",
+ "name": 781,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 993,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "name": 784,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 784,
+ "ctrlPoint1": {
+ "x": 751,
+ "y": 976,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 912,
+ "y": 1004,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 993,
+ "y": 1018,
+ "r": 5,
+ "type": "pathP",
+ "name": 784,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1151,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "name": 787,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 787,
+ "ctrlPoint1": {
+ "x": 1032,
+ "y": 1005,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1111,
+ "y": 980,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1151,
+ "y": 968,
+ "r": 5,
+ "type": "pathP",
+ "name": 787,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1390,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 788,
+ "ctrlPoint1": {
+ "x": 1210,
+ "y": 1002,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1330,
+ "y": 1072,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1390,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1425,
+ "y": 1273,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "ctrlPoint1": {
+ "x": 1398,
+ "y": 1148,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1416,
+ "y": 1231,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1425,
+ "y": 1273,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1122,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 790,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 790,
+ "ctrlPoint1": {
+ "x": 1349,
+ "y": 1373,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1197,
+ "y": 1573,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1122,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 790,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1403,
+ "y": 2675,
+ "r": 5,
+ "type": "pathP",
+ "name": 793,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 793,
+ "ctrlPoint1": {
+ "x": 1352,
+ "y": 1939,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1448,
+ "y": 2317,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1403,
+ "y": 2675,
+ "r": 5,
+ "type": "pathP",
+ "name": 793,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1660,
+ "y": 2755,
+ "r": 5,
+ "type": "pathP",
+ "name": 796,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 796,
+ "ctrlPoint1": {
+ "x": 1467,
+ "y": 2695,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1595,
+ "y": 2735,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1660,
+ "y": 2755,
+ "r": 5,
+ "type": "pathP",
+ "name": 796,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1821,
+ "y": 2718,
+ "r": 5,
+ "type": "pathP",
+ "name": 799,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 799,
+ "ctrlPoint1": {
+ "x": 1700,
+ "y": 2745,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1780,
+ "y": 2727,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1821,
+ "y": 2718,
+ "r": 5,
+ "type": "pathP",
+ "name": 799,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1942,
+ "y": 2795,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 800,
+ "ctrlPoint1": {
+ "x": 1851,
+ "y": 2737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1911,
+ "y": 2775,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1942,
+ "y": 2795,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2011,
+ "y": 3080,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 6,
+ "ctrlPoint1": {
+ "x": 1959,
+ "y": 2866,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1993,
+ "y": 3008,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2011,
+ "y": 3080,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1842,
+ "y": 3126,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 7,
+ "ctrlPoint1": {
+ "x": 1968,
+ "y": 3091,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1884,
+ "y": 3114,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1842,
+ "y": 3126,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 3342,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 8,
+ "ctrlPoint1": {
+ "x": 1675,
+ "y": 3192,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1413,
+ "y": 3327,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 3342,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 853,
+ "y": 3419,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 9,
+ "ctrlPoint1": {
+ "x": 1087,
+ "y": 3361,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 931,
+ "y": 3399,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 853,
+ "y": 3419,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 722,
+ "y": 3303,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 10,
+ "ctrlPoint1": {
+ "x": 766,
+ "y": 3432,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 735,
+ "y": 3372,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 722,
+ "y": 3303,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 637,
+ "y": 3130,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 11,
+ "ctrlPoint1": {
+ "x": 700,
+ "y": 3259,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 658,
+ "y": 3173,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 637,
+ "y": 3130,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 293,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "name": 12,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 12,
+ "ctrlPoint1": {
+ "x": 551,
+ "y": 2807,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 379,
+ "y": 2161,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 293,
+ "y": 1839,
+ "r": 5,
+ "type": "pathP",
+ "name": 12,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 34,
+ "y": 1043,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 13,
+ "ctrlPoint1": {
+ "x": 228,
+ "y": 1640,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 98,
+ "y": 1242,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 34,
+ "y": 1043,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 14,
+ "ctrlPoint1": {
+ "x": 26,
+ "y": 988,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 10,
+ "y": 878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2,
+ "y": 824,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 187,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 15,
+ "ctrlPoint1": {
+ "x": 35,
+ "y": 783,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 133,
+ "y": 809,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 187,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 231,
+ "y": 1030,
+ "r": 5,
+ "type": "pathP",
+ "name": 802,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 802,
+ "ctrlPoint1": {
+ "x": 198,
+ "y": 928,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 220,
+ "y": 996,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 231,
+ "y": 1030,
+ "r": 5,
+ "type": "pathP",
+ "name": 802,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 260,
+ "y": 1013,
+ "r": 5,
+ "type": "pathP",
+ "name": 805,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 805,
+ "ctrlPoint1": {
+ "x": 238,
+ "y": 1025,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 252,
+ "y": 1017,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 260,
+ "y": 1013,
+ "r": 5,
+ "type": "pathP",
+ "name": 805,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 251,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "name": 808,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 808,
+ "ctrlPoint1": {
+ "x": 257,
+ "y": 1004,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 253,
+ "y": 986,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 251,
+ "y": 977,
+ "r": 5,
+ "type": "pathP",
+ "name": 808,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 306,
+ "y": 967,
+ "r": 5,
+ "type": "pathP",
+ "name": 811,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 811,
+ "ctrlPoint1": {
+ "x": 263,
+ "y": 959,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 280,
+ "y": 954,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 306,
+ "y": 967,
+ "r": 5,
+ "type": "pathP",
+ "name": 811,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 321,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 814,
+ "ctrlPoint1": {
+ "x": 309,
+ "y": 974,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 317,
+ "y": 989,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 321,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "name": 814,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 362,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "name": 817,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 817,
+ "ctrlPoint1": {
+ "x": 331,
+ "y": 997,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 351,
+ "y": 997,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 362,
+ "y": 997,
+ "r": 5,
+ "type": "pathP",
+ "name": 817,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 559,
+ "y": 414,
+ "r": 5,
+ "type": "pathP",
+ "name": 820,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 820,
+ "ctrlPoint1": {
+ "x": 296,
+ "y": 806,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 367,
+ "y": 519,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 559,
+ "y": 414,
+ "r": 5,
+ "type": "pathP",
+ "name": 820,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 501,
+ "y": 269,
+ "r": 5,
+ "type": "pathP",
+ "name": 823,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 823,
+ "ctrlPoint1": {
+ "x": 562,
+ "y": 370,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 551,
+ "y": 312,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 501,
+ "y": 269,
+ "r": 5,
+ "type": "pathP",
+ "name": 823,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 386,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "name": 826,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 826,
+ "ctrlPoint1": {
+ "x": 472,
+ "y": 295,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 414,
+ "y": 349,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 386,
+ "y": 376,
+ "r": 5,
+ "type": "pathP",
+ "name": 826,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 86,
+ "y": 192,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 827,
+ "ctrlPoint1": {
+ "x": 257,
+ "y": 498,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 28,
+ "y": 421,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 86,
+ "y": 192,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 333,
+ "y": 0,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 17,
+ "ctrlPoint1": {
+ "x": 106,
+ "y": 103,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 191,
+ "y": 1,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "floor",
+ "entColor": "#dedab4",
+ "borderColor": "#d5cf9f",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1006,
+ "yaxis": 1709,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {}
+ },
+ "buildArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 380,
+ "y": 2120,
+ "r": 5,
+ "type": "pathP",
+ "name": 578,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 544,
+ "y": 2178,
+ "r": 5,
+ "type": "pathP",
+ "name": 580,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 585,
+ "ctrlPoint1": {
+ "x": 454,
+ "y": 2074,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 518,
+ "y": 2118,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 544,
+ "y": 2178,
+ "r": 5,
+ "type": "pathP",
+ "name": 580,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 624,
+ "y": 2510,
+ "r": 5,
+ "type": "pathP",
+ "name": 581,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 581,
+ "ctrlPoint1": {
+ "x": 508,
+ "y": 2266,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 550,
+ "y": 2440,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 624,
+ "y": 2510,
+ "r": 5,
+ "type": "pathP",
+ "name": 581,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 524,
+ "y": 2664,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 586,
+ "ctrlPoint1": {
+ "x": 636,
+ "y": 2560,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 584,
+ "y": 2686,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 524,
+ "y": 2664,
+ "r": 5,
+ "type": "pathP",
+ "name": 583,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 380,
+ "y": 2120,
+ "r": 5,
+ "type": "pathP",
+ "name": 578,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 584,
+ "ctrlPoint1": {
+ "x": 488,
+ "y": 2528,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 416,
+ "y": 2256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 502,
+ "yaxis": 2392,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 990,
+ "y": 1032,
+ "r": 5,
+ "type": "pathP",
+ "name": 607,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1414,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "name": 608,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 608,
+ "ctrlPoint1": {
+ "x": 1082,
+ "y": 1292,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1314,
+ "y": 1314,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1414,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "name": 608,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1380,
+ "y": 1122,
+ "r": 5,
+ "type": "pathP",
+ "name": 609,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 609,
+ "ctrlPoint1": {
+ "x": 1405,
+ "y": 1234,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1388,
+ "y": 1159,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1380,
+ "y": 1122,
+ "r": 5,
+ "type": "pathP",
+ "name": 609,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 980,
+ "r": 5,
+ "type": "pathP",
+ "name": 610,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 610,
+ "ctrlPoint1": {
+ "x": 1326,
+ "y": 1138,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1182,
+ "y": 1112,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 980,
+ "r": 5,
+ "type": "pathP",
+ "name": 610,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 990,
+ "y": 1032,
+ "r": 5,
+ "type": "pathP",
+ "name": 607,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 611,
+ "ctrlPoint1": {
+ "x": 1105,
+ "y": 993,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1028,
+ "y": 1019,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1174,
+ "yaxis": 1144,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 577,
+ "y": 505,
+ "r": 5,
+ "type": "pathP",
+ "name": 617,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 626,
+ "y": 488,
+ "r": 5,
+ "type": "pathP",
+ "name": 829,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 829,
+ "ctrlPoint1": {
+ "x": 589,
+ "y": 500,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 613,
+ "y": 492,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 626,
+ "y": 488,
+ "r": 5,
+ "type": "pathP",
+ "name": 829,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 688,
+ "y": 638,
+ "r": 5,
+ "type": "pathP",
+ "name": 618,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 830,
+ "ctrlPoint1": {
+ "x": 641,
+ "y": 525,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 672,
+ "y": 600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 688,
+ "y": 638,
+ "r": 5,
+ "type": "pathP",
+ "name": 618,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 660,
+ "y": 970,
+ "r": 5,
+ "type": "pathP",
+ "name": 619,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 619,
+ "ctrlPoint1": {
+ "x": 534,
+ "y": 692,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 544,
+ "y": 906,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 660,
+ "y": 970,
+ "r": 5,
+ "type": "pathP",
+ "name": 619,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 618,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "name": 661,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 661,
+ "ctrlPoint1": {
+ "x": 649,
+ "y": 984,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 628,
+ "y": 1012,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 618,
+ "y": 1026,
+ "r": 5,
+ "type": "pathP",
+ "name": 661,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 568,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "name": 664,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 664,
+ "ctrlPoint1": {
+ "x": 601,
+ "y": 1022,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 580,
+ "y": 1000,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 568,
+ "y": 992,
+ "r": 5,
+ "type": "pathP",
+ "name": 664,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 560,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "name": 667,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 667,
+ "ctrlPoint1": {
+ "x": 566,
+ "y": 994,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 562,
+ "y": 998,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 560,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "name": 667,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 520,
+ "y": 1039,
+ "r": 5,
+ "type": "pathP",
+ "name": 670,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 670,
+ "ctrlPoint1": {
+ "x": 550,
+ "y": 1009,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 530,
+ "y": 1029,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 520,
+ "y": 1039,
+ "r": 5,
+ "type": "pathP",
+ "name": 670,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 492,
+ "y": 1004,
+ "r": 5,
+ "type": "pathP",
+ "name": 673,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 673,
+ "ctrlPoint1": {
+ "x": 513,
+ "y": 1030,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 499,
+ "y": 1012,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 492,
+ "y": 1004,
+ "r": 5,
+ "type": "pathP",
+ "name": 673,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 435,
+ "y": 926,
+ "r": 5,
+ "type": "pathP",
+ "name": 620,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 674,
+ "ctrlPoint1": {
+ "x": 477,
+ "y": 984,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 449,
+ "y": 945,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 435,
+ "y": 926,
+ "r": 5,
+ "type": "pathP",
+ "name": 620,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 577,
+ "y": 505,
+ "r": 5,
+ "type": "pathP",
+ "name": 617,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 834,
+ "ctrlPoint1": {
+ "x": 395,
+ "y": 767,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 435,
+ "y": 582,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 559,
+ "yaxis": 724,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 234,
+ "y": 1105,
+ "r": 5,
+ "type": "pathP",
+ "name": 637,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 306,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "name": 638,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 638,
+ "ctrlPoint1": {
+ "x": 304,
+ "y": 1153,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 280,
+ "y": 1234,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 306,
+ "y": 1272,
+ "r": 5,
+ "type": "pathP",
+ "name": 638,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 439,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "name": 639,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 639,
+ "ctrlPoint1": {
+ "x": 373,
+ "y": 1372,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 445,
+ "y": 1320,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 439,
+ "y": 1225,
+ "r": 5,
+ "type": "pathP",
+ "name": 639,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 388,
+ "y": 1050,
+ "r": 5,
+ "type": "pathP",
+ "name": 640,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 640,
+ "ctrlPoint1": {
+ "x": 436,
+ "y": 1168,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 368,
+ "y": 1128,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 388,
+ "y": 1050,
+ "r": 5,
+ "type": "pathP",
+ "name": 640,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 234,
+ "y": 1105,
+ "r": 5,
+ "type": "pathP",
+ "name": 637,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 641,
+ "ctrlPoint1": {
+ "x": 353,
+ "y": 1088,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 289,
+ "y": 1115,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 336,
+ "yaxis": 1161,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "hollowArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 416,
+ "y": 1467,
+ "r": 5,
+ "type": "pathP",
+ "name": 834,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 476,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "name": 835,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 835,
+ "ctrlPoint1": {
+ "x": 413,
+ "y": 1411,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 454,
+ "y": 1409,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 476,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "name": 835,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 591,
+ "y": 1564,
+ "r": 5,
+ "type": "pathP",
+ "name": 836,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 836,
+ "ctrlPoint1": {
+ "x": 504,
+ "y": 1465,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 557,
+ "y": 1540,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 591,
+ "y": 1564,
+ "r": 5,
+ "type": "pathP",
+ "name": 836,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 580,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "name": 837,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 837,
+ "ctrlPoint1": {
+ "x": 623,
+ "y": 1580,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 621,
+ "y": 1607,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 580,
+ "y": 1603,
+ "r": 5,
+ "type": "pathP",
+ "name": 837,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 416,
+ "y": 1467,
+ "r": 5,
+ "type": "pathP",
+ "name": 834,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 838,
+ "ctrlPoint1": {
+ "x": 534,
+ "y": 1607,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 440,
+ "y": 1556,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 503,
+ "yaxis": 1518,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1032,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "name": 839,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1127,
+ "y": 2164,
+ "r": 5,
+ "type": "pathP",
+ "name": 840,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 840,
+ "ctrlPoint1": {
+ "x": 1064,
+ "y": 2196,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1113,
+ "y": 2183,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1127,
+ "y": 2164,
+ "r": 5,
+ "type": "pathP",
+ "name": 840,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1051,
+ "y": 1969,
+ "r": 5,
+ "type": "pathP",
+ "name": 841,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 841,
+ "ctrlPoint1": {
+ "x": 1125,
+ "y": 2104,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1074,
+ "y": 2007,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1051,
+ "y": 1969,
+ "r": 5,
+ "type": "pathP",
+ "name": 841,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1017,
+ "y": 1975,
+ "r": 5,
+ "type": "pathP",
+ "name": 842,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 842,
+ "ctrlPoint1": {
+ "x": 1034,
+ "y": 1943,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1018,
+ "y": 1945,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1017,
+ "y": 1975,
+ "r": 5,
+ "type": "pathP",
+ "name": 842,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1032,
+ "y": 2184,
+ "r": 5,
+ "type": "pathP",
+ "name": 839,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 843,
+ "ctrlPoint1": {
+ "x": 1012,
+ "y": 2025,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1017,
+ "y": 2136,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1072,
+ "yaxis": 2076,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1063,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "name": 844,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1160,
+ "y": 2265,
+ "r": 5,
+ "type": "pathP",
+ "name": 845,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 845,
+ "ctrlPoint1": {
+ "x": 1085,
+ "y": 2242,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1143,
+ "y": 2239,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1160,
+ "y": 2265,
+ "r": 5,
+ "type": "pathP",
+ "name": 845,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1179,
+ "y": 2466,
+ "r": 5,
+ "type": "pathP",
+ "name": 846,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 846,
+ "ctrlPoint1": {
+ "x": 1177,
+ "y": 2328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1185,
+ "y": 2425,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1179,
+ "y": 2466,
+ "r": 5,
+ "type": "pathP",
+ "name": 846,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 2476,
+ "r": 5,
+ "type": "pathP",
+ "name": 847,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 847,
+ "ctrlPoint1": {
+ "x": 1171,
+ "y": 2496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1156,
+ "y": 2491,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 2476,
+ "r": 5,
+ "type": "pathP",
+ "name": 847,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1063,
+ "y": 2288,
+ "r": 5,
+ "type": "pathP",
+ "name": 844,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 848,
+ "ctrlPoint1": {
+ "x": 1123,
+ "y": 2442,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1072,
+ "y": 2364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1121,
+ "yaxis": 2370,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1131,
+ "y": 2754,
+ "r": 5,
+ "type": "pathP",
+ "name": 849,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1114,
+ "y": 2808,
+ "r": 5,
+ "type": "pathP",
+ "name": 850,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 850,
+ "ctrlPoint1": {
+ "x": 1111,
+ "y": 2764,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1111,
+ "y": 2789,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1114,
+ "y": 2808,
+ "r": 5,
+ "type": "pathP",
+ "name": 850,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1133,
+ "y": 2853,
+ "r": 5,
+ "type": "pathP",
+ "name": 851,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 851,
+ "ctrlPoint1": {
+ "x": 1114,
+ "y": 2827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1121,
+ "y": 2841,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1133,
+ "y": 2853,
+ "r": 5,
+ "type": "pathP",
+ "name": 851,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1188,
+ "y": 2865,
+ "r": 5,
+ "type": "pathP",
+ "name": 852,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 852,
+ "ctrlPoint1": {
+ "x": 1145,
+ "y": 2858,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1171,
+ "y": 2866,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1188,
+ "y": 2865,
+ "r": 5,
+ "type": "pathP",
+ "name": 852,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1222,
+ "y": 2839,
+ "r": 5,
+ "type": "pathP",
+ "name": 853,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 853,
+ "ctrlPoint1": {
+ "x": 1201,
+ "y": 2860,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1217,
+ "y": 2855,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1222,
+ "y": 2839,
+ "r": 5,
+ "type": "pathP",
+ "name": 853,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 2794,
+ "r": 5,
+ "type": "pathP",
+ "name": 854,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 854,
+ "ctrlPoint1": {
+ "x": 1223,
+ "y": 2817,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1220,
+ "y": 2804,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 2794,
+ "r": 5,
+ "type": "pathP",
+ "name": 854,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1189,
+ "y": 2754,
+ "r": 5,
+ "type": "pathP",
+ "name": 855,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 855,
+ "ctrlPoint1": {
+ "x": 1205,
+ "y": 2783,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1195,
+ "y": 2761,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1189,
+ "y": 2754,
+ "r": 5,
+ "type": "pathP",
+ "name": 855,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1131,
+ "y": 2754,
+ "r": 5,
+ "type": "pathP",
+ "name": 849,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 856,
+ "ctrlPoint1": {
+ "x": 1171,
+ "y": 2740,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1144,
+ "y": 2741,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "hollow",
+ "entColor": "",
+ "borderColor": "",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1168,
+ "yaxis": 2806,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "shopArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 18,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 63,
+ "y": 887,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 18,
+ "ctrlPoint1": {
+ "x": 29,
+ "y": 894,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 51,
+ "y": 889,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 63,
+ "y": 887,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 88,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 19,
+ "ctrlPoint1": {
+ "x": 69,
+ "y": 915,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 81,
+ "y": 971,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 88,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "name": 19,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 43,
+ "y": 1013,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 20,
+ "ctrlPoint1": {
+ "x": 76,
+ "y": 1003,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 54,
+ "y": 1009,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 43,
+ "y": 1013,
+ "r": 5,
+ "type": "pathP",
+ "name": 20,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 61,
+ "y": 1075,
+ "r": 5,
+ "type": "pathP",
+ "name": 21,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 21,
+ "ctrlPoint1": {
+ "x": 47,
+ "y": 1028,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 56,
+ "y": 1059,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 61,
+ "y": 1075,
+ "r": 5,
+ "type": "pathP",
+ "name": 21,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 138,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "name": 24,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 766,
+ "ctrlPoint1": {
+ "x": 80,
+ "y": 1069,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 118,
+ "y": 1059,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 138,
+ "y": 1054,
+ "r": 5,
+ "type": "pathP",
+ "name": 24,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 147,
+ "y": 1081,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 768,
+ "ctrlPoint1": {
+ "x": 140,
+ "y": 1060,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 144,
+ "y": 1074,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 147,
+ "y": 1081,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 122,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 28,
+ "ctrlPoint1": {
+ "x": 140,
+ "y": 1083,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 128,
+ "y": 1087,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 122,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 129,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "name": 29,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 29,
+ "ctrlPoint1": {
+ "x": 123,
+ "y": 1095,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 127,
+ "y": 1105,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 129,
+ "y": 1111,
+ "r": 5,
+ "type": "pathP",
+ "name": 29,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 146,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "name": 30,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 30,
+ "ctrlPoint1": {
+ "x": 133,
+ "y": 1110,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 141,
+ "y": 1108,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 146,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "name": 30,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 156,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 31,
+ "ctrlPoint1": {
+ "x": 148,
+ "y": 1113,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 153,
+ "y": 1126,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 156,
+ "y": 1133,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 236,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 32,
+ "ctrlPoint1": {
+ "x": 176,
+ "y": 1126,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 216,
+ "y": 1113,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 236,
+ "y": 1107,
+ "r": 5,
+ "type": "pathP",
+ "name": 32,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 166,
+ "y": 883,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 33,
+ "ctrlPoint1": {
+ "x": 218,
+ "y": 1051,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 183,
+ "y": 939,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 166,
+ "y": 883,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 150,
+ "y": 863,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 34,
+ "ctrlPoint1": {
+ "x": 161,
+ "y": 873,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 158,
+ "y": 865,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 150,
+ "y": 863,
+ "r": 5,
+ "type": "pathP",
+ "name": 34,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 45,
+ "y": 815,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 35,
+ "ctrlPoint1": {
+ "x": 123,
+ "y": 851,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 71,
+ "y": 827,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 45,
+ "y": 815,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 10,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "name": 39,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 858,
+ "ctrlPoint1": {
+ "x": 24,
+ "y": 816,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 12,
+ "y": 828,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 10,
+ "y": 852,
+ "r": 5,
+ "type": "pathP",
+ "name": 39,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 18,
+ "y": 897,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 40,
+ "ctrlPoint1": {
+ "x": 12,
+ "y": 863,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 16,
+ "y": 885,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "N301",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\3585601d-b186-49cf-8f74-dd32325ca624\\N301_1134171_seul&SEUL.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 123,
+ "yaxis": 974,
+ "shopNav": 68,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 428,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 514,
+ "y": 1082,
+ "r": 5,
+ "type": "pathP",
+ "name": 42,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 42,
+ "ctrlPoint1": {
+ "x": 449,
+ "y": 1106,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 492,
+ "y": 1090,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 514,
+ "y": 1082,
+ "r": 5,
+ "type": "pathP",
+ "name": 42,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 517,
+ "y": 1039,
+ "r": 5,
+ "type": "pathP",
+ "name": 44,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 745,
+ "ctrlPoint1": {
+ "x": 514,
+ "y": 1071,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 516,
+ "y": 1049,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 517,
+ "y": 1039,
+ "r": 5,
+ "type": "pathP",
+ "name": 44,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 492,
+ "y": 1008,
+ "r": 5,
+ "type": "pathP",
+ "name": 45,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 45,
+ "ctrlPoint1": {
+ "x": 510,
+ "y": 1031,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 498,
+ "y": 1015,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 492,
+ "y": 1008,
+ "r": 5,
+ "type": "pathP",
+ "name": 45,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 452,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 744,
+ "ctrlPoint1": {
+ "x": 482,
+ "y": 1017,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 462,
+ "y": 1035,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 452,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "name": 48,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 460,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 49,
+ "ctrlPoint1": {
+ "x": 454,
+ "y": 1050,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 458,
+ "y": 1063,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 460,
+ "y": 1070,
+ "r": 5,
+ "type": "pathP",
+ "name": 49,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 427,
+ "y": 1081,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 50,
+ "ctrlPoint1": {
+ "x": 451,
+ "y": 1072,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 435,
+ "y": 1078,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 427,
+ "y": 1081,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 428,
+ "y": 1114,
+ "r": 5,
+ "type": "pathP",
+ "name": 41,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 712,
+ "ctrlPoint1": {
+ "x": 416,
+ "y": 1088,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 427,
+ "y": 1105,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L302",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\c42d9ff7-4c6b-4012-8044-eadc850e3e4f\\L302_1134053_X+QArt.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 472,
+ "yaxis": 1061,
+ "shopNav": 72,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 428,
+ "y": 1115,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 513,
+ "y": 1084,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 55,
+ "ctrlPoint1": {
+ "x": 449,
+ "y": 1107,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 491,
+ "y": 1091,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 513,
+ "y": 1084,
+ "r": 5,
+ "type": "pathP",
+ "name": 55,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 541,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 56,
+ "ctrlPoint1": {
+ "x": 520,
+ "y": 1103,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 534,
+ "y": 1142,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 541,
+ "y": 1162,
+ "r": 5,
+ "type": "pathP",
+ "name": 56,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 466,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 57,
+ "ctrlPoint1": {
+ "x": 522,
+ "y": 1168,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 484,
+ "y": 1181,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 466,
+ "y": 1188,
+ "r": 5,
+ "type": "pathP",
+ "name": 57,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 428,
+ "y": 1115,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 719,
+ "ctrlPoint1": {
+ "x": 460,
+ "y": 1169,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 437,
+ "y": 1133,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L304",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\de8781b4-3844-4fc2-8192-fdd4d0642420\\微信图片_20200423165102.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 484,
+ "yaxis": 1136,
+ "shopNav": 73,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 467,
+ "y": 1189,
+ "r": 5,
+ "type": "pathP",
+ "name": 64,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 541,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "name": 65,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 65,
+ "ctrlPoint1": {
+ "x": 485,
+ "y": 1182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 522,
+ "y": 1169,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 541,
+ "y": 1163,
+ "r": 5,
+ "type": "pathP",
+ "name": 65,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 567,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 66,
+ "ctrlPoint1": {
+ "x": 547,
+ "y": 1182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 560,
+ "y": 1222,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 567,
+ "y": 1242,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 507,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "name": 67,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 67,
+ "ctrlPoint1": {
+ "x": 552,
+ "y": 1247,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 522,
+ "y": 1258,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 507,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "name": 67,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 475,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 68,
+ "ctrlPoint1": {
+ "x": 499,
+ "y": 1262,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 483,
+ "y": 1260,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 475,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 467,
+ "y": 1189,
+ "r": 5,
+ "type": "pathP",
+ "name": 64,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 716,
+ "ctrlPoint1": {
+ "x": 476,
+ "y": 1240,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 473,
+ "y": 1207,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\ac42628b-859b-406c-b7d5-bf0bc04a53a4\\L335a_1134065_CeciliaWoo.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 517,
+ "yaxis": 1213,
+ "shopNav": 74,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {
+ "crossorigin": "anonymous"
+ },
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 475,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 507,
+ "y": 1266,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 74,
+ "ctrlPoint1": {
+ "x": 483,
+ "y": 1262,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 499,
+ "y": 1264,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 507,
+ "y": 1266,
+ "r": 5,
+ "type": "pathP",
+ "name": 74,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 568,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "name": 75,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 75,
+ "ctrlPoint1": {
+ "x": 522,
+ "y": 1260,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 552,
+ "y": 1249,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 568,
+ "y": 1244,
+ "r": 5,
+ "type": "pathP",
+ "name": 75,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 588,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 724,
+ "ctrlPoint1": {
+ "x": 573,
+ "y": 1251,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 577,
+ "y": 1271,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 588,
+ "y": 1280,
+ "r": 5,
+ "type": "pathP",
+ "name": 78,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 569,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 79,
+ "ctrlPoint1": {
+ "x": 583,
+ "y": 1289,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 573,
+ "y": 1309,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 569,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "name": 79,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 488,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 80,
+ "ctrlPoint1": {
+ "x": 548,
+ "y": 1326,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 508,
+ "y": 1340,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 488,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "name": 80,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 475,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "name": 73,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 722,
+ "ctrlPoint1": {
+ "x": 477,
+ "y": 1326,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 471,
+ "y": 1286,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L312",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\7973290c-54e1-4014-b7ec-9cb32c57a745\\L312_1134158_Delonghi.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 531,
+ "yaxis": 1296,
+ "shopNav": 75,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 488,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 531,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 86,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 86,
+ "ctrlPoint1": {
+ "x": 498,
+ "y": 1345,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 520,
+ "y": 1337,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 531,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 86,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 544,
+ "y": 1359,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 87,
+ "ctrlPoint1": {
+ "x": 534,
+ "y": 1339,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 540,
+ "y": 1352,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 544,
+ "y": 1359,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 524,
+ "y": 1400,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 88,
+ "ctrlPoint1": {
+ "x": 539,
+ "y": 1369,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 529,
+ "y": 1389,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 524,
+ "y": 1400,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 515,
+ "y": 1405,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 89,
+ "ctrlPoint1": {
+ "x": 521,
+ "y": 1401,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 517,
+ "y": 1403,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 515,
+ "y": 1405,
+ "r": 5,
+ "type": "pathP",
+ "name": 89,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 488,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 726,
+ "ctrlPoint1": {
+ "x": 508,
+ "y": 1391,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 494,
+ "y": 1363,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L316",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\54e615f9-30c9-4906-8399-59dfa9d831f7\\L316_1134055_LeFame.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 516,
+ "yaxis": 1369,
+ "shopNav": 77,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 638,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "name": 107,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 563,
+ "y": 1470,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 734,
+ "ctrlPoint1": {
+ "x": 619,
+ "y": 1359,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 581,
+ "y": 1433,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 563,
+ "y": 1470,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 517,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 732,
+ "ctrlPoint1": {
+ "x": 549,
+ "y": 1458,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 525,
+ "y": 1425,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 517,
+ "y": 1406,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 525,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 114,
+ "ctrlPoint1": {
+ "x": 519,
+ "y": 1404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 523,
+ "y": 1402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 525,
+ "y": 1401,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 545,
+ "y": 1358,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 115,
+ "ctrlPoint1": {
+ "x": 530,
+ "y": 1390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 540,
+ "y": 1368,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 545,
+ "y": 1358,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 534,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 116,
+ "ctrlPoint1": {
+ "x": 542,
+ "y": 1351,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 536,
+ "y": 1339,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 534,
+ "y": 1333,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 573,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 117,
+ "ctrlPoint1": {
+ "x": 543,
+ "y": 1329,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 563,
+ "y": 1322,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 573,
+ "y": 1319,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 583,
+ "y": 1296,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 118,
+ "ctrlPoint1": {
+ "x": 575,
+ "y": 1313,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 580,
+ "y": 1301,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 583,
+ "y": 1296,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 638,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "name": 107,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 119,
+ "ctrlPoint1": {
+ "x": 596,
+ "y": 1302,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 624,
+ "y": 1315,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L318",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\13de4618-faab-4e8a-a376-415889ac12c8\\L318_1134057_Arc'teryx.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 577,
+ "yaxis": 1383,
+ "shopNav": 78,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 676,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 624,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 121,
+ "ctrlPoint1": {
+ "x": 663,
+ "y": 1465,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 637,
+ "y": 1511,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 624,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 574,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "name": 124,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 708,
+ "ctrlPoint1": {
+ "x": 611,
+ "y": 1522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 586,
+ "y": 1498,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 574,
+ "y": 1487,
+ "r": 5,
+ "type": "pathP",
+ "name": 124,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 611,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "name": 127,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 704,
+ "ctrlPoint1": {
+ "x": 583,
+ "y": 1467,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 601,
+ "y": 1428,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 611,
+ "y": 1409,
+ "r": 5,
+ "type": "pathP",
+ "name": 127,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 676,
+ "y": 1442,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 706,
+ "ctrlPoint1": {
+ "x": 627,
+ "y": 1417,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 659,
+ "y": 1433,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L320",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\028712c5-3c4c-4c39-9ceb-34224e26378e\\L320_1134059_Columbia.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 625,
+ "yaxis": 1471,
+ "shopNav": 85,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 674,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 854,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 132,
+ "ctrlPoint1": {
+ "x": 723,
+ "y": 1347,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 810,
+ "y": 1401,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 854,
+ "y": 1433,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 133,
+ "ctrlPoint1": {
+ "x": 842,
+ "y": 1448,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 818,
+ "y": 1480,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 1496,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 771,
+ "y": 1471,
+ "r": 5,
+ "type": "pathP",
+ "name": 134,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 134,
+ "ctrlPoint1": {
+ "x": 797,
+ "y": 1489,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 779,
+ "y": 1477,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 771,
+ "y": 1471,
+ "r": 5,
+ "type": "pathP",
+ "name": 134,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 697,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 135,
+ "ctrlPoint1": {
+ "x": 752,
+ "y": 1498,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 715,
+ "y": 1554,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 697,
+ "y": 1582,
+ "r": 5,
+ "type": "pathP",
+ "name": 135,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 626,
+ "y": 1535,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 710,
+ "ctrlPoint1": {
+ "x": 675,
+ "y": 1571,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 643,
+ "y": 1546,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 626,
+ "y": 1535,
+ "r": 5,
+ "type": "pathP",
+ "name": 138,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 679,
+ "y": 1441,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 139,
+ "ctrlPoint1": {
+ "x": 639,
+ "y": 1511,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 665,
+ "y": 1464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 679,
+ "y": 1441,
+ "r": 5,
+ "type": "pathP",
+ "name": 139,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 630,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "name": 140,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 140,
+ "ctrlPoint1": {
+ "x": 666,
+ "y": 1434,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 642,
+ "y": 1422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 630,
+ "y": 1416,
+ "r": 5,
+ "type": "pathP",
+ "name": 140,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 674,
+ "y": 1322,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 141,
+ "ctrlPoint1": {
+ "x": 641,
+ "y": 1392,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 663,
+ "y": 1345,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L324",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\9d3ad8e2-3cf2-4588-912d-9aad476e0137\\L324_1134060_何洪记.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 740,
+ "yaxis": 1452,
+ "shopNav": 86,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 699,
+ "y": 1583,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 747,
+ "y": 1511,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 144,
+ "ctrlPoint1": {
+ "x": 711,
+ "y": 1565,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 735,
+ "y": 1529,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 747,
+ "y": 1511,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 801,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 145,
+ "ctrlPoint1": {
+ "x": 760,
+ "y": 1520,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 787,
+ "y": 1540,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 801,
+ "y": 1550,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 781,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 146,
+ "ctrlPoint1": {
+ "x": 796,
+ "y": 1556,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 786,
+ "y": 1569,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 781,
+ "y": 1576,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 800,
+ "y": 1589,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 147,
+ "ctrlPoint1": {
+ "x": 785,
+ "y": 1579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 795,
+ "y": 1585,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 800,
+ "y": 1589,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 775,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 148,
+ "ctrlPoint1": {
+ "x": 793,
+ "y": 1598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 781,
+ "y": 1616,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 775,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "name": 148,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 699,
+ "y": 1583,
+ "r": 5,
+ "type": "pathP",
+ "name": 143,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 702,
+ "ctrlPoint1": {
+ "x": 756,
+ "y": 1615,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 718,
+ "y": 1593,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L332",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\15a4ed6c-dc3b-4222-8b56-6f60d3df3c71\\L332_1134063_单农.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 750,
+ "yaxis": 1568,
+ "shopNav": 87,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 810,
+ "y": 1598,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 154,
+ "ctrlPoint1": {
+ "x": 792,
+ "y": 1625,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 804,
+ "y": 1607,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 810,
+ "y": 1598,
+ "r": 5,
+ "type": "pathP",
+ "name": 154,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 861,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 155,
+ "ctrlPoint1": {
+ "x": 822,
+ "y": 1608,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 848,
+ "y": 1628,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 861,
+ "y": 1639,
+ "r": 5,
+ "type": "pathP",
+ "name": 155,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 836,
+ "y": 1672,
+ "r": 5,
+ "type": "pathP",
+ "name": 156,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 156,
+ "ctrlPoint1": {
+ "x": 854,
+ "y": 1647,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 842,
+ "y": 1663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 836,
+ "y": 1672,
+ "r": 5,
+ "type": "pathP",
+ "name": 156,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1634,
+ "r": 5,
+ "type": "pathP",
+ "name": 153,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 157,
+ "ctrlPoint1": {
+ "x": 823,
+ "y": 1662,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 798,
+ "y": 1643,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L334",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\ab91452d-f230-410d-bb09-934f7f37adf7\\L334 Moleskine.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 823,
+ "yaxis": 1635,
+ "shopNav": 89,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 1469,
+ "r": 5,
+ "type": "pathP",
+ "name": 158,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1081,
+ "y": 1644,
+ "r": 5,
+ "type": "pathP",
+ "name": 159,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 159,
+ "ctrlPoint1": {
+ "x": 958,
+ "y": 1511,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1037,
+ "y": 1596,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1081,
+ "y": 1644,
+ "r": 5,
+ "type": "pathP",
+ "name": 159,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "name": 160,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 160,
+ "ctrlPoint1": {
+ "x": 1077,
+ "y": 1647,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1069,
+ "y": 1653,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 1656,
+ "r": 5,
+ "type": "pathP",
+ "name": 160,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1089,
+ "y": 1684,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 161,
+ "ctrlPoint1": {
+ "x": 1071,
+ "y": 1663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1083,
+ "y": 1677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1089,
+ "y": 1684,
+ "r": 5,
+ "type": "pathP",
+ "name": 161,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1024,
+ "y": 1736,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 162,
+ "ctrlPoint1": {
+ "x": 1072,
+ "y": 1697,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1040,
+ "y": 1723,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1024,
+ "y": 1736,
+ "r": 5,
+ "type": "pathP",
+ "name": 162,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 989,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "name": 163,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 163,
+ "ctrlPoint1": {
+ "x": 1015,
+ "y": 1726,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 997,
+ "y": 1706,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 989,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "name": 163,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 1749,
+ "r": 5,
+ "type": "pathP",
+ "name": 164,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 164,
+ "ctrlPoint1": {
+ "x": 974,
+ "y": 1710,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 944,
+ "y": 1736,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 1749,
+ "r": 5,
+ "type": "pathP",
+ "name": 164,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 838,
+ "y": 1672,
+ "r": 5,
+ "type": "pathP",
+ "name": 165,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 165,
+ "ctrlPoint1": {
+ "x": 906,
+ "y": 1729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 860,
+ "y": 1691,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 838,
+ "y": 1672,
+ "r": 5,
+ "type": "pathP",
+ "name": 165,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 863,
+ "y": 1638,
+ "r": 5,
+ "type": "pathP",
+ "name": 166,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 166,
+ "ctrlPoint1": {
+ "x": 844,
+ "y": 1663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 856,
+ "y": 1646,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 863,
+ "y": 1638,
+ "r": 5,
+ "type": "pathP",
+ "name": 166,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 848,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 167,
+ "ctrlPoint1": {
+ "x": 859,
+ "y": 1635,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 851,
+ "y": 1629,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 848,
+ "y": 1626,
+ "r": 5,
+ "type": "pathP",
+ "name": 167,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 920,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "name": 168,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 168,
+ "ctrlPoint1": {
+ "x": 866,
+ "y": 1603,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 902,
+ "y": 1557,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 920,
+ "y": 1534,
+ "r": 5,
+ "type": "pathP",
+ "name": 168,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 878,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "name": 169,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 169,
+ "ctrlPoint1": {
+ "x": 909,
+ "y": 1525,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 888,
+ "y": 1507,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 878,
+ "y": 1499,
+ "r": 5,
+ "type": "pathP",
+ "name": 169,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 1469,
+ "r": 5,
+ "type": "pathP",
+ "name": 158,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 170,
+ "ctrlPoint1": {
+ "x": 883,
+ "y": 1491,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 895,
+ "y": 1476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L336",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\d4ea01c0-d653-4896-bdd7-eea2f1dcd361\\L336_1134160_DinTaiFung.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 963,
+ "yaxis": 1609,
+ "shopNav": 91,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 929,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 989,
+ "y": 1698,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 172,
+ "ctrlPoint1": {
+ "x": 944,
+ "y": 1737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 974,
+ "y": 1711,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 989,
+ "y": 1698,
+ "r": 5,
+ "type": "pathP",
+ "name": 172,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1023,
+ "y": 1737,
+ "r": 5,
+ "type": "pathP",
+ "name": 173,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 173,
+ "ctrlPoint1": {
+ "x": 997,
+ "y": 1707,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1014,
+ "y": 1727,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1023,
+ "y": 1737,
+ "r": 5,
+ "type": "pathP",
+ "name": 173,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 1785,
+ "r": 5,
+ "type": "pathP",
+ "name": 174,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 174,
+ "ctrlPoint1": {
+ "x": 1008,
+ "y": 1749,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 978,
+ "y": 1773,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 1785,
+ "r": 5,
+ "type": "pathP",
+ "name": 174,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 929,
+ "y": 1750,
+ "r": 5,
+ "type": "pathP",
+ "name": 171,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 699,
+ "ctrlPoint1": {
+ "x": 955,
+ "y": 1776,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 937,
+ "y": 1758,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L344",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\96ab5ff4-ddbd-4deb-b99f-84ff754380d0\\L344_1134069_H·GENTEEL.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 979,
+ "yaxis": 1753,
+ "shopNav": 93,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 965,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1090,
+ "y": 1686,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 179,
+ "ctrlPoint1": {
+ "x": 996,
+ "y": 1761,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1058,
+ "y": 1711,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1090,
+ "y": 1686,
+ "r": 5,
+ "type": "pathP",
+ "name": 179,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1148,
+ "y": 1765,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 180,
+ "ctrlPoint1": {
+ "x": 1105,
+ "y": 1703,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1133,
+ "y": 1740,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1148,
+ "y": 1765,
+ "r": 5,
+ "type": "pathP",
+ "name": 180,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1020,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 181,
+ "ctrlPoint1": {
+ "x": 1116,
+ "y": 1787,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1052,
+ "y": 1831,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1020,
+ "y": 1853,
+ "r": 5,
+ "type": "pathP",
+ "name": 181,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 993,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "name": 182,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 182,
+ "ctrlPoint1": {
+ "x": 1013,
+ "y": 1844,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 999,
+ "y": 1828,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 993,
+ "y": 1820,
+ "r": 5,
+ "type": "pathP",
+ "name": 182,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 965,
+ "y": 1787,
+ "r": 5,
+ "type": "pathP",
+ "name": 178,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 183,
+ "ctrlPoint1": {
+ "x": 986,
+ "y": 1811,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 972,
+ "y": 1795,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L350",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\6d99111b-7d69-4002-b6b8-138cc5b4f1e9\\L350_1134070_AUM.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1056,
+ "yaxis": 1769,
+ "shopNav": 95,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1148,
+ "y": 1767,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 185,
+ "ctrlPoint1": {
+ "x": 1052,
+ "y": 1832,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1116,
+ "y": 1788,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1148,
+ "y": 1767,
+ "r": 5,
+ "type": "pathP",
+ "name": 185,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1214,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "name": 186,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 186,
+ "ctrlPoint1": {
+ "x": 1167,
+ "y": 1792,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1200,
+ "y": 1847,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1214,
+ "y": 1874,
+ "r": 5,
+ "type": "pathP",
+ "name": 186,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1183,
+ "y": 1892,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 187,
+ "ctrlPoint1": {
+ "x": 1206,
+ "y": 1878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1190,
+ "y": 1887,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1183,
+ "y": 1892,
+ "r": 5,
+ "type": "pathP",
+ "name": 187,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1171,
+ "y": 1865,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 188,
+ "ctrlPoint1": {
+ "x": 1180,
+ "y": 1885,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1174,
+ "y": 1871,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1171,
+ "y": 1865,
+ "r": 5,
+ "type": "pathP",
+ "name": 188,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 189,
+ "ctrlPoint1": {
+ "x": 1146,
+ "y": 1879,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1096,
+ "y": 1907,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 1854,
+ "r": 5,
+ "type": "pathP",
+ "name": 184,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 190,
+ "ctrlPoint1": {
+ "x": 1059,
+ "y": 1905,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1033,
+ "y": 1871,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L354",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\5b5c9df3-bedc-4cbf-bf01-77ca0e1b256b\\L354_1134071_UnderArmour.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1117,
+ "yaxis": 1844,
+ "shopNav": 96,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1072,
+ "y": 1923,
+ "r": 5,
+ "type": "pathP",
+ "name": 191,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1170,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 192,
+ "ctrlPoint1": {
+ "x": 1096,
+ "y": 1908,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1145,
+ "y": 1880,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1170,
+ "y": 1866,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1186,
+ "y": 1900,
+ "r": 5,
+ "type": "pathP",
+ "name": 193,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 193,
+ "ctrlPoint1": {
+ "x": 1174,
+ "y": 1874,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1182,
+ "y": 1891,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1186,
+ "y": 1900,
+ "r": 5,
+ "type": "pathP",
+ "name": 193,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1149,
+ "y": 1920,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 194,
+ "ctrlPoint1": {
+ "x": 1176,
+ "y": 1905,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1158,
+ "y": 1915,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1149,
+ "y": 1920,
+ "r": 5,
+ "type": "pathP",
+ "name": 194,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1172,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "name": 195,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 195,
+ "ctrlPoint1": {
+ "x": 1154,
+ "y": 1932,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1166,
+ "y": 1958,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1172,
+ "y": 1971,
+ "r": 5,
+ "type": "pathP",
+ "name": 195,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1117,
+ "y": 1999,
+ "r": 5,
+ "type": "pathP",
+ "name": 196,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 196,
+ "ctrlPoint1": {
+ "x": 1158,
+ "y": 1978,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1130,
+ "y": 1992,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1117,
+ "y": 1999,
+ "r": 5,
+ "type": "pathP",
+ "name": 196,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1072,
+ "y": 1923,
+ "r": 5,
+ "type": "pathP",
+ "name": 191,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 197,
+ "ctrlPoint1": {
+ "x": 1105,
+ "y": 1980,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1083,
+ "y": 1942,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L360",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\3b348bec-bae7-45e0-8396-839b20641f8a\\L360_1134072_Ankorau.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1129,
+ "yaxis": 1932,
+ "shopNav": 98,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 2014,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1166,
+ "y": 1991,
+ "r": 5,
+ "type": "pathP",
+ "name": 199,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 199,
+ "ctrlPoint1": {
+ "x": 1135,
+ "y": 2008,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1155,
+ "y": 1996,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1166,
+ "y": 1991,
+ "r": 5,
+ "type": "pathP",
+ "name": 199,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1198,
+ "y": 2055,
+ "r": 5,
+ "type": "pathP",
+ "name": 555,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 555,
+ "ctrlPoint1": {
+ "x": 1174,
+ "y": 2007,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1190,
+ "y": 2039,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1198,
+ "y": 2055,
+ "r": 5,
+ "type": "pathP",
+ "name": 555,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1152,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 556,
+ "ctrlPoint1": {
+ "x": 1186,
+ "y": 2059,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1163,
+ "y": 2067,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1152,
+ "y": 2071,
+ "r": 5,
+ "type": "pathP",
+ "name": 201,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 2014,
+ "r": 5,
+ "type": "pathP",
+ "name": 198,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 202,
+ "ctrlPoint1": {
+ "x": 1145,
+ "y": 2056,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1131,
+ "y": 2028,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L362",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\fa40d03f-8c35-4a11-a6fe-0f7ffb661669\\L362_1134073_HappySocks.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1161,
+ "yaxis": 2031,
+ "shopNav": 99,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1336,
+ "y": 2107,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1183,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 204,
+ "ctrlPoint1": {
+ "x": 1297,
+ "y": 2118,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1221,
+ "y": 2141,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1183,
+ "y": 2153,
+ "r": 5,
+ "type": "pathP",
+ "name": 204,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1154,
+ "y": 2072,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 205,
+ "ctrlPoint1": {
+ "x": 1175,
+ "y": 2132,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1161,
+ "y": 2092,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1154,
+ "y": 2072,
+ "r": 5,
+ "type": "pathP",
+ "name": 205,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1200,
+ "y": 2056,
+ "r": 5,
+ "type": "pathP",
+ "name": 206,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 206,
+ "ctrlPoint1": {
+ "x": 1165,
+ "y": 2068,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1188,
+ "y": 2060,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1200,
+ "y": 2056,
+ "r": 5,
+ "type": "pathP",
+ "name": 206,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1186,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "name": 207,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 207,
+ "ctrlPoint1": {
+ "x": 1196,
+ "y": 2048,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1189,
+ "y": 2033,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1186,
+ "y": 2026,
+ "r": 5,
+ "type": "pathP",
+ "name": 207,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1255,
+ "y": 1993,
+ "r": 5,
+ "type": "pathP",
+ "name": 208,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 208,
+ "ctrlPoint1": {
+ "x": 1203,
+ "y": 2017,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1237,
+ "y": 2001,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1255,
+ "y": 1993,
+ "r": 5,
+ "type": "pathP",
+ "name": 208,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 1947,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 209,
+ "ctrlPoint1": {
+ "x": 1250,
+ "y": 1981,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1240,
+ "y": 1958,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 1947,
+ "r": 5,
+ "type": "pathP",
+ "name": 209,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1268,
+ "y": 1931,
+ "r": 5,
+ "type": "pathP",
+ "name": 210,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 210,
+ "ctrlPoint1": {
+ "x": 1243,
+ "y": 1943,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1259,
+ "y": 1935,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1268,
+ "y": 1931,
+ "r": 5,
+ "type": "pathP",
+ "name": 210,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1336,
+ "y": 2107,
+ "r": 5,
+ "type": "pathP",
+ "name": 203,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 211,
+ "ctrlPoint1": {
+ "x": 1288,
+ "y": 1972,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1321,
+ "y": 2057,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L366",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\db0c1dfd-0f31-471f-8146-33bbacd37212\\L366_1134074_Nike.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1245,
+ "yaxis": 2042,
+ "shopNav": 100,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1183,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "name": 211,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1322,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "name": 212,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 212,
+ "ctrlPoint1": {
+ "x": 1217,
+ "y": 2144,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1287,
+ "y": 2124,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1322,
+ "y": 2114,
+ "r": 5,
+ "type": "pathP",
+ "name": 212,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1362,
+ "y": 2290,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 227,
+ "ctrlPoint1": {
+ "x": 1333,
+ "y": 2154,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1358,
+ "y": 2240,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1362,
+ "y": 2290,
+ "r": 5,
+ "type": "pathP",
+ "name": 213,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "name": 214,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 214,
+ "ctrlPoint1": {
+ "x": 1355,
+ "y": 2291,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1343,
+ "y": 2293,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 2294,
+ "r": 5,
+ "type": "pathP",
+ "name": 214,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1329,
+ "y": 2243,
+ "r": 5,
+ "type": "pathP",
+ "name": 215,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 215,
+ "ctrlPoint1": {
+ "x": 1335,
+ "y": 2281,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1331,
+ "y": 2255,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1329,
+ "y": 2243,
+ "r": 5,
+ "type": "pathP",
+ "name": 215,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1236,
+ "y": 2258,
+ "r": 5,
+ "type": "pathP",
+ "name": 216,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 216,
+ "ctrlPoint1": {
+ "x": 1305,
+ "y": 2246,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1259,
+ "y": 2254,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1236,
+ "y": 2258,
+ "r": 5,
+ "type": "pathP",
+ "name": 216,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1229,
+ "y": 2231,
+ "r": 5,
+ "type": "pathP",
+ "name": 217,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 217,
+ "ctrlPoint1": {
+ "x": 1234,
+ "y": 2251,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1230,
+ "y": 2237,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1229,
+ "y": 2231,
+ "r": 5,
+ "type": "pathP",
+ "name": 217,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1204,
+ "y": 2237,
+ "r": 5,
+ "type": "pathP",
+ "name": 218,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 218,
+ "ctrlPoint1": {
+ "x": 1222,
+ "y": 2232,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1210,
+ "y": 2235,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1204,
+ "y": 2237,
+ "r": 5,
+ "type": "pathP",
+ "name": 218,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1183,
+ "y": 2155,
+ "r": 5,
+ "type": "pathP",
+ "name": 211,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 223,
+ "ctrlPoint1": {
+ "x": 1201,
+ "y": 2213,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1188,
+ "y": 2175,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L370",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\61b3d66a-72c7-4119-a33c-e904d552c0e4\\L370_1134075_Adidas(HomeCourt).jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1272,
+ "yaxis": 2204,
+ "shopNav": 101,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1203,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "name": 228,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1228,
+ "y": 2233,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 229,
+ "ctrlPoint1": {
+ "x": 1209,
+ "y": 2237,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1221,
+ "y": 2234,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1228,
+ "y": 2233,
+ "r": 5,
+ "type": "pathP",
+ "name": 229,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1239,
+ "y": 2297,
+ "r": 5,
+ "type": "pathP",
+ "name": 230,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 230,
+ "ctrlPoint1": {
+ "x": 1233,
+ "y": 2252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1237,
+ "y": 2277,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1239,
+ "y": 2297,
+ "r": 5,
+ "type": "pathP",
+ "name": 230,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1215,
+ "y": 2302,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 231,
+ "ctrlPoint1": {
+ "x": 1233,
+ "y": 2298,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1221,
+ "y": 2300,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1215,
+ "y": 2302,
+ "r": 5,
+ "type": "pathP",
+ "name": 231,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1203,
+ "y": 2239,
+ "r": 5,
+ "type": "pathP",
+ "name": 228,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 232,
+ "ctrlPoint1": {
+ "x": 1212,
+ "y": 2286,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1206,
+ "y": 2254,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L374",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\44beef76-6bec-44aa-aa92-3e7ed62575d8\\L374_1134076_Lamy.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1221,
+ "yaxis": 2267,
+ "shopNav": 105,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1216,
+ "y": 2318,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1277,
+ "y": 2306,
+ "r": 5,
+ "type": "pathP",
+ "name": 234,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 234,
+ "ctrlPoint1": {
+ "x": 1231,
+ "y": 2315,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1261,
+ "y": 2309,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1277,
+ "y": 2306,
+ "r": 5,
+ "type": "pathP",
+ "name": 234,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1288,
+ "y": 2380,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 743,
+ "ctrlPoint1": {
+ "x": 1279,
+ "y": 2324,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1285,
+ "y": 2361,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1288,
+ "y": 2380,
+ "r": 5,
+ "type": "pathP",
+ "name": 238,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1290,
+ "y": 2403,
+ "r": 5,
+ "type": "pathP",
+ "name": 239,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 239,
+ "ctrlPoint1": {
+ "x": 1288,
+ "y": 2385,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1289,
+ "y": 2397,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1290,
+ "y": 2403,
+ "r": 5,
+ "type": "pathP",
+ "name": 239,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1223,
+ "y": 2411,
+ "r": 5,
+ "type": "pathP",
+ "name": 240,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 240,
+ "ctrlPoint1": {
+ "x": 1273,
+ "y": 2405,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1239,
+ "y": 2409,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1223,
+ "y": 2411,
+ "r": 5,
+ "type": "pathP",
+ "name": 240,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1216,
+ "y": 2318,
+ "r": 5,
+ "type": "pathP",
+ "name": 233,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 241,
+ "ctrlPoint1": {
+ "x": 1222,
+ "y": 2386,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1222,
+ "y": 2347,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L376",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\92cf8d56-24b5-431f-b7a0-a821b71d8351\\L376_1134077_chonps.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1253,
+ "yaxis": 2358,
+ "shopNav": 106,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1397,
+ "y": 2498,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1391,
+ "y": 2373,
+ "r": 5,
+ "type": "pathP",
+ "name": 243,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 243,
+ "ctrlPoint1": {
+ "x": 1398,
+ "y": 2465,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1395,
+ "y": 2408,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1391,
+ "y": 2373,
+ "r": 5,
+ "type": "pathP",
+ "name": 243,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1290,
+ "y": 2381,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 740,
+ "ctrlPoint1": {
+ "x": 1365,
+ "y": 2375,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1315,
+ "y": 2379,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1290,
+ "y": 2381,
+ "r": 5,
+ "type": "pathP",
+ "name": 248,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1293,
+ "y": 2406,
+ "r": 5,
+ "type": "pathP",
+ "name": 249,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 249,
+ "ctrlPoint1": {
+ "x": 1290,
+ "y": 2387,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1292,
+ "y": 2399,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1293,
+ "y": 2406,
+ "r": 5,
+ "type": "pathP",
+ "name": 249,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1223,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 250,
+ "ctrlPoint1": {
+ "x": 1275,
+ "y": 2408,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1240,
+ "y": 2412,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1223,
+ "y": 2414,
+ "r": 5,
+ "type": "pathP",
+ "name": 250,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1220,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "name": 251,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 251,
+ "ctrlPoint1": {
+ "x": 1225,
+ "y": 2434,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1222,
+ "y": 2476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1220,
+ "y": 2496,
+ "r": 5,
+ "type": "pathP",
+ "name": 251,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1397,
+ "y": 2498,
+ "r": 5,
+ "type": "pathP",
+ "name": 242,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 252,
+ "ctrlPoint1": {
+ "x": 1264,
+ "y": 2496,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1352,
+ "y": 2497,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L378",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\0d3011bc-7168-4de0-8d52-ce98ae93980a\\L378_1134079_NewBalance.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1300,
+ "yaxis": 2464,
+ "shopNav": 107,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 2497,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1395,
+ "y": 2499,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 254,
+ "ctrlPoint1": {
+ "x": 1263,
+ "y": 2497,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1351,
+ "y": 2498,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1395,
+ "y": 2499,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1383,
+ "y": 2684,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 688,
+ "ctrlPoint1": {
+ "x": 1397,
+ "y": 2548,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1391,
+ "y": 2636,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1383,
+ "y": 2684,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1326,
+ "y": 2673,
+ "r": 5,
+ "type": "pathP",
+ "name": 258,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 258,
+ "ctrlPoint1": {
+ "x": 1368,
+ "y": 2681,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1340,
+ "y": 2675,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1326,
+ "y": 2673,
+ "r": 5,
+ "type": "pathP",
+ "name": 258,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1330,
+ "y": 2653,
+ "r": 5,
+ "type": "pathP",
+ "name": 259,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 259,
+ "ctrlPoint1": {
+ "x": 1327,
+ "y": 2668,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1329,
+ "y": 2658,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1330,
+ "y": 2653,
+ "r": 5,
+ "type": "pathP",
+ "name": 259,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1283,
+ "y": 2647,
+ "r": 5,
+ "type": "pathP",
+ "name": 260,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 260,
+ "ctrlPoint1": {
+ "x": 1318,
+ "y": 2651,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1294,
+ "y": 2648,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1283,
+ "y": 2647,
+ "r": 5,
+ "type": "pathP",
+ "name": 260,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1291,
+ "y": 2591,
+ "r": 5,
+ "type": "pathP",
+ "name": 261,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 261,
+ "ctrlPoint1": {
+ "x": 1285,
+ "y": 2633,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1289,
+ "y": 2605,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1291,
+ "y": 2591,
+ "r": 5,
+ "type": "pathP",
+ "name": 261,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1209,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 262,
+ "ctrlPoint1": {
+ "x": 1270,
+ "y": 2589,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1229,
+ "y": 2586,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1209,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "name": 262,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 2497,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 263,
+ "ctrlPoint1": {
+ "x": 1213,
+ "y": 2563,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1219,
+ "y": 2522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L384",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\c87a3e3b-7585-43e0-b69a-80a9c298ce01\\L384_1134164_yvvy.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1302,
+ "yaxis": 2590,
+ "shopNav": 108,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1207,
+ "y": 2587,
+ "r": 5,
+ "type": "pathP",
+ "name": 264,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1289,
+ "y": 2592,
+ "r": 5,
+ "type": "pathP",
+ "name": 265,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 265,
+ "ctrlPoint1": {
+ "x": 1227,
+ "y": 2588,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1268,
+ "y": 2590,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1289,
+ "y": 2592,
+ "r": 5,
+ "type": "pathP",
+ "name": 265,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1281,
+ "y": 2649,
+ "r": 5,
+ "type": "pathP",
+ "name": 266,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 266,
+ "ctrlPoint1": {
+ "x": 1287,
+ "y": 2606,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1283,
+ "y": 2634,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1281,
+ "y": 2649,
+ "r": 5,
+ "type": "pathP",
+ "name": 266,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1199,
+ "y": 2641,
+ "r": 5,
+ "type": "pathP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 686,
+ "ctrlPoint1": {
+ "x": 1260,
+ "y": 2647,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1219,
+ "y": 2643,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1199,
+ "y": 2641,
+ "r": 5,
+ "type": "pathP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1207,
+ "y": 2587,
+ "r": 5,
+ "type": "pathP",
+ "name": 264,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 270,
+ "ctrlPoint1": {
+ "x": 1197,
+ "y": 2628,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1203,
+ "y": 2599,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L388",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\91d399c3-ec27-4658-895c-37e209dd581a\\L388_1134084_Tomic.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1244,
+ "yaxis": 2618,
+ "shopNav": 109,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1254,
+ "y": 2760,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1200,
+ "y": 2657,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 274,
+ "ctrlPoint1": {
+ "x": 1230,
+ "y": 2737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1205,
+ "y": 2702,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1200,
+ "y": 2657,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1279,
+ "y": 2668,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 544,
+ "ctrlPoint1": {
+ "x": 1214,
+ "y": 2653,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1238,
+ "y": 2660,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1279,
+ "y": 2668,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1268,
+ "y": 2727,
+ "r": 5,
+ "type": "pathP",
+ "name": 696,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 696,
+ "ctrlPoint1": {
+ "x": 1276,
+ "y": 2682,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1270,
+ "y": 2712,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1268,
+ "y": 2727,
+ "r": 5,
+ "type": "pathP",
+ "name": 696,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1254,
+ "y": 2760,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 697,
+ "ctrlPoint1": {
+ "x": 1264,
+ "y": 2735,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1257,
+ "y": 2751,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L390",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\f6d1e667-6ed0-4aef-a8af-9470ee71ea93\\L390_1134085_Zens.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1239,
+ "yaxis": 2708,
+ "shopNav": 119,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1372,
+ "y": 2745,
+ "r": 5,
+ "type": "pathP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1352,
+ "y": 2820,
+ "r": 5,
+ "type": "pathP",
+ "name": 281,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 281,
+ "ctrlPoint1": {
+ "x": 1362,
+ "y": 2772,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1356,
+ "y": 2791,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1352,
+ "y": 2820,
+ "r": 5,
+ "type": "pathP",
+ "name": 281,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1275,
+ "y": 2832,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 543,
+ "ctrlPoint1": {
+ "x": 1332,
+ "y": 2823,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1294,
+ "y": 2829,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1275,
+ "y": 2832,
+ "r": 5,
+ "type": "pathP",
+ "name": 283,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1255,
+ "y": 2762,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 284,
+ "ctrlPoint1": {
+ "x": 1276,
+ "y": 2808,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1274,
+ "y": 2786,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1255,
+ "y": 2762,
+ "r": 5,
+ "type": "pathP",
+ "name": 284,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1270,
+ "y": 2728,
+ "r": 5,
+ "type": "pathP",
+ "name": 286,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 691,
+ "ctrlPoint1": {
+ "x": 1258,
+ "y": 2753,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1266,
+ "y": 2736,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1270,
+ "y": 2728,
+ "r": 5,
+ "type": "pathP",
+ "name": 286,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1372,
+ "y": 2745,
+ "r": 5,
+ "type": "pathP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 690,
+ "ctrlPoint1": {
+ "x": 1295,
+ "y": 2732,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1346,
+ "y": 2740,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L392",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\a5da167e-6c89-433b-b9f6-b91983d6afd1\\L392_1134087_Editorby造物.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1313,
+ "yaxis": 2780,
+ "shopNav": 118,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1351,
+ "y": 2822,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1361,
+ "y": 2879,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 290,
+ "ctrlPoint1": {
+ "x": 1353,
+ "y": 2841,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1357,
+ "y": 2859,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1361,
+ "y": 2879,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1327,
+ "y": 2884,
+ "r": 5,
+ "type": "pathP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 291,
+ "ctrlPoint1": {
+ "x": 1339,
+ "y": 2884,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1333,
+ "y": 2885,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1327,
+ "y": 2884,
+ "r": 5,
+ "type": "pathP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1269,
+ "y": 2850,
+ "r": 5,
+ "type": "pathP",
+ "name": 292,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 292,
+ "ctrlPoint1": {
+ "x": 1314,
+ "y": 2878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1286,
+ "y": 2856,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1269,
+ "y": 2850,
+ "r": 5,
+ "type": "pathP",
+ "name": 292,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1274,
+ "y": 2834,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 293,
+ "ctrlPoint1": {
+ "x": 1270,
+ "y": 2846,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1272,
+ "y": 2838,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1274,
+ "y": 2834,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1351,
+ "y": 2822,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 542,
+ "ctrlPoint1": {
+ "x": 1293,
+ "y": 2831,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1331,
+ "y": 2825,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L394",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\92f839d9-0d2b-463b-80fe-d29ad34de712\\L394_1134165_Sandra.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1315,
+ "yaxis": 2853,
+ "shopNav": 116,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1260,
+ "y": 3008,
+ "r": 5,
+ "type": "pathP",
+ "name": 298,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1370,
+ "y": 2983,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 299,
+ "ctrlPoint1": {
+ "x": 1287,
+ "y": 3001,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1342,
+ "y": 2989,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1370,
+ "y": 2983,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1388,
+ "y": 2960,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 300,
+ "ctrlPoint1": {
+ "x": 1380,
+ "y": 2979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1387,
+ "y": 2968,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1388,
+ "y": 2960,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1378,
+ "y": 2908,
+ "r": 5,
+ "type": "pathP",
+ "name": 303,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 531,
+ "ctrlPoint1": {
+ "x": 1385,
+ "y": 2947,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1380,
+ "y": 2921,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1378,
+ "y": 2908,
+ "r": 5,
+ "type": "pathP",
+ "name": 303,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1315,
+ "y": 2913,
+ "r": 5,
+ "type": "pathP",
+ "name": 304,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 304,
+ "ctrlPoint1": {
+ "x": 1362,
+ "y": 2909,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1335,
+ "y": 2919,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1315,
+ "y": 2913,
+ "r": 5,
+ "type": "pathP",
+ "name": 304,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1257,
+ "y": 2877,
+ "r": 5,
+ "type": "pathP",
+ "name": 306,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 533,
+ "ctrlPoint1": {
+ "x": 1300,
+ "y": 2904,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1271,
+ "y": 2886,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1257,
+ "y": 2877,
+ "r": 5,
+ "type": "pathP",
+ "name": 306,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1235,
+ "y": 2895,
+ "r": 5,
+ "type": "pathP",
+ "name": 536,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 536,
+ "ctrlPoint1": {
+ "x": 1251,
+ "y": 2881,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1240,
+ "y": 2890,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1235,
+ "y": 2895,
+ "r": 5,
+ "type": "pathP",
+ "name": 536,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1260,
+ "y": 3008,
+ "r": 5,
+ "type": "pathP",
+ "name": 298,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 537,
+ "ctrlPoint1": {
+ "x": 1241,
+ "y": 2923,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1253,
+ "y": 2979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L391",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\3c5e8dde-adeb-4549-bc31-295e6fd21a91\\L391_1134086_舞渔.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1311,
+ "yaxis": 2942,
+ "shopNav": 117,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1152,
+ "y": 2905,
+ "r": 5,
+ "type": "pathP",
+ "name": 311,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 3005,
+ "r": 5,
+ "type": "pathP",
+ "name": 312,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 312,
+ "ctrlPoint1": {
+ "x": 1145,
+ "y": 2930,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1131,
+ "y": 2980,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 3005,
+ "r": 5,
+ "type": "pathP",
+ "name": 312,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1258,
+ "y": 3008,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 313,
+ "ctrlPoint1": {
+ "x": 1178,
+ "y": 3016,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1217,
+ "y": 3019,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1258,
+ "y": 3008,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1233,
+ "y": 2895,
+ "r": 5,
+ "type": "pathP",
+ "name": 315,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 538,
+ "ctrlPoint1": {
+ "x": 1251,
+ "y": 2979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1239,
+ "y": 2923,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1233,
+ "y": 2895,
+ "r": 5,
+ "type": "pathP",
+ "name": 315,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1152,
+ "y": 2905,
+ "r": 5,
+ "type": "pathP",
+ "name": 311,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 316,
+ "ctrlPoint1": {
+ "x": 1210,
+ "y": 2908,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1183,
+ "y": 2913,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L387",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\ffd354d8-fd7c-4413-8024-b68c7716c4ad\\L387_1134083_Dynaudio.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1191,
+ "yaxis": 2951,
+ "shopNav": 115,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1082,
+ "y": 2855,
+ "r": 5,
+ "type": "pathP",
+ "name": 317,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 985,
+ "y": 2915,
+ "r": 5,
+ "type": "pathP",
+ "name": 319,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 540,
+ "ctrlPoint1": {
+ "x": 1057,
+ "y": 2870,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1003,
+ "y": 2892,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 985,
+ "y": 2915,
+ "r": 5,
+ "type": "pathP",
+ "name": 319,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1123,
+ "y": 3004,
+ "r": 5,
+ "type": "pathP",
+ "name": 320,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 320,
+ "ctrlPoint1": {
+ "x": 1013,
+ "y": 2957,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1080,
+ "y": 2992,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1123,
+ "y": 3004,
+ "r": 5,
+ "type": "pathP",
+ "name": 320,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1150,
+ "y": 2905,
+ "r": 5,
+ "type": "pathP",
+ "name": 321,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 321,
+ "ctrlPoint1": {
+ "x": 1129,
+ "y": 2979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1143,
+ "y": 2929,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1150,
+ "y": 2905,
+ "r": 5,
+ "type": "pathP",
+ "name": 321,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1082,
+ "y": 2855,
+ "r": 5,
+ "type": "pathP",
+ "name": 317,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 322,
+ "ctrlPoint1": {
+ "x": 1122,
+ "y": 2896,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1102,
+ "y": 2887,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L383",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\125fd828-9ffe-471d-896f-512d980ca2ba\\L383_1134082_Kraemerparisxkhaki.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1067,
+ "yaxis": 2929,
+ "shopNav": 114,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1001,
+ "y": 2752,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1066,
+ "y": 2779,
+ "r": 5,
+ "type": "pathP",
+ "name": 324,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 324,
+ "ctrlPoint1": {
+ "x": 1017,
+ "y": 2758,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1049,
+ "y": 2772,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1066,
+ "y": 2779,
+ "r": 5,
+ "type": "pathP",
+ "name": 324,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1074,
+ "y": 2836,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 325,
+ "ctrlPoint1": {
+ "x": 1065,
+ "y": 2800,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1069,
+ "y": 2819,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1074,
+ "y": 2836,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1029,
+ "y": 2857,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 326,
+ "ctrlPoint1": {
+ "x": 1062,
+ "y": 2841,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1040,
+ "y": 2851,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1029,
+ "y": 2857,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 970,
+ "y": 2838,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 327,
+ "ctrlPoint1": {
+ "x": 1014,
+ "y": 2852,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 984,
+ "y": 2842,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 970,
+ "y": 2838,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1001,
+ "y": 2752,
+ "r": 5,
+ "type": "pathP",
+ "name": 323,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 684,
+ "ctrlPoint1": {
+ "x": 977,
+ "y": 2816,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 993,
+ "y": 2773,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L381",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\ea1be479-ade1-49ca-a0b0-ae2adc2000c7\\L381_1134163_微热山丘.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1022,
+ "yaxis": 2804,
+ "shopNav": 113,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1016,
+ "y": 2714,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1005,
+ "y": 2746,
+ "r": 5,
+ "type": "pathP",
+ "name": 332,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 332,
+ "ctrlPoint1": {
+ "x": 1013,
+ "y": 2722,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1007,
+ "y": 2738,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1005,
+ "y": 2746,
+ "r": 5,
+ "type": "pathP",
+ "name": 332,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1068,
+ "y": 2772,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 333,
+ "ctrlPoint1": {
+ "x": 1020,
+ "y": 2752,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1052,
+ "y": 2765,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1068,
+ "y": 2772,
+ "r": 5,
+ "type": "pathP",
+ "name": 333,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1079,
+ "y": 2737,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 334,
+ "ctrlPoint1": {
+ "x": 1070,
+ "y": 2763,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1076,
+ "y": 2745,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1079,
+ "y": 2737,
+ "r": 5,
+ "type": "pathP",
+ "name": 334,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1016,
+ "y": 2714,
+ "r": 5,
+ "type": "pathP",
+ "name": 331,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 335,
+ "ctrlPoint1": {
+ "x": 1063,
+ "y": 2731,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1031,
+ "y": 2719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L379B",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\06e86efc-b74f-4c11-93af-99c85b256003\\上海兴业太古汇LOGO.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1042,
+ "yaxis": 2743,
+ "shopNav": 112,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1035,
+ "y": 2671,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 2695,
+ "r": 5,
+ "type": "pathP",
+ "name": 337,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 337,
+ "ctrlPoint1": {
+ "x": 1050,
+ "y": 2677,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1080,
+ "y": 2689,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 2695,
+ "r": 5,
+ "type": "pathP",
+ "name": 337,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1080,
+ "y": 2735,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 338,
+ "ctrlPoint1": {
+ "x": 1091,
+ "y": 2705,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1083,
+ "y": 2725,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1080,
+ "y": 2735,
+ "r": 5,
+ "type": "pathP",
+ "name": 338,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1016,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 339,
+ "ctrlPoint1": {
+ "x": 1064,
+ "y": 2729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1032,
+ "y": 2717,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1016,
+ "y": 2712,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1035,
+ "y": 2671,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 546,
+ "ctrlPoint1": {
+ "x": 1020,
+ "y": 2701,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1030,
+ "y": 2681,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L379A",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\9920ba49-bd69-47db-80a2-e45f7bafc417\\L379a_1134080_Poa.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1055,
+ "yaxis": 2703,
+ "shopNav": 111,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1020,
+ "y": 2699,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 976,
+ "y": 2683,
+ "r": 5,
+ "type": "pathP",
+ "name": 344,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 344,
+ "ctrlPoint1": {
+ "x": 1009,
+ "y": 2695,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 987,
+ "y": 2687,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 976,
+ "y": 2683,
+ "r": 5,
+ "type": "pathP",
+ "name": 344,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1011,
+ "y": 2587,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 682,
+ "ctrlPoint1": {
+ "x": 984,
+ "y": 2659,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1002,
+ "y": 2611,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1011,
+ "y": 2587,
+ "r": 5,
+ "type": "pathP",
+ "name": 347,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1113,
+ "y": 2631,
+ "r": 5,
+ "type": "pathP",
+ "name": 350,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 548,
+ "ctrlPoint1": {
+ "x": 1036,
+ "y": 2598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1087,
+ "y": 2620,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1113,
+ "y": 2631,
+ "r": 5,
+ "type": "pathP",
+ "name": 350,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1095,
+ "y": 2692,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 351,
+ "ctrlPoint1": {
+ "x": 1111,
+ "y": 2650,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1104,
+ "y": 2674,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1095,
+ "y": 2692,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1035,
+ "y": 2669,
+ "r": 5,
+ "type": "pathP",
+ "name": 352,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 352,
+ "ctrlPoint1": {
+ "x": 1080,
+ "y": 2686,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1050,
+ "y": 2674,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1035,
+ "y": 2669,
+ "r": 5,
+ "type": "pathP",
+ "name": 352,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1020,
+ "y": 2699,
+ "r": 5,
+ "type": "pathP",
+ "name": 343,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 353,
+ "ctrlPoint1": {
+ "x": 1031,
+ "y": 2676,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1023,
+ "y": 2691,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L377",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\b32648dc-7609-435d-9cdc-e9144a474010\\L377_1134078_HEYTEA喜茶.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1044,
+ "yaxis": 2643,
+ "shopNav": 110,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1123,
+ "y": 2573,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1098,
+ "y": 2475,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 355,
+ "ctrlPoint1": {
+ "x": 1120,
+ "y": 2535,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1111,
+ "y": 2497,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1098,
+ "y": 2475,
+ "r": 5,
+ "type": "pathP",
+ "name": 355,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1088,
+ "y": 2480,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 356,
+ "ctrlPoint1": {
+ "x": 1095,
+ "y": 2476,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1090,
+ "y": 2478,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1088,
+ "y": 2480,
+ "r": 5,
+ "type": "pathP",
+ "name": 356,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 997,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 357,
+ "ctrlPoint1": {
+ "x": 1065,
+ "y": 2472,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1019,
+ "y": 2456,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 997,
+ "y": 2448,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1007,
+ "y": 2423,
+ "r": 5,
+ "type": "pathP",
+ "name": 358,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 358,
+ "ctrlPoint1": {
+ "x": 999,
+ "y": 2441,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1004,
+ "y": 2429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1007,
+ "y": 2423,
+ "r": 5,
+ "type": "pathP",
+ "name": 358,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 2438,
+ "r": 5,
+ "type": "pathP",
+ "name": 551,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 551,
+ "ctrlPoint1": {
+ "x": 1017,
+ "y": 2426,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1037,
+ "y": 2434,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 2438,
+ "r": 5,
+ "type": "pathP",
+ "name": 551,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1062,
+ "y": 2417,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 552,
+ "ctrlPoint1": {
+ "x": 1051,
+ "y": 2432,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1058,
+ "y": 2422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1062,
+ "y": 2417,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 2248,
+ "r": 5,
+ "type": "pathP",
+ "name": 361,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 361,
+ "ctrlPoint1": {
+ "x": 1039,
+ "y": 2370,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1005,
+ "y": 2305,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 2248,
+ "r": 5,
+ "type": "pathP",
+ "name": 361,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 2306,
+ "r": 5,
+ "type": "pathP",
+ "name": 362,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 362,
+ "ctrlPoint1": {
+ "x": 936,
+ "y": 2262,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 822,
+ "y": 2291,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 2306,
+ "r": 5,
+ "type": "pathP",
+ "name": 362,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 785,
+ "y": 2406,
+ "r": 5,
+ "type": "pathP",
+ "name": 363,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 363,
+ "ctrlPoint1": {
+ "x": 770,
+ "y": 2331,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 780,
+ "y": 2381,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 785,
+ "y": 2406,
+ "r": 5,
+ "type": "pathP",
+ "name": 363,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 816,
+ "y": 2417,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 364,
+ "ctrlPoint1": {
+ "x": 792,
+ "y": 2408,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 808,
+ "y": 2414,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 816,
+ "y": 2417,
+ "r": 5,
+ "type": "pathP",
+ "name": 364,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 678,
+ "y": 2762,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 365,
+ "ctrlPoint1": {
+ "x": 751,
+ "y": 2520,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 702,
+ "y": 2632,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 678,
+ "y": 2762,
+ "r": 5,
+ "type": "pathP",
+ "name": 365,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 709,
+ "y": 2774,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 366,
+ "ctrlPoint1": {
+ "x": 685,
+ "y": 2765,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 701,
+ "y": 2771,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 709,
+ "y": 2774,
+ "r": 5,
+ "type": "pathP",
+ "name": 366,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 704,
+ "y": 2812,
+ "r": 5,
+ "type": "pathP",
+ "name": 367,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 367,
+ "ctrlPoint1": {
+ "x": 707,
+ "y": 2783,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 705,
+ "y": 2802,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 704,
+ "y": 2812,
+ "r": 5,
+ "type": "pathP",
+ "name": 367,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 731,
+ "y": 2823,
+ "r": 5,
+ "type": "pathP",
+ "name": 368,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 368,
+ "ctrlPoint1": {
+ "x": 710,
+ "y": 2814,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 724,
+ "y": 2820,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 731,
+ "y": 2823,
+ "r": 5,
+ "type": "pathP",
+ "name": 368,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 749,
+ "y": 2805,
+ "r": 5,
+ "type": "pathP",
+ "name": 369,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 369,
+ "ctrlPoint1": {
+ "x": 735,
+ "y": 2818,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 744,
+ "y": 2809,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 749,
+ "y": 2805,
+ "r": 5,
+ "type": "pathP",
+ "name": 369,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 867,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "name": 370,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 370,
+ "ctrlPoint1": {
+ "x": 778,
+ "y": 2725,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 837,
+ "y": 2566,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 867,
+ "y": 2487,
+ "r": 5,
+ "type": "pathP",
+ "name": 370,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1123,
+ "y": 2573,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 680,
+ "ctrlPoint1": {
+ "x": 931,
+ "y": 2508,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1059,
+ "y": 2551,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L375",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\0dd68140-fa7b-4f04-b550-23eb2c101e3f\\L375_1134162_DMGTransformersFEC.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 941,
+ "yaxis": 2376,
+ "shopNav": 121,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 993,
+ "y": 2246,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 765,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "name": 379,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 379,
+ "ctrlPoint1": {
+ "x": 936,
+ "y": 2260,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 822,
+ "y": 2289,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 765,
+ "y": 2304,
+ "r": 5,
+ "type": "pathP",
+ "name": 379,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 734,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "name": 380,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 380,
+ "ctrlPoint1": {
+ "x": 757,
+ "y": 2280,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 741,
+ "y": 2232,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 734,
+ "y": 2209,
+ "r": 5,
+ "type": "pathP",
+ "name": 380,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 762,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "name": 381,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 381,
+ "ctrlPoint1": {
+ "x": 741,
+ "y": 2201,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 755,
+ "y": 2185,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 762,
+ "y": 2177,
+ "r": 5,
+ "type": "pathP",
+ "name": 381,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 474,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 382,
+ "ctrlPoint1": {
+ "x": 669,
+ "y": 2128,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 551,
+ "y": 2038,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 474,
+ "y": 1942,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 495,
+ "y": 1916,
+ "r": 5,
+ "type": "pathP",
+ "name": 383,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 383,
+ "ctrlPoint1": {
+ "x": 479,
+ "y": 1935,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 489,
+ "y": 1922,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 495,
+ "y": 1916,
+ "r": 5,
+ "type": "pathP",
+ "name": 383,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 471,
+ "y": 1886,
+ "r": 5,
+ "type": "pathP",
+ "name": 384,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 384,
+ "ctrlPoint1": {
+ "x": 489,
+ "y": 1908,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 477,
+ "y": 1893,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 471,
+ "y": 1886,
+ "r": 5,
+ "type": "pathP",
+ "name": 384,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 491,
+ "y": 1864,
+ "r": 5,
+ "type": "pathP",
+ "name": 385,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 385,
+ "ctrlPoint1": {
+ "x": 476,
+ "y": 1880,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 486,
+ "y": 1869,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 491,
+ "y": 1864,
+ "r": 5,
+ "type": "pathP",
+ "name": 385,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 469,
+ "y": 1831,
+ "r": 5,
+ "type": "pathP",
+ "name": 386,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 386,
+ "ctrlPoint1": {
+ "x": 485,
+ "y": 1855,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 474,
+ "y": 1839,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 469,
+ "y": 1831,
+ "r": 5,
+ "type": "pathP",
+ "name": 386,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 486,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 387,
+ "ctrlPoint1": {
+ "x": 473,
+ "y": 1824,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 481,
+ "y": 1811,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 486,
+ "y": 1805,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 558,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "name": 388,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 388,
+ "ctrlPoint1": {
+ "x": 504,
+ "y": 1820,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 540,
+ "y": 1852,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 558,
+ "y": 1868,
+ "r": 5,
+ "type": "pathP",
+ "name": 388,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 536,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "name": 389,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 389,
+ "ctrlPoint1": {
+ "x": 552,
+ "y": 1875,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 541,
+ "y": 1889,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 536,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "name": 389,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 760,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "name": 390,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 390,
+ "ctrlPoint1": {
+ "x": 592,
+ "y": 1944,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 704,
+ "y": 2040,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 760,
+ "y": 2089,
+ "r": 5,
+ "type": "pathP",
+ "name": 390,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 857,
+ "y": 1977,
+ "r": 5,
+ "type": "pathP",
+ "name": 391,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 391,
+ "ctrlPoint1": {
+ "x": 784,
+ "y": 2061,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 832,
+ "y": 2005,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 857,
+ "y": 1977,
+ "r": 5,
+ "type": "pathP",
+ "name": 391,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 928,
+ "y": 2038,
+ "r": 5,
+ "type": "pathP",
+ "name": 392,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 392,
+ "ctrlPoint1": {
+ "x": 874,
+ "y": 1992,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 910,
+ "y": 2022,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 928,
+ "y": 2038,
+ "r": 5,
+ "type": "pathP",
+ "name": 392,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 859,
+ "y": 2115,
+ "r": 5,
+ "type": "pathP",
+ "name": 393,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 393,
+ "ctrlPoint1": {
+ "x": 910,
+ "y": 2057,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 876,
+ "y": 2095,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 859,
+ "y": 2115,
+ "r": 5,
+ "type": "pathP",
+ "name": 393,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 898,
+ "y": 2150,
+ "r": 5,
+ "type": "pathP",
+ "name": 394,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 394,
+ "ctrlPoint1": {
+ "x": 868,
+ "y": 2123,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 888,
+ "y": 2141,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 898,
+ "y": 2150,
+ "r": 5,
+ "type": "pathP",
+ "name": 394,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 953,
+ "y": 2086,
+ "r": 5,
+ "type": "pathP",
+ "name": 395,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 395,
+ "ctrlPoint1": {
+ "x": 911,
+ "y": 2134,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 939,
+ "y": 2102,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 953,
+ "y": 2086,
+ "r": 5,
+ "type": "pathP",
+ "name": 395,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 934,
+ "y": 2069,
+ "r": 5,
+ "type": "pathP",
+ "name": 396,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 396,
+ "ctrlPoint1": {
+ "x": 948,
+ "y": 2081,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 938,
+ "y": 2073,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 934,
+ "y": 2069,
+ "r": 5,
+ "type": "pathP",
+ "name": 396,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 951,
+ "y": 2049,
+ "r": 5,
+ "type": "pathP",
+ "name": 397,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 397,
+ "ctrlPoint1": {
+ "x": 938,
+ "y": 2064,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 946,
+ "y": 2054,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 951,
+ "y": 2049,
+ "r": 5,
+ "type": "pathP",
+ "name": 397,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 973,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "name": 398,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 398,
+ "ctrlPoint1": {
+ "x": 956,
+ "y": 2049,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 967,
+ "y": 2049,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 973,
+ "y": 2050,
+ "r": 5,
+ "type": "pathP",
+ "name": 398,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 993,
+ "y": 2246,
+ "r": 5,
+ "type": "pathP",
+ "name": 378,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 399,
+ "ctrlPoint1": {
+ "x": 970,
+ "y": 2118,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 979,
+ "y": 2181,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L343",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\19184f59-a10c-4b3c-a8fa-6dbe7f35eeab\\L343_1134161_SpaceCycle.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 902,
+ "yaxis": 2214,
+ "shopNav": 122,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 867,
+ "y": 1966,
+ "r": 5,
+ "type": "pathP",
+ "name": 400,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 2027,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 401,
+ "ctrlPoint1": {
+ "x": 884,
+ "y": 1981,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 919,
+ "y": 2011,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 2027,
+ "r": 5,
+ "type": "pathP",
+ "name": 401,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 974,
+ "y": 2023,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 558,
+ "ctrlPoint1": {
+ "x": 946,
+ "y": 2020,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 964,
+ "y": 2024,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 974,
+ "y": 2023,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 961,
+ "y": 1932,
+ "r": 5,
+ "type": "pathP",
+ "name": 404,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 404,
+ "ctrlPoint1": {
+ "x": 977,
+ "y": 1998,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 973,
+ "y": 1963,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 961,
+ "y": 1932,
+ "r": 5,
+ "type": "pathP",
+ "name": 404,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 928,
+ "y": 1946,
+ "r": 5,
+ "type": "pathP",
+ "name": 405,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 405,
+ "ctrlPoint1": {
+ "x": 952,
+ "y": 1935,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 936,
+ "y": 1942,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 928,
+ "y": 1946,
+ "r": 5,
+ "type": "pathP",
+ "name": 405,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 901,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 557,
+ "ctrlPoint1": {
+ "x": 921,
+ "y": 1940,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 907,
+ "y": 1929,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 901,
+ "y": 1924,
+ "r": 5,
+ "type": "pathP",
+ "name": 407,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 867,
+ "y": 1966,
+ "r": 5,
+ "type": "pathP",
+ "name": 400,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 408,
+ "ctrlPoint1": {
+ "x": 892,
+ "y": 1934,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 875,
+ "y": 1955,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L339",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\f947727a-ff75-4442-9b61-bc2fd7df8a01\\L339_1134068_Asics.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 920,
+ "yaxis": 1975,
+ "shopNav": 97,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 794,
+ "y": 1897,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "name": 410,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 410,
+ "ctrlPoint1": {
+ "x": 812,
+ "y": 1875,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 849,
+ "y": 1832,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 1811,
+ "r": 5,
+ "type": "pathP",
+ "name": 410,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 942,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "name": 411,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 411,
+ "ctrlPoint1": {
+ "x": 888,
+ "y": 1830,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 925,
+ "y": 1868,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 942,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "name": 411,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 919,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "name": 413,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 861,
+ "ctrlPoint1": {
+ "x": 936,
+ "y": 1896,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 924,
+ "y": 1906,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 919,
+ "y": 1911,
+ "r": 5,
+ "type": "pathP",
+ "name": 413,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 1870,
+ "r": 5,
+ "type": "pathP",
+ "name": 414,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 414,
+ "ctrlPoint1": {
+ "x": 906,
+ "y": 1900,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 882,
+ "y": 1880,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 1870,
+ "r": 5,
+ "type": "pathP",
+ "name": 414,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 824,
+ "y": 1923,
+ "r": 5,
+ "type": "pathP",
+ "name": 415,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 415,
+ "ctrlPoint1": {
+ "x": 858,
+ "y": 1883,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 835,
+ "y": 1909,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 824,
+ "y": 1923,
+ "r": 5,
+ "type": "pathP",
+ "name": 415,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 794,
+ "y": 1897,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 416,
+ "ctrlPoint1": {
+ "x": 816,
+ "y": 1916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 801,
+ "y": 1903,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L337",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\43b0ff5b-6bc5-4672-81a5-93d33daa8305\\L337_1134067_CKPerformance.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 868,
+ "yaxis": 1867,
+ "shopNav": 94,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 793,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 868,
+ "y": 1810,
+ "r": 5,
+ "type": "pathP",
+ "name": 419,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 419,
+ "ctrlPoint1": {
+ "x": 811,
+ "y": 1874,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 849,
+ "y": 1831,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 868,
+ "y": 1810,
+ "r": 5,
+ "type": "pathP",
+ "name": 419,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 787,
+ "y": 1740,
+ "r": 5,
+ "type": "pathP",
+ "name": 420,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 420,
+ "ctrlPoint1": {
+ "x": 847,
+ "y": 1792,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 807,
+ "y": 1757,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 787,
+ "y": 1740,
+ "r": 5,
+ "type": "pathP",
+ "name": 420,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 713,
+ "y": 1826,
+ "r": 5,
+ "type": "pathP",
+ "name": 421,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 421,
+ "ctrlPoint1": {
+ "x": 768,
+ "y": 1761,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 731,
+ "y": 1804,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 713,
+ "y": 1826,
+ "r": 5,
+ "type": "pathP",
+ "name": 421,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 793,
+ "y": 1896,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 422,
+ "ctrlPoint1": {
+ "x": 733,
+ "y": 1843,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 773,
+ "y": 1878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L335b",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\0c5fc5fe-d6a8-4acc-9f35-fce25fb47cd4\\L335b_1134066_deGencens.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 790,
+ "yaxis": 1818,
+ "shopNav": 92,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 658,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "name": 423,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 712,
+ "y": 1825,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 424,
+ "ctrlPoint1": {
+ "x": 671,
+ "y": 1791,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 698,
+ "y": 1813,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 712,
+ "y": 1825,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 786,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "name": 425,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 425,
+ "ctrlPoint1": {
+ "x": 730,
+ "y": 1803,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 767,
+ "y": 1760,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 786,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "name": 425,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 729,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "name": 426,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 426,
+ "ctrlPoint1": {
+ "x": 771,
+ "y": 1729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 743,
+ "y": 1709,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 729,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "name": 426,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 658,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "name": 423,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 427,
+ "ctrlPoint1": {
+ "x": 711,
+ "y": 1720,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 675,
+ "y": 1760,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L333",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\de440543-5f8f-4ed7-932d-020094ae5cc2\\上海兴业太古汇LOGO.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 722,
+ "yaxis": 1762,
+ "shopNav": 90,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 656,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "name": 430,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 727,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 431,
+ "ctrlPoint1": {
+ "x": 673,
+ "y": 1760,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 709,
+ "y": 1720,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 727,
+ "y": 1700,
+ "r": 5,
+ "type": "pathP",
+ "name": 431,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 653,
+ "y": 1662,
+ "r": 5,
+ "type": "pathP",
+ "name": 432,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 432,
+ "ctrlPoint1": {
+ "x": 708,
+ "y": 1685,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 674,
+ "y": 1669,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 653,
+ "y": 1662,
+ "r": 5,
+ "type": "pathP",
+ "name": 432,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 646,
+ "y": 1687,
+ "r": 5,
+ "type": "pathP",
+ "name": 433,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 433,
+ "ctrlPoint1": {
+ "x": 651,
+ "y": 1668,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 647,
+ "y": 1680,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 646,
+ "y": 1687,
+ "r": 5,
+ "type": "pathP",
+ "name": 433,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 605,
+ "y": 1735,
+ "r": 5,
+ "type": "pathP",
+ "name": 434,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 434,
+ "ctrlPoint1": {
+ "x": 635,
+ "y": 1699,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 615,
+ "y": 1723,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 605,
+ "y": 1735,
+ "r": 5,
+ "type": "pathP",
+ "name": 434,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 656,
+ "y": 1780,
+ "r": 5,
+ "type": "pathP",
+ "name": 430,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 435,
+ "ctrlPoint1": {
+ "x": 617,
+ "y": 1746,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 643,
+ "y": 1768,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L331",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\5743674f-488f-43eb-a990-d1dd52e905d0\\L331_1134062_FionaChen.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 666,
+ "yaxis": 1721,
+ "shopNav": 88,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 513,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "name": 436,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 482,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 437,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 437,
+ "ctrlPoint1": {
+ "x": 505,
+ "y": 1645,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 489,
+ "y": 1663,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 482,
+ "y": 1673,
+ "r": 5,
+ "type": "pathP",
+ "name": 437,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 570,
+ "y": 1747,
+ "r": 5,
+ "type": "pathP",
+ "name": 438,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 438,
+ "ctrlPoint1": {
+ "x": 504,
+ "y": 1691,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 548,
+ "y": 1728,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 570,
+ "y": 1747,
+ "r": 5,
+ "type": "pathP",
+ "name": 438,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 605,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "name": 439,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 439,
+ "ctrlPoint1": {
+ "x": 578,
+ "y": 1737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 596,
+ "y": 1717,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 605,
+ "y": 1707,
+ "r": 5,
+ "type": "pathP",
+ "name": 439,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 595,
+ "y": 1649,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 860,
+ "ctrlPoint1": {
+ "x": 582,
+ "y": 1691,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 588,
+ "y": 1671,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 595,
+ "y": 1649,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 513,
+ "y": 1636,
+ "r": 5,
+ "type": "pathP",
+ "name": 436,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 443,
+ "ctrlPoint1": {
+ "x": 570,
+ "y": 1649,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 535,
+ "y": 1644,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L327",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\cbeef11c-8607-48eb-a1d4-b84a1e860379\\L327_1134061_URLAZH.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 543,
+ "yaxis": 1691,
+ "shopNav": 83,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 475,
+ "y": 1620,
+ "r": 5,
+ "type": "pathP",
+ "name": 444,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 380,
+ "y": 1728,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 445,
+ "ctrlPoint1": {
+ "x": 451,
+ "y": 1647,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 403,
+ "y": 1701,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 380,
+ "y": 1728,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 408,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 446,
+ "ctrlPoint1": {
+ "x": 387,
+ "y": 1734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 401,
+ "y": 1746,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 408,
+ "y": 1752,
+ "r": 5,
+ "type": "pathP",
+ "name": 446,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 366,
+ "y": 1797,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 447,
+ "ctrlPoint1": {
+ "x": 397,
+ "y": 1762,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 380,
+ "y": 1785,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 366,
+ "y": 1797,
+ "r": 5,
+ "type": "pathP",
+ "name": 447,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 342,
+ "y": 1798,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 448,
+ "ctrlPoint1": {
+ "x": 360,
+ "y": 1801,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 352,
+ "y": 1802,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 342,
+ "y": 1798,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 294,
+ "y": 1758,
+ "r": 5,
+ "type": "pathP",
+ "name": 449,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 449,
+ "ctrlPoint1": {
+ "x": 330,
+ "y": 1788,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 306,
+ "y": 1768,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 294,
+ "y": 1758,
+ "r": 5,
+ "type": "pathP",
+ "name": 449,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 256,
+ "y": 1642,
+ "r": 5,
+ "type": "pathP",
+ "name": 450,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 450,
+ "ctrlPoint1": {
+ "x": 284,
+ "y": 1729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 265,
+ "y": 1671,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 256,
+ "y": 1642,
+ "r": 5,
+ "type": "pathP",
+ "name": 450,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 417,
+ "y": 1585,
+ "r": 5,
+ "type": "pathP",
+ "name": 451,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 451,
+ "ctrlPoint1": {
+ "x": 296,
+ "y": 1627,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 376,
+ "y": 1599,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 417,
+ "y": 1585,
+ "r": 5,
+ "type": "pathP",
+ "name": 451,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 1579,
+ "r": 5,
+ "type": "pathP",
+ "name": 452,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 452,
+ "ctrlPoint1": {
+ "x": 418,
+ "y": 1583,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 421,
+ "y": 1580,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 1579,
+ "r": 5,
+ "type": "pathP",
+ "name": 452,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 475,
+ "y": 1620,
+ "r": 5,
+ "type": "pathP",
+ "name": 444,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 453,
+ "ctrlPoint1": {
+ "x": 435,
+ "y": 1591,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 457,
+ "y": 1609,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L319",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\5c1e260d-f179-45dc-91e6-e4a15b1f1ab6\\L319_1134058_LianViet&ThaiCuisine.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 365,
+ "yaxis": 1688,
+ "shopNav": 81,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 378,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 416,
+ "y": 1584,
+ "r": 5,
+ "type": "pathP",
+ "name": 455,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 455,
+ "ctrlPoint1": {
+ "x": 387,
+ "y": 1593,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 406,
+ "y": 1587,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 416,
+ "y": 1584,
+ "r": 5,
+ "type": "pathP",
+ "name": 455,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 423,
+ "y": 1578,
+ "r": 5,
+ "type": "pathP",
+ "name": 456,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 456,
+ "ctrlPoint1": {
+ "x": 417,
+ "y": 1582,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 421,
+ "y": 1579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 423,
+ "y": 1578,
+ "r": 5,
+ "type": "pathP",
+ "name": 456,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 375,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "name": 457,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 457,
+ "ctrlPoint1": {
+ "x": 405,
+ "y": 1551,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 386,
+ "y": 1522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 375,
+ "y": 1485,
+ "r": 5,
+ "type": "pathP",
+ "name": 457,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 342,
+ "y": 1498,
+ "r": 5,
+ "type": "pathP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 736,
+ "ctrlPoint1": {
+ "x": 366,
+ "y": 1488,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 350,
+ "y": 1494,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 342,
+ "y": 1498,
+ "r": 5,
+ "type": "pathP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 378,
+ "y": 1597,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 462,
+ "ctrlPoint1": {
+ "x": 351,
+ "y": 1522,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 369,
+ "y": 1572,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L317",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\1ec86ce2-cceb-4fa5-b561-e8f7fe37662d\\L317_1134056_Banxiaoxue.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 382,
+ "yaxis": 1541,
+ "shopNav": 80,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 286,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "name": 463,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 359,
+ "y": 1395,
+ "r": 5,
+ "type": "pathP",
+ "name": 464,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 464,
+ "ctrlPoint1": {
+ "x": 304,
+ "y": 1415,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 340,
+ "y": 1401,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 359,
+ "y": 1395,
+ "r": 5,
+ "type": "pathP",
+ "name": 464,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 370,
+ "y": 1470,
+ "r": 5,
+ "type": "pathP",
+ "name": 465,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 465,
+ "ctrlPoint1": {
+ "x": 361,
+ "y": 1413,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 367,
+ "y": 1451,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 370,
+ "y": 1470,
+ "r": 5,
+ "type": "pathP",
+ "name": 465,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 336,
+ "y": 1480,
+ "r": 5,
+ "type": "pathP",
+ "name": 466,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 466,
+ "ctrlPoint1": {
+ "x": 361,
+ "y": 1472,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 344,
+ "y": 1477,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 336,
+ "y": 1480,
+ "r": 5,
+ "type": "pathP",
+ "name": 466,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 328,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "name": 467,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 467,
+ "ctrlPoint1": {
+ "x": 334,
+ "y": 1474,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 330,
+ "y": 1464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 328,
+ "y": 1459,
+ "r": 5,
+ "type": "pathP",
+ "name": 467,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 303,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "name": 468,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 468,
+ "ctrlPoint1": {
+ "x": 321,
+ "y": 1461,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 309,
+ "y": 1465,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 303,
+ "y": 1468,
+ "r": 5,
+ "type": "pathP",
+ "name": 468,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 286,
+ "y": 1422,
+ "r": 5,
+ "type": "pathP",
+ "name": 463,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 469,
+ "ctrlPoint1": {
+ "x": 298,
+ "y": 1456,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 290,
+ "y": 1433,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L315",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\7e4153c1-9a55-476b-982a-f8484be55ebb\\L315_1134054_UOOYAA.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 328,
+ "yaxis": 1437,
+ "shopNav": 79,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 262,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "name": 470,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 286,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 471,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 471,
+ "ctrlPoint1": {
+ "x": 268,
+ "y": 1366,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 280,
+ "y": 1402,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 286,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 471,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 360,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "name": 472,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 472,
+ "ctrlPoint1": {
+ "x": 304,
+ "y": 1413,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 341,
+ "y": 1399,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 360,
+ "y": 1393,
+ "r": 5,
+ "type": "pathP",
+ "name": 472,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 304,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "name": 474,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 765,
+ "ctrlPoint1": {
+ "x": 355,
+ "y": 1361,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 326,
+ "y": 1345,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 304,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "name": 474,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 291,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "name": 475,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 475,
+ "ctrlPoint1": {
+ "x": 300,
+ "y": 1328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 294,
+ "y": 1334,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 291,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "name": 475,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 262,
+ "y": 1348,
+ "r": 5,
+ "type": "pathP",
+ "name": 470,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 476,
+ "ctrlPoint1": {
+ "x": 283,
+ "y": 1339,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 269,
+ "y": 1345,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\40fa7dc2-b844-4551-ae4e-c8c58021f067\\微信图片_20200423165102.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 311,
+ "yaxis": 1372,
+ "shopNav": 71,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {
+ "crossorigin": "anonymous"
+ },
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 129,
+ "y": 1276,
+ "r": 5,
+ "type": "pathP",
+ "name": 477,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 164,
+ "y": 1265,
+ "r": 5,
+ "type": "pathP",
+ "name": 478,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 478,
+ "ctrlPoint1": {
+ "x": 137,
+ "y": 1273,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 155,
+ "y": 1267,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 164,
+ "y": 1265,
+ "r": 5,
+ "type": "pathP",
+ "name": 478,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 173,
+ "y": 1289,
+ "r": 5,
+ "type": "pathP",
+ "name": 479,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 479,
+ "ctrlPoint1": {
+ "x": 166,
+ "y": 1271,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 170,
+ "y": 1283,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 173,
+ "y": 1289,
+ "r": 5,
+ "type": "pathP",
+ "name": 479,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 261,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "name": 480,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 480,
+ "ctrlPoint1": {
+ "x": 195,
+ "y": 1282,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 239,
+ "y": 1268,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 261,
+ "y": 1261,
+ "r": 5,
+ "type": "pathP",
+ "name": 480,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 301,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "name": 481,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 481,
+ "ctrlPoint1": {
+ "x": 269,
+ "y": 1280,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 285,
+ "y": 1308,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 301,
+ "y": 1325,
+ "r": 5,
+ "type": "pathP",
+ "name": 481,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 289,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "name": 482,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 482,
+ "ctrlPoint1": {
+ "x": 298,
+ "y": 1328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 292,
+ "y": 1334,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 289,
+ "y": 1337,
+ "r": 5,
+ "type": "pathP",
+ "name": 482,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 261,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "name": 483,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 483,
+ "ctrlPoint1": {
+ "x": 282,
+ "y": 1339,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 268,
+ "y": 1344,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 261,
+ "y": 1347,
+ "r": 5,
+ "type": "pathP",
+ "name": 483,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 285,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 484,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 484,
+ "ctrlPoint1": {
+ "x": 267,
+ "y": 1365,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 279,
+ "y": 1401,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 285,
+ "y": 1420,
+ "r": 5,
+ "type": "pathP",
+ "name": 484,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 261,
+ "y": 1428,
+ "r": 5,
+ "type": "pathP",
+ "name": 485,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 485,
+ "ctrlPoint1": {
+ "x": 279,
+ "y": 1422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 267,
+ "y": 1426,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 261,
+ "y": 1428,
+ "r": 5,
+ "type": "pathP",
+ "name": 485,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 256,
+ "y": 1418,
+ "r": 5,
+ "type": "pathP",
+ "name": 486,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 486,
+ "ctrlPoint1": {
+ "x": 259,
+ "y": 1425,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 257,
+ "y": 1420,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 256,
+ "y": 1418,
+ "r": 5,
+ "type": "pathP",
+ "name": 486,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 204,
+ "y": 1435,
+ "r": 5,
+ "type": "pathP",
+ "name": 487,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 487,
+ "ctrlPoint1": {
+ "x": 243,
+ "y": 1422,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 217,
+ "y": 1430,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 204,
+ "y": 1435,
+ "r": 5,
+ "type": "pathP",
+ "name": 487,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 183,
+ "y": 1375,
+ "r": 5,
+ "type": "pathP",
+ "name": 488,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 488,
+ "ctrlPoint1": {
+ "x": 198,
+ "y": 1420,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 188,
+ "y": 1390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 183,
+ "y": 1375,
+ "r": 5,
+ "type": "pathP",
+ "name": 488,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 166,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 489,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 489,
+ "ctrlPoint1": {
+ "x": 178,
+ "y": 1376,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 170,
+ "y": 1380,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 166,
+ "y": 1382,
+ "r": 5,
+ "type": "pathP",
+ "name": 489,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 129,
+ "y": 1276,
+ "r": 5,
+ "type": "pathP",
+ "name": 477,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 490,
+ "ctrlPoint1": {
+ "x": 156,
+ "y": 1355,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 138,
+ "y": 1302,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L307",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\04885a6c-4fde-4ca6-9578-cc3e049b3713\\微信图片_20200423165102.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 215,
+ "yaxis": 1348,
+ "shopNav": 70,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 99,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "name": 491,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 130,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 492,
+ "ctrlPoint1": {
+ "x": 106,
+ "y": 1207,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 122,
+ "y": 1252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 130,
+ "y": 1275,
+ "r": 5,
+ "type": "pathP",
+ "name": 492,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 165,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 493,
+ "ctrlPoint1": {
+ "x": 138,
+ "y": 1272,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 156,
+ "y": 1266,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 165,
+ "y": 1264,
+ "r": 5,
+ "type": "pathP",
+ "name": 493,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 174,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 494,
+ "ctrlPoint1": {
+ "x": 167,
+ "y": 1270,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 171,
+ "y": 1282,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 174,
+ "y": 1288,
+ "r": 5,
+ "type": "pathP",
+ "name": 494,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 262,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "name": 495,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 495,
+ "ctrlPoint1": {
+ "x": 196,
+ "y": 1280,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 240,
+ "y": 1266,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 262,
+ "y": 1259,
+ "r": 5,
+ "type": "pathP",
+ "name": 495,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 250,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "name": 496,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 496,
+ "ctrlPoint1": {
+ "x": 259,
+ "y": 1243,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 253,
+ "y": 1213,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 250,
+ "y": 1198,
+ "r": 5,
+ "type": "pathP",
+ "name": 496,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 221,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "name": 497,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 497,
+ "ctrlPoint1": {
+ "x": 250,
+ "y": 1173,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 241,
+ "y": 1152,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 221,
+ "y": 1145,
+ "r": 5,
+ "type": "pathP",
+ "name": 497,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 99,
+ "y": 1185,
+ "r": 5,
+ "type": "pathP",
+ "name": 491,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 498,
+ "ctrlPoint1": {
+ "x": 190,
+ "y": 1155,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 129,
+ "y": 1175,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L301",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\c7b85106-bd35-47c8-993f-b931e7202749\\微信图片_20200423165102.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 180,
+ "yaxis": 1216,
+ "shopNav": 69,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 729,
+ "y": 3067,
+ "r": 5,
+ "type": "pathP",
+ "name": 499,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 689,
+ "y": 3076,
+ "r": 5,
+ "type": "pathP",
+ "name": 500,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 500,
+ "ctrlPoint1": {
+ "x": 719,
+ "y": 3069,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 699,
+ "y": 3073,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 689,
+ "y": 3076,
+ "r": 5,
+ "type": "pathP",
+ "name": 500,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 677,
+ "y": 3028,
+ "r": 5,
+ "type": "pathP",
+ "name": 501,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 501,
+ "ctrlPoint1": {
+ "x": 686,
+ "y": 3064,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 680,
+ "y": 3040,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 677,
+ "y": 3028,
+ "r": 5,
+ "type": "pathP",
+ "name": 501,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 772,
+ "y": 3005,
+ "r": 5,
+ "type": "pathP",
+ "name": 502,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 502,
+ "ctrlPoint1": {
+ "x": 700,
+ "y": 3022,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 748,
+ "y": 3010,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 772,
+ "y": 3005,
+ "r": 5,
+ "type": "pathP",
+ "name": 502,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 778,
+ "y": 3033,
+ "r": 5,
+ "type": "pathP",
+ "name": 503,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 503,
+ "ctrlPoint1": {
+ "x": 773,
+ "y": 3012,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 776,
+ "y": 3026,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 778,
+ "y": 3033,
+ "r": 5,
+ "type": "pathP",
+ "name": 503,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 806,
+ "y": 3026,
+ "r": 5,
+ "type": "pathP",
+ "name": 504,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 504,
+ "ctrlPoint1": {
+ "x": 785,
+ "y": 3031,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 799,
+ "y": 3027,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 806,
+ "y": 3026,
+ "r": 5,
+ "type": "pathP",
+ "name": 504,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 800,
+ "y": 2991,
+ "r": 5,
+ "type": "pathP",
+ "name": 505,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 505,
+ "ctrlPoint1": {
+ "x": 804,
+ "y": 3017,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 801,
+ "y": 2999,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 800,
+ "y": 2991,
+ "r": 5,
+ "type": "pathP",
+ "name": 505,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 673,
+ "y": 2938,
+ "r": 5,
+ "type": "pathP",
+ "name": 508,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 508,
+ "ctrlPoint1": {
+ "x": 768,
+ "y": 2977,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 704,
+ "y": 2951,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 673,
+ "y": 2938,
+ "r": 5,
+ "type": "pathP",
+ "name": 508,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 651,
+ "y": 2939,
+ "r": 5,
+ "type": "pathP",
+ "name": 509,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 509,
+ "ctrlPoint1": {
+ "x": 667,
+ "y": 2935,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 656,
+ "y": 2938,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 651,
+ "y": 2939,
+ "r": 5,
+ "type": "pathP",
+ "name": 509,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 624,
+ "y": 2965,
+ "r": 5,
+ "type": "pathP",
+ "name": 510,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 510,
+ "ctrlPoint1": {
+ "x": 644,
+ "y": 2945,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 630,
+ "y": 2958,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 624,
+ "y": 2965,
+ "r": 5,
+ "type": "pathP",
+ "name": 510,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 617,
+ "y": 2986,
+ "r": 5,
+ "type": "pathP",
+ "name": 511,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 511,
+ "ctrlPoint1": {
+ "x": 620,
+ "y": 2969,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 617,
+ "y": 2979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 617,
+ "y": 2986,
+ "r": 5,
+ "type": "pathP",
+ "name": 511,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 651,
+ "y": 3127,
+ "r": 5,
+ "type": "pathP",
+ "name": 512,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 512,
+ "ctrlPoint1": {
+ "x": 625,
+ "y": 3021,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 642,
+ "y": 3091,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 651,
+ "y": 3127,
+ "r": 5,
+ "type": "pathP",
+ "name": 512,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 730,
+ "y": 3107,
+ "r": 5,
+ "type": "pathP",
+ "name": 513,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 513,
+ "ctrlPoint1": {
+ "x": 670,
+ "y": 3122,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 710,
+ "y": 3112,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 730,
+ "y": 3107,
+ "r": 5,
+ "type": "pathP",
+ "name": 513,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 729,
+ "y": 3067,
+ "r": 5,
+ "type": "pathP",
+ "name": 499,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 541,
+ "ctrlPoint1": {
+ "x": 729,
+ "y": 3097,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 729,
+ "y": 3077,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "S302",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\85641298-69f6-4199-89b0-0adaa8d87572\\S302_1134112_FIFTHBYHAIRCODE.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 682,
+ "yaxis": 2996,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 855,
+ "y": 3227,
+ "r": 5,
+ "type": "pathP",
+ "name": 516,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 882,
+ "y": 3335,
+ "r": 5,
+ "type": "pathP",
+ "name": 519,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 539,
+ "ctrlPoint1": {
+ "x": 861,
+ "y": 3254,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 875,
+ "y": 3308,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 882,
+ "y": 3335,
+ "r": 5,
+ "type": "pathP",
+ "name": 519,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 991,
+ "y": 3308,
+ "r": 5,
+ "type": "pathP",
+ "name": 520,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 520,
+ "ctrlPoint1": {
+ "x": 909,
+ "y": 3328,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 963,
+ "y": 3314,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 991,
+ "y": 3308,
+ "r": 5,
+ "type": "pathP",
+ "name": 520,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 985,
+ "y": 3283,
+ "r": 5,
+ "type": "pathP",
+ "name": 521,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 521,
+ "ctrlPoint1": {
+ "x": 989,
+ "y": 3301,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 986,
+ "y": 3289,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 985,
+ "y": 3283,
+ "r": 5,
+ "type": "pathP",
+ "name": 521,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1008,
+ "y": 3276,
+ "r": 5,
+ "type": "pathP",
+ "name": 522,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 522,
+ "ctrlPoint1": {
+ "x": 990,
+ "y": 3281,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1002,
+ "y": 3277,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1008,
+ "y": 3276,
+ "r": 5,
+ "type": "pathP",
+ "name": 522,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1021,
+ "y": 3321,
+ "r": 5,
+ "type": "pathP",
+ "name": 523,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 523,
+ "ctrlPoint1": {
+ "x": 1011,
+ "y": 3287,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1017,
+ "y": 3309,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1021,
+ "y": 3321,
+ "r": 5,
+ "type": "pathP",
+ "name": 523,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1057,
+ "y": 3312,
+ "r": 5,
+ "type": "pathP",
+ "name": 524,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 524,
+ "ctrlPoint1": {
+ "x": 1030,
+ "y": 3318,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1048,
+ "y": 3314,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1057,
+ "y": 3312,
+ "r": 5,
+ "type": "pathP",
+ "name": 524,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1048,
+ "y": 3276,
+ "r": 5,
+ "type": "pathP",
+ "name": 525,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 525,
+ "ctrlPoint1": {
+ "x": 1054,
+ "y": 3303,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1050,
+ "y": 3285,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1048,
+ "y": 3276,
+ "r": 5,
+ "type": "pathP",
+ "name": 525,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1169,
+ "y": 3244,
+ "r": 5,
+ "type": "pathP",
+ "name": 526,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 526,
+ "ctrlPoint1": {
+ "x": 1078,
+ "y": 3268,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1138,
+ "y": 3252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1169,
+ "y": 3244,
+ "r": 5,
+ "type": "pathP",
+ "name": 526,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1153,
+ "y": 3175,
+ "r": 5,
+ "type": "pathP",
+ "name": 527,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 527,
+ "ctrlPoint1": {
+ "x": 1165,
+ "y": 3226,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1157,
+ "y": 3192,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1153,
+ "y": 3175,
+ "r": 5,
+ "type": "pathP",
+ "name": 527,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1125,
+ "y": 3160,
+ "r": 5,
+ "type": "pathP",
+ "name": 528,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 528,
+ "ctrlPoint1": {
+ "x": 1148,
+ "y": 3166,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1140,
+ "y": 3159,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1125,
+ "y": 3160,
+ "r": 5,
+ "type": "pathP",
+ "name": 528,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 855,
+ "y": 3227,
+ "r": 5,
+ "type": "pathP",
+ "name": 516,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 529,
+ "ctrlPoint1": {
+ "x": 1057,
+ "y": 3176,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 922,
+ "y": 3210,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "S301",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\3ef5cccd-d226-4d23-a095-2cff33a58a7b\\S301_1134173_THEPEACOCKROOM孔雀厅.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1012,
+ "yaxis": 3247,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1249,
+ "y": 3169,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1464,
+ "y": 3110,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "ctrlPoint1": {
+ "x": 1302,
+ "y": 3154,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1410,
+ "y": 3124,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1464,
+ "y": 3110,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1498,
+ "y": 3237,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 1472,
+ "y": 3141,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1489,
+ "y": 3205,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1498,
+ "y": 3237,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1440,
+ "y": 3254,
+ "r": 5,
+ "type": "pathP",
+ "name": 746,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 746,
+ "ctrlPoint1": {
+ "x": 1491,
+ "y": 3261,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1463,
+ "y": 3268,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1440,
+ "y": 3254,
+ "r": 5,
+ "type": "pathP",
+ "name": 746,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1342,
+ "y": 3281,
+ "r": 5,
+ "type": "pathP",
+ "name": 749,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 749,
+ "ctrlPoint1": {
+ "x": 1415,
+ "y": 3260,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1366,
+ "y": 3274,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1342,
+ "y": 3281,
+ "r": 5,
+ "type": "pathP",
+ "name": 749,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1286,
+ "y": 3296,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 750,
+ "ctrlPoint1": {
+ "x": 1331,
+ "y": 3303,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1302,
+ "y": 3311,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1286,
+ "y": 3296,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1249,
+ "y": 3169,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "ctrlPoint1": {
+ "x": 1276,
+ "y": 3264,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1258,
+ "y": 3200,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1373,
+ "yaxis": 3203,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1820,
+ "y": 2734,
+ "r": 5,
+ "type": "pathP",
+ "name": 751,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1931,
+ "y": 2801,
+ "r": 5,
+ "type": "pathP",
+ "name": 752,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 752,
+ "ctrlPoint1": {
+ "x": 1847,
+ "y": 2750,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1903,
+ "y": 2784,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1931,
+ "y": 2801,
+ "r": 5,
+ "type": "pathP",
+ "name": 752,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1996,
+ "y": 3071,
+ "r": 5,
+ "type": "pathP",
+ "name": 753,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 753,
+ "ctrlPoint1": {
+ "x": 1947,
+ "y": 2868,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1979,
+ "y": 3003,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1996,
+ "y": 3071,
+ "r": 5,
+ "type": "pathP",
+ "name": 753,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1840,
+ "y": 3112,
+ "r": 5,
+ "type": "pathP",
+ "name": 754,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 754,
+ "ctrlPoint1": {
+ "x": 1957,
+ "y": 3081,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1879,
+ "y": 3101,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1840,
+ "y": 3112,
+ "r": 5,
+ "type": "pathP",
+ "name": 754,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1728,
+ "y": 3046,
+ "r": 5,
+ "type": "pathP",
+ "name": 755,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 755,
+ "ctrlPoint1": {
+ "x": 1812,
+ "y": 3095,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1756,
+ "y": 3062,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1728,
+ "y": 3046,
+ "r": 5,
+ "type": "pathP",
+ "name": 755,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1658,
+ "y": 2774,
+ "r": 5,
+ "type": "pathP",
+ "name": 756,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 756,
+ "ctrlPoint1": {
+ "x": 1710,
+ "y": 2978,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1675,
+ "y": 2842,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1658,
+ "y": 2774,
+ "r": 5,
+ "type": "pathP",
+ "name": 756,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1820,
+ "y": 2734,
+ "r": 5,
+ "type": "pathP",
+ "name": 751,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 757,
+ "ctrlPoint1": {
+ "x": 1698,
+ "y": 2764,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1779,
+ "y": 2744,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1827,
+ "yaxis": 2923,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 937,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 758,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 965,
+ "y": 107,
+ "r": 5,
+ "type": "pathP",
+ "name": 759,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 759,
+ "ctrlPoint1": {
+ "x": 1000,
+ "y": 13,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1008,
+ "y": 72,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 965,
+ "y": 107,
+ "r": 5,
+ "type": "pathP",
+ "name": 759,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 563,
+ "y": 223,
+ "r": 5,
+ "type": "pathP",
+ "name": 760,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 760,
+ "ctrlPoint1": {
+ "x": 864,
+ "y": 136,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 663,
+ "y": 194,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 563,
+ "y": 223,
+ "r": 5,
+ "type": "pathP",
+ "name": 760,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 347,
+ "y": 400,
+ "r": 5,
+ "type": "pathP",
+ "name": 761,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 761,
+ "ctrlPoint1": {
+ "x": 483,
+ "y": 252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 401,
+ "y": 355,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 347,
+ "y": 400,
+ "r": 5,
+ "type": "pathP",
+ "name": 761,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 85,
+ "y": 258,
+ "r": 5,
+ "type": "pathP",
+ "name": 762,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 762,
+ "ctrlPoint1": {
+ "x": 237,
+ "y": 478,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 78,
+ "y": 382,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 85,
+ "y": 258,
+ "r": 5,
+ "type": "pathP",
+ "name": 762,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 328,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 763,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 763,
+ "ctrlPoint1": {
+ "x": 93,
+ "y": 107,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 218,
+ "y": 8,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 328,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 763,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 937,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 758,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 764,
+ "ctrlPoint1": {
+ "x": 480,
+ "y": 5,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 784,
+ "y": 5,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 861,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 525,
+ "yaxis": 202,
+ "shopNav": 136,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "path": {
+ "nodes": [
+ {
+ "x": -100,
+ "y": -100,
+ "id": 0,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 263,
+ "y": 1196,
+ "id": 1,
+ "list": [
+ {
+ "x": 238,
+ "y": 1126,
+ "id": 2,
+ "cost": 74
+ },
+ {
+ "x": 291,
+ "y": 1281,
+ "id": 4,
+ "cost": 89
+ },
+ {
+ "x": 228,
+ "y": 1208,
+ "id": 69,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 238,
+ "y": 1126,
+ "id": 2,
+ "list": [
+ {
+ "x": 263,
+ "y": 1196,
+ "id": 1,
+ "cost": 74
+ },
+ {
+ "x": 222,
+ "y": 1088,
+ "id": 68,
+ "cost": 41
+ },
+ {
+ "x": 119,
+ "y": 1167,
+ "id": 137,
+ "cost": 125
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 3,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 291,
+ "y": 1281,
+ "id": 4,
+ "list": [
+ {
+ "x": 263,
+ "y": 1196,
+ "id": 1,
+ "cost": 89
+ },
+ {
+ "x": 348,
+ "y": 1338,
+ "id": 5,
+ "cost": 80
+ },
+ {
+ "x": 259,
+ "y": 1296,
+ "id": 70,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 348,
+ "y": 1338,
+ "id": 5,
+ "list": [
+ {
+ "x": 291,
+ "y": 1281,
+ "id": 4,
+ "cost": 80
+ },
+ {
+ "x": 394,
+ "y": 1346,
+ "id": 6,
+ "cost": 46
+ },
+ {
+ "x": 316,
+ "y": 1353,
+ "id": 71,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 394,
+ "y": 1346,
+ "id": 6,
+ "list": [
+ {
+ "x": 348,
+ "y": 1338,
+ "id": 5,
+ "cost": 46
+ },
+ {
+ "x": 436,
+ "y": 1324,
+ "id": 7,
+ "cost": 47
+ },
+ {
+ "x": 384,
+ "y": 1444,
+ "id": 12,
+ "cost": 98
+ },
+ {
+ "x": 430,
+ "y": 1421,
+ "id": 138,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 436,
+ "y": 1324,
+ "id": 7,
+ "list": [
+ {
+ "x": 394,
+ "y": 1346,
+ "id": 6,
+ "cost": 47
+ },
+ {
+ "x": 458,
+ "y": 1276,
+ "id": 8,
+ "cost": 52
+ },
+ {
+ "x": 481,
+ "y": 1397,
+ "id": 18,
+ "cost": 85
+ },
+ {
+ "x": 430,
+ "y": 1421,
+ "id": 138,
+ "cost": 97
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 458,
+ "y": 1276,
+ "id": 8,
+ "list": [
+ {
+ "x": 436,
+ "y": 1324,
+ "id": 7,
+ "cost": 52
+ },
+ {
+ "x": 452,
+ "y": 1214,
+ "id": 9,
+ "cost": 62
+ },
+ {
+ "x": 497,
+ "y": 1284,
+ "id": 75,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 452,
+ "y": 1214,
+ "id": 9,
+ "list": [
+ {
+ "x": 458,
+ "y": 1276,
+ "id": 8,
+ "cost": 62
+ },
+ {
+ "x": 428,
+ "y": 1148,
+ "id": 10,
+ "cost": 70
+ },
+ {
+ "x": 487,
+ "y": 1202,
+ "id": 74,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 428,
+ "y": 1148,
+ "id": 10,
+ "list": [
+ {
+ "x": 452,
+ "y": 1214,
+ "id": 9,
+ "cost": 70
+ },
+ {
+ "x": 406,
+ "y": 1095,
+ "id": 11,
+ "cost": 57
+ },
+ {
+ "x": 463,
+ "y": 1137,
+ "id": 73,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 406,
+ "y": 1095,
+ "id": 11,
+ "list": [
+ {
+ "x": 428,
+ "y": 1148,
+ "id": 10,
+ "cost": 57
+ },
+ {
+ "x": 441,
+ "y": 1082,
+ "id": 72,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 384,
+ "y": 1444,
+ "id": 12,
+ "list": [
+ {
+ "x": 394,
+ "y": 1346,
+ "id": 6,
+ "cost": 98
+ },
+ {
+ "x": 349,
+ "y": 1455,
+ "id": 79,
+ "cost": 36
+ },
+ {
+ "x": 430,
+ "y": 1421,
+ "id": 138,
+ "cost": 51
+ },
+ {
+ "x": 411,
+ "y": 1526,
+ "id": 166,
+ "cost": 86
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 13,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 14,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 497,
+ "y": 1620,
+ "id": 15,
+ "list": [
+ {
+ "x": 421,
+ "y": 1694,
+ "id": 125,
+ "cost": 106
+ },
+ {
+ "x": 452,
+ "y": 1585,
+ "id": 167,
+ "cost": 57
+ },
+ {
+ "x": 560,
+ "y": 1630,
+ "id": 168,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 16,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 678,
+ "y": 1618,
+ "id": 17,
+ "list": [
+ {
+ "x": 719,
+ "y": 1645,
+ "id": 22,
+ "cost": 49
+ },
+ {
+ "x": 560,
+ "y": 1630,
+ "id": 168,
+ "cost": 118
+ },
+ {
+ "x": 636,
+ "y": 1576,
+ "id": 169,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 481,
+ "y": 1397,
+ "id": 18,
+ "list": [
+ {
+ "x": 436,
+ "y": 1324,
+ "id": 7,
+ "cost": 85
+ },
+ {
+ "x": 518,
+ "y": 1369,
+ "id": 77,
+ "cost": 46
+ },
+ {
+ "x": 430,
+ "y": 1421,
+ "id": 138,
+ "cost": 56
+ },
+ {
+ "x": 522,
+ "y": 1447,
+ "id": 171,
+ "cost": 64
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 19,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 20,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 21,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 719,
+ "y": 1645,
+ "id": 22,
+ "list": [
+ {
+ "x": 678,
+ "y": 1618,
+ "id": 17,
+ "cost": 49
+ },
+ {
+ "x": 788,
+ "y": 1696,
+ "id": 23,
+ "cost": 85
+ },
+ {
+ "x": 754,
+ "y": 1592,
+ "id": 87,
+ "cost": 63
+ },
+ {
+ "x": 684,
+ "y": 1700,
+ "id": 88,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 788,
+ "y": 1696,
+ "id": 23,
+ "list": [
+ {
+ "x": 719,
+ "y": 1645,
+ "id": 22,
+ "cost": 85
+ },
+ {
+ "x": 842,
+ "y": 1744,
+ "id": 24,
+ "cost": 72
+ },
+ {
+ "x": 822,
+ "y": 1643,
+ "id": 89,
+ "cost": 62
+ },
+ {
+ "x": 757,
+ "y": 1740,
+ "id": 90,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 842,
+ "y": 1744,
+ "id": 24,
+ "list": [
+ {
+ "x": 788,
+ "y": 1696,
+ "id": 23,
+ "cost": 72
+ },
+ {
+ "x": 904,
+ "y": 1797,
+ "id": 25,
+ "cost": 81
+ },
+ {
+ "x": 900,
+ "y": 1681,
+ "id": 91,
+ "cost": 85
+ },
+ {
+ "x": 807,
+ "y": 1791,
+ "id": 92,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 904,
+ "y": 1797,
+ "id": 25,
+ "list": [
+ {
+ "x": 842,
+ "y": 1744,
+ "id": 24,
+ "cost": 81
+ },
+ {
+ "x": 944,
+ "y": 1840,
+ "id": 26,
+ "cost": 58
+ },
+ {
+ "x": 953,
+ "y": 1755,
+ "id": 93,
+ "cost": 64
+ },
+ {
+ "x": 861,
+ "y": 1838,
+ "id": 94,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 944,
+ "y": 1840,
+ "id": 26,
+ "list": [
+ {
+ "x": 904,
+ "y": 1797,
+ "id": 25,
+ "cost": 58
+ },
+ {
+ "x": 990,
+ "y": 1898,
+ "id": 27,
+ "cost": 74
+ },
+ {
+ "x": 1001,
+ "y": 1791,
+ "id": 95,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 990,
+ "y": 1898,
+ "id": 27,
+ "list": [
+ {
+ "x": 944,
+ "y": 1840,
+ "id": 26,
+ "cost": 74
+ },
+ {
+ "x": 1076,
+ "y": 1967,
+ "id": 38,
+ "cost": 110
+ },
+ {
+ "x": 1051,
+ "y": 1864,
+ "id": 96,
+ "cost": 69
+ },
+ {
+ "x": 1031.0333333333333,
+ "y": 1989,
+ "id": 156,
+ "cost": 99
+ },
+ {
+ "x": 992,
+ "y": 1995.2756183745582,
+ "id": 175,
+ "cost": 97
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 28,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 29,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 992,
+ "y": 2146,
+ "id": 30,
+ "list": [
+ {
+ "x": 909,
+ "y": 2178,
+ "id": 122,
+ "cost": 88
+ },
+ {
+ "x": 1008,
+ "y": 2236,
+ "id": 177,
+ "cost": 91
+ },
+ {
+ "x": 995,
+ "y": 2041,
+ "id": 129,
+ "cost": 105
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 31,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 32,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 33,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 34,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1173,
+ "y": 2550,
+ "id": 35,
+ "list": [
+ {
+ "x": 1160,
+ "y": 2614,
+ "id": 49,
+ "cost": 65
+ },
+ {
+ "x": 1239,
+ "y": 2555,
+ "id": 108,
+ "cost": 66
+ },
+ {
+ "x": 1162.2941176470588,
+ "y": 2460,
+ "id": 164,
+ "cost": 90
+ },
+ {
+ "x": 1114,
+ "y": 2467,
+ "id": 188,
+ "cost": 101
+ },
+ {
+ "x": 1206,
+ "y": 2452.985416666667,
+ "id": 189,
+ "cost": 102
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 36,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 37,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1076,
+ "y": 1967,
+ "id": 38,
+ "list": [
+ {
+ "x": 990,
+ "y": 1898,
+ "id": 27,
+ "cost": 110
+ },
+ {
+ "x": 1114,
+ "y": 1953,
+ "id": 98,
+ "cost": 40
+ },
+ {
+ "x": 1031.0333333333333,
+ "y": 1989,
+ "id": 156,
+ "cost": 50
+ },
+ {
+ "x": 1117,
+ "y": 2047,
+ "id": 181,
+ "cost": 89
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 39,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 40,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 41,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 42,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 43,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 44,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 45,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 46,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 47,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 48,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1160,
+ "y": 2614,
+ "id": 49,
+ "list": [
+ {
+ "x": 1173,
+ "y": 2550,
+ "id": 35,
+ "cost": 65
+ },
+ {
+ "x": 1158,
+ "y": 2686,
+ "id": 50,
+ "cost": 72
+ },
+ {
+ "x": 1218,
+ "y": 2615,
+ "id": 109,
+ "cost": 58
+ },
+ {
+ "x": 1089,
+ "y": 2640,
+ "id": 110,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1158,
+ "y": 2686,
+ "id": 50,
+ "list": [
+ {
+ "x": 1160,
+ "y": 2614,
+ "id": 49,
+ "cost": 72
+ },
+ {
+ "x": 1116,
+ "y": 2712,
+ "id": 51,
+ "cost": 49
+ },
+ {
+ "x": 1201,
+ "y": 2709,
+ "id": 60,
+ "cost": 48
+ },
+ {
+ "x": 1165,
+ "y": 2754,
+ "id": 192,
+ "cost": 68
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1116,
+ "y": 2712,
+ "id": 51,
+ "list": [
+ {
+ "x": 1158,
+ "y": 2686,
+ "id": 50,
+ "cost": 49
+ },
+ {
+ "x": 1083,
+ "y": 2755,
+ "id": 52,
+ "cost": 54
+ },
+ {
+ "x": 1077,
+ "y": 2704,
+ "id": 111,
+ "cost": 39
+ },
+ {
+ "x": 1165,
+ "y": 2754,
+ "id": 192,
+ "cost": 64
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1083,
+ "y": 2755,
+ "id": 52,
+ "list": [
+ {
+ "x": 1116,
+ "y": 2712,
+ "id": 51,
+ "cost": 54
+ },
+ {
+ "x": 1082,
+ "y": 2812,
+ "id": 53,
+ "cost": 57
+ },
+ {
+ "x": 1058,
+ "y": 2746,
+ "id": 112,
+ "cost": 26
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1082,
+ "y": 2812,
+ "id": 53,
+ "list": [
+ {
+ "x": 1083,
+ "y": 2755,
+ "id": 52,
+ "cost": 57
+ },
+ {
+ "x": 1044,
+ "y": 2819,
+ "id": 113,
+ "cost": 38
+ },
+ {
+ "x": 1091.5652173913045,
+ "y": 2832,
+ "id": 131,
+ "cost": 22
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1104,
+ "y": 2858,
+ "id": 54,
+ "list": [
+ {
+ "x": 1148,
+ "y": 2882,
+ "id": 55,
+ "cost": 50
+ },
+ {
+ "x": 1078,
+ "y": 2894,
+ "id": 114,
+ "cost": 44
+ },
+ {
+ "x": 1091.5652173913045,
+ "y": 2832,
+ "id": 131,
+ "cost": 28
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1148,
+ "y": 2882,
+ "id": 55,
+ "list": [
+ {
+ "x": 1104,
+ "y": 2858,
+ "id": 54,
+ "cost": 50
+ },
+ {
+ "x": 1205,
+ "y": 2882,
+ "id": 56,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1205,
+ "y": 2882,
+ "id": 56,
+ "list": [
+ {
+ "x": 1148,
+ "y": 2882,
+ "id": 55,
+ "cost": 57
+ },
+ {
+ "x": 1250,
+ "y": 2854,
+ "id": 57,
+ "cost": 53
+ },
+ {
+ "x": 1206,
+ "y": 2935,
+ "id": 115,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1250,
+ "y": 2854,
+ "id": 57,
+ "list": [
+ {
+ "x": 1205,
+ "y": 2882,
+ "id": 56,
+ "cost": 53
+ },
+ {
+ "x": 1258,
+ "y": 2802,
+ "id": 58,
+ "cost": 52
+ },
+ {
+ "x": 1290,
+ "y": 2888,
+ "id": 64,
+ "cost": 52
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1258,
+ "y": 2802,
+ "id": 58,
+ "list": [
+ {
+ "x": 1250,
+ "y": 2854,
+ "id": 57,
+ "cost": 52
+ },
+ {
+ "x": 1230,
+ "y": 2748,
+ "id": 59,
+ "cost": 60
+ },
+ {
+ "x": 1297,
+ "y": 2794,
+ "id": 118,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1230,
+ "y": 2748,
+ "id": 59,
+ "list": [
+ {
+ "x": 1258,
+ "y": 2802,
+ "id": 58,
+ "cost": 60
+ },
+ {
+ "x": 1201,
+ "y": 2709,
+ "id": 60,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1201,
+ "y": 2709,
+ "id": 60,
+ "list": [
+ {
+ "x": 1158,
+ "y": 2686,
+ "id": 50,
+ "cost": 48
+ },
+ {
+ "x": 1230,
+ "y": 2748,
+ "id": 59,
+ "cost": 48
+ },
+ {
+ "x": 1234,
+ "y": 2699,
+ "id": 119,
+ "cost": 34
+ },
+ {
+ "x": 1165,
+ "y": 2754,
+ "id": 192,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 61,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 62,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 63,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1290,
+ "y": 2888,
+ "id": 64,
+ "list": [
+ {
+ "x": 1250,
+ "y": 2854,
+ "id": 57,
+ "cost": 52
+ },
+ {
+ "x": 1356,
+ "y": 2898,
+ "id": 65,
+ "cost": 66
+ },
+ {
+ "x": 1307,
+ "y": 2849,
+ "id": 116,
+ "cost": 42
+ },
+ {
+ "x": 1270,
+ "y": 2925,
+ "id": 117,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1356,
+ "y": 2898,
+ "id": 65,
+ "list": [
+ {
+ "x": 1290,
+ "y": 2888,
+ "id": 64,
+ "cost": 66
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 66,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 67,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 222,
+ "y": 1088,
+ "id": 68,
+ "list": [
+ {
+ "x": 238,
+ "y": 1126,
+ "id": 2,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 228,
+ "y": 1208,
+ "id": 69,
+ "list": [
+ {
+ "x": 263,
+ "y": 1196,
+ "id": 1,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 259,
+ "y": 1296,
+ "id": 70,
+ "list": [
+ {
+ "x": 291,
+ "y": 1281,
+ "id": 4,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 316,
+ "y": 1353,
+ "id": 71,
+ "list": [
+ {
+ "x": 348,
+ "y": 1338,
+ "id": 5,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 441,
+ "y": 1082,
+ "id": 72,
+ "list": [
+ {
+ "x": 406,
+ "y": 1095,
+ "id": 11,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 463,
+ "y": 1137,
+ "id": 73,
+ "list": [
+ {
+ "x": 428,
+ "y": 1148,
+ "id": 10,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 487,
+ "y": 1202,
+ "id": 74,
+ "list": [
+ {
+ "x": 452,
+ "y": 1214,
+ "id": 9,
+ "cost": 37
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 497,
+ "y": 1284,
+ "id": 75,
+ "list": [
+ {
+ "x": 458,
+ "y": 1276,
+ "id": 8,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 76,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 518,
+ "y": 1369,
+ "id": 77,
+ "list": [
+ {
+ "x": 481,
+ "y": 1397,
+ "id": 18,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 559,
+ "y": 1414,
+ "id": 78,
+ "list": [
+ {
+ "x": 522,
+ "y": 1447,
+ "id": 171,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 349,
+ "y": 1455,
+ "id": 79,
+ "list": [
+ {
+ "x": 384,
+ "y": 1444,
+ "id": 12,
+ "cost": 36
+ },
+ {
+ "x": 312,
+ "y": 1470,
+ "id": 123,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 379,
+ "y": 1538,
+ "id": 80,
+ "list": [
+ {
+ "x": 411,
+ "y": 1526,
+ "id": 166,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 424,
+ "y": 1607,
+ "id": 81,
+ "list": [
+ {
+ "x": 452,
+ "y": 1585,
+ "id": 167,
+ "cost": 35
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 82,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 550,
+ "y": 1667,
+ "id": 83,
+ "list": [
+ {
+ "x": 560,
+ "y": 1630,
+ "id": 168,
+ "cost": 38
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 84,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 611,
+ "y": 1479,
+ "id": 85,
+ "list": [
+ {
+ "x": 578,
+ "y": 1514,
+ "id": 170,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 664,
+ "y": 1537,
+ "id": 86,
+ "list": [
+ {
+ "x": 636,
+ "y": 1576,
+ "id": 169,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 754,
+ "y": 1592,
+ "id": 87,
+ "list": [
+ {
+ "x": 719,
+ "y": 1645,
+ "id": 22,
+ "cost": 63
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 684,
+ "y": 1700,
+ "id": 88,
+ "list": [
+ {
+ "x": 719,
+ "y": 1645,
+ "id": 22,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 822,
+ "y": 1643,
+ "id": 89,
+ "list": [
+ {
+ "x": 788,
+ "y": 1696,
+ "id": 23,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 757,
+ "y": 1740,
+ "id": 90,
+ "list": [
+ {
+ "x": 788,
+ "y": 1696,
+ "id": 23,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 900,
+ "y": 1681,
+ "id": 91,
+ "list": [
+ {
+ "x": 842,
+ "y": 1744,
+ "id": 24,
+ "cost": 85
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 807,
+ "y": 1791,
+ "id": 92,
+ "list": [
+ {
+ "x": 842,
+ "y": 1744,
+ "id": 24,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 953,
+ "y": 1755,
+ "id": 93,
+ "list": [
+ {
+ "x": 904,
+ "y": 1797,
+ "id": 25,
+ "cost": 64
+ },
+ {
+ "x": 1050,
+ "y": 1674,
+ "id": 140,
+ "cost": 126
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 861,
+ "y": 1838,
+ "id": 94,
+ "list": [
+ {
+ "x": 904,
+ "y": 1797,
+ "id": 25,
+ "cost": 59
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1001,
+ "y": 1791,
+ "id": 95,
+ "list": [
+ {
+ "x": 944,
+ "y": 1840,
+ "id": 26,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1051,
+ "y": 1864,
+ "id": 96,
+ "list": [
+ {
+ "x": 990,
+ "y": 1898,
+ "id": 27,
+ "cost": 69
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 949,
+ "y": 1997,
+ "id": 97,
+ "list": [
+ {
+ "x": 992,
+ "y": 1995.2756183745582,
+ "id": 175,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1114,
+ "y": 1953,
+ "id": 98,
+ "list": [
+ {
+ "x": 1076,
+ "y": 1967,
+ "id": 38,
+ "cost": 40
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1142,
+ "y": 2035,
+ "id": 99,
+ "list": [
+ {
+ "x": 1117,
+ "y": 2047,
+ "id": 181,
+ "cost": 27
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1192,
+ "y": 2084,
+ "id": 100,
+ "list": [
+ {
+ "x": 1144,
+ "y": 2107,
+ "id": 180,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1225,
+ "y": 2166,
+ "id": 101,
+ "list": [
+ {
+ "x": 1170,
+ "y": 2186,
+ "id": 179,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 102,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 103,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 104,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1221,
+ "y": 2279,
+ "id": 105,
+ "list": [
+ {
+ "x": 1189,
+ "y": 2284,
+ "id": 191,
+ "cost": 32
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1249,
+ "y": 2364,
+ "id": 106,
+ "list": [
+ {
+ "x": 1203,
+ "y": 2371,
+ "id": 190,
+ "cost": 46
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1247,
+ "y": 2447,
+ "id": 107,
+ "list": [
+ {
+ "x": 1206,
+ "y": 2452.985416666667,
+ "id": 189,
+ "cost": 41
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1239,
+ "y": 2555,
+ "id": 108,
+ "list": [
+ {
+ "x": 1173,
+ "y": 2550,
+ "id": 35,
+ "cost": 66
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1218,
+ "y": 2615,
+ "id": 109,
+ "list": [
+ {
+ "x": 1160,
+ "y": 2614,
+ "id": 49,
+ "cost": 58
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1089,
+ "y": 2640,
+ "id": 110,
+ "list": [
+ {
+ "x": 1160,
+ "y": 2614,
+ "id": 49,
+ "cost": 75
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1077,
+ "y": 2704,
+ "id": 111,
+ "list": [
+ {
+ "x": 1116,
+ "y": 2712,
+ "id": 51,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1058,
+ "y": 2746,
+ "id": 112,
+ "list": [
+ {
+ "x": 1083,
+ "y": 2755,
+ "id": 52,
+ "cost": 26
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1044,
+ "y": 2819,
+ "id": 113,
+ "list": [
+ {
+ "x": 1082,
+ "y": 2812,
+ "id": 53,
+ "cost": 38
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1078,
+ "y": 2894,
+ "id": 114,
+ "list": [
+ {
+ "x": 1104,
+ "y": 2858,
+ "id": 54,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1206,
+ "y": 2935,
+ "id": 115,
+ "list": [
+ {
+ "x": 1205,
+ "y": 2882,
+ "id": 56,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1307,
+ "y": 2849,
+ "id": 116,
+ "list": [
+ {
+ "x": 1290,
+ "y": 2888,
+ "id": 64,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1270,
+ "y": 2925,
+ "id": 117,
+ "list": [
+ {
+ "x": 1290,
+ "y": 2888,
+ "id": 64,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1297,
+ "y": 2794,
+ "id": 118,
+ "list": [
+ {
+ "x": 1258,
+ "y": 2802,
+ "id": 58,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1234,
+ "y": 2699,
+ "id": 119,
+ "list": [
+ {
+ "x": 1201,
+ "y": 2709,
+ "id": 60,
+ "cost": 34
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 120,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 966,
+ "y": 2336,
+ "id": 121,
+ "list": [
+ {
+ "x": 1032,
+ "y": 2303,
+ "id": 183,
+ "cost": 73
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 909,
+ "y": 2178,
+ "id": 122,
+ "list": [
+ {
+ "x": 992,
+ "y": 2146,
+ "id": 30,
+ "cost": 88
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 312,
+ "y": 1470,
+ "id": 123,
+ "list": [
+ {
+ "x": 349,
+ "y": 1455,
+ "id": 79,
+ "cost": 39
+ },
+ {
+ "x": 265,
+ "y": 1486,
+ "id": 124,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 265,
+ "y": 1486,
+ "id": 124,
+ "list": [
+ {
+ "x": 312,
+ "y": 1470,
+ "id": 123,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 421,
+ "y": 1694,
+ "id": 125,
+ "list": [
+ {
+ "x": 497,
+ "y": 1620,
+ "id": 15,
+ "cost": 106
+ },
+ {
+ "x": 450,
+ "y": 1716,
+ "id": 126,
+ "cost": 36
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 450,
+ "y": 1716,
+ "id": 126,
+ "list": [
+ {
+ "x": 421,
+ "y": 1694,
+ "id": 125,
+ "cost": 36
+ },
+ {
+ "x": 483,
+ "y": 1742,
+ "id": 127,
+ "cost": 42
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 483,
+ "y": 1742,
+ "id": 127,
+ "list": [
+ {
+ "x": 450,
+ "y": 1716,
+ "id": 126,
+ "cost": 42
+ },
+ {
+ "x": 522,
+ "y": 1771,
+ "id": 128,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 522,
+ "y": 1771,
+ "id": 128,
+ "list": [
+ {
+ "x": 483,
+ "y": 1742,
+ "id": 127,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 995,
+ "y": 2041,
+ "id": 129,
+ "list": [
+ {
+ "x": 992,
+ "y": 2146,
+ "id": 30,
+ "cost": 105
+ },
+ {
+ "x": 954,
+ "y": 2028,
+ "id": 130,
+ "cost": 43
+ },
+ {
+ "x": 992,
+ "y": 1995.2756183745582,
+ "id": 175,
+ "cost": 45
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 954,
+ "y": 2028,
+ "id": 130,
+ "list": [
+ {
+ "x": 995,
+ "y": 2041,
+ "id": 129,
+ "cost": 43
+ },
+ {
+ "x": 920,
+ "y": 2063,
+ "id": 143,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1091.5652173913045,
+ "y": 2832,
+ "id": 131,
+ "list": [
+ {
+ "x": 1082,
+ "y": 2812,
+ "id": 53,
+ "cost": 22
+ },
+ {
+ "x": 1104,
+ "y": 2858,
+ "id": 54,
+ "cost": 28
+ },
+ {
+ "x": 1030,
+ "y": 2870,
+ "id": 132,
+ "cost": 72
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1030,
+ "y": 2870,
+ "id": 132,
+ "list": [
+ {
+ "x": 1091.5652173913045,
+ "y": 2832,
+ "id": 131,
+ "cost": 72
+ },
+ {
+ "x": 981,
+ "y": 2868,
+ "id": 133,
+ "cost": 49
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 981,
+ "y": 2868,
+ "id": 133,
+ "list": [
+ {
+ "x": 1030,
+ "y": 2870,
+ "id": 132,
+ "cost": 49
+ },
+ {
+ "x": 938,
+ "y": 2867,
+ "id": 134,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 938,
+ "y": 2867,
+ "id": 134,
+ "list": [
+ {
+ "x": 981,
+ "y": 2868,
+ "id": 133,
+ "cost": 43
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 778,
+ "y": 3100,
+ "id": 135,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 341,
+ "y": 300,
+ "id": 136,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 119,
+ "y": 1167,
+ "id": 137,
+ "list": [
+ {
+ "x": 238,
+ "y": 1126,
+ "id": 2,
+ "cost": 125
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 430,
+ "y": 1421,
+ "id": 138,
+ "list": [
+ {
+ "x": 394,
+ "y": 1346,
+ "id": 6,
+ "cost": 83
+ },
+ {
+ "x": 436,
+ "y": 1324,
+ "id": 7,
+ "cost": 97
+ },
+ {
+ "x": 384,
+ "y": 1444,
+ "id": 12,
+ "cost": 51
+ },
+ {
+ "x": 481,
+ "y": 1397,
+ "id": 18,
+ "cost": 56
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 139,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1050,
+ "y": 1674,
+ "id": 140,
+ "list": [
+ {
+ "x": 953,
+ "y": 1755,
+ "id": 93,
+ "cost": 126
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 141,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 142,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 920,
+ "y": 2063,
+ "id": 143,
+ "list": [
+ {
+ "x": 954,
+ "y": 2028,
+ "id": 130,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 144,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1020,
+ "y": 2423,
+ "id": 145,
+ "list": [
+ {
+ "x": 1071,
+ "y": 2406,
+ "id": 186,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 146,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 147,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 148,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 149,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 150,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 151,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 152,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 153,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 154,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 155,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1031.0333333333333,
+ "y": 1989,
+ "id": 156,
+ "list": [
+ {
+ "x": 990,
+ "y": 1898,
+ "id": 27,
+ "cost": 99
+ },
+ {
+ "x": 1076,
+ "y": 1967,
+ "id": 38,
+ "cost": 50
+ },
+ {
+ "x": 992,
+ "y": 1995.2756183745582,
+ "id": 175,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 157,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 158,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 159,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 160,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 161,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 162,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 163,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1162.2941176470588,
+ "y": 2460,
+ "id": 164,
+ "list": [
+ {
+ "x": 1173,
+ "y": 2550,
+ "id": 35,
+ "cost": 90
+ },
+ {
+ "x": 1114,
+ "y": 2467,
+ "id": 188,
+ "cost": 48
+ },
+ {
+ "x": 1206,
+ "y": 2452.985416666667,
+ "id": 189,
+ "cost": 44
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 165,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 411,
+ "y": 1526,
+ "id": 166,
+ "list": [
+ {
+ "x": 384,
+ "y": 1444,
+ "id": 12,
+ "cost": 86
+ },
+ {
+ "x": 379,
+ "y": 1538,
+ "id": 80,
+ "cost": 34
+ },
+ {
+ "x": 452,
+ "y": 1585,
+ "id": 167,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 452,
+ "y": 1585,
+ "id": 167,
+ "list": [
+ {
+ "x": 497,
+ "y": 1620,
+ "id": 15,
+ "cost": 57
+ },
+ {
+ "x": 424,
+ "y": 1607,
+ "id": 81,
+ "cost": 35
+ },
+ {
+ "x": 411,
+ "y": 1526,
+ "id": 166,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 560,
+ "y": 1630,
+ "id": 168,
+ "list": [
+ {
+ "x": 497,
+ "y": 1620,
+ "id": 15,
+ "cost": 63
+ },
+ {
+ "x": 678,
+ "y": 1618,
+ "id": 17,
+ "cost": 118
+ },
+ {
+ "x": 550,
+ "y": 1667,
+ "id": 83,
+ "cost": 38
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 636,
+ "y": 1576,
+ "id": 169,
+ "list": [
+ {
+ "x": 678,
+ "y": 1618,
+ "id": 17,
+ "cost": 59
+ },
+ {
+ "x": 664,
+ "y": 1537,
+ "id": 86,
+ "cost": 48
+ },
+ {
+ "x": 578,
+ "y": 1514,
+ "id": 170,
+ "cost": 84
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 578,
+ "y": 1514,
+ "id": 170,
+ "list": [
+ {
+ "x": 611,
+ "y": 1479,
+ "id": 85,
+ "cost": 48
+ },
+ {
+ "x": 636,
+ "y": 1576,
+ "id": 169,
+ "cost": 84
+ },
+ {
+ "x": 522,
+ "y": 1447,
+ "id": 171,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 522,
+ "y": 1447,
+ "id": 171,
+ "list": [
+ {
+ "x": 481,
+ "y": 1397,
+ "id": 18,
+ "cost": 64
+ },
+ {
+ "x": 559,
+ "y": 1414,
+ "id": 78,
+ "cost": 49
+ },
+ {
+ "x": 578,
+ "y": 1514,
+ "id": 170,
+ "cost": 87
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 172,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 173,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 174,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 992,
+ "y": 1995.2756183745582,
+ "id": 175,
+ "list": [
+ {
+ "x": 990,
+ "y": 1898,
+ "id": 27,
+ "cost": 97
+ },
+ {
+ "x": 949,
+ "y": 1997,
+ "id": 97,
+ "cost": 43
+ },
+ {
+ "x": 995,
+ "y": 2041,
+ "id": 129,
+ "cost": 45
+ },
+ {
+ "x": 1031.0333333333333,
+ "y": 1989,
+ "id": 156,
+ "cost": 39
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 176,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1008,
+ "y": 2236,
+ "id": 177,
+ "list": [
+ {
+ "x": 992,
+ "y": 2146,
+ "id": 30,
+ "cost": 91
+ },
+ {
+ "x": 1097,
+ "y": 2210,
+ "id": 178,
+ "cost": 92
+ },
+ {
+ "x": 1032,
+ "y": 2303,
+ "id": 183,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1097,
+ "y": 2210,
+ "id": 178,
+ "list": [
+ {
+ "x": 1008,
+ "y": 2236,
+ "id": 177,
+ "cost": 92
+ },
+ {
+ "x": 1170,
+ "y": 2186,
+ "id": 179,
+ "cost": 76
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1170,
+ "y": 2186,
+ "id": 179,
+ "list": [
+ {
+ "x": 1225,
+ "y": 2166,
+ "id": 101,
+ "cost": 58
+ },
+ {
+ "x": 1097,
+ "y": 2210,
+ "id": 178,
+ "cost": 76
+ },
+ {
+ "x": 1144,
+ "y": 2107,
+ "id": 180,
+ "cost": 83
+ },
+ {
+ "x": 1189,
+ "y": 2284,
+ "id": 191,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1144,
+ "y": 2107,
+ "id": 180,
+ "list": [
+ {
+ "x": 1192,
+ "y": 2084,
+ "id": 100,
+ "cost": 53
+ },
+ {
+ "x": 1170,
+ "y": 2186,
+ "id": 179,
+ "cost": 83
+ },
+ {
+ "x": 1117,
+ "y": 2047,
+ "id": 181,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1117,
+ "y": 2047,
+ "id": 181,
+ "list": [
+ {
+ "x": 1076,
+ "y": 1967,
+ "id": 38,
+ "cost": 89
+ },
+ {
+ "x": 1142,
+ "y": 2035,
+ "id": 99,
+ "cost": 27
+ },
+ {
+ "x": 1144,
+ "y": 2107,
+ "id": 180,
+ "cost": 65
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 182,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1032,
+ "y": 2303,
+ "id": 183,
+ "list": [
+ {
+ "x": 966,
+ "y": 2336,
+ "id": 121,
+ "cost": 73
+ },
+ {
+ "x": 1008,
+ "y": 2236,
+ "id": 177,
+ "cost": 71
+ },
+ {
+ "x": 1071,
+ "y": 2406,
+ "id": 186,
+ "cost": 110
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 184,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 185,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1071,
+ "y": 2406,
+ "id": 186,
+ "list": [
+ {
+ "x": 1020,
+ "y": 2423,
+ "id": 145,
+ "cost": 53
+ },
+ {
+ "x": 1032,
+ "y": 2303,
+ "id": 183,
+ "cost": 110
+ },
+ {
+ "x": 1114,
+ "y": 2467,
+ "id": 188,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 187,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1114,
+ "y": 2467,
+ "id": 188,
+ "list": [
+ {
+ "x": 1173,
+ "y": 2550,
+ "id": 35,
+ "cost": 101
+ },
+ {
+ "x": 1162.2941176470588,
+ "y": 2460,
+ "id": 164,
+ "cost": 48
+ },
+ {
+ "x": 1071,
+ "y": 2406,
+ "id": 186,
+ "cost": 74
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1206,
+ "y": 2452.985416666667,
+ "id": 189,
+ "list": [
+ {
+ "x": 1173,
+ "y": 2550,
+ "id": 35,
+ "cost": 102
+ },
+ {
+ "x": 1247,
+ "y": 2447,
+ "id": 107,
+ "cost": 41
+ },
+ {
+ "x": 1162.2941176470588,
+ "y": 2460,
+ "id": 164,
+ "cost": 44
+ },
+ {
+ "x": 1203,
+ "y": 2371,
+ "id": 190,
+ "cost": 82
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1203,
+ "y": 2371,
+ "id": 190,
+ "list": [
+ {
+ "x": 1249,
+ "y": 2364,
+ "id": 106,
+ "cost": 46
+ },
+ {
+ "x": 1206,
+ "y": 2452.985416666667,
+ "id": 189,
+ "cost": 82
+ },
+ {
+ "x": 1189,
+ "y": 2284,
+ "id": 191,
+ "cost": 88
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1189,
+ "y": 2284,
+ "id": 191,
+ "list": [
+ {
+ "x": 1221,
+ "y": 2279,
+ "id": 105,
+ "cost": 32
+ },
+ {
+ "x": 1170,
+ "y": 2186,
+ "id": 179,
+ "cost": 99
+ },
+ {
+ "x": 1203,
+ "y": 2371,
+ "id": 190,
+ "cost": 88
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1165,
+ "y": 2754,
+ "id": 192,
+ "list": [
+ {
+ "x": 1158,
+ "y": 2686,
+ "id": 50,
+ "cost": 68
+ },
+ {
+ "x": 1116,
+ "y": 2712,
+ "id": 51,
+ "cost": 64
+ },
+ {
+ "x": 1201,
+ "y": 2709,
+ "id": 60,
+ "cost": 57
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ }
+ ]
+ },
+ "decos": [],
+ "icons": [
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 296,
+ "y": 1456,
+ "facCode": "tcc",
+ "navCode": 123,
+ "src": "tcc",
+ "width": 32,
+ "height": 32,
+ "title": "停车场"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 464,
+ "y": 1726,
+ "facCode": "xsj",
+ "navCode": 127,
+ "src": "xsj",
+ "width": 32,
+ "height": 32,
+ "title": "洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 431,
+ "y": 1701,
+ "facCode": "cjr",
+ "navCode": 126,
+ "src": "cjr",
+ "width": 32,
+ "height": 32,
+ "title": "残障洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 937,
+ "y": 2013,
+ "facCode": "tcc",
+ "navCode": 130,
+ "src": "tcc",
+ "width": 32,
+ "height": 32,
+ "title": "停车场"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 922,
+ "y": 2852,
+ "facCode": "xsj",
+ "navCode": 134,
+ "src": "xsj",
+ "width": 32,
+ "height": 32,
+ "title": "洗手间"
+ },
+ {
+ "no": "",
+ "toFloor": "",
+ "x": 963,
+ "y": 2851,
+ "facCode": "cjr",
+ "navCode": 133,
+ "src": "cjr",
+ "width": 32,
+ "height": 32,
+ "title": "残障洗手间"
+ }
+ ],
+ "stairs": [
+ {
+ "no": "3",
+ "toFloor": "4,5,",
+ "x": 324,
+ "y": 284,
+ "facCode": "dt",
+ "navCode": 136,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "2",
+ "toFloor": "0,1,4,5,6,",
+ "x": 104,
+ "y": 1152,
+ "facCode": "dt",
+ "navCode": 137,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "1",
+ "toFloor": "3,4,5,6,",
+ "x": 248,
+ "y": 1467,
+ "facCode": "dt",
+ "navCode": 124,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "3,4,5,6,",
+ "x": 418,
+ "y": 1410,
+ "facCode": "ft",
+ "navCode": 138,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "1",
+ "toFloor": "3,4,5,6,7,",
+ "x": 1018,
+ "y": 1968,
+ "facCode": "ft",
+ "navCode": 156,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "0",
+ "toFloor": "0,1,2,3,4,5,6,7,",
+ "x": 906,
+ "y": 2046,
+ "facCode": "dt",
+ "navCode": 143,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "2",
+ "toFloor": "3,4,5,6,",
+ "x": 1137,
+ "y": 2448,
+ "facCode": "ft",
+ "navCode": 164,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "0,1,2,3,4,5,6,",
+ "x": 1145,
+ "y": 2734,
+ "facCode": "ft",
+ "navCode": 192,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ },
+ {
+ "no": "4",
+ "toFloor": "4,5,6,",
+ "x": 764,
+ "y": 3074,
+ "facCode": "dt",
+ "navCode": 135,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "3",
+ "toFloor": "6,7,",
+ "x": 1004,
+ "y": 2407,
+ "facCode": "ft",
+ "navCode": 145,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ }
+ ],
+ "parkArea": []
+ }
+ },
+ {
+ "order": 7,
+ "name": "L4",
+ "mapUrl": "http://1000my.com//MallSite/\\Files\\f61c7899-33d1-4df5-af1a-fad780a80e5c\\L4.png",
+ "mapData": {
+ "floorArea": {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 284,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 530,
+ "y": 1,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 1,
+ "ctrlPoint1": {
+ "x": 345,
+ "y": 1,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 468,
+ "y": 1,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 530,
+ "y": 1,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 531,
+ "y": 23,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 530,
+ "y": 6,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 530,
+ "y": 17,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 531,
+ "y": 23,
+ "r": 5,
+ "type": "pathP",
+ "name": 2,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 601,
+ "y": 25,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 3,
+ "ctrlPoint1": {
+ "x": 548,
+ "y": 23,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 583,
+ "y": 24,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 601,
+ "y": 25,
+ "r": 5,
+ "type": "pathP",
+ "name": 3,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 519,
+ "y": 260,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 4,
+ "ctrlPoint1": {
+ "x": 696,
+ "y": 49,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 738,
+ "y": 161,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 519,
+ "y": 260,
+ "r": 5,
+ "type": "pathP",
+ "name": 4,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 505,
+ "y": 538,
+ "r": 5,
+ "type": "pathP",
+ "name": 384,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 395,
+ "ctrlPoint1": {
+ "x": 600,
+ "y": 355,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 566,
+ "y": 466,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 505,
+ "y": 538,
+ "r": 5,
+ "type": "pathP",
+ "name": 384,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 635,
+ "y": 683,
+ "r": 5,
+ "type": "pathP",
+ "name": 390,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 390,
+ "ctrlPoint1": {
+ "x": 537,
+ "y": 574,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 602,
+ "y": 646,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 635,
+ "y": 683,
+ "r": 5,
+ "type": "pathP",
+ "name": 390,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 655,
+ "y": 985,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 391,
+ "ctrlPoint1": {
+ "x": 526,
+ "y": 810,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 579,
+ "y": 926,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 655,
+ "y": 985,
+ "r": 5,
+ "type": "pathP",
+ "name": 387,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 978,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "name": 400,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 400,
+ "ctrlPoint1": {
+ "x": 735,
+ "y": 997,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 897,
+ "y": 1021,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 978,
+ "y": 1033,
+ "r": 5,
+ "type": "pathP",
+ "name": 400,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1143,
+ "y": 984,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 403,
+ "ctrlPoint1": {
+ "x": 1019,
+ "y": 1020,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1101,
+ "y": 996,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1143,
+ "y": 984,
+ "r": 5,
+ "type": "pathP",
+ "name": 403,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1380,
+ "y": 1124,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 404,
+ "ctrlPoint1": {
+ "x": 1179,
+ "y": 1096,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1279,
+ "y": 1148,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1380,
+ "y": 1124,
+ "r": 5,
+ "type": "pathP",
+ "name": 5,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1420,
+ "y": 1300,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 442,
+ "ctrlPoint1": {
+ "x": 1390,
+ "y": 1168,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1410,
+ "y": 1256,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1420,
+ "y": 1300,
+ "r": 5,
+ "type": "pathP",
+ "name": 442,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1126,
+ "y": 1690,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 445,
+ "ctrlPoint1": {
+ "x": 1346,
+ "y": 1397,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1199,
+ "y": 1592,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1126,
+ "y": 1690,
+ "r": 5,
+ "type": "pathP",
+ "name": 445,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1395,
+ "y": 2694,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 448,
+ "ctrlPoint1": {
+ "x": 1319,
+ "y": 1941,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1448,
+ "y": 2314,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1395,
+ "y": 2694,
+ "r": 5,
+ "type": "pathP",
+ "name": 448,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1655,
+ "y": 2770,
+ "r": 5,
+ "type": "pathP",
+ "name": 451,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 451,
+ "ctrlPoint1": {
+ "x": 1460,
+ "y": 2713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1590,
+ "y": 2751,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1655,
+ "y": 2770,
+ "r": 5,
+ "type": "pathP",
+ "name": 451,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1821,
+ "y": 2736,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 454,
+ "ctrlPoint1": {
+ "x": 1696,
+ "y": 2761,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1779,
+ "y": 2744,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1821,
+ "y": 2736,
+ "r": 5,
+ "type": "pathP",
+ "name": 454,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1939,
+ "y": 2803,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 455,
+ "ctrlPoint1": {
+ "x": 1850,
+ "y": 2752,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1909,
+ "y": 2786,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1939,
+ "y": 2803,
+ "r": 5,
+ "type": "pathP",
+ "name": 6,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 2020,
+ "y": 3123,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 7,
+ "ctrlPoint1": {
+ "x": 1959,
+ "y": 2883,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1999,
+ "y": 3043,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 2020,
+ "y": 3123,
+ "r": 5,
+ "type": "pathP",
+ "name": 7,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1490,
+ "y": 3330,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 8,
+ "ctrlPoint1": {
+ "x": 1887,
+ "y": 3174,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1622,
+ "y": 3278,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1490,
+ "y": 3330,
+ "r": 5,
+ "type": "pathP",
+ "name": 8,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 835,
+ "y": 3465,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 9,
+ "ctrlPoint1": {
+ "x": 1326,
+ "y": 3363,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 998,
+ "y": 3431,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 835,
+ "y": 3465,
+ "r": 5,
+ "type": "pathP",
+ "name": 9,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 733,
+ "y": 3420,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 10,
+ "ctrlPoint1": {
+ "x": 793,
+ "y": 3473,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 753,
+ "y": 3447,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 733,
+ "y": 3420,
+ "r": 5,
+ "type": "pathP",
+ "name": 10,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 620,
+ "y": 3165,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 11,
+ "ctrlPoint1": {
+ "x": 704,
+ "y": 3356,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 648,
+ "y": 3228,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 620,
+ "y": 3165,
+ "r": 5,
+ "type": "pathP",
+ "name": 11,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 250,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "name": 12,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 12,
+ "ctrlPoint1": {
+ "x": 527,
+ "y": 2798,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 342,
+ "y": 2064,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 250,
+ "y": 1697,
+ "r": 5,
+ "type": "pathP",
+ "name": 12,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 7,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 13,
+ "ctrlPoint1": {
+ "x": 189,
+ "y": 1529,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 67,
+ "y": 1194,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 7,
+ "y": 1027,
+ "r": 5,
+ "type": "pathP",
+ "name": 13,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 3,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 14,
+ "ctrlPoint1": {
+ "x": 6,
+ "y": 994,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 4,
+ "y": 928,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 3,
+ "y": 895,
+ "r": 5,
+ "type": "pathP",
+ "name": 14,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 58,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "name": 439,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 439,
+ "ctrlPoint1": {
+ "x": 8,
+ "y": 861,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 29,
+ "y": 849,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 58,
+ "y": 856,
+ "r": 5,
+ "type": "pathP",
+ "name": 439,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 143,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "name": 436,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 440,
+ "ctrlPoint1": {
+ "x": 79,
+ "y": 865,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 121,
+ "y": 884,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 143,
+ "y": 894,
+ "r": 5,
+ "type": "pathP",
+ "name": 436,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 193,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "name": 433,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 437,
+ "ctrlPoint1": {
+ "x": 150,
+ "y": 945,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 174,
+ "y": 1014,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 193,
+ "y": 1055,
+ "r": 5,
+ "type": "pathP",
+ "name": 433,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 225,
+ "y": 1034,
+ "r": 5,
+ "type": "pathP",
+ "name": 430,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 434,
+ "ctrlPoint1": {
+ "x": 201,
+ "y": 1049,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 217,
+ "y": 1039,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 225,
+ "y": 1034,
+ "r": 5,
+ "type": "pathP",
+ "name": 430,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 215,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "name": 427,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 431,
+ "ctrlPoint1": {
+ "x": 222,
+ "y": 1025,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 217,
+ "y": 1008,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 215,
+ "y": 1000,
+ "r": 5,
+ "type": "pathP",
+ "name": 427,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 234,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 428,
+ "ctrlPoint1": {
+ "x": 219,
+ "y": 993,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 229,
+ "y": 979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 234,
+ "y": 973,
+ "r": 5,
+ "type": "pathP",
+ "name": 424,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 269,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "name": 421,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 425,
+ "ctrlPoint1": {
+ "x": 242,
+ "y": 975,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 260,
+ "y": 979,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 269,
+ "y": 981,
+ "r": 5,
+ "type": "pathP",
+ "name": 421,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 280,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 422,
+ "ctrlPoint1": {
+ "x": 271,
+ "y": 989,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 277,
+ "y": 1005,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 280,
+ "y": 1014,
+ "r": 5,
+ "type": "pathP",
+ "name": 418,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 330,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "name": 415,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 419,
+ "ctrlPoint1": {
+ "x": 292,
+ "y": 1014,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 317,
+ "y": 1014,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 330,
+ "y": 1015,
+ "r": 5,
+ "type": "pathP",
+ "name": 415,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 450,
+ "y": 514,
+ "r": 5,
+ "type": "pathP",
+ "name": 412,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 416,
+ "ctrlPoint1": {
+ "x": 239,
+ "y": 796,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 343,
+ "y": 610,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 450,
+ "y": 514,
+ "r": 5,
+ "type": "pathP",
+ "name": 412,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 473,
+ "y": 296,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 413,
+ "ctrlPoint1": {
+ "x": 510,
+ "y": 460,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 535,
+ "y": 364,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 473,
+ "y": 296,
+ "r": 5,
+ "type": "pathP",
+ "name": 409,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 330,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "name": 406,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 410,
+ "ctrlPoint1": {
+ "x": 437,
+ "y": 329,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 365,
+ "y": 395,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 330,
+ "y": 428,
+ "r": 5,
+ "type": "pathP",
+ "name": 406,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 42,
+ "y": 228,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 407,
+ "ctrlPoint1": {
+ "x": 166,
+ "y": 504,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 30,
+ "y": 424,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 42,
+ "y": 228,
+ "r": 5,
+ "type": "pathP",
+ "name": 15,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 284,
+ "y": 2,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 16,
+ "ctrlPoint1": {
+ "x": 49,
+ "y": 130,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 119,
+ "y": 4,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "floor",
+ "entColor": "#dedab4",
+ "borderColor": "#d5cf9f",
+ "toHeight": 10,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 1011,
+ "yaxis": 1733,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {}
+ },
+ "buildArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 221,
+ "y": 1116,
+ "r": 5,
+ "type": "pathP",
+ "name": 109,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 183,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 110,
+ "ctrlPoint1": {
+ "x": 211,
+ "y": 1136,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 192,
+ "y": 1176,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 183,
+ "y": 1196,
+ "r": 5,
+ "type": "pathP",
+ "name": 110,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 256,
+ "y": 1396,
+ "r": 5,
+ "type": "pathP",
+ "name": 111,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 111,
+ "ctrlPoint1": {
+ "x": 201,
+ "y": 1246,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 237,
+ "y": 1346,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 256,
+ "y": 1396,
+ "r": 5,
+ "type": "pathP",
+ "name": 111,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 420,
+ "y": 1338,
+ "r": 5,
+ "type": "pathP",
+ "name": 112,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 112,
+ "ctrlPoint1": {
+ "x": 297,
+ "y": 1381,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 379,
+ "y": 1352,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 420,
+ "y": 1338,
+ "r": 5,
+ "type": "pathP",
+ "name": 112,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 490,
+ "y": 1402,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 129,
+ "ctrlPoint1": {
+ "x": 454,
+ "y": 1330,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 482,
+ "y": 1370,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 490,
+ "y": 1402,
+ "r": 5,
+ "type": "pathP",
+ "name": 129,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 871,
+ "y": 1723,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 130,
+ "ctrlPoint1": {
+ "x": 586,
+ "y": 1574,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 775,
+ "y": 1642,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 871,
+ "y": 1723,
+ "r": 5,
+ "type": "pathP",
+ "name": 113,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1209,
+ "y": 2727,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 114,
+ "ctrlPoint1": {
+ "x": 1411,
+ "y": 2241,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1146,
+ "y": 2600,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1209,
+ "y": 2727,
+ "r": 5,
+ "type": "pathP",
+ "name": 114,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1219,
+ "y": 2949,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 115,
+ "ctrlPoint1": {
+ "x": 1278,
+ "y": 2822,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1297,
+ "y": 2876,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1219,
+ "y": 2949,
+ "r": 5,
+ "type": "pathP",
+ "name": 115,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1060,
+ "y": 2893,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 116,
+ "ctrlPoint1": {
+ "x": 1162,
+ "y": 2978,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1100,
+ "y": 2934,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1060,
+ "y": 2893,
+ "r": 5,
+ "type": "pathP",
+ "name": 116,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 986,
+ "y": 2959,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 117,
+ "ctrlPoint1": {
+ "x": 1041,
+ "y": 2909,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1004,
+ "y": 2942,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 986,
+ "y": 2959,
+ "r": 5,
+ "type": "pathP",
+ "name": 117,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1356,
+ "y": 3027,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 118,
+ "ctrlPoint1": {
+ "x": 1048,
+ "y": 3062,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1226,
+ "y": 3112,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1356,
+ "y": 3027,
+ "r": 5,
+ "type": "pathP",
+ "name": 118,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1347,
+ "y": 2300,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 119,
+ "ctrlPoint1": {
+ "x": 1284,
+ "y": 2764,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1421,
+ "y": 2679,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1347,
+ "y": 2300,
+ "r": 5,
+ "type": "pathP",
+ "name": 119,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 626,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 120,
+ "ctrlPoint1": {
+ "x": 1230,
+ "y": 1799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 924,
+ "y": 1480,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 626,
+ "y": 1350,
+ "r": 5,
+ "type": "pathP",
+ "name": 120,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 506,
+ "y": 1297,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 121,
+ "ctrlPoint1": {
+ "x": 596,
+ "y": 1336,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 536,
+ "y": 1310,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 506,
+ "y": 1297,
+ "r": 5,
+ "type": "pathP",
+ "name": 121,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 390,
+ "y": 1034,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 122,
+ "ctrlPoint1": {
+ "x": 490,
+ "y": 1227,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 469,
+ "y": 1103,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 390,
+ "y": 1034,
+ "r": 5,
+ "type": "pathP",
+ "name": 122,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 221,
+ "y": 1116,
+ "r": 5,
+ "type": "pathP",
+ "name": 109,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 123,
+ "ctrlPoint1": {
+ "x": 353,
+ "y": 1094,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 271,
+ "y": 1121,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 769,
+ "yaxis": 2030,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 486,
+ "y": 544,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 466,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 132,
+ "ctrlPoint1": {
+ "x": 302,
+ "y": 682,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 340,
+ "y": 1000,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 466,
+ "y": 1090,
+ "r": 5,
+ "type": "pathP",
+ "name": 132,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 638,
+ "y": 990,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 133,
+ "ctrlPoint1": {
+ "x": 509,
+ "y": 1065,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 595,
+ "y": 1015,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 638,
+ "y": 990,
+ "r": 5,
+ "type": "pathP",
+ "name": 133,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 620,
+ "y": 684,
+ "r": 5,
+ "type": "pathP",
+ "name": 134,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 134,
+ "ctrlPoint1": {
+ "x": 530,
+ "y": 916,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 532,
+ "y": 756,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 620,
+ "y": 684,
+ "r": 5,
+ "type": "pathP",
+ "name": 134,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 486,
+ "y": 544,
+ "r": 5,
+ "type": "pathP",
+ "name": 131,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 135,
+ "ctrlPoint1": {
+ "x": 586,
+ "y": 649,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 519,
+ "y": 579,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 552,
+ "yaxis": 817,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1134,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 986,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 145,
+ "ctrlPoint1": {
+ "x": 1097,
+ "y": 1009,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1023,
+ "y": 1032,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 986,
+ "y": 1044,
+ "r": 5,
+ "type": "pathP",
+ "name": 145,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1402,
+ "y": 1294,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 146,
+ "ctrlPoint1": {
+ "x": 1070,
+ "y": 1300,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1294,
+ "y": 1316,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1402,
+ "y": 1294,
+ "r": 5,
+ "type": "pathP",
+ "name": 146,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1368,
+ "y": 1136,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 147,
+ "ctrlPoint1": {
+ "x": 1393,
+ "y": 1254,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1376,
+ "y": 1175,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1368,
+ "y": 1136,
+ "r": 5,
+ "type": "pathP",
+ "name": 147,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1134,
+ "y": 998,
+ "r": 5,
+ "type": "pathP",
+ "name": 144,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 148,
+ "ctrlPoint1": {
+ "x": 1248,
+ "y": 1158,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1186,
+ "y": 1120,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1194,
+ "yaxis": 1146,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 907,
+ "y": 1904,
+ "r": 5,
+ "type": "pathP",
+ "name": 221,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 730,
+ "y": 2106,
+ "r": 5,
+ "type": "pathP",
+ "name": 222,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 222,
+ "ctrlPoint1": {
+ "x": 862,
+ "y": 1954,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 774,
+ "y": 2055,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 730,
+ "y": 2106,
+ "r": 5,
+ "type": "pathP",
+ "name": 222,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 842,
+ "y": 2424,
+ "r": 5,
+ "type": "pathP",
+ "name": 223,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 223,
+ "ctrlPoint1": {
+ "x": 800,
+ "y": 2182,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 868,
+ "y": 2338,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 842,
+ "y": 2424,
+ "r": 5,
+ "type": "pathP",
+ "name": 223,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1028,
+ "y": 2484,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 224,
+ "ctrlPoint1": {
+ "x": 888,
+ "y": 2439,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 981,
+ "y": 2469,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1028,
+ "y": 2484,
+ "r": 5,
+ "type": "pathP",
+ "name": 224,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 977,
+ "y": 2244,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 382,
+ "ctrlPoint1": {
+ "x": 1015,
+ "y": 2424,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 989,
+ "y": 2304,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 977,
+ "y": 2244,
+ "r": 5,
+ "type": "pathP",
+ "name": 382,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 964,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "name": 379,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 383,
+ "ctrlPoint1": {
+ "x": 963,
+ "y": 2197,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 954,
+ "y": 2100,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 964,
+ "y": 2051,
+ "r": 5,
+ "type": "pathP",
+ "name": 379,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 907,
+ "y": 1904,
+ "r": 5,
+ "type": "pathP",
+ "name": 221,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 380,
+ "ctrlPoint1": {
+ "x": 971,
+ "y": 1984,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 934,
+ "y": 1934,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 879,
+ "yaxis": 2194,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1029,
+ "y": 2489,
+ "r": 5,
+ "type": "pathP",
+ "name": 252,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 991,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 253,
+ "ctrlPoint1": {
+ "x": 1019,
+ "y": 2513,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1000,
+ "y": 2561,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 991,
+ "y": 2585,
+ "r": 5,
+ "type": "pathP",
+ "name": 253,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 2535,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 254,
+ "ctrlPoint1": {
+ "x": 959,
+ "y": 2572,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 895,
+ "y": 2547,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 2535,
+ "r": 5,
+ "type": "pathP",
+ "name": 254,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 763,
+ "y": 2821,
+ "r": 5,
+ "type": "pathP",
+ "name": 255,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 255,
+ "ctrlPoint1": {
+ "x": 838,
+ "y": 2606,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 788,
+ "y": 2749,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 763,
+ "y": 2821,
+ "r": 5,
+ "type": "pathP",
+ "name": 255,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 933,
+ "y": 2876,
+ "r": 5,
+ "type": "pathP",
+ "name": 256,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 256,
+ "ctrlPoint1": {
+ "x": 805,
+ "y": 2834,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 890,
+ "y": 2862,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 933,
+ "y": 2876,
+ "r": 5,
+ "type": "pathP",
+ "name": 256,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 2799,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 257,
+ "ctrlPoint1": {
+ "x": 940,
+ "y": 2856,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 955,
+ "y": 2818,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 2799,
+ "r": 5,
+ "type": "pathP",
+ "name": 257,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1041,
+ "y": 2825,
+ "r": 5,
+ "type": "pathP",
+ "name": 258,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 258,
+ "ctrlPoint1": {
+ "x": 982,
+ "y": 2805,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1021,
+ "y": 2818,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1041,
+ "y": 2825,
+ "r": 5,
+ "type": "pathP",
+ "name": 258,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1029,
+ "y": 2489,
+ "r": 5,
+ "type": "pathP",
+ "name": 252,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 259,
+ "ctrlPoint1": {
+ "x": 1103,
+ "y": 2749,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1077,
+ "y": 2609,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "build",
+ "entColor": "#e8c496",
+ "borderColor": "#febf97",
+ "toHeight": 5,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 902,
+ "yaxis": 2682,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "hollowArea": [],
+ "shopArea": [
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 819,
+ "y": 2663,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 714,
+ "y": 2621,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 17,
+ "ctrlPoint1": {
+ "x": 792,
+ "y": 2652,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 740,
+ "y": 2631,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 714,
+ "y": 2621,
+ "r": 5,
+ "type": "pathP",
+ "name": 17,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 663,
+ "y": 2799,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 18,
+ "ctrlPoint1": {
+ "x": 691,
+ "y": 2664,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 673,
+ "y": 2753,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 663,
+ "y": 2799,
+ "r": 5,
+ "type": "pathP",
+ "name": 18,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 711,
+ "y": 2899,
+ "r": 5,
+ "type": "pathP",
+ "name": 22,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 205,
+ "ctrlPoint1": {
+ "x": 675,
+ "y": 2824,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 699,
+ "y": 2874,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 711,
+ "y": 2899,
+ "r": 5,
+ "type": "pathP",
+ "name": 22,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 890,
+ "y": 2966,
+ "r": 5,
+ "type": "pathP",
+ "name": 23,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 23,
+ "ctrlPoint1": {
+ "x": 751,
+ "y": 2924,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 846,
+ "y": 2954,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 890,
+ "y": 2966,
+ "r": 5,
+ "type": "pathP",
+ "name": 23,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 994,
+ "y": 2921,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 208,
+ "ctrlPoint1": {
+ "x": 916,
+ "y": 2954,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 968,
+ "y": 2932,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 994,
+ "y": 2921,
+ "r": 5,
+ "type": "pathP",
+ "name": 27,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1040,
+ "y": 2827,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 28,
+ "ctrlPoint1": {
+ "x": 1005,
+ "y": 2897,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1028,
+ "y": 2850,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1040,
+ "y": 2827,
+ "r": 5,
+ "type": "pathP",
+ "name": 28,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 968,
+ "y": 2798,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 211,
+ "ctrlPoint1": {
+ "x": 1022,
+ "y": 2819,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 986,
+ "y": 2805,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 968,
+ "y": 2798,
+ "r": 5,
+ "type": "pathP",
+ "name": 31,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 938,
+ "y": 2882,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 210,
+ "ctrlPoint1": {
+ "x": 960,
+ "y": 2819,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 945,
+ "y": 2861,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 938,
+ "y": 2882,
+ "r": 5,
+ "type": "pathP",
+ "name": 33,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 834,
+ "y": 2846,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 220,
+ "ctrlPoint1": {
+ "x": 912,
+ "y": 2873,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 860,
+ "y": 2855,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 834,
+ "y": 2846,
+ "r": 5,
+ "type": "pathP",
+ "name": 35,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 768,
+ "y": 2820,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 36,
+ "ctrlPoint1": {
+ "x": 817,
+ "y": 2839,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 784,
+ "y": 2826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 768,
+ "y": 2820,
+ "r": 5,
+ "type": "pathP",
+ "name": 36,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 819,
+ "y": 2663,
+ "r": 5,
+ "type": "pathP",
+ "name": 16,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 213,
+ "ctrlPoint1": {
+ "x": 780,
+ "y": 2780,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 806,
+ "y": 2702,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L441",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\6f50e71f-0857-475b-ac07-11f0e086afb9\\上海兴业太古汇LOGO.png",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 819,
+ "yaxis": 2896,
+ "shopNav": 29,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 474,
+ "y": 1630,
+ "r": 5,
+ "type": "pathP",
+ "name": 44,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 365,
+ "y": 1742,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 267,
+ "ctrlPoint1": {
+ "x": 446,
+ "y": 1658,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 392,
+ "y": 1714,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 365,
+ "y": 1742,
+ "r": 5,
+ "type": "pathP",
+ "name": 50,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 363,
+ "y": 1907,
+ "r": 5,
+ "type": "pathP",
+ "name": 51,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 51,
+ "ctrlPoint1": {
+ "x": 364,
+ "y": 1783,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 363,
+ "y": 1865,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 363,
+ "y": 1907,
+ "r": 5,
+ "type": "pathP",
+ "name": 51,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 703,
+ "y": 2233,
+ "r": 5,
+ "type": "pathP",
+ "name": 459,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 459,
+ "ctrlPoint1": {
+ "x": 448,
+ "y": 1988,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 618,
+ "y": 2151,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 703,
+ "y": 2233,
+ "r": 5,
+ "type": "pathP",
+ "name": 459,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 756,
+ "y": 2390,
+ "r": 5,
+ "type": "pathP",
+ "name": 342,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 460,
+ "ctrlPoint1": {
+ "x": 716,
+ "y": 2272,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 742,
+ "y": 2350,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 756,
+ "y": 2390,
+ "r": 5,
+ "type": "pathP",
+ "name": 342,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 897,
+ "y": 2392,
+ "r": 5,
+ "type": "pathP",
+ "name": 456,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 456,
+ "ctrlPoint1": {
+ "x": 791,
+ "y": 2390,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 861,
+ "y": 2391,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 897,
+ "y": 2392,
+ "r": 5,
+ "type": "pathP",
+ "name": 456,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1049,
+ "y": 2441,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 457,
+ "ctrlPoint1": {
+ "x": 935,
+ "y": 2404,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1011,
+ "y": 2428,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1049,
+ "y": 2441,
+ "r": 5,
+ "type": "pathP",
+ "name": 360,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 971,
+ "y": 2234,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 361,
+ "ctrlPoint1": {
+ "x": 1019,
+ "y": 2384,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 982,
+ "y": 2288,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 971,
+ "y": 2234,
+ "r": 5,
+ "type": "pathP",
+ "name": 357,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 963,
+ "y": 1999,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 358,
+ "ctrlPoint1": {
+ "x": 955,
+ "y": 2179,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 965,
+ "y": 2057,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 963,
+ "y": 1999,
+ "r": 5,
+ "type": "pathP",
+ "name": 354,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 907,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 355,
+ "ctrlPoint1": {
+ "x": 953,
+ "y": 1962,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 928,
+ "y": 1924,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 907,
+ "y": 1909,
+ "r": 5,
+ "type": "pathP",
+ "name": 351,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 730,
+ "y": 2117,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 352,
+ "ctrlPoint1": {
+ "x": 862,
+ "y": 1961,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 774,
+ "y": 2065,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 730,
+ "y": 2117,
+ "r": 5,
+ "type": "pathP",
+ "name": 339,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 588,
+ "y": 1991,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 348,
+ "ctrlPoint1": {
+ "x": 694,
+ "y": 2085,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 623,
+ "y": 2022,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 588,
+ "y": 1991,
+ "r": 5,
+ "type": "pathP",
+ "name": 348,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 546,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 349,
+ "ctrlPoint1": {
+ "x": 577,
+ "y": 2002,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 556,
+ "y": 2024,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 546,
+ "y": 2036,
+ "r": 5,
+ "type": "pathP",
+ "name": 345,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 398,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 346,
+ "ctrlPoint1": {
+ "x": 509,
+ "y": 2000,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 435,
+ "y": 1928,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 398,
+ "y": 1893,
+ "r": 5,
+ "type": "pathP",
+ "name": 336,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 601,
+ "y": 1680,
+ "r": 5,
+ "type": "pathP",
+ "name": 53,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 337,
+ "ctrlPoint1": {
+ "x": 448,
+ "y": 1839,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 550,
+ "y": 1733,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 601,
+ "y": 1680,
+ "r": 5,
+ "type": "pathP",
+ "name": 53,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 601,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 54,
+ "ctrlPoint1": {
+ "x": 601,
+ "y": 1673,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 601,
+ "y": 1661,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 601,
+ "y": 1655,
+ "r": 5,
+ "type": "pathP",
+ "name": 54,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 581.2277919999999,
+ "y": 1651.3560799999998,
+ "r": 5,
+ "type": "pathP",
+ "name": 61,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 61,
+ "ctrlPoint1": {
+ "x": 596,
+ "y": 1654,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 586,
+ "y": 1652,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 581.2277919999999,
+ "y": 1651.3560799999998,
+ "r": 5,
+ "type": "pathP",
+ "name": 61,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 474,
+ "y": 1630,
+ "r": 5,
+ "type": "pathP",
+ "name": 44,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 62,
+ "ctrlPoint1": {
+ "x": 555,
+ "y": 1650,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 501,
+ "y": 1645,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L418",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\f93fba67-97c3-4c1c-93b0-cc6044b0f0f4\\L418_1134088_上海总会.jpg",
+ "imgW": 130,
+ "imgH": 130,
+ "xaxis": 865,
+ "yaxis": 2208,
+ "shopNav": 4,
+ "state": "over",
+ "angle": 0,
+ "isSelect": true,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 819,
+ "y": 2413,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 713,
+ "y": 2619,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 375,
+ "ctrlPoint1": {
+ "x": 792,
+ "y": 2464,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 739,
+ "y": 2567,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 713,
+ "y": 2619,
+ "r": 5,
+ "type": "pathP",
+ "name": 66,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 819,
+ "y": 2662,
+ "r": 5,
+ "type": "pathP",
+ "name": 67,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 67,
+ "ctrlPoint1": {
+ "x": 739,
+ "y": 2629,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 792,
+ "y": 2651,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 819,
+ "y": 2662,
+ "r": 5,
+ "type": "pathP",
+ "name": 67,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 830,
+ "y": 2633,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 68,
+ "ctrlPoint1": {
+ "x": 821,
+ "y": 2654,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 827,
+ "y": 2640,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 830,
+ "y": 2633,
+ "r": 5,
+ "type": "pathP",
+ "name": 68,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 870,
+ "y": 2537,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 196,
+ "ctrlPoint1": {
+ "x": 840,
+ "y": 2609,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 860,
+ "y": 2561,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 870,
+ "y": 2537,
+ "r": 5,
+ "type": "pathP",
+ "name": 70,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 993,
+ "y": 2580,
+ "r": 5,
+ "type": "pathP",
+ "name": 71,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 71,
+ "ctrlPoint1": {
+ "x": 900,
+ "y": 2547,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 962,
+ "y": 2569,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 993,
+ "y": 2580,
+ "r": 5,
+ "type": "pathP",
+ "name": 71,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1030,
+ "y": 2486,
+ "r": 5,
+ "type": "pathP",
+ "name": 72,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 72,
+ "ctrlPoint1": {
+ "x": 1002,
+ "y": 2556,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1020,
+ "y": 2509,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1030,
+ "y": 2486,
+ "r": 5,
+ "type": "pathP",
+ "name": 72,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 819,
+ "y": 2413,
+ "r": 5,
+ "type": "pathP",
+ "name": 63,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 377,
+ "ctrlPoint1": {
+ "x": 977,
+ "y": 2467,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 871,
+ "y": 2431,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "L428",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "https://1000my.com/mallSite\\Files\\f1fb7c8e-e445-4e22-a8b6-1fb7df1b3fd2\\L428_1134166_Koyama.jpg",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 913,
+ "yaxis": 2504,
+ "shopNav": 31,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 407,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 546,
+ "y": 2030,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 85,
+ "ctrlPoint1": {
+ "x": 441,
+ "y": 1925,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 511,
+ "y": 1995,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 546,
+ "y": 2030,
+ "r": 5,
+ "type": "pathP",
+ "name": 85,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 586,
+ "y": 1985,
+ "r": 5,
+ "type": "pathP",
+ "name": 86,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 86,
+ "ctrlPoint1": {
+ "x": 556,
+ "y": 2018,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 576,
+ "y": 1996,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 586,
+ "y": 1985,
+ "r": 5,
+ "type": "pathP",
+ "name": 86,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 516,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 87,
+ "ctrlPoint1": {
+ "x": 568,
+ "y": 1969,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 533,
+ "y": 1937,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 516,
+ "y": 1922,
+ "r": 5,
+ "type": "pathP",
+ "name": 87,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 546,
+ "y": 1892,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 88,
+ "ctrlPoint1": {
+ "x": 523,
+ "y": 1914,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 538,
+ "y": 1899,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 546,
+ "y": 1892,
+ "r": 5,
+ "type": "pathP",
+ "name": 88,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 660,
+ "y": 1782,
+ "r": 5,
+ "type": "pathP",
+ "name": 95,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 188,
+ "ctrlPoint1": {
+ "x": 574,
+ "y": 1864,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 631,
+ "y": 1809,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 660,
+ "y": 1782,
+ "r": 5,
+ "type": "pathP",
+ "name": 95,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 704,
+ "y": 1733,
+ "r": 5,
+ "type": "pathP",
+ "name": 96,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 96,
+ "ctrlPoint1": {
+ "x": 671,
+ "y": 1769,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 693,
+ "y": 1745,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 704,
+ "y": 1733,
+ "r": 5,
+ "type": "pathP",
+ "name": 96,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 674,
+ "y": 1715,
+ "r": 5,
+ "type": "pathP",
+ "name": 97,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 97,
+ "ctrlPoint1": {
+ "x": 696,
+ "y": 1728,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 681,
+ "y": 1719,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 674,
+ "y": 1715,
+ "r": 5,
+ "type": "pathP",
+ "name": 97,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 653,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "name": 98,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 98,
+ "ctrlPoint1": {
+ "x": 668,
+ "y": 1721,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 658,
+ "y": 1733,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 653,
+ "y": 1739,
+ "r": 5,
+ "type": "pathP",
+ "name": 98,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 619,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 99,
+ "ctrlPoint1": {
+ "x": 644,
+ "y": 1734,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 627,
+ "y": 1726,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 619,
+ "y": 1722,
+ "r": 5,
+ "type": "pathP",
+ "name": 99,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 597,
+ "y": 1742,
+ "r": 5,
+ "type": "pathP",
+ "name": 100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 100,
+ "ctrlPoint1": {
+ "x": 613,
+ "y": 1727,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 602,
+ "y": 1737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 597,
+ "y": 1742,
+ "r": 5,
+ "type": "pathP",
+ "name": 100,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 565,
+ "y": 1725,
+ "r": 5,
+ "type": "pathP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 285,
+ "ctrlPoint1": {
+ "x": 589,
+ "y": 1737,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 573,
+ "y": 1729,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 565,
+ "y": 1725,
+ "r": 5,
+ "type": "pathP",
+ "name": 285,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 407,
+ "y": 1891,
+ "r": 5,
+ "type": "pathP",
+ "name": 84,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 334,
+ "ctrlPoint1": {
+ "x": 525,
+ "y": 1766,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 446,
+ "y": 1849,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 532,
+ "yaxis": 1830,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 662,
+ "y": 1783,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 520,
+ "y": 1921,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 190,
+ "ctrlPoint1": {
+ "x": 626,
+ "y": 1817,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 555,
+ "y": 1886,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 520,
+ "y": 1921,
+ "r": 5,
+ "type": "pathP",
+ "name": 190,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 730,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "name": 191,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 191,
+ "ctrlPoint1": {
+ "x": 572,
+ "y": 1968,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 677,
+ "y": 2063,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 730,
+ "y": 2111,
+ "r": 5,
+ "type": "pathP",
+ "name": 191,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 864,
+ "y": 1957,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 192,
+ "ctrlPoint1": {
+ "x": 763,
+ "y": 2072,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 830,
+ "y": 1995,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 864,
+ "y": 1957,
+ "r": 5,
+ "type": "pathP",
+ "name": 192,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 662,
+ "y": 1783,
+ "r": 5,
+ "type": "pathP",
+ "name": 189,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 193,
+ "ctrlPoint1": {
+ "x": 813,
+ "y": 1913,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 712,
+ "y": 1826,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 692,
+ "yaxis": 1947,
+ "shopNav": 4,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 474,
+ "y": 1629,
+ "r": 5,
+ "type": "pathP",
+ "name": 268,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 365,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 269,
+ "ctrlPoint1": {
+ "x": 446,
+ "y": 1657,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 392,
+ "y": 1713,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 365,
+ "y": 1741,
+ "r": 5,
+ "type": "pathP",
+ "name": 269,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 251,
+ "y": 1647,
+ "r": 5,
+ "type": "pathP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 270,
+ "ctrlPoint1": {
+ "x": 336,
+ "y": 1717,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 279,
+ "y": 1670,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 251,
+ "y": 1647,
+ "r": 5,
+ "type": "pathP",
+ "name": 270,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 181,
+ "y": 1435,
+ "r": 5,
+ "type": "pathP",
+ "name": 271,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 271,
+ "ctrlPoint1": {
+ "x": 233,
+ "y": 1594,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 198,
+ "y": 1488,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 181,
+ "y": 1435,
+ "r": 5,
+ "type": "pathP",
+ "name": 271,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 285,
+ "y": 1404,
+ "r": 5,
+ "type": "pathP",
+ "name": 272,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 272,
+ "ctrlPoint1": {
+ "x": 207,
+ "y": 1427,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 259,
+ "y": 1411,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 285,
+ "y": 1404,
+ "r": 5,
+ "type": "pathP",
+ "name": 272,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 474,
+ "y": 1629,
+ "r": 5,
+ "type": "pathP",
+ "name": 268,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 273,
+ "ctrlPoint1": {
+ "x": 302,
+ "y": 1481,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 404,
+ "y": 1598,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#b7b7b7",
+ "borderColor": "#765b3c",
+ "toHeight": 20,
+ "alphaModle": 90,
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 327,
+ "yaxis": 1572,
+ "shopNav": 27,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 521,
+ "y": 34,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 596,
+ "y": 35,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 274,
+ "ctrlPoint1": {
+ "x": 539,
+ "y": 34,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 577,
+ "y": 34,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 596,
+ "y": 35,
+ "r": 5,
+ "type": "pathP",
+ "name": 274,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 615,
+ "y": 189,
+ "r": 5,
+ "type": "pathP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 275,
+ "ctrlPoint1": {
+ "x": 673,
+ "y": 56,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 684,
+ "y": 142,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 615,
+ "y": 189,
+ "r": 5,
+ "type": "pathP",
+ "name": 275,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 547,
+ "y": 203,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 276,
+ "ctrlPoint1": {
+ "x": 598,
+ "y": 192,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 564,
+ "y": 199,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 547,
+ "y": 203,
+ "r": 5,
+ "type": "pathP",
+ "name": 276,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 557,
+ "y": 238,
+ "r": 5,
+ "type": "pathP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 277,
+ "ctrlPoint1": {
+ "x": 549,
+ "y": 211,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 554,
+ "y": 229,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 557,
+ "y": 238,
+ "r": 5,
+ "type": "pathP",
+ "name": 277,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 321,
+ "y": 414,
+ "r": 5,
+ "type": "pathP",
+ "name": 278,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 278,
+ "ctrlPoint1": {
+ "x": 495,
+ "y": 245,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 382,
+ "y": 370,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 321,
+ "y": 414,
+ "r": 5,
+ "type": "pathP",
+ "name": 278,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 57,
+ "y": 279,
+ "r": 5,
+ "type": "pathP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 279,
+ "ctrlPoint1": {
+ "x": 222,
+ "y": 479,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 70,
+ "y": 421,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 57,
+ "y": 279,
+ "r": 5,
+ "type": "pathP",
+ "name": 279,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 279,
+ "y": 6,
+ "r": 5,
+ "type": "pathP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 280,
+ "ctrlPoint1": {
+ "x": 51,
+ "y": 159,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 198,
+ "y": 11,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 279,
+ "y": 6,
+ "r": 5,
+ "type": "pathP",
+ "name": 280,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 520,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 281,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 281,
+ "ctrlPoint1": {
+ "x": 339,
+ "y": 5,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 459,
+ "y": 5,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 520,
+ "y": 5,
+ "r": 5,
+ "type": "pathP",
+ "name": 281,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 521,
+ "y": 34,
+ "r": 5,
+ "type": "pathP",
+ "name": 273,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 282,
+ "ctrlPoint1": {
+ "x": 520,
+ "y": 12,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 520,
+ "y": 26,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": "20",
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 336,
+ "yaxis": 209,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 658,
+ "y": 2977,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 782,
+ "y": 3028,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 289,
+ "ctrlPoint1": {
+ "x": 689,
+ "y": 2989,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 751,
+ "y": 3015,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 782,
+ "y": 3028,
+ "r": 5,
+ "type": "pathP",
+ "name": 289,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 843,
+ "y": 3265,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 290,
+ "ctrlPoint1": {
+ "x": 797,
+ "y": 3087,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 827,
+ "y": 3205,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 843,
+ "y": 3265,
+ "r": 5,
+ "type": "pathP",
+ "name": 290,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1108,
+ "y": 3203,
+ "r": 5,
+ "type": "pathP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 291,
+ "ctrlPoint1": {
+ "x": 909,
+ "y": 3249,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1041,
+ "y": 3218,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1108,
+ "y": 3203,
+ "r": 5,
+ "type": "pathP",
+ "name": 291,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1144,
+ "y": 3225,
+ "r": 5,
+ "type": "pathP",
+ "name": 292,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 292,
+ "ctrlPoint1": {
+ "x": 1128,
+ "y": 3200,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1139,
+ "y": 3209,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1144,
+ "y": 3225,
+ "r": 5,
+ "type": "pathP",
+ "name": 292,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1172,
+ "y": 3339,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 293,
+ "ctrlPoint1": {
+ "x": 1151,
+ "y": 3253,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1165,
+ "y": 3310,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1172,
+ "y": 3339,
+ "r": 5,
+ "type": "pathP",
+ "name": 293,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1152,
+ "y": 3374,
+ "r": 5,
+ "type": "pathP",
+ "name": 294,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 294,
+ "ctrlPoint1": {
+ "x": 1175,
+ "y": 3355,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1168,
+ "y": 3368,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1152,
+ "y": 3374,
+ "r": 5,
+ "type": "pathP",
+ "name": 294,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 825,
+ "y": 3448,
+ "r": 5,
+ "type": "pathP",
+ "name": 295,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 295,
+ "ctrlPoint1": {
+ "x": 1070,
+ "y": 3392,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 906,
+ "y": 3429,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 825,
+ "y": 3448,
+ "r": 5,
+ "type": "pathP",
+ "name": 295,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 724,
+ "y": 3341,
+ "r": 5,
+ "type": "pathP",
+ "name": 296,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 296,
+ "ctrlPoint1": {
+ "x": 769,
+ "y": 3455,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 740,
+ "y": 3405,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 724,
+ "y": 3341,
+ "r": 5,
+ "type": "pathP",
+ "name": 296,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 763,
+ "y": 3330,
+ "r": 5,
+ "type": "pathP",
+ "name": 297,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 297,
+ "ctrlPoint1": {
+ "x": 733,
+ "y": 3338,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 753,
+ "y": 3332,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 763,
+ "y": 3330,
+ "r": 5,
+ "type": "pathP",
+ "name": 297,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 792,
+ "y": 3279,
+ "r": 5,
+ "type": "pathP",
+ "name": 298,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 298,
+ "ctrlPoint1": {
+ "x": 770,
+ "y": 3317,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 784,
+ "y": 3291,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 792,
+ "y": 3279,
+ "r": 5,
+ "type": "pathP",
+ "name": 298,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 766,
+ "y": 3171,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 299,
+ "ctrlPoint1": {
+ "x": 785,
+ "y": 3252,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 772,
+ "y": 3198,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 766,
+ "y": 3171,
+ "r": 5,
+ "type": "pathP",
+ "name": 299,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 714,
+ "y": 3140,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 300,
+ "ctrlPoint1": {
+ "x": 753,
+ "y": 3163,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 727,
+ "y": 3147,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 714,
+ "y": 3140,
+ "r": 5,
+ "type": "pathP",
+ "name": 300,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 639,
+ "y": 3159,
+ "r": 5,
+ "type": "pathP",
+ "name": 301,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 301,
+ "ctrlPoint1": {
+ "x": 695,
+ "y": 3144,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 657,
+ "y": 3154,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 639,
+ "y": 3159,
+ "r": 5,
+ "type": "pathP",
+ "name": 301,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 604,
+ "y": 3012,
+ "r": 5,
+ "type": "pathP",
+ "name": 302,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 302,
+ "ctrlPoint1": {
+ "x": 630,
+ "y": 3122,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 612,
+ "y": 3048,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 604,
+ "y": 3012,
+ "r": 5,
+ "type": "pathP",
+ "name": 302,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 658,
+ "y": 2977,
+ "r": 5,
+ "type": "pathP",
+ "name": 288,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 303,
+ "ctrlPoint1": {
+ "x": 614,
+ "y": 2998,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 627,
+ "y": 2978,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": "20",
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 888,
+ "yaxis": 3212,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1223,
+ "y": 3147,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1278,
+ "y": 3129,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 313,
+ "ctrlPoint1": {
+ "x": 1236,
+ "y": 3142,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1264,
+ "y": 3133,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1278,
+ "y": 3129,
+ "r": 5,
+ "type": "pathP",
+ "name": 313,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1291,
+ "y": 3178,
+ "r": 5,
+ "type": "pathP",
+ "name": 310,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 314,
+ "ctrlPoint1": {
+ "x": 1281,
+ "y": 3141,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1287,
+ "y": 3165,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1291,
+ "y": 3178,
+ "r": 5,
+ "type": "pathP",
+ "name": 310,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1380,
+ "y": 3153,
+ "r": 5,
+ "type": "pathP",
+ "name": 307,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 311,
+ "ctrlPoint1": {
+ "x": 1313,
+ "y": 3171,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1357,
+ "y": 3159,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1380,
+ "y": 3153,
+ "r": 5,
+ "type": "pathP",
+ "name": 307,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1365,
+ "y": 3091,
+ "r": 5,
+ "type": "pathP",
+ "name": 304,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 308,
+ "ctrlPoint1": {
+ "x": 1376,
+ "y": 3137,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1368,
+ "y": 3106,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1365,
+ "y": 3091,
+ "r": 5,
+ "type": "pathP",
+ "name": 304,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1449,
+ "y": 3066,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 305,
+ "ctrlPoint1": {
+ "x": 1386,
+ "y": 3084,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1428,
+ "y": 3072,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1449,
+ "y": 3066,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1502,
+ "y": 3281,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 2,
+ "ctrlPoint1": {
+ "x": 1462,
+ "y": 3119,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1488,
+ "y": 3227,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1502,
+ "y": 3281,
+ "r": 5,
+ "type": "pathP",
+ "name": 1,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1435,
+ "y": 3305,
+ "r": 5,
+ "type": "pathP",
+ "name": 316,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 316,
+ "ctrlPoint1": {
+ "x": 1494,
+ "y": 3308,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1459,
+ "y": 3319,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1435,
+ "y": 3305,
+ "r": 5,
+ "type": "pathP",
+ "name": 316,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1337,
+ "y": 3331,
+ "r": 5,
+ "type": "pathP",
+ "name": 319,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 319,
+ "ctrlPoint1": {
+ "x": 1410,
+ "y": 3311,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1361,
+ "y": 3324,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1337,
+ "y": 3331,
+ "r": 5,
+ "type": "pathP",
+ "name": 319,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1272,
+ "y": 3347,
+ "r": 5,
+ "type": "pathP",
+ "name": 322,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 322,
+ "ctrlPoint1": {
+ "x": 1328,
+ "y": 3351,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1289,
+ "y": 3361,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": false,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1272,
+ "y": 3347,
+ "r": 5,
+ "type": "pathP",
+ "name": 322,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1223,
+ "y": 3147,
+ "r": 5,
+ "type": "pathP",
+ "name": 0,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 324,
+ "ctrlPoint1": {
+ "x": 1259,
+ "y": 3297,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1235,
+ "y": 3197,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": "20",
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1362,
+ "yaxis": 3206,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ },
+ {
+ "hasLines": [
+ {
+ "startPoint": {
+ "x": 1815,
+ "y": 2769,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1929,
+ "y": 2835,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 326,
+ "ctrlPoint1": {
+ "x": 1843,
+ "y": 2785,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1900,
+ "y": 2818,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1929,
+ "y": 2835,
+ "r": 5,
+ "type": "pathP",
+ "name": 326,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1995,
+ "y": 3112,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 327,
+ "ctrlPoint1": {
+ "x": 1945,
+ "y": 2904,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1978,
+ "y": 3042,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1995,
+ "y": 3112,
+ "r": 5,
+ "type": "pathP",
+ "name": 327,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1837,
+ "y": 3153,
+ "r": 5,
+ "type": "pathP",
+ "name": 328,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 328,
+ "ctrlPoint1": {
+ "x": 1955,
+ "y": 3122,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1876,
+ "y": 3142,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1837,
+ "y": 3153,
+ "r": 5,
+ "type": "pathP",
+ "name": 328,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1721,
+ "y": 3085,
+ "r": 5,
+ "type": "pathP",
+ "name": 329,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 329,
+ "ctrlPoint1": {
+ "x": 1808,
+ "y": 3136,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1750,
+ "y": 3102,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1721,
+ "y": 3085,
+ "r": 5,
+ "type": "pathP",
+ "name": 329,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1653,
+ "y": 2809,
+ "r": 5,
+ "type": "pathP",
+ "name": 330,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 330,
+ "ctrlPoint1": {
+ "x": 1704,
+ "y": 3016,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1670,
+ "y": 2878,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ },
+ {
+ "startPoint": {
+ "x": 1653,
+ "y": 2809,
+ "r": 5,
+ "type": "pathP",
+ "name": 330,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "endPoint": {
+ "x": 1815,
+ "y": 2769,
+ "r": 5,
+ "type": "pathP",
+ "name": 325,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "name": 331,
+ "ctrlPoint1": {
+ "x": 1693,
+ "y": 2799,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "ctrlPoint2": {
+ "x": 1774,
+ "y": 2779,
+ "r": 5,
+ "type": "ctrlP",
+ "name": 460,
+ "lines": "",
+ "ptPolygon": ""
+ },
+ "isStrLine": true,
+ "ptPolygon": ""
+ }
+ ],
+ "name": "shop",
+ "entColor": "#ffffff",
+ "borderColor": "#765b3c",
+ "toHeight": "20",
+ "alphaModle": "60",
+ "isLabel": 1,
+ "logoUrl": "",
+ "imgW": 64,
+ "imgH": 64,
+ "xaxis": 1824,
+ "yaxis": 2961,
+ "shopNav": -1,
+ "state": "over",
+ "angle": 0,
+ "isSelect": false,
+ "img": {},
+ "select": false
+ }
+ ],
+ "path": {
+ "nodes": [
+ {
+ "x": -100,
+ "y": -100,
+ "id": 0,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 1,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 2,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 3,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 978,
+ "y": 2333,
+ "id": 4,
+ "list": [
+ {
+ "x": 1005,
+ "y": 2319,
+ "id": 5,
+ "cost": 30
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1005,
+ "y": 2319,
+ "id": 5,
+ "list": [
+ {
+ "x": 978,
+ "y": 2333,
+ "id": 4,
+ "cost": 30
+ },
+ {
+ "x": 1020,
+ "y": 2365,
+ "id": 28,
+ "cost": 48
+ },
+ {
+ "x": 973,
+ "y": 2176,
+ "id": 34,
+ "cost": 146
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 6,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 7,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 8,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 9,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1124,
+ "y": 2552,
+ "id": 10,
+ "list": [
+ {
+ "x": 1104,
+ "y": 2688,
+ "id": 11,
+ "cost": 137
+ },
+ {
+ "x": 918,
+ "y": 2514,
+ "id": 31,
+ "cost": 209
+ },
+ {
+ "x": 1044.148936170213,
+ "y": 2413,
+ "id": 32,
+ "cost": 160
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1104,
+ "y": 2688,
+ "id": 11,
+ "list": [
+ {
+ "x": 1124,
+ "y": 2552,
+ "id": 10,
+ "cost": 137
+ },
+ {
+ "x": 1038,
+ "y": 2890,
+ "id": 16,
+ "cost": 212
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 12,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 13,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 14,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 15,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1038,
+ "y": 2890,
+ "id": 16,
+ "list": [
+ {
+ "x": 1104,
+ "y": 2688,
+ "id": 11,
+ "cost": 212
+ },
+ {
+ "x": 848,
+ "y": 2906,
+ "id": 29,
+ "cost": 190
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 200,
+ "y": 1391,
+ "id": 17,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 18,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 19,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 20,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 926,
+ "y": 2401,
+ "id": 21,
+ "list": [
+ {
+ "x": 977,
+ "y": 2437,
+ "id": 33,
+ "cost": 62
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 22,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 23,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 24,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 25,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 26,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 354,
+ "y": 1595,
+ "id": 27,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1020,
+ "y": 2365,
+ "id": 28,
+ "list": [
+ {
+ "x": 1005,
+ "y": 2319,
+ "id": 5,
+ "cost": 48
+ },
+ {
+ "x": 1044.148936170213,
+ "y": 2413,
+ "id": 32,
+ "cost": 53
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 848,
+ "y": 2906,
+ "id": 29,
+ "list": [
+ {
+ "x": 1038,
+ "y": 2890,
+ "id": 16,
+ "cost": 190
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": -100,
+ "y": -100,
+ "id": 30,
+ "list": [],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 918,
+ "y": 2514,
+ "id": 31,
+ "list": [
+ {
+ "x": 1124,
+ "y": 2552,
+ "id": 10,
+ "cost": 209
+ },
+ {
+ "x": 977,
+ "y": 2437,
+ "id": 33,
+ "cost": 97
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 1044.148936170213,
+ "y": 2413,
+ "id": 32,
+ "list": [
+ {
+ "x": 1124,
+ "y": 2552,
+ "id": 10,
+ "cost": 160
+ },
+ {
+ "x": 1020,
+ "y": 2365,
+ "id": 28,
+ "cost": 53
+ },
+ {
+ "x": 977,
+ "y": 2437,
+ "id": 33,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 977,
+ "y": 2437,
+ "id": 33,
+ "list": [
+ {
+ "x": 926,
+ "y": 2401,
+ "id": 21,
+ "cost": 62
+ },
+ {
+ "x": 918,
+ "y": 2514,
+ "id": 31,
+ "cost": 97
+ },
+ {
+ "x": 1044.148936170213,
+ "y": 2413,
+ "id": 32,
+ "cost": 71
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 973,
+ "y": 2176,
+ "id": 34,
+ "list": [
+ {
+ "x": 1005,
+ "y": 2319,
+ "id": 5,
+ "cost": 146
+ },
+ {
+ "x": 969,
+ "y": 2004,
+ "id": 35,
+ "cost": 172
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 969,
+ "y": 2004,
+ "id": 35,
+ "list": [
+ {
+ "x": 973,
+ "y": 2176,
+ "id": 34,
+ "cost": 172
+ },
+ {
+ "x": 929,
+ "y": 1913,
+ "id": 36,
+ "cost": 99
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 929,
+ "y": 1913,
+ "id": 36,
+ "list": [
+ {
+ "x": 969,
+ "y": 2004,
+ "id": 35,
+ "cost": 99
+ },
+ {
+ "x": 886,
+ "y": 1890.18125,
+ "id": 38,
+ "cost": 48
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 823,
+ "y": 1945,
+ "id": 37,
+ "list": [
+ {
+ "x": 886,
+ "y": 1890.18125,
+ "id": 38,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ },
+ {
+ "x": 886,
+ "y": 1890.18125,
+ "id": 38,
+ "list": [
+ {
+ "x": 929,
+ "y": 1913,
+ "id": 36,
+ "cost": 48
+ },
+ {
+ "x": 823,
+ "y": 1945,
+ "id": 37,
+ "cost": 83
+ }
+ ],
+ "r": 12,
+ "ptPolygon": ""
+ }
+ ]
+ },
+ "decos": [],
+ "icons": [],
+ "stairs": [
+ {
+ "no": "0",
+ "toFloor": "0,1,2,3,4,5,6,7,",
+ "x": 908,
+ "y": 2381,
+ "facCode": "dt",
+ "navCode": 21,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "2",
+ "toFloor": "7,",
+ "x": 181,
+ "y": 1373,
+ "facCode": "dt",
+ "navCode": 17,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "1",
+ "toFloor": "7,",
+ "x": 337,
+ "y": 1578,
+ "facCode": "dt",
+ "navCode": 27,
+ "src": "dt",
+ "width": 32,
+ "height": 32,
+ "title": "电梯"
+ },
+ {
+ "no": "3",
+ "toFloor": "6,7,",
+ "x": 960,
+ "y": 2424,
+ "facCode": "ft",
+ "navCode": 33,
+ "src": "ft",
+ "width": 32,
+ "height": 32,
+ "title": "上下扶梯"
+ }
+ ],
+ "parkArea": []
+ }
+ }
+ ]
+ }
\ No newline at end of file
diff --git a/src/data/shopInfo.json b/src/data/shopInfo.json
new file mode 100644
index 0000000..2c7898a
--- /dev/null
+++ b/src/data/shopInfo.json
@@ -0,0 +1,7790 @@
+[
+ {
+ "floorOrder": 0,
+ "shopList": []
+ },
+ {
+ "floorOrder": 1,
+ "shopList": []
+ },
+ {
+ "floorOrder": 2,
+ "shopList": [
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "6b064c02-045c-49f9-81f4-e115d3546f4d",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff09",
+ "houseNum": "M01",
+ "initials": "WATSONSQCS",
+ "intro": "",
+ "isShow": true,
+ "logo": "64d72aba-0f44-4dc8-b8b4-e633e8d928e8",
+ "logoPath": "\\Files\\64d72aba-0f44-4dc8-b8b4-e633e8d928e8\\M01_1133923_Watsons屈臣氏.jpg",
+ "name": "Watsons 屈臣氏",
+ "nameEn": "Watsons",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "W a t s o n s qu chen shi",
+ "xaxis": [191, 10, 505],
+ "yaxis": 153
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "05291bfd-4105-4c31-a684-6948702c4826",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff09",
+ "houseNum": "M03",
+ "initials": "MINISOMCYP",
+ "intro": "",
+ "isShow": true,
+ "logo": "37e85a90-fd99-4f06-a2f7-641c5fd8820c",
+ "logoPath": "\\Files\\37e85a90-fd99-4f06-a2f7-641c5fd8820c\\M03_1133924_MINISO名创优品.jpg",
+ "name": "MINISO 名创优品",
+ "nameEn": "MINISO",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "M I N I S O ming chuang you pin",
+ "xaxis": [260, 10, 494],
+ "yaxis": 94
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "cdee096d-4458-45d6-a296-627da769fcb1",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff09",
+ "houseNum": "M07",
+ "initials": "HITOMIXDM",
+ "intro": "韩国美瞳品牌HITOMI诞生于2011年,是中国前期入驻高端时尚商场的潮瞳品牌。镜片以“舒适水润、花纹时尚独特、暖心服务”等特点著称。HITOMI提供专人、专业、细致、贴心的服务,新手也能轻松学会佩戴~",
+ "isShow": true,
+ "logo": "9928fe6a-4d59-43c5-a15f-3e644e4b6da1",
+ "logoPath": "\\Files\\9928fe6a-4d59-43c5-a15f-3e644e4b6da1\\M07_1133926_HITOMI.jpg",
+ "name": "HITOMI希多蜜",
+ "nameEn": "HITOMI",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "H I T O M I xi duo mi",
+ "xaxis": [301, 10, 375],
+ "yaxis": 92
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e0f1564b-1a6b-4166-855b-36daf81a702c",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff09",
+ "houseNum": "M11",
+ "initials": "DESIGNSKIN",
+ "intro": "DESIGNSKIN是来自韩国的专业手机壳设计品牌。我们以功能性和时尚结合的设计为主,打造出与众不同的新概念手机壳。我们所谓的手机壳不仅是保护功能,而是也能带来高档,时尚的感觉,总能带来以外的小惊喜.",
+ "isShow": true,
+ "logo": "abbb8de4-6890-4322-b2ef-e7f1aebe1e7b",
+ "logoPath": "\\Files\\abbb8de4-6890-4322-b2ef-e7f1aebe1e7b\\M11_1133929_Designskin.jpg",
+ "name": "Designskin",
+ "nameEn": "Designskin",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "D e s i g n s k i n",
+ "xaxis": [346, 10, 758],
+ "yaxis": 100
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a355e41e-8770-4b34-baae-14f098b150ee",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#cc00ff",
+ "houseNum": "M12",
+ "initials": "AOJO",
+ "intro": "",
+ "isShow": true,
+ "logo": "d1eca4e1-5faa-4046-ae87-b85b91bcd20c",
+ "logoPath": "\\Files\\d1eca4e1-5faa-4046-ae87-b85b91bcd20c\\M12_1133930_aojo.jpg",
+ "name": "aojo",
+ "nameEn": "aojo",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "a o j o",
+ "xaxis": [412, 10, 740],
+ "yaxis": 101
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "b0a48740-ec60-49ae-8cf9-8c48986f82ce",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#ff7700",
+ "houseNum": "M14",
+ "initials": "RECLASSIFIEDDXS",
+ "intro": "自古以来,东方焚香以冥思,西方闻香以识人,香气与思考、与人,似乎本来就是相互依存的关系。作为国内首个提出“轻沙龙”理念的品牌,RE调香室坚持卓越的品质与合理的价格,希望能够引领你步入一段有趣迷人的嗅觉之旅,唤起你对世界的好奇与渴望。",
+ "isShow": true,
+ "logo": "bbcc02a4-7094-4349-ad57-84038a7a5da6",
+ "logoPath": "\\Files\\bbcc02a4-7094-4349-ad57-84038a7a5da6\\M14_1133931_Reclassified.jpg",
+ "name": "Reclassified调香师",
+ "nameEn": "Reclassified",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "R e c l a s s i f i e d diao xiang shi",
+ "xaxis": [420, 10, 789],
+ "yaxis": 102
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "7ac1d5ed-c0f8-4fa4-b7fa-b3588cc4d76e",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff09",
+ "houseNum": "M15",
+ "initials": "MARYSHIN",
+ "intro": "来自韩国的知名花艺师,是Angelababy和高圆圆的婚礼手捧花制作者。同时合作过爱马仕,Celine , Space NK , 三星,LG, Anna Klein , 连卡佛,K11 , 外滩三号等世界知名品牌. 我们从首尔来到上海,希望将精致花艺生活方式带给更多热爱生活的朋友.",
+ "isShow": true,
+ "logo": "155a44f9-5d48-42e6-903c-636ed18f827b",
+ "logoPath": "\\Files\\155a44f9-5d48-42e6-903c-636ed18f827b\\M15_1134114_MaryShin.jpg",
+ "name": "Mary Shin",
+ "nameEn": "Mary Shin",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "M a r y S h i n",
+ "xaxis": [437, 10, 846],
+ "yaxis": 104
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a8e0df69-030f-452a-84cf-60254ac09e7e",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#cc00ff",
+ "houseNum": "M16",
+ "initials": "MINTYGREEN",
+ "intro": "",
+ "isShow": true,
+ "logo": "b6e13c9a-c151-4d05-84d8-4ee5094aa552",
+ "logoPath": "\\Files\\b6e13c9a-c151-4d05-84d8-4ee5094aa552\\M16_1134115_MintyGreen.jpg",
+ "name": "Minty Green",
+ "nameEn": "Minty Green",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "M i n t y G r e e n",
+ "xaxis": [370, 10, 856],
+ "yaxis": 103
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a432b25e-9e96-4616-8ca8-27253622f510",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff09",
+ "houseNum": "M22",
+ "initials": "BREOBQS",
+ "intro": "深圳市倍轻松科技股份有限公司,成立于2000年,集研发、生产、销售、服务于一体的便捷式按摩器企业 。经过19年的持续发展,已成长为深圳市高新技术企业 、国家高新技术企业 ,产品远销世界70多个国家及地区,覆盖5000W受众人群,现已成长为便携式按摩器行业的领导品牌",
+ "isShow": true,
+ "logo": "1bb792c1-40bf-4127-b1a9-f9e9ee4191e5",
+ "logoPath": "\\Files\\1bb792c1-40bf-4127-b1a9-f9e9ee4191e5\\M22_1133933_Breo倍轻松.jpg",
+ "name": "Breo 倍轻松",
+ "nameEn": "Breo",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "B r e o bei qing song",
+ "xaxis": [507, 10, 939],
+ "yaxis": 108
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "cf6ff46e-aa6c-433a-be49-398089067083",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff09",
+ "houseNum": "M24",
+ "initials": "JFSHG",
+ "intro": "爱回收-减法生活馆首店,于2018年12月20日在上海兴业太古汇开业。该店集绿色环保回收处理、手机以旧换新,数码产品维修综合一体,是目前中国爱回收品牌最大,产品最齐全的门店。践行“让弃之不用,都物尽其用”",
+ "isShow": true,
+ "logo": "683cb586-323a-437b-9f5e-d207a513d699",
+ "logoPath": "\\Files\\683cb586-323a-437b-9f5e-d207a513d699\\M24_1134117_减法生活馆.jpg",
+ "name": "减法生活馆",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "jian fa sheng huo guan",
+ "xaxis": [519, 10, 996],
+ "yaxis": 110
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "fdbe4bff-9e8c-47d9-bbf1-046cfa4a9379",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff09",
+ "houseNum": "M26",
+ "initials": "LLJJJZ",
+ "intro": "“全世界都希望你长大成人,夹机占只想让你做回孩子”,LLJ夹机占是一家沉浸式线下娱乐店,独立设计上千款国内外正版ip景品,以夹取获得的形式守护快乐、传播正版ip理念。",
+ "isShow": true,
+ "logo": "a92af872-e6e0-40e4-bd40-e377bee681cf",
+ "logoPath": "\\Files\\a92af872-e6e0-40e4-bd40-e377bee681cf\\M26_1134118_LLJ夹机“占”.jpg",
+ "name": "LLJ 夹机占",
+ "nameEn": "LLJ",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "L L J jia ji zhan",
+ "xaxis": [524, 10, 1085],
+ "yaxis": 111
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "528c21fd-1434-4882-ae68-1daac8c8b7ce",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff09",
+ "houseNum": "M27",
+ "initials": "OGAWAAJH",
+ "intro": "以“为客户提供智能健康产品+服务”为使命,向“产品+服务”模式的转型,通过深入挖掘按摩椅功能突破与创新,历经三年开发的健康管理按摩椅在用户的体征检测上取得了突破性进展,使得服务功能可以和产品有机结合。",
+ "isShow": true,
+ "logo": "5c96adb8-86ac-4cf2-9b6c-9d4b0780ad92",
+ "logoPath": "\\Files\\5c96adb8-86ac-4cf2-9b6c-9d4b0780ad92\\M27_1134119_奥佳华.jpg",
+ "name": "OGAWA奥佳华",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "O G A W A ao jia hua",
+ "xaxis": [535, 10, 1148],
+ "yaxis": 112
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "59fc6548-9c8f-4ce7-ada9-243b80f35776",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#ff7700",
+ "houseNum": "M28",
+ "initials": "BANLIACOBNL",
+ "intro": "BANILA CO芭妮兰来自韩国首尔,作为F&F集团旗下美妆潮流厂牌,以“SKINCARE FOR MAKE-UP”的理念,为消费者带来充满乐趣和美丽的护肤和底妆产品。鼓励广大女性在生活和工作中勇于展现最美的自己。",
+ "isShow": true,
+ "logo": "84f84654-eee1-495f-a000-6b4b536293ea",
+ "logoPath": "\\Files\\84f84654-eee1-495f-a000-6b4b536293ea\\M28_1133934_芭妮兰.jpg",
+ "name": "Banlia Co 芭妮兰",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "B a n l i a C o ba ni lan",
+ "xaxis": [547, 10, 1200],
+ "yaxis": 114
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "979aec6a-8279-414d-8caa-4a00c3dbce74",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ccff",
+ "houseNum": "M29",
+ "initials": "BZW",
+ "intro": "国内首创以经营袜子、内衣、家居服、连裤袜为主品类的“亲体织物集合店”品牌;结合新零售和智慧门店的快速推进,已成为“亲体织物集合店”的引领者",
+ "isShow": true,
+ "logo": "7b5154f0-13dd-4531-a76d-3a39f2ae22b2",
+ "logoPath": "\\Files\\7b5154f0-13dd-4531-a76d-3a39f2ae22b2\\M29_1133935_阪织屋.jpg",
+ "name": "阪织屋",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "ban zhi wu",
+ "xaxis": [558, 10, 1256],
+ "yaxis": 116
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f85a898c-40fc-4125-ace8-188548c7b6fb",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "M35",
+ "initials": "YZWWY",
+ "intro": "燕之屋,始于1997,专注燕窝20年。始终秉持质量就是生命的企业理念,专注于高品质燕窝的研究和经营,在燕窝领域斩获许多突破性创举,\n匠心只为成就一碗好燕窝,成为中国燕窝行业标杆。",
+ "isShow": true,
+ "logo": "43843e90-7166-4661-804c-e20a8a628a66",
+ "logoPath": "\\Files\\43843e90-7166-4661-804c-e20a8a628a66\\上海兴业太古汇LOGO.png",
+ "name": "燕之屋·碗燕",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "yan zhi wu · wan yan",
+ "xaxis": [490, 10, 1365],
+ "yaxis": 119
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "fed9a285-f8ce-4b31-8b1b-7c34aaf51b87",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#ff7700",
+ "houseNum": "M36",
+ "initials": "INNISFREEYSFY",
+ "intro": "悦诗风吟选取济州岛精萃原料,将健康之美赋予每位消费者。是一个保护大自然、倡导快乐、环保、绿色生活的自然主义品牌。",
+ "isShow": true,
+ "logo": "2eeecdba-bad9-4d90-adb8-51b47a785bd5",
+ "logoPath": "\\Files\\2eeecdba-bad9-4d90-adb8-51b47a785bd5\\M36_1133940_Innisfree.jpg",
+ "name": "Innisfree悦诗风吟",
+ "nameEn": "Innisfree",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "I n n i s f r e e yue shi feng yin",
+ "xaxis": [569, 10, 1297],
+ "yaxis": 117
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "9b9db0c3-b699-483b-a052-c2cc81e4f203",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#ff7700",
+ "houseNum": "M40",
+ "initials": "YL",
+ "intro": "妍丽,全球高端美妆甄选店,解决你的肌肤问题。门店在售品牌:Elizabeth Arden 伊丽莎白雅顿、Filorga菲洛嘉、GUCCI古驰、BVLGARI宝格丽等,免费体验彩妆,注册会员可领280元优惠券。",
+ "isShow": true,
+ "logo": "8da346d6-8efd-466e-be77-33abaa39d387",
+ "logoPath": "\\Files\\8da346d6-8efd-466e-be77-33abaa39d387\\M40_1133942_妍丽.jpg",
+ "name": "妍丽",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "yan li",
+ "xaxis": [609, 10, 1467],
+ "yaxis": 123
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "cb9dabf6-f550-4f11-9964-f4caea296487",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "M41",
+ "initials": "TG",
+ "intro": "台盖,创立于2015年。聚焦18-25岁,从年轻人的喜好出发,创新研发满满鲜果奶盖系列。\n追求简约中性的环境氛围,致力于打造深受年轻人喜爱的高品质时尚茶饮店。",
+ "isShow": true,
+ "logo": "1e3c0929-5390-4ee3-b0fa-98cce43b7a89",
+ "logoPath": "\\Files\\1e3c0929-5390-4ee3-b0fa-98cce43b7a89\\M41_1133943_台盖 TAIGAI.jpg",
+ "name": "台盖",
+ "nameEn": "TAI GAI",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "tai gai",
+ "xaxis": [504, 10, 1542],
+ "yaxis": 124
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "966ff908-56df-43c1-94f2-db8a2c2d0c5c",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "M44",
+ "initials": "MANNERCOFFEE",
+ "intro": "Manner的故事始于2015,第一家咖啡店在南阳路205号开业,秉持“让咖啡成为生活的一部分“的理念,Manner怀着对精品咖啡品质的坚守,在每一天,为每一位顾客带来一杯好咖啡。对咖啡孜孜以求的精神,让Manner不随波逐流、精益求精,Manner将品牌理念与精神融于产品,力求将Manner打造成为高质量、有态度的精品咖啡品牌。",
+ "isShow": true,
+ "logo": "d9690f24-030b-4859-a73b-271c6d614cf7",
+ "logoPath": "\\Files\\d9690f24-030b-4859-a73b-271c6d614cf7\\M44_1133944_Manner.jpg",
+ "name": "Manner Coffee",
+ "nameEn": "Manner Coffee",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "M a n n e r C o f f e e",
+ "xaxis": [564, 10, 1688],
+ "yaxis": 129
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ef2b376b-43e9-47d6-8902-91dfb211794d",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "M46",
+ "initials": "SZSS",
+ "intro": "在新零售的赛道上,三只松鼠加快布局,开始抢跑。2016年在芜湖开出首家线下投食店(体验店)并于2017年推出2.0版的投食店,目前三只松鼠投食店在全国落地已达54家,未来将布局超过1000家投食店。",
+ "isShow": true,
+ "logo": "5957ce4b-336d-4cb9-85db-166eeccc5569",
+ "logoPath": "\\Files\\5957ce4b-336d-4cb9-85db-166eeccc5569\\M46&47_1133945_ThreeSquirrels三只松鼠.jpg",
+ "name": "三只 松鼠",
+ "nameEn": "Three Squirrels",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "san zhi song shu",
+ "xaxis": [638, 10, 1584],
+ "yaxis": 127
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "78cf7794-172c-486d-b70d-6658abe76c56",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "M50",
+ "initials": "HJLM",
+ "intro": "琥家创始人:津岛卓也,授予日本冈山拉面金奖,在当地经营着数十家超人气拉面店,始终秉承“用一颗匠人之心,守护着生命之味”的理念,将”原味、浓厚、安心“加入琥家铁则",
+ "isShow": true,
+ "logo": "087ce1a2-f100-4348-8494-1bb4d12eacb4",
+ "logoPath": "\\Files\\087ce1a2-f100-4348-8494-1bb4d12eacb4\\M50_1134122_琥家拉面.jpg",
+ "name": "琥家拉面",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "8f80113e-0617-43c4-b9a9-b2321d79fe50",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "hu jia la mian",
+ "xaxis": [694, 10, 1781],
+ "yaxis": 135
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "3e5b0223-30cb-43a5-bfe4-014da7bc342b",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "M52",
+ "initials": "ZABL",
+ "intro": "早安巴黎的创办团队凭着一股对烘焙艺术的热情在2005年远赴法国钻研烘焙技术,目前早安巴黎分别在上海及成都各设立了10多家门店,并且未来还会不断拓展,成为中国烘焙行业的新动力。",
+ "isShow": true,
+ "logo": "11c5ba1b-669d-41c2-94bc-a65904b2cc9c",
+ "logoPath": "\\Files\\11c5ba1b-669d-41c2-94bc-a65904b2cc9c\\M52_1133947_早安巴黎.jpg",
+ "name": "早安巴黎",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "zao an ba li",
+ "xaxis": [602, 10, 1751],
+ "yaxis": 130
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f07e654d-2233-4bfd-bb04-ab63db2ce619",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "M60",
+ "initials": "DSTL",
+ "intro": "大蔬烫捞精选上等食材,坚持大骨熬汤.秘制酱料,口味多样化,追求食物本真.采用天然食材,秘制酱料技术.每一道工序严格把关,只为做好每一份烫捞.让生活更健康,温暖您的胃",
+ "isShow": true,
+ "logo": "ef58eab6-eced-4a4a-b2d0-099260b6fa30",
+ "logoPath": "\\Files\\ef58eab6-eced-4a4a-b2d0-099260b6fa30\\M60_1133950_大蔬烫捞.jpg",
+ "name": "大蔬烫捞",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "cc52f63f-7cc6-4a24-bdce-84451042865d",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "da shu tang lao",
+ "xaxis": [702, 10, 1897],
+ "yaxis": 139
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "39396670-1373-44ad-a103-e1024e87dc9c",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "LG201",
+ "initials": "BMSORGANICS",
+ "intro": "1997年,蔬事创办人李剑明医生从秉持医心,痛心民众受疾病所苦,决心从源头管控,以防代治,还大众一个安心和健康的食物,从而得到健康。李剑明医生毅然弃医,转而和三位弟弟(李剑峯,李德昌,李德忠)一起投身有机素食健康食品事业。\n李剑明医生和三位弟弟坚守信念,推广有机健康生活理念,秉持企业使命“保护地球和下一代的健康”。通过20多年来的不懈坚持,由一家名不见经传的有机商店起步,发展成为马来西亚最大的有机素食连锁店!\nBMS Organics 蔬事 源自马来西亚,至今已经成立20多年来,已在马来西亚、香港、中国拥有超过50家分店,并且拥有自营的有机农场,实行有机零售和新型素食餐厅双管运营\n2017年,BMS Organics蔬事由创始人中最年轻的弟弟李德忠领航正式登陆中国,李德忠先生留学澳洲,有多国事业管理经验,李德忠先生带着20多年来的坚守,融合全新的“我型我蔬”的时尚健康生活新理念,出品迎合中国口味的东南亚特餐,通过把顾客当成家人的服务理念来将最自然的营养和美味带给同样需要安全健康食物的中国家人,BMS Organics蔬事致力于通过美食的桥梁,让新型时尚健康素食风潮席卷中国和全球,从而保护地球和下一代的健康!\nBMS Organics蔬事,守着这一份匠心,坚持有机和环保的信念,致力于成为著名的国际绿色企业,用匠心倡导全球Green is the New Sexy!",
+ "isShow": true,
+ "logo": "6fd90a15-12e5-40f4-a940-448679438f39",
+ "logoPath": "\\Files\\6fd90a15-12e5-40f4-a940-448679438f39\\LG201_1133983_BMSOrganics.jpg",
+ "name": "BMS Organics",
+ "nameEn": "BMS Organics",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "cc52f63f-7cc6-4a24-bdce-84451042865d",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "B M S O r g a n i c s",
+ "xaxis": [710, 10, 1315],
+ "yaxis": 192
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "17675e4b-8d0f-4898-aa8f-f4e95a14cf54",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "LG202",
+ "initials": "NOODLETALKJMT",
+ "intro": "“见面谈”传承和发展了面食文化的人文情怀,赋予它更加饱满的内涵!\n它风趣幽默,语意双关,让现代人在纷乱与匆忙地间会心一笑,让身心得\n以放松,让交流不再有障碍!\n说到台湾味,人们常唤做家常味。是街头巷尾淳朴简单的味道,也是每家\n每户妈妈的味道。\nIn here,亲朋相聚,商家握手,聊家常,促感情,让“面”成为沟通的媒介;\nIn here,独特的面食风味,物超所值的消费理念,营造轻松愉悦的用餐环境;\nIn here,亲切友善的笑脸是我们的符号,回味、惊喜、赞叹、陶醉,让每一个笑容都尽情绽放;\nIn here,和您一起“见面谈”!",
+ "isShow": true,
+ "logo": "3d527075-5772-44b0-b715-a14166fddac5",
+ "logoPath": "\\Files\\3d527075-5772-44b0-b715-a14166fddac5\\LG202_1134135_见面谈.jpg",
+ "name": "Noodle Talk 见面谈",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "N o o d l e T a l k jian mian tan",
+ "xaxis": [771, 10, 1244],
+ "yaxis": 152
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "bb9fbb3b-b0a1-4f30-9dad-d64553d3f8f3",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "LG207",
+ "initials": "CITYSUPERCSHJPCS",
+ "intro": "city'super拥有标志性的透明式中央厨房,从丰富的酒窖到创意美食,从意大利面到欧洲直运的生蚝、芝士及火腿,在热爱美食和生活的年轻人群中传达着自己对生活的理念。拥有多国美馔总汇FusionDeli;来自日本在烘焙行业立足超过50年的日本面包店麦美鱼;日本高品质甜品黑船及法国巧克力大师级品牌Jean-Paul Hevin等众多饕餮美食",
+ "isShow": true,
+ "logo": "67b221af-e52c-4ca9-8435-2249675d3cf6",
+ "logoPath": "\\Files\\67b221af-e52c-4ca9-8435-2249675d3cf6\\LG207_1134136_citysuper.jpg",
+ "name": "city'super 超·生活 精品超市",
+ "nameEn": "city'super",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "c i t y ' s u p e r chao · sheng huo jing pin chao shi",
+ "xaxis": [1074, 10, 1360],
+ "yaxis": 148
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "53715821-ed18-4c8a-9f1e-28b31c445cfc",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "LG217",
+ "initials": "OPOKE",
+ "intro": "poké是来自夏威夷的地道美食,O—POKE携手纽约顶级大厨打造身临其境的海滩风味。O—POKE从选材到烹调都奉行极致简化的原则,最大程度低保留食材原有的营养,广受健康人群的酷爱。同时,也是一款颜值超高,当下最IN的网红餐饮新作。",
+ "isShow": true,
+ "logo": "913ae022-d0a3-4b9f-9af0-f8470948dcff",
+ "logoPath": "\\Files\\913ae022-d0a3-4b9f-9af0-f8470948dcff\\LG217_1133985_O-POKE.jpg",
+ "name": "O-POKE",
+ "nameEn": "O-POKE",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "cc52f63f-7cc6-4a24-bdce-84451042865d",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "O - P O K E",
+ "xaxis": [900, 10, 1554],
+ "yaxis": 146
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "7d3440c2-28df-47f5-bbb5-fb965c282c00",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "LG211",
+ "initials": "WOODYBAKERWBK",
+ "intro": "WOODY的解释是木质的,而BAKER是烘焙师\n选取WOODY BAKER 这个名字就是想表达,健康天然的烘焙理念沃倍可希望用顶级优质的食材,制作出\n价格合理的创意产品,让大众接受喜爱\n并作为日常所需。 ",
+ "isShow": true,
+ "logo": "5811398d-bce6-4043-bbe0-e2eadc6fce91",
+ "logoPath": "\\Files\\5811398d-bce6-4043-bbe0-e2eadc6fce91\\LG218_1133986_WoodyBaker.jpg",
+ "name": "Woody Baker 沃倍可",
+ "nameEn": "Woody Baker",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "W o o d y B a k e r wo bei ke",
+ "xaxis": ["881", "1589", "10"],
+ "yaxis": "145"
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e74ed62d-d2c7-4aa4-b45c-36016a4e886b",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "LG219",
+ "initials": "SXHNJF",
+ "intro": "三巡海南鸡饭创立于2005年,主打新加坡驰名去骨海南鸡及多款地道的南洋美食。\n三巡海南鸡饭曾荣获众多奖项,皆因多年来,坚持每日沿用来自新加坡文华东方酒店海南鸡饭的烹调配方,以传统方法制作爽口嫩滑的海南鸡。另外,餐厅提供多款南洋美食,包括海鲜叻沙、咖喱鸡、娘惹酸辣米粉、马来风光及南洋特色饮品。",
+ "isShow": true,
+ "logo": "d59df7a2-e059-4434-aae7-22d13ea288ab",
+ "logoPath": "\\Files\\d59df7a2-e059-4434-aae7-22d13ea288ab\\LG219_1133987_三巡海南鸡饭.jpg",
+ "name": "三巡海南鸡饭",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "8f80113e-0617-43c4-b9a9-b2321d79fe50",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "san xun hai na ji fan",
+ "xaxis": [838, 10, 1638],
+ "yaxis": 144
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "9f5b1d4d-64ad-477d-8888-cc051565d1f3",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "LG220",
+ "initials": "XNLNJCC",
+ "intro": "“巷弄”本是台湾人的叫法,老板是个文艺范儿十足的人,对于台北有着独特的情节,与台湾作家九把刀的“巷弄里的那家书店”有着异曲同工之意。它带着浓郁的文艺气息扑面而来。从淡雅的主环境,到墙上的插画作品,都不像是传统意义上的川菜店,更像是一间艺术画廊。它没有其他川菜店厚重的川味,有的却是一丝浪漫的小资情味。\n主厨是地道的四川人,只有最地道的四川人才能做出最地道的川味,不花哨,不做作。从原料、配料到调料,主厨统统从四川运来,连一瓶他用顺手的酱油都不放过!每天清晨亲自去菜场挑选食材,十几年来坚持的习惯,也是他对于料理初心不变的最高尊重。",
+ "isShow": true,
+ "logo": "d8967a90-bf68-4c2c-969e-a9a158322d79",
+ "logoPath": "\\Files\\d8967a90-bf68-4c2c-969e-a9a158322d79\\LG220_1133988_巷弄里那家川菜.jpg",
+ "name": "巷弄里那家川菜",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "xiang nong li na jia chuan cai",
+ "xaxis": [767, 10, 1612],
+ "yaxis": 143
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e9263e1b-3428-497d-b212-c5092fa9d774",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "LG222",
+ "initials": "HATIENHX",
+ "intro": "来自越南的美食“河仙”登陆魔都啦,首家店选址“嗲拧”聚焦地兴业太古汇,汇集汤粉、干拌粉、小食等各种美味,越南籍大厨Lily阿姨亲自掌勺,让各路吃货足不出沪,品尝越式“妈妈的味道”,不怕你吃不好,只怕你不知道吃什么才好。河仙位于越南的西南角,占据了一个最佳地理位置——人杰地灵的宝地,是湄公河三角洲地区最吸引人的地方。Hà Tiên在越南语中代表河川精神,以保卫Dong Ho湖的仙女命名,据说她们住在Dong Ho湖,并在满月的月光下,在水中沐浴、起舞。河仙(Hà Tiên)是一种生活方式,是每一天都感恩对方,并且共同分享美好的事物。我们的使命是将最好的越南米粉带给全世界。河仙 ( Hà Tiên ),让我们感觉像在家里一般,爱和舒适。IT'S TIME TO SHARE!",
+ "isShow": true,
+ "logo": "a59f6c67-3b1a-4b65-a91d-dd4afb4692b8",
+ "logoPath": "\\Files\\a59f6c67-3b1a-4b65-a91d-dd4afb4692b8\\LG222_1133989_HeXian.png",
+ "name": "HA TIEN河仙",
+ "nameEn": "HA TIEN",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "H A T I E N he xian",
+ "xaxis": [725, 10, 1497],
+ "yaxis": 141
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "78bd44d0-25ef-40b4-ac30-ca37c7340501",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#f07676",
+ "houseNum": "LG223",
+ "initials": "GATHERXRLHJ",
+ "intro": "日本拉面、乌冬、外卖寿司、回转寿司、烤肉、居酒屋、串烤、烧鸟、天妇罗、御好烧、章鱼烧、大阪烧、铁板、寿喜烧、日式火锅、蟹料理、河豚鱼料理、日式甜品、咖哩饭、鳗鱼饭、牛丼饭、海鲜丼饭、炸猪扒饭……从平价的日式小吃,治愈系的深夜食堂,洋溢社交场景的居酒屋,充满日剧氛围的烧鸟串烤,昂贵华丽的顶级日料,细腻甜美的日式甜品,融合西餐菜系的日式主题餐厅,种类繁多的日系餐饮专门店越来越受中国食客的喜爱,并成为一二线城市购物中心标配的餐饮业种。",
+ "isShow": true,
+ "logo": "1c3b49bc-760f-4334-bde4-c87be1cf9263",
+ "logoPath": "\\Files\\1c3b49bc-760f-4334-bde4-c87be1cf9263\\LG143&LG223_1133990_Gather撷.jpg",
+ "name": "Gather撷日料合集",
+ "nameEn": "Gather",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "8f80113e-0617-43c4-b9a9-b2321d79fe50",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "G a t h e r xie ri liao he ji",
+ "xaxis": [702, 10, 1443],
+ "yaxis": 140
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "b65d5c04-c45d-44c0-b6c0-7f73de773f8a",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff84",
+ "houseNum": "M49",
+ "initials": "CCCHGB",
+ "intro": "",
+ "isShow": true,
+ "logo": "fc2af639-004b-431b-b47e-ba73a388a91b",
+ "logoPath": "\\Files\\fc2af639-004b-431b-b47e-ba73a388a91b\\aaa.png",
+ "name": "碴碴茶(火锅杯)",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "cha cha cha ( huo guo bei )",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "141922e8-2c2c-46bd-81c5-3ca7ffdc02b7",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff84",
+ "houseNum": "LG218",
+ "initials": "WOODYBAKER",
+ "intro": "",
+ "isShow": true,
+ "logo": "83aaeaff-fcd6-4970-b7ac-5b0968a5479f",
+ "logoPath": "\\Files\\83aaeaff-fcd6-4970-b7ac-5b0968a5479f\\微信图片_20200423165102.png",
+ "name": "Woody Baker",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "W o o d y B a k e r",
+ "xaxis": [880, 10, 1591],
+ "yaxis": 145
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "9223aaaf-c3e7-4a6e-bad7-bbd67ff75f03",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff84",
+ "houseNum": "M31",
+ "initials": "XRL",
+ "intro": "",
+ "isShow": true,
+ "logo": "aba717a3-f177-4f2a-a7c7-632d1e118013",
+ "logoPath": "\\Files\\aba717a3-f177-4f2a-a7c7-632d1e118013\\m.png",
+ "name": "谢瑞麟",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "xie rui lin",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "b44404aa-0cf6-4d35-92ce-39e339999bbf",
+ "floorCode": "4c834eab-5c82-4ec4-8773-11f4cf1b6d92",
+ "floorName": "LG2",
+ "floorOrder": 2,
+ "formatColor": "#00ff84",
+ "houseNum": "M47",
+ "initials": "SZSS",
+ "intro": "",
+ "isShow": true,
+ "logo": "663ee486-ccee-4247-83c9-a80cd6784a59",
+ "logoPath": "\\Files\\663ee486-ccee-4247-83c9-a80cd6784a59\\555.jpg",
+ "name": "三只松鼠",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "san zhi song shu",
+ "xaxis": null,
+ "yaxis": null
+ }
+ ]
+ },
+ {
+ "floorOrder": 3,
+ "shopList": [
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ad4838ad-726b-450e-8fe2-9a07fe709424",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG101",
+ "initials": "JADEGARDENCY",
+ "intro": "创自1971年,翠园是香港美心集团首家于香港创办的粤菜酒家,也是港式饮茶文化的先导。美心中菜大厨团队,凭借大厨巧手及上乘食材,延续香港集团在食材、制作、卫生、服务、管理等方面的优质餐饮文化和丰富运营经验,突出食材的原味与健康元素,炮制出「不添加味精」,色、香、原味俱备的创意粤菜。",
+ "isShow": true,
+ "logo": "00a59647-5b27-4f75-ac27-319db191265b",
+ "logoPath": "\\Files\\00a59647-5b27-4f75-ac27-319db191265b\\LG101_1133951_JadeGarden翠园.jpg",
+ "name": "Jade Garden 翠园",
+ "nameEn": "Jade Garden",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "J a d e G a r d e n cui yuan",
+ "xaxis": [275, 10, 585],
+ "yaxis": 53
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "dd7e6b80-483b-4b51-bf3f-87ef48f67d50",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG108",
+ "initials": "LETSTAIPEIFCTB",
+ "intro": "作为Let's系列中最新的台北食品概念,Let's Taipei专注于捕捉台湾夜市饮食文化的标志,创造性地重新定义并将每道菜独特呈现为别致的法式风格。 有传统元素,也有创新元素。 随着餐厅的氛围营造出舞台,Let's Taipei餐厅自豪地矗立在聚光灯下,为客人带来精致的用餐体验。",
+ "isShow": true,
+ "logo": "eb257dc7-6bcc-4647-9010-a01678f1e811",
+ "logoPath": "\\Files\\eb257dc7-6bcc-4647-9010-a01678f1e811\\LG108_1133952_Let'sTaipei.jpg",
+ "name": "Let's Taipei 非常台北",
+ "nameEn": "Let's Taipei",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "L e t ' s T a i p e i fei chang tai bei",
+ "xaxis": [440, 10, 828],
+ "yaxis": 55
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "8a58ca20-d7c4-450f-ada2-84114aea2729",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG109",
+ "initials": "GODIVAGDF",
+ "intro": "GODIVA(歌帝梵)巧克力起源于比利时布鲁塞尔,由巧克力大师Joseph Draps一手创办,并以传说中尊贵的Godiva夫人命名,至今已有超过75年历史。多年来Godiva在符合传统规格和贯彻Joseph Draps先生秘方等方面全部一丝不苟。自古以来,比利时一直保存着追求完美的传统,代代相传,以至手工精细的花边、色彩夺目的水晶和叫人一试倾心的美味佳肴,全是极品中之极品。",
+ "isShow": true,
+ "logo": "58e1f2d0-7760-4aaf-9e8a-b99534ff28ff",
+ "logoPath": "\\Files\\58e1f2d0-7760-4aaf-9e8a-b99534ff28ff\\LG109_1133953_GodivaCafé.jpg",
+ "name": "Godiva 歌帝梵",
+ "nameEn": "Godiva Café",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "G o d i v a ge di fan",
+ "xaxis": [260, 10, 828],
+ "yaxis": 54
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "9e55c6f6-f6d5-4c93-a36b-bcb700eaf62c",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#ff7700",
+ "houseNum": "LG111",
+ "initials": "SCENTLIBRARYQWTSG",
+ "intro": "“气味图书馆/Scent Library”,代理Demeter和来自世界各地有独特气味的香水、香氛品牌,开创了中国气味产业的先河。品牌Logo采用鼻子的形象,以嗅觉为切入点来寻找和探索全新的气味生活方式,让香氛无处不在——scent is everywhere。",
+ "isShow": true,
+ "logo": "fa7619e9-bbe8-43f6-b3c4-05dd451e08b5",
+ "logoPath": "\\Files\\fa7619e9-bbe8-43f6-b3c4-05dd451e08b5\\LG111_1133954_ScentLibrary.jpg",
+ "name": "Scent Library氣味图书馆",
+ "nameEn": "Scent Library",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "S c e n t L i b r a r y qi wei tu shu guan",
+ "xaxis": [282, 10, 1068],
+ "yaxis": 56
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a5b5b674-790e-44d7-84b9-055dfe1b66d6",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#cc00ff",
+ "houseNum": "LG113",
+ "initials": "OOAK",
+ "intro": "OOAK是OOAK设计师品牌概念店的同名自主首饰品牌,成立于2017年。首饰是艺术、美学的具象化延展,而对首饰的选择与演绎,则是佩戴者的自我传达。OOAK探索女性内心,通过摩登而极具艺术性的首饰营造一种社会、艺术、文化与女性个体的交流互动领域,与现代都市女性产生审美与情感共鸣,为她们在各个生活场景中增加个人魅力与自信。\n",
+ "isShow": true,
+ "logo": "9ead9cab-7872-4981-ba8e-00b9c0a6a55a",
+ "logoPath": "\\Files\\9ead9cab-7872-4981-ba8e-00b9c0a6a55a\\LG113_1134123_OOAK.jpg",
+ "name": "OOAK",
+ "nameEn": "OOAK",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "O O A K",
+ "xaxis": [309, 10, 1106],
+ "yaxis": 58
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "5ec73d34-49d3-4cbe-a095-cfdb1fb774ac",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#cc00ff",
+ "houseNum": "LG115",
+ "initials": "JINS",
+ "intro": "JINS睛姿是日本著名快时尚眼镜品牌,由上市公司(株)JIN独资创办,创立于2001年。多年来,睛姿眼镜以其高质量产品、超优质的服务、丰富多样的产品系列和时尚的款式、平民化的价格赢得了众多消费者的信赖。JINS睛姿产品均为自主开发,无论顾客何时前来光顾,都能看到品种齐全设计新颖的产品。JINS睛姿想要的是建立顾客爱光顾的店铺,并以日式优质服务迎接顾客的到来。\n",
+ "isShow": true,
+ "logo": "7cff9b1e-5875-415a-a4f0-aea71f234cb4",
+ "logoPath": "\\Files\\7cff9b1e-5875-415a-a4f0-aea71f234cb4\\LG115_1133955_JiNS.jpg",
+ "name": "JiNS",
+ "nameEn": "JiNS",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "J i N S",
+ "xaxis": [340, 10, 1149],
+ "yaxis": 60
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "6889bc6e-980c-46e6-abe4-4dcb9938d78e",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG116",
+ "initials": "JDV",
+ "intro": "J.D.V 全称J-DifferentView,意为“与众不同的理念”。隶属于上海杰帝梵服饰,从2009年成立以来,以更为清晰的年轻消费群体为出发点,依靠华丽的设计,独特的搭配,攻占全国市场。拥有完整的系统,一支涵盖时尚买手,创意与服装设计师,空间与视觉创意师,营运管理等领域的团队。静谧复古的空间,贴心周到的服务,整体视觉创作,J.D.V立志成为男装品牌的引领者,带给潮人们最迅驰新潮的时尚元素。\n",
+ "isShow": true,
+ "logo": "2aa5da69-cfa3-46d7-8ff8-293a3da57e4b",
+ "logoPath": "\\Files\\2aa5da69-cfa3-46d7-8ff8-293a3da57e4b\\LG116_1133956_J.D.V.jpg",
+ "name": "J.D.V",
+ "nameEn": "J.D.V",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "J . D . V",
+ "xaxis": [506, 10, 949],
+ "yaxis": 57
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "26eaaa72-2c56-4a9c-8f0f-3c063fc5b8aa",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG118A",
+ "initials": "MUAPPETIT",
+ "intro": "MU 是 Moda Union 的首字母缩写。2006年创立的 mu 是一个摩登、独立、个性的设计师品牌,创立的初心是致力于为热爱时装、注重生活品质、兼具潮流品味的消费者“分享美好生活方式的一切”。成立10多年以来,mu 始终坚持原创设计、天然面料与环保理念,匠心雕琢每一件衣品,并努力秉承着这份设计师品牌的初心。\n",
+ "isShow": true,
+ "logo": "8cce6c73-de98-42b5-b5d3-ac5b0fe50bed",
+ "logoPath": "\\Files\\8cce6c73-de98-42b5-b5d3-ac5b0fe50bed\\LG118_1134125_MU.png",
+ "name": "MU Appetit",
+ "nameEn": "MU",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "M U A p p e t i t",
+ "xaxis": ["618", "929", "10"],
+ "yaxis": "62"
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "6f0366a6-bbc1-4dd9-ad6f-38f9b3758e6f",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG121",
+ "initials": "EVISU",
+ "intro": "EVISU 于1991年在日本大阪创立,名字的灵感来自日本神话中的EBISU惠比寿(亦称惠比须、夷,日语:えびす)。品牌最初每天最多只能制作约十四条牛仔裤,并由人手在每条牛仔裤的后袋绘上海鸥图样,亦因为这 份对牛仔裤的热爱及对细节一丝不苟的态度,令EVISU很快便被有着极高要求的日本时尚界所喜爱,而且更掀起了一股席卷全世界的古着牛仔裤热潮。EVISU 二十年多来的坚持及专注,为品牌赢尽口碑及好评,成为不少牛仔裤收藏家及潮流人士的最爱。享誉国际的同时,并没有减少品牌对质量的严格要求,而匠心独具的核心价值早已经根深蒂固,更成为牛仔裤史上的一个经典。\n",
+ "isShow": true,
+ "logo": "c533e662-679e-4115-9570-2320e89a9618",
+ "logoPath": "\\Files\\c533e662-679e-4115-9570-2320e89a9618\\LG121_1133957_Evisu.jpg",
+ "name": "Evisu",
+ "nameEn": "Evisu",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "E v i s u",
+ "xaxis": [618, 10, 1245],
+ "yaxis": 66
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "c6d727e6-ebb6-4e13-97ea-8389f4b20dd9",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#cc00ff",
+ "houseNum": "LG126",
+ "initials": "IDO",
+ "intro": "I Do是国际权威钻石机构HIERSUN推出的全球第一家专业“婚戒”品牌,专注于婚戒的生产、研发与销售。是全球珠宝领域唯一一家以细分市场策略进入的品牌,I DO婚戒以超越极致之美的设计以及毫不妥协的品质,成为全球众多情侣的幸福标志。\n",
+ "isShow": true,
+ "logo": "2958b02b-cfb3-4b66-89bb-ede0a422aa13",
+ "logoPath": "\\Files\\2958b02b-cfb3-4b66-89bb-ede0a422aa13\\LG126_1133960_IDO.jpg",
+ "name": "I DO",
+ "nameEn": "I DO",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "I D O",
+ "xaxis": [633, 10, 1038],
+ "yaxis": 64
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "10b6f2aa-85c5-47f4-8d64-672f7e07eef6",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG127",
+ "initials": "CALVINKLEINUNDERWEAR",
+ "intro": "CK内衣 (Calvin Klein Underwear) 是美国设计师品牌CK (Calvin Klein) 旗下的内衣品牌。CK内衣 (Calvin Klein Underwear) 设计风格简约,与CK (Calvin Klein) 风行的简洁都市感一脉相承,却能体现独特的性感魅力,充满激情与活力。CK内衣 (Calvin Klein Underwear) 包括男士内衣、女士内衣等不同产品,彰显身体线条的活力美感。\n",
+ "isShow": true,
+ "logo": "859e1572-0639-493a-8130-ec6504008696",
+ "logoPath": "\\Files\\859e1572-0639-493a-8130-ec6504008696\\LG127_1133961_CKUnderwear.jpg",
+ "name": "Calvin Klein Underwear",
+ "nameEn": "CK Underwear",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "C a l v i n K l e i n U n d e r w e a r",
+ "xaxis": [752, 10, 1364],
+ "yaxis": 69
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "9adcee28-c5dc-490c-a0ab-1873f970dc22",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG128",
+ "initials": "IT",
+ "intro": "I.T成立于1988年,是香港最具规模的时装品牌零售店之一,是时尚追逐者和众多明星必到的潮流“圣地”。最初是由一群热爱时尚,充满活力的年轻人在香港创始的,出售一些著名的品牌服饰,深受时髦人士的青睐,并由此在年轻人中树立了引领时尚潮流的形象。\n",
+ "isShow": true,
+ "logo": "796c7b2e-ebfe-4507-94af-cd0ceef9ae29",
+ "logoPath": "\\Files\\796c7b2e-ebfe-4507-94af-cd0ceef9ae29\\LG128_1134127_i.t.png",
+ "name": "i.t",
+ "nameEn": "i.t ",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "i . t",
+ "xaxis": [846, 10, 1139],
+ "yaxis": 67
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "15e07090-6ac8-4e91-b258-855f5a5ff1a8",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG129",
+ "initials": "LELECHALLC",
+ "intro": "LELECHA楽楽茶是“茶饮+软包”的新式茶饮品牌,进驻的均为城市地标性热门商圈,是北上广年轻人的必打卡地。原创了脏脏茶、脏脏包、乳酪鲜果茶、苏丹王榴莲乳酪软包、星空流沙包等爆款产品。店内使用的均为名优茶源地的原叶茶,农场直供当季鲜果、进口乳酪和麦粉,所有产品均为当日现做。",
+ "isShow": true,
+ "logo": "251f0c8e-cec9-4877-94af-c127705446ca",
+ "logoPath": "\\Files\\251f0c8e-cec9-4877-94af-c127705446ca\\LG129_1133962_乐乐茶.jpg",
+ "name": "LeleCha 乐乐茶",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "L e l e C h a le le cha",
+ "xaxis": [793, 10, 1426],
+ "yaxis": 71
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "18f3cc46-9437-42a5-bf5d-e6a5577beaa5",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG135",
+ "initials": "AAPE",
+ "intro": "Aape是IT集团旗下街头潮牌A Bathing Ape的年轻支线品牌。Aape针对年轻市场,为15-25岁的潮流新一代设计出一系列简洁、轻便及充满时尚元素的服饰,剪裁舒适,适合每天穿着。Aape的品牌标志源自A BATHING APE的经典猿人头像,其简洁的圆形面孔,就像年轻版的猿颜一样,设计鲜明令人印象深刻。\n",
+ "isShow": true,
+ "logo": "cfdb1134-85f4-42be-b076-09a5c8d61498",
+ "logoPath": "\\Files\\cfdb1134-85f4-42be-b076-09a5c8d61498\\LG135_1133963_Aape.jpg",
+ "name": "Aape",
+ "nameEn": "Aape",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "A a p e",
+ "xaxis": [785, 10, 1602],
+ "yaxis": 75
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "52469c30-0bef-43fb-a34a-388682cdfb6b",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG139",
+ "initials": "ELNACIONALYS",
+ "intro": "El Nacional 是 Tapas Group 开发的最新品牌, 于2017年底将“市集”概念引入兴业太古汇。忙碌的气氛, 红火的场面, 多元的食材依托开放式的厨房和明档呈现在顾客面前, 形成多维视界, 强调互动体验, 令顾客倍感休闲随意, 无拘无束, 开创出全新独特的西餐形式。",
+ "isShow": true,
+ "logo": "740af17a-f2b6-471a-a9c8-c32b54cfc027",
+ "logoPath": "\\Files\\740af17a-f2b6-471a-a9c8-c32b54cfc027\\LG139_1133964_ElNacional.jpg",
+ "name": "El Nacional 易食",
+ "nameEn": "El Nacional",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "193ae35f-e26f-497c-b0ba-33280cf09278",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "E l N a c i o n a l yi shi",
+ "xaxis": [479, 10, 1589],
+ "yaxis": 52
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "541de0a4-0465-448a-b70e-9b984461afb7",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG146",
+ "initials": "MOUSSYSLY",
+ "intro": "MOUSSY(摩西)是巴罗克集团日本公司(BAROQUE JAPAN LIMITED)在2000年创立的第一个品牌,当时MOUSSY服饰是以美国休闲风格作为市场定位,并主力发展摩西牛仔服饰。MOUSSY将惯用于男士牛仔裤的厚牛仔布应用在女士牛仔上,由于当时日本时装界甚少将男性化的元素融入女性品牌,MOUSSY凭着其独特而创新的品牌形象,吸纳了不少追随者。\n",
+ "isShow": true,
+ "logo": "ef7021d6-87a7-46e0-95f3-c1e3fef029a2",
+ "logoPath": "\\Files\\ef7021d6-87a7-46e0-95f3-c1e3fef029a2\\LG146_1133965_Moussy SLY.jpg",
+ "name": "Moussy/SLY",
+ "nameEn": "Moussy/SLY",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "M o u s s y / S L Y",
+ "xaxis": [995, 10, 1299],
+ "yaxis": 70
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "7b4c891c-0d0c-4da9-b43f-a060b19cbebd",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG147",
+ "initials": "GRANDMASHOMETIMETRAVELWPJCY",
+ "intro": "外婆家餐饮连锁机构,成立于1998年。从最初的马塍路“外婆家”餐厅发展至今,已成为在全国拥有80余家门店及8000多名员工的大型餐饮连锁机构。当商务宴请在餐饮业掀起风潮的时候,外婆家预见到居家日常消费市场的发展潜力,将消费群体锁定于家庭就餐的普通百姓,以高性价比作为核心竞争力。最终,事实证明,随着生活水平的提高,家庭消费能力日益增强。外婆家凭借精准的定位、高性价比的优质菜品和和专业贴心的服务占得先机,消费群不断扩大。",
+ "isShow": true,
+ "logo": "d67ebda6-4f2a-4e19-9527-063ad645d9f2",
+ "logoPath": "\\Files\\d67ebda6-4f2a-4e19-9527-063ad645d9f2\\LG147_1133966_外婆家穿越.jpg",
+ "name": "Grandma's Home Time Travel 外婆家穿越",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "G r a n d m a ' s H o m e T i m e T r a v e l wai po jia chuan yue",
+ "xaxis": [628, 10, 1971],
+ "yaxis": 51
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "5769c5b1-4c05-4753-b26f-589de5f72e72",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#cc00ff",
+ "houseNum": "LG150",
+ "initials": "COTERIE",
+ "intro": "Coterie是首个将诸多欧美日韩当红的眼镜品牌引入国内的潮流眼镜店。我们以潮流、艺术、视野作为理念将一线设计师眼镜单品引入市场,传播不一样的潮流态度。致力于打破传统眼镜店概念,针对活跃并热爱时尚潮流的前卫人群所打造,并展现精益求精、充满个性的生活态度。我们相信Coterie不单会是时尚眼镜集合店的标杆,更会让设计师眼镜单品成为时尚饰品的代名词。\n",
+ "isShow": true,
+ "logo": "b2a9672d-66a6-4f2b-8014-0a9960dc200b",
+ "logoPath": "\\Files\\b2a9672d-66a6-4f2b-8014-0a9960dc200b\\LG150_1133967_Coterie.jpg",
+ "name": "Coterie",
+ "nameEn": "Coterie",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "C o t e r i e",
+ "xaxis": [983, 10, 1407],
+ "yaxis": 72
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d647df23-4fbd-4fe9-8107-399203240383",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG152",
+ "initials": "INITIAL",
+ "intro": "以法国为基地的创作团队,致力研发独特的剪裁及崭新的设计元素,为顾客带来一次非寻常的体验。Initial相信,时装并非作装饰物,而是一种对自我的发现,时装触觉、品味、视觉艺术、听觉及生活的每个细节。initial 以舒适简约为设计理念,布料直接由日本及欧洲进口,研究素材和搭配技术于市场上独具风格,以确保每件制成品有最好的品质和效果。\n",
+ "isShow": true,
+ "logo": "0985923b-b284-4f1e-ab92-a0bf907aefe2",
+ "logoPath": "\\Files\\0985923b-b284-4f1e-ab92-a0bf907aefe2\\LG152_1134129_initial.jpg",
+ "name": "initial",
+ "nameEn": "initial",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "i n i t i a l",
+ "xaxis": [1065, 10, 1506],
+ "yaxis": 74
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "33bad894-f92f-49ee-bc65-561ad41d89bc",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG155",
+ "initials": "AWFULLYCHOCOLATE",
+ "intro": "诞生于新加坡的Awfully Chocolate,始终用心挑选全球顶级可可豆,坚持纯手工制作。巧克力蛋糕湿润而富有弹性,夹着特制的浓郁巧克力酱,流淌在唇齿间的可可香味,每一口都是美好的巧克力时光。Awfully Chocolate的每一款巧克力甜品都带着品牌的坚持,为巧克力爱好者奉上极致的美味体验。",
+ "isShow": true,
+ "logo": "05e00e53-0cd6-4a9b-a688-8c42f6c301a6",
+ "logoPath": "\\Files\\05e00e53-0cd6-4a9b-a688-8c42f6c301a6\\LG155_1134130_AwfullyChocolate.jpg",
+ "name": "Awfully Chocolate",
+ "nameEn": "Awfully Chocolate",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "A w f u l l y C h o c o l a t e",
+ "xaxis": [798, 10, 1837],
+ "yaxis": 78
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d5f4ee1f-1964-40a3-8df0-2bb9ec936fd0",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#000dff",
+ "houseNum": "LG156",
+ "initials": "CAMPER",
+ "intro": "Camper(看步)是西班牙著名鞋履品牌,Camper在西班牙方言里是对Mallorca岛上农夫的称呼。Camper鞋的设计灵感也来自于岛上农夫们穿的鞋。1975年诞生的第一双Camper鞋名为Camaleon,它其实是Mallorca岛上自古流传下来的农夫们爱穿的休闲鞋款。随着时间发展,看步(Camper)的设计灵感往往是来自生活点滴,以身边的对象作为素材。\n",
+ "isShow": true,
+ "logo": "02200233-c63f-4aef-9366-8e6ff1a684a3",
+ "logoPath": "\\Files\\02200233-c63f-4aef-9366-8e6ff1a684a3\\LG156_1133968_Camper.jpg",
+ "name": "Camper",
+ "nameEn": "Camper",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "C a m p e r",
+ "xaxis": [1092, 10, 1700],
+ "yaxis": 76
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "2651651e-7d03-413a-9edb-6eea2f4102e6",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG158",
+ "initials": "JOYRICH",
+ "intro": "JOYRICH 源于近现代洛杉矶的潮流文化,创立于2007 年作为一个有代表性的街头轻奢潮流品牌。以其标志性的“ 复古--未来”风格,创造了丰富多变的流行风尚,极具品牌独特性巧妙的平衡了街头与时装两种风格,提供兼具清新活力与摩登感的时尚选择。融合艺术,音乐,时尚等多种潮流文化,打造了全新的休闲奢华穿搭方式。赢得了世界各地多领域的名流,潮人的青睐。\n",
+ "isShow": true,
+ "logo": "2e4d66e1-27f8-4bdd-9c36-50300b347ed7",
+ "logoPath": "\\Files\\2e4d66e1-27f8-4bdd-9c36-50300b347ed7\\LG158_1134131_JOYRICH.jpg",
+ "name": "JOYRICH",
+ "nameEn": "JOYRICH",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "J O Y R I C H",
+ "xaxis": [1110, 10, 1808],
+ "yaxis": 80
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "3a46c954-e524-4df1-acbd-406e07c54a9c",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG160",
+ "initials": "ZGLN",
+ "intro": "尚,Sup",
+ "isShow": true,
+ "logo": "b908ffcd-c24f-431c-9841-51286c8b4c24",
+ "logoPath": "\\Files\\b908ffcd-c24f-431c-9841-51286c8b4c24\\4.jpg",
+ "name": "中国李宁",
+ "nameEn": "Superdry",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "zhong guo li ning",
+ "xaxis": [1156, 10, 1950],
+ "yaxis": 83
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "3bd7557b-a46d-48db-9e8b-0582f0aea05e",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG161",
+ "initials": "HUNTERGATHERERYHSJ",
+ "intro": "悦衡食集,将餐厅和零售市集结合于一体,坚持“从田间种子到餐桌美食”的初衷,让每个人都能享用到安全,无农药、美味的真实好食。为此,我们悉心经营了两个有机农场,所有食材应季耕种,新鲜采摘,直送上海四家餐厅。",
+ "isShow": true,
+ "logo": "6ab6ed2b-3c5c-49df-b2f3-0ddb983d6b79",
+ "logoPath": "\\Files\\6ab6ed2b-3c5c-49df-b2f3-0ddb983d6b79\\LG161_1133971_HunterGatherer.png",
+ "name": "Hunter Gatherer 悦衡食集",
+ "nameEn": "Hunter Gatherer",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "cc52f63f-7cc6-4a24-bdce-84451042865d",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "H u n t e r G a t h e r e r yue heng shi ji",
+ "xaxis": [832, 10, 1890],
+ "yaxis": 79
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "803a1c8a-a8cb-4e34-9725-8bb9708ec5bc",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#000dff",
+ "houseNum": "LG165",
+ "initials": "POWERSPACE",
+ "intro": "Power Space鞋赞最吸引人的地方就在于店铺内品牌的多样性,相比其他多品集合店,Power Space鞋赞店铺内的商品种类更为多元化。 \n\n",
+ "isShow": true,
+ "logo": "2eef7097-5319-45a0-88b8-4038b6f6f7b9",
+ "logoPath": "\\Files\\2eef7097-5319-45a0-88b8-4038b6f6f7b9\\LG165_1133972_PowerSpace.png",
+ "name": "Power Space",
+ "nameEn": "Power Space",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "P o w e r S p a c e",
+ "xaxis": [945, 10, 1939],
+ "yaxis": 81
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d3dda2ef-53ad-42f7-9d04-4a5441270557",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#cc00ff",
+ "houseNum": "LG167",
+ "initials": "KINGBABY",
+ "intro": "美国高端手工银饰品牌 KING BABY 于2000年由其创始人兼创作总监Mitchell Binder在洛杉矶成立。KING BABY的设计源于开放自由之路、追求理想主义和摇滚不灭的灵魂。“只给被选中的那些人”是KING BABY的信条。\n",
+ "isShow": true,
+ "logo": "79f2a4c3-1def-4aed-b4fa-70aa4994760e",
+ "logoPath": "\\Files\\79f2a4c3-1def-4aed-b4fa-70aa4994760e\\LG167_1133973_KingBaby.jpg",
+ "name": "King Baby",
+ "nameEn": "King Baby",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "K i n g B a b y",
+ "xaxis": [949, 10, 1993],
+ "yaxis": 82
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e224c159-8f00-4616-9d04-79289d902b06",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#000dff",
+ "houseNum": "LG169",
+ "initials": "CHARLESKEITH",
+ "intro": "CHARLES & KEITH是源自于新加坡的时尚鞋履品牌,自1996年创立以来,以其前卫设计和独特创新赢得了众多业内人士的关注和时尚一族的推崇。经过多年的发展,CHARLES & KEITH高端时尚的女装鞋品和饰品已跻身于国际知名品牌行列。CHARLES & KEITH致力于为时尚购物者提供最贴心的服务,以前卫、新颖的设计来满足市场需求、引领时尚潮流。\n",
+ "isShow": true,
+ "logo": "a2b5c26e-5169-4a20-9d38-6ec2ea36c089",
+ "logoPath": "\\Files\\a2b5c26e-5169-4a20-9d38-6ec2ea36c089\\LG169_1133974_Charles&Keith.jpg",
+ "name": "Charles&Keith",
+ "nameEn": "Charles&Keith",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "C h a r l e s & K e i t h",
+ "xaxis": [924, 10, 2061],
+ "yaxis": 84
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f1a450fa-f9a7-4fb4-820b-4e7b11eb11ec",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG170",
+ "initials": "ONITSUKATIGER",
+ "intro": "Onitsuka Tiger 鬼塚虎品牌诞生于1949年,由鬼塚喜八郎创办。作为在潮流时尚领域一直处于倡导者位置的 Onitsuka Tiger鬼塚虎,把对体育运动的革新与传统文化结合起来,注重细节的完美,既保持稳重,又不失轻松的时尚感。\n",
+ "isShow": true,
+ "logo": "f11658eb-d359-4d7e-a0b4-f72630a913ca",
+ "logoPath": "\\Files\\f11658eb-d359-4d7e-a0b4-f72630a913ca\\LG170_1133975_OnitsukaTiger.jpg",
+ "name": "Onitsuka Tiger",
+ "nameEn": "Onitsuka Tiger",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "O n i t s u k a T i g e r",
+ "xaxis": [1103, 10, 2056],
+ "yaxis": 85
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "6d77cf0e-ae93-4335-ba8c-8f8bf1d74c0b",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#ff7700",
+ "houseNum": "LG171",
+ "initials": "OMEY",
+ "intro": "Omey鸥美药妆自2001年成立以来,坚持“进口、安全、有效”的品牌理念,在法国巴黎、韩国首尔设立有2个实验室,汇集各地研发精英和资深配方师,秉持专业&严谨的态度,所严格选取原材料,不断追求创新来满足消费者的需求。产品线涵盖了医学药妆护肤、植物芳疗、潮流彩妆、洗发沐浴、口腔身体护理。",
+ "isShow": true,
+ "logo": "5c0f595e-8167-4c3b-ad19-06c626149346",
+ "logoPath": "\\Files\\5c0f595e-8167-4c3b-ad19-06c626149346\\LG171_1133976_OMEY.jpg",
+ "name": "OMEY",
+ "nameEn": "OMEY",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "O M E Y",
+ "xaxis": [905, 10, 2125],
+ "yaxis": 86
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "feac5602-b339-4644-9ac8-105c4dbaa58f",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#000dff",
+ "houseNum": "LG172",
+ "initials": "RABEANCO",
+ "intro": "RABEANCO源於意大利─所蕴含的欧洲风味有别於传统的欧洲设计很快地於全球15个国家掀起一股RABEANCO旋风并受到许多知名艺人的锺爱在RABEANCO有多达100种以上的缤纷色彩丰富时尚的款式,且藉由对皮革的瞭解采用轻量且手感非凡的皮革,及体贴的内容这就是RABEANCO强劲又富有创意的设计团队带给顾客多元化的选择与时尚乐趣 RABEANCO 品牌故事 RABEANCO源於意大利,已跻身於国际品牌。\n",
+ "isShow": true,
+ "logo": "2c7884ee-5bb0-4fac-b9c8-7be1497970a0",
+ "logoPath": "\\Files\\2c7884ee-5bb0-4fac-b9c8-7be1497970a0\\LG172_1133977_Rabeanco.jpg",
+ "name": "Rabeanco",
+ "nameEn": "Rabeanco",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "R a b e a n c o",
+ "xaxis": [1100, 10, 2150],
+ "yaxis": 96
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a63ff0a0-8b23-487c-9340-08a119c59957",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#cc00ff",
+ "houseNum": "LG174",
+ "initials": "CASIO",
+ "intro": "",
+ "isShow": true,
+ "logo": "56fdce56-9cc8-4530-b611-89018a94b18e",
+ "logoPath": "\\Files\\56fdce56-9cc8-4530-b611-89018a94b18e\\3.jpg",
+ "name": "CASIO",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "C A S I O",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "cd697142-b932-4f24-80d5-2a5a82b2dd37",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG177",
+ "initials": "FRESHEVERYDAYMRXX",
+ "intro": "每日新鲜(Fresh Everyday)水果吧于2003年首家门店开业,为顾客提供新鲜、现榨的营养果汁为主营业务,投身现榨果汁行业至今已有13年之久。一直以来每日新鲜秉承健康、绿色、轻食的健康生活态度,坚持优选品质水果鲜榨即饮,不添加任何添加剂及香精,用原汁原味的操作流程还原水果本身的自然美味,将健康回归生活。",
+ "isShow": true,
+ "logo": "b8c46b60-5dd4-4213-9e2d-a58a88a1e50a",
+ "logoPath": "\\Files\\b8c46b60-5dd4-4213-9e2d-a58a88a1e50a\\LG177_1133979_FreshEveryday.jpg",
+ "name": "Fresh Everyday 每日新鲜",
+ "nameEn": "Fresh Everyday",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "F r e s h E v e r y d a y mei ri xin xian",
+ "xaxis": [845, 10, 2343],
+ "yaxis": 89
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#e1ff00",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ef485d2d-be97-451d-83a9-1a77a252cb73",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#e1ff00",
+ "houseNum": "LG179",
+ "initials": "LJNAILSALON",
+ "intro": "刘娟美甲沙龙(L.J Nail salon)创立于2002年9月,从诞生之日起,便立足于时尚之都—上海。创始人刘娟女士经过十多年的努力与创新,把沙龙发展成为格调高雅、环境舒适,并拥有十多家分店的高档美甲连锁机构。秉承“创新、时尚、艺术”的美甲概念,致力缔造“真实的生活”和“真正的美丽”,以自然动感的美甲美睫设计著称。凭着国际最前沿的专业技术和尽善尽美的服务赢得时尚女性的青睐。",
+ "isShow": true,
+ "logo": "0c91bff6-3468-4c85-a634-51bed10bdcab",
+ "logoPath": "\\Files\\0c91bff6-3468-4c85-a634-51bed10bdcab\\LG179_1134134_LJNailSalon.jpg",
+ "name": "L.J Nail Salon",
+ "nameEn": "LJ Nail Salon",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "个人护理",
+ "shopFormatCode": "ff497f01-f6cc-414e-acf1-bd0b0997d3bc",
+ "shopNum": "",
+ "spelling": "L . J N a i l S a l o n",
+ "xaxis": [944, 10, 2428],
+ "yaxis": 90
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "449207ae-d23c-488d-bb61-d4a9765a47ad",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG180",
+ "initials": "CALZEDONIA",
+ "intro": "1986年,桑德罗·韦罗内西(Sandro Veronesi)以“Calzedonia”为商标,把筹码压在了袜子和女士、男士及儿童泳装的销售上。后来又凭借“Intimissimi”和“Tezenis”这两个牌子把业务扩大到内衣销售上。\n",
+ "isShow": true,
+ "logo": "27b6fddf-1804-483e-9c4a-956c03a045c9",
+ "logoPath": "\\Files\\27b6fddf-1804-483e-9c4a-956c03a045c9\\LG180_1133980_Calzedonia&Intimissimi.jpg",
+ "name": "Calzedonia",
+ "nameEn": "Calzedonia & Intimissimi",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "C a l z e d o n i a",
+ "xaxis": [978, 10, 2374],
+ "yaxis": 91
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d28db501-164a-47eb-adcb-df5734c45738",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG181",
+ "initials": "MOLOKAIMLJ",
+ "intro": "摩罗街的名称源于香港上环一条闻名遐迩的古董街,通过对港式传统菜肴与其它菜系的多元化融合,结合东方与西方的制作特点制定菜单,完美诠释了中西文化融合,又极具香港特色。餐厅的行政总厨来自香港,拥有超过40年的餐饮经验,西餐厨师均来自上海的五星级酒店。整个厨师团队善烹善煮,不仅致力于纯正地道的广粤菜肴,亦带给食客们独树一帜的创新美食与国际化风味。",
+ "isShow": true,
+ "logo": "a949ee74-9a9b-4e86-af66-35f0d54116de",
+ "logoPath": "\\Files\\a949ee74-9a9b-4e86-af66-35f0d54116de\\LG181_1133981_Molokai摩罗街.jpg",
+ "name": "Molokai 摩罗街",
+ "nameEn": "Molokai",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "M o l o k a i mo luo jie",
+ "xaxis": [1073, 10, 2487],
+ "yaxis": 92
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "34dc1e72-5664-499e-9346-3949be767429",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ccff",
+ "houseNum": "LG189",
+ "initials": "LEVIS",
+ "intro": "李维斯(Levi's)是著名的牛仔裤品牌,由犹太商人Levi Strauss(李维·斯特劳斯)创立。1853年,Levi Strauss成立了生产帆布工装裤的Levi Strauss & Co.公司。1873年他与另一伙人JACOB DAVIS把他们生产的扣钮牛仔裤上所用的「撞钉」注册专利,标志着第一条牛仔裤的诞生。\n",
+ "isShow": true,
+ "logo": "910ca545-35a1-4695-a1cf-679eae9494d4",
+ "logoPath": "\\Files\\910ca545-35a1-4695-a1cf-679eae9494d4\\LG189_1133982_Levi's.jpg",
+ "name": "Levi's",
+ "nameEn": "Levi's",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "L e v i ' s",
+ "xaxis": [1156, 10, 2330],
+ "yaxis": 93
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "65b3f0d5-8d62-4220-910e-3ef177ebf5d8",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ff84",
+ "houseNum": "M48",
+ "initials": "COCONC",
+ "intro": "",
+ "isShow": true,
+ "logo": "7f48a2f3-a852-49ee-8f6a-9bf1d96d1282",
+ "logoPath": "\\Files\\7f48a2f3-a852-49ee-8f6a-9bf1d96d1282\\微信图片_20200423165102.png",
+ "name": "coco奶茶",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "c o c o nai cha",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "dbc80ab9-c32f-42e9-bf40-988f2cb86968",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "M58",
+ "initials": "KOWLOONJLBS",
+ "intro": "",
+ "isShow": true,
+ "logo": "2c30e05a-5fd7-4b3b-a7be-57f95b6bbfbc",
+ "logoPath": "\\Files\\2c30e05a-5fd7-4b3b-a7be-57f95b6bbfbc\\1111.png",
+ "name": "kowloon 九龙冰室",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "k o w l o o n jiu long bing shi",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "01841337-f332-4146-a511-d9fb8ab3be56",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ff84",
+ "houseNum": "M43",
+ "initials": "L",
+ "intro": "",
+ "isShow": true,
+ "logo": "18c44603-eaa8-4aa9-8d01-01e9dc97c693",
+ "logoPath": "\\Files\\18c44603-eaa8-4aa9-8d01-01e9dc97c693\\666.png",
+ "name": "炉丼",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "lu 丼",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "04662f65-0d3e-4faa-b9de-8c9828971793",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "M55",
+ "initials": "YFW",
+ "intro": "",
+ "isShow": true,
+ "logo": "56c6ee7f-43f1-4aee-8b9b-711c81094f95",
+ "logoPath": "\\Files\\56c6ee7f-43f1-4aee-8b9b-711c81094f95\\微信图片_20200423165102.png",
+ "name": "鱼 粉 王",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "yu fen wang",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ffc7b460-30e6-4b29-bfbb-a94053ddb950",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "M56",
+ "initials": "YFW",
+ "intro": "",
+ "isShow": true,
+ "logo": "a617a2cc-26f6-4267-99b6-7b90f9c95cdc",
+ "logoPath": "\\Files\\a617a2cc-26f6-4267-99b6-7b90f9c95cdc\\微信图片_20200423165102.png",
+ "name": "鱼粉王",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "yu fen wang",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#e1ff00",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "4a285ebb-98d1-4538-92dd-dc7436aac03e",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#e1ff00",
+ "houseNum": "M06",
+ "initials": "ANNANAIL",
+ "intro": "",
+ "isShow": true,
+ "logo": "f5110382-2aab-476e-916e-4c1baac9adfa",
+ "logoPath": "\\Files\\f5110382-2aab-476e-916e-4c1baac9adfa\\1111.jpg",
+ "name": "Anna Nail",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "个人护理",
+ "shopFormatCode": "ff497f01-f6cc-414e-acf1-bd0b0997d3bc",
+ "shopNum": "",
+ "spelling": "A n n a N a i l",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "fa6b6efd-26ce-4c32-ac34-c442b82cafbf",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#cc00ff",
+ "houseNum": "M20",
+ "initials": "XZSHINE",
+ "intro": "",
+ "isShow": true,
+ "logo": "198c8144-e069-4832-b223-f15268275e4b",
+ "logoPath": "\\Files\\198c8144-e069-4832-b223-f15268275e4b\\sss.jpg",
+ "name": "萱子 Shine",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "xuan zi S h i n e",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ceb9e9c3-c69e-4fcd-820e-45d0cdb3cd2f",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ff09",
+ "houseNum": "M10",
+ "initials": "WWBAR",
+ "intro": "",
+ "isShow": true,
+ "logo": "64b66b21-6d42-4a4f-8910-531f23f17f52",
+ "logoPath": "\\Files\\64b66b21-6d42-4a4f-8910-531f23f17f52\\101.png",
+ "name": "wwbar",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "w w b a r",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "8d477d7a-1c95-46dc-b52e-78fa0721bc51",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ff09",
+ "houseNum": "M42",
+ "initials": "ELEVEN",
+ "intro": "7-ELEVEn,是日本一家大型的连锁便利店,其总部设于的千代田区。7-Eleven已成为便利商店的国际共通语言,商店遍布美国、日本、中国大陆、新加坡、台湾、马来西亚、菲律宾、瑞典、墨西哥、巴拿马、挪威、加拿大、澳大利亚、印尼等国家和地区。目前全球店面数目逾三万家。",
+ "isShow": true,
+ "logo": "4155e0a6-180d-4729-bbf4-e933e2fec52f",
+ "logoPath": "\\Files\\4155e0a6-180d-4729-bbf4-e933e2fec52f\\42.png",
+ "name": "7-ELEVEN",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "7 - E L E V E N",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "b051b75e-7bc8-47b7-8de2-a39e0c0ffaa7",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG143",
+ "initials": "GATHERXRL",
+ "intro": "",
+ "isShow": true,
+ "logo": "19fedd40-8d0a-44f0-827e-d11c86761f4e",
+ "logoPath": "\\Files\\19fedd40-8d0a-44f0-827e-d11c86761f4e\\2.jpg",
+ "name": "Gather撷日料",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "G a t h e r xie ri liao",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "84c5e324-6aa9-428e-b10c-388bda46ced9",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#f07676",
+ "houseNum": "LG118B",
+ "initials": "MUCAF",
+ "intro": "",
+ "isShow": true,
+ "logo": "6fe44f9d-5948-431f-a5c5-e1bf85a70363",
+ "logoPath": "\\Files\\6fe44f9d-5948-431f-a5c5-e1bf85a70363\\3.png",
+ "name": "MU Café",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "M U C a f é",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "adc8eadb-ae2d-443b-87ff-0a650fb3cdb5",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ff09",
+ "houseNum": "LG118C",
+ "initials": "MUHAIRSALON",
+ "intro": "",
+ "isShow": true,
+ "logo": "05912699-1fbf-4251-99d6-d1dcc6c397ec",
+ "logoPath": "\\Files\\05912699-1fbf-4251-99d6-d1dcc6c397ec\\3.png",
+ "name": "MU Hair Salon",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "M U H a i r S a l o n",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "4ec34786-5f35-4654-bcbe-a9c1abe9d199",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#00ff84",
+ "houseNum": "LG164",
+ "initials": "SUPERDRY",
+ "intro": "",
+ "isShow": true,
+ "logo": "3f9b8742-7fbd-451e-acae-e08b406b6132",
+ "logoPath": "\\Files\\3f9b8742-7fbd-451e-acae-e08b406b6132\\2.jpg",
+ "name": "Superdry",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "S u p e r d r y",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "0554a2ec-3d00-4f3c-bfe0-0de9276823a8",
+ "floorCode": "95a1e150-0abc-485c-b404-234423fda943",
+ "floorName": "LG1",
+ "floorOrder": 3,
+ "formatColor": "#ff7700",
+ "houseNum": "LG180B",
+ "initials": "INTIMISSIMI",
+ "intro": "1986年,桑德罗·韦罗内西(Sandro Veronesi)以“Calzedonia”为商标,把筹码压在了袜子和女士、男士及儿童泳装的销售上。后来又凭借“Intimissimi”和“Tezenis”这两个牌子把业务扩大到内衣销售上。\n",
+ "isShow": true,
+ "logo": "1ce30ef4-e914-4f35-9f01-b49527966a35",
+ "logoPath": "\\Files\\1ce30ef4-e914-4f35-9f01-b49527966a35\\LG180B.jpg",
+ "name": "intimissimi",
+ "nameEn": "Calzedonia & Intimissimi",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "i n t i m i s s i m i",
+ "xaxis": null,
+ "yaxis": null
+ }
+ ]
+ },
+ {
+ "floorOrder": 4,
+ "shopList": [
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "740d3f31-fc67-4781-9daf-7ece7583ed09",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#f07676",
+ "houseNum": "L101",
+ "initials": "CHIKALICIOUSXKLS",
+ "intro": "Chikalicious品牌于2003年在纽约由甜品师Chika Tillman创立,因为其美妙的味道和新颖的概念,在过去的15年中一直火爆纽约。2015年,Chikalicious进入中国,上海新天地店铺对于甜点的口味升级和设计的追求让品牌在进入之初就奠定了扎实的基础。品牌在中国过去三年的发展中,坚持保证使用最新鲜的食材,让每一位客人都有美好的体验。",
+ "isShow": true,
+ "logo": "de62d1f6-9d95-4180-9a4a-1a1a7da4093f",
+ "logoPath": "\\Files\\de62d1f6-9d95-4180-9a4a-1a1a7da4093f\\L101_1134137_Chikalicious.jpg",
+ "name": "Chikalicious西卡利舍",
+ "nameEn": "Chikalicious",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "C h i k a l i c i o u s xi ka li she",
+ "xaxis": [268, 10, 1264],
+ "yaxis": 122
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "55777bbb-62c5-42b0-bc58-0423c0c4fc38",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L102",
+ "initials": "FRESH",
+ "intro": "1991年由Lev Glazman和Alina Roytberg共同创造了一块极具艺术感的香皂开始,酿育了FRESH(馥蕾诗)是品牌的经典诞生,他们以创造极具艺术感又功效卓越的产品为目标。Fresh是在现代美容品牌中加入精炼澄糖,大豆萃取,红茶及白泥等天然成分的先驱者,现时至今日仍不断致力于突破革新。时至今日,产品系列包括护肤保养,身体护理,香水,化妆品,护发产品及家居生活品等,充满高级奢华的生活品味元素。",
+ "isShow": true,
+ "logo": "5176f2e3-8b7d-4f4f-9b62-16f8a406d435",
+ "logoPath": "\\Files\\5176f2e3-8b7d-4f4f-9b62-16f8a406d435\\L102_1133992_fresh.png",
+ "name": "fresh",
+ "nameEn": "fresh",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "f r e s h",
+ "xaxis": [495, 10, 1176],
+ "yaxis": 127
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "0a3d9946-505e-422a-ab57-be66664cdf0c",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L104",
+ "initials": "LANCOME",
+ "intro": "兰蔻1935年诞生于法国,是由Armand Petitjean(阿曼达·珀蒂让)创办的品牌。作为全球知名的高端化妆品品牌,兰蔻涉足护肤、彩妆、香水等多个产品领域。兰蔻的化妆品系列的真正魅力所在是其散发出的“诱人”的芬芳以及包括有18种色彩,而每一种色彩之间又只是体现出那种无穷小的细微精妙的过渡而已。这些化妆“物品”简直就是小的艺术珍品:精美的粉饼盒、华丽的精细镀金的小盒、唇膏上的真正的珠宝饰品。",
+ "isShow": true,
+ "logo": "ad6a37fd-94ce-458d-96f6-bf60406d0461",
+ "logoPath": "\\Files\\ad6a37fd-94ce-458d-96f6-bf60406d0461\\L104_1133993_Lancome.jpg",
+ "name": "Lancome",
+ "nameEn": "Lancome",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "L a n c o m e",
+ "xaxis": [534, 10, 1214],
+ "yaxis": 217
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "b26e987e-efa8-466b-a796-2d49df6ac2eb",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L105",
+ "initials": "DIPTYQUE",
+ "intro": "diptyque,来自法国巴黎左岸的调香师与艺术家。每一件香氛作品,都犹如艺术创作般,传承了三位艺术家创始人对美妙事物的独特品味以及对艺术的渴求,用调香师之手,将故事与嗅觉记忆镶嵌在香气缭绕之间。",
+ "isShow": true,
+ "logo": "13c8f77d-9ed3-4d52-a5cf-fc99fac5850a",
+ "logoPath": "\\Files\\13c8f77d-9ed3-4d52-a5cf-fc99fac5850a\\L105_1134138_Diptyque.jpg",
+ "name": "Diptyque",
+ "nameEn": "Diptyque",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "D i p t y q u e",
+ "xaxis": [376, 10, 1350],
+ "yaxis": 123
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "4e11807b-4518-4861-b95e-2a58d5068b15",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L106",
+ "initials": "YSL",
+ "intro": "YSL(Yves Saint laurent)的简称,中文译名圣罗兰,是法国著名奢侈品牌,由1936年8月1日出生于法属北非阿尔及利亚的伊夫圣罗兰先生创立,主要有时装、护肤品,香水,箱包,眼镜,配饰等。",
+ "isShow": true,
+ "logo": "03966257-96b8-403a-b715-2d7472ce1cd4",
+ "logoPath": "\\Files\\03966257-96b8-403a-b715-2d7472ce1cd4\\L106_1133994_YSL.jpg",
+ "name": "YSL",
+ "nameEn": "YSL",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "Y S L",
+ "xaxis": [584, 10, 1248],
+ "yaxis": 245
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#e1ff00",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "071d71ea-07c8-481f-a37b-e82c152423e5",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#e1ff00",
+ "houseNum": "L108",
+ "initials": "FILORGA",
+ "intro": "2015年,菲洛嘉护肤品系列登陆中国,凭借智美科技能量,针对不同肌肤问题,为中国女性提供科学的护肤产品。FILORGA菲洛嘉采用“更好的自己”作为其品牌哲学,使女性自然和谐的表情洋溢在脸上。FILORGA菲洛嘉实验室升华每个女人的独特气质并庆祝她们独特的美丽。自然、优雅、自信、与年龄轻松相处。这就是FILORGA菲洛嘉女人。在护肤品这个饱和的行业中,FILORGA菲洛嘉从不可调和的矛盾中脱颖而出,将医疗美容领域的严肃性与护肤品奢侈品领域相结合。一个法国的特征,即美无处不在,美甚至可以体现在极小的细节。FILORGA菲洛嘉护肤品高雅的包装、华丽的质地和清淡的芳香处处体现这一特征。 ",
+ "isShow": true,
+ "logo": "4ad3b9bf-8436-47d8-bc82-db9d8207bc6a",
+ "logoPath": "\\Files\\4ad3b9bf-8436-47d8-bc82-db9d8207bc6a\\L108_1134139_Filorga.jpg",
+ "name": "Filorga",
+ "nameEn": "Filorga",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "个人护理",
+ "shopFormatCode": "ff497f01-f6cc-414e-acf1-bd0b0997d3bc",
+ "shopNum": "",
+ "spelling": "F i l o r g a",
+ "xaxis": [631, 10, 1279],
+ "yaxis": 132
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "4221a101-4bc3-4245-8276-2f79bd6c7271",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ff09",
+ "houseNum": "L109",
+ "initials": "TESLA",
+ "intro": "TESLA(特斯拉)是国际知名的纯电动汽车品牌,特斯拉汽车公司专业生产和销售电动汽车及其零件,成立于2003年。特斯拉汽车公司是世界上第一个采用锂离子电池的电动车公司,特斯拉电动汽车集独特的造型、高效的加速、良好的操控性能与先进的技术为一身,从而使其成为公路上最快且最为节省燃料的车子。",
+ "isShow": true,
+ "logo": "c4fbedbd-b5d0-4510-b5af-2da206a4fb93",
+ "logoPath": "\\Files\\c4fbedbd-b5d0-4510-b5af-2da206a4fb93\\L109_1134140_Tesla.jpg",
+ "name": "Tesla",
+ "nameEn": "Tesla",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "T e s l a",
+ "xaxis": [357, 10, 1501],
+ "yaxis": 126
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ad3f88aa-9287-48f0-9c13-8e82b9c53c1a",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L110",
+ "initials": "TOMFORD",
+ "intro": "Tom Ford重新定义“奢华美妆”的概念,推出了让全世界女性疯狂的TOM FORD美妆产品,一经上市迅速火遍全球。TOM FORD美妆囊括了一系列令人爱不释手的化妆品和香氛精品,均以最高品质和工艺精心打造,收买女人心绰绰有余。尤其是唇膏,各种色号频频断货,“拥有一支TF“成为每一个爱美女性的梦想。对Tom Ford而言,彩妆是实现”蜕变”最为强大的工具。无论是展现低调优雅的气质,还是表达大胆出挑的个性,彩妆都能帮助女性凸显个人魅力,令你由内而外,自信闪耀。而TOM FORD美妆,就是你无懈可击的色彩“私人衣橱”。徜徉在TOM FORD一手打造的感性美妆世界,美是如此光彩夺目,却又触手可及。",
+ "isShow": true,
+ "logo": "656ebb26-5f55-4191-b2ab-bb6a460e949e",
+ "logoPath": "\\Files\\656ebb26-5f55-4191-b2ab-bb6a460e949e\\L110_1133995_TomFord.JPG",
+ "name": "Tom Ford",
+ "nameEn": "Tom Ford ",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "T o m F o r d",
+ "xaxis": [687, 10, 1305],
+ "yaxis": 135
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e29264be-f177-456f-beb3-f0ef5a5bd20e",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L113",
+ "initials": "ATELIERCOLOGNE",
+ "intro": "Atelier Cologne法国欧珑始于一段浪漫爱情故事——2006年法国创始人Sylvie Ganter与Christophe Cervasel在纽约相遇,一见钟情的缘分以及对香水的热爱让两人走到一起,并于2009年创立了欧珑这个奢侈沙龙香水品牌和精醇古龙这一全新的香水品类。精醇古龙(Cologne Absolue)以优雅柑橘香调为基础,从世界各地甄选珍贵的香原料进行调配。欧珑通过独有的浓缩技术与极高浓度的精油相结合,赋予精醇古龙清新、优雅、持久留香的独特个性。",
+ "isShow": true,
+ "logo": "d024f36c-33f6-4e89-98a0-2c68253c24e6",
+ "logoPath": "\\Files\\d024f36c-33f6-4e89-98a0-2c68253c24e6\\L113_1134141_AtelierCologne.jpg",
+ "name": "Atelier Cologne",
+ "nameEn": "Atelier Cologne",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "A t e l i e r C o l o g n e",
+ "xaxis": [482, 10, 1447],
+ "yaxis": 124
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "54ad3c52-9413-451f-99b2-80b127245d46",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L116",
+ "initials": "CHALING",
+ "intro": "CHA LING茶灵诞生于一个生态梦想,由法国娇兰全球总裁柏乐先生,为好友德国生态学家马悠博士实现雨林生物多样性保护与发展的遗愿而创立。凭借法国路威酩轩集团研发部门数十年积累的雄厚科技实力,从世间稀有的古树普洱茶中,获得突破性清浊活性成份B-DT Complex™。顾名思义,茶灵与中国的茶文化密切相关,它是中国茶文化理念与法国对于奢侈品的认知,和高科技提炼技术的结合,强调肌肤的健康排浊。",
+ "isShow": true,
+ "logo": "6548e4a7-97b4-4d04-9ed1-e63b263a8b03",
+ "logoPath": "\\Files\\6548e4a7-97b4-4d04-9ed1-e63b263a8b03\\L116_1133996_ChaLing.jpg",
+ "name": "Cha Ling",
+ "nameEn": "Cha Ling",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "C h a L i n g",
+ "xaxis": [705, 10, 1358],
+ "yaxis": 137
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "00daa24e-9fdb-46d1-b195-684e5381c069",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L118",
+ "initials": "GUCCIBEAUTY",
+ "intro": "大家引頸以待的 Gucci Cosmetics 系列終於曝光。從今個秋冬季起,Gucci 正式擴大她的版圖,創造出一個時裝、配飾、香氛及彩妝品兼備的王國。品牌創意總監 Frida Giannini 表示:「彩妝與時裝環環相扣,密不可分。時裝展上妝容擔當著重要角色,呈現出 Gucci 女士的精髓。每個眼妝、底妝及唇妝均猶如獨一無二的配飾,共同襯托出最完美造型。」遂誠邀國際知名化妝師 Pat McGrath 合作,攜手呈獻首個彩妝系列,重新詮釋及改良 6 款時裝天橋上的妝容。",
+ "isShow": true,
+ "logo": "4bed4e8b-e51d-4c00-9c68-ca7f02c8ae0a",
+ "logoPath": "\\Files\\4bed4e8b-e51d-4c00-9c68-ca7f02c8ae0a\\L118_1133997_GucciBeauty.jpg",
+ "name": "Gucci Beauty",
+ "nameEn": "Gucci Beauty",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "G u c c i B e a u t y",
+ "xaxis": [751, 10, 1427],
+ "yaxis": 139
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a1131d0f-4d1f-4a0d-8afc-3e163ddc0a33",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L119",
+ "initials": "CHANEL",
+ "intro": "香奈儿(Chanel)是一个法国奢侈品品牌,创始人是Coco Chanel(原名是Gabrielle Bonheur Chanel ,中文名是加布里埃·可可·香奈儿),该品牌于1910年在法国巴黎创立。该品牌产品种类繁多,有服装、珠宝饰品及其配件、化妆品、护肤品、香水等。",
+ "isShow": true,
+ "logo": "baf64b94-99d3-4473-8d6f-1d5a278a64b1",
+ "logoPath": "\\Files\\baf64b94-99d3-4473-8d6f-1d5a278a64b1\\L119_1133998_ChanelBeaute.jpg",
+ "name": "Chanel",
+ "nameEn": "Chanel Beaute",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "C h a n e l",
+ "xaxis": [566, 10, 1479],
+ "yaxis": 136
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "cca28688-7840-408e-9116-4fa7f721cd13",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L120",
+ "initials": "GGIVENCHY",
+ "intro": "秉承GIVENCHY一直以来前卫大胆的作风,品牌工作室再次带来崭新突破,创立全新品牌G GIVENCHY,一个在男装必备服饰上加入大量时尚设计元素的全新现代男装品牌。建基於GIVENCHY工作室的一贯风格及标志上,G GIVENCHY以新颖的手法带来经典的变奏,打造一系列适合每天穿着的时尚男装。时尚年轻的设计,强调低调的细节,并运用独特的物料为男士打造一系列不可或缺的时尚服饰。全个系列包括高级成衣及配饰,特别为宏观世界的男士悉心打造。G GIVENCHY融荟时装设计精髓,勇於挑战男装传统,将男装定义重新改写。\n \nG GIVENCHY於指定专门店独家发售。",
+ "isShow": true,
+ "logo": "ada491aa-54e6-4907-98b9-c18c6308fd65",
+ "logoPath": "\\Files\\ada491aa-54e6-4907-98b9-c18c6308fd65\\L120_1133999_GGivenchy.jpg",
+ "name": "G Givenchy",
+ "nameEn": "G Givenchy",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "G G i v e n c h y",
+ "xaxis": [842, 10, 1408],
+ "yaxis": 142
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "c0a170d0-67b6-4844-a3e3-711a79337d4f",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L121",
+ "initials": "LAMER",
+ "intro": "海蓝之谜 - 源自深海的修护奇迹\n仅仅是提到海蓝之谜精华面霜这个名字,便足以令人心驰神往和挚爱相随。\n奇迹的诞生,始于意外。麦克斯•贺伯博士在实验室遭遇的灼伤意外,从此开启对修护容颜的探索之旅。白天,他仍是一名物理学家,而夜幕降临,他化身逐梦者,竭力探寻。怀着破解焕颜修护能量的愿望,他将目光投向挚爱的海洋。\n历经12载,逾6000次试验,博士终获令其受益终生的顿悟,从深海巨藻和其他精纯成分中发酵萃炼出梦寐以求的焕颜奇迹。\n感念于深海的灵感启发,博士将其命名为“海蓝之谜”,以此向海洋致以深深敬意。",
+ "isShow": true,
+ "logo": "42be038a-20c6-4cd4-8a3d-604c517cacaa",
+ "logoPath": "\\Files\\42be038a-20c6-4cd4-8a3d-604c517cacaa\\L121_1134142_LaMer.jpg",
+ "name": "La Mer",
+ "nameEn": "La Mer",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "L a M e r",
+ "xaxis": [617, 10, 1503],
+ "yaxis": 138
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "12041d8a-c378-4fc8-acae-e8c4fa41ab97",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L123",
+ "initials": "GUERLAIN",
+ "intro": "法国娇兰是顶级奢侈化妆品牌,自1828创牌迄今,法国娇兰秉承卓尔不群的品牌精神,以无与伦比的私人定制服务及精湛创造,传承优雅和美丽。近200年来,法国娇兰不仅建立起声誉卓著的化妆品王国,旗下的精品护肤、珠宝彩妆或尊贵香氛,更早已成为名流雅士难以割舍的美丽情结,法国文化遗产中的稀世珍宝。",
+ "isShow": true,
+ "logo": "5d5c7441-161d-4ffb-af75-20d13db80455",
+ "logoPath": "\\Files\\5d5c7441-161d-4ffb-af75-20d13db80455\\L123_1134000_Guerlain.jpg",
+ "name": "Guerlain",
+ "nameEn": "Guerlain",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "G u e r l a i n",
+ "xaxis": [667, 10, 1537],
+ "yaxis": 140
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "abcd1059-90e8-4eb6-9496-e726c3297e37",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L125",
+ "initials": "SULWHASOO",
+ "intro": "草本护肤品牌雪花秀矢志追求和谐与平衡之美。雪花秀秉承自然与人的和谐、身与心平衡的亚洲哲学理念,将蕴含传统智慧的先进科学精妙缔结数千种东方草本,加以现代科技的提炼融萃,从问题本源入手,奉上调理肌肤根本的上乘美肤方案,倾献令身心平衡的护理体验。核心成分滋盈凝萃复合体™和人参,是雪花秀美肌之道精髓所在。",
+ "isShow": true,
+ "logo": "3588f88a-1ae6-4b0d-b59a-217e11a4b5de",
+ "logoPath": "\\Files\\3588f88a-1ae6-4b0d-b59a-217e11a4b5de\\L125_1134001_Sulwhasoo.jpg",
+ "name": "Sulwhasoo",
+ "nameEn": "Sulwhasoo",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "S u l w h a s o o",
+ "xaxis": [714, 10, 1575],
+ "yaxis": 141
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "8d451e6a-2485-4db0-bce0-ead1e7d5e7b1",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L126",
+ "initials": "BROOKSBROTHERS",
+ "intro": "1818年,Brooks Brothers「布克兄弟」 诞生于美国,成为第一家提供成衣服装的美国经典品牌,一直都是美式服饰的典范 ,更是一个具有「优质用料」、「服务至上」及「创新设计」的品牌权威。作为美国历史最悠久的服装零售商品牌,在不断变幻的时尚潮流中,Brooks Brothers始终坚守着自己的传统和价值,在不同的年代一直是 - 并将继续是 - 一种生活方式。",
+ "isShow": true,
+ "logo": "05cbd642-1290-4559-b824-785a8b356d48",
+ "logoPath": "\\Files\\05cbd642-1290-4559-b824-785a8b356d48\\L126_1134002_BrooksBrothers.jpg",
+ "name": "Brooks Brothers",
+ "nameEn": "Brooks Brothers",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "B r o o k s B r o t h e r s",
+ "xaxis": [901, 10, 1490],
+ "yaxis": 143
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "73b374d7-b1d0-4df0-9234-497026fea29d",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L127",
+ "initials": "SISLEY",
+ "intro": "始创人修伯特•多纳诺伯爵1976年创立了Sisley,率先将最优质的植物精华和植物精油运用到美容产品中,令整个美容界随之轰动。作为面部和身体护肤领域的殿堂级品牌,希思黎拥有完整的产品线,可帮助不同肌肤类型应对各类问题:清洁、保湿、抗老、防晒、护发等……希思黎的产品基于完整的肌肤护理方案,其核心在于为顾客提供贴心的美容指导和意见。希思黎采用与众不同的营销模式为顾客提供完善的个性化建议。",
+ "isShow": true,
+ "logo": "5e85d2c9-c527-4c85-a130-2973470c5b22",
+ "logoPath": "\\Files\\5e85d2c9-c527-4c85-a130-2973470c5b22\\L127_1134003_Sisley.jpg",
+ "name": "Sisley",
+ "nameEn": "Sisley",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "S i s l e y",
+ "xaxis": [763, 10, 1618],
+ "yaxis": 144
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "71944623-3a8b-4ebb-b021-ea138c231b7b",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L129",
+ "initials": "DIOR",
+ "intro": "克里斯汀·迪奥(英语:Christian Dior),简称迪奥(Dior),是法国著名时尚消费品牌。Dior的产品风格是彩色缤纷、体验艺术和具有高效的护肤工艺,在全球香水和化妆品市场占有重要的地位。迪奥的主题产品主要有女性香水、男性香水、彩妆和护肤保养,是为所有希望进行面部化装、嘴唇描绘、炫耀美态和美化指甲的人士,提供了一个持续更新的色彩天地。",
+ "isShow": true,
+ "logo": "711f8e20-92c8-40f2-9462-6c2183a7e831",
+ "logoPath": "\\Files\\711f8e20-92c8-40f2-9462-6c2183a7e831\\L129_1134004_Dior.jpg",
+ "name": "Dior",
+ "nameEn": "Dior",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "D i o r",
+ "xaxis": [842, 10, 1714],
+ "yaxis": 147
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "069400c8-748e-420e-96c4-bea8b3e4c8af",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L130",
+ "initials": "COACH",
+ "intro": "蔻驰,1941年诞生。总部位于纽约。COACH是美国高端生活方式时尚品牌,为男士、女士提供精致配饰与礼品,产品系列包括女士手袋、男士包款、男士及女士小皮具、鞋履、服饰、手表、旅行用品、围巾、太阳眼镜、香水、时尚首饰等。\n",
+ "isShow": true,
+ "logo": "474893fe-18a8-42ba-bca5-28ea64b05064",
+ "logoPath": "\\Files\\474893fe-18a8-42ba-bca5-28ea64b05064\\L130_1134005_COACH.jpg",
+ "name": "COACH",
+ "nameEn": "COACH",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "C O A C H",
+ "xaxis": [1001, 10, 1607],
+ "yaxis": 146
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e752f3e7-c5ae-4f11-a55b-3df088946476",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#f07676",
+ "houseNum": "L131",
+ "initials": "LETSBURGERLOBSTER",
+ "intro": "汉堡一般与廉价快餐有关。 在Let's Burger,我们完全否定了这种传统观念,并创造性地将这种具有全球影响的街头食品的呈现和品味升级,从不同的民族饮食文化的灵感到难以想象的食物搭配可能性。 截至今天,Let's Burger已经创造了100多种美食汉堡以及令人垂涎的沙拉和小吃。 Let's Burger提供优质,多样化的产品,远离传统的碎牛肉。 让我们成为中国第一家高级美食汉堡精品店,满足创新需求。",
+ "isShow": true,
+ "logo": "2b181605-62e5-40bc-b172-2a6b8bd5b47f",
+ "logoPath": "\\Files\\2b181605-62e5-40bc-b172-2a6b8bd5b47f\\L131_1134006_Let'sBurger&Lobster.jpg",
+ "name": "Let's Burger & Lobster",
+ "nameEn": "Let's Burger & Lobster",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "193ae35f-e26f-497c-b0ba-33280cf09278",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "L e t ' s B u r g e r & L o b s t e r",
+ "xaxis": [768, 10, 1783],
+ "yaxis": 152
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "04203733-21db-417a-9738-d65d44d9e01a",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L136",
+ "initials": "BONPOINT",
+ "intro": "于1975年在巴黎左岸诞生,是法式时尚风情的典范。位于巴黎的工坊以高定服装的工艺制作童装,成为品牌声望的源泉。2010年推出的挚爱护肤系列,融合细腻丰沛的情感,伴随肌肤触碰的珍贵时刻,成为一种富于趣味的艺术。",
+ "isShow": true,
+ "logo": "fc7525e4-10ea-422f-a80a-775c4f9e5993",
+ "logoPath": "\\Files\\fc7525e4-10ea-422f-a80a-775c4f9e5993\\L136_1134007_bonpoint.jpg",
+ "name": "bonpoint",
+ "nameEn": "bonpoint",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "b o n p o i n t",
+ "xaxis": [1000, 10, 1703],
+ "yaxis": 148
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "0af94cea-23b6-44c9-968b-5ab4c68d7eb1",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "L137",
+ "initials": "NATURABISSEYBS",
+ "intro": "1979年诞生于西班牙巴塞罗那的奢华护肤品牌悦碧施,体现精致优雅、卓越功效和女性直觉。品牌秉持一贯的使命:发挥与生俱来的前瞻性创造力,通过运用先进的技术以及极高浓度的优质成分,研发功效卓越的多种护肤产品和美容体验,创造出一流护肤系列确保为任何肌肤问题带来显著功效的解决方案。",
+ "isShow": true,
+ "logo": "6bf057d1-46f2-4124-9090-de61560801cc",
+ "logoPath": "\\Files\\6bf057d1-46f2-4124-9090-de61560801cc\\L137_1134143_NaturaBisse.jpg",
+ "name": "Natura Bisse悦碧施",
+ "nameEn": "Natura Bisse",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "N a t u r a B i s s e yue bi shi",
+ "xaxis": [859, 10, 1826],
+ "yaxis": 153
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "cec9f7fd-0f3c-40d2-b9df-fd3eb727ca84",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L139",
+ "initials": "DAMIRDOMA",
+ "intro": "DAMIR DOMA(达米尔.多玛)是设计师Damir Doma与Paper Rain时尚集团合作后于2006年建立的时尚品牌。Damir Doma是一个极其关注身体与情感的设计师,身体是他所有设计的根源,Damir Doma的每一季灵感来源于对身体的深入研究及对面料的瞬时敏感性。DAMIR DOMA(达米尔.多玛)的设计风格是诗意、忧郁、敏感的,仿佛一经触碰就会凋零。",
+ "isShow": true,
+ "logo": "db7cfc00-61eb-4bc9-bf71-a4f2cb23f50a",
+ "logoPath": "\\Files\\db7cfc00-61eb-4bc9-bf71-a4f2cb23f50a\\L139_1134008_DAMIRDOMA.jpg",
+ "name": "DAMIR DOMA",
+ "nameEn": "DAMIR DOMA",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "D A M I R D O M A",
+ "xaxis": [833, 10, 1910],
+ "yaxis": 154
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "2526b47f-3125-4f56-adf3-bb8029dcd2ab",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L141",
+ "initials": "CHAMPION",
+ "intro": "自1919年在纽约罗彻斯特市问世以来,CHAMPION(冠军)凭借不断进取的创新精神和出色的产品,在运动服装领域长期保持着无可动摇的领先地位,CHAMPION拥有运动服装界的许多第一:第一件连帽衫,第一件可正反穿着的T恤,第一条尼龙网眼运动短裤,还有CHAMPION专利的横向编织技术,所有这些创新奠定了CHAMPION在业界的地位。\n",
+ "isShow": true,
+ "logo": "cdba40aa-233c-425c-8dd6-c37df6617cdb",
+ "logoPath": "\\Files\\cdba40aa-233c-425c-8dd6-c37df6617cdb\\L141_1134009_Champion.jpg",
+ "name": "Champion",
+ "nameEn": "Champion",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "C h a m p i o n",
+ "xaxis": [867, 10, 2067],
+ "yaxis": 157
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e3301a5e-7bbb-44ed-bcea-3efa015c5c88",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#f07676",
+ "houseNum": "L147",
+ "initials": "COVA",
+ "intro": "COVA创立于1817年意大利米兰。2010年COVA首次进驻中国,将正宗的“Italian Style Tearoom”带到上海。从米兰到上海,COVA一如概往依循米兰老店的百年传统,让您细味COVA百年不变的质量与意大利正宗味道。",
+ "isShow": true,
+ "logo": "0c7ef183-61a5-4446-8d69-0227e6fb2424",
+ "logoPath": "\\Files\\0c7ef183-61a5-4446-8d69-0227e6fb2424\\L147_1134144_COVA.jpg",
+ "name": "COVA",
+ "nameEn": "COVA",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "C O V A",
+ "xaxis": [905, 10, 2116],
+ "yaxis": 158
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "1827cd73-015d-4dcf-90e7-b09990020096",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L149",
+ "initials": "KENTCURWEN",
+ "intro": "创立于公元1926年的Kent&Curwen,品牌标志中的三头狮子,是英国李察一世御用的徽章,象征Kent&Curwen显赫、尊贵与荣耀的骑士精神。在历经百年的时代试炼后,Kent&Curwen以其对品质一丝不苟的坚持,因此赢得英国多项绅士运动服装的指定制造,因此其中所蕴含的荣耀可说是不言而喻。\n",
+ "isShow": true,
+ "logo": "6f87f9b2-1102-4e04-b115-5f02de2fcde0",
+ "logoPath": "\\Files\\6f87f9b2-1102-4e04-b115-5f02de2fcde0\\L149_1134145_Kent&Curwen.jpg",
+ "name": "Kent&Curwen",
+ "nameEn": "Kent&Curwen",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "K e n t & C u r w e n",
+ "xaxis": [965, 10, 2167],
+ "yaxis": 159
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "91f221a0-54d0-4ace-884f-a0116247cc00",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L150",
+ "initials": "MICHAELKORS",
+ "intro": "Michael Kors(迈克.柯尔)是美国著名服装设计师Michael Kors以自己名字命名的服装品牌。他是个极简主义者,设计的风格简约明朗,喜爱运用高级面料缝制服装,开司米针织款式是他的拿手好戏。他还擅长设计名贵运动服,是位不脱离现实的幻想家,钟情巴黎的纽约人,他凭自成一格的设计,赢得了世人瞩目。Michael Kors体现的是美式的休闲风格。",
+ "isShow": true,
+ "logo": "9767f709-1994-4055-97bd-5556a751dce1",
+ "logoPath": "\\Files\\9767f709-1994-4055-97bd-5556a751dce1\\L150_1134010_MichaelKors.jpg",
+ "name": "Michael Kors",
+ "nameEn": "Michael Kors",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "M i c h a e l K o r s",
+ "xaxis": [1160, 10, 2106],
+ "yaxis": 156
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f1b786a4-c1b8-465d-89fb-ed449fb2799c",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L153",
+ "initials": "GENTSPACEPRIVE",
+ "intro": "GENTSPACE致力于为追求风格的男人而独立设计,打造一个以绅士生活为灵感的高端生活方式男装品牌。设计风格融合Contemporary Classic的美学概念,兼顾随性与优雅的穿著需求。将男装结合精致生活,在干净利落与时尚优雅之中表达事业与生活、内敛与个性的迷人魅力。线下开设满足绅士多方面需求的生活方式集成店,让服装与生活有机结合,营造“慢生活”美学购物环境的同时,创造具有温度的时尚生活购物体验。",
+ "isShow": true,
+ "logo": "70518aaf-f1c7-4471-84b8-1b4700bbd28f",
+ "logoPath": "\\Files\\70518aaf-f1c7-4471-84b8-1b4700bbd28f\\L153_1134011_Gentspaceprive.jpg",
+ "name": "Gentspace prive",
+ "nameEn": "Gentspace prive",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "G e n t s p a c e p r i v e",
+ "xaxis": [948, 10, 2335],
+ "yaxis": 164
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "aa61d7c3-b1e4-4e5a-b541-dfe5c6434162",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L154",
+ "initials": "MARIEELIE",
+ "intro": "Marie Elie成立于上世纪九十年代,是法国高级时装品牌,来自巴黎的它延续了法国的浪漫主义血统,总店坐落于右岸塞纳河畔。产品线包括:高级定制服、成衣以及配饰。Marie Elie每场秀都能将华丽的宫廷风和具有实用性的仙美感结合得恰到好处。在Marie Elie的作品中,你能见到对刺绣的运用,你也能看到对蕾丝的深刻理解,你还能找到对纺纱的灵活剪裁。\n",
+ "isShow": true,
+ "logo": "e99d4c9d-a745-4a4e-85f4-cc74d3ebde5c",
+ "logoPath": "\\Files\\e99d4c9d-a745-4a4e-85f4-cc74d3ebde5c\\L154_1134012_MarieElie.jpg",
+ "name": "Marie Elie",
+ "nameEn": "Marie Elie",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "M a r i e E l i e",
+ "xaxis": [1151, 10, 2285],
+ "yaxis": 160
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "eb75cdf3-8b44-41c9-aa69-a53f356726a8",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "L157",
+ "initials": "STEEDWALL",
+ "intro": "诞生于纽约华尔街,STEED & WALL以精湛工艺,采用全球最顶级的奢华面料为精英量身打造符合身份、满足各种场合的西装。在细致探索精英男士衣橱的需求后,将品牌主线根据穿着场合分为商务、休闲、晚宴;将美学与实穿融为一体,为原本节制的西装添加一丝奢华,让男士的严谨睿智在生机与个性中自然流露。\n",
+ "isShow": true,
+ "logo": "68952a87-9c05-44ac-a43f-e18b94b65857",
+ "logoPath": "\\Files\\68952a87-9c05-44ac-a43f-e18b94b65857\\L157_1134146_Steed&Wall.jpg",
+ "name": "Steed&Wall",
+ "nameEn": "Steed&Wall",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "S t e e d & W a l l",
+ "xaxis": [924, 10, 2395],
+ "yaxis": 165
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "20e0c869-7f8c-4f5b-bc66-059a01f50cc7",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#cc00ff",
+ "houseNum": "L159",
+ "initials": "LUCIANOMILANO",
+ "intro": "LUCIANO MILANO为意大利品牌。在意大利当地更被称为色彩魔法师,除了在银饰珠宝上崭露全新结构,更利用了技术显色技法让银饰珠宝展现出湖水蓝、蔷薇红、孔雀绿等各式光彩艳丽、瞬息万变的新色彩。称为仕绅名媛及新女性珍爱的保值收藏品。",
+ "isShow": true,
+ "logo": "b41dcb47-4497-4444-93cd-d517a221193e",
+ "logoPath": "\\Files\\b41dcb47-4497-4444-93cd-d517a221193e\\L159_1134014_LucianoMILANO.jpg",
+ "name": "Luciano MILANO",
+ "nameEn": "Luciano MILANO",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "L u c i a n o M I L A N O",
+ "xaxis": [937, 10, 2448],
+ "yaxis": 166
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "eecc1126-af02-4672-8627-9e1526d481b1",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#000dff",
+ "houseNum": "L160",
+ "initials": "LARUTADEVIA",
+ "intro": "LA RUTA DE VIA(拉如达薇亚)是聚集欧美国家近120个国际尖端潮流品牌鞋履集合店,打造了一个鞋履文化与前沿舒适购物体验结合的鞋履“潮”圣地。\n",
+ "isShow": true,
+ "logo": "c90358b4-2bd4-4971-83a7-8caad3c3c81c",
+ "logoPath": "\\Files\\c90358b4-2bd4-4971-83a7-8caad3c3c81c\\L160_1134015_LARUTADEVIA.jpg",
+ "name": "LA RUTA DE VIA",
+ "nameEn": "LA RUTA DE VIA",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "L A R U T A D E V I A",
+ "xaxis": [1127, 10, 2534],
+ "yaxis": 80
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "fb894305-fb4e-4ecb-a5cd-4ba1888c4e8a",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#f07676",
+ "houseNum": "L161",
+ "initials": "BARCONSTELLATIONJCXZ",
+ "intro": "是一家安静的酒吧,有轻柔的JAZZ背景,温暖的暗调装饰,吧台以至洗手间,细节都颇为考究,从酒单到酒保都比较专业,适合休闲、品酒。",
+ "isShow": true,
+ "logo": "131942c7-1c8c-44d0-acaa-3c2facf46c45",
+ "logoPath": "\\Files\\131942c7-1c8c-44d0-acaa-3c2facf46c45\\L161_1134016_Bar.Constellation酒池星座.jpg",
+ "name": "Bar. Constellation酒池星座",
+ "nameEn": "Bar. Constellation",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "193ae35f-e26f-497c-b0ba-33280cf09278",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "B a r . C o n s t e l l a t i o n jiu chi xing zuo",
+ "xaxis": [833, 10, 2496],
+ "yaxis": 168
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "4ce587ca-21a6-41d4-9dd4-bb7f310096b9",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#cc00ff",
+ "houseNum": "L165",
+ "initials": "LIBERTAIMEBYFOREVERMARK",
+ "intro": "Forevermark属于具有120多年历史的全球钻石权威De Beers戴比尔斯集团,早在20世纪初该集团便掌握全球90%的钻石产业,也是现今世界最领先的钻石公司,在钻石勘探、采购和营销推广方面具有非常可靠的专业知识。作为该集团全球的首个钻石品牌,Forevermark永恒印记完美的诠释了“精选的艺术”,全世界仅有经过精心甄选、不足1%的天然美钻才有资格被印上Forevermark永恒印记。每一颗带有Forevermark永恒印记的钻石从勘探至开采,每一步都得到悉心的呵护,其切割与打磨完全委托世界顶尖的大师级工匠倾力完成,务求让每颗钻石的天然魅力与璀璨光芒尽情绽放。",
+ "isShow": true,
+ "logo": "86342fd3-18c9-4619-9d44-511d6e939301",
+ "logoPath": "\\Files\\86342fd3-18c9-4619-9d44-511d6e939301\\L165_1134017_Forevermark.jpg",
+ "name": "Libert'aime by Forevermark",
+ "nameEn": "Libert'aime by Forevermark",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "L i b e r t ' a i m e b y F o r e v e r m a r k",
+ "xaxis": [968, 10, 2534],
+ "yaxis": 169
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "5f3773c6-e180-4048-8789-2275de2d20db",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ff09",
+ "houseNum": "N101",
+ "initials": "DYSON",
+ "intro": "DYSON(戴森)英国创新科技品牌和无尘袋吸尘器发明者,致力于设计和研发能用科技来简化人们生活的产品。素有家电行业苹果的之称的戴森总是以新颖的创意挑战现有思维,颠覆性再造,从快速吹干、平衡感极佳的吹风机,到立式充电、省去电源线的无绳吸尘器等,Dyson的产品线已经示范了一套不同于传统家电的新路线。",
+ "isShow": true,
+ "logo": "4e28bf63-41dd-413c-a23b-08b981163e1c",
+ "logoPath": "\\Files\\4e28bf63-41dd-413c-a23b-08b981163e1c\\N101_1134167_Dyson.jpg",
+ "name": "Dyson",
+ "nameEn": "Dyson",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "D y s o n",
+ "xaxis": [859, 10, 67],
+ "yaxis": 101
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d3ce6fd6-8aa6-4807-a8f0-f170e892bfc1",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#cc00ff",
+ "houseNum": "N103",
+ "initials": "LONGINES",
+ "intro": "浪琴(LONGINES)于1832年在瑞士索伊米亚创立,拥有逾180多年的悠久历史与精湛工艺,在运动计时领域亦拥有显赫传统与卓越经验。以飞翼沙漏为标志的浪琴表以优雅著称于世,作为全球领先钟表制造商斯沃琪集团旗下的著名品牌,浪琴表已遍布世界150多个国家。\n",
+ "isShow": true,
+ "logo": "21cfb7f3-1dbc-42cd-ab5f-21faa81774cd",
+ "logoPath": "\\Files\\21cfb7f3-1dbc-42cd-ab5f-21faa81774cd\\N103_1134089_Longines.jpg",
+ "name": "Longines",
+ "nameEn": "Longines",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "L o n g i n e s",
+ "xaxis": [776, 10, 57],
+ "yaxis": 102
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "004970b4-a62f-46bb-9fdb-db426c3ee137",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "N105",
+ "initials": "NIKEKICKSLOUNGE",
+ "intro": "NIKE公司总部位于美国俄勒冈州波特兰市。公司生产的体育用品包罗万象,例如服装,鞋类,运动器材等。NIKE是全球著名的体育运动品牌,英文原意指希腊胜利女神,中文译为耐克。\n",
+ "isShow": true,
+ "logo": "44af4ebd-1e14-416f-84cf-3d71756b1e78",
+ "logoPath": "\\Files\\44af4ebd-1e14-416f-84cf-3d71756b1e78\\N105_1134090_NikeKicksLounge.png",
+ "name": "Nike Kicks Lounge",
+ "nameEn": "Nike Kicks Lounge",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "N i k e K i c k s L o u n g e",
+ "xaxis": [705, 10, 107],
+ "yaxis": 105
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "9376edc3-7b0f-4e93-a558-fe58b77ada2b",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "N109",
+ "initials": "ADIDASTWRSUPPLY",
+ "intro": "adidas(阿迪达斯)创办于1949年,是德国运动用品制造商阿迪达斯AG成员公司。以其创办人阿道夫·阿迪·达斯勒(Adolf Adi Dassler)命名,1920年在黑措根奥拉赫开始生产鞋类产品。adidas FTWR Supply 鞋款専門店,提供最全面的運動鞋款選擇,包括男女裝adidas Sport Performance及adidas Originals運動鞋系列。\n",
+ "isShow": true,
+ "logo": "ea73b049-5370-4bce-845e-bbc70602cccd",
+ "logoPath": "\\Files\\ea73b049-5370-4bce-845e-bbc70602cccd\\N109_1134168_Adidas.jpg",
+ "name": "Adidas TWR SUPPLY",
+ "nameEn": "Adidas ",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "A d i d a s T W R S U P P L Y",
+ "xaxis": [613, 10, 96],
+ "yaxis": 106
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "6ff04f25-9f9e-4763-9738-b78f551297d3",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "N129",
+ "initials": "KENZO",
+ "intro": "KENZO是由高田贤三在法国创立的品牌,结合了东方文化的沉稳意境、拉丁民族的热情活泼,大胆创新的融合了缤纷色彩与花朵,创造出活泼明亮、优雅独特的作品。KENZO自1970年起开始在时尚界崭露头角,并于1993年加入LVMH集团,自此KENZO旗下的服装、饰品、餐具以及香水均受到广大的欢迎。\n",
+ "isShow": true,
+ "logo": "7173bc13-cc61-41e9-8efa-7e64e52eb986",
+ "logoPath": "\\Files\\7173bc13-cc61-41e9-8efa-7e64e52eb986\\N129_1134091_KENZO.jpg",
+ "name": "KENZO",
+ "nameEn": "KENZO",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "K E N Z O",
+ "xaxis": [105, 10, 666],
+ "yaxis": 112
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d4ff93d1-c9cc-40c4-9b07-6b81dc1c48c7",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#cc00ff",
+ "houseNum": "N134",
+ "initials": "SWAROVSKI",
+ "intro": "施华洛世奇(SWAROVSKI)1895年诞生于奥地利,以全球先进的精确切割技术和璀璨夺目的仿水晶产品闻名于世。施华洛世奇崇尚创意精神,并充分展现在品牌旗下的配饰、首饰及家居饰品系列中。\n",
+ "isShow": true,
+ "logo": "8a097714-22a8-46ac-a9f8-855af22fbc8d",
+ "logoPath": "\\Files\\8a097714-22a8-46ac-a9f8-855af22fbc8d\\N134_1134093_Swarovski.jpg",
+ "name": "Swarovski",
+ "nameEn": "Swarovski",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "S w a r o v s k i",
+ "xaxis": [469, 10, 547],
+ "yaxis": 108
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "1c35534c-9a89-4584-b118-f43a8689e7a4",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "N135",
+ "initials": "MCQ",
+ "intro": "McQ从英伦青年亚文化中汲取灵感,同时搭配经典的奢侈做工和细节处理。服装造型合体而又不失休闲气息,在裁剪方面还时常融入运动服装的元素,或者大胆使用出人意料的材质,赋予经典款式以新的诠释。品牌彰显了McQ人群的独特性格:富有朝气、叛逆、玩世不恭。 \n",
+ "isShow": true,
+ "logo": "f35f836c-d127-4f85-ad17-77d4960ae2a4",
+ "logoPath": "\\Files\\f35f836c-d127-4f85-ad17-77d4960ae2a4\\N135_1134094_MCQ.png",
+ "name": "MCQ",
+ "nameEn": "MCQ",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "M C Q",
+ "xaxis": [114, 10, 774],
+ "yaxis": 115
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ed4f511c-252a-47c1-9810-d5dbff55ec59",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "N138",
+ "initials": "BOBBIBROWN",
+ "intro": "BOBBI BROWN 芭比波朗,雅诗兰黛集团旗下专业彩妆护肤品牌,以干净、清新、时尚的裸妆理念闻名全球,深受好莱坞明星的喜爱与追捧。",
+ "isShow": true,
+ "logo": "39147345-0115-4576-a01f-210ebda05cc3",
+ "logoPath": "\\Files\\39147345-0115-4576-a01f-210ebda05cc3\\N138_1134096_BobbiBrown.jpg",
+ "name": "Bobbi Brown",
+ "nameEn": "Bobbi Brown",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "B o b b i B r o w n",
+ "xaxis": [419, 10, 625],
+ "yaxis": 110
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "313c5ea9-ee65-4952-8bba-11d5d678e47e",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "N1391",
+ "initials": "EXIT",
+ "intro": "EXI.T是香港时装集团I.T创立的街头潮流概念店,自2010年在香港铜锣湾开业来,不断引入众多街头潮流新品、更与不同品牌合作开设 pop-up store,成为潮流界广泛关注的地标。EXI.T是“EDITION X I.T”的意思,类似“EXIT”的写法更寓意店铺宛如一条通道,指引顾客体验来自不同潮流品牌和艺术家的产品与创意,发掘潮流领域的各种新鲜事物。EXI.T出售来自世界各地不同潮流单位的精选服装、鞋类、配件,甚至科技产品、生活用品及艺术品也在EXI.T的采购范围之列。\n\nFred Perry是英国著名的网球用品,创立于1940年代末期,由Tibby Wegner联同网球手FRED PERRY以其名字命名。因不喜欢作任何花巧设计,只求简单、耐看,却极受时下年轻人喜爱,在全世界各地均有拥护者。\n",
+ "isShow": true,
+ "logo": "c05f2c7b-0cd9-4f1e-90bb-0ec355716e73",
+ "logoPath": "\\Files\\c05f2c7b-0cd9-4f1e-90bb-0ec355716e73\\N139_1134097_EXI.T&FREDPERRY 2.jpg",
+ "name": "EX I.T",
+ "nameEn": "EX I.T & FRED PERRY",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "E X I . T",
+ "xaxis": ["\"153\"", "\"931\"", "\"10\""],
+ "yaxis": "-1"
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "88b95786-ecbe-4b0c-b755-eb801c90e6a9",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "N140",
+ "initials": "JOMALONELONDON",
+ "intro": "英国香氛世家Jo Malone London祖•玛珑因其典雅的香氛、呵宠沐浴、身体系列和奢华的香氛蜡烛享誉全球。各款产品简约纯粹却又不失精致典雅,让您肆意挥洒创意,玩味专属于您的独特香调。与祖•玛珑一起玩味英伦,开启您奇妙的香氛旅程。",
+ "isShow": true,
+ "logo": "ddbcb6cd-498c-4963-83fb-d0f0e39fc4ca",
+ "logoPath": "\\Files\\ddbcb6cd-498c-4963-83fb-d0f0e39fc4ca\\N140_1134098_JoMalone.jpg",
+ "name": "Jo Malone London",
+ "nameEn": "Jo Malone",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "J o M a l o n e L o n d o n",
+ "xaxis": [411, 10, 657],
+ "yaxis": 111
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "870e21b9-eb84-424e-bccd-c9fcf041728d",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "N142",
+ "initials": "MAKEUPFOREVER",
+ "intro": "MAKE UP FOR EVER致力于开发化妆师专用产品以及普通消费化妆品。多年以来,MAKE UP FOR EVER一直秉承国际专业彩妆的精髓,深信“最好的自然适合所有人”,成为既受专业人士喜爱,又受普通消费者青睐的彩妆品牌,满足人们追求不同的化妆风格。",
+ "isShow": true,
+ "logo": "1372fd15-d029-4452-ae8c-685638aa56dc",
+ "logoPath": "\\Files\\1372fd15-d029-4452-ae8c-685638aa56dc\\N142_1134099_MakeUpForEver.jpg",
+ "name": "Make Up For Ever",
+ "nameEn": "Make Up For Ever",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "M a k e U p F o r E v e r",
+ "xaxis": [406, 10, 689],
+ "yaxis": 113
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "3558f6ef-391b-48db-a053-81fb898c700f",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#cc00ff",
+ "houseNum": "N145",
+ "initials": "SWATCH",
+ "intro": "SWATCH(斯沃琪)是全球知名的时尚腕表品牌,也是领先的瑞士钟表制造商。基于色彩、动感、明亮与透明的品牌理念在SWATCH的所有产品中都有体现。SWATCH也始终锐意创新,不断推出令人惊喜的时尚款型、系列和特别款腕表。SWATCH给人们带来一种全新的观念:手表不再只是一种昂贵的奢侈品和单纯的计时工具,而是一种“戴在手腕上的时装”。SWATCH爱好者可以根据自己不同的心情、喜好、着装、场合,拥有多块SWATCH手表进行佩带或收藏。\n",
+ "isShow": true,
+ "logo": "d1cfe34e-3daf-4feb-b4fe-ed6b8b9a26e8",
+ "logoPath": "\\Files\\d1cfe34e-3daf-4feb-b4fe-ed6b8b9a26e8\\N145_1134101_Swatch.jpg",
+ "name": "Swatch",
+ "nameEn": "Swatch",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "S w a t c h",
+ "xaxis": [214, 10, 909],
+ "yaxis": 120
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f07c8ef1-5e5c-4db4-8ec2-0aba0067b00c",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "N146",
+ "initials": "HERA",
+ "intro": "HERA赫妍, 成立于1995年,是爱茉莉太平洋集团旗下的综合化妆品品牌,HERA赫妍依靠革新型细胞科学,促进了皮肤活性化,并以此为依托,开发出能解决不同肌肤问题的专业化产品。通过肌源焕采精华液、肌源焕采润面霜、靓白臻皙精华乳、弹润紧肤抗皱精华乳等蕴含细胞科学精髓的产品,解决了肌肤干燥、暗沉、油脂毛孔、美白、弹性、皱纹等各种肌肤问题。",
+ "isShow": true,
+ "logo": "e68f25c1-2b0f-4abc-a6bf-96bbeddb313f",
+ "logoPath": "\\Files\\e68f25c1-2b0f-4abc-a6bf-96bbeddb313f\\N146_1134102_HERA.png",
+ "name": "HERA",
+ "nameEn": "HERA",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "H E R A",
+ "xaxis": [409, 10, 768],
+ "yaxis": 117
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#ff7700",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "0e88cca7-208b-4791-9e25-2f633de4da75",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#ff7700",
+ "houseNum": "N152A",
+ "initials": "PHILOSOPHY",
+ "intro": "PHILOSOPHY(肌肤哲理/自然哲理)是来自美国的美容品牌,产品线包括身体护理、香水、彩妆、美发产品等。PHILOSOPHY品牌创始人Cristina Carlino是一名资深的产品开发员和护肤专家,曾任知名药厂BioMedic的执行长。Cristina是结合医学美容的先驱,她开发出的Mircopeel(微晶磨皮换肤)获得全球数以万计的医生认可,普遍的使用在肌肤的治疗上。",
+ "isShow": true,
+ "logo": "c0cd5a65-3566-40bf-8d60-6748a2e3bd63",
+ "logoPath": "\\Files\\c0cd5a65-3566-40bf-8d60-6748a2e3bd63\\N152a_1134104_Philosophy.png",
+ "name": "Philosophy",
+ "nameEn": "Philosophy",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "彩妆|护肤|香氛",
+ "shopFormatCode": "0aee25d3-edca-4fcf-90a4-ca8263afc4ae",
+ "shopNum": "",
+ "spelling": "P h i l o s o p h y",
+ "xaxis": [391, 10, 881],
+ "yaxis": 121
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "6641d408-c50a-4bb7-88ea-b602002bf0b4",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#f07676",
+ "houseNum": "N110",
+ "initials": "STARBUCKSRESERVEROASTERYSHANGHAI",
+ "intro": "这是星巴克在海外的首家臻选烘焙工坊。在双层2,700平方米的圆形剧院式建筑内,分布着烘焙区以及五大吧台。从生豆到饮品的全过程,皆可在此呈现。消费者不仅将有机会品尝到新鲜烘焙、来自全球各地的星巴克臻选咖啡豆,还能品尝到诸多烘焙工坊专属的创意饮品。TEAVANATM共20款茶饮料首次登陆中国,运用创新冲煮方式,融合科技感和戏剧观赏性的蒸汽朋克冲煮系统是其亮点之一。焙意之(PRINCITM)精心挑选高品质的新鲜食材,现场手工烘焙制作。从奶油卷到意大利马苏里拉奶酪夹心饼干三明治,为顾客提供多达80种新鲜烘焙的纯正意大利美味。",
+ "isShow": true,
+ "logo": "1baff8e5-d77c-4bf0-9418-10b0dfd7e717",
+ "logoPath": "\\Files\\1baff8e5-d77c-4bf0-9418-10b0dfd7e717\\N110_1134106_StarbucksRoastery.jpg",
+ "name": "Starbucks Reserve Roastery SHANGHAI",
+ "nameEn": "Starbucks Roastery",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "fb90206c-4d2d-40cc-b4e5-7171ed1b7b84",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "S t a r b u c k s R e s e r v e R o a s t e r y S H A N G H A I",
+ "xaxis": [273, 10, 185],
+ "yaxis": 17
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "251831c3-cdac-43fe-939d-38f0584961c7",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ff09",
+ "houseNum": "S101",
+ "initials": "NIOWLQCF",
+ "intro": "蔚来不仅仅是一家汽车品牌。通过提供高性能的智能电动汽车与极致用户体验,蔚来致力于为用户创造愉悦的生活方式,打造全球范围内第一家“用户企业”。",
+ "isShow": true,
+ "logo": "f54bb7df-a4c2-481d-b264-6d1d0ab609bd",
+ "logoPath": "\\Files\\f54bb7df-a4c2-481d-b264-6d1d0ab609bd\\S101_1134110_Nio蔚来汽车.jpg",
+ "name": "Nio蔚来汽车1F",
+ "nameEn": "Nio",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "N i o wei lai qi che 1 F",
+ "xaxis": [661, 10, 2638],
+ "yaxis": 176
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "27231acc-50ad-4627-b59c-8fbb748e9b51",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ff09",
+ "houseNum": "W103",
+ "initials": "NIOWLQC",
+ "intro": "蔚来不仅仅是一家汽车品牌。通过提供高性能的智能电动汽车与极致用户体验,蔚来致力于为用户创造愉悦的生活方式,打造全球范围内第一家“用户企业”。",
+ "isShow": true,
+ "logo": "b24dfc51-464d-4691-b696-7b3d6d298d23",
+ "logoPath": "\\Files\\b24dfc51-464d-4691-b696-7b3d6d298d23\\S101_1134110_Nio蔚来汽车.jpg",
+ "name": "Nio蔚来汽车",
+ "nameEn": "Nio",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "N i o wei lai qi che",
+ "xaxis": [494, 10, 2203],
+ "yaxis": 177
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "1d6a91ca-f5e5-46a3-a51b-2f323f3022d8",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ccff",
+ "houseNum": "S104",
+ "initials": "THEBALANCING",
+ "intro": "the bálancing是一个全新的购物概念,致力呈现其对奢华精致与低调内敛的平衡见解,同时为现代零售行业注入个性化及精致的元素。the bálancing拒绝盲目的跟随潮流,坚持以独特的、符合品牌价值观的方式在全球范围精选商品。空间内提供一系列经过精心挑选的独特作品,每件产品均反映品牌精髓的同时展现着店铺独有的艺术风格。the bálancing在全球范围内精选主线商品的同时,还致力于培养与支持中国本土的设计力量,致力于实现本土化与国际化的时尚风格、生活见解的平衡与调和,并将其整合至一个统一的平和的购物空间。\nthe balancing在搜罗一系列时装作品的同时,还于店内引进富有品牌调性与设计见解的家居与生活方式精品,当中不乏大师设计与经典之作,the balancing 空间内的陈设与商品均体现其对美学与艺术的独到见解。\n",
+ "isShow": true,
+ "logo": "f6d52c87-94f6-44a1-8c1c-12adf9c4037a",
+ "logoPath": "\\Files\\f6d52c87-94f6-44a1-8c1c-12adf9c4037a\\S104_1134172_thebalancing.jpg",
+ "name": "the balancing",
+ "nameEn": "the balancing",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "t h e b a l a n c i n g",
+ "xaxis": [781, 10, 2877],
+ "yaxis": 175
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "b7173a34-b37a-4a0e-aad3-458c1a6a1599",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#f07676",
+ "houseNum": "S113",
+ "initials": "FGGGSHG",
+ "intro": "港式经典,啖啖滋味;即点即蒸,一盅两件。全天供应茶点的富公馆茶室要还原的是老香港茶室的氛围,在复古的环境与粤语金曲的氛围中,品尝传统点心、烧味卤味、糖水、靓汤……别有风味。",
+ "isShow": true,
+ "logo": "b8371f8e-e774-454f-b5d5-a66506463d5a",
+ "logoPath": "\\Files\\b8371f8e-e774-454f-b5d5-a66506463d5a\\S113_1134111_富公馆茶室.png",
+ "name": "富公馆港式火锅",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "fu gong guan gang shi huo guo",
+ "xaxis": [1026, 10, 2876],
+ "yaxis": 180
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d397c7a3-a0ce-4659-8768-920fe4aa95fd",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ff09",
+ "houseNum": "W101",
+ "initials": "SLRZJ",
+ "intro": "双立人之家,是一家隶属于德国双立人的线下体验门店 。1731年6月13日Peter Henckels(彼得.亨克斯)以双子座作为最初的构想,在德国美丽的莱茵河畔小镇索林根创立了双立人ZWILLING品牌,揭开了这一人类现存最古老商标之一不老传说的序幕。他的后代约翰.阿布雷汉姆.亨克斯将公司名称改成Zwilling J.A.Henckels。如今,双立人拥有超过2000种的不锈钢刀剪餐具、锅具、厨房炊具和个人护理用品,使您在生活的每个角落感受到双立人赋予生活的品质与美感,使得双立人世世代代的使用者在心理上越来越认同品牌所创造出的价值感。",
+ "isShow": true,
+ "logo": "07cd4b5f-24ce-4a19-9879-dcf2d7e0e1a4",
+ "logoPath": "\\Files\\07cd4b5f-24ce-4a19-9879-dcf2d7e0e1a4\\W101_1134113_ZWILLINGHOME.png",
+ "name": "双立人之家",
+ "nameEn": "ZWILLING HOME",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "shuang li ren zhi jia",
+ "xaxis": [435, 10, 1951],
+ "yaxis": 178
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "1680db01-a7a5-410a-86ce-8c8efaa26be2",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#f07676",
+ "houseNum": "L156",
+ "initials": "WDCCZ",
+ "intro": "",
+ "isShow": true,
+ "logo": "455352b5-c7a7-4486-9a4c-b2bcc8c730d8",
+ "logoPath": "\\Files\\455352b5-c7a7-4486-9a4c-b2bcc8c730d8\\3.png",
+ "name": "王德传茶庄",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "wang de chuan cha zhuang",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#e1ff00",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "4e4ed536-06ea-4374-8ec4-e8fddb62a4a6",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#e1ff00",
+ "houseNum": "L128",
+ "initials": "GUERLAINSPA",
+ "intro": "",
+ "isShow": true,
+ "logo": "1228b422-cdfd-4bb5-b42b-5dacaaedfa6f",
+ "logoPath": "\\Files\\1228b422-cdfd-4bb5-b42b-5dacaaedfa6f\\微信图片_20200423165102.png",
+ "name": "Guerlain SPA",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "个人护理",
+ "shopFormatCode": "ff497f01-f6cc-414e-acf1-bd0b0997d3bc",
+ "shopNum": "",
+ "spelling": "G u e r l a i n S P A",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e6f9f6d4-f554-410e-9e7d-d03e012cdd6a",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ff84",
+ "houseNum": "L158",
+ "initials": "DEVIALET",
+ "intro": "",
+ "isShow": true,
+ "logo": "f9163152-159d-4813-aa8d-7fabad9d7eae",
+ "logoPath": "\\Files\\f9163152-159d-4813-aa8d-7fabad9d7eae\\4.png",
+ "name": "devialet",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "d e v i a l e t",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "b8392924-8b28-4858-aab5-225f42e0a9de",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ff84",
+ "houseNum": "L151",
+ "initials": "DRIVEPRO",
+ "intro": "",
+ "isShow": true,
+ "logo": "dd5c6b2d-d05b-423f-919d-ea3277a17b1e",
+ "logoPath": "\\Files\\dd5c6b2d-d05b-423f-919d-ea3277a17b1e\\2.1.jpg",
+ "name": "drivepro",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "d r i v e p r o",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "051be8ab-dac7-4ca1-bad3-53e90190e5f5",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ff84",
+ "houseNum": "L115",
+ "initials": "XBK",
+ "intro": "",
+ "isShow": true,
+ "logo": "ffc1419d-eac4-49cd-9fb8-ba9fa5134cf2",
+ "logoPath": "\\Files\\ffc1419d-eac4-49cd-9fb8-ba9fa5134cf2\\5.jpg",
+ "name": "星巴克",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "xing ba ke",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "23929516-6c54-42c7-a977-995556842f10",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#00ff84",
+ "houseNum": "N1392",
+ "initials": "FREDPERRY",
+ "intro": "",
+ "isShow": true,
+ "logo": "348cc381-0cf4-4962-bc63-36b5a4fbd7b1",
+ "logoPath": "\\Files\\348cc381-0cf4-4962-bc63-36b5a4fbd7b1\\7.png",
+ "name": "FRED PERRY",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "F R E D P E R R Y",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "781827c6-8dba-49c0-9275-7231c385a0b5",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#f07676",
+ "houseNum": "CTF1",
+ "initials": "STARBUCKSRESERVEBGL",
+ "intro": "",
+ "isShow": true,
+ "logo": "8f470b3b-b03d-414e-b309-94492b1e90ea",
+ "logoPath": "\\Files\\8f470b3b-b03d-414e-b309-94492b1e90ea\\xingbake.jpg",
+ "name": "Starbucks Reserve(办公楼)",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "fb90206c-4d2d-40cc-b4e5-7171ed1b7b84",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "S t a r b u c k s R e s e r v e ( ban gong lou )",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#e1ff00",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "dc5a7e80-d86a-4d66-ab40-9ea9ba07d587",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#e1ff00",
+ "houseNum": "L11111",
+ "initials": "CSF",
+ "intro": "店铺修改123",
+ "isShow": true,
+ "logo": "ec86ccbe-89be-4ab6-aa48-f1ec8611e3c8",
+ "logoPath": "\\Files\\ec86ccbe-89be-4ab6-aa48-f1ec8611e3c8\\店铺标签.jpg",
+ "name": "测试7分3",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "13675111111",
+ "secFormat": "",
+ "shopFormat": "个人护理",
+ "shopFormatCode": "ff497f01-f6cc-414e-acf1-bd0b0997d3bc",
+ "shopNum": "",
+ "spelling": "ce shi 7 fen 3",
+ "xaxis": null,
+ "yaxis": null
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ee4e1336-7212-4d08-bc67-ce934dc55237",
+ "floorCode": "939c702b-bf01-4963-8733-1bfdec4a866f",
+ "floorName": "L1",
+ "floorOrder": 4,
+ "formatColor": "#000dff",
+ "houseNum": "L12222",
+ "initials": "CSF",
+ "intro": "It's Q,汇集全球时尚的设计师品牌,产品包含鞋履、包袋等时尚配饰。产品研发秉承“不断求新”的品牌理念,探寻最新的流行趋势,追求更新设计款式,满足都市女性对时尚对美的追求,每天都是新的自己。",
+ "isShow": true,
+ "logo": "d1a39984-febf-4647-bece-7b03a147d68d",
+ "logoPath": "\\Files\\d1a39984-febf-4647-bece-7b03a147d68d\\xingbake.jpg",
+ "name": "测试7分2",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "13675181429",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "ce shi 7 fen 2",
+ "xaxis": null,
+ "yaxis": null
+ }
+ ]
+ },
+ {
+ "floorOrder": 5,
+ "shopList": [
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "961910c6-2382-4121-bb58-e6388eeddc00",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ff09",
+ "houseNum": "L201",
+ "initials": "DISNEY",
+ "intro": "当今的迪士尼已经远远不止于从事动画电影这一个行业了,迪士尼手表、迪士尼饰品、迪士尼少女装、迪士尼 [2] 箱包、迪士尼家居用品、迪士尼毛绒玩具、迪士尼电子产品等多个产业。由于大多数人都是从小看着迪士尼的动画片长大了,所以迪士尼所涉及的各大产业都受到了广大消费者的一至好评,取得了丰硕的商业价值。",
+ "isShow": true,
+ "logo": "c6c000b8-d4e4-4454-8f87-c3ffe75addf0",
+ "logoPath": "\\Files\\c6c000b8-d4e4-4454-8f87-c3ffe75addf0\\L201_1134147_TheDisneyStore.jpg",
+ "name": "Disney",
+ "nameEn": "The Disney Store",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "D i s n e y",
+ "xaxis": [205, 10, 1255],
+ "yaxis": 112
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ec17b89c-75a9-4c50-a780-85b398664da3",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L204",
+ "initials": "SZYS",
+ "intro": "Pleats Please (三宅褶皱) 是大设计师三宅一生 (ISSEY MIYAKE) 的副线品牌,在1993年被创造出来的初衷,却只是为了旅行的轻便。\n",
+ "isShow": true,
+ "logo": "b77f2de3-51fb-4408-bd82-ecc2e104ec7c",
+ "logoPath": "\\Files\\b77f2de3-51fb-4408-bd82-ecc2e104ec7c\\L204_1134181_BAOBAO ISSEY MIYAKE&PLEATS PLEASE.jpg",
+ "name": "三宅一生",
+ "nameEn": "BAOBAO ISSEY MIYAKE+PLEATS PLEASE ISSEY MIYAKE+M",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "san zhai yi sheng",
+ "xaxis": [485, 10, 1125],
+ "yaxis": 113
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "14aa0b7d-c983-45a1-8924-a323780a3680",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L206",
+ "initials": "PINKO",
+ "intro": "意大利时尚女装品牌PINKO由公司现任总裁兼首席执行官Pietro Negra先生与其夫人Cristina Rubini创立于80年代初,是定位于现代高端市场的意大利自主时尚品牌。创造,革新,质量与探索是品牌的精神文化特征及商业核心价值。全线系列都彰显了女性敏锐的时尚触觉与特立独行的女性特质。\n",
+ "isShow": true,
+ "logo": "b9bd593f-17d7-4a2b-81e0-4caa70513427",
+ "logoPath": "\\Files\\b9bd593f-17d7-4a2b-81e0-4caa70513427\\L206_1134018_PINKO.jpg",
+ "name": "PINKO",
+ "nameEn": "PINKO",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "P I N K O",
+ "xaxis": [521, 10, 1212],
+ "yaxis": 114
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "461c60a5-1d33-484f-9278-66e9a2b6a002",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L208",
+ "initials": "WEEKENDMAXMARA",
+ "intro": "Weekend Max Mara是Max Mara集团推出的“生活方式”品牌。正式而不失随性气息。表明这是一个符合现代着装需求的解决方案:实用性与百搭性完美融合,“城市与乡村”两相宜,色彩丰富,又饱含高贵典雅的女性气质。每件单品都展现了“奢华而又实用”的设计理念,这正是Weekend Max Mara一直以来所期望达到的目标,而这些单品也成为了秀场常客,引领着潮流趋势。该系列简约时尚,略带休闲气质,巧妙融合魅力与高雅这两种特质,并与品牌运动装的独特典型元素相得益彰。",
+ "isShow": true,
+ "logo": "f0c0c0e6-28bd-4365-8f1f-09ce8e2c3194",
+ "logoPath": "\\Files\\f0c0c0e6-28bd-4365-8f1f-09ce8e2c3194\\L208_1134019_WeekendMaxMara.png",
+ "name": "Weekend Max Mara",
+ "nameEn": "Weekend Max Mara",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "W e e k e n d M a x M a r a",
+ "xaxis": [536, 10, 1288],
+ "yaxis": 117
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ce5d68e1-59ad-4e1b-bf6c-ae5f97074a5b",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#000dff",
+ "houseNum": "L209",
+ "initials": "PEDRO",
+ "intro": "Pedro系列鞋履与配饰渗透出款款精致与时尚气息。每一季的设计旨在强调并引导大众时尚敏锐度,深入国际男士、女士视野。男士系列涵盖当代鞋履、箱包、腰带、钱包以及一系列小皮件,款式突出;女士系列则涵盖多种风格鞋履、手袋及小配件,柔美且不乏自信。Pedro作为新兴的摩登奢华品牌,以突出形象打造一个又一个季度的典范形象。\n",
+ "isShow": true,
+ "logo": "4c1a22e7-6922-48e8-88dd-ff7879f530a8",
+ "logoPath": "\\Files\\4c1a22e7-6922-48e8-88dd-ff7879f530a8\\L209_1134020_Pedro.jpg",
+ "name": "Pedro",
+ "nameEn": "Pedro",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "P e d r o",
+ "xaxis": [274, 10, 1379],
+ "yaxis": 116
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "43d1e2ba-aa12-40d6-8266-7e3ba4b899c0",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L212",
+ "initials": "SANDRO",
+ "intro": "来自法国的时装品牌SANDRO,由Evelyne Chetrite和Didier Chetrite夫妇于1984年共同创立,SANDRO以典雅别致的法式时尚服饰设计见称,以中高价定位横扫整个欧洲,旋即掀起了追捧Accessible Luxury的热潮。SANDRO服饰简约、优雅,又走可爱风,因此一直深受法国年轻人的挚爱,是年轻人追求潮流的上好选择。\n",
+ "isShow": true,
+ "logo": "e1d6b975-4fb5-4858-8eab-6a8daa52d617",
+ "logoPath": "\\Files\\e1d6b975-4fb5-4858-8eab-6a8daa52d617\\L212_1134021_sandro.jpg",
+ "name": "sandro",
+ "nameEn": "sandro",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "s a n d r o",
+ "xaxis": [569, 10, 1361],
+ "yaxis": 118
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a7a1176e-0075-464f-96c6-fbb1f0f96c07",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L213",
+ "initials": "THEKOOPLES",
+ "intro": "The Kooples创立于2008年,是法国著名轻奢时装品牌。“Kooples”一词来源于英文“ Couples(情侣)”,品牌完美融合浪漫的法式优雅和精致的剪裁工艺,演绎充满个性的摇滚精神,为追求潮流的现代男性与女性打造专属的时尚衣橱。\n",
+ "isShow": true,
+ "logo": "373453a9-ac4c-4e1a-a04a-ba9763fe43d4",
+ "logoPath": "\\Files\\373453a9-ac4c-4e1a-a04a-ba9763fe43d4\\L213_1134022_Thekooples.jpg",
+ "name": "The kooples",
+ "nameEn": "The kooples",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "T h e k o o p l e s",
+ "xaxis": [307, 10, 1444],
+ "yaxis": 120
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "441938b1-1149-4f4e-9c39-eca1ca0810a3",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ff84",
+ "houseNum": "L215",
+ "initials": "BORAAKSU",
+ "intro": "",
+ "isShow": true,
+ "logo": "4271cad6-355e-474e-aa95-2197b7644f40",
+ "logoPath": "\\Files\\4271cad6-355e-474e-aa95-2197b7644f40\\1.111.png",
+ "name": "BORA AKSU",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "B O R A A K S U",
+ "xaxis": [326, 10, 1556],
+ "yaxis": 122
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "c272147a-7ca1-4dee-a29e-da79563ad565",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L218",
+ "initials": "COS",
+ "intro": "COS(Collection of Style)是 Hennes & MauritzAB(即H&M)集团旗下高端品牌,在欧洲以简约且不退潮流的美学设计而闻名。",
+ "isShow": true,
+ "logo": "f9d90c55-cce8-4800-b68f-925676d08edb",
+ "logoPath": "\\Files\\f9d90c55-cce8-4800-b68f-925676d08edb\\L218_1134025_COS.jpg",
+ "name": "COS",
+ "nameEn": "COS",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "C O S",
+ "xaxis": [718, 10, 1447],
+ "yaxis": 123
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "99874200-1855-4818-bd7c-df76acfcbd30",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#f07676",
+ "houseNum": "L221",
+ "initials": "THATRECJC",
+ "intro": "théATRE茶聚场,一个用茶串联起饮、食、艺术的综合生活方式空间。无国界的茶系饮食创作,无边界的生活艺术空间。我们自豪地提供上百种茶类饮品,有环游世界的甄选品种,也有全城独家的原创单品,它们与冷水碰撞、与热水交融、与酒精碰杯,不再循规蹈矩,而能自由地展示着在不同文化地域中育成的独特滋味,与它们相伴的是同样自在的无国界现代料理。我们希望茶是熟悉的陪伴者,能以最放松的形态出现在每一个时段,不带严肃目的、也没有繁复仪式。这里是我们将茶与生活无缝对接的空间站,TEA FOR LIFE,我们相信茶是现代生活美感的聚点,自然、设计、艺术都可以与茶在当下语境碰撞出新的可能。",
+ "isShow": true,
+ "logo": "644a3492-5e00-4e91-9514-81442a10af21",
+ "logoPath": "\\Files\\644a3492-5e00-4e91-9514-81442a10af21\\L221_1134148_ThearteTea.jpg",
+ "name": "théATRE茶聚场",
+ "nameEn": "Thearte Tea",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "193ae35f-e26f-497c-b0ba-33280cf09278",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "t h é A T R E cha ju chang",
+ "xaxis": [368, 10, 1652],
+ "yaxis": 126
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "bc32cb8d-7656-4539-9787-1216fea510b2",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L223",
+ "initials": "BASH",
+ "intro": "BA&SH是法国著名时装品牌,其风格以simple & chic为主,没有华丽奢华的噱头,而以平易的自在穿搭为主,没有过多的潮流趋附,而是以经典夹杂著微妙的巧思,打造出浑然天成的自信美感。\nBA&SH时装具有典型的法式简约时尚风格,其设计以不同材质的混搭为基本,将经典以及不败的款式加以改造,任意搭配,从中更能嗅出一丝尽情享受的味道,对于美的诠释果然有她们浑然天成的一套办法。\nBA&SH时装流露女性无法隐藏的气质,无论是少女情怀、率性风格或是散发成熟女人味等多变风情,都能从中探见其不凡风韵。",
+ "isShow": true,
+ "logo": "313ae022-f3f7-4c63-82d4-cb96a6900d5f",
+ "logoPath": "\\Files\\313ae022-f3f7-4c63-82d4-cb96a6900d5f\\L223_1134026_ba&sh.jpg",
+ "name": "ba&sh",
+ "nameEn": "ba&sh",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "b a & s h",
+ "xaxis": [449, 10, 1665],
+ "yaxis": 124
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "826c9ac7-b4ba-4833-a1b8-b5023f7f38c9",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L229",
+ "initials": "MAJE",
+ "intro": "创立于1995年,品牌创始人Judith Milgrom因出生于充满异国情调的北非摩洛哥滨海小镇,成长于人文荟萃的花都巴黎,受其身世影响,在浪漫主义与中东风情的双重文化冲击下,创作出的女装总是带着神秘浪漫、精致脱俗的波西米亚风格,相当能展现出女性多样化且充满独立自信的美感",
+ "isShow": true,
+ "logo": "b2f3ad89-686e-41ef-9fff-26c77ca42bb4",
+ "logoPath": "\\Files\\b2f3ad89-686e-41ef-9fff-26c77ca42bb4\\L229_1134027_maje.jpg",
+ "name": "maje",
+ "nameEn": "maje",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "m a j e",
+ "xaxis": [540, 10, 1698],
+ "yaxis": 127
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "3024e554-12b2-4625-9317-6e9848a392ca",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L232",
+ "initials": "SANDROMEN",
+ "intro": "Sandro男装设计师Ilan Chétrite透过自身对城市的喧嚣节奏与混乱的都市结构探索,挖掘在现今工业时代屈服于现实而不再浪漫的城市角落,透过自我诠释化为设计灵感,拉开Sandro 2016秋冬男装系列序幕。",
+ "isShow": true,
+ "logo": "557661d1-9836-45bd-8ee6-4628f1c1a9f7",
+ "logoPath": "\\Files\\557661d1-9836-45bd-8ee6-4628f1c1a9f7\\L232_1134028_sandromen.jpg",
+ "name": "sandro men",
+ "nameEn": "sandro men",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "s a n d r o m e n",
+ "xaxis": [760, 10, 1563],
+ "yaxis": 128
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "c9cd7c4c-b76b-4482-8822-7ef040f93786",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L233",
+ "initials": "MAXCO",
+ "intro": "MAX & CO. 是MaxMara的副牌,风格休闲,偏向年轻化的设计。遵循传统的风格中包含着丰富多彩的个休形象,同时也向外界发出了强有力的信号。在原有的款式基础上发展出一些新颖的造型,从而将过去的时光映射到了时下最流行的款式当中,整体的休闲设计明白表现出个必化的风格。不会显得浮华,却又能把各种魔术和幻想的元素融合到日常生活中去。",
+ "isShow": true,
+ "logo": "cdebadec-e9be-429f-9934-999ad123a2d6",
+ "logoPath": "\\Files\\cdebadec-e9be-429f-9934-999ad123a2d6\\L233_1134029_Max&Co.png",
+ "name": "Max&Co",
+ "nameEn": "Max&Co",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "M a x & C o",
+ "xaxis": [665, 10, 1714],
+ "yaxis": 129
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "27dfae4d-e7f8-4308-987e-9aeaf2f5f1e2",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L235-1",
+ "initials": "CLUBMONACO",
+ "intro": "",
+ "isShow": true,
+ "logo": "a08d623c-ee3e-4a62-8c53-ec3f46c8b50f",
+ "logoPath": "\\Files\\a08d623c-ee3e-4a62-8c53-ec3f46c8b50f\\2.jpg",
+ "name": "Club Monaco",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "C l u b M o n a c o",
+ "xaxis": ["\"722\"", "\"1755\"", "\"10\""],
+ "yaxis": "131"
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "7e69706f-eac0-4c65-b10c-2d41e8711a7b",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L236",
+ "initials": "BEBE",
+ "intro": "碧碧(Bebe)是美国知名女装成衣零售商Bebe Stores拥有的高端品牌。碧碧(Bebe)女装体现女人自信且美丽多变,轻松、休闲的设计,恰到好处地表现了现代人崇尚个性、自然、不张扬的审美趋向,让更多喜欢时尚的女士有了释放自己的空间。",
+ "isShow": true,
+ "logo": "942632ea-bfa8-47d4-a09f-e3dc0b4afdb9",
+ "logoPath": "\\Files\\942632ea-bfa8-47d4-a09f-e3dc0b4afdb9\\L236_1134030_bebe.jpg",
+ "name": "bebe",
+ "nameEn": "bebe",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "b e b e",
+ "xaxis": [928, 10, 1597],
+ "yaxis": 132
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "88119f2b-3b86-4b39-8456-9ab63535832b",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L237",
+ "initials": "ZHUCHONGYUN",
+ "intro": "ZHUCHONGYUN 坚持以东方精神内核为创作灵感,呈现女性自然美态,树立思想艺术,分享生活哲学,传递当代的美学态度。ZHUCHONGYUN 创立于2013年,品牌创始人朱崇恽小姐希望通过艺术创作表达对美的理解,也是她情感的分享与感悟。\n",
+ "isShow": true,
+ "logo": "c597c998-7247-4f58-b580-cbe896923cc4",
+ "logoPath": "\\Files\\c597c998-7247-4f58-b580-cbe896923cc4\\L237_1134031_ZHUCHONGYUN.jpg",
+ "name": "ZHUCHONGYUN",
+ "nameEn": "ZHUCHONGYUN",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "Z H U C H O N G Y U N",
+ "xaxis": [787, 10, 1811],
+ "yaxis": 133
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "bc7e900c-1371-48ec-b55d-34a672b5481e",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#000dff",
+ "houseNum": "L241",
+ "initials": "ALLBIRDS",
+ "intro": "来自旧金山的品牌Allbirds - 秉承“Making better things in a better way”的创造理念,致力于运用自然、环保、优质的原材料成就适合日常穿着且舒适、简约、可持续特性的创新鞋履。",
+ "isShow": true,
+ "logo": "daea3e5c-56b7-444d-b07b-0bc6ee8adc81",
+ "logoPath": "\\Files\\daea3e5c-56b7-444d-b07b-0bc6ee8adc81\\L241_1134032_Allbirds.png",
+ "name": "Allbirds",
+ "nameEn": "Allbirds",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "A l l b i r d s",
+ "xaxis": [865, 10, 1860],
+ "yaxis": 135
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ebe15de9-d76f-490b-82da-2b4fafdfadf6",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ff09",
+ "houseNum": "L242",
+ "initials": "LEGO",
+ "intro": "来自丹麦的LEGO(乐高积木)不仅是闻名全球的儿童最喜爱的玩具品牌,更是热爱创意DIY的成人其乐无穷的来源。LEGO品牌创立于1934年,LEGO在丹麦语中有“玩得快乐”的意思,非常符合玩具产品和特性,再加上其产品简单但却充满创意,因此,LEGO创立后短期内即迅速成为优质玩具的代名词。乐高积木最初只是启发婴幼儿智力的简单玩具,后来逐渐发展,拥有了多种系列,对不同年龄的男女少年儿童都颇具吸引力。",
+ "isShow": true,
+ "logo": "c1636c63-ec14-416a-9d7f-69a0b8669bec",
+ "logoPath": "\\Files\\c1636c63-ec14-416a-9d7f-69a0b8669bec\\L242_1134033_LEGO.jpg",
+ "name": "LEGO",
+ "nameEn": "LEGO",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "L E G O",
+ "xaxis": [1002, 10, 1690],
+ "yaxis": 134
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "b10c5b54-5a59-4c2b-aa6f-b5ad12695e44",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ff09",
+ "houseNum": "L243",
+ "initials": "BEASTYSP",
+ "intro": "野兽派(THE BEAST),2011年底诞生于微博,从传奇花店成长为艺术生活品牌。野兽派产品多为自家设计制作,亦有全世界搜罗气质相投单品,涵盖花艺、家居、艺术品和个性配饰,关注人的情感以及丌为潮流左右的品味,赋予一花一物自由自尊的灵魂。在野兽派,你能接触到精致生活资讯,让你品味嗅觉先人一步!",
+ "isShow": true,
+ "logo": "8c7d2ba4-7711-45e7-b930-07f87f6618f5",
+ "logoPath": "\\Files\\8c7d2ba4-7711-45e7-b930-07f87f6618f5\\L243_1134034_theBeast.jpg",
+ "name": "Beast 野兽派",
+ "nameEn": "the Beast",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "B e a s t ye shou pa",
+ "xaxis": [886, 10, 2006],
+ "yaxis": 138
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f3861688-0b91-4bff-a46f-907736bf16bd",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L246",
+ "initials": "EHELAB",
+ "intro": "EHE无国界设计品牌,为全球都会时尚生活而设计,以精致设计师美学结合国际潮流打造简约、精致、摩登的多元的品牌风格,引领都市青年重塑自身的时尚定义。\n",
+ "isShow": true,
+ "logo": "f3822925-cf98-4c32-91fd-86547b2c11dd",
+ "logoPath": "\\Files\\f3822925-cf98-4c32-91fd-86547b2c11dd\\L246_1134035_EHELab.png",
+ "name": "EHE Lab",
+ "nameEn": "EHE Lab",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "E H E L a b",
+ "xaxis": [1103, 10, 1789],
+ "yaxis": 136
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f63fac79-c68e-4340-b0ab-7f1dedbb496c",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L251",
+ "initials": "LULULEMON",
+ "intro": "LULULEMON是来自加拿大的时尚运动休闲品牌,创立于1998年,以时尚瑜伽服著称全球。LULULEMON把瑜伽从瘦身运动转变为吸引众多人参与的集体活动,因此创立短短几年间,就从众多体育服装品牌中脱颖而出。如今,LULULEMON 已成为时尚的代名词,无论是大牌明星还是普通主妇,每个人都以拥有一件LULULEMON的产品为荣。\n",
+ "isShow": true,
+ "logo": "cf3dc462-e6b4-4765-8c80-ae49372fcbc5",
+ "logoPath": "\\Files\\cf3dc462-e6b4-4765-8c80-ae49372fcbc5\\L251_1134036_Lululemon.jpg",
+ "name": "Lululemon",
+ "nameEn": "Lululemon",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "L u l u l e m o n",
+ "xaxis": [930, 10, 2166],
+ "yaxis": 140
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "2a8fc5dd-bdce-4a31-92f1-ae6127c911e3",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L254",
+ "initials": "ASHWORTH",
+ "intro": "美国高尔夫及休闲服品牌ASHWORTH「 雅狮威 」,创立于1987年,致力提供时尚、具功能性、舒适休闲兼备的男女服装。 作为全球顶尖的高尔夫服装品牌ASHWORTH一直以创新技术与研究设计于高尔夫球场上享负盛名。ASHWORTH的优质产品深受专业人士爱戴,更赞助多位世界级高尔夫球手,与球坛巨星一起屡创佳绩。\n",
+ "isShow": true,
+ "logo": "1b38eb8e-62c8-4284-8089-cf70037b5fee",
+ "logoPath": "\\Files\\1b38eb8e-62c8-4284-8089-cf70037b5fee\\L254_1134150_ASHWORTH.jpg",
+ "name": "ASHWORTH",
+ "nameEn": "ASHWORTH",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "A S H W O R T H",
+ "xaxis": [1098, 10, 1862],
+ "yaxis": 137
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "0deaad3b-75fd-4816-95e1-250ac7c3f95c",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#cc00ff",
+ "houseNum": "L256",
+ "initials": "IPRIMO",
+ "intro": "创始于1999年的日本高端婚戒品牌I-PRIMO ,为消费者提供约150多款不同款式的婚戒,选用高品质钻石,打造贴合手型的舒适度、兼具流行与经典元素的理想婚戒。",
+ "isShow": true,
+ "logo": "135402e4-843c-4498-9c45-784cfc0c8b51",
+ "logoPath": "\\Files\\135402e4-843c-4498-9c45-784cfc0c8b51\\L256_1134151_I-Primo.jpg",
+ "name": "I-Primo",
+ "nameEn": "I-Primo",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "I - P r i m o",
+ "xaxis": [1127, 10, 1930],
+ "yaxis": 139
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "fb5aa451-01f3-47a2-a640-e39877b49c0c",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L257",
+ "initials": "CKJEANS",
+ "intro": "CK Jeans (Calvin Klein Jeans) 是美国设计师品牌CK旗下的牛仔品牌。CK Jeans (Calvin Klein Jeans) 设计风格简约,图案和色彩经常推陈出新,剪裁注重彰显线条美感,追求玲珑有致的效果。CK Jeans (Calvin Klein Jeans) 宣扬天真纯净的心灵,自信积极、充满活力和简约清新的感觉。众多不同的色彩、图案和布料质感,也为CK JEANS迷不断带来惊喜。\n",
+ "isShow": true,
+ "logo": "f48e9612-5dd8-499f-82aa-8942d7cd1804",
+ "logoPath": "\\Files\\f48e9612-5dd8-499f-82aa-8942d7cd1804\\L257_1134037_CKJeans.jpg",
+ "name": "CK Jeans",
+ "nameEn": "CK Jeans",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "C K J e a n s",
+ "xaxis": [941, 10, 2251],
+ "yaxis": 141
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "31b46c71-69c6-49e9-a0f2-59a034ea352b",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L258",
+ "initials": "VVNKJANEPLUS",
+ "intro": "2018年3月27日,设计共和。以“形形色色”为主题,VVNKJANEPLUS与德国红点设计奖获得者室内设计艺术家DariaZinovatnaya首次合作呈现装置艺术空间,呈现品牌首季2018秋冬系列成衣。“形形色色”高度提炼了VVNKJANEPLUS设计中“色彩与廓形”的精髓。设计师将艺术作品融入日常衣橱的场景中,通过纯粹的几何线条,跳跃的色彩营造出高度严谨与秩序感的安谧空间,抽象装置造型使空间呈现出理想化的艺术感。",
+ "isShow": true,
+ "logo": "b75370a6-a618-44b8-8bd5-d7df332a0c05",
+ "logoPath": "\\Files\\b75370a6-a618-44b8-8bd5-d7df332a0c05\\L258_1134038_VVNKJanePlus.jpg",
+ "name": "VVNK Jane Plus",
+ "nameEn": "VVNK Jane Plus",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "V V N K J a n e P l u s",
+ "xaxis": [1220, 10, 2010],
+ "yaxis": 142
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "66c059ef-b35e-429f-b11e-9c45a7eeee9b",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L261",
+ "initials": "ANNASUIACTIVE",
+ "intro": "ANNA SUI ACTIVE是美籍华裔设计师安娜苏(Anna Sui)创立的同名时尚运动品牌。安娜苏以独具一格的波西米亚风格著称。用浪漫的复古情调结合绚丽的摇滚色彩,诠释了一种独特的时尚文化,被誉为“纽约魔法师”。",
+ "isShow": true,
+ "logo": "29d8abff-39d0-434b-ab07-7c0daf2a5694",
+ "logoPath": "\\Files\\29d8abff-39d0-434b-ab07-7c0daf2a5694\\L261_1134039_AnnaSuiActive.jpg",
+ "name": "Anna Sui Active",
+ "nameEn": "Anna Sui Active",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "A n n a S u i A c t i v e",
+ "xaxis": [972, 10, 2337],
+ "yaxis": 147
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "4bc26ba8-b065-4a0f-9124-db2acc7e2b91",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L265",
+ "initials": "TEDBAKER",
+ "intro": "1988年,衬衫专家Ted Baker在伦敦创办同名时尚品牌;如今,公司产品更趋丰富,涵盖男装、女装、香氛、腕表、行李箱等众多领域,为生命中的每一处细节带来狂放不羁的色彩。\n",
+ "isShow": true,
+ "logo": "b48b41cf-4c00-46af-aca9-1a29452c5345",
+ "logoPath": "\\Files\\b48b41cf-4c00-46af-aca9-1a29452c5345\\L265_1134153_TedBaker.jpg",
+ "name": "Ted Baker",
+ "nameEn": "Ted Baker",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "T e d B a k e r",
+ "xaxis": [993, 10, 2401],
+ "yaxis": 148
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a5ecf1fc-339b-45e8-ae09-c45e3a1edd52",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L266",
+ "initials": "TOMMYBAHAMA",
+ "intro": "TOMMY HILFIGER作为全球顶尖的高端生活方式品牌之一,为全世界的消费者提供一流的款式、品质及价值。品牌体现了经典美式风格,并对学院派进行了全新的演绎。TOMMY HILFIGER是美国时装界一统群雄的品牌,个性而不张扬,简单却不平凡。\n",
+ "isShow": true,
+ "logo": "e16de464-7152-476c-89e3-69f4a0693c3d",
+ "logoPath": "\\Files\\e16de464-7152-476c-89e3-69f4a0693c3d\\L266_1134040_TommyHilfiger.jpg",
+ "name": "Tommy Bahama",
+ "nameEn": "Tommy Hilfiger",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "T o m m y B a h a m a",
+ "xaxis": [1257, 10, 2151],
+ "yaxis": 144
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "0f3e2579-4dc9-48e9-be01-2b07a65f7c95",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L268",
+ "initials": "DENHAM",
+ "intro": "DENHAM是来自荷兰的牛仔裤品牌。 Denham由设计师Jason Denham领导,而Jason Denham在业界号称拥有最牛的单宁收藏数量。洗水工艺均在全日本及意大利完成,加上特殊工艺的处理以及顶级考究的工法,Denham可谓是殿堂级的牛仔裤品牌。\n",
+ "isShow": true,
+ "logo": "9a539ed9-da47-43d3-922f-0b8e1d5e6906",
+ "logoPath": "\\Files\\9a539ed9-da47-43d3-922f-0b8e1d5e6906\\L268_1134041_Denham.PNG",
+ "name": "Denham",
+ "nameEn": "Denham",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "D e n h a m",
+ "xaxis": [1277, 10, 2227],
+ "yaxis": 146
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "698fedd1-d383-4d08-818c-fe89d13a0ac4",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#cc00ff",
+ "houseNum": "L269",
+ "initials": "APMMONACO",
+ "intro": "珠宝配饰新贵品牌APM Monaco于1982年由Ariane Prette女士创立,凭着她对珠宝和黄金的无限激情,使APM Monaco品牌于珠宝界获得青睐,深受爱戴,被称为最懂女人的配饰品牌。近年,APM Monaco进军银饰珠宝业,并以款式及设计为品牌核心,以多年来一直承传精湛的珠宝制作传统和工艺,创立了多款隽永时尚的作品。\n",
+ "isShow": true,
+ "logo": "4ae2c0c7-02d6-4cbf-a587-02db75c1ed7a",
+ "logoPath": "\\Files\\4ae2c0c7-02d6-4cbf-a587-02db75c1ed7a\\L269_1134154_apmMonaco.jpg",
+ "name": "apm Monaco",
+ "nameEn": "apm Monaco",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "a p m M o n a c o",
+ "xaxis": [1047, 10, 2440],
+ "yaxis": 149
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "74cc2aaa-c66e-45cc-b939-c03b99abe3b7",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L272",
+ "initials": "CAMICISSIMA",
+ "intro": "CAMICISSIMA恺米切是来自意大利的衬衫品牌,隶属于Fenicia集团。Fenicia成立于1931年,致力于满足每一位男士关于衬衫的所有需求,专注制作上乘品质的衬衫,核心产品为100%全棉免烫衬衫。恺米切于1963年研发的\"免烫工艺\"技术,安全环保,令衬衫随着体温越穿越平整。目前在世界各地拥有多家专卖店,在意大利,恺米切衬衫年销量超过1000万件,每3位男士中便有1人穿着恺米切衬衫,被誉为\"衬衫之父\"。\n",
+ "isShow": true,
+ "logo": "be8a9448-c9a7-4e3b-83e9-e430ea1f0a0a",
+ "logoPath": "\\Files\\be8a9448-c9a7-4e3b-83e9-e430ea1f0a0a\\L272_1134043_Camicissima.jpg",
+ "name": "Camicissima",
+ "nameEn": "Camicissima",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "C a m i c i s s i m a",
+ "xaxis": [1251, 10, 2353],
+ "yaxis": 150
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "17794602-6ad6-4e1c-9cdd-ed2c58b1c8f3",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L274",
+ "initials": "ERDOS",
+ "intro": "鄂尔多斯ERDOS创立于1980年,是历经30多年历史积淀而造就的以羊绒为风格和特色的高端时装品牌。鄂尔多斯女装提供给以自信、自立、自尊为主的现代时尚女性,为她们追求至真、至美、高格调、高品位提供服务;而男装则一贯遵循“简约时尚、内敛沉稳”的风格,为具有良好的文化修养和固定消费习惯的都市商务、政务人士提供理想选择。鄂尔多斯ERDOS是中国羊绒行业的风向标、中国时装行业的领军品牌。\n",
+ "isShow": true,
+ "logo": "56b4aeae-0b1c-4179-9e81-761d2f2f923a",
+ "logoPath": "\\Files\\56b4aeae-0b1c-4179-9e81-761d2f2f923a\\L274_1134044_Erdos.jpg",
+ "name": "Erdos",
+ "nameEn": "Erdos",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "E r d o s",
+ "xaxis": [1291, 10, 2441],
+ "yaxis": 151
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "797eb61b-ca8b-484e-8889-2c7cdc4a3a73",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#000dff",
+ "houseNum": "L275",
+ "initials": "ECCO",
+ "intro": "ECCO,作为北欧丹麦鞋履及皮具品牌,一直致力于将舒适与风格完美结合。其成功源于符合人体工学的产品设计及优质皮革。ECCO是世界上为数不多完全达到资源垂直整合模式的制鞋公司之一——采用自上而下的营运模式——即从皮革原料的生产,到设计研发和产品制造,再到批发和零售终端,每个环节都由ECCO直接监管。\n2018年,ECCO已在全球90个国家拥有超过14,000家销售点;在中国,拥有超过1000个销售点。成立于1963年的丹麦知名家族企业,ECCO在全球各地拥有21,000多名员工。\n\n如需其他更多信息,敬请登录cn.ecco.com\n敬请您关注ECCO新浪官方微博:ECCO_爱步\nECCO官方微信号:ECCO-1963",
+ "isShow": true,
+ "logo": "a0b307fe-8238-45f2-9313-b77656022a23",
+ "logoPath": "\\Files\\a0b307fe-8238-45f2-9313-b77656022a23\\L275_1134155_Ecco.jpg",
+ "name": "Ecco",
+ "nameEn": "Ecco",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "E c c o",
+ "xaxis": [1068, 10, 2649],
+ "yaxis": 157
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "28246dad-cd67-462f-87f1-ea1de639a3fb",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#000dff",
+ "houseNum": "L277",
+ "initials": "JOYPEACE",
+ "intro": "于1995年在香港成立,JOY & PEACE一直是欧洲鞋类品质的象征,以轻奢、奢华时尚欧洲鞋履设计及精湛的意大利制鞋工艺服务于每一位尊贵顾客。品牌精心设计各款优质鞋履、手袋及配饰,希望为顾客缔造与众不同的喜悦与和谐。JOY & PEACE的主要设计元素是通过不同颜色的皮革拼接、水晶点缀及钻石激光切割等技术,深受各地女性喜爱,成为优雅时尚品味的指标。\n",
+ "isShow": true,
+ "logo": "db1fc1e3-643f-4674-8855-7ee9dcd973b9",
+ "logoPath": "\\Files\\db1fc1e3-643f-4674-8855-7ee9dcd973b9\\L277_1134045_Joy&Peace.jpg",
+ "name": "Joy&Peace",
+ "nameEn": "Joy&Peace",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "J o y & P e a c e",
+ "xaxis": [1032, 10, 2710],
+ "yaxis": 159
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a7648895-709d-4ce3-9b20-95e96f5cae05",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L278",
+ "initials": "AIGLE",
+ "intro": "法国知名户外休闲品牌AIGLE,源自1853年。一直致力于在城市与户外生活之间取得平衡与和谐感,尊重人类回归自然的意愿。拥有百年工艺的经典传承,提供具有时尚设计感的功能性休闲外套以及纯手工制成的胶靴。\n",
+ "isShow": true,
+ "logo": "965f0b6c-db00-4581-9b6a-4fe4431a9b46",
+ "logoPath": "\\Files\\965f0b6c-db00-4581-9b6a-4fe4431a9b46\\L278_1134046_Aigle.jpg",
+ "name": "Aigle",
+ "nameEn": "Aigle",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "A i g l e",
+ "xaxis": [1287, 10, 2512],
+ "yaxis": 155
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "4e360c9e-9d93-4707-b267-e773c9ecd4a6",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#000dff",
+ "houseNum": "L279a",
+ "initials": "GEOX",
+ "intro": "GEOX(健乐士)由富有创造力和决策力的MARIO MORETTI POLEGATO先生创办于上世纪九十年代初,GEOX一词取自希腊文GEO,意即脚下的大地;以未知数X作为技术的象征,寓意新技术、新理念的组合。GEOX首创“会呼吸的鞋”,通过其透气、排汗、防寒、防水的新技术创新,解决了橡胶底和塑料底防水不透气以及皮革底透气不防水的难题!\n",
+ "isShow": true,
+ "logo": "8eb7c7fc-fd37-4c58-8c98-b899a6555e94",
+ "logoPath": "\\Files\\8eb7c7fc-fd37-4c58-8c98-b899a6555e94\\L279_1134047_Geox.jpg",
+ "name": "Geox",
+ "nameEn": "Geox",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "G e o x",
+ "xaxis": ["\"1042\"", "\"2805\"", "\"10\""],
+ "yaxis": "160"
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "607b5599-b126-40a6-ad31-4ea37edd7451",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "L280",
+ "initials": "MARCOPOLO",
+ "intro": "Marc O’Polo是一个起源于瑞典的德国高端时尚品牌。该品牌崇尚闲适的都市生活方式,致力于追求将精选的天然优质材料与精湛制作工艺相结合的完美品质。品牌自1967年成立于斯德哥尔摩以来,便完美地继承了“追随本性”这一自由主义哲学理念。\n",
+ "isShow": true,
+ "logo": "ae6cc557-bdd6-4540-a1e9-7c4a061c2c77",
+ "logoPath": "\\Files\\ae6cc557-bdd6-4540-a1e9-7c4a061c2c77\\L280_1134156_MarcO'Polo.jpg",
+ "name": "Marc O'Polo",
+ "nameEn": "Marc O'Polo",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "M a r c O ' P o l o",
+ "xaxis": [1282, 10, 2584],
+ "yaxis": 156
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "2788dffe-5395-46b7-9e54-e8d658cd289b",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#f07676",
+ "houseNum": "L281",
+ "initials": "LAOJISHILJS",
+ "intro": "新吉士集团起源于1995年开张的第一家小餐馆“老吉士”。老吉士座落于天平路的一幢不起眼的老式平房内,在上海餐饮刚起步的时代,老吉士以其上海老百姓居家风格的亲和力吸引了大批顾客,包括众多国内外名人,至今仍有很多非常忠实的拥趸。老吉士凭借其低调的外表、亲切的环境、怀旧的美味和极好的口碑,长年吸引大量的明星们慕名亲临,俨然成为了上海滩当之无愧的明星餐厅。",
+ "isShow": true,
+ "logo": "ecdc3849-a2e7-4b51-949e-3899f4aeb2bf",
+ "logoPath": "\\Files\\ecdc3849-a2e7-4b51-949e-3899f4aeb2bf\\L281_1134048_老吉士.jpg",
+ "name": "LAOJISHI老吉士",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "L A O J I S H I lao ji shi",
+ "xaxis": [1195, 10, 2923],
+ "yaxis": 94
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d871cacb-5190-415b-9e08-3b45dcc0d47c",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#cc00ff",
+ "houseNum": "L284",
+ "initials": "LESNEREIDES",
+ "intro": "Les Nereides是一个来自法国的 首饰品牌,以其精致的珐琅工 艺而知名。Les Nereides为了提 供精美的首饰,利用自己专长 集世界所长。 印度的丝绸和刺 绣,中国的切割工艺和珐琅工 艺,泰国的半宝以及菲律宾的 木材和珠母贝。这些珠宝都是 纯手工诞生于我们的工作室, 因而每一件都是独一无二的。\n",
+ "isShow": true,
+ "logo": "d0eeca81-ac27-46dc-88b7-14efcf066bfe",
+ "logoPath": "\\Files\\d0eeca81-ac27-46dc-88b7-14efcf066bfe\\L284_1134049_LesNereides.jpg",
+ "name": "Les Nereides",
+ "nameEn": "Les Nereides",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "L e s N e r e i d e s",
+ "xaxis": [1229, 10, 2675],
+ "yaxis": 158
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "3217cff1-a35c-4bbc-962b-6996922ddfba",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#cc00ff",
+ "houseNum": "L288",
+ "initials": "LENSCRAFTERS",
+ "intro": "亮视点是国际知名眼镜零售连锁品牌,英文名为LensCrafters。LensCrafters亮视点 是全球第一的高端眼镜制造集团Luxottica陆逊梯卡集团旗下最大的连锁零售品牌,通过遍布全球、超过2,000家的零售网络,其始终致力于将最好、最全面、最专业的关爱带给每双需要呵护的眼睛。\n",
+ "isShow": true,
+ "logo": "7f660b7d-2abe-4933-8319-a81276838a52",
+ "logoPath": "\\Files\\7f660b7d-2abe-4933-8319-a81276838a52\\L288_1134051_LensCrafters.jpg",
+ "name": "LensCrafters",
+ "nameEn": "LensCrafters",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "L e n s C r a f t e r s",
+ "xaxis": [1304, 10, 2781],
+ "yaxis": 163
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "be2b6113-efb3-45db-9429-2245e8ce3cb2",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#f07676",
+ "houseNum": "N212",
+ "initials": "ZIZZIZYCT",
+ "intro": "自品牌创立到如今,滋意一直是英国国内消费者最喜欢的餐厅之一。经过20年的发展,现在在英国和爱尔兰已有150多家餐厅。滋意以意大利人对美食的热忱为灵感,给传统意式风味不断添加创新元素,并为餐厅设计注入当代艺术活力,打造全新创“意”就餐体验,让人眼前一亮。",
+ "isShow": true,
+ "logo": "c18b86e8-de86-45be-b587-197c22422f9d",
+ "logoPath": "\\Files\\c18b86e8-de86-45be-b587-197c22422f9d\\N130_1134092_Zizzi.jpg",
+ "name": "Zizzi 滋意餐厅",
+ "nameEn": "Zizzi",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "193ae35f-e26f-497c-b0ba-33280cf09278",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "Z i z z i zi yi can ting",
+ "xaxis": [526, 10, 595],
+ "yaxis": 105
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "96b5cc28-8769-45aa-ab92-3a3479893416",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#f07676",
+ "houseNum": "N201",
+ "initials": "STARBUCKSRESERVEROASTERYSHANGHAI",
+ "intro": "这是星巴克在海外的首家臻选烘焙工坊。在双层2,700平方米的圆形剧院式建筑内,分布着烘焙区以及五大吧台。从生豆到饮品的全过程,皆可在此呈现。消费者不仅将有机会品尝到新鲜烘焙、来自全球各地的星巴克臻选咖啡豆,还能品尝到诸多烘焙工坊专属的创意饮品。TEAVANATM共20款茶饮料首次登陆中国,运用创新冲煮方式,融合科技感和戏剧观赏性的蒸汽朋克冲煮系统是其亮点之一。焙意之(PRINCITM)精心挑选高品质的新鲜食材,现场手工烘焙制作。从奶油卷到意大利马苏里拉奶酪夹心饼干三明治,为顾客提供多达80种新鲜烘焙的纯正意大利美味。",
+ "isShow": true,
+ "logo": "623508d8-01f5-43f0-adb8-a129d031678b",
+ "logoPath": "\\Files\\623508d8-01f5-43f0-adb8-a129d031678b\\N110_1134106_StarbucksRoastery.jpg",
+ "name": "StarbucksReserveRoasterySHANGHAI",
+ "nameEn": "Starbucks Roastery",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "fb90206c-4d2d-40cc-b4e5-7171ed1b7b84",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "S t a r b u c k s R e s e r v e R o a s t e r y S H A N G H A I",
+ "xaxis": [293, 10, 194],
+ "yaxis": 104
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "08b1937f-285e-42bc-b450-744a28559a37",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#f07676",
+ "houseNum": "N216",
+ "initials": "CHOCOLATEHOUSE",
+ "intro": "国内首家来自卢森堡深受当地皇室钟爱的手工巧克力品牌,主要产品为夹心巧克力,迷你金牌巧克力,巧克力勺,巧克力排块,巧克力酱,巧克力火锅酱。共有六种品类200多种口味的巧克力产品,全由卢森堡空运至上海。最别出心裁的是各种口味的巧克力勺子,看着巧克力勺子融化在热腾腾的牛奶当中,感受丝滑口感和绝佳趣味性。独一无二的品质和口味,绝对会惊艳您的味蕾和视觉。",
+ "isShow": true,
+ "logo": "ae4cb9fb-b618-4a72-be23-20f508e55144",
+ "logoPath": "\\Files\\ae4cb9fb-b618-4a72-be23-20f508e55144\\N216_1134170_ChocolateHouse.png",
+ "name": "Chocolate House",
+ "nameEn": "Chocolate House",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "C h o c o l a t e H o u s e",
+ "xaxis": [448, 10, 729],
+ "yaxis": 106
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "bb1bc597-3dd7-451e-9051-c42161b66fc5",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ff09",
+ "houseNum": "N220",
+ "initials": "TZL",
+ "intro": "天真蓝品牌2010年诞生于上海市杨浦区,最初是一间88平米的小店,为附近的大学生拍摄精美的求职证件照。因注重客户需求,不断完善自身服务与照片质量,天真蓝在上海逐渐积累了相当高的人气,现已为超过100万人次提供优质影像服务。天真蓝以精致服务、细化流程、苛于质量为原则,希望为在乎生活品质的人群提供优质的生活服务,展现他们的幸福与自信。\n像它的名字一样——天真蓝,就是对美好的向往。",
+ "isShow": true,
+ "logo": "40972287-7d94-4e9a-8eee-689ea55e40e5",
+ "logoPath": "\\Files\\40972287-7d94-4e9a-8eee-689ea55e40e5\\N220_1134108_天真蓝.jpg",
+ "name": "天真蓝",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "tian zhen la",
+ "xaxis": [440, 10, 849],
+ "yaxis": 107
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f6364310-ab36-4920-b9e9-0719bce7142f",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "N224",
+ "initials": "WOLEE",
+ "intro": "Wolee, 一个集时尚、艺术与生活方式于一体的格调品牌,以海派的摩登品味、国际时尚的视野和独特的审美态度, 唤醒女性内心对美自由追求的梦想,引领和打造属于自己的不拘一格的风尚生活。\n",
+ "isShow": true,
+ "logo": "d9103011-b43a-46d9-a8bd-ff6bb3a3cfc5",
+ "logoPath": "\\Files\\d9103011-b43a-46d9-a8bd-ff6bb3a3cfc5\\上海兴业太古汇LOGO.png",
+ "name": "Wolee",
+ "nameEn": "Wolee",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "W o l e e",
+ "xaxis": ["458", "-948", "30"],
+ "yaxis": "109"
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "fb2f0787-528a-4214-9ece-820da078bffb",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ff09",
+ "houseNum": "S201",
+ "initials": "NIOWLQCF",
+ "intro": "蔚来不仅仅是一家汽车品牌。通过提供高性能的智能电动汽车与极致用户体验,蔚来致力于为用户创造愉悦的生活方式,打造全球范围内第一家“用户企业”。",
+ "isShow": true,
+ "logo": "cc273f44-a94a-4b30-9072-ced403ac3118",
+ "logoPath": "\\Files\\cc273f44-a94a-4b30-9072-ced403ac3118\\S101_1134110_Nio蔚来汽车.jpg",
+ "name": "Nio蔚来汽车2F",
+ "nameEn": "Nio",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "N i o wei lai qi che 2 F",
+ "xaxis": [726, 10, 3062],
+ "yaxis": 181
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "c5a7b442-6787-47ed-b42c-2683534e65b1",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "S206",
+ "initials": "THEBALANCING",
+ "intro": "the bálancing是一个全新的购物概念,致力呈现其对奢华精致与低调内敛的平衡见解,同时为现代零售行业注入个性化及精致的元素。the bálancing拒绝盲目的跟随潮流,坚持以独特的、符合品牌价值观的方式在全球范围精选商品。空间内提供一系列经过精心挑选的独特作品,每件产品均反映品牌精髓的同时展现着店铺独有的艺术风格。the bálancing在全球范围内精选主线商品的同时,还致力于培养与支持中国本土的设计力量,致力于实现本土化与国际化的时尚风格、生活见解的平衡与调和,并将其整合至一个统一的平和的购物空间。\nthe balancing在搜罗一系列时装作品的同时,还于店内引进富有品牌调性与设计见解的家居与生活方式精品,当中不乏大师设计与经典之作,the balancing 空间内的陈设与商品均体现其对美学与艺术的独到见解。",
+ "isShow": true,
+ "logo": "4737373a-173a-4e50-94c0-f205c7bb23c9",
+ "logoPath": "\\Files\\4737373a-173a-4e50-94c0-f205c7bb23c9\\S104_1134172_thebalancing.jpg",
+ "name": "thebalancing",
+ "nameEn": "the balancing",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "t h e b a l a n c i n g",
+ "xaxis": [849, 10, 3306],
+ "yaxis": 245
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "cc14cd6d-a79f-4658-af08-3173ba6de74a",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#f07676",
+ "houseNum": "S212",
+ "initials": "FGGCS",
+ "intro": "港式经典,啖啖滋味;即点即蒸,一盅两件。全天供应茶点的富公馆茶室要还原的是老香港茶室的氛围,在复古的环境与粤语金曲的氛围中,品尝传统点心、烧味卤味、糖水、靓汤……别有风味。",
+ "isShow": true,
+ "logo": "0b2cf72a-b86d-4c06-ab87-c06d2e1e937e",
+ "logoPath": "\\Files\\0b2cf72a-b86d-4c06-ab87-c06d2e1e937e\\S113_1134111_富公馆茶室.png",
+ "name": "富公馆茶室",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "fu gong guan cha shi",
+ "xaxis": [1062, 10, 3252],
+ "yaxis": 183
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "46abf873-e961-45fa-a7ee-1b8173640bfd",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ff09",
+ "houseNum": "W102",
+ "initials": "ZWILLINGHOME",
+ "intro": "双立人之家,是一家隶属于德国双立人的线下体验门店 。1731年6月13日Peter Henckels(彼得.亨克斯)以双子座作为最初的构想,在德国美丽的莱茵河畔小镇索林根创立了双立人ZWILLING品牌,揭开了这一人类现存最古老商标之一不老传说的序幕。他的后代约翰.阿布雷汉姆.亨克斯将公司名称改成Zwilling J.A.Henckels。如今,双立人拥有超过2000种的不锈钢刀剪餐具、锅具、厨房炊具和个人护理用品,使您在生活的每个角落感受到双立人赋予生活的品质与美感,使得双立人世世代代的使用者在心理上越来越认同品牌所创造出的价值感。",
+ "isShow": true,
+ "logo": "3b8095e5-370f-4763-a377-263294ac4480",
+ "logoPath": "\\Files\\3b8095e5-370f-4763-a377-263294ac4480\\W101_1134113_ZWILLINGHOME.png",
+ "name": "ZWILLING HOME",
+ "nameEn": "ZWILLING HOME",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "Z W I L L I N G H O M E",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "8dc8c212-14c7-4cf1-acb8-b637dc805a95",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#f07676",
+ "houseNum": "W201",
+ "initials": "THETWINSSLRCT",
+ "intro": "",
+ "isShow": true,
+ "logo": "55997ed3-f0ed-41ba-b0c0-f1452bcb2ef5",
+ "logoPath": "\\Files\\55997ed3-f0ed-41ba-b0c0-f1452bcb2ef5\\9.png",
+ "name": "the twins 双立人餐厅",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "t h e t w i n s shuang li ren can ting",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "2437c75b-60d0-45f9-8cd2-df8226ad5176",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#000dff",
+ "houseNum": "L262",
+ "initials": "COLEHAAN",
+ "intro": "",
+ "isShow": true,
+ "logo": "50338698-cb57-4ee6-bcfe-003d6009997c",
+ "logoPath": "\\Files\\50338698-cb57-4ee6-bcfe-003d6009997c\\3.1.png",
+ "name": "COle Haan",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "C O l e H a a n",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "2ef5d043-030b-402c-bdd5-455588bf0c7d",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#cc00ff",
+ "houseNum": "L234",
+ "initials": "REFLECTION",
+ "intro": "",
+ "isShow": true,
+ "logo": "66fd528a-d284-41bd-8ae3-aee70fcf0efd",
+ "logoPath": "\\Files\\66fd528a-d284-41bd-8ae3-aee70fcf0efd\\1.1.jpg",
+ "name": "REFLECTION",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "R E F L E C T I O N",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e68f9dd1-1768-4b35-9e7a-2ddb80240937",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#cc00ff",
+ "houseNum": "L292",
+ "initials": "DANIELWELLINGTON",
+ "intro": "",
+ "isShow": true,
+ "logo": "838e7202-f6b9-4b8e-8a14-95d1ced2c42a",
+ "logoPath": "\\Files\\838e7202-f6b9-4b8e-8a14-95d1ced2c42a\\33.jpg",
+ "name": "Daniel Wellington",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "D a n i e l W e l l i n g t o n",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e85d2774-09cd-47da-a2dc-acd129d2c3f8",
+ "floorCode": "d81db7e1-b522-4096-911a-5df913d4c9b7",
+ "floorName": "L2",
+ "floorOrder": 5,
+ "formatColor": "#00ccff",
+ "houseNum": "",
+ "initials": "CS",
+ "intro": "",
+ "isShow": true,
+ "logo": "4e903493-dd2c-42a3-9530-bfd2710c8593",
+ "logoPath": "\\Files\\4e903493-dd2c-42a3-9530-bfd2710c8593\\xingbake.jpg",
+ "name": "测试999",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "ce shi 9 9 9",
+ "xaxis": null,
+ "yaxis": null
+ }
+ ]
+ },
+ {
+ "floorOrder": 6,
+ "shopList": [
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#e1ff00",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "63ccb024-125b-4c9e-9ea8-606f958b8904",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#e1ff00",
+ "houseNum": "L301",
+ "initials": "PEARLDELUXERZMY",
+ "intro": "",
+ "isShow": true,
+ "logo": "15b641f4-7cef-42de-8ad2-588fe9b472a7",
+ "logoPath": "\\Files\\15b641f4-7cef-42de-8ad2-588fe9b472a7\\999.jpg",
+ "name": "Pearl Deluxe 日置名媛",
+ "nameEn": "Pearl Deluxe 日置名媛",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "个人护理",
+ "shopFormatCode": "ff497f01-f6cc-414e-acf1-bd0b0997d3bc",
+ "shopNum": "",
+ "spelling": "P e a r l D e l u x e ri zhi ming yuan",
+ "xaxis": [180, 10, 1216],
+ "yaxis": 69
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "3e26db84-1592-4a58-b6a6-3e517cf504b7",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L302",
+ "initials": "XQART",
+ "intro": "更多的可能性,也给大众的文化生活注入了更多可供探寻的艺术灵感。作为艺术的礼物,稀奇艺术寄托了艺术家希望给人们的日常生活带来前所未有惊喜的愿望。每一件稀奇艺术产品都源自艺术家对其艺术原作的转化与再创作,并通过高品质的手工技术和精美的包装,实现艺术礼品的概念。以礼物的形式传递幸福、温暖、真挚的祝福是稀奇艺术的品牌核心,它将产品所蕴含的中国当代艺术元素与全世界人共通的正面价值观产生联系,通过精致的造型、鲜艳的色彩与丰富多元的产品故事,与人内心最纯真美好的情感产生共鸣。",
+ "isShow": true,
+ "logo": "c42d9ff7-4c6b-4012-8044-eadc850e3e4f",
+ "logoPath": "\\Files\\c42d9ff7-4c6b-4012-8044-eadc850e3e4f\\L302_1134053_X+QArt.png",
+ "name": "X+Q Art",
+ "nameEn": "X+Q Art",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "X + Q A r t",
+ "xaxis": [472, 10, 1061],
+ "yaxis": 72
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "0f0ed463-1007-49b2-9900-5f48ae52e2fc",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L317",
+ "initials": "BANXIAOXUE",
+ "intro": "BANXIAOXUE原创文艺,创立于2012年,包含女装和男装两条线路。品牌以自然而然为信仰,一方面是自然状态下的衣,一方面是自然状态下的人。追求与传承东方美学和传统文化,关注当代的人文艺术和思考创意,致力于将自然主义的原创精神转化为当代的服饰文化以及生活方式。\n",
+ "isShow": true,
+ "logo": "1ec86ce2-cceb-4fa5-b561-e8f7fe37662d",
+ "logoPath": "\\Files\\1ec86ce2-cceb-4fa5-b561-e8f7fe37662d\\L317_1134056_Banxiaoxue.jpg",
+ "name": "Banxiaoxue",
+ "nameEn": "Banxiaoxue",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "B a n x i a o x u e",
+ "xaxis": [382, 10, 1541],
+ "yaxis": 80
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "81d4cb60-f544-427a-8f11-4706a4821e1e",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L318",
+ "initials": "ARCTERYX",
+ "intro": "始祖鸟是加拿大的顶级户外品牌,1989年创立于加拿大VANCOUVER。由于其对新工艺和新技术近乎疯狂的追求,是公认的北美乃至全球领导型的户外品牌,在服装和背包领域类有着不错的产品。Arc’teryx的产品线今天依然只涉及户外服装、背包和攀登护具。\n",
+ "isShow": true,
+ "logo": "13de4618-faab-4e8a-a376-415889ac12c8",
+ "logoPath": "\\Files\\13de4618-faab-4e8a-a376-415889ac12c8\\L318_1134057_Arc'teryx.jpg",
+ "name": "Arc'teryx",
+ "nameEn": "Arc'teryx",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "A r c ' t e r y x",
+ "xaxis": [577, 10, 1383],
+ "yaxis": 78
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ff476aa3-b752-4d2f-8b22-cc6870b39c95",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#f07676",
+ "houseNum": "L319",
+ "initials": "LIANSLYT",
+ "intro": "尚莲•越泰料理(Lian • viet thai)源于香港餐饮集团,集团经营范畴广泛,包括越泰料理、概念餐厅。尚莲•越泰自2011年正式成立,主要经营以越南、泰国料理为主的越泰菜系,后陆续入驻广州、深圳、上海、成都等一线城市的经济发达区域,发展至今,已成为国内最好的东南亚餐厅之一。\n多年来,尚莲•越泰料理以特色经营为基础,以服务满意为保证,搭配轻松高雅、浪漫唯美的用餐氛围,倾心打造高品位、高素质、越品尝越美味的风味美食餐厅,配合专业的厨师团队精彩地演绎着美食的至高境界。未来,公司会继续致力于打造更好的尚莲•越泰料理,让其成为餐饮业的模范,让更多的顾客流连忘返!",
+ "isShow": true,
+ "logo": "5c1e260d-f179-45dc-91e6-e4a15b1f1ab6",
+ "logoPath": "\\Files\\5c1e260d-f179-45dc-91e6-e4a15b1f1ab6\\L319_1134058_LianViet&ThaiCuisine.jpg",
+ "name": "Lian 尚莲•越泰",
+ "nameEn": "Lian Viet & Thai Cuisine",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "8f80113e-0617-43c4-b9a9-b2321d79fe50",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "L i a n shang lian • yue tai",
+ "xaxis": [365, 10, 1688],
+ "yaxis": 81
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "5e572c64-0de3-454f-b05a-bebe534e5961",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L320",
+ "initials": "COLUMBIA",
+ "intro": "哥伦比亚(Columbia)品牌创立于1938年,早年的哥伦比亚是以生产雨衣、雨帽起家,时至今日经过不断发展各类户外运动服装及研究高科技布料已经发展成为全球最大的户外服装品牌,其卓越的产品品质超越考验,得到世界人们的认同。\n",
+ "isShow": true,
+ "logo": "028712c5-3c4c-4c39-9ceb-34224e26378e",
+ "logoPath": "\\Files\\028712c5-3c4c-4c39-9ceb-34224e26378e\\L320_1134059_Columbia.jpg",
+ "name": "Columbia",
+ "nameEn": "Columbia",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "C o l u m b i a",
+ "xaxis": [625, 10, 1471],
+ "yaxis": 85
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "67708741-308a-426d-92d8-5a5b17871b8f",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#f07676",
+ "houseNum": "L324",
+ "initials": "HOHUNGKEEHHJ",
+ "intro": "何洪记,一个屹立香港70多年,云吞面老字号,素以真材实料见称,多年深受本地食客及中外游客欢迎。\n经过两代人默默耕耘,用心经营,何洪记于2011年荣获香港旅游协会面试组金奖,并于2009年至2011年荣登香港区‘米其林指南’推荐餐厅,2012-2018晋升米其林一星!",
+ "isShow": true,
+ "logo": "9d3ad8e2-3cf2-4588-912d-9aad476e0137",
+ "logoPath": "\\Files\\9d3ad8e2-3cf2-4588-912d-9aad476e0137\\L324_1134060_何洪记.jpg",
+ "name": "Ho Hung Kee 何洪记",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "H o H u n g K e e he hong ji",
+ "xaxis": [740, 10, 1452],
+ "yaxis": 86
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "4ed9a98c-fbbb-4df9-b4be-9e7c09414eb5",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L331",
+ "initials": "FIONACHEN",
+ "intro": "Fiona Chen斐娜晨的创立始于一种回归。由西方回归东方,将欧洲时尚理念、审美情趣与中国女性体型相融合;将风格的构建深植于女性的心理,带领服装回归内心;将女人从现实中解禁出来,重新探索自我,回归本真,绽放柔和、美好的女性特质。",
+ "isShow": true,
+ "logo": "5743674f-488f-43eb-a990-d1dd52e905d0",
+ "logoPath": "\\Files\\5743674f-488f-43eb-a990-d1dd52e905d0\\L331_1134062_FionaChen.jpg",
+ "name": "Fiona Chen",
+ "nameEn": "Fiona Chen",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "F i o n a C h e n",
+ "xaxis": [666, 10, 1721],
+ "yaxis": 88
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "7c3b5734-5eae-4de9-8dae-a18462bcd7a6",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L332",
+ "initials": "DN",
+ "intro": "Donoo单农男装品牌属于广州上赫服饰有限公司,以轻便男性时装为探索领地,力图为时装爱好者,提供易消费、高质感、触角敏锐、剪裁独特,紧跟最新风向,更贴和国人性格的独家潮流。单农是一个具有艺术理想的文化品牌。\n",
+ "isShow": true,
+ "logo": "15a4ed6c-dc3b-4222-8b56-6f60d3df3c71",
+ "logoPath": "\\Files\\15a4ed6c-dc3b-4222-8b56-6f60d3df3c71\\L332_1134063_单农.jpg",
+ "name": "单农",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "dan nong",
+ "xaxis": [750, 10, 1568],
+ "yaxis": 87
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "6cef58af-1e02-44e3-8841-08f4901207fc",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L334",
+ "initials": "MOLESKINE",
+ "intro": "Moleskine笔记本是两个世纪以来欧洲艺术家和思想家所用的传奇笔记本的继承者,这些伟大的人物包括文森特·梵高、毕加索、海明威及查特文等。长方形圆角黑色笔记本充满创意的简约设计草图,动人的故事以及独特的创意,有一天会成为世界名画或心爱的书页。Moleskine是一个文化标志,是人们孵化灵感创意的平台。\nMoleskine已经从最初的笔记本成为一个记录日常生活和非凡人生经历的伴侣,它包含了整个针对当代游牧主义的生态系统,是未来思想家的创意和自我表达的开放平台。品牌宣言:给想说的话语一个出口,给感动的风景一段记忆,给快乐的体验一秒定格,给乍现的灵感一个永恒。给所有稍纵即逝,留下一种未完待续……走出去,用灵感去感动世界!M is for movers.用灵感 去感动",
+ "isShow": true,
+ "logo": "ab91452d-f230-410d-bb09-934f7f37adf7",
+ "logoPath": "\\Files\\ab91452d-f230-410d-bb09-934f7f37adf7\\L334 Moleskine.jpg",
+ "name": "Moleskine",
+ "nameEn": "Moleskine",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "M o l e s k i n e",
+ "xaxis": [823, 10, 1635],
+ "yaxis": 89
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "78d1d16d-4a38-48f8-968d-75fdba5aa671",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L333",
+ "initials": "ROTURSTUDIO",
+ "intro": "深圳市玮言服饰股份有限公司旗下的时尚女装品牌EIN创立于2002年,致力于传播北欧生活美学,为现代女性带来美与品质生活。 长久以来,品牌坚持重品质而非物质的价值观,以回归质朴奢华为理念,擅长用棉麻丝毛等天然材质演绎时装的肌理与色彩;主张自在由心的生活方式,赢得当下都市白领、文艺女性、时尚创意人士等不同领域客群的厚爱。\n",
+ "isShow": true,
+ "logo": "de440543-5f8f-4ed7-932d-020094ae5cc2",
+ "logoPath": "\\Files\\de440543-5f8f-4ed7-932d-020094ae5cc2\\上海兴业太古汇LOGO.png",
+ "name": "Rotur studio",
+ "nameEn": "Rotur studio",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "R o t u r s t u d i o",
+ "xaxis": [722, 10, 1762],
+ "yaxis": 90
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "683f3611-f1b4-4bd6-b21c-0570e665929b",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#f07676",
+ "houseNum": "L336",
+ "initials": "DINTAIFUNGDTF",
+ "intro": "创立于1958年的鼎泰丰,在1974年由原来的食用油行转型经营小笼包与面点生意,开始卖小笼包后,致力于食材、品质与服务的提升。鼎泰丰海外分店遍及日本、美国、韩国、新加坡、中国、香港、印尼、马来西亚、澳洲、泰国、澳门、迪拜等国家。目前全球已有150余家分店 。",
+ "isShow": true,
+ "logo": "d4ea01c0-d653-4896-bdd7-eea2f1dcd361",
+ "logoPath": "\\Files\\d4ea01c0-d653-4896-bdd7-eea2f1dcd361\\L336_1134160_DinTaiFung.jpg",
+ "name": "Din Tai Fung 鼎泰丰",
+ "nameEn": "Din Tai Fung",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "D i n T a i F u n g ding tai feng",
+ "xaxis": [963, 10, 1609],
+ "yaxis": 91
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "26501121-654f-4bf6-b852-870142646e05",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L339",
+ "initials": "ASICS",
+ "intro": "ASICS源于1949年,创始人KIHACHIRO ONITSUKA(鬼塚喜八郎)大半生都致力于运动鞋及体育用品的制造。ASICS译自拉丁格言“Anima Sana In Corpore Sano”,意为“健全的精神寓于强健的体魄”。这同时也是ASICS的企业精神。\n",
+ "isShow": true,
+ "logo": "f947727a-ff75-4442-9b61-bc2fd7df8a01",
+ "logoPath": "\\Files\\f947727a-ff75-4442-9b61-bc2fd7df8a01\\L339_1134068_Asics.jpg",
+ "name": "Asics",
+ "nameEn": "Asics",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "A s i c s",
+ "xaxis": [920, 10, 1975],
+ "yaxis": 97
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "02767547-a87c-473e-9ff1-5cc7ae34bd0c",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L343",
+ "initials": "SPACE",
+ "intro": "SPACE是一个开创于亚洲并引领动感生活方式的运动健身品牌,在中国大陆和台湾地区运营多家高端精品健身场馆,通过音乐、流行文化和革新的教学方法将健身和娱乐完美结合,改变人们围绕团体健身的社交形态,开创了健身3.0模式。 SPACE是LIVE健身娱乐行业的前沿,并以多元化的SPACE独特风格课程重创健身体验; 课程包含CYCLE (动感单车) 、BARRE (芭蕾把杆) 、YOGA (新型瑜伽) 、MOVES (舞蹈) 和HIIT (高强度间歇训练) 。",
+ "isShow": true,
+ "logo": "19184f59-a10c-4b3c-a8fa-6dbe7f35eeab",
+ "logoPath": "\\Files\\19184f59-a10c-4b3c-a8fa-6dbe7f35eeab\\L343_1134161_SpaceCycle.jpg",
+ "name": "Space",
+ "nameEn": "Space Cycle",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "S p a c e",
+ "xaxis": [902, 10, 2214],
+ "yaxis": 122
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "38102e3b-7d07-46a2-9294-540d45269bde",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L354",
+ "initials": "UNDERARMOUR",
+ "intro": "1996年,凯文·普朗克(Kevin Plank)研制出一款全紧身速干的运动T恤,这便是Under Armour (安德玛品牌)的开端。20多年来,UA始终致力于制造世界上最富革命性的功能性运动装、服装和配件装备。品牌秉承着“用激情、设计和不断创新让运动者更强”的品牌使命,为运动者提供全套运动装备。作为全球业内领先的高端功能运动品牌,UA的产品专为想让自己展现巅峰状态的运动家打造。不断创新的安德玛一直在为运动者更佳的运动体验而研究新技术。",
+ "isShow": true,
+ "logo": "5b5c9df3-bedc-4cbf-bf01-77ca0e1b256b",
+ "logoPath": "\\Files\\5b5c9df3-bedc-4cbf-bf01-77ca0e1b256b\\L354_1134071_UnderArmour.jpg",
+ "name": "Under Armour",
+ "nameEn": "Under Armour",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "U n d e r A r m o u r",
+ "xaxis": [1117, 10, 1844],
+ "yaxis": 96
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "110c5d3a-2d44-4fa1-99f1-70d821b2d9ce",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L360",
+ "initials": "ANKORAU",
+ "intro": "生活在城市里,但不需要被城市所限制;改善周围的环境,同时减少我们对它的影响;经常上网但知道何时断开链接,找到内心平静;在工作的时候,就好像在玩,玩也同样努力;这不是输赢的问题,而是享受整个过程。An Ko Rau,世界语中“静止”的意思。品牌图标“0”,灵感来自于秒表计时。运动,源于静止,归于零,周而复始。\n",
+ "isShow": true,
+ "logo": "3b348bec-bae7-45e0-8396-839b20641f8a",
+ "logoPath": "\\Files\\3b348bec-bae7-45e0-8396-839b20641f8a\\L360_1134072_Ankorau.jpg",
+ "name": "Ankorau0",
+ "nameEn": "Ankorau0",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "A n k o r a u 0",
+ "xaxis": [1129, 10, 1932],
+ "yaxis": 98
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ff2820e9-3161-49c4-952e-d137d91be5e1",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L362",
+ "initials": "HAPPYSOCKS",
+ "intro": "Happy Socks由Mikael Söderlindh和Victor Tell于2008年在瑞典创立,主要生产高品质,价格优惠,色彩鲜艳的袜子,通过创意展销,名人和社交媒体的宣传,已经成为了全球袜类市场的重要一员。\n",
+ "isShow": true,
+ "logo": "fa40d03f-8c35-4a11-a6fe-0f7ffb661669",
+ "logoPath": "\\Files\\fa40d03f-8c35-4a11-a6fe-0f7ffb661669\\L362_1134073_HappySocks.jpg",
+ "name": "Happy Socks",
+ "nameEn": "Happy Socks",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "H a p p y S o c k s",
+ "xaxis": [1161, 10, 2031],
+ "yaxis": 99
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "c5d7c684-8fb8-4438-87b9-34ae07f4c275",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L366",
+ "initials": "NIKERUNNING",
+ "intro": "NIKE公司总部位于美国俄勒冈州波特兰市。公司生产的体育用品包罗万象,例如服装,鞋类,运动器材等。NIKE是全球著名的体育运动品牌,英文原意指希腊胜利女神,中文译为耐克。\n",
+ "isShow": true,
+ "logo": "db0c1dfd-0f31-471f-8146-33bbacd37212",
+ "logoPath": "\\Files\\db0c1dfd-0f31-471f-8146-33bbacd37212\\L366_1134074_Nike.jpg",
+ "name": "Nike Running",
+ "nameEn": "Nike",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "N i k e R u n n i n g",
+ "xaxis": [1245, 10, 2042],
+ "yaxis": 100
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "c3edd243-4afb-4713-a862-3df0708e7b39",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L370",
+ "initials": "ADIDASHOMECOURT",
+ "intro": "adidas(阿迪达斯)创办于1949年,是德国运动用品制造商阿迪达斯AG成员公司。以其创办人阿道夫·阿迪·达斯勒(Adolf Adi Dassler)命名。产品涵盖球类和田径运动服饰、运动鞋、瑜伽服饰、运动配饰(腕表、眼镜等)、休闲鞋类、男士香水和护肤品等。\n",
+ "isShow": true,
+ "logo": "61b3d66a-72c7-4119-a33c-e904d552c0e4",
+ "logoPath": "\\Files\\61b3d66a-72c7-4119-a33c-e904d552c0e4\\L370_1134075_Adidas(HomeCourt).jpg",
+ "name": "Adidas (Home Court)",
+ "nameEn": "Adidas (Home Court)",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "A d i d a s ( H o m e C o u r t )",
+ "xaxis": [1272, 10, 2204],
+ "yaxis": 101
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "789cf8fd-e64f-41e3-bdcc-835de9b3de0c",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L374",
+ "initials": "LAMY",
+ "intro": "LAMY(凌美)是欧洲钢笔生产商,总部设于德国海德堡。LAMY的品牌自1952年起已屹立至今每一件LAMY产品都体现出品牌的核心价值_设计时尚、品质卓越、德国制造。无数市场研究及设计奖项,一次又一次地肯定了这种价值。LAMY 书写工具一直延续着德国企业的优良传统:创新、可靠、优质。",
+ "isShow": true,
+ "logo": "44beef76-6bec-44aa-aa92-3e7ed62575d8",
+ "logoPath": "\\Files\\44beef76-6bec-44aa-aa92-3e7ed62575d8\\L374_1134076_Lamy.jpg",
+ "name": "Lamy",
+ "nameEn": "Lamy",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "L a m y",
+ "xaxis": [1221, 10, 2267],
+ "yaxis": 105
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a993bd04-213c-41e4-b02e-124b6f702684",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L375",
+ "initials": "TRANSFORMERSNEXTGENBATTLECENTER",
+ "intro": "“变形金刚明日之战”是一个沉浸式高科技VR互动娱乐中心 ,在这里,你将有机会进入塞伯坦星球,零距离的接触到你最喜爱的变形金刚。“变形金刚明日之战”一期于2019年1月开幕,“变形金刚装配库”(零售店)和大家见面,在装配库中,你能购买到限量的变形金刚收藏品、玩具、书籍、服装等等。除此之外,你还能找到即将上映的《大黄蜂》电影的相关产品。“变形金刚明日之战”二期于2019年稍晚开放。",
+ "isShow": true,
+ "logo": "0dd68140-fa7b-4f04-b550-23eb2c101e3f",
+ "logoPath": "\\Files\\0dd68140-fa7b-4f04-b550-23eb2c101e3f\\L375_1134162_DMGTransformersFEC.jpg",
+ "name": "Transformers Next Gen Battle Center",
+ "nameEn": "DMG Transformers FEC",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "T r a n s f o r m e r s N e x t G e n B a t t l e C e n t e r",
+ "xaxis": [941, 10, 2376],
+ "yaxis": 121
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "c03bfe36-3e4c-407d-9592-8b0fc978cf6f",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L376",
+ "initials": "CHONPS",
+ "intro": "chonps(畅普斯)是美承集团旗下专门经营中高端国际IT潮流精品的买手集合店,以“IT潮流生活的引领者”为品牌发展愿景,致力于为充满好奇心、热爱生活的时尚人群提供富有科技感的健康、娱乐、智趣的潮流生活产品。",
+ "isShow": true,
+ "logo": "92cf8d56-24b5-431f-b7a0-a821b71d8351",
+ "logoPath": "\\Files\\92cf8d56-24b5-431f-b7a0-a821b71d8351\\L376_1134077_chonps.jpg",
+ "name": "chonps",
+ "nameEn": "chonps",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "c h o n p s",
+ "xaxis": [1253, 10, 2358],
+ "yaxis": 106
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "9b7053cd-c8a5-466f-ba3a-852fdba1a49f",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#f07676",
+ "houseNum": "L377",
+ "initials": "HEYTEAXC",
+ "intro": "喜茶为现泡芝士茶首创者。自创立以来,喜茶专注于呈现来自世界的经典茶香,让茶饮这一古老文化焕发出新的生命力。融入“奇思妙想”的原创芝士茗茶系列,将咸芝士奶霜与天然茗茶融合,创造出喜乐芝金凤、玉露、四季春等经典茶饮,备受消费者喜爱。你有试过在一杯茶里寻找灵感吗?INSPIRATION OF TEA,喜茶期待成为你的灵感之茶。",
+ "isShow": true,
+ "logo": "b32648dc-7609-435d-9cdc-e9144a474010",
+ "logoPath": "\\Files\\b32648dc-7609-435d-9cdc-e9144a474010\\L377_1134078_HEYTEA喜茶.jpg",
+ "name": "HEYTEA喜茶",
+ "nameEn": "HEYTEA",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "H E Y T E A xi cha",
+ "xaxis": [1044, 10, 2643],
+ "yaxis": 110
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ccff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "10c81bb4-de8e-43c6-a9ef-0cedc6b62e27",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ccff",
+ "houseNum": "L378",
+ "initials": "NEWBALANCE",
+ "intro": "New Balance公司于1906年诞生在美国马拉松之城波士顿。前身为一家脚弓支撑器专业公司,1970年代起专注于运动鞋的制作,现已成为全球领先的运动品牌。\n以追求极度舒适的穿鞋感受为目标,结合流行设计感觉, New Balance已成为复古与创新的完美代表。作为全球唯一一个在美国和英国拥有制鞋工厂的国际运动鞋品牌, New Balance坚守高标准道德规范、100%顾客满意度、团队合作的公司精神,在科技材质、产品外观与舒适度上不断创新进步,为每一个运动者能够最大限度发挥自己的运动潜能,享受平衡自在的生活而不懈努力。\n",
+ "isShow": true,
+ "logo": "0d3011bc-7168-4de0-8d52-ce98ae93980a",
+ "logoPath": "\\Files\\0d3011bc-7168-4de0-8d52-ce98ae93980a\\L378_1134079_NewBalance.jpg",
+ "name": "New Balance",
+ "nameEn": "New Balance",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "时装",
+ "shopFormatCode": "9face99f-9d3b-4883-b59d-db19efacf545",
+ "shopNum": "",
+ "spelling": "N e w B a l a n c e",
+ "xaxis": [1300, 10, 2464],
+ "yaxis": 107
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "85f5aea5-f1bb-49b1-9dad-5e41bc11ae2b",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L379A",
+ "initials": "PPOA",
+ "intro": "浦POA是一个东方生活家居品牌,致力于传统手工艺的传承和复兴,结合文创设计,为生活创造美物,悦品东方生活。 浦,寓意着上海,黄浦江的前身“上海浦”,自开埠以来的上海,逐渐成为东方的中心,是中西方文化交流互撞的最前沿。在100年前,上海已然彰显出东方生活的精致和高度,“浦”致力于传统手工艺和非物质文化遗产,延续东方元素,融入文创设计,创造新形态的时尚生活用品,是传统器物具有新的定义。",
+ "isShow": true,
+ "logo": "9920ba49-bd69-47db-80a2-e45f7bafc417",
+ "logoPath": "\\Files\\9920ba49-bd69-47db-80a2-e45f7bafc417\\L379a_1134080_Poa.jpg",
+ "name": "浦Poa",
+ "nameEn": "Poa",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "pu P o a",
+ "xaxis": [1055, 10, 2703],
+ "yaxis": 111
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "ed8eb871-d860-48df-a735-f813428b193a",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#f07676",
+ "houseNum": "L379B",
+ "initials": "SQT",
+ "intro": "",
+ "isShow": true,
+ "logo": "06e86efc-b74f-4c11-93af-99c85b256003",
+ "logoPath": "\\Files\\06e86efc-b74f-4c11-93af-99c85b256003\\上海兴业太古汇LOGO.png",
+ "name": "三清潭",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "san qing tan",
+ "xaxis": [1042, 10, 2743],
+ "yaxis": 112
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a7b25a0a-12d7-40c8-9a4a-364d0f9c823b",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#f07676",
+ "houseNum": "L381",
+ "initials": "SUNNYHILLSWRSQ",
+ "intro": "微热山丘的凤梨酥严格选用最天然的食材,以体现阳光灿烂下成熟凤梨的真实风味。空运而来看似朴实美味的糕点,注入其中的没有半点人工添加物,而是满满来自台湾50年西点经验老师傅对美味的坚持。",
+ "isShow": true,
+ "logo": "ea1be479-ade1-49ca-a0b0-ae2adc2000c7",
+ "logoPath": "\\Files\\ea1be479-ade1-49ca-a0b0-ae2adc2000c7\\L381_1134163_微热山丘.jpg",
+ "name": "Sunny Hills 微热山丘",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "5aa76543-1e4f-480f-bccc-d7b5562274d0",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "S u n n y H i l l s wei re shan qiu",
+ "xaxis": [1022, 10, 2804],
+ "yaxis": 113
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#e1ff00",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f5a57c08-bf22-44d6-9313-6429c97dcfe4",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#e1ff00",
+ "houseNum": "L383",
+ "initials": "KRAEMERPARISXKHAKI",
+ "intro": "苏豪路易士·嘉玛形象设计机构源于法国。",
+ "isShow": true,
+ "logo": "125fd828-9ffe-471d-896f-512d980ca2ba",
+ "logoPath": "\\Files\\125fd828-9ffe-471d-896f-512d980ca2ba\\L383_1134082_Kraemerparisxkhaki.jpg",
+ "name": "Kraemer paris x khaki",
+ "nameEn": "Kraemer paris x khaki",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "个人护理",
+ "shopFormatCode": "ff497f01-f6cc-414e-acf1-bd0b0997d3bc",
+ "shopNum": "",
+ "spelling": "K r a e m e r p a r i s x k h a k i",
+ "xaxis": [1067, 10, 2929],
+ "yaxis": 114
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "a8a581d1-cb74-4b63-967e-fdd29a638c7e",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L384",
+ "initials": "YVVY",
+ "intro": "yvvy是美克家居旗下国际潮流设计家居品牌,专为个性独具的你而生。",
+ "isShow": true,
+ "logo": "c87a3e3b-7585-43e0-b69a-80a9c298ce01",
+ "logoPath": "\\Files\\c87a3e3b-7585-43e0-b69a-80a9c298ce01\\L384_1134164_yvvy.jpg",
+ "name": "yvvy",
+ "nameEn": "yvvy",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "y v v y",
+ "xaxis": [1302, 10, 2590],
+ "yaxis": 108
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "b1c981c8-d1eb-4539-bc13-09d4b3a2ea57",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L387",
+ "initials": "DYNAUDIO",
+ "intro": "丹拿音响——一个享誉盛名、来自丹麦的顶级扬声器品牌。凭借其创造原音重现与独一无二的聆听感受而闻名于世,致力于提升对生活及音乐充满极致追求的人们的品味与激情。丹拿的故事,起源于一个有远见的人——Wilfried Ehrenholz先生及其团队对于追求不平凡的坚持。自1977年成立以来,秉持“纯粹原音,如临现场 ”的理念,丹拿对原音重现孜孜不倦的追求和极大的热情从未停止过。",
+ "isShow": true,
+ "logo": "ffd354d8-fd7c-4413-8024-b68c7716c4ad",
+ "logoPath": "\\Files\\ffd354d8-fd7c-4413-8024-b68c7716c4ad\\L387_1134083_Dynaudio.jpg",
+ "name": "Dynaudio",
+ "nameEn": "Dynaudio",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "D y n a u d i o",
+ "xaxis": [1191, 10, 2951],
+ "yaxis": 115
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "3971a9a7-802c-4958-8d00-72176d818dec",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L388",
+ "initials": "TOMIC",
+ "intro": "TOMIC锅具是专门针对中国的烹饪习惯和饮食文化而研发设计。既保持了欧洲饮食文化的功能性设计,又融合了中式烹饪炒炖手法所需要的锅具造型与火候控制。完美结合了中西烹饪技法与习惯,让TOMIC锅具成为了行业领先的典范。\n\nTOMIC一直致力于在全球倡导健康饮食文化,倡导快乐品质生活与节能环保理念,省时节能而又愉悦的美食烹饪体验!让您拥有风尚厨房与健康生活。",
+ "isShow": true,
+ "logo": "91d399c3-ec27-4658-895c-37e209dd581a",
+ "logoPath": "\\Files\\91d399c3-ec27-4658-895c-37e209dd581a\\L388_1134084_Tomic.jpg",
+ "name": "Tomic",
+ "nameEn": "Tomic",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "T o m i c",
+ "xaxis": [1244, 10, 2618],
+ "yaxis": 109
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "8a742c7b-6295-4617-8e07-e85ef90aee31",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L390",
+ "initials": "ZENSZP",
+ "intro": "哲品(ZENS)创立于2009年,以当代东方生活智慧为核心价值主张,经营范围涵盖家居生活、餐饮、人文娱乐及其他周边文化产业,目标打造当代东方生活智慧的文化平台。",
+ "isShow": true,
+ "logo": "f6d1e667-6ed0-4aef-a8af-9470ee71ea93",
+ "logoPath": "\\Files\\f6d1e667-6ed0-4aef-a8af-9470ee71ea93\\L390_1134085_Zens.jpg",
+ "name": "Zens哲品",
+ "nameEn": "Zens",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "Z e n s zhe pin",
+ "xaxis": [1239, 10, 2708],
+ "yaxis": 119
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "1ed678be-8e7e-43ea-ae25-5975c437cea3",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#f07676",
+ "houseNum": "L391",
+ "initials": "WY",
+ "intro": "【舞渔】是双主打特色菜与锅系列的 日本九洲风居酒屋连锁餐厅。『舞渔』荣任世界日料大赛裁判的大厨寻访日本各地, 找到一抹独特风味--九州名物柚子胡椒。 以柚子胡椒带出食材魅力的各式吃法。 同时运用九州博多料理的精髓, 研发出深受现代人喜爱的水炊柚子胡椒牛筋胶原锅。 九州福冈的博多水炊料理是以浓厚牛骨汤 作为底料的日式锅物料理, 通常老饕吃法是先喝汤再涮肉和蔬菜。 『舞渔』柚子胡椒牛筋胶原锅是慢火熬煮而成,微甜、醇香浓 厚而不油腻。加一杓柚子胡椒在汤中,爽口微辣。太平洋店荣获大众点评必吃榜 • 必吃榜推荐菜: • 美人胶原锅(小份)、厚烤牛舌、 • 握寿司‧炙烤鹅肝 必吃理由: • 日式浓稠胶原蛋白锅,草鸡慢熬8小时。",
+ "isShow": true,
+ "logo": "3c5e8dde-adeb-4549-bc31-295e6fd21a91",
+ "logoPath": "\\Files\\3c5e8dde-adeb-4549-bc31-295e6fd21a91\\L391_1134086_舞渔.png",
+ "name": "舞渔",
+ "nameEn": "舞渔",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "wu yu",
+ "xaxis": [1311, 10, 2942],
+ "yaxis": 117
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d152266c-7998-4788-90dd-c7c6ffa54c4f",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L392",
+ "initials": "EDITOR",
+ "intro": "成立于2017年, EDITOR是一个以“专业地解决都市生活问题”为出发点的生活方式品牌,致力于为繁忙的都市人提供全方位的生活指南,旨在引领所有消费者一同编辑美好生活。EDITOR通过开设不同主题的设计师品牌集成店,为广大消费者提供海内外最具设计美感、实用性的生活单品。",
+ "isShow": true,
+ "logo": "a5da167e-6c89-433b-b9f6-b91983d6afd1",
+ "logoPath": "\\Files\\a5da167e-6c89-433b-b9f6-b91983d6afd1\\L392_1134087_Editorby造物.jpg",
+ "name": "Editor",
+ "nameEn": "Editor by",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "E d i t o r",
+ "xaxis": [1313, 10, 2780],
+ "yaxis": 118
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#cc00ff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "d040442a-26d6-41eb-b8dd-d60ba541b9d5",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#cc00ff",
+ "houseNum": "L394",
+ "initials": "SANDRA",
+ "intro": "Sandra设计师始终相信,每个女人都是独特的,在不同的立面闪烁光彩。除了各种系列,还根据客户的要求对珠宝进行个人定制。以聆听和理解客户的人生故事为灵感,用精致设计和精细做工讲述出定制珠宝背后的故事,创作出无可替代、只符合客户自身风格的珠宝。出自Sandra的定制珠宝,将人生故事与珠宝设计融为一体,不仅独一无二,且非你不可。所谓定制,在此处显示出诸多完美和高端的定义。\n",
+ "isShow": true,
+ "logo": "92f839d9-0d2b-463b-80fe-d29ad34de712",
+ "logoPath": "\\Files\\92f839d9-0d2b-463b-80fe-d29ad34de712\\L394_1134165_Sandra.jpg",
+ "name": "Sandra",
+ "nameEn": "Sandra",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "珠宝|手表|饰品",
+ "shopFormatCode": "8636fca3-779a-4363-b797-187f53a32093",
+ "shopNum": "",
+ "spelling": "S a n d r a",
+ "xaxis": [1315, 10, 2853],
+ "yaxis": 116
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "1a03a204-0829-4335-83e4-585ae8977ea1",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#f07676",
+ "houseNum": "N301",
+ "initials": "SEULSEULNFLL",
+ "intro": "seul&SEUL是介于Fine dinning与Bistro之间,定义为‘Bistronomy’主打南法菜。这家餐厅的初衷是希望食客在轻松惬意的用餐氛围里更好地享受精致法料,将例行公事的用餐,变得更加舒适、有趣。\nTiny、Humble、Changeable是餐厅的精神理念。这意味着我们将一切从细微入手,对每一处细节都力求完美;以谦卑的姿态面向每一位食客并极力打造最佳的服务;对于菜品我们也将不断推陈出新,缔造美味优雅的体验。",
+ "isShow": true,
+ "logo": "3585601d-b186-49cf-8f74-dd32325ca624",
+ "logoPath": "\\Files\\3585601d-b186-49cf-8f74-dd32325ca624\\N301_1134171_seul&SEUL.jpg",
+ "name": "seul&SEUL 南法料理",
+ "nameEn": "seul&SEUL",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "193ae35f-e26f-497c-b0ba-33280cf09278",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "s e u l & S E U L na fa liao li",
+ "xaxis": [123, 10, 974],
+ "yaxis": 68
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "3eb2f386-66ab-4c7f-aba6-b6ffec317def",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#f07676",
+ "houseNum": "S301",
+ "initials": "THEPEACOCKROOMKQT",
+ "intro": "巧取中国八大菜系中川菜与粤菜二者之长,孔雀厅开启当代中菜风味融合的独家品味盛宴。餐厅设计以十九世纪欧洲装饰艺术杰作为灵感,尽显当代东方雍容华贵,并获得德国国家设计奖和iF设计奖。餐厅恒温酒窖中储藏超过208款美酒——发现葡萄酒与中国菜肴搭配的美妙体验,孔雀厅不容错过。",
+ "isShow": true,
+ "logo": "3ef5cccd-d226-4d23-a095-2cff33a58a7b",
+ "logoPath": "\\Files\\3ef5cccd-d226-4d23-a095-2cff33a58a7b\\S301_1134173_THEPEACOCKROOM孔雀厅.jpg",
+ "name": "THE PEACOCK ROOM 孔雀厅",
+ "nameEn": "THE PEACOCK ROOM",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "T H E P E A C O C K R O O M kong que ting",
+ "xaxis": [1012, 10, 3247],
+ "yaxis": -1
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#e1ff00",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "2d78120c-a969-4830-8c79-f50891ce5d6b",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#e1ff00",
+ "houseNum": "S302",
+ "initials": "FIFTHBYHAIRCODE",
+ "intro": "",
+ "isShow": true,
+ "logo": "85641298-69f6-4199-89b0-0adaa8d87572",
+ "logoPath": "\\Files\\85641298-69f6-4199-89b0-0adaa8d87572\\S302_1134112_FIFTHBYHAIRCODE.jpg",
+ "name": "FIFTH BY HAIR CODE",
+ "nameEn": "FIFTH BY HAIR CODE",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "个人护理",
+ "shopFormatCode": "ff497f01-f6cc-414e-acf1-bd0b0997d3bc",
+ "shopNum": "",
+ "spelling": "F I F T H B Y H A I R C O D E",
+ "xaxis": [682, 10, 2996],
+ "yaxis": -1
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#000dff",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e41f7e85-2467-4f1d-ba44-0d9afa614988",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#000dff",
+ "houseNum": "L307",
+ "initials": "WYYX",
+ "intro": "",
+ "isShow": true,
+ "logo": "1e4f42e5-7e9f-4df5-be40-d77d69b435ea",
+ "logoPath": "\\Files\\1e4f42e5-7e9f-4df5-be40-d77d69b435ea\\qq.jpg",
+ "name": "网易严选",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "鞋|箱包|皮具用品",
+ "shopFormatCode": "9ab12211-2e08-4191-a4ef-c5b3c7698f2b",
+ "shopNum": "",
+ "spelling": "wang yi yan xuan",
+ "xaxis": [215, 10, 1348],
+ "yaxis": 70
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff09",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "1007d462-3bb5-476f-b531-fb1466db7a99",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff09",
+ "houseNum": "L311",
+ "initials": "WYYX",
+ "intro": "",
+ "isShow": true,
+ "logo": "44afa3c6-96f2-40d5-b513-f63795f69da2",
+ "logoPath": "\\Files\\44afa3c6-96f2-40d5-b513-f63795f69da2\\qq.jpg",
+ "name": "网易·严选",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "品味生活",
+ "shopFormatCode": "96cffc0a-ce95-422d-8cf3-40909afb8b22",
+ "shopNum": "",
+ "spelling": "wang yi · yan xuan",
+ "xaxis": null,
+ "yaxis": ""
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#00ff84",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "61a3c774-33ee-4a1f-b95f-28109d6da0ba",
+ "floorCode": "1e58ac85-389b-4c50-af1a-106d1ff769a5",
+ "floorName": "L3",
+ "floorOrder": 6,
+ "formatColor": "#00ff84",
+ "houseNum": "L308",
+ "initials": "MOTOSTUHL",
+ "intro": "",
+ "isShow": true,
+ "logo": "46d117f0-15a7-4d03-9eaa-117ed04b7512",
+ "logoPath": "\\Files\\46d117f0-15a7-4d03-9eaa-117ed04b7512\\wwwwww.jpg",
+ "name": "Motostuhl",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "生活品味",
+ "shopFormatCode": "0b4a4bfe-0e46-4910-8c4f-e253f82b2fb4",
+ "shopNum": "",
+ "spelling": "M o t o s t u h l",
+ "xaxis": null,
+ "yaxis": ""
+ }
+ ]
+ },
+ {
+ "floorOrder": 7,
+ "shopList": [
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "f23b1717-b761-44a1-a1c4-428637bee3f0",
+ "floorCode": "4bd90671-b33e-4418-aa57-9776bc2fc0c6",
+ "floorName": "L4",
+ "floorOrder": 7,
+ "formatColor": "#f07676",
+ "houseNum": "L441",
+ "initials": "SQT",
+ "intro": "",
+ "isShow": true,
+ "logo": "6f50e71f-0857-475b-ac07-11f0e086afb9",
+ "logoPath": "\\Files\\6f50e71f-0857-475b-ac07-11f0e086afb9\\上海兴业太古汇LOGO.png",
+ "name": "三 清 潭",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "san qing tan",
+ "xaxis": [819, 10, 2896],
+ "yaxis": 29
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "50146bd4-98aa-40bd-86d0-2ee4875c3e14",
+ "floorCode": "4bd90671-b33e-4418-aa57-9776bc2fc0c6",
+ "floorName": "L4",
+ "floorOrder": 7,
+ "formatColor": "#f07676",
+ "houseNum": "L418",
+ "initials": "SHANGHAICLUBSHZH",
+ "intro": "1999年,苏浙汇诞生,18年坚持好食材好味道,缔造经典本帮菜;\n2017年,SHANGHAI CLUB 回归本源,以上海菜为代表,\n重现1920年代老上海奢华;首家“SHANGHAI CLUB”位于上海南京西路太古汇4楼,\n设计师将1920年代的上海味道与现代美学巧妙融合,\n十余间独立雅致的贵宾包厢,一步一景,完美体现私密性及融合性,\nArt Deco设计风格细致还原上海风味。专业的烹饪技艺、个性的定制服务,呈现最高端的中式餐饮,\n让食客体验最尊贵的饕餮美食,在美食与美景的碰撞下,\n穿梭在1920年代的上海,享受一段奢华与典雅的美好“食”光!上海菜的韵味、粤菜的精细、淮扬菜的高雅,\n如斯美食尽在SHANGHAI CLUB完美呈现!",
+ "isShow": true,
+ "logo": "f93fba67-97c3-4c1c-93b0-cc6044b0f0f4",
+ "logoPath": "\\Files\\f93fba67-97c3-4c1c-93b0-cc6044b0f0f4\\L418_1134088_上海总会.jpg",
+ "name": "SHANGHAI CLUB 上海总会",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "2f5369a6-ae05-48d1-9384-7e0b13368eb5",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "S H A N G H A I C L U B shang hai zong hui",
+ "xaxis": [865, 10, 2208],
+ "yaxis": 4
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "e27ae477-c8f6-499f-9296-d494b29487bc",
+ "floorCode": "4bd90671-b33e-4418-aa57-9776bc2fc0c6",
+ "floorName": "L4",
+ "floorOrder": 7,
+ "formatColor": "#f07676",
+ "houseNum": "L428",
+ "initials": "KOYAMAXSRBLL",
+ "intro": "小山日本料理是中国最好的日本料理店之一,菜品和食材70%取材于日本,而且菜式的季节性、潮流性、口味性保证与日本同步。",
+ "isShow": true,
+ "logo": "f1fb7c8e-e445-4e22-a8b6-1fb7df1b3fd2",
+ "logoPath": "\\Files\\f1fb7c8e-e445-4e22-a8b6-1fb7df1b3fd2\\L428_1134166_Koyama.jpg",
+ "name": "Koyama 小山日本料理",
+ "nameEn": "Koyama",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "8f80113e-0617-43c4-b9a9-b2321d79fe50",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "K o y a m a xiao shan ri ben liao li",
+ "xaxis": [913, 10, 2504],
+ "yaxis": 31
+ },
+ {
+ "areaCode": "",
+ "areaCoordinates": null,
+ "areaName": "",
+ "borderColor": "#f07676",
+ "buildingCode": "7e6b6617-ed5c-4ffa-b9df-b415de0d84a9",
+ "closeTime": "10:00 - 22:00",
+ "code": "c824df2e-5e62-49b8-b7e8-f872f3728252",
+ "floorCode": "4bd90671-b33e-4418-aa57-9776bc2fc0c6",
+ "floorName": "L4",
+ "floorOrder": 7,
+ "formatColor": "#f07676",
+ "houseNum": "L401",
+ "initials": "S",
+ "intro": "",
+ "isShow": true,
+ "logo": "c5a69b7c-d70b-4c17-88bb-bda0fc41725d",
+ "logoPath": "\\Files\\c5a69b7c-d70b-4c17-88bb-bda0fc41725d\\321.jpg",
+ "name": "尚9",
+ "nameEn": "",
+ "navXaxis": null,
+ "navYaxis": null,
+ "phone": "",
+ "secFormat": "",
+ "shopFormat": "美食",
+ "shopFormatCode": "ab6c44b1-a029-4f07-80df-07e1cbfbb31e",
+ "shopNum": "",
+ "spelling": "shang 9",
+ "xaxis": null,
+ "yaxis": ""
+ }
+ ]
+ }
+]
diff --git a/src/images/coupon/1.png b/src/images/coupon/1.png
new file mode 100644
index 0000000..4a4d023
Binary files /dev/null and b/src/images/coupon/1.png differ
diff --git a/src/images/coupon/2.png b/src/images/coupon/2.png
new file mode 100644
index 0000000..db48ddf
Binary files /dev/null and b/src/images/coupon/2.png differ
diff --git a/src/images/coupon/3.png b/src/images/coupon/3.png
new file mode 100644
index 0000000..88289b7
Binary files /dev/null and b/src/images/coupon/3.png differ
diff --git a/src/images/coupon/4.png b/src/images/coupon/4.png
new file mode 100644
index 0000000..f56921b
Binary files /dev/null and b/src/images/coupon/4.png differ
diff --git a/src/images/coupon/a.png b/src/images/coupon/a.png
new file mode 100644
index 0000000..f090f21
Binary files /dev/null and b/src/images/coupon/a.png differ
diff --git a/src/images/coupon/b.png b/src/images/coupon/b.png
new file mode 100644
index 0000000..c2b9156
Binary files /dev/null and b/src/images/coupon/b.png differ
diff --git a/src/images/coupon/c.png b/src/images/coupon/c.png
new file mode 100644
index 0000000..435278c
Binary files /dev/null and b/src/images/coupon/c.png differ
diff --git a/src/images/coupon/c1.png b/src/images/coupon/c1.png
new file mode 100644
index 0000000..51799d8
Binary files /dev/null and b/src/images/coupon/c1.png differ
diff --git a/src/images/coupon/c2.png b/src/images/coupon/c2.png
new file mode 100644
index 0000000..8044305
Binary files /dev/null and b/src/images/coupon/c2.png differ
diff --git a/src/images/coupon/c3.png b/src/images/coupon/c3.png
new file mode 100644
index 0000000..b2c5dd9
Binary files /dev/null and b/src/images/coupon/c3.png differ
diff --git a/src/images/coupon/c4.png b/src/images/coupon/c4.png
new file mode 100644
index 0000000..2c36a22
Binary files /dev/null and b/src/images/coupon/c4.png differ
diff --git a/src/images/coupon/d.png b/src/images/coupon/d.png
new file mode 100644
index 0000000..c4f4d46
Binary files /dev/null and b/src/images/coupon/d.png differ
diff --git a/src/images/coupon/image-helper.js b/src/images/coupon/image-helper.js
new file mode 100644
index 0000000..4a4a3f4
--- /dev/null
+++ b/src/images/coupon/image-helper.js
@@ -0,0 +1,11 @@
+function importAll(r) {
+ let obj = {};
+ r.keys().forEach((key) => {
+ obj[key.replace("./", "").replace(".jpg", "").replace(".png", "")] = r(key);
+ });
+ return obj;
+}
+
+const uniqlo = importAll(require.context("./", false, /\.(png|jpe?g|svg)$/));
+
+export default uniqlo;
diff --git a/src/index.css b/src/index.css
index ec2585e..1ef25b8 100644
--- a/src/index.css
+++ b/src/index.css
@@ -1,13 +1,17 @@
body {
margin: 0;
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
- 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
+ "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
- font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
+ font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
+@font-face {
+ font-family: "ChaletComprime";
+ src: url("./Chalet\ Comprime\ Cologne\ Sixty.ttf") format("truetype");
+}
diff --git a/src/model-stride16.json b/src/model-stride16.json
new file mode 100644
index 0000000..859d043
--- /dev/null
+++ b/src/model-stride16.json
@@ -0,0 +1 @@
+{"format": "graph-model", "generatedBy": "2.0.0-dev20190603", "convertedBy": "TensorFlow.js Converter v1.1.2", "modelTopology": {"node": [{"name": "sub_2", "op": "Placeholder", "attr": {"dtype": {"type": "DT_FLOAT"}, "shape": {"shape": {"dim": [{"size": "1"}, {"size": "-1"}, {"size": "-1"}, {"size": "3"}]}}}}, {"name": "MobilenetV1/offset_2/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "34"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/offset_2/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "34"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_13_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_13_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "256"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_12_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_12_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "256"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_11_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_11_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "256"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_10_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_depthwise/depthwise_bias", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}}}, {"name": "MobilenetV1/Conv2d_10_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "256"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_pointwise/Conv2D_bias", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}}}, {"name": "MobilenetV1/Conv2d_9_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_9_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "256"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_8_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_8_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "256"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_pointwise/Conv2D_bias", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}}}, {"name": "MobilenetV1/Conv2d_7_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_7_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "256"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_6_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "128"}, {"size": "256"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "128"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_6_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "128"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "128"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_5_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "128"}, {"size": "128"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "128"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_5_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "128"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "128"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_4_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "64"}, {"size": "128"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_4_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "64"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_3_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "64"}, {"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_3_depthwise/depthwise_weights", "op": "Const", "attr": {"dtype": {"type": "DT_FLOAT"}, "value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "64"}, {"size": "1"}]}}}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_2_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "32"}, {"size": "64"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_2_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "32"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_pointwise/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_1_pointwise/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "16"}, {"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_depthwise/depthwise_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_1_depthwise/depthwise_weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "16"}, {"size": "1"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_0/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/Conv2d_0/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "3"}, {"size": "3"}, {"size": "3"}, {"size": "16"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/heatmap_2/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "17"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/heatmap_2/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "17"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/displacement_fwd_2/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/displacement_fwd_2/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/displacement_bwd_2/Conv2D_bias", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/displacement_bwd_2/weights", "op": "Const", "attr": {"value": {"tensor": {"dtype": "DT_FLOAT", "tensorShape": {"dim": [{"size": "1"}, {"size": "1"}, {"size": "256"}, {"size": "32"}]}}}, "dtype": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_0/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["sub_2", "MobilenetV1/Conv2d_0/weights"], "attr": {"explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_0/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_0/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_0/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_0/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_0/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_0/Relu6", "MobilenetV1/Conv2d_1_depthwise/depthwise_weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_1_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_1_depthwise/depthwise_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_1_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_1_depthwise/Relu6", "MobilenetV1/Conv2d_1_pointwise/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_1_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_1_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_1_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_1_pointwise/Relu6", "MobilenetV1/Conv2d_2_depthwise/depthwise_weights"], "attr": {"strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_2_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_2_depthwise/depthwise_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_2_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_2_depthwise/Relu6", "MobilenetV1/Conv2d_2_pointwise/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_2_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_2_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_2_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_2_pointwise/Relu6", "MobilenetV1/Conv2d_3_depthwise/depthwise_weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_3_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_3_depthwise/depthwise_bias"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_3_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_3_depthwise/Relu6", "MobilenetV1/Conv2d_3_pointwise/weights"], "attr": {"data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_3_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_3_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_3_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_3_pointwise/Relu6", "MobilenetV1/Conv2d_4_depthwise/depthwise_weights"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "2", "2", "1"]}}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_4_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_4_depthwise/depthwise_bias"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_4_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_4_depthwise/Relu6", "MobilenetV1/Conv2d_4_pointwise/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_4_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_4_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_4_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_4_pointwise/Relu6", "MobilenetV1/Conv2d_5_depthwise/depthwise_weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_5_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_5_depthwise/depthwise_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_5_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_5_depthwise/Relu6", "MobilenetV1/Conv2d_5_pointwise/weights"], "attr": {"padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_5_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_5_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_5_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_5_pointwise/Relu6", "MobilenetV1/Conv2d_6_depthwise/depthwise_weights"], "attr": {"strides": {"list": {"i": ["1", "2", "2", "1"]}}, "data_format": {"s": "TkhXQw=="}, "padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_6_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_6_depthwise/depthwise_bias"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_6_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_6_depthwise/Relu6", "MobilenetV1/Conv2d_6_pointwise/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_6_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_6_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_6_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_6_pointwise/Relu6", "MobilenetV1/Conv2d_7_depthwise/depthwise_weights"], "attr": {"padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_7_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_7_depthwise/depthwise_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_7_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_7_depthwise/Relu6", "MobilenetV1/Conv2d_7_pointwise/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_7_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_7_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_7_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_7_pointwise/Relu6", "MobilenetV1/Conv2d_8_depthwise/depthwise_weights"], "attr": {"data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_8_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_8_depthwise/depthwise_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_8_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_8_depthwise/Relu6", "MobilenetV1/Conv2d_8_pointwise/weights"], "attr": {"padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_8_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_8_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_8_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_8_pointwise/Relu6", "MobilenetV1/Conv2d_9_depthwise/depthwise_weights"], "attr": {"padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_9_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_9_depthwise/depthwise_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_9_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_9_depthwise/Relu6", "MobilenetV1/Conv2d_9_pointwise/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_9_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_9_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_9_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_9_pointwise/Relu6", "MobilenetV1/Conv2d_10_depthwise/depthwise_weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_10_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_10_depthwise/depthwise_bias"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_10_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_10_depthwise/Relu6", "MobilenetV1/Conv2d_10_pointwise/weights"], "attr": {"padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_10_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_10_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_10_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_10_pointwise/Relu6", "MobilenetV1/Conv2d_11_depthwise/depthwise_weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_11_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_11_depthwise/depthwise_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_11_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_11_depthwise/Relu6", "MobilenetV1/Conv2d_11_pointwise/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_11_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_11_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_11_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_11_pointwise/Relu6", "MobilenetV1/Conv2d_12_depthwise/depthwise_weights"], "attr": {"padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_12_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_12_depthwise/depthwise_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_12_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_12_depthwise/Relu6", "MobilenetV1/Conv2d_12_pointwise/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_12_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_12_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_12_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_depthwise/BatchNorm/batchnorm/add_1/conv", "op": "DepthwiseConv2dNative", "input": ["MobilenetV1/MobilenetV1/Conv2d_12_pointwise/Relu6", "MobilenetV1/Conv2d_13_depthwise/depthwise_weights"], "attr": {"data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "padding": {"s": "U0FNRQ=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_depthwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_13_depthwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_13_depthwise/depthwise_bias"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_depthwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_13_depthwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_pointwise/BatchNorm/batchnorm/add_1/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_13_depthwise/Relu6", "MobilenetV1/Conv2d_13_pointwise/weights"], "attr": {"padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_pointwise/BatchNorm/batchnorm/add_1", "op": "BiasAdd", "input": ["MobilenetV1/MobilenetV1/Conv2d_13_pointwise/BatchNorm/batchnorm/add_1/conv", "MobilenetV1/MobilenetV1/Conv2d_13_pointwise/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_pointwise/Relu6", "op": "Relu6", "input": ["MobilenetV1/MobilenetV1/Conv2d_13_pointwise/BatchNorm/batchnorm/add_1"], "attr": {"T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/offset_2/BiasAdd/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_13_pointwise/Relu6", "MobilenetV1/offset_2/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/heatmap_2/BiasAdd/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_13_pointwise/Relu6", "MobilenetV1/heatmap_2/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "explicit_paddings": {"list": {}}, "use_cudnn_on_gpu": {"b": true}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/displacement_fwd_2/BiasAdd/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_13_pointwise/Relu6", "MobilenetV1/displacement_fwd_2/weights"], "attr": {"dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "data_format": {"s": "TkhXQw=="}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}, "padding": {"s": "U0FNRQ=="}}}, {"name": "MobilenetV1/displacement_bwd_2/BiasAdd/conv", "op": "Conv2D", "input": ["MobilenetV1/MobilenetV1/Conv2d_13_pointwise/Relu6", "MobilenetV1/displacement_bwd_2/weights"], "attr": {"padding": {"s": "U0FNRQ=="}, "dilations": {"list": {"i": ["1", "1", "1", "1"]}}, "T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}, "strides": {"list": {"i": ["1", "1", "1", "1"]}}, "use_cudnn_on_gpu": {"b": true}, "explicit_paddings": {"list": {}}}}, {"name": "MobilenetV1/offset_2/BiasAdd", "op": "BiasAdd", "input": ["MobilenetV1/offset_2/BiasAdd/conv", "MobilenetV1/offset_2/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}, {"name": "MobilenetV1/heatmap_2/BiasAdd", "op": "BiasAdd", "input": ["MobilenetV1/heatmap_2/BiasAdd/conv", "MobilenetV1/heatmap_2/Conv2D_bias"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/displacement_fwd_2/BiasAdd", "op": "BiasAdd", "input": ["MobilenetV1/displacement_fwd_2/BiasAdd/conv", "MobilenetV1/displacement_fwd_2/Conv2D_bias"], "attr": {"data_format": {"s": "TkhXQw=="}, "T": {"type": "DT_FLOAT"}}}, {"name": "MobilenetV1/displacement_bwd_2/BiasAdd", "op": "BiasAdd", "input": ["MobilenetV1/displacement_bwd_2/BiasAdd/conv", "MobilenetV1/displacement_bwd_2/Conv2D_bias"], "attr": {"T": {"type": "DT_FLOAT"}, "data_format": {"s": "TkhXQw=="}}}], "library": {}, "versions": {"producer": 54}}, "weightsManifest": [{"paths": ["group1-shard1of1.bin"], "weights": [{"name": "MobilenetV1/offset_2/Conv2D_bias", "shape": [34], "dtype": "float32"}, {"name": "MobilenetV1/offset_2/weights", "shape": [1, 1, 256, 34], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_pointwise/Conv2D_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_13_pointwise/weights", "shape": [1, 1, 256, 256], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_13_depthwise/depthwise_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_13_depthwise/depthwise_weights", "shape": [3, 3, 256, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_pointwise/Conv2D_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_12_pointwise/weights", "shape": [1, 1, 256, 256], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_12_depthwise/depthwise_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_12_depthwise/depthwise_weights", "shape": [3, 3, 256, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_pointwise/Conv2D_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_11_pointwise/weights", "shape": [1, 1, 256, 256], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_11_depthwise/depthwise_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_11_depthwise/depthwise_weights", "shape": [3, 3, 256, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_pointwise/Conv2D_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_10_pointwise/weights", "shape": [1, 1, 256, 256], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_10_depthwise/depthwise_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_10_depthwise/depthwise_weights", "shape": [3, 3, 256, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_pointwise/Conv2D_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_9_pointwise/weights", "shape": [1, 1, 256, 256], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_9_depthwise/depthwise_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_9_depthwise/depthwise_weights", "shape": [3, 3, 256, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_pointwise/Conv2D_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_8_pointwise/weights", "shape": [1, 1, 256, 256], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_8_depthwise/depthwise_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_8_depthwise/depthwise_weights", "shape": [3, 3, 256, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_pointwise/Conv2D_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_7_pointwise/weights", "shape": [1, 1, 256, 256], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_7_depthwise/depthwise_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_7_depthwise/depthwise_weights", "shape": [3, 3, 256, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_pointwise/Conv2D_bias", "shape": [256], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_6_pointwise/weights", "shape": [1, 1, 128, 256], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_6_depthwise/depthwise_bias", "shape": [128], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_6_depthwise/depthwise_weights", "shape": [3, 3, 128, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_pointwise/Conv2D_bias", "shape": [128], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_5_pointwise/weights", "shape": [1, 1, 128, 128], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_5_depthwise/depthwise_bias", "shape": [128], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_5_depthwise/depthwise_weights", "shape": [3, 3, 128, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_pointwise/Conv2D_bias", "shape": [128], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_4_pointwise/weights", "shape": [1, 1, 64, 128], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_4_depthwise/depthwise_bias", "shape": [64], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_4_depthwise/depthwise_weights", "shape": [3, 3, 64, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_pointwise/Conv2D_bias", "shape": [64], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_3_pointwise/weights", "shape": [1, 1, 64, 64], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_3_depthwise/depthwise_bias", "shape": [64], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_3_depthwise/depthwise_weights", "shape": [3, 3, 64, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_pointwise/Conv2D_bias", "shape": [64], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_2_pointwise/weights", "shape": [1, 1, 32, 64], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_2_depthwise/depthwise_bias", "shape": [32], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_2_depthwise/depthwise_weights", "shape": [3, 3, 32, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_pointwise/Conv2D_bias", "shape": [32], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_1_pointwise/weights", "shape": [1, 1, 16, 32], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_1_depthwise/depthwise_bias", "shape": [16], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_1_depthwise/depthwise_weights", "shape": [3, 3, 16, 1], "dtype": "float32"}, {"name": "MobilenetV1/MobilenetV1/Conv2d_0/Conv2D_bias", "shape": [16], "dtype": "float32"}, {"name": "MobilenetV1/Conv2d_0/weights", "shape": [3, 3, 3, 16], "dtype": "float32"}, {"name": "MobilenetV1/heatmap_2/Conv2D_bias", "shape": [17], "dtype": "float32"}, {"name": "MobilenetV1/heatmap_2/weights", "shape": [1, 1, 256, 17], "dtype": "float32"}, {"name": "MobilenetV1/displacement_fwd_2/Conv2D_bias", "shape": [32], "dtype": "float32"}, {"name": "MobilenetV1/displacement_fwd_2/weights", "shape": [1, 1, 256, 32], "dtype": "float32"}, {"name": "MobilenetV1/displacement_bwd_2/Conv2D_bias", "shape": [32], "dtype": "float32"}, {"name": "MobilenetV1/displacement_bwd_2/weights", "shape": [1, 1, 256, 32], "dtype": "float32"}]}]}
\ No newline at end of file
diff --git a/src/models/Sphere.js b/src/models/Sphere.js
index bef8197..88b47bf 100644
--- a/src/models/Sphere.js
+++ b/src/models/Sphere.js
@@ -1,11 +1,29 @@
import { Vector3 } from "three";
+const T = 1000;
export default class Sphere {
+ interval = null;
constructor({ radius, displacement, x, y, update, width }) {
Object.assign(this, { radius, displacement, x, y, update, width });
}
rePosition(ratio) {
+ const lastX = this.x;
const x = ratio * this.width;
- Object.assign(this, { x });
+ const offset = x - this.x;
+ let t = 0;
+ if (this.interval !== null) {
+ clearInterval(this.interval);
+ this.interval = null;
+ }
+ this.interval = setInterval(() => {
+ t += T / 60;
+ if (t > T) {
+ clearInterval(this.interval);
+ this.interval = null;
+ this.x = x;
+ } else {
+ this.x = lastX + (offset * t) / T;
+ }
+ }, T / 60);
}
get point() {
return new Vector3(this.x, this.y, 0);
diff --git a/src/models/Wall.js b/src/models/Wall.js
index fbdcdfa..5416540 100644
--- a/src/models/Wall.js
+++ b/src/models/Wall.js
@@ -1,10 +1,17 @@
import { Vector3 } from "three";
import BezierEasing from "bezier-easing";
+import Stats from "stats.js";
+
+const stats = new Stats();
+stats.showPanel(0);
+document.body.appendChild(stats.dom);
+
export const easeIn = BezierEasing(0.5, 0.16, 0.74, 0.38);
export const easeOut = BezierEasing(0, 0, 0.58, 1);
+
const enterDuration = 3000;
const exitDuration = 5000;
-const margin = 30;
+const margin = 55;
class El {
constructor(seed) {
const { data, row, wall, key, index } = seed;
@@ -28,13 +35,13 @@ class El {
}
const top = point.y - imgHeight / 2;
const left = point.x - imgWidth / 2;
- const { url } = data;
+ const { urlSmall } = data;
const style = {
width: `${imgWidth}px`,
height: `${imgHeight}px`,
top: `${top}px`,
left: `${left}px`,
- backgroundImage: `url(${url})`,
+ backgroundImage: `url(${urlSmall})`,
transform: `scale(${scale})`,
opcaity: scale,
zIndex: wall.rowNum - Math.floor(Math.abs(wall.rowNum / 2 - row.index)),
@@ -151,7 +158,7 @@ export default class Wall {
}) {
const blockWidth = imgWidth + margin;
const blockHeight = imgHeight + margin;
- const colNum = Math.floor(containerWidth / blockWidth);
+ const colNum = Math.floor(containerWidth / blockWidth) + 1;
const rowNum = Math.floor(containerHeight / blockHeight);
const elNum = items.length;
const ratioSpeed = speed / (containerWidth / colNum);
@@ -176,7 +183,10 @@ export default class Wall {
}
getNext() {
const { items } = this;
- return items[Math.floor(Math.random() * items.length)];
+ const next = items[this.index];
+ this.index++;
+ if (this.index === items.length) this.index = 0;
+ return next;
}
async init() {
const { rowNum } = this;
@@ -197,6 +207,7 @@ export default class Wall {
return this;
}
animate = () => {
+ stats.begin();
if (!this.isRunning) return;
const now = performance.now();
const dt = Math.min(this.maxDeltaTime, (now - this.#lastTime) / 1000);
@@ -211,6 +222,7 @@ export default class Wall {
this.time += dt;
this.#lastTime = now;
this.#rafID = window.requestAnimationFrame(this.animate);
+ stats.end();
};
async dispose() {
if (this.#rafID === null) return;
diff --git a/yarn.lock b/yarn.lock
index 61c36e1..1bdbba4 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6270,6 +6270,11 @@ mixin-object@^2.0.1:
dependencies:
minimist "^1.2.5"
+moment@^2.27.0:
+ version "2.27.0"
+ resolved "https://registry.npm.taobao.org/moment/download/moment-2.27.0.tgz#8bff4e3e26a236220dfe3e36de756b6ebaa0105d"
+ integrity sha1-i/9OPiaiNiIN/j423nVrbrqgEF0=
+
move-concurrently@^1.0.1:
version "1.0.1"
resolved "https://registry.npm.taobao.org/move-concurrently/download/move-concurrently-1.0.1.tgz#be2c005fda32e0b29af1f05d7c4b33214c701f92"
@@ -8861,6 +8866,11 @@ static-extend@^0.1.1:
define-property "^0.2.5"
object-copy "^0.1.0"
+stats.js@^0.17.0:
+ version "0.17.0"
+ resolved "https://registry.npm.taobao.org/stats.js/download/stats.js-0.17.0.tgz#b1c3dc46d94498b578b7fd3985b81ace7131cc7d"
+ integrity sha1-scPcRtlEmLV4t/05hbgaznExzH0=
+
"statuses@>= 1.4.0 < 2", "statuses@>= 1.5.0 < 2", statuses@~1.5.0:
version "1.5.0"
resolved "https://registry.npm.taobao.org/statuses/download/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"