diff --git a/src/main/webapp/jsp/bigScreen.jsp b/src/main/webapp/jsp/bigScreen.jsp index d86baa47..abf1e637 100644 --- a/src/main/webapp/jsp/bigScreen.jsp +++ b/src/main/webapp/jsp/bigScreen.jsp @@ -1,11 +1,32 @@ -<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> +<%--<%@ page language="java" contentType="text/html; charset=UTF-8"--%> +<%--pageEncoding="UTF-8"%>--%> + +<%@ page language="java" pageEncoding="UTF-8" %> +<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> +<%@ page import="com.sipai.entity.base.ServerObject" %> +<%@ taglib uri="http://www.springsecurity.org/jsp" prefix="security" %> + + 水厂大屏展示 - - + + +
- +
-
+
+
100
+
100
+
100
+
100
+
100
+
100
+
-
+
+
100
+
100
+
100
+
100
+
100
+
100
+
100
+
100
-
+
-
+
+
200
+
200
+
200
+
+ +
+
200
+
200
+
@@ -406,100 +595,182 @@ var pageData = { // 水量数据 (slqs) slqs: { - todayTotal: 6040, // 今日水量 - yesterdayTotal: 4197, // 昨日水量 - monthTotal: 12356 // 本月水量 + todayTotal: 6040, // 今日水量 + yesterdayTotal: 4197, // 昨日水量 + monthTotal: 12356, // 本月水量 }, - + // 泥处理指标 (ncl) ncl: { - val1: 0, // 泥处理指标1 - val2: 200, // 泥处理指标2 - val3: 4.89 // 泥处理指标3 + val1: 0, // 泥处理指标1 + val2: 200, // 泥处理指标2 + val3: 4.89, // 泥处理指标3 }, - + // 药耗数据 (yaohao) yaohao: { D_PACDSYH: 19800, D_YiSNDSYH: 2090, D_CiLSNDSYH: 1092, }, - + // 质量指标表格数据 qualityTable: [ - { param: "COD (mg/L)", current: 13.186, avg: 12.996, max: 14.666, min: 11.92, standard: "0.000–20.000" }, - { param: "TP (mg/L)", current: 13.186, avg: 12.996, max: 14.666, min: 11.92, standard: "0.000–20.000" }, - { param: "NH3–N (mg/L)", current: 13.186, avg: 12.996, max: 14.666, min: 11.92, standard: "0.000–20.000" }, - { param: "TN (mg/L)", current: 13.186, avg: 12.996, max: 14.666, min: 11.92, standard: "0.000–20.000" }, - { param: "PH (mg/L)", current: 13.186, avg: 12.996, max: 14.666, min: 11.92, standard: "0.000–20.000" }, - { param: "SS", current: 13.186, avg: 12.996, max: 14.666, min: 11.92, standard: "0.000–20.000" }, - { param: "温度(℃)", current: 13.186, avg: 12.996, max: 14.666, min: 11.92, standard: "0.000–20.000" } + { + param: "COD (mg/L)", + current: 13.186, + avg: 12.996, + max: 14.666, + min: 11.92, + standard: "0.000–20.000", + }, + { + param: "TP (mg/L)", + current: 13.186, + avg: 12.996, + max: 14.666, + min: 11.92, + standard: "0.000–20.000", + }, + { + param: "NH3–N (mg/L)", + current: 13.186, + avg: 12.996, + max: 14.666, + min: 11.92, + standard: "0.000–20.000", + }, + { + param: "TN (mg/L)", + current: 13.186, + avg: 12.996, + max: 14.666, + min: 11.92, + standard: "0.000–20.000", + }, + { + param: "PH (mg/L)", + current: 13.186, + avg: 12.996, + max: 14.666, + min: 11.92, + standard: "0.000–20.000", + }, + { + param: "SS", + current: 13.186, + avg: 12.996, + max: 14.666, + min: 11.92, + standard: "0.000–20.000", + }, + { + param: "温度(℃)", + current: 13.186, + avg: 12.996, + max: 14.666, + min: 11.92, + standard: "0.000–20.000", + }, ], - + // 七日水量图表数据 sevenDaysChart: { - xAxis: ["11-10", "11-11", "11-12", "11-13", "11-14", "11-15", "11-16", "11-17"], - data: [5200, 4300, 4200, 4300, 6800, 5200, 7400, 5600] + xAxis: [ + "11-10", + "11-11", + "11-12", + "11-13", + "11-14", + "11-15", + "11-16", + "11-17", + ], + data: [5200, 4300, 4200, 4300, 6800, 5200, 7400, 5600], }, - + // 泥处理图表数据 nclChart: { - xAxis: ["2:00", "4:00", "6:00", "8:00", "10:00", "12:00", "14:00", "16:00", "18:00", "20:00"], - data: [120, 160, 90, 250, 170, 340, 280, 330, 80, 260] + xAxis: [ + "2:00", + "4:00", + "6:00", + "8:00", + "10:00", + "12:00", + "14:00", + "16:00", + "18:00", + "20:00", + ], + data: [120, 160, 90, 250, 170, 340, 280, 330, 80, 260], }, - + // 质量图表数据 qualityChart: { xAxis: ["11", "12", "13", "14", "15", "16", "17"], - data: [8, 13, 9, 14, 21, 14, 18] - } + data: [8, 13, 9, 14, 21, 14, 18], + }, }; - + // 更新水量显示 function updateSlqs() { $(".slqs-todayTotal").text(pageData.slqs.todayTotal); $(".slqs-yesterdayTotal").text(pageData.slqs.yesterdayTotal); $(".slqs-monthTotal").text(pageData.slqs.monthTotal); } - + // 更新泥处理指标显示 function updateNcl() { $(".ncl-val1").text(pageData.ncl.val1); $(".ncl-val2").text(pageData.ncl.val2); $(".ncl-val3").text(pageData.ncl.val3); } - + // 更新药耗显示 function updateYaohao() { $(".D_PACDSYH").text(pageData.yaohao.D_PACDSYH); $(".D_YiSNDSYH").text(pageData.yaohao.D_YiSNDSYH); $(".D_CiLSNDSYH").text(pageData.yaohao.D_CiLSNDSYH); } - + // 更新质量指标表格 function updateQualityTable() { var tbody = $(".quality-table tbody"); tbody.empty(); - pageData.qualityTable.forEach(function(item) { - var row = "" + - "" + item.param + "" + - "" + item.current + "" + - "" + item.avg + "" + - "" + item.max + "" + - "" + item.min + "" + - "" + item.standard + "" + + pageData.qualityTable.forEach(function (item) { + var row = + "" + + "" + + item.param + + "" + + "" + + item.current + + "" + + "" + + item.avg + + "" + + "" + + item.max + + "" + + "" + + item.min + + "" + + "" + + item.standard + + "" + ""; tbody.append(row); }); } - + // 从接口获取数据并更新页面(示例方法,供后期调用) function fetchDataFromApi(apiUrl) { $.ajax({ url: apiUrl, type: "GET", dataType: "json", - success: function(response) { + success: function (response) { // 假设接口返回的数据格式如下: // { // slqs: { todayTotal: xxx, yesterdayTotal: xxx, monthTotal: xxx }, @@ -514,20 +785,23 @@ if (response.slqs) pageData.slqs = response.slqs; if (response.ncl) pageData.ncl = response.ncl; if (response.yaohao) pageData.yaohao = response.yaohao; - if (response.qualityTable) pageData.qualityTable = response.qualityTable; - if (response.sevenDaysChart) pageData.sevenDaysChart = response.sevenDaysChart; + if (response.qualityTable) + pageData.qualityTable = response.qualityTable; + if (response.sevenDaysChart) + pageData.sevenDaysChart = response.sevenDaysChart; if (response.nclChart) pageData.nclChart = response.nclChart; - if (response.qualityChart) pageData.qualityChart = response.qualityChart; - + if (response.qualityChart) + pageData.qualityChart = response.qualityChart; + refreshPage(); } }, - error: function(xhr, status, error) { + error: function (xhr, status, error) { console.error("获取数据失败:", error); - } + }, }); } - + // 刷新页面所有数据 function refreshPage() { updateSlqs(); @@ -538,61 +812,66 @@ initNclChart(); initQualityChart(); } - + // 进入全屏函数 function enterFullscreen() { var elem = document.documentElement; if (elem.requestFullscreen) { elem.requestFullscreen(); - } else if (elem.webkitRequestFullscreen) { /* Safari */ + } else if (elem.webkitRequestFullscreen) { + /* Safari */ elem.webkitRequestFullscreen(); - } else if (elem.msRequestFullscreen) { /* IE11 */ + } else if (elem.msRequestFullscreen) { + /* IE11 */ elem.msRequestFullscreen(); } // 隐藏提示遮罩 - document.getElementById('fullscreenOverlay').style.display = 'none'; + document.getElementById("fullscreenOverlay").style.display = "none"; } - + // 监听全屏状态变化 - document.addEventListener('fullscreenchange', function() { - var overlay = document.getElementById('fullscreenOverlay'); + document.addEventListener("fullscreenchange", function () { + var overlay = document.getElementById("fullscreenOverlay"); if (!document.fullscreenElement) { // 退出全屏时显示提示 - overlay.style.display = 'flex'; + overlay.style.display = "flex"; } }); - document.addEventListener('webkitfullscreenchange', function() { - var overlay = document.getElementById('fullscreenOverlay'); + document.addEventListener("webkitfullscreenchange", function () { + var overlay = document.getElementById("fullscreenOverlay"); if (!document.webkitFullscreenElement) { - overlay.style.display = 'flex'; + overlay.style.display = "flex"; } }); - + // 获取水量统计数据 function fetchSlqsData() { $.ajax({ - url: '<%=request.getContextPath()%>/watervolume/getStatistics.do', - type: 'GET', - data: { companyKey: 'DEV067' }, - dataType: 'json', - success: function(response) { - console.log('水量统计数据:', response); + url: "<%=request.getContextPath()%>/watervolume/getStatistics.do", + type: "GET", + data: { companyKey: "DEV067" }, + dataType: "json", + success: function (response) { + console.log("水量统计数据:", response); if (response) { // 兼容不同的返回字段名 pageData.slqs.todayTotal = response.todayTotal || 0; pageData.slqs.yesterdayTotal = response.yesterdayTotal || 0; pageData.slqs.monthTotal = response.monthTotal || 0; updateSlqs(); - + // 解析七日水量数据 sevenDaysTotal - if (response.sevenDaysTotal && Array.isArray(response.sevenDaysTotal)) { + if ( + response.sevenDaysTotal && + Array.isArray(response.sevenDaysTotal) + ) { var xAxis = []; var data = []; - response.sevenDaysTotal.forEach(function(item) { + response.sevenDaysTotal.forEach(function (item) { // 日期格式: "2026-03-07" -> "03-07" - var dateStr = item.date || ''; + var dateStr = item.date || ""; if (dateStr.length >= 10) { - xAxis.push(dateStr.substring(5)); // 取 "MM-DD" 部分 + xAxis.push(dateStr.substring(5)); // 取 "MM-DD" 部分 } else { xAxis.push(dateStr); } @@ -601,22 +880,85 @@ }); pageData.sevenDaysChart.xAxis = xAxis; pageData.sevenDaysChart.data = data; - initSevenDaysChart(); // 重新渲染图表 + initSevenDaysChart(); // 重新渲染图表 } } }, - error: function(xhr, status, error) { - console.error('获取水量统计数据失败:', error); - } + error: function (xhr, status, error) { + console.error("获取水量统计数据失败:", error); + }, }); } - + + // 质量指标表格点位编码映射 + var qualityMPointMapping = { + "COD (mg/L)": { mPointKey: "D_ChuSCOD", standard: "0.000–20.000" }, + "TP (mg/L)": { mPointKey: "D_ChuSTP", standard: "0.000–0.500" }, + "NH3–N (mg/L)": { mPointKey: "D_ChuSNH3N", standard: "0.000–5.000" }, + "TN (mg/L)": { mPointKey: "D_ChuSTN", standard: "0.000–15.000" }, + "PH (mg/L)": { mPointKey: "D_ChuSPH", standard: "6.000–9.000" }, + "SS": { mPointKey: "D_ChuSSS", standard: "0.000–10.000" }, + "温度(℃)": { mPointKey: "D_ChuSWD", standard: "0.000–40.000" }, + }; + + // 获取质量指标表格数据 + function fetchQualityTableData() { + var companyKey = "0533JS"; + var params = Object.keys(qualityMPointMapping); + var completedRequests = 0; + var totalRequests = params.length; + + params.forEach(function (paramName) { + var mPointKey = qualityMPointMapping[paramName].mPointKey; + var standard = qualityMPointMapping[paramName].standard; + + $.ajax({ + url: "<%=request.getContextPath()%>/mpoint/data/getStatistics.do", + type: "GET", + data: { + mPointKey: mPointKey, + companyKey: companyKey + }, + dataType: "json", + success: function (response) { + console.log("质量指标数据[" + mPointKey + "]:", response); + if (response) { + // 更新pageData.qualityTable中对应的数据 + for (var i = 0; i < pageData.qualityTable.length; i++) { + if (pageData.qualityTable[i].param === paramName) { + pageData.qualityTable[i].current = response.currentValue || 0; + pageData.qualityTable[i].avg = response.avgValue || 0; + pageData.qualityTable[i].max = response.maxValue || 0; + pageData.qualityTable[i].min = response.minValue || 0; + pageData.qualityTable[i].standard = standard; + break; + } + } + } + completedRequests++; + // 所有请求完成后更新表格 + if (completedRequests === totalRequests) { + updateQualityTable(); + } + }, + error: function (xhr, status, error) { + console.error("获取质量指标数据失败:", mPointKey, error); + completedRequests++; + // 即使失败也检查是否所有请求已完成 + if (completedRequests === totalRequests) { + updateQualityTable(); + } + } + }); + }); + } + // 获取点位信息数据 // mpcode: 点位编码 // sdt: 开始时间 (可选,默认7天前) // edt: 结束时间 (可选,默认当前时间) // 返回: Promise对象 - function fetchPointData(mpcode, sdt, edt) { + function fetchPointData(mpcode, sdt, edt) { // 默认时间范围:近7天 if (!edt) { var now = new Date(); @@ -649,65 +991,102 @@ }); }); } - + // 格式化日期为 YYYY-MM-DD 格式 function formatDate(date) { var year = date.getFullYear(); - var month = (date.getMonth() + 1).toString().padStart(2, '0'); - var day = date.getDate().toString().padStart(2, '0'); - return year + '-' + month + '-' + day; + var month = (date.getMonth() + 1).toString().padStart(2, "0"); + var day = date.getDate().toString().padStart(2, "0"); + return year + "-" + month + "-" + day; } - + $(function () { // 初始化数据显示 updateSlqs(); updateNcl(); updateYaohao(); updateQualityTable(); - + // 初始化图表 initSevenDaysChart(); initNclChart(); initQualityChart(); - + // 页面加载后获取水量统计数据 fetchSlqsData(); - - // 批量获取点位数据并更新显示 + + // 获取质量指标表格数据 + fetchQualityTableData(); + + <%--// 定时刷新所有数据(每分钟刷新一次)--%> + <%--setInterval(function() {--%> + <%-- console.log('定时刷新数据...');--%> + <%-- fetchSlqsData();--%> + <%-- fetchQualityTableData();--%> + <%-- // 批量刷新点位数据--%> + <%-- pointList.forEach(function (mpcode) {--%> + <%-- getValue('0533JS', mpcode, mpcode, `${mpcode}_name`, '<%=request.getContextPath()%>');--%> + <%-- });--%> + <%--}, 60000); // 60000毫秒 = 1分钟--%> + + <%--// 批量获取点位数据并更新显示--%> var pointList = [ - 'D_PACDSYH', 'D_YiSNDSYH', 'D_CiLSNDSYH', - 'D_YanYCORP', - 'D_QueYCRJY1', - 'D_HaoYCRJY', - 'D_HaoYCRJY2', - 'D_HaoYCWNND', - 'D_MoCWNND', - 'D_BengZYW', - 'D_TiSB101DL', - 'D_TiSB102DL', - 'D_TiSB103DL', - 'D_NingMSJYLL', - 'D_YaLSQNLL', - 'D_NingMSCGYW', - 'D_CiLSNJYLL', - 'D_PACJYLL', - 'D_CiLSNCGYW', - 'D_PACCGYW' + "D_PACDSYH", // PAC吨水药耗 + "D_YiSNDSYH", // 乙酸钠吨水药耗 + "D_CiLSNDSYH", // 次氯酸钠吨水药耗 + "D_YanYCORP", + "D_QueYCRJY1", + "D_HaoYCRJY", + "D_HaoYCRJY2", + "D_HaoYCWNND", + "D_MoCWNND", + "D_BengZYW", + "D_TiSB101DL", + "D_TiSB102DL", + "D_TiSB103DL", + "D_NingMSJYLL", + "D_YaLSQNLL", + "D_NingMSCGYW", + "D_CiLSNJYLL", + "D_PACJYLL", + "D_CiLSNCGYW", + "D_PACCGYW", + "D_JSLL", + "D_JinSPH", + "D_JinSCOD", + "D_JinSAL", + "D_JinSWD", + "D_JinSLJLL", + "D_ChuSLL", + "D_ChuSPH", + "D_ChuSCOD", + "D_ChuSAL", + "D_ChuSWD", + "D_ChuSZL", + "D_ChuSZLv", + "D_ChuSLJLL", + "D_FanXBCKLL", + "D_FanXBCKYL", + "D_ShengYWNCKLL", + "D_QingSCYW", + "D_FeiYCYW", ]; - - pointList.forEach(function(mpcode) { - fetchPointData(mpcode).then(function(res) { - if (res && res[0] && res[0].data && res[0].data.length > 0) { - var lastData = res[0].data[res[0].data.length - 1]; - var value = lastData[1]; // 取最后一个数据点的值 - $('#' + mpcode).text(value || 0); - } - }).catch(function(error) { - console.error('点位数据获取失败:', mpcode, error); - }); + + pointList.forEach(function (mpcode) { + // fetchPointData(mpcode).then(function(res) { + // $('#' + mpcode).text(1000 || 0); + // // if (res && res[0] && res[0].data && res[0].data.length > 0) { + // // var lastData = res[0].data[res[0].data.length - 1]; + // // var value = lastData[1]; // 取最后一个数据点的值 + // // $('#' + mpcode).text(1000 || 0); + // // } + // }).catch(function(error) { + // console.error('点位数据获取失败:', mpcode, error); + // }); + getValue('0533JS', mpcode, mpcode, `${mpcode}_name`, '<%=request.getContextPath()%>'); }); }); - + // 七日水量图表 function initSevenDaysChart() { var chartDom = document.getElementById("seven-days-chart"); @@ -715,16 +1094,16 @@ var myChart = echarts.init(chartDom); var dataAxis = pageData.sevenDaysChart.xAxis; var data = pageData.sevenDaysChart.data; - + // 根据数据动态计算Y轴最大值 - var yMax = 10000; // 默认值 + var yMax = 10000; // 默认值 if (data && data.length > 0) { var dataMax = Math.max.apply(null, data); // 向上取整到合适的刻度(取最大值的1.2倍,然后向上取整到整万) - yMax = Math.ceil(dataMax * 1.2 / 10000) * 10000; - if (yMax < 10000) yMax = 10000; // 最小值1万 + yMax = Math.ceil((dataMax * 1.2) / 10000) * 10000; + if (yMax < 10000) yMax = 10000; // 最小值1万 } - + var option = { backgroundColor: "transparent", tooltip: { @@ -734,12 +1113,18 @@ borderWidth: 1, textStyle: { color: "#fff", - fontSize: 18 + fontSize: 18, }, - formatter: function(params) { + formatter: function (params) { var data = params[0]; - return data.name + '
' + data.seriesName + ': ' + data.value.toLocaleString(); - } + return ( + data.name + + "
" + + data.seriesName + + ": " + + data.value.toLocaleString() + ); + }, }, grid: { // left: 60, @@ -848,165 +1233,165 @@ myChart.resize(); }); } - + // 泥处理图表 function initNclChart() { var nclDom = document.getElementById("ncl-chart"); if (!nclDom) return; var nclChart = echarts.init(nclDom, "dark"); var nclData = pageData.nclChart.data; - var nclOption = { - backgroundColor: "transparent", - grid: { - left: 60, - right: 40, - top: 40, - bottom: 40, + var nclOption = { + backgroundColor: "transparent", + grid: { + left: 60, + right: 40, + top: 40, + bottom: 40, + }, + legend: { + data: ["实际小时排泥量"], + right: 10, + top: 0, + textStyle: { + color: "#9BE8FF", + fontSize: 25, }, - legend: { - data: ["实际小时排泥量"], - right: 10, - top: 0, - textStyle: { - color: "#9BE8FF", - fontSize: 25, + }, + xAxis: { + type: "category", + data: pageData.nclChart.xAxis, + boundaryGap: false, + axisLine: { + lineStyle: { color: "#2C3E50" }, + }, + axisTick: { show: false }, + axisLabel: { + color: "#B7C9E2", + fontSize: 25, + }, + }, + yAxis: { + type: "value", + max: 500, + splitNumber: 5, + axisLine: { show: false }, + axisTick: { show: false }, + axisLabel: { + color: "#B7C9E2", + fontSize: 25, + }, + splitLine: { + lineStyle: { + color: "rgba(255,255,255,0.15)", + type: "dashed", }, }, - xAxis: { - type: "category", - data: pageData.nclChart.xAxis, - boundaryGap: false, - axisLine: { - lineStyle: { color: "#2C3E50" }, - }, - axisTick: { show: false }, - axisLabel: { - color: "#B7C9E2", - fontSize: 25, - }, - }, - yAxis: { - type: "value", - max: 500, - splitNumber: 5, - axisLine: { show: false }, - axisTick: { show: false }, - axisLabel: { - color: "#B7C9E2", - fontSize: 25, - }, - splitLine: { - lineStyle: { - color: "rgba(255,255,255,0.15)", - type: "dashed", + }, + series: [ + { + name: "实际小时排泥量", + type: "line", + smooth: true, + symbol: "none", + lineStyle: { normal: { width: 2 } }, + itemStyle: { normal: { color: "#46F2FF" } }, + areaStyle: { + normal: { + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ + { offset: 0, color: "rgba(70, 242, 255, 0.45)" }, + { offset: 1, color: "rgba(11, 77, 181, 0.05)" }, + ]), + opacity: 1, }, }, + data: nclData, }, - series: [ - { - name: "实际小时排泥量", - type: "line", - smooth: true, - symbol: "none", - lineStyle: { normal: { width: 2 } }, - itemStyle: { normal: { color: "#46F2FF" } }, - areaStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ - { offset: 0, color: "rgba(70, 242, 255, 0.45)" }, - { offset: 1, color: "rgba(11, 77, 181, 0.05)" }, - ]), - opacity: 1, - }, - }, - data: nclData, - }, - ], - }; - nclChart.setOption(nclOption); - window.addEventListener("resize", function () { - nclChart.resize(); - }); + ], + }; + nclChart.setOption(nclOption); + window.addEventListener("resize", function () { + nclChart.resize(); + }); } - + // 质量图表 function initQualityChart() { var qualityDom = document.getElementById("quality-chart"); if (!qualityDom) return; var qualityChart = echarts.init(qualityDom); var qualityData = pageData.qualityChart.data; - var qualityOption = { - backgroundColor: "transparent", - grid: { - left: 60, - right: 40, - top: 40, - bottom: 40, + var qualityOption = { + backgroundColor: "transparent", + grid: { + left: 60, + right: 40, + top: 40, + bottom: 40, + }, + legend: { + data: ["水质量"], + right: 10, + top: 0, + textStyle: { + color: "#9BE8FF", + fontSize: 25, }, - legend: { - data: ["水质量"], - right: 10, - top: 0, - textStyle: { - color: "#9BE8FF", - fontSize: 25, + }, + xAxis: { + type: "category", + data: pageData.qualityChart.xAxis, + boundaryGap: false, + axisLine: { + lineStyle: { color: "#2C3E50" }, + }, + axisTick: { show: false }, + axisLabel: { + color: "#B7C9E2", + fontSize: 25, + }, + }, + yAxis: { + type: "value", + max: 25, + splitNumber: 5, + axisLine: { show: false }, + axisTick: { show: false }, + axisLabel: { + color: "#B7C9E2", + fontSize: 25, + }, + splitLine: { + lineStyle: { + color: "rgba(255,255,255,0.15)", + type: "dashed", }, }, - xAxis: { - type: "category", - data: pageData.qualityChart.xAxis, - boundaryGap: false, - axisLine: { - lineStyle: { color: "#2C3E50" }, - }, - axisTick: { show: false }, - axisLabel: { - color: "#B7C9E2", - fontSize: 25, - }, - }, - yAxis: { - type: "value", - max: 25, - splitNumber: 5, - axisLine: { show: false }, - axisTick: { show: false }, - axisLabel: { - color: "#B7C9E2", - fontSize: 25, - }, - splitLine: { - lineStyle: { - color: "rgba(255,255,255,0.15)", - type: "dashed", + }, + series: [ + { + name: "水质量", + type: "line", + smooth: true, + symbol: "none", + lineStyle: { normal: { width: 2 } }, + itemStyle: { normal: { color: "#46F2FF" } }, + areaStyle: { + normal: { + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ + { offset: 0, color: "rgba(70, 242, 255, 0.45)" }, + { offset: 1, color: "rgba(11, 77, 181, 0.05)" }, + ]), + opacity: 1, }, }, + data: qualityData, }, - series: [ - { - name: "水质量", - type: "line", - smooth: true, - symbol: "none", - lineStyle: { normal: { width: 2 } }, - itemStyle: { normal: { color: "#46F2FF" } }, - areaStyle: { - normal: { - color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ - { offset: 0, color: "rgba(70, 242, 255, 0.45)" }, - { offset: 1, color: "rgba(11, 77, 181, 0.05)" }, - ]), - opacity: 1, - }, - }, - data: qualityData, - }, - ], - }; - qualityChart.setOption(qualityOption); - window.addEventListener("resize", function () { - qualityChart.resize(); - }); + ], + }; + qualityChart.setOption(qualityOption); + window.addEventListener("resize", function () { + qualityChart.resize(); + }); } diff --git a/src/main/webapp/jsp/visual/newSourceGISPage.jsp b/src/main/webapp/jsp/visual/newSourceGISPage.jsp index fb9ff451..59acd080 100644 --- a/src/main/webapp/jsp/visual/newSourceGISPage.jsp +++ b/src/main/webapp/jsp/visual/newSourceGISPage.jsp @@ -35,7 +35,7 @@ pageEncoding="UTF-8"%> position: absolute; top: 20px; left: 20px; - z-index: 1000; + z-index: 999; background-color: rgba(255, 255, 255, 0.9); padding: 15px; border-radius: 5px; @@ -650,9 +650,9 @@ pageEncoding="UTF-8"%> 管长(m) 起点埋深(m) 终点埋深(m) - 起点地面高程(m) - 终点地面高程(m) - 管线内底标高(m) + 高程(m) + 终点高程(m) + 图层 @@ -1110,7 +1110,7 @@ pageEncoding="UTF-8"%> map.addEventListener("zoomstart", function(e) { var newZoom = e.zoom; console.log("[地图缩放] 当前级别:", currentZoomLevel, "目标级别:", newZoom); - if (newZoom < minZoomLevel) { + if (newZoom // var mousePosition = new T.Control.MousePosition({position: T_ANCHOR_BOTTOM_RIGHT}); // map.addControl(mousePosition); - // Data Containers - var sources = []; - var pumpStations = []; - var companies = []; - var wells = []; - var pipelines = []; - var plans = []; - var records = []; - var markers = []; - - // 获取上下文路径 + // ==================== 统一数据管理 ==================== var contextPath = "<%=request.getContextPath()%>"; + var markers = []; + var currentPulse = null; - // 真实API请求函数 - function apiRequest(url, params) { - console.log("API Request:", contextPath + url, params); - return new Promise(function (resolve, reject) { - $.ajax({ - url: contextPath + url, - type: "POST", - data: params || {}, - success: function (data) { - console.log("API Response:", url, data); - resolve(data); - }, - error: function (xhr, status, error) { - console.error("API Request Error:", url, error); - reject(error); - }, - }); - }); - } - - // Mock API Function (保留用于没有真实接口的数据) - function mockApiRequest(url, params) { - return new Promise(function (resolve, reject) { - setTimeout(function () { - console.log("API Request:", url, params); - if (url === "/api/sewage/list") { - resolve([ - { - id: 1, - name: "金山水卫污水厂", - lng: 121.345, - lat: 30.725, - status: 0, - address: "上海金山区金山水卫污水厂", - inFlow: 4774, - outFlow: 4536, - designCapacity: 10, - time: "02-25 17:24", - }, - ]); - } else if (url === "/api/pump/list") { - resolve([])} else if (url === "/api/company/list") { - // Re-generate companies data here or move it inside - var comps = []; - // for (var i = 1; i <= 10; i++) { - // comps.push({ - // id: i, - // code: "C" + (1000 + i), - // name: "企业" + i, - // address: "金山区某工业园路" + i + "号", - // plantCode: "P" + (Math.floor(Math.random() * 2) + 1), - // dischargeCode: "D" + (100 + i), - // discharge: (Math.random() * 500 + 100).toFixed(2), - // dischargePoint: "点位" + i, - // lng: 121.3 + Math.random() * 0.1, - // lat: 30.7 + Math.random() * 0.1, - // }); - // } - resolve(comps); - } else if (url === "/api/well/list") { - var wls = []; - // wls = wls.map(function (item) { - // return { - // id: item.id, - // name: item.name, - // code: item.name, - // pipeName: "", - // pipeCode: "", - // depth: item.depth, - // nature: "", - // attachment: "", - // bottomElev: item.bottomElev, - // lng: item.lng, - // lat: item.lat, - // mapLng: item.mapLng, - // mapLat: item.mapLat, - // road: "", - // town: "", - // zone: "", - // surveyor: "", - // angle: "", - // calLng: "", - // calLat: "", - // spec: item.spec, - // groundElev: item.groundElev, - // }; - // }); - resolve(wls); - } else if (url === "/api/plan/list") { - resolve([]) - }else if (url === "/api/record/list") { - resolve([]) - } else { - reject("Unknown API Endpoint"); - } - }, 500); // Simulate network delay - }); - } - - // 加载企业数据(排污源) - // 接口字段参考 Sewage 实体类和 sewageList.jsp - function loadCompanyData() { - console.log("=== loadCompanyData 函数开始执行 ==="); - return apiRequest("/sparepart/sewage/getList.do", { - page: 1, - rows: 50, - sort: "id", - order: "asc", - unitId:'0533JS', - // int=&unitId=0533JS&processSectionId=&_=1772719506160 - }) - .then(function (data) { - console.log("=== loadCompanyData then 回调执行, data:", data); - - var dataList = data; - if (typeof data === "string") { - try { - dataList = JSON.parse(data); - } catch (e) { - console.error("解析泵站数据失败:", e); - dataList = {}; + // 数据配置:统一管理所有Tab的数据源、表格、转换逻辑 + var dataConfig = { + sewage: { + data: [], + loaded: false, + api: { url: '/api/sewage/list', mock: true }, + tableBody: 'sewage-table-body', + icon: 'icon_wsc.png', + transform: function(item, idx) { + return { + id: item.id, + name: item.name, + lng: item.lng, + lat: item.lat, + status: item.status, + address: item.address, + inFlow: item.inFlow, + outFlow: item.outFlow, + designCapacity: item.designCapacity, + time: item.time + }; + } + }, + pump: { + data: [], + loaded: false, + api: { url: '/user/processSection/getProcessSection4Select.do', mock: false, params: { companyId: 'JSBZ' } }, + tableBody: 'pump-table-body', + icon: 'icon_bz.png', + transform: function(item, idx) { + return { + id: item.id || 'pump_' + idx, + name: item.text || item.name || '', + code: item.id || '', + level: '-', + flow: '-', + status: '-', + time: '-', + lng: 121.32 + idx * 0.01, + lat: 30.76 - idx * 0.005 + }; + } + }, + company: { + data: [], + loaded: false, + api: { url: '/sparepart/sewage/getList.do', mock: false, params: { page: 1, rows: 1000, sort: 'id', order: 'asc', unitId: '0533JS' } }, + tableBody: 'company-table-body', + icon: 'icon_qy.png', + transform: function(item, idx) { + var lng = null, lat = null; + if (item.longitudeLatitude) { + var coords = String(item.longitudeLatitude).split(','); + if (coords.length >= 2) { + lng = parseFloat(coords[0]); + lat = parseFloat(coords[1]); + } else if (coords.length === 1) { + lng = parseFloat(coords[0]); } } - // 接口返回格式: {total: xxx, rows: [...]} - // 每行数据结构: {id, name, address, company: {...}, processSection: {...}, ...} - var list = dataList.rows || []; - console.log( - "企业接口返回数据条数:", - list.length, - "第一条数据:", - list[0], - ); - if (!list || list.length === 0) { - console.error("!!! 企业接口返回数据为空!"); - return []; + if ((!lng || !lat) && item.company) { + lng = lng || item.company.longitude; + lat = lat || item.company.latitude; } - companies = list.map(function (item, idx) { - // item 是每行数据本身,包含 name, address, contractNumber 等 - // item.company 是所属区域信息 - // item.processSection 是所属泵站信息 - - // 解析经纬度 (格式: "经度" 或 "经度,纬度") - var lng = null, - lat = null; - console.log("[企业" + idx + "] " + item.name + " 经纬度原始值:", item.longitudeLatitude); - if (item.longitudeLatitude) { - var coords = String(item.longitudeLatitude).split(","); - if (coords.length >= 2) { - lng = parseFloat(coords[0]); - lat = parseFloat(coords[1]); - } else if (coords.length === 1) { - lng = parseFloat(coords[0]); - } - } - // 如果经纬度不完整,从 company 对象获取 - if ((!lng || !lat) && item.company) { - lng = lng || item.company.longitude; - lat = lat || item.company.latitude; - console.log("[企业" + idx + "] 从 company 对象获取经纬度:", lng, lat); - } - console.log("[企业" + idx + "] 最终经纬度:", lng, lat); - - // 如果经纬度仍然为空,使用默认位置(金山区范围) - if (!lng || !lat) { - lng = 121.3 + idx * 0.01; - lat = 30.7 + idx * 0.005; - console.warn("[企业" + idx + "] " + item.name + " 缺少经纬度,使用默认位置:", lng, lat); - } - return { - id: item.id, - // 合同编号 - contractNumber: item.contractNumber || "", - // 公司名称 - name: item.name || "", - // 地址 - address: item.address || "", - // 所属区域 (company.name) - areaName: item.company ? item.company.name || "" : "", - // 所属泵站ID - processSectionId: item.processSectionId || "", - // 所属泵站名称 (processSection为null时显示空) - processSectionName: item.processSection - ? item.processSection.name || "" - : "", - // 排污许可证编号 - permitNum: item.permitNum || "", - // 排放编号 - ventNum: item.ventNum || "", - // 所属行业 - trade: item.trade || "", - // 实际日排量(吨/天) - displacement: item.displacement - ? item.displacement + "吨/天" - : "-", - // 统一社会信用代码 - societyNumber: item.societyNumber || "", - // 管网所有权单位 - city: item.city || "", - // 联系人 - username: item.username || "", - // 电话 - phone: item.phone || "", - // 经纬度 - longitudeLatitude: item.longitudeLatitude || "", - // 已关联点位 - point: item._point ? "是" : "否", - // 已录入数据 - input: item._input ? "是" : "否", - // 地图坐标 - lng: lng, - lat: lat, - // 保留原始数据 - _raw: item, - }; - }); - console.log("企业数据处理后条数:", companies.length); - return companies; - }) - .catch(function(err) { - console.error('加载企业数据失败:', err); - return []; - }); - } - - // 加载管道数据 - function loadPipelineData() { - console.log("=== loadPipelineData 函数开始执行 ==="); - return apiRequest("/pipeline/pipelineData/getList.do", { - page: 1, - rows: 1000, - sort: "id", - order: "desc", - }) - .then(function (data) { - console.log("管道接口返回数据:", data); - var dataList = data; - if (typeof data === "string") { - try { - dataList = JSON.parse(data); - } catch (e) { - console.error("解析泵站数据失败:", e); - dataList = {}; - } + if (!lng || !lat) { + lng = 121.3 + idx * 0.01; + lat = 30.7 + idx * 0.005; } + return { + id: item.id, + contractNumber: item.contractNumber || '', + name: item.name || '', + address: item.address || '', + areaName: item.company ? item.company.name || '' : '', + processSectionId: item.processSectionId || '', + processSectionName: item.processSection ? item.processSection.name || '' : '', + permitNum: item.permitNum || '', + trade: item.trade || '', + displacement: item.displacement ? item.displacement + '吨/天' : '-', + point: item._point ? '是' : '否', + input: item._input ? '是' : '否', + lng: lng, + lat: lat + }; + } + }, + pipeline: { + data: [], + loaded: false, + // 使用 geo.json 静态文件(ArcGIS JSON 格式) + api: { url: '/jsp/z_bigScreen/geo.json', isStatic: true }, + tableBody: 'pipeline-table-body', + icon: 'icon_gd.png', + // 管线数据转换:适配 geo.json 的 ArcGIS JSON 格式 + // geo.json 结构: { features: [{ attributes: {...}, geometry: { paths: [...] } }] } + transform: function(feature) { + var attr = feature.attributes || {}; + var geom = feature.geometry || {}; + var paths = geom.paths || null; - var list = dataList.rows || []; - pipelines = list.map(function (item) { - return { - id: item.id, - name: item.pipelineName || "-", - diameter: item.diameterMm || "-", - length: item.lengthM || "-", - startDepth: item.startBurialDepthM || "-", - endDepth: item.endBurialDepthM || "-", - startElev: item.startGroundElevationM || "-", - endElev: item.endGroundElevationM || "-", - invertElev: item.pipelineInvertElevationM || "-", - // 管道暂无坐标信息 - path: null, - }; - }); - console.log("管道数据处理后条数:", pipelines.length); - return pipelines; - }) - .catch(function (err) { - console.error("加载管道数据失败:", err); - return []; - }); - } + // 计算管线长度(Shape_Leng 是经纬度差值,转换为米约乘以 111000) + var lengthM = attr.Shape_Leng ? (attr.Shape_Leng * 111000).toFixed(2) : '-'; - // 加载泵站数据(工艺段) - function loadPumpData() { - return apiRequest("/user/processSection/getProcessSection4Select.do", { - companyId: "JSBZ", // 根据排污源信息页面传参 - }) - .then(function (data) { - console.log("泵站接口返回原始数据:", data, "类型:", typeof data); - // 确保data是数组 - var dataList = data; - if (typeof data === "string") { - try { - dataList = JSON.parse(data); - } catch (e) { - console.error("解析泵站数据失败:", e); - dataList = []; - } - } - // 接口返回格式: [{id: xxx, text: xxx}, ...] 或 [{text: xxx}, ...] - pumpStations = (dataList || []).map(function (item, index) { - return { - id: item.id || "pump_" + index, - name: item.text || item.name || "", - code: item.id || "", - level: "-", - flow: "-", - status: "-", - time: "-", - // 泵站暂无坐标信息,使用默认位置 - lng: 121.32 + index * 0.01, - lat: 30.76 - index * 0.005, - }; - }); - console.log("泵站数据处理后:", pumpStations); - return pumpStations; - }) - .catch(function (err) { - console.error("加载泵站数据失败:", err); - return []; - }); - } - - // Initialize Data - 只加载默认Tab(污水厂)的数据 - function loadData() { - // 初始加载污水厂数据 - mockApiRequest("/api/sewage/list") - .then(function (data) { - sources = data; - initSewageTable(); - initMarkers("sewage"); - }) - .catch(function (err) { - console.error("Failed to load sewage data:", err); - }); - } - - // 数据加载状态标记 - var dataLoaded = { - sewage: true, // 初始已加载 - pump: false, - company: false, - pipeline: false, - well: false, - plan: false, - record: false, + return { + id: attr.FID, + name: '管线-' + attr.FID, + diameter: '-', + length: lengthM, + startDepth: '-', + endDepth: '-', + startElev: '-', + endElev: '-', + invertElev: '-', + elevation: attr.Elevation || 0, + color: attr.Color || 6, + layer: attr.Layer || 'WS_LINE', + paths: paths, + handle: attr.Handle, + lineWt: attr.LineWt, + shapeLeng: attr.Shape_Leng + }; + } + } }; - // 按Tab类型加载数据 - function loadTabData(type) { - // 如果数据已加载,直接返回 - if (dataLoaded[type]) { - return Promise.resolve(); - } - - var loadPromise; - - switch (type) { - case "pump": - loadPromise = loadPumpData().then(function (data) { - console.log("loadTabData pump 接收数据:", data); - pumpStations = data; - console.log("pumpStations 赋值后:", pumpStations); - initPumpTable(); - dataLoaded.pump = true; - }); - break; - - case "company": - loadPromise = loadCompanyData().then(function (data) { - console.log("loadTabData company 接收数据:", data); - companies = data; - console.log("companies 赋值后:", companies); - initCompanyTable(); - dataLoaded.company = true; - }); - break; - - case "pipeline": - loadPromise = loadPipelineData().then(function (data) { - console.log("loadTabData pipeline 接收数据:", data); - pipelines = data; - initPipelineTable(); - dataLoaded.pipeline = true; - }); - break; - - case "well": - loadPromise = mockApiRequest("/api/well/list").then( - function (data) { - wells = data; - initWellTable(); - dataLoaded.well = true; + // ==================== 统一API请求 ==================== + function apiRequest(url, params, isMock, isStatic) { + return new Promise(function(resolve, reject) { + if (isMock) { + // Mock数据 + setTimeout(function() { + if (url === '/api/sewage/list') { + resolve([{ + id: 1, name: '金山水卫污水厂', lng: 121.345, lat: 30.725, + status: 0, address: '上海金山区金山水卫污水厂', + inFlow: 4774, outFlow: 4536, designCapacity: 10, time: '02-25 17:24' + }]); + } else { + resolve([]); + } + }, 100); + } else if (isStatic) { + // 静态 JSON 文件请求(GET) + $.ajax({ + url: contextPath + url, + type: 'GET', + dataType: 'json', + success: function(data) { + resolve(data); }, - ); - break; - - case "plan": - loadPromise = mockApiRequest("/api/plan/list").then( - function (data) { - plans = data; - initPlanTable(); - dataLoaded.plan = true; + error: function(xhr, status, error) { + console.error('静态文件加载失败:', url, error); + reject(error); + } + }); + } else { + // 后端 API 请求(POST) + $.ajax({ + url: contextPath + url, + type: 'POST', + data: params || {}, + success: function(data) { + var result = data; + if (typeof data === 'string') { + try { result = JSON.parse(data); } catch(e) { result = {}; } + } + resolve(result); }, - ); - break; - - case "record": - loadPromise = mockApiRequest("/api/record/list").then( - function (data) { - records = data; - initRecordTable(); - dataLoaded.record = true; - }, - ); - break; - - default: - return Promise.resolve(); - } - - return loadPromise.catch(function (err) { - console.error("加载" + type + "数据失败:", err); + error: function(xhr, status, error) { + console.error('API Error:', url, error); + reject(error); + } + }); + } }); } - // Call loadData for initial tab - loadData(); + // ==================== 统一数据加载 ==================== + function loadData(type) { + var config = dataConfig[type]; + if (!config || config.loaded) return Promise.resolve(config.data); - function initMarkers(dataType) { - // Close any open info window on the map + var api = config.api; + return apiRequest(api.url, api.params, api.mock, api.isStatic).then(function(res) { + // 根据数据源类型提取数据列表 + var list = []; + if (api.isStatic && res.features) { + // 静态 JSON 文件(ArcGIS JSON 格式) + list = res.features; + } else if (res.rows) { + // 后端 API 返回格式 + list = res.rows; + } else if (Array.isArray(res)) { + // 直接返回数组 + list = res; + } + config.data = list.map(config.transform); + config.loaded = true; + console.log('[' + type + '] 加载完成:', config.data.length, '条'); + return config.data; + }).catch(function(err) { + console.error('[' + type + '] 加载失败:', err); + return []; + }); + } + + // ==================== 统一表格渲染 ==================== + var tableRenderers = { + sewage: function(data) { + if (!data.length) return '暂无数据'; + var html = ''; + data.forEach(function(item, i) { + var statusText = item.status === 0 ? '在线' : item.status === 1 ? '告警' : '离线'; + html += '' + + '' + (i+1) + '' + + '' + + '' + item.name + '' + + '' + (item.outFlow || 0) + 'm³/h' + + '' + (item.inFlow || 0) + 'm³/h' + + '' + statusText + '' + + '' + (item.designCapacity || '-') + '' + + '' + (item.address || '-') + '' + + '' + (item.time || '-') + ''; + }); + return html; + }, + pump: function(data) { + if (!data.length) return '暂无数据'; + var html = ''; + data.forEach(function(item, i) { + html += '' + + '' + (i+1) + '' + + '' + (item.name || '-') + '' + + '' + (item.level || '-') + '' + + '' + (item.flow || '-') + '' + + '' + (item.status || '-') + '' + + '' + (item.time || '-') + ''; + }); + return html; + }, + company: function(data) { + if (!data.length) return '暂无数据'; + var html = ''; + data.forEach(function(item, i) { + html += '' + + '' + (i+1) + '' + + '' + (item.contractNumber || '-') + '' + + '' + (item.name || '-') + '' + + '' + (item.address || '-') + '' + + '' + (item.areaName || '-') + '' + + '' + (item.processSectionName || '-') + '' + + '' + (item.permitNum || '-') + '' + + '' + (item.trade || '-') + '' + + '' + (item.displacement || '-') + '' + + '' + (item.point || '-') + '' + + '' + (item.input || '-') + ''; + }); + return html; + }, + pipeline: function(data) { + if (!data.length) return '暂无数据'; + var html = '', totalLength = 0; + data.forEach(function(item, i) { + html += '' + + '' + + '' + (i+1) + '' + + '' + (item.name || '-') + '' + + '' + (item.diameter || '-') + '' + + '' + (item.length || '-') + '' + + '' + (item.startDepth || '-') + '' + + '' + (item.endDepth || '-') + '' + + '' + (item.elevation || 0).toFixed(2) + '' + + '-' + + '' + (item.layer || '-') + ''; + totalLength += parseFloat(item.length) || 0; + }); + setTimeout(function() { + var d = document.getElementById('pipe-total-diameter'); + var l = document.getElementById('pipe-total-length'); + if (d) d.innerText = '--'; + if (l) l.innerText = totalLength.toFixed(2); + }, 0); + return html; + } + }; + + function renderTable(type) { + var config = dataConfig[type]; + var tbody = document.getElementById(config.tableBody); + if (!tbody) return; + var renderer = tableRenderers[type]; + if (renderer) { + tbody.innerHTML = renderer(config.data); + } + } + + // ==================== 初始化入口 ==================== + function initPage() { + // 加载默认Tab数据 + loadData('sewage').then(function() { + renderTable('sewage'); + initMarkers('sewage'); + }); + } + initPage(); + + // ==================== 统一地图标记管理 ==================== + function initMarkers(type) { map.closeInfoWindow(); - - // Clear existing markers - markers.forEach(function (m) { + // 清除现有标记 + markers.forEach(function(m) { if (m.marker) map.removeOverLay(m.marker); if (m.label) map.removeOverLay(m.label); - if (m.infoWindow) { - if (m.marker.closeInfoWindow) m.marker.closeInfoWindow(); - } }); markers = []; if (currentPulse) { map.removeOverLay(currentPulse); currentPulse = null; } + // 清除管线覆盖物 + clearPipelines(); - var type = dataType || "sewage"; - var layers = []; + var config = dataConfig[type]; + if (!config || !config.data.length) return; - if (type === "sewage") layers.push({ type: "sewage", data: sources }); - else if (type === "pump") - layers.push({ type: "pump", data: pumpStations }); - else if (type === "company") { - console.log("[initMarkers] 准备创建企业标记, companies 数据:", companies); - layers.push({ type: "company", data: companies }); + // 管线类型使用 Polyline 渲染 + if (type === 'pipeline') { + renderPipelines(config.data); + return; } - else if (type === "well") layers.push({ type: "well", data: wells }); - else if (type === "pipeline") { - layers.push({ type: "pipeline", data: pipelines }); - layers.push({ type: "well", data: wells }); - } - console.log("[initMarkers] type:", type, "layers:", layers); - layers.forEach(function (layer) { - var currentType = layer.type; - console.log("currentType", currentType); - if (layer.data && layer.data.length > 0) { - layer.data.forEach(function (item) { - // Handle Pipelines (Polyline) - if (currentType === "pipeline") { - if (!item.path || item.path.length < 2) return; - var points = item.path.map(function (p) { - return new T.LngLat(p[0], p[1]); - }); - var polyline = new T.Polyline(points, { - color: "blue", - weight: 4, - opacity: 0.8, - }); - map.addOverLay(polyline); + // 其他类型使用 Marker 渲染 + config.data.forEach(function(item) { + if (!item.lng || !item.lat) return; - var infoContent = - "
"; - infoContent += - "管线 #" + - item.id + - "
"; - infoContent += "管径: " + item.diameter + "mm
"; - infoContent += "长度: " + item.length + "m
"; - infoContent += "
"; + var point = new T.LngLat(item.lng, item.lat); + var icon = new T.Icon({ + iconUrl: contextPath + '/IMG/' + config.icon, + iconSize: new T.Point(18, 18), + iconAnchor: new T.Point(15, 15) + }); + var marker = new T.Marker(point, { icon: icon }); + map.addOverLay(marker); - var infoWindow = new T.InfoWindow(infoContent, { - offset: new T.Point(0, 0), - }); - polyline.addEventListener("click", function (e) { - var point = e.lnglat; // Get click position - map.openInfoWindow(infoWindow, point); - }); + // 标签 + var labelColor = type === 'sewage' ? (item.status === 1 ? '#FFCC00' : item.status === 2 ? 'red' : 'green') : + type === 'pump' ? 'blue' : type === 'company' ? '#9932CC' : '#666'; + var labelContent = type === 'company' ? + '
' + + '
' + (item.contractNumber || '-') + '
' + + '
' + (item.name || '-') + '
' + + '
' + (item.displacement || '-') + '
' : + '
' + item.name + '
'; - markers.push({ - marker: polyline, - data: item, - infoWindow: infoWindow, - label: null, - }); - return; - } + var label = new T.Label({ text: labelContent, position: point, offset: new T.Point(-30, -30) }); + label.setBackgroundColor('transparent'); + label.setBorderLine(0); + map.addOverLay(label); - // Use mapLng/mapLat if available (for wells with projected coords in table), otherwise standard lng/lat - var lng = item.mapLng || item.lng; - var lat = item.mapLat || item.lat; - - console.log("[initMarkers] " + currentType + " - " + item.name + " 经纬度:", lng, lat); - if (!lng || !lat) { - console.warn("[initMarkers] 跳过 " + item.name + " 无有效经纬度"); - return; - } - - var point = new T.LngLat(lng, lat); - - // Create Marker - var marker; - console.log("currentType", currentType); - if (currentType === "well") { - var icon = new T.Icon({ - iconUrl: "<%=request.getContextPath()%>/IMG/wsgj.png", - iconSize: new T.Point(10, 10), - iconAnchor: new T.Point(15, 15), - }); - marker = new T.Marker(point, { icon: icon }); - } else if (currentType === "pipeline-node") { - var icon = new T.Icon({ - iconUrl: "<%=request.getContextPath()%>/IMG/icon_gd.png", - iconSize: new T.Point(18, 18), - iconAnchor: new T.Point(15, 15), - }); - marker = new T.Marker(point, { icon: icon }); - } else if (currentType === "pump") { - var icon = new T.Icon({ - iconUrl: "<%=request.getContextPath()%>/IMG/icon_bz.png", - iconSize: new T.Point(18, 18), - iconAnchor: new T.Point(15, 15), - }); - marker = new T.Marker(point, { icon: icon }); - } else if (currentType === "company") { - var icon = new T.Icon({ - iconUrl: "<%=request.getContextPath()%>/IMG/icon_qy.png", - iconSize: new T.Point(18, 18), - iconAnchor: new T.Point(15, 15), - }); - marker = new T.Marker(point, { icon: icon }); - console.log("[initMarkers] 创建企业标记成功:", item.name, "位置:", lng, lat); - } else if (currentType === "sewage") { - var icon = new T.Icon({ - iconUrl: "<%=request.getContextPath()%>/IMG/icon_wsc.png", - iconSize: new T.Point(18, 18), - iconAnchor: new T.Point(15, 15), - }); - marker = new T.Marker(point, { icon: icon }); - } else { - marker = new T.Marker(point); - } - map.addOverLay(marker); - - var labelColor = "green"; - // Simple status logic for demo - if (currentType === "sewage") { - if (item.status === 1) labelColor = "#FFCC00"; - else if (item.status === 2) labelColor = "red"; - } else if (currentType === "pump") { - labelColor = "blue"; - } else if (currentType === "company") { - labelColor = "#9932CC"; - } else if (currentType === "well") { - labelColor = "#666"; - } - - if (currentType !== "well") { - // Set label - var labelContent; - if (currentType === "company") { - // 企业标签显示:编号、名称、日排放量 - labelContent = - "
" + - "
" + (item.contractNumber|| "-") + "
" + - "
" + (item.name || "-") + "
" + - "
" + (item.displacement || "-") + "
" + - "
"; - } else { - labelContent = - "
" + - item.name + - "
"; - } - - var label = new T.Label({ - text: labelContent, - position: point, - offset: new T.Point(-30, -30), - // offset: new T.Point(0, 0), - }); - label.setBackgroundColor("transparent"); - label.setBorderLine(0); - map.addOverLay(label); - } - - // InfoWindow Content Construction - var infoContent = - "
"; - infoContent += - "" + - item.name + - "
"; - - if (currentType === "sewage") { - var sewageStatusText = - item.status === 0 - ? "在线" - : item.status === 1 - ? "告警" - : "离线"; - infoContent += "出口流量: " + (item.outFlow || 0) + "m³/h
"; - infoContent += "入口流量: " + (item.inFlow || 0) + "m³/h
"; - infoContent += "状态: " + sewageStatusText + "
"; - infoContent += - "设计能力: " + (item.designCapacity || "-") + "万吨/天
"; - // infoContent += "详细地址: " + (item.address || "-") + "
"; - // infoContent += "监测时间: " + (item.time || "-") + "
"; - } else if (currentType === "pump") { - infoContent += "泵站名称: " + item.name + "
"; - infoContent += "流量: " + item.flow + "m³/h
"; - infoContent += "监测时间: " + item.time + "
"; - } else if (currentType === "company") { - infoContent += "合同编号: " + (item.contractNumber || "-") + "
"; - infoContent += "企业名称: " + (item.name || "-") + "
"; - infoContent += "日排放量: " + (item.displacement || "-") + "
"; - } else if (currentType === "well") { - infoContent += "深度: " + item.depth + "
"; - infoContent += "规格: " + item.spec + "
"; - } - infoContent += "
"; - - var infoWindow = new T.InfoWindow(infoContent, { - offset: new T.Point(0, 0), - }); - - // if (currentType === 'well') { - // marker.addEventListener('click', function() { - // document.getElementById('well_id').value = item.id; - // document.getElementById('well_name').value = item.name || ''; - // document.getElementById('well_code').value = item.code || ''; - // document.getElementById('well_pipe_name').value = item.pipeName || ''; - // document.getElementById('well_pipe_code').value = item.pipeCode || ''; - // document.getElementById('well_depth').value = item.depth || ''; - // document.getElementById('well_nature').value = item.nature || ''; - // document.getElementById('well_attachment').value = item.attachment || ''; - // document.getElementById('well_bottom_elev').value = item.bottomElev || ''; - // document.getElementById('well_lng').value = item.lng || ''; - // document.getElementById('well_lat').value = item.lat || ''; - // document.getElementById('well_road').value = item.road || ''; - // document.getElementById('well_town').value = item.town || ''; - // document.getElementById('well_zone').value = item.zone || ''; - // document.getElementById('well_surveyor').value = item.surveyor || ''; - // document.getElementById('well_angle').value = item.angle || ''; - // document.getElementById('well_cal_lng').value = item.calLng || ''; - // document.getElementById('well_cal_lat').value = item.calLat || ''; - // document.getElementById('well_spec').value = item.spec || ''; - // document.getElementById('well_ground_elev').value = item.groundElev || ''; - - // $('#wellEditModal').modal('show'); - // }); - // } else { - marker.addEventListener("click", function () { - this.openInfoWindow(infoWindow); - }); - // } - - markers.push({ - marker: marker, - data: item, - infoWindow: infoWindow, - label: label, - }); - }); + // 信息窗口 + var infoHtml = '
' + item.name + '
'; + if (type === 'sewage') { + infoHtml += '出口流量: ' + (item.outFlow || 0) + 'm³/h
入口流量: ' + (item.inFlow || 0) + 'm³/h
状态: ' + (item.status === 0 ? '在线' : item.status === 1 ? '告警' : '离线') + '
设计能力: ' + (item.designCapacity || '-') + '万吨/天'; + } else if (type === 'company') { + infoHtml += '合同编号: ' + (item.contractNumber || '-') + '
企业名称: ' + (item.name || '-') + '
日排放量: ' + (item.displacement || '-'); + } else if (type === 'pump') { + infoHtml += '流量: ' + (item.flow || '-') + 'm³/h'; } + infoHtml += '
'; + + var infoWindow = new T.InfoWindow(infoHtml, { offset: new T.Point(0, 0) }); + marker.addEventListener('click', function() { this.openInfoWindow(infoWindow); }); + + markers.push({ marker: marker, label: label, data: item, infoWindow: infoWindow }); }); } - // Selection Logic - var currentPulse = null; // Track the pulse overlay + // ==================== 管线渲染(参考 geocopy.html)==================== + // 存储管线覆盖物,用于清除 + var pipelineOverlays = []; + var pipelineDataLoaded = false; // 标记管线数据是否已加载 - // 通用的选择标记函数(带脉冲动画效果) + function clearPipelines() { + pipelineOverlays.forEach(function(overlay) { + map.removeOverLay(overlay); + }); + pipelineOverlays = []; + } + + function renderPipelines(pipelines) { + // 先清除之前的管线 + clearPipelines(); + + pipelines.forEach(function(item) { + if (!item.paths || !item.paths.length) return; + + // ArcGIS JSON 格式: paths 是数组,每个元素是一条路径 [[lng,lat], [lng,lat], ...] + // 一条管线可能有多条路径(分支) + var pathsArray = item.paths; + + // 如果 paths 的第一个元素不是数组,说明是单路径格式,需要包装 + if (!Array.isArray(pathsArray[0]) || !Array.isArray(pathsArray[0][0])) { + pathsArray = [pathsArray]; + } + + // 按颜色区分管线(参考 geocopy.html 的颜色逻辑) + // Color === 6 为蓝色,其他为红色 + var lineColor = item.color === 6 ? '#0099ff' : '#ff3300'; + + // 渲染每条路径 + pathsArray.forEach(function(pathCoords) { + if (!pathCoords || pathCoords.length < 2) return; + + var points = pathCoords.map(function(p) { + return new T.LngLat(p[0], p[1]); + }); + + var polyline = new T.Polyline(points, { + color: lineColor, + weight: 3, + opacity: 0.8 + }); + map.addOverLay(polyline); + pipelineOverlays.push(polyline); + + // 信息窗口 + var infoHtml = '
' + + '管线 #' + item.id + '
' + + '名称: ' + (item.name || '-') + '
' + + '管长: ' + (item.length || '-') + ' m
' + + '高程: ' + (item.elevation || 0).toFixed(2) + ' m
' + + // '图层: ' + (item.layer || '-') + '
' + + // '颜色: ' + (item.color === 6 ? '蓝色' : '红色') + + '
'; + + var infoWindow = new T.InfoWindow(infoHtml, { offset: new T.Point(0, 0) }); + polyline.addEventListener('click', function(e) { + map.openInfoWindow(infoWindow, e.lnglat); + }); + + markers.push({ marker: polyline, label: null, data: item, infoWindow: infoWindow }); + }); + }); + + console.log('[管线渲染] 完成,共渲染 ' + pipelineOverlays.length + ' 条管线段'); + } + + // ==================== 标记选择 ==================== function selectMarker(name, type) { - var target = markers.find(function (m) { - return m.data.name === name && (type ? m.data.type === type || m.marker._type === type : true); + var target = markers.find(function(m) { return m.data.name === name; }); + if (!target) { console.warn('未找到标记:', name); return; } + + map.panTo(target.marker.getLngLat()); + target.marker.openInfoWindow(target.infoWindow); + + if (currentPulse) map.removeOverLay(currentPulse); + var pulseLabel = new T.Label({ + text: '
', + position: target.marker.getLngLat(), + offset: new T.Point(-15, -15) }); - if (target) { - // 1. Center Map (Pan to target) - map.panTo(target.marker.getLngLat()); - - // 2. Open InfoWindow - target.marker.openInfoWindow(target.infoWindow); - - // 3. Selection Effect - Dynamic Blue Pulse Circle at Marker Location - if (currentPulse) { - map.removeOverLay(currentPulse); - } - - var pulseContent = "
"; - var pulseLabel = new T.Label({ - text: pulseContent, - position: target.marker.getLngLat(), - offset: new T.Point(-15, -15), // Half of width/height (30px) - }); - pulseLabel.setBackgroundColor("transparent"); - pulseLabel.setBorderLine(0); - map.addOverLay(pulseLabel); - currentPulse = pulseLabel; - - console.log("[selectMarker] 已定位到:", name, "类型:", type); - } else { - console.warn("[selectMarker] 未找到标记:", name, "类型:", type); - } + pulseLabel.setBackgroundColor('transparent'); + pulseLabel.setBorderLine(0); + map.addOverLay(pulseLabel); + currentPulse = pulseLabel; } - // 污水厂选择(保持兼容) - function selectSource(name) { - selectMarker(name, 'sewage'); - // Update Radio Button in List - var radios = document.getElementsByName("sewage-select"); - if (radios.length > 0) { - for (var i = 0; i < radios.length; i++) { - if (radios[i].value === name) { - radios[i].checked = true; - break; - } - } - } - } - - // 泵站选择 - function selectPump(name) { - selectMarker(name, 'pump'); - } - - // 企业选择 function selectCompany(index) { - var item = companies[index]; - if (item && item.lng && item.lat) { - // 先定位地图 - map.panTo(new T.LngLat(item.lng, item.lat)); - map.setZoom(15); - - // 查找并打开信息窗口 - var target = markers.find(function (m) { - return m.data.name === item.name; - }); - if (target) { - // 打开信息窗口 - target.marker.openInfoWindow(target.infoWindow); - - // 显示脉冲动画效果 - if (currentPulse) { - map.removeOverLay(currentPulse); - } - - var pulseContent = "
"; - var pulseLabel = new T.Label({ - text: pulseContent, - position: target.marker.getLngLat(), - offset: new T.Point(-15, -15), - }); - pulseLabel.setBackgroundColor("transparent"); - pulseLabel.setBorderLine(0); - map.addOverLay(pulseLabel); - currentPulse = pulseLabel; - } - console.log("[selectCompany] 已定位到企业:", item.name); - } + var item = dataConfig.company.data[index]; + if (!item || !item.lng || !item.lat) return; + map.panTo(new T.LngLat(item.lng, item.lat)); + map.setZoom(15); + selectMarker(item.name, 'company'); } - function initSewageTable() { - var sewagePlants = sources; - var tbody = document.getElementById("sewage-table-body"); - var html = ""; - sewagePlants.forEach(function (item, index) { - var rowClass = index % 2 === 0 ? "" : "info"; - var statusText = - item.status === 0 ? "在线" : item.status === 1 ? "告警" : "离线"; - html += - ''; - html += '' + (index + 1) + ""; - html += - ''; - html += - '' + - item.name + - ""; - html += '' + (item.outFlow || 0) + "m³/h"; - html += '' + (item.inFlow || 0) + "m³/h"; - html += '' + statusText + ""; - html += - '' + (item.designCapacity || "-") + ""; - html += "" + (item.address || "-") + ""; - html += '' + (item.time || "-") + ""; - html += ""; - }); - tbody.innerHTML = html; - } - - function initPumpTable() { - console.log("initPumpTable 被调用, pumpStations:", pumpStations); - var tbody = document.getElementById("pump-table-body"); - console.log("tbody 元素:", tbody); - if (!tbody) { - console.error("找不到 pump-table-body 元素!"); + // 选择管道并定位 + function selectPipeline(index) { + var item = dataConfig.pipeline.data[index]; + if (!item || !item.paths || !item.paths.length) { + console.warn('管道数据无效:', index); return; } - var html = ""; - if (!pumpStations || pumpStations.length === 0) { - console.warn("pumpStations 为空或长度为0"); - tbody.innerHTML = - '暂无数据'; - return; + + // 计算管道中心点 + var paths = item.paths; + // 如果是 ArcGIS JSON 格式,paths 是三维数组 + if (Array.isArray(paths[0]) && Array.isArray(paths[0][0])) { + paths = paths[0]; } - pumpStations.forEach(function (station, index) { - var rowClass = index % 2 === 0 ? "" : "info"; - html += ''; - html += '' + (index + 1) + ""; - html += - '' + (station.name || "-") + ""; - html += '' + (station.level || "-") + ""; - html += '' + (station.flow || "-") + ""; - html += - '' + (station.status || "-") + ""; - html += '' + (station.time || "-") + ""; - html += ""; - }); - console.log("生成的表格HTML长度:", html.length); - tbody.innerHTML = html; - } - - function saveWellData() { - var id = document.getElementById("well_id").value; - var wellIndex = wells.findIndex(function (w) { - return w.id == id; + // 计算所有点的中心 + var sumLng = 0, sumLat = 0, count = 0; + paths.forEach(function(p) { + sumLng += p[0]; + sumLat += p[1]; + count++; }); - if (wellIndex > -1) { - // Update properties - wells[wellIndex].name = document.getElementById("well_name").value; - wells[wellIndex].code = document.getElementById("well_code").value; - wells[wellIndex].pipeName = - document.getElementById("well_pipe_name").value; - wells[wellIndex].pipeCode = - document.getElementById("well_pipe_code").value; - wells[wellIndex].depth = document.getElementById("well_depth").value; - wells[wellIndex].nature = - document.getElementById("well_nature").value; - wells[wellIndex].attachment = - document.getElementById("well_attachment").value; - wells[wellIndex].bottomElev = - document.getElementById("well_bottom_elev").value; - wells[wellIndex].lng = document.getElementById("well_lng").value; - wells[wellIndex].lat = document.getElementById("well_lat").value; - wells[wellIndex].road = document.getElementById("well_road").value; - wells[wellIndex].town = document.getElementById("well_town").value; - wells[wellIndex].zone = document.getElementById("well_zone").value; - wells[wellIndex].surveyor = - document.getElementById("well_surveyor").value; - wells[wellIndex].angle = document.getElementById("well_angle").value; - wells[wellIndex].calLng = - document.getElementById("well_cal_lng").value; - wells[wellIndex].calLat = - document.getElementById("well_cal_lat").value; - wells[wellIndex].spec = document.getElementById("well_spec").value; - wells[wellIndex].groundElev = - document.getElementById("well_ground_elev").value; + if (count === 0) return; - // Update map coordinates if calibration values are provided - var calLng = document.getElementById("well_cal_lng").value; - var calLat = document.getElementById("well_cal_lat").value; - if (calLng && calLat) { - wells[wellIndex].mapLng = calLng; - wells[wellIndex].mapLat = calLat; - } + var centerLng = sumLng / count; + var centerLat = sumLat / count; - // Re-render markers if currently on well tab - // Check if current active tab is well tab - if ( - document.getElementById("tab-well").classList.contains("active") - ) { - initMarkers("well"); - } + // 定位到管道中心 + map.panTo(new T.LngLat(centerLng, centerLat)); + map.setZoom(16); - $("#wellEditModal").modal("hide"); + // 高亮显示选中的管道 + highlightPipeline(item); - // Optional: Show success message - // alert('保存成功!'); - } + console.log('[管道定位] ' + item.name + ', 中心: (' + centerLng.toFixed(6) + ', ' + centerLat.toFixed(6) + ')'); } - // initMarkers() 和表格初始化在 loadData() 完成后调用 - // 不要在这里单独调用,否则会使用空数据 + // 高亮显示管道 + var highlightedPipeline = null; + function highlightPipeline(item) { + // 移除之前的高亮 + if (highlightedPipeline) { + map.removeOverLay(highlightedPipeline); + highlightedPipeline = null; + } - // 数据定义 (pipelines 和 wells) 已在 loadData() 中加载 - // 如果需要默认数据,请在 loadData() 的 mockApiRequest 中配置 + if (!item.paths || !item.paths.length) return; - // --------------------------------------------------------- - // 坐标转换处理 - // 如果源数据是百度坐标(BD-09),需要转换为天地图坐标(WGS-84) - // --------------------------------------------------------- - // 默认不转换 (false),如果您确认源数据是百度坐标,请将此变量设置为 true - var IS_SOURCE_BAIDU = false; + var paths = item.paths; + if (Array.isArray(paths[0]) && Array.isArray(paths[0][0])) { + paths = paths[0]; + } - if (IS_SOURCE_BAIDU) { - console.log("正在将百度坐标转换为天地图坐标..."); - pipelines.forEach(function (p) { - if (p.path) { - p.path = p.path.map(function (pt) { - return CoordTransform.bd09_to_wgs84(pt[0], pt[1]); - }); - } + var points = paths.map(function(p) { + return new T.LngLat(p[0], p[1]); }); - wells.forEach(function (w) { - if (w.mapLng && w.mapLat) { - var converted = CoordTransform.bd09_to_wgs84( - parseFloat(w.mapLng), - parseFloat(w.mapLat), - ); - w.mapLng = converted[0]; - w.mapLat = converted[1]; - } + // 创建高亮管道(更粗、更亮) + var lineColor = item.color === 6 ? '#0099ff' : '#ff3300'; + highlightedPipeline = new T.Polyline(points, { + color: lineColor, + weight: 6, + opacity: 1 }); + map.addOverLay(highlightedPipeline); + + // 显示信息窗口 + var infoHtml = '
' + + '管线 #' + item.id + '
' + + '名称: ' + (item.name || '-') + '
' + + '管长: ' + (item.length || '-') + ' m
' + + '高程: ' + (item.elevation || 0).toFixed(2) + ' m
' + + '
'; + + var infoWindow = new T.InfoWindow(infoHtml, { offset: new T.Point(0, -10) }); + map.openInfoWindow(infoWindow, new T.LngLat(points[0].lng, points[0].lat)); } - function initCompanyTable() { - console.log("initCompanyTable 被调用, companies:", companies); - var tbody = document.getElementById("company-table-body"); - console.log("company-table-body 元素:", tbody); - if (!tbody) { - console.error("找不到 company-table-body 元素!"); - return; - } - var html = ""; - if (!companies || companies.length === 0) { - console.warn("companies 为空或长度为0"); - tbody.innerHTML = - '暂无数据'; - return; - } - companies.forEach(function (item, index) { - var rowClass = index % 2 === 0 ? "" : "info"; - - html += - ''; - html += '' + (index + 1) + ""; - html += "" + (item.contractNumber || "-") + ""; - html += "" + (item.name || "-") + ""; - html += "" + (item.address || "-") + ""; - html += '' + (item.areaName || "-") + ""; - html += - '' + - (item.processSectionName || "-") + - ""; - html += - '' + (item.permitNum || "-") + ""; - html += '' + (item.trade || "-") + ""; - html += - '' + (item.displacement || "-") + ""; - html += '' + (item.point || "-") + ""; - html += '' + (item.input || "-") + ""; - html += ""; - }); - console.log("生成的企业表格HTML长度:", html.length); - tbody.innerHTML = html; - } - - function initPipelineTable() { - console.log("initPipelineTable 被调用, pipelines:", pipelines); - var tbody = document.getElementById("pipeline-table-body"); - console.log("pipeline-table-body 元素:", tbody); - if (!tbody) { - console.error("找不到 pipeline-table-body 元素!"); - return; - } - var html = ""; - if (!pipelines || pipelines.length === 0) { - console.warn("pipelines 为空或长度为0"); - tbody.innerHTML = - '暂无数据'; - return; - } - var totalDiameter = 0; - var totalLength = 0; - - pipelines.forEach(function (item, index) { - var rowClass = index % 2 === 0 ? "" : "info"; - - html += ''; - html += - ''; - html += '' + (index + 1) + ""; - html += "" + (item.name || "-") + ""; - html += '' + (item.diameter || "-") + ""; - html += '' + (item.length || "-") + ""; - html += '' + (item.startDepth || "-") + ""; - html += '' + (item.endDepth || "-") + ""; - html += '' + (item.startElev || "-") + ""; - html += '' + (item.endElev || "-") + ""; - html += '' + (item.invertElev || "-") + ""; - html += ""; - - // Calculate totals - var d = parseFloat(item.diameter) || 0; - var l = parseFloat(item.length) || 0; - totalDiameter += d; - totalLength += l; - }); - console.log("生成的管道表格HTML长度:", html.length); - tbody.innerHTML = html; - - // Update Summary - var diamElem = document.getElementById("pipe-total-diameter"); - var lenElem = document.getElementById("pipe-total-length"); - if (diamElem) diamElem.innerText = totalDiameter.toFixed(2); - if (lenElem) lenElem.innerText = totalLength.toFixed(2); - } - - function initWellTable() { - var tbody = document.getElementById("well-table-body"); - if (!tbody) { - console.error("找不到 well-table-body 元素!"); - return; - } - if (!wells || wells.length === 0) { - tbody.innerHTML = '暂无数据'; - return; - } - var html = ""; - wells.forEach(function (item, index) { - var rowClass = index % 2 === 0 ? "" : "info"; - - html += ''; - html += - ''; - html += '' + (index + 1) + ""; - html += "" + item.name + ""; - html += '' + item.depth + ""; - html += '' + item.bottomElev + ""; - html += '' + item.groundElev + ""; - html += '' + item.spec + ""; - html += '' + item.lng + ""; - html += '' + item.lat + ""; - html += ""; - }); - tbody.innerHTML = html; - } - - // initCompanyTable(), initPipelineTable(), initWellTable() 已在 loadData() 完成后调用 - // 不要在这里重复调用 - - // plans 和 records 数据已在 loadData() 中通过 mockApiRequest 加载 - // 不要在这里重复定义,否则会覆盖已加载的数据 - - function initPlanTable() { - var tbody = document.getElementById("plan-table-body"); - if (!tbody) { - console.error("找不到 plan-table-body 元素!"); - return; - } - if (!plans || plans.length === 0) { - tbody.innerHTML = '暂无数据'; - return; - } - var html = ""; - plans.forEach(function (item, index) { - var rowClass = index % 2 === 0 ? "" : "info"; - - html += ''; - html += - ''; - html += '' + (index + 1) + ""; - html += "" + item.name + ""; - - var statusColor = item.status === "启用" ? "green" : "red"; - html += - '' + - item.status + - ""; - - html += '' + item.duration + ""; - html += '' + item.interval + ""; - html += '' + item.startTime + ""; - html += '' + item.endTime + ""; - html += ""; - }); - tbody.innerHTML = html; - } - - function initRecordTable() { - var tbody = document.getElementById("record-table-body"); - if (!tbody) { - console.error("找不到 record-table-body 元素!"); - return; - } - if (!records || records.length === 0) { - tbody.innerHTML = '暂无数据'; - return; - } - var html = ""; - records.forEach(function (item, index) { - var rowClass = index % 2 === 0 ? "" : "info"; - - html += ''; - html += - ''; - html += '' + (index + 1) + ""; - html += "" + item.taskName + ""; - - var statusColor = "black"; - if (item.status === "已完成") statusColor = "green"; - else if (item.status === "未完成") statusColor = "red"; - else if (item.status === "进行中") statusColor = "blue"; - - html += - '' + - item.status + - ""; - html += '' + item.planStartTime + ""; - html += '' + item.planEndTime + ""; - html += '' + item.actualTime + ""; - html += ""; - }); - tbody.innerHTML = html; - } - - // initPlanTable() 和 initRecordTable() 已在 loadData() 完成后调用 - // 不要在这里重复调用 - - // Drawer Logic - function toggleDrawer() { - var drawer = document.getElementById("rightDrawer"); - var icon = document.getElementById("drawer-toggle-icon"); - if (drawer.classList.contains("drawer-collapsed")) { - drawer.classList.remove("drawer-collapsed"); - icon.innerHTML = ">"; - } else { - drawer.classList.add("drawer-collapsed"); - icon.innerHTML = "<"; - } - } - - // Drawer Resizer Logic - var resizer = document.getElementById("drawerResizer"); - var drawer = document.getElementById("rightDrawer"); - var startX, startWidth; - - resizer.addEventListener("mousedown", function (e) { - startX = e.clientX; - startWidth = parseInt( - document.defaultView.getComputedStyle(drawer).width, - 10, - ); - - // Disable transition during drag - drawer.style.transition = "none"; - - document.documentElement.addEventListener("mousemove", doDrag, false); - document.documentElement.addEventListener("mouseup", stopDrag, false); - - // Prevent text selection - e.preventDefault(); - }); - - function doDrag(e) { - // Calculate new width (dragging left increases width) - var newWidth = startWidth + (startX - e.clientX); - - // Min/Max width constraints - if (newWidth < 300) newWidth = 300; - if (newWidth > 1000) newWidth = 1000; - - drawer.style.width = newWidth + "px"; - } - - function stopDrag(e) { - // Restore transition - drawer.style.transition = "transform 0.3s ease"; - - document.documentElement.removeEventListener( - "mousemove", - doDrag, - false, - ); - document.documentElement.removeEventListener( - "mouseup", - stopDrag, - false, - ); - } - + // ==================== Tab切换 ==================== function switchTab(tabId, navItem) { - console.log("switchTab 被调用, tabId:", tabId); - // Update Nav Items - var navItems = document.querySelectorAll(".drawer-nav-item"); - navItems.forEach(function (item) { - item.classList.remove("active"); - }); - navItem.classList.add("active"); + // 更新导航样式 + document.querySelectorAll('.drawer-nav-item').forEach(function(item) { item.classList.remove('active'); }); + navItem.classList.add('active'); - // Update Content Panes - var panes = document.querySelectorAll(".tab-pane"); - panes.forEach(function (pane) { - pane.classList.remove("active"); - }); - document.getElementById(tabId).classList.add("active"); + // 更新内容面板 + document.querySelectorAll('.tab-pane').forEach(function(pane) { pane.classList.remove('active'); }); + document.getElementById(tabId).classList.add('active'); - // 根据Tab ID确定数据类型 - var type = "sewage"; - if (tabId === "tab-pump") type = "pump"; - else if (tabId === "tab-company") type = "company"; - else if (tabId === "tab-well") type = "well"; - else if (tabId === "tab-pipeline") type = "pipeline"; - else if (tabId === "tab-plan") type = "plan"; - else if (tabId === "tab-record") type = "record"; + // 确定数据类型并加载 + var typeMap = { + 'tab-sewage': 'sewage', 'tab-pump': 'pump', + 'tab-company': 'company', 'tab-pipeline': 'pipeline' + }; + var type = typeMap[tabId] || 'sewage'; - console.log("确定的数据类型 type:", type); - - // 加载该Tab的数据,然后更新地图 - loadTabData(type).then(function () { - console.log("loadTabData 完成, type:", type); + loadData(type).then(function() { + renderTable(type); initMarkers(type); }); } + + // ==================== 抽屉和调整大小逻辑 ==================== + function toggleDrawer() { + var drawer = document.getElementById('rightDrawer'); + var icon = document.getElementById('drawer-toggle-icon'); + if (drawer.classList.contains('drawer-collapsed')) { + drawer.classList.remove('drawer-collapsed'); + icon.innerHTML = '>'; + } else { + drawer.classList.add('drawer-collapsed'); + icon.innerHTML = '<'; + } + } + + // 抽屉调整大小 + (function() { + var resizer = document.getElementById('drawerResizer'); + var drawer = document.getElementById('rightDrawer'); + var startX, startWidth; + + resizer.addEventListener('mousedown', function(e) { + startX = e.clientX; + startWidth = parseInt(document.defaultView.getComputedStyle(drawer).width, 10); + drawer.style.transition = 'none'; + document.documentElement.addEventListener('mousemove', doDrag, false); + document.documentElement.addEventListener('mouseup', stopDrag, false); + e.preventDefault(); + }); + + function doDrag(e) { + var newWidth = startWidth + (startX - e.clientX); + if (newWidth < 300) newWidth = 300; + if (newWidth > 1000) newWidth = 1000; + drawer.style.width = newWidth + 'px'; + } + + function stopDrag(e) { + drawer.style.transition = 'transform 0.3s ease'; + document.documentElement.removeEventListener('mousemove', doDrag, false); + document.documentElement.removeEventListener('mouseup', stopDrag, false); + } + })(); @@ -2479,522 +1847,5 @@ pageEncoding="UTF-8"%> }); }); - - - diff --git a/src/main/webapp/jsp/z_bigScreen/bigScreen2.html b/src/main/webapp/jsp/z_bigScreen/bigScreen2.html index 0de6b864..c2bb4024 100644 --- a/src/main/webapp/jsp/z_bigScreen/bigScreen2.html +++ b/src/main/webapp/jsp/z_bigScreen/bigScreen2.html @@ -569,6 +569,159 @@ pageEncoding="UTF-8"%> document.webkitExitFullscreen(); } } + + function initMap() { + // 初始化地图 + map = new T.Map('map-container'); + // 设置中心点和缩放级别 (金山卫区域) + map.centerAndZoom(new T.LngLat(121.340000, 30.740000), 14); + // 启用滚轮缩放 + map.enableScrollWheelZoom(); + + // 加载转换后的 GeoJSON 数据 + loadGeoJSON("pipeline_data.geojson"); + } + + function loadGeoJSON(url) { + $.getJSON(url, function(geojson) { + + if (!geojson || !geojson.features) { + console.error("Invalid GeoJSON data"); + return; + } + + geojson.features.forEach(function(feature) { + var props = feature.properties; + var geometry = feature.geometry; + + if (geometry.type === "LineString") { + var points = []; + geometry.coordinates.forEach(function(coord) { + // GeoJSON 通常是 [lng, lat] + points.push(new T.LngLat(coord[0], coord[1])); + }); + + // 根据属性设置颜色 (假设 GeoJSON 包含 type 属性) + // 如果没有 type,默认蓝色 + var type = props.type || 'unknown'; + var color = "#0000FF"; + if (type.indexOf('雨水') > -1) color = "#00FFFF"; + if (type.indexOf('污水') > -1) color = "#FF00FF"; + + var line = new T.Polyline(points, { + color: color, + weight: 3, + opacity: 0.9, + lineStyle: 'solid' + }); + map.addOverLay(line); + + // 添加标注和流向 + // 构造一个模拟的 pipe 对象传给辅助函数 + var pipeData = { + diameter: props.diameter || 'Unknown', + type: type + }; + addPipeLabelAndArrow(map, pipeData, points, color); + } + }); + }).fail(function(jqxhr, textStatus, error) { + var err = textStatus + ", " + error; + console.error("Request Failed: " + err); + // 如果加载失败,回退到模拟数据演示 + console.log("Loading mock data as fallback..."); + var pipelines = generateMockPipelines(); + renderPipelines(pipelines); + }); + } + + // 提取原有的绘制逻辑为单独函数,用于回退 + function renderPipelines(pipelines) { + pipelines.forEach(function(pipe) { + var points = []; + pipe.path.forEach(function(coord) { + points.push(new T.LngLat(coord[0], coord[1])); + }); + + var color = "#0000FF"; + if (pipe.type === '雨水') color = "#00FFFF"; + if (pipe.type === '污水') color = "#FF00FF"; + + var line = new T.Polyline(points, { + color: color, + weight: 3, + opacity: 0.9, + lineStyle: 'solid' + }); + map.addOverLay(line); + addPipeLabelAndArrow(map, pipe, points, color); + }); + } + + function addPipeLabelAndArrow(map, pipe, points, color) { + // 计算中心点 + if (points.length < 2) return; + var p1 = points[0]; + var p2 = points[points.length - 1]; + // 简单的取两端点中点(假设直线) + var centerLng = (p1.getLng() + p2.getLng()) / 2; + var centerLat = (p1.getLat() + p2.getLat()) / 2; + var center = new T.LngLat(centerLng, centerLat); + + // 计算角度 + // var angle = Math.atan2(p2.getLat() - p1.getLat(), p2.getLng() - p1.getLng()) * 180 / Math.PI; + + // 添加文字标注 (DN + 材质) + var typeStr = pipe.type || ''; + if (typeof pipe.type === 'string' && pipe.type.indexOf('雨水') > -1) typeStr = 'PVC'; + else if (typeof pipe.type === 'string' && pipe.type.indexOf('污水') > -1) typeStr = '砼'; + + var labelText = "DN" + pipe.diameter + "-" + typeStr; + var label = new T.Label({ + text: labelText, + position: center, + offset: new T.Point(0, -10) + }); + label.setBackgroundColor("transparent"); + label.setBorderColor("transparent"); + label.setFontColor(color); + label.setFontSize(12); + label.setTitle(labelText); + map.addOverLay(label); + + // 添加箭头 + var arrowLabel = new T.Label({ + text: "➤", + position: center, + offset: new T.Point(0, 0) + }); + arrowLabel.setBackgroundColor("transparent"); + arrowLabel.setBorderColor("transparent"); + arrowLabel.setFontColor(color); + arrowLabel.setFontSize(14); + map.addOverLay(arrowLabel); + } + + function generateMockPipelines() { + var pipes = []; + var centerLng = 121.340000; + var centerLat = 30.740000; + + for (var i = 0; i < 100; i++) { + var startLng = centerLng + (Math.random() - 0.5) * 0.04; + var startLat = centerLat + (Math.random() - 0.5) * 0.04; + var endLng = startLng + (Math.random() - 0.5) * 0.01; + var endLat = startLat + (Math.random() - 0.5) * 0.01; + + pipes.push({ + id: i, + type: Math.random() > 0.5 ? '雨水' : '污水', + diameter: [300, 400, 500, 600, 800][Math.floor(Math.random() * 5)], + path: [[startLng, startLat], [endLng, endLat]] + }); + } + return pipes; + } diff --git a/src/main/webapp/jsp/z_bigScreen/geo.json b/src/main/webapp/jsp/z_bigScreen/geo.json new file mode 100644 index 00000000..a1112d53 --- /dev/null +++ b/src/main/webapp/jsp/z_bigScreen/geo.json @@ -0,0 +1,23296 @@ +{ + "displayFieldName": "", + "fieldAliases": { + "FID": "FID", + "Entity": "Entity", + "Handle": "Handle", + "Layer": "Layer", + "LyrFrzn": "LyrFrzn", + "LyrOn": "LyrOn", + "Color": "Color", + "Linetype": "Linetype", + "Elevation": "Elevation", + "LineWt": "LineWt", + "RefName": "RefName", + "DocUpdate": "DocUpdate", + "DocId": "DocId", + "GlobalWidt": "GlobalWidt", + "Shape_Leng": "Shape_Leng" + }, + "geometryType": "esriGeometryPolyline", + "spatialReference": { "wkid": 4490, "latestWkid": 4490 }, + "fields": [ + { "name": "FID", "type": "esriFieldTypeOID", "alias": "FID" }, + { "name": "Entity", "type": "esriFieldTypeString", "alias": "Entity", "length": 16 }, + { "name": "Handle", "type": "esriFieldTypeString", "alias": "Handle", "length": 16 }, + { "name": "Layer", "type": "esriFieldTypeString", "alias": "Layer", "length": 254 }, + { "name": "LyrFrzn", "type": "esriFieldTypeInteger", "alias": "LyrFrzn" }, + { "name": "LyrOn", "type": "esriFieldTypeInteger", "alias": "LyrOn" }, + { "name": "Color", "type": "esriFieldTypeInteger", "alias": "Color" }, + { "name": "Linetype", "type": "esriFieldTypeString", "alias": "Linetype", "length": 254 }, + { "name": "Elevation", "type": "esriFieldTypeDouble", "alias": "Elevation" }, + { "name": "LineWt", "type": "esriFieldTypeInteger", "alias": "LineWt" }, + { "name": "RefName", "type": "esriFieldTypeString", "alias": "RefName", "length": 254 }, + { "name": "DocUpdate", "type": "esriFieldTypeDate", "alias": "DocUpdate", "length": 8 }, + { "name": "DocId", "type": "esriFieldTypeDouble", "alias": "DocId" }, + { "name": "GlobalWidt", "type": "esriFieldTypeDouble", "alias": "GlobalWidt" }, + { "name": "Shape_Leng", "type": "esriFieldTypeDouble", "alias": "Shape_Leng" } + ], + "features": [ + { + "attributes": { + "FID": 0, + "Entity": "Line", + "Handle": "163596", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.6600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000262124573683 + }, + "geometry": { + "paths": [ + [ + [121.34943258507337, 30.750801867368864], + [121.34932445162849, 30.751040648545313] + ] + ] + } + }, + { + "attributes": { + "FID": 1, + "Entity": "Line", + "Handle": "163597", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.2999999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00043834678132100003 + }, + "geometry": { + "paths": [ + [ + [121.34984672611608, 30.750945516585489], + [121.34943258507337, 30.750801867368864] + ] + ] + } + }, + { + "attributes": { + "FID": 2, + "Entity": "Line", + "Handle": "163599", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.6399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.1631797956100001e-5 + }, + "geometry": { + "paths": [ + [ + [121.34932445162849, 30.751040648545313], + [121.34928576459424, 30.751025269339152] + ] + ] + } + }, + { + "attributes": { + "FID": 3, + "Entity": "Line", + "Handle": "16359A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.5399897897799999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00024038603115500001 + }, + "geometry": { + "paths": [ + [ + [121.34928565717564, 30.751025220954034], + [121.34918751266741, 30.751244659099029] + ] + ] + } + }, + { + "attributes": { + "FID": 4, + "Entity": "Line", + "Handle": "16359B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.3499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00057379276292800002 + }, + "geometry": { + "paths": [ + [ + [121.34918762008601, 30.751244706523721], + [121.34865757664011, 30.751024951932777] + ] + ] + } + }, + { + "attributes": { + "FID": 5, + "Entity": "Line", + "Handle": "16359D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00052476294870799998 + }, + "geometry": { + "paths": [ + [ + [121.34918751943769, 30.751244646518899], + [121.3489848879035, 30.751728709132294] + ] + ] + } + }, + { + "attributes": { + "FID": 6, + "Entity": "Line", + "Handle": "1635C0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.2300000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00078883955524900004 + }, + "geometry": { + "paths": [ + [ + [121.34163334674668, 30.748070787405595], + [121.3409057465542, 30.747766048494668] + ] + ] + } + }, + { + "attributes": { + "FID": 7, + "Entity": "Line", + "Handle": "1635C2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00049380047772899999 + }, + "geometry": { + "paths": [ + [ + [121.3409057465542, 30.747766048494668], + [121.34074101238002, 30.748231560646673] + ] + ] + } + }, + { + "attributes": { + "FID": 8, + "Entity": "Line", + "Handle": "1635C4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00010994161985699999 + }, + "geometry": { + "paths": [ + [ + [121.3409057465542, 30.747766048494668], + [121.34094316779374, 30.747662671463331] + ] + ] + } + }, + { + "attributes": { + "FID": 9, + "Entity": "Line", + "Handle": "163615", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4000000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00075468860977399995 + }, + "geometry": { + "paths": [ + [ + [121.32195181484713, 30.740943025630258], + [121.32166705283817, 30.741641928696481] + ] + ] + } + }, + { + "attributes": { + "FID": 10, + "Entity": "Line", + "Handle": "16362B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.54, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059600029732100003 + }, + "geometry": { + "paths": [ + [ + [121.32166705283817, 30.741641928696481], + [121.3214950229376, 30.742212561737688] + ] + ] + } + }, + { + "attributes": { + "FID": 11, + "Entity": "Line", + "Handle": "16362D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00050519390486500001 + }, + "geometry": { + "paths": [ + [ + [121.3214950229376, 30.742212561737688], + [121.32138514564213, 30.742705661992659] + ] + ] + } + }, + { + "attributes": { + "FID": 12, + "Entity": "Line", + "Handle": "16362F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00013281063720600001 + }, + "geometry": { + "paths": [ + [ + [121.3214950229376, 30.742212561737688], + [121.32162503680593, 30.74223967371654] + ] + ] + } + }, + { + "attributes": { + "FID": 13, + "Entity": "Line", + "Handle": "163630", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00023040273267500001 + }, + "geometry": { + "paths": [ + [ + [121.3214950229376, 30.742212561737688], + [121.32127225579097, 30.742153738123307] + ] + ] + } + }, + { + "attributes": { + "FID": 14, + "Entity": "Line", + "Handle": "163631", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9700000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063554875880300003 + }, + "geometry": { + "paths": [ + [ + [121.32138514564213, 30.742705661992659], + [121.3212836702005, 30.743333057369455] + ] + ] + } + }, + { + "attributes": { + "FID": 15, + "Entity": "Line", + "Handle": "163633", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063592276169600003 + }, + "geometry": { + "paths": [ + [ + [121.3212836702005, 30.743333057369455], + [121.32123293489713, 30.743966953014024] + ] + ] + } + }, + { + "attributes": { + "FID": 16, + "Entity": "Line", + "Handle": "163635", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065657029855099999 + }, + "geometry": { + "paths": [ + [ + [121.32123293489713, 30.743966953014024], + [121.32123388617401, 30.744623522623442] + ] + ] + } + }, + { + "attributes": { + "FID": 17, + "Entity": "Line", + "Handle": "163637", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000223108045281 + }, + "geometry": { + "paths": [ + [ + [121.32123293489713, 30.743966953014024], + [121.3210125454716, 30.743932229808706] + ] + ] + } + }, + { + "attributes": { + "FID": 18, + "Entity": "Line", + "Handle": "163638", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9100000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000135293967286 + }, + "geometry": { + "paths": [ + [ + [121.32123388617401, 30.744623522623442], + [121.32136833903132, 30.74460845986323] + ] + ] + } + }, + { + "attributes": { + "FID": 19, + "Entity": "Line", + "Handle": "163640", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00022964379634199999 + }, + "geometry": { + "paths": [ + [ + [121.32146648353955, 30.74617385592137], + [121.32123848387346, 30.746201286296127] + ] + ] + } + }, + { + "attributes": { + "FID": 20, + "Entity": "Line", + "Handle": "163641", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9100000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065760168473900005 + }, + "geometry": { + "paths": [ + [ + [121.32165490199259, 30.746803886446287], + [121.32146648353955, 30.74617385592137] + ] + ] + } + }, + { + "attributes": { + "FID": 21, + "Entity": "Line", + "Handle": "163643", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.98, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064301372908900001 + }, + "geometry": { + "paths": [ + [ + [121.32189013643074, 30.747402327266173], + [121.32165490199259, 30.746803886446287] + ] + ] + } + }, + { + "attributes": { + "FID": 22, + "Entity": "Line", + "Handle": "163645", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.04, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063898765400500004 + }, + "geometry": { + "paths": [ + [ + [121.32228430154646, 30.747905257761886], + [121.32189013643074, 30.747402327266173] + ] + ] + } + }, + { + "attributes": { + "FID": 23, + "Entity": "Line", + "Handle": "163647", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.04, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00013259883553100001 + }, + "geometry": { + "paths": [ + [ + [121.32228430154646, 30.747905257761886], + [121.32216602046174, 30.747965191359981] + ] + ] + } + }, + { + "attributes": { + "FID": 24, + "Entity": "Line", + "Handle": "163648", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8300000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063541203658200004 + }, + "geometry": { + "paths": [ + [ + [121.32248375988638, 30.748508552736894], + [121.32228430154646, 30.747905257761886] + ] + ] + } + }, + { + "attributes": { + "FID": 25, + "Entity": "Line", + "Handle": "16364A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8999999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063386412877800002 + }, + "geometry": { + "paths": [ + [ + [121.32284225051626, 30.749031303348602], + [121.32248375988638, 30.748508552736894] + ] + ] + } + }, + { + "attributes": { + "FID": 26, + "Entity": "Line", + "Handle": "16364C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8900000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062835167176699997 + }, + "geometry": { + "paths": [ + [ + [121.32324893905752, 30.749510292131163], + [121.32284225051626, 30.749031303348602] + ] + ] + } + }, + { + "attributes": { + "FID": 27, + "Entity": "Line", + "Handle": "163652", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063530146496299997 + }, + "geometry": { + "paths": [ + [ + [121.32369177724104, 30.749965816328768], + [121.32324893905752, 30.749510292131163] + ] + ] + } + }, + { + "attributes": { + "FID": 28, + "Entity": "Line", + "Handle": "163654", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9199999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062233294935300004 + }, + "geometry": { + "paths": [ + [ + [121.32415966904591, 30.750376152238459], + [121.32369177724104, 30.749965816328768] + ] + ] + } + }, + { + "attributes": { + "FID": 29, + "Entity": "Line", + "Handle": "163656", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9199999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000230478323816 + }, + "geometry": { + "paths": [ + [ + [121.32415966904591, 30.750376152238459], + [121.32401332469453, 30.750554207254027] + ] + ] + } + }, + { + "attributes": { + "FID": 30, + "Entity": "Line", + "Handle": "163657", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063923709269100002 + }, + "geometry": { + "paths": [ + [ + [121.32467354071559, 30.750756362664106], + [121.32415966904591, 30.750376152238459] + ] + ] + } + }, + { + "attributes": { + "FID": 31, + "Entity": "Line", + "Handle": "163659", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062173269037600002 + }, + "geometry": { + "paths": [ + [ + [121.325199302908, 30.751088214521587], + [121.32467354071559, 30.750756362664106] + ] + ] + } + }, + { + "attributes": { + "FID": 32, + "Entity": "Line", + "Handle": "16365B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063010508493999997 + }, + "geometry": { + "paths": [ + [ + [121.32575788477698, 30.751379794208333], + [121.325199302908, 30.751088214521587] + ] + ] + } + }, + { + "attributes": { + "FID": 33, + "Entity": "Line", + "Handle": "16365D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00022351282333299999 + }, + "geometry": { + "paths": [ + [ + [121.32575788477698, 30.751379794208333], + [121.32565244840953, 30.75157687580213] + ] + ] + } + }, + { + "attributes": { + "FID": 34, + "Entity": "Line", + "Handle": "16365E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8900000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063989526918800004 + }, + "geometry": { + "paths": [ + [ + [121.32633977642035, 30.751646004784561], + [121.32575788477698, 30.751379794208333] + ] + ] + } + }, + { + "attributes": { + "FID": 35, + "Entity": "Line", + "Handle": "163660", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000406230159078 + }, + "geometry": { + "paths": [ + [ + [121.32670968145248, 30.751813913120714], + [121.32633977642035, 30.751646004784561] + ] + ] + } + }, + { + "attributes": { + "FID": 36, + "Entity": "Line", + "Handle": "163662", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020796996198200001 + }, + "geometry": { + "paths": [ + [ + [121.32670968145248, 30.751813913120714], + [121.32662358714515, 30.752003225759836] + ] + ] + } + }, + { + "attributes": { + "FID": 37, + "Entity": "Line", + "Handle": "163668", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000277769676939 + }, + "geometry": { + "paths": [ + [ + [121.32683731663928, 30.751567204279127], + [121.32670968145248, 30.751813913120714] + ] + ] + } + }, + { + "attributes": { + "FID": 38, + "Entity": "Line", + "Handle": "163669", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 8.3076169702500007e-5 + }, + "geometry": { + "paths": [ + [ + [121.32683731663928, 30.751567204279127], + [121.3267618451282, 30.751532481073809] + ] + ] + } + }, + { + "attributes": { + "FID": 39, + "Entity": "Line", + "Handle": "16366A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028767103720299999 + }, + "geometry": { + "paths": [ + [ + [121.33042062039385, 30.753440669213887], + [121.33029171651651, 30.753697843116242] + ] + ] + } + }, + { + "attributes": { + "FID": 40, + "Entity": "Line", + "Handle": "16366B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000137611171548 + }, + "geometry": { + "paths": [ + [ + [121.33042062039385, 30.753440669213887], + [121.33047690564126, 30.753315095309517] + ] + ] + } + }, + { + "attributes": { + "FID": 41, + "Entity": "Line", + "Handle": "16366C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9700000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000645992458607 + }, + "geometry": { + "paths": [ + [ + [121.33101028002056, 30.753704502079927], + [121.33042062039385, 30.753440669213887] + ] + ] + } + }, + { + "attributes": { + "FID": 42, + "Entity": "Line", + "Handle": "16366E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062931304193 + }, + "geometry": { + "paths": [ + [ + [121.33158471721981, 30.753961517271819], + [121.33101028002056, 30.753704502079927] + ] + ] + } + }, + { + "attributes": { + "FID": 43, + "Entity": "Line", + "Handle": "163670", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.98, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062915532341899997 + }, + "geometry": { + "paths": [ + [ + [121.3321588398976, 30.754218848909659], + [121.33158471721981, 30.753961517271819] + ] + ] + } + }, + { + "attributes": { + "FID": 44, + "Entity": "Line", + "Handle": "163672", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.98, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 9.0071956605000005e-5 + }, + "geometry": { + "paths": [ + [ + [121.3321588398976, 30.754218848909659], + [121.33219546566397, 30.754136559720791] + ] + ] + } + }, + { + "attributes": { + "FID": 45, + "Entity": "Line", + "Handle": "163673", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00025662976214199998 + }, + "geometry": { + "paths": [ + [ + [121.33219546566397, 30.754136559720791], + [121.33196064832009, 30.754033023978991] + ] + ] + } + }, + { + "attributes": { + "FID": 46, + "Entity": "Line", + "Handle": "163674", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066099442345300002 + }, + "geometry": { + "paths": [ + [ + [121.33196064832009, 30.754033023978991], + [121.33222860372553, 30.753428777730733] + ] + ] + } + }, + { + "attributes": { + "FID": 47, + "Entity": "Line", + "Handle": "16367D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063424317535400003 + }, + "geometry": { + "paths": [ + [ + [121.33273740060395, 30.75447871794313], + [121.3321588398976, 30.754218848909659] + ] + ] + } + }, + { + "attributes": { + "FID": 48, + "Entity": "Line", + "Handle": "16367F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00029436446754800002 + }, + "geometry": { + "paths": [ + [ + [121.33273740060395, 30.75447871794313], + [121.33260944703579, 30.754743818535644] + ] + ] + } + }, + { + "attributes": { + "FID": 49, + "Entity": "Line", + "Handle": "163680", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00013067210697700001 + }, + "geometry": { + "paths": [ + [ + [121.33273740060395, 30.75447871794313], + [121.33279226037848, 30.754360119441117] + ] + ] + } + }, + { + "attributes": { + "FID": 50, + "Entity": "Line", + "Handle": "163681", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063728705667200005 + }, + "geometry": { + "paths": [ + [ + [121.33331865740911, 30.754740013406263], + [121.33273740060395, 30.75447871794313] + ] + ] + } + }, + { + "attributes": { + "FID": 51, + "Entity": "Line", + "Handle": "163683", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063554376891199996 + }, + "geometry": { + "paths": [ + [ + [121.33389864358833, 30.754999882447009], + [121.33331865740911, 30.754740013406263] + ] + ] + } + }, + { + "attributes": { + "FID": 52, + "Entity": "Line", + "Handle": "163685", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063702831182999996 + }, + "geometry": { + "paths": [ + [ + [121.33447990135755, 30.755260544050543], + [121.33389864358833, 30.754999882447009] + ] + ] + } + }, + { + "attributes": { + "FID": 53, + "Entity": "Line", + "Handle": "163687", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062983272829500003 + }, + "geometry": { + "paths": [ + [ + [121.33505433952087, 30.755518826961634], + [121.33447990135755, 30.755260544050543] + ] + ] + } + }, + { + "attributes": { + "FID": 54, + "Entity": "Line", + "Handle": "163689", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063600020148999999 + }, + "geometry": { + "paths": [ + [ + [121.33563432763185, 30.755779805978818], + [121.33505433952087, 30.755518826961634] + ] + ] + } + }, + { + "attributes": { + "FID": 55, + "Entity": "Line", + "Handle": "16368B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028941608122200001 + }, + "geometry": { + "paths": [ + [ + [121.33563432763185, 30.755779805978818], + [121.33551224142502, 30.756042211440217] + ] + ] + } + }, + { + "attributes": { + "FID": 56, + "Entity": "Line", + "Handle": "16368C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00013522286097100001 + }, + "geometry": { + "paths": [ + [ + [121.33563432763185, 30.755779805978818], + [121.33569077255379, 30.755656927205564] + ] + ] + } + }, + { + "attributes": { + "FID": 57, + "Entity": "Line", + "Handle": "16368F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00042855198220200001 + }, + "geometry": { + "paths": [ + [ + [121.336207397424, 30.756036601494998], + [121.33598948539657, 30.756405615247786] + ] + ] + } + }, + { + "attributes": { + "FID": 58, + "Entity": "Line", + "Handle": "163691", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063405128594000004 + }, + "geometry": { + "paths": [ + [ + [121.33620749613328, 30.756036661492544], + [121.3367860597391, 30.756296055376879] + ] + ] + } + }, + { + "attributes": { + "FID": 59, + "Entity": "Line", + "Handle": "163693", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062808987093100003 + }, + "geometry": { + "paths": [ + [ + [121.33620749613328, 30.756036661492544], + [121.33563432763185, 30.755779805978818] + ] + ] + } + }, + { + "attributes": { + "FID": 60, + "Entity": "Line", + "Handle": "163695", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063406329329499997 + }, + "geometry": { + "paths": [ + [ + [121.3367860597391, 30.756296055376879], + [121.33736477914863, 30.756555130858032] + ] + ] + } + }, + { + "attributes": { + "FID": 61, + "Entity": "Line", + "Handle": "163697", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0599999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00029248960473499998 + }, + "geometry": { + "paths": [ + [ + [121.33736477914863, 30.756555130858032], + [121.33724395873651, 30.756821500144724] + ] + ] + } + }, + { + "attributes": { + "FID": 62, + "Entity": "Line", + "Handle": "163698", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0599999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00013411905332400001 + }, + "geometry": { + "paths": [ + [ + [121.33736477914863, 30.756555130858032], + [121.33741852603271, 30.756432252084778] + ] + ] + } + }, + { + "attributes": { + "FID": 63, + "Entity": "Line", + "Handle": "163699", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00029157572443100002 + }, + "geometry": { + "paths": [ + [ + [121.3400026297204, 30.757739682645479], + [121.3398925937181, 30.758009698351088] + ] + ] + } + }, + { + "attributes": { + "FID": 64, + "Entity": "Line", + "Handle": "16369A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00013245103274200001 + }, + "geometry": { + "paths": [ + [ + [121.3400026297204, 30.757739682645479], + [121.34005511080977, 30.757618072573678] + ] + ] + } + }, + { + "attributes": { + "FID": 65, + "Entity": "Line", + "Handle": "16369B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063103498534900003 + }, + "geometry": { + "paths": [ + [ + [121.34057944657252, 30.757995587846381], + [121.3400026297204, 30.757739682645479] + ] + ] + } + }, + { + "attributes": { + "FID": 66, + "Entity": "Line", + "Handle": "16369D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064120278646099995 + }, + "geometry": { + "paths": [ + [ + [121.34116371205891, 30.758259737158369], + [121.34057944657252, 30.757995587846381] + ] + ] + } + }, + { + "attributes": { + "FID": 67, + "Entity": "Line", + "Handle": "1636A1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063126747746699999 + }, + "geometry": { + "paths": [ + [ + [121.34173958052997, 30.75851833748311], + [121.34116371205891, 30.758259737158369] + ] + ] + } + }, + { + "attributes": { + "FID": 68, + "Entity": "Line", + "Handle": "1636A3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063720476032600002 + }, + "geometry": { + "paths": [ + [ + [121.34232067572157, 30.758779791656707], + [121.34173958052997, 30.75851833748311] + ] + ] + } + }, + { + "attributes": { + "FID": 69, + "Entity": "Line", + "Handle": "1636A5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2000000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064185629231299998 + }, + "geometry": { + "paths": [ + [ + [121.34290627281007, 30.759042295823747], + [121.34232057701593, 30.758779731666436] + ] + ] + } + }, + { + "attributes": { + "FID": 70, + "Entity": "Line", + "Handle": "1636A7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3899999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065485554463300003 + }, + "geometry": { + "paths": [ + [ + [121.34346279534293, 30.759310409936006], + [121.343089401631, 30.759848381050688] + ] + ] + } + }, + { + "attributes": { + "FID": 71, + "Entity": "Line", + "Handle": "1636A9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3899999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00057342698073499997 + }, + "geometry": { + "paths": [ + [ + [121.34346289599125, 30.759310469940829], + [121.34392793298321, 30.759645968224504] + ] + ] + } + }, + { + "attributes": { + "FID": 72, + "Entity": "Line", + "Handle": "1636AB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3899999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061773983745199996 + }, + "geometry": { + "paths": [ + [ + [121.34346279534293, 30.759310409936006], + [121.34290627281007, 30.759042295823747] + ] + ] + } + }, + { + "attributes": { + "FID": 73, + "Entity": "Line", + "Handle": "1636AD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3099999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064227987561000003 + }, + "geometry": { + "paths": [ + [ + [121.34392793298321, 30.759645968224504], + [121.34445131455504, 30.760018251945439] + ] + ] + } + }, + { + "attributes": { + "FID": 74, + "Entity": "Line", + "Handle": "1636AF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3099999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028289604170699998 + }, + "geometry": { + "paths": [ + [ + [121.34392793298321, 30.759645968224504], + [121.34376969423101, 30.75988046911516] + ] + ] + } + }, + { + "attributes": { + "FID": 75, + "Entity": "Line", + "Handle": "1636B0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3099999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000121325563031 + }, + "geometry": { + "paths": [ + [ + [121.34392793298321, 30.759645968224504], + [121.34399563262923, 30.759545287291985] + ] + ] + } + }, + { + "attributes": { + "FID": 76, + "Entity": "Line", + "Handle": "1636B1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00049801515518800002 + }, + "geometry": { + "paths": [ + [ + [121.34445131455504, 30.760018251945439], + [121.34485435958777, 30.760310781937733] + ] + ] + } + }, + { + "attributes": { + "FID": 77, + "Entity": "Line", + "Handle": "1636B3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.29, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00058421968463800002 + }, + "geometry": { + "paths": [ + [ + [121.34485435958777, 30.760310781937733], + [121.34533017518334, 30.760649768897565] + ] + ] + } + }, + { + "attributes": { + "FID": 78, + "Entity": "Line", + "Handle": "1636B5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2800000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062869938529699996 + }, + "geometry": { + "paths": [ + [ + [121.34533017518334, 30.760649768897565], + [121.34584071688369, 30.761016661374015] + ] + ] + } + }, + { + "attributes": { + "FID": 79, + "Entity": "Line", + "Handle": "1636B7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2800000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027962573848900002 + }, + "geometry": { + "paths": [ + [ + [121.34533017518334, 30.760649768897565], + [121.34516179169077, 30.76087301215739] + ] + ] + } + }, + { + "attributes": { + "FID": 80, + "Entity": "Line", + "Handle": "1636B8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2800000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012315892631800001 + }, + "geometry": { + "paths": [ + [ + [121.34533017518334, 30.760649768897565], + [121.34540199930416, 30.760549721824646] + ] + ] + } + }, + { + "attributes": { + "FID": 81, + "Entity": "Line", + "Handle": "1636BD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3099999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060792584410399996 + }, + "geometry": { + "paths": [ + [ + [121.34584071688369, 30.761016661374015], + [121.34633445101281, 30.761371344953659] + ] + ] + } + }, + { + "attributes": { + "FID": 82, + "Entity": "Line", + "Handle": "1636BF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2999999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061511244430500003 + }, + "geometry": { + "paths": [ + [ + [121.34633435326759, 30.761371284948837], + [121.34683442991445, 30.761729456229659] + ] + ] + } + }, + { + "attributes": { + "FID": 83, + "Entity": "Line", + "Handle": "1636C1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3099999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060547408286900002 + }, + "geometry": { + "paths": [ + [ + [121.34683442991445, 30.761729456229659], + [121.3473275311444, 30.762080810811312] + ] + ] + } + }, + { + "attributes": { + "FID": 84, + "Entity": "Line", + "Handle": "1636C3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2800000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00070479759855799999 + }, + "geometry": { + "paths": [ + [ + [121.34732763178545, 30.762080870801583], + [121.34790111576876, 30.762490572858951] + ] + ] + } + }, + { + "attributes": { + "FID": 85, + "Entity": "Line", + "Handle": "1636C5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2800000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028067218470700001 + }, + "geometry": { + "paths": [ + [ + [121.34732763178545, 30.762080870801583], + [121.34717510362316, 30.762316480722802] + ] + ] + } + }, + { + "attributes": { + "FID": 86, + "Entity": "Line", + "Handle": "1636C6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2800000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012326439458000001 + }, + "geometry": { + "paths": [ + [ + [121.34732763178545, 30.762080870801583], + [121.34739691658251, 30.761978921167611] + ] + ] + } + }, + { + "attributes": { + "FID": 87, + "Entity": "Line", + "Handle": "1636C7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062178749596200004 + }, + "geometry": { + "paths": [ + [ + [121.34790111576876, 30.762490572858951], + [121.34840610849642, 30.76285334280692] + ] + ] + } + }, + { + "attributes": { + "FID": 88, + "Entity": "Line", + "Handle": "1636C9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2599999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062241362399599999 + }, + "geometry": { + "paths": [ + [ + [121.34840610849642, 30.76285334280692], + [121.34891221313956, 30.763215636623499] + ] + ] + } + }, + { + "attributes": { + "FID": 89, + "Entity": "Line", + "Handle": "1636CD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.25, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064124989348000004 + }, + "geometry": { + "paths": [ + [ + [121.34891221313956, 30.763215636623499], + [121.34943274087345, 30.763590139365988] + ] + ] + } + }, + { + "attributes": { + "FID": 90, + "Entity": "Line", + "Handle": "1636CF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000278434870666 + }, + "geometry": { + "paths": [ + [ + [121.34943274087345, 30.763590139365988], + [121.34927292181601, 30.763818139028444] + ] + ] + } + }, + { + "attributes": { + "FID": 91, + "Entity": "Line", + "Handle": "1636D0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012240469822500001 + }, + "geometry": { + "paths": [ + [ + [121.34943274087345, 30.763590139365988], + [121.3495056749889, 30.763491836136382] + ] + ] + } + }, + { + "attributes": { + "FID": 92, + "Entity": "Line", + "Handle": "1636D1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00055906893906199995 + }, + "geometry": { + "paths": [ + [ + [121.33770534834548, 30.767524162853078], + [121.33822762573618, 30.767723623139318] + ] + ] + } + }, + { + "attributes": { + "FID": 93, + "Entity": "Line", + "Handle": "1636D3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063195542581500003 + }, + "geometry": { + "paths": [ + [ + [121.33770525060754, 30.767524102862808], + [121.33714920419516, 30.767223802933586] + ] + ] + } + }, + { + "attributes": { + "FID": 94, + "Entity": "Line", + "Handle": "1636D5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1400003206499996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00058881630756400002 + }, + "geometry": { + "paths": [ + [ + [121.3380616780305, 30.767055419455573], + [121.33770525060754, 30.767524102862808] + ] + ] + } + }, + { + "attributes": { + "FID": 95, + "Entity": "Line", + "Handle": "1636D7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00048549762651800001 + }, + "geometry": { + "paths": [ + [ + [121.33834089009542, 30.766658243715938], + [121.3380616780305, 30.767055419455573] + ] + ] + } + }, + { + "attributes": { + "FID": 96, + "Entity": "Line", + "Handle": "1636D9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00057968744553399995 + }, + "geometry": { + "paths": [ + [ + [121.33867131552324, 30.766181949089514], + [121.33834089009542, 30.766658243715938] + ] + ] + } + }, + { + "attributes": { + "FID": 97, + "Entity": "Line", + "Handle": "1636DB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000123173745086 + }, + "geometry": { + "paths": [ + [ + [121.33867141326846, 30.766182010069315], + [121.33877399773337, 30.76625018777122] + ] + ] + } + }, + { + "attributes": { + "FID": 98, + "Entity": "Line", + "Handle": "1636DC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028113104858900001 + }, + "geometry": { + "paths": [ + [ + [121.33867141326846, 30.766182010069315], + [121.33843723075552, 30.766026468380005] + ] + ] + } + }, + { + "attributes": { + "FID": 99, + "Entity": "Line", + "Handle": "1636E3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0699005039099996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062840280686499996 + }, + "geometry": { + "paths": [ + [ + [121.33903084744088, 30.765666559054807], + [121.33867131552324, 30.766181949089514] + ] + ] + } + }, + { + "attributes": { + "FID": 100, + "Entity": "Line", + "Handle": "1636E5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065383873429099998 + }, + "geometry": { + "paths": [ + [ + [121.33940520113538, 30.765130484709516], + [121.33903085421116, 30.765666553241317] + ] + ] + } + }, + { + "attributes": { + "FID": 101, + "Entity": "Line", + "Handle": "1636E7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063478244625699996 + }, + "geometry": { + "paths": [ + [ + [121.3397698736444, 30.764610905345762], + [121.33940520113538, 30.765130484709516] + ] + ] + } + }, + { + "attributes": { + "FID": 102, + "Entity": "Line", + "Handle": "1636E9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000119331500309 + }, + "geometry": { + "paths": [ + [ + [121.3397698736444, 30.764610905345762], + [121.33986770073534, 30.764679241772683] + ] + ] + } + }, + { + "attributes": { + "FID": 103, + "Entity": "Line", + "Handle": "1636EA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027914789290700001 + }, + "geometry": { + "paths": [ + [ + [121.3397698736444, 30.764610905345762], + [121.33954234622797, 30.764449180824158] + ] + ] + } + }, + { + "attributes": { + "FID": 104, + "Entity": "Line", + "Handle": "1636EB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063846980154400003 + }, + "geometry": { + "paths": [ + [ + [121.34013270068317, 30.764085558308579], + [121.33976977203201, 30.764610845355492] + ] + ] + } + }, + { + "attributes": { + "FID": 105, + "Entity": "Line", + "Handle": "1636ED", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0199998664300001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063565370980399999 + }, + "geometry": { + "paths": [ + [ + [121.34049594965472, 30.763563911881647], + [121.34013270358992, 30.764085551541939] + ] + ] + } + }, + { + "attributes": { + "FID": 106, + "Entity": "Line", + "Handle": "1636EF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0399998664299996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063402886881799999 + }, + "geometry": { + "paths": [ + [ + [121.34085998732917, 30.763044807674305], + [121.34049594965472, 30.763563911881647] + ] + ] + } + }, + { + "attributes": { + "FID": 107, + "Entity": "Line", + "Handle": "1636F1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.04, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000122865940728 + }, + "geometry": { + "paths": [ + [ + [121.34086008313534, 30.76304487446032], + [121.34095965408051, 30.763116858252033] + ] + ] + } + }, + { + "attributes": { + "FID": 108, + "Entity": "Line", + "Handle": "1636F6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0499996284000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063680841496900002 + }, + "geometry": { + "paths": [ + [ + [121.34122434338497, 30.76252253416169], + [121.34085998732917, 30.763044807674305] + ] + ] + } + }, + { + "attributes": { + "FID": 109, + "Entity": "Line", + "Handle": "1636F8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0499993389200002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000153515842138 + }, + "geometry": { + "paths": [ + [ + [121.34122433371158, 30.762522549644927], + [121.34136132396452, 30.762591837337823] + ] + ] + } + }, + { + "attributes": { + "FID": 110, + "Entity": "Line", + "Handle": "1636F9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000301271148302 + }, + "geometry": { + "paths": [ + [ + [121.34136142848001, 30.762591887658346], + [121.34166220355473, 30.762574605898408] + ] + ] + } + }, + { + "attributes": { + "FID": 111, + "Entity": "Line", + "Handle": "1636FA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0.050000000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062829057726799999 + }, + "geometry": { + "paths": [ + [ + [121.34158268595638, 30.762006442513666], + [121.34122435306199, 30.762522530283604] + ] + ] + } + }, + { + "attributes": { + "FID": 112, + "Entity": "Line", + "Handle": "1636FC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063153499896599998 + }, + "geometry": { + "paths": [ + [ + [121.34194427043258, 30.761488674754219], + [121.34158276821472, 30.762006509285129] + ] + ] + } + }, + { + "attributes": { + "FID": 113, + "Entity": "Line", + "Handle": "1636FE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0800000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063540569217800005 + }, + "geometry": { + "paths": [ + [ + [121.34230947809556, 30.760968717986543], + [121.34194417171966, 30.76148861378897] + ] + ] + } + }, + { + "attributes": { + "FID": 114, + "Entity": "Line", + "Handle": "163700", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0800000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012113107484300001 + }, + "geometry": { + "paths": [ + [ + [121.34230957970431, 30.760968777976814], + [121.34241168804147, 30.761033944108931] + ] + ] + } + }, + { + "attributes": { + "FID": 115, + "Entity": "Line", + "Handle": "163701", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0800000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000280128351997 + }, + "geometry": { + "paths": [ + [ + [121.34230957970431, 30.760968777976814], + [121.34207777491247, 30.760811493419169] + ] + ] + } + }, + { + "attributes": { + "FID": 116, + "Entity": "Line", + "Handle": "163702", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0599999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061791879169400003 + }, + "geometry": { + "paths": [ + [ + [121.34266669905992, 30.760464518803929], + [121.34230947809556, 30.760968717986543] + ] + ] + } + }, + { + "attributes": { + "FID": 117, + "Entity": "Line", + "Handle": "163704", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00074719689143599999 + }, + "geometry": { + "paths": [ + [ + [121.343089401631, 30.759848381050688], + [121.34266669905992, 30.760464518803929] + ] + ] + } + }, + { + "attributes": { + "FID": 118, + "Entity": "Line", + "Handle": "163706", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799955527700003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00045286827095500002 + }, + "geometry": { + "paths": [ + [ + [121.34372361856003, 30.758940181680373], + [121.34346280115278, 30.759310403169366] + ] + ] + } + }, + { + "attributes": { + "FID": 119, + "Entity": "Line", + "Handle": "16370C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00044304970614700002 + }, + "geometry": { + "paths": [ + [ + [121.34397682475901, 30.758576624975831], + [121.34372361468922, 30.758940187493863] + ] + ] + } + }, + { + "attributes": { + "FID": 120, + "Entity": "Line", + "Handle": "16370E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000125422274823 + }, + "geometry": { + "paths": [ + [ + [121.34397692249331, 30.758576684966101], + [121.34408061694921, 30.758647241375002] + ] + ] + } + }, + { + "attributes": { + "FID": 121, + "Entity": "Line", + "Handle": "16370F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000281740608992 + }, + "geometry": { + "paths": [ + [ + [121.34397692249331, 30.758576684966101], + [121.34374511770147, 30.758416546559602] + ] + ] + } + }, + { + "attributes": { + "FID": 122, + "Entity": "Line", + "Handle": "163710", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063349539857899997 + }, + "geometry": { + "paths": [ + [ + [121.34434038726977, 30.75805782948737], + [121.34397682475901, 30.758576615298807] + ] + ] + } + }, + { + "attributes": { + "FID": 123, + "Entity": "Line", + "Handle": "163712", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063275613627399995 + }, + "geometry": { + "paths": [ + [ + [121.34470379107734, 30.757539844948042], + [121.34434038726977, 30.758057839157118] + ] + ] + } + }, + { + "attributes": { + "FID": 124, + "Entity": "Line", + "Handle": "163714", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1499994081400002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063373641086499999 + }, + "geometry": { + "paths": [ + [ + [121.34506482007055, 30.757018991091172], + [121.34470379494815, 30.757539839149103] + ] + ] + } + }, + { + "attributes": { + "FID": 125, + "Entity": "Line", + "Handle": "163716", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012330023716999999 + }, + "geometry": { + "paths": [ + [ + [121.34506491490902, 30.757019057862635], + [121.34516433101817, 30.757091991981724] + ] + ] + } + }, + { + "attributes": { + "FID": 126, + "Entity": "Line", + "Handle": "163717", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028118603694600003 + }, + "geometry": { + "paths": [ + [ + [121.34506491490902, 30.757019057862635], + [121.34483866006485, 30.756852101781988] + ] + ] + } + }, + { + "attributes": { + "FID": 127, + "Entity": "Line", + "Handle": "163718", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063352614615800002 + }, + "geometry": { + "paths": [ + [ + [121.34542615970713, 30.756498625938548], + [121.34506481717108, 30.757018997872365] + ] + ] + } + }, + { + "attributes": { + "FID": 128, + "Entity": "Line", + "Handle": "16371A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062995101229700002 + }, + "geometry": { + "paths": [ + [ + [121.34578829579186, 30.755983159440802], + [121.34542615970713, 30.756498616261524] + ] + ] + } + }, + { + "attributes": { + "FID": 129, + "Entity": "Line", + "Handle": "163722", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063309304843100003 + }, + "geometry": { + "paths": [ + [ + [121.34615138218214, 30.75546454104915], + [121.34578829579186, 30.755983169125102] + ] + ] + } + }, + { + "attributes": { + "FID": 130, + "Entity": "Line", + "Handle": "163724", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012037375493799999 + }, + "geometry": { + "paths": [ + [ + [121.34615148379817, 30.755464602014399], + [121.34625057958328, 30.755532938434044] + ] + ] + } + }, + { + "attributes": { + "FID": 131, + "Entity": "Line", + "Handle": "163725", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028279394622800002 + }, + "geometry": { + "paths": [ + [ + [121.34615148379817, 30.755464602014399], + [121.34591872772216, 30.755303987491061] + ] + ] + } + }, + { + "attributes": { + "FID": 132, + "Entity": "Line", + "Handle": "163726", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028014948525 + }, + "geometry": { + "paths": [ + [ + [121.34631104543587, 30.755234322372417], + [121.34615139863308, 30.755464532347105] + ] + ] + } + }, + { + "attributes": { + "FID": 133, + "Entity": "Line", + "Handle": "163727", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063245766499699996 + }, + "geometry": { + "paths": [ + [ + [121.3466730228065, 30.754715694296465], + [121.34631104543587, 30.755234322372417] + ] + ] + } + }, + { + "attributes": { + "FID": 134, + "Entity": "Line", + "Handle": "163729", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00014801047033600001 + }, + "geometry": { + "paths": [ + [ + [121.34667312151578, 30.754715754301287], + [121.34679949090787, 30.754792811916559] + ] + ] + } + }, + { + "attributes": { + "FID": 135, + "Entity": "Line", + "Handle": "16372A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100043674500002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063253802397399996 + }, + "geometry": { + "paths": [ + [ + [121.34703467986037, 30.754196746871457], + [121.34667301990703, 30.754715694296465] + ] + ] + } + }, + { + "attributes": { + "FID": 136, + "Entity": "Line", + "Handle": "16372C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063149599078100003 + }, + "geometry": { + "paths": [ + [ + [121.34739634271682, 30.753679072979139], + [121.34703468276348, 30.754196749774565] + ] + ] + } + }, + { + "attributes": { + "FID": 137, + "Entity": "Line", + "Handle": "16372E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2000000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063210574862900004 + }, + "geometry": { + "paths": [ + [ + [121.3477582600899, 30.753160823296639], + [121.3473964414261, 30.753679132983962] + ] + ] + } + }, + { + "attributes": { + "FID": 138, + "Entity": "Line", + "Handle": "163730", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2000000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000121903870579 + }, + "geometry": { + "paths": [ + [ + [121.3477582600899, 30.753160823296639], + [121.3478603684307, 30.753227414890716] + ] + ] + } + }, + { + "attributes": { + "FID": 139, + "Entity": "Line", + "Handle": "163731", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2000000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028041142361799999 + }, + "geometry": { + "paths": [ + [ + [121.3477582600899, 30.753160823296639], + [121.34752851559824, 30.753000050055562] + ] + ] + } + }, + { + "attributes": { + "FID": 140, + "Entity": "Line", + "Handle": "163736", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063510633130400005 + }, + "geometry": { + "paths": [ + [ + [121.34812213905388, 30.752640292652359], + [121.3477582600899, 30.753160823296639] + ] + ] + } + }, + { + "attributes": { + "FID": 141, + "Entity": "Line", + "Handle": "163738", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.25, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000634015393806 + }, + "geometry": { + "paths": [ + [ + [121.34848560383398, 30.752120812008798], + [121.34812204131595, 30.752640232662088] + ] + ] + } + }, + { + "attributes": { + "FID": 142, + "Entity": "Line", + "Handle": "16373A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063484584572799999 + }, + "geometry": { + "paths": [ + [ + [121.3489848879035, 30.751728709132294], + [121.34848560383398, 30.752120812008798] + ] + ] + } + }, + { + "attributes": { + "FID": 143, + "Entity": "Line", + "Handle": "16373C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00019500949880200001 + }, + "geometry": { + "paths": [ + [ + [121.34898498661641, 30.751728770097543], + [121.34905934813287, 30.751909045080538] + ] + ] + } + }, + { + "attributes": { + "FID": 144, + "Entity": "Line", + "Handle": "16373D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063022857681100004 + }, + "geometry": { + "paths": [ + [ + [121.34333668434192, 30.742831870746159], + [121.34305763388693, 30.743396953839692] + ] + ] + } + }, + { + "attributes": { + "FID": 145, + "Entity": "Line", + "Handle": "16373F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062697003091199998 + }, + "geometry": { + "paths": [ + [ + [121.34305763388693, 30.743396953839692], + [121.34278016567623, 30.743959184052073] + ] + ] + } + }, + { + "attributes": { + "FID": 146, + "Entity": "Line", + "Handle": "163741", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00025688475987899998 + }, + "geometry": { + "paths": [ + [ + [121.34305763388693, 30.743396953839692], + [121.34282550877106, 30.743286918797821] + ] + ] + } + }, + { + "attributes": { + "FID": 147, + "Entity": "Line", + "Handle": "163742", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064740317672000002 + }, + "geometry": { + "paths": [ + [ + [121.34278016567623, 30.743959184052073], + [121.34249508431458, 30.744540440871788] + ] + ] + } + }, + { + "attributes": { + "FID": 148, + "Entity": "Line", + "Handle": "163744", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060533945923600002 + }, + "geometry": { + "paths": [ + [ + [121.34249508431458, 30.744540440871788], + [121.34222665375273, 30.745083009664086] + ] + ] + } + }, + { + "attributes": { + "FID": 149, + "Entity": "Line", + "Handle": "163746", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000644409095283 + }, + "geometry": { + "paths": [ + [ + [121.34222665375273, 30.745083009664086], + [121.34194094336635, 30.74566061909718] + ] + ] + } + }, + { + "attributes": { + "FID": 150, + "Entity": "Line", + "Handle": "163748", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046339590594500003 + }, + "geometry": { + "paths": [ + [ + [121.34194094336635, 30.74566061909718], + [121.3417371999094, 30.746076821415045] + ] + ] + } + }, + { + "attributes": { + "FID": 151, + "Entity": "Line", + "Handle": "16374A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00014200708528899999 + }, + "geometry": { + "paths": [ + [ + [121.3417371999094, 30.746076821415045], + [121.34186784763733, 30.746132473759644] + ] + ] + } + }, + { + "attributes": { + "FID": 152, + "Entity": "Line", + "Handle": "16374B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00079195180811499999 + }, + "geometry": { + "paths": [ + [ + [121.34074101238002, 30.748231560646673], + [121.34028596432108, 30.748879726466839] + ] + ] + } + }, + { + "attributes": { + "FID": 153, + "Entity": "Line", + "Handle": "16374D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063498728579800001 + }, + "geometry": { + "paths": [ + [ + [121.34028596432108, 30.748879726466839], + [121.33996837973609, 30.749429589071951] + ] + ] + } + }, + { + "attributes": { + "FID": 154, + "Entity": "Line", + "Handle": "16374F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00011630488673700001 + }, + "geometry": { + "paths": [ + [ + [121.34028596432108, 30.748879726466839], + [121.34038506011348, 30.748940610377758] + ] + ] + } + }, + { + "attributes": { + "FID": 155, + "Entity": "Line", + "Handle": "163750", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026231456124399999 + }, + "geometry": { + "paths": [ + [ + [121.34028596432108, 30.748879726466839], + [121.34006494103596, 30.748738454967679] + ] + ] + } + }, + { + "attributes": { + "FID": 156, + "Entity": "Line", + "Handle": "163751", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062773734242599995 + }, + "geometry": { + "paths": [ + [ + [121.33996837973609, 30.749429589071951], + [121.33963890849554, 30.749963913760439] + ] + ] + } + }, + { + "attributes": { + "FID": 157, + "Entity": "Line", + "Handle": "163755", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063289549568699998 + }, + "geometry": { + "paths": [ + [ + [121.33963890849554, 30.749963913760439], + [121.33934891201716, 30.750526460426045] + ] + ] + } + }, + { + "attributes": { + "FID": 158, + "Entity": "Line", + "Handle": "163757", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064492925319199995 + }, + "geometry": { + "paths": [ + [ + [121.33934891201716, 30.750526460426045], + [121.3390284784291, 30.751086153250071] + ] + ] + } + }, + { + "attributes": { + "FID": 159, + "Entity": "Line", + "Handle": "163759", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000619680658533 + }, + "geometry": { + "paths": [ + [ + [121.3390284784291, 30.751086153250071], + [121.33872231211717, 30.751624916934816] + ] + ] + } + }, + { + "attributes": { + "FID": 160, + "Entity": "Line", + "Handle": "16375B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063972096149699995 + }, + "geometry": { + "paths": [ + [ + [121.33872231211717, 30.751624916934816], + [121.33840488526766, 30.752180329494877] + ] + ] + } + }, + { + "attributes": { + "FID": 161, + "Entity": "Line", + "Handle": "16375D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000117023131247 + }, + "geometry": { + "paths": [ + [ + [121.33872231211717, 30.751624916934816], + [121.33882473497215, 30.751681520574493] + ] + ] + } + }, + { + "attributes": { + "FID": 162, + "Entity": "Line", + "Handle": "16375E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00024930599162699998 + }, + "geometry": { + "paths": [ + [ + [121.33872231211717, 30.751624916934816], + [121.33850191979218, 30.751508380672021] + ] + ] + } + }, + { + "attributes": { + "FID": 163, + "Entity": "Line", + "Handle": "16375F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2400000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00034005206234199997 + }, + "geometry": { + "paths": [ + [ + [121.33882473497215, 30.751681520574493], + [121.33899486521113, 30.751387087038893] + ] + ] + } + }, + { + "attributes": { + "FID": 164, + "Entity": "Line", + "Handle": "163761", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064021579321500005 + }, + "geometry": { + "paths": [ + [ + [121.33840488526766, 30.752180329494877], + [121.33808952356412, 30.752737485890975] + ] + ] + } + }, + { + "attributes": { + "FID": 165, + "Entity": "Line", + "Handle": "163763", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063130051194300004 + }, + "geometry": { + "paths": [ + [ + [121.33808952356412, 30.752737485890975], + [121.3377768589271, 30.753285921084171] + ] + ] + } + }, + { + "attributes": { + "FID": 166, + "Entity": "Line", + "Handle": "163765", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063250582480599998 + }, + "geometry": { + "paths": [ + [ + [121.3377768589271, 30.753285921084171], + [121.33746149334911, 30.753834198541881] + ] + ] + } + }, + { + "attributes": { + "FID": 167, + "Entity": "Line", + "Handle": "163767", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063519445420499995 + }, + "geometry": { + "paths": [ + [ + [121.33746149334911, 30.753834198541881], + [121.33715073224084, 30.754388183675474] + ] + ] + } + }, + { + "attributes": { + "FID": 168, + "Entity": "Line", + "Handle": "16376B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063240619575699998 + }, + "geometry": { + "paths": [ + [ + [121.33715073224084, 30.754388183675474], + [121.33683584279061, 30.754936619843647] + ] + ] + } + }, + { + "attributes": { + "FID": 169, + "Entity": "Line", + "Handle": "16376D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000117825819946 + }, + "geometry": { + "paths": [ + [ + [121.33715073224084, 30.754388183675474], + [121.33725363315898, 30.754445579885214] + ] + ] + } + }, + { + "attributes": { + "FID": 170, + "Entity": "Line", + "Handle": "16376E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00024383259650200001 + }, + "geometry": { + "paths": [ + [ + [121.33715073224084, 30.754388183675474], + [121.33693795113504, 30.754269110017049] + ] + ] + } + }, + { + "attributes": { + "FID": 171, + "Entity": "Line", + "Handle": "16376F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063322143654299999 + }, + "geometry": { + "paths": [ + [ + [121.33683584279061, 30.754936619843647], + [121.33649479456653, 30.755470151001646] + ] + ] + } + }, + { + "attributes": { + "FID": 172, + "Entity": "Line", + "Handle": "163771", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063518759351299998 + }, + "geometry": { + "paths": [ + [ + [121.33649479456653, 30.755470151001646], + [121.336207397424, 30.756036601494998] + ] + ] + } + }, + { + "attributes": { + "FID": 173, + "Entity": "Line", + "Handle": "163773", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9700000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000170017454556 + }, + "geometry": { + "paths": [ + [ + [121.33598948539657, 30.756405615247786], + [121.33589879242572, 30.756549423174874] + ] + ] + } + }, + { + "attributes": { + "FID": 174, + "Entity": "Line", + "Handle": "163774", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062792965353699996 + }, + "geometry": { + "paths": [ + [ + [121.33589879242572, 30.756549423174874], + [121.33558406555312, 30.757092785526766] + ] + ] + } + }, + { + "attributes": { + "FID": 175, + "Entity": "Line", + "Handle": "163776", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064613057947799995 + }, + "geometry": { + "paths": [ + [ + [121.33558406555312, 30.757092785526766], + [121.33525903136251, 30.757651209649339] + ] + ] + } + }, + { + "attributes": { + "FID": 176, + "Entity": "Line", + "Handle": "163778", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063596184476899997 + }, + "geometry": { + "paths": [ + [ + [121.33525903136251, 30.757651209649339], + [121.33493922969865, 30.758200913536712] + ] + ] + } + }, + { + "attributes": { + "FID": 177, + "Entity": "Line", + "Handle": "16377A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00011740525891 + }, + "geometry": { + "paths": [ + [ + [121.33525903136251, 30.757651209649339], + [121.33536240840112, 30.757706861993938] + ] + ] + } + }, + { + "attributes": { + "FID": 178, + "Entity": "Line", + "Handle": "16377B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00021257267791600001 + }, + "geometry": { + "paths": [ + [ + [121.33525903136251, 30.757651209649339], + [121.33507399997325, 30.757546564876975] + ] + ] + } + }, + { + "attributes": { + "FID": 179, + "Entity": "Line", + "Handle": "16377E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000631751126126 + }, + "geometry": { + "paths": [ + [ + [121.33493922969865, 30.758200913536712], + [121.33462180671995, 30.758747129737458] + ] + ] + } + }, + { + "attributes": { + "FID": 180, + "Entity": "Line", + "Handle": "163780", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9700000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063087201193000005 + }, + "geometry": { + "paths": [ + [ + [121.33462180671995, 30.758747129737458], + [121.33430422407037, 30.759292235925386] + ] + ] + } + }, + { + "attributes": { + "FID": 181, + "Entity": "Line", + "Handle": "163782", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9700000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000114397389331 + }, + "geometry": { + "paths": [ + [ + [121.33462180671995, 30.758747129737458], + [121.33472121895829, 30.758803733355307] + ] + ] + } + }, + { + "attributes": { + "FID": 182, + "Entity": "Line", + "Handle": "163783", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.98, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063372841568500005 + }, + "geometry": { + "paths": [ + [ + [121.33430422407037, 30.759292235925386], + [121.33398315370869, 30.759838610822044] + ] + ] + } + }, + { + "attributes": { + "FID": 183, + "Entity": "Line", + "Handle": "163785", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.98, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063106581919899997 + }, + "geometry": { + "paths": [ + [ + [121.33398315370869, 30.759838610822044], + [121.33366985230896, 30.76038641215564] + ] + ] + } + }, + { + "attributes": { + "FID": 184, + "Entity": "Line", + "Handle": "163787", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.98, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000117180323529 + }, + "geometry": { + "paths": [ + [ + [121.33398315370869, 30.759838610822044], + [121.3340865307473, 30.759893787049805] + ] + ] + } + }, + { + "attributes": { + "FID": 185, + "Entity": "Line", + "Handle": "163788", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.98, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020812324975600001 + }, + "geometry": { + "paths": [ + [ + [121.33398315370869, 30.759838610822044], + [121.33379796361987, 30.759743637572683] + ] + ] + } + }, + { + "attributes": { + "FID": 186, + "Entity": "Line", + "Handle": "163789", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9100000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00068121725618299996 + }, + "geometry": { + "paths": [ + [ + [121.33366985230896, 30.76038641215564], + [121.3333227780131, 30.760972583106195] + ] + ] + } + }, + { + "attributes": { + "FID": 187, + "Entity": "Line", + "Handle": "16378B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00032907776553599998 + }, + "geometry": { + "paths": [ + [ + [121.3333227780131, 30.760972583106195], + [121.33299393870402, 30.760960057748889] + ] + ] + } + }, + { + "attributes": { + "FID": 188, + "Entity": "Line", + "Handle": "16378F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.99999438023, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063732711342799999 + }, + "geometry": { + "paths": [ + [ + [121.32996451363215, 30.757842054204957], + [121.32939641895427, 30.757553169649327] + ] + ] + } + }, + { + "attributes": { + "FID": 189, + "Entity": "Line", + "Handle": "163791", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0099943802300002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047368400137700001 + }, + "geometry": { + "paths": [ + [ + [121.33037183700435, 30.758083847926173], + [121.32996451363215, 30.757842054204957] + ] + ] + } + }, + { + "attributes": { + "FID": 190, + "Entity": "Line", + "Handle": "163793", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00023628722551800001 + }, + "geometry": { + "paths": [ + [ + [121.33056559540273, 30.758219087554608], + [121.3303718428142, 30.758083841159532] + ] + ] + } + }, + { + "attributes": { + "FID": 191, + "Entity": "Line", + "Handle": "163794", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 9.4978214642400002e-5 + }, + "geometry": { + "paths": [ + [ + [121.33056559540273, 30.758219087554608], + [121.3305157639661, 30.75829994353262] + ] + ] + } + }, + { + "attributes": { + "FID": 192, + "Entity": "Line", + "Handle": "163796", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00082145719230100004 + }, + "geometry": { + "paths": [ + [ + [121.33121423638295, 30.758723128026759], + [121.33056559540273, 30.758219087554608] + ] + ] + } + }, + { + "attributes": { + "FID": 193, + "Entity": "Line", + "Handle": "163798", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000584365517954 + }, + "geometry": { + "paths": [ + [ + [121.33164385920827, 30.759119413451117], + [121.3312143379917, 30.758723188031581] + ] + ] + } + }, + { + "attributes": { + "FID": 194, + "Entity": "Line", + "Handle": "16379A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 8.4213886869999993e-5 + }, + "geometry": { + "paths": [ + [ + [121.33164385920827, 30.759119413451117], + [121.33158551172528, 30.759180138651573] + ] + ] + } + }, + { + "attributes": { + "FID": 195, + "Entity": "Line", + "Handle": "16379B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00014979786299400001 + }, + "geometry": { + "paths": [ + [ + [121.33164385920827, 30.759119413451117], + [121.33174834527017, 30.759012072579935] + ] + ] + } + }, + { + "attributes": { + "FID": 196, + "Entity": "Line", + "Handle": "16379E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063219566087899996 + }, + "geometry": { + "paths": [ + [ + [121.33207185140782, 30.759584548191924], + [121.33164375759952, 30.759119352485868] + ] + ] + } + }, + { + "attributes": { + "FID": 197, + "Entity": "Line", + "Handle": "1637A0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.98, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062942941767799997 + }, + "geometry": { + "paths": [ + [ + [121.33245840434392, 30.760081295833515], + [121.33207185140782, 30.759584548191924] + ] + ] + } + }, + { + "attributes": { + "FID": 198, + "Entity": "Line", + "Handle": "1637A2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00102898265505 + }, + "geometry": { + "paths": [ + [ + [121.33299393870402, 30.760960057748889], + [121.33245850595267, 30.760081355823786] + ] + ] + } + }, + { + "attributes": { + "FID": 199, + "Entity": "Line", + "Handle": "1637A4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000312920183834 + }, + "geometry": { + "paths": [ + [ + [121.33299393870402, 30.760960057748889], + [121.33314424881974, 30.761234513411182] + ] + ] + } + }, + { + "attributes": { + "FID": 200, + "Entity": "Line", + "Handle": "1637A5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027016399520800002 + }, + "geometry": { + "paths": [ + [ + [121.33314424881974, 30.761234513411182], + [121.33327473784448, 30.761471074605652] + ] + ] + } + }, + { + "attributes": { + "FID": 201, + "Entity": "Line", + "Handle": "1637A6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00058955516369299998 + }, + "geometry": { + "paths": [ + [ + [121.33314424881974, 30.761234513411182], + [121.3326219743285, 30.761508017792949] + ] + ] + } + }, + { + "attributes": { + "FID": 202, + "Entity": "Line", + "Handle": "1637A8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066176003529499995 + }, + "geometry": { + "paths": [ + [ + [121.3326219743285, 30.761508017792949], + [121.33203389985283, 30.761811488970125] + ] + ] + } + }, + { + "attributes": { + "FID": 203, + "Entity": "Line", + "Handle": "1637AA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066388869676899998 + }, + "geometry": { + "paths": [ + [ + [121.33203389985283, 30.761811488970125], + [121.33144598310901, 30.762119875260396] + ] + ] + } + }, + { + "attributes": { + "FID": 204, + "Entity": "Line", + "Handle": "1637AC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 8.6518035964300007e-5 + }, + "geometry": { + "paths": [ + [ + [121.33203389985283, 30.761811488970125], + [121.33207385558489, 30.761888228204043] + ] + ] + } + }, + { + "attributes": { + "FID": 205, + "Entity": "Line", + "Handle": "1637AD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00018009566423200001 + }, + "geometry": { + "paths": [ + [ + [121.33203389985283, 30.761811488970125], + [121.33195763576805, 30.761648338004306] + ] + ] + } + }, + { + "attributes": { + "FID": 206, + "Entity": "Line", + "Handle": "1637AE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063015418807499998 + }, + "geometry": { + "paths": [ + [ + [121.33327473784448, 30.761471074605652], + [121.33357709903794, 30.762023950730509] + ] + ] + } + }, + { + "attributes": { + "FID": 207, + "Entity": "Line", + "Handle": "1637B0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066825332412700003 + }, + "geometry": { + "paths": [ + [ + [121.33357709903794, 30.762023950730509], + [121.33389769230416, 30.762610280384251] + ] + ] + } + }, + { + "attributes": { + "FID": 208, + "Entity": "Line", + "Handle": "1637B2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.1965402576699996e-5 + }, + "geometry": { + "paths": [ + [ + [121.33357709903794, 30.762023950730509], + [121.3335141519201, 30.762058831664035] + ] + ] + } + }, + { + "attributes": { + "FID": 209, + "Entity": "Line", + "Handle": "1637B3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00016686011257399999 + }, + "geometry": { + "paths": [ + [ + [121.33357709903794, 30.762023950730509], + [121.33372296822927, 30.761942929275392] + ] + ] + } + }, + { + "attributes": { + "FID": 210, + "Entity": "Line", + "Handle": "1637B8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064990026721099999 + }, + "geometry": { + "paths": [ + [ + [121.33389759165948, 30.762610220386705], + [121.33421152789742, 30.763179267305532] + ] + ] + } + }, + { + "attributes": { + "FID": 211, + "Entity": "Line", + "Handle": "1637BA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8999999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0010209672669400001 + }, + "geometry": { + "paths": [ + [ + [121.33421152789742, 30.763179267305532], + [121.33470446944921, 30.764073349397222] + ] + ] + } + }, + { + "attributes": { + "FID": 212, + "Entity": "Line", + "Handle": "1637BC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.02770251754e-5 + }, + "geometry": { + "paths": [ + [ + [121.33470457106159, 30.764073409402044], + [121.33466144503836, 30.764099253654422] + ] + ] + } + }, + { + "attributes": { + "FID": 213, + "Entity": "Line", + "Handle": "1637BD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00014504191726199999 + }, + "geometry": { + "paths": [ + [ + [121.33470457106159, 30.764073409402044], + [121.33482633985113, 30.76399460889661] + ] + ] + } + }, + { + "attributes": { + "FID": 214, + "Entity": "Line", + "Handle": "1637BE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.8799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000141556691413 + }, + "geometry": { + "paths": [ + [ + [121.33539554645176, 30.765339140365541], + [121.33551129014086, 30.765257643768564] + ] + ] + } + }, + { + "attributes": { + "FID": 215, + "Entity": "Line", + "Handle": "1637BF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9100000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065228408597000004 + }, + "geometry": { + "paths": [ + [ + [121.33572314416597, 30.765902886058029], + [121.33539541290884, 30.765338911987783] + ] + ] + } + }, + { + "attributes": { + "FID": 216, + "Entity": "Line", + "Handle": "1637C3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065262791291500002 + }, + "geometry": { + "paths": [ + [ + [121.33612891336088, 30.766414230020018], + [121.33572317610015, 30.765903054445516] + ] + ] + } + }, + { + "attributes": { + "FID": 217, + "Entity": "Line", + "Handle": "1637C5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0800000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065291786781800001 + }, + "geometry": { + "paths": [ + [ + [121.33661218436828, 30.766853264045494], + [121.33612891336088, 30.766414230020018] + ] + ] + } + }, + { + "attributes": { + "FID": 218, + "Entity": "Line", + "Handle": "1637C7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065244874285199999 + }, + "geometry": { + "paths": [ + [ + [121.33714920419516, 30.767223802933586], + [121.33661218436828, 30.766853264045494] + ] + ] + } + }, + { + "attributes": { + "FID": 219, + "Entity": "Line", + "Handle": "1637C9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2000000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062817939355100003 + }, + "geometry": { + "paths": [ + [ + [121.33822762573618, 30.767723623139318], + [121.33883329939636, 30.767890262774017] + ] + ] + } + }, + { + "attributes": { + "FID": 220, + "Entity": "Line", + "Handle": "1637CB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00054041725292800001 + }, + "geometry": { + "paths": [ + [ + [121.33883329939636, 30.767890262774017], + [121.33937364628946, 30.767898983001942] + ] + ] + } + }, + { + "attributes": { + "FID": 221, + "Entity": "Line", + "Handle": "1637CD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00013240822883399999 + }, + "geometry": { + "paths": [ + [ + [121.3409766222976, 30.767472474341048], + [121.34090321206168, 30.767362279621011] + ] + ] + } + }, + { + "attributes": { + "FID": 222, + "Entity": "Line", + "Handle": "1637CE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064128658910199996 + }, + "geometry": { + "paths": [ + [ + [121.34151617662064, 30.767125877137005], + [121.3409766222976, 30.767472474341048] + ] + ] + } + }, + { + "attributes": { + "FID": 223, + "Entity": "Line", + "Handle": "1637D0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063113015202800004 + }, + "geometry": { + "paths": [ + [ + [121.3419493432848, 30.766666865252773], + [121.34151617662064, 30.767125877137005] + ] + ] + } + }, + { + "attributes": { + "FID": 224, + "Entity": "Line", + "Handle": "1637D9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063078921767600004 + }, + "geometry": { + "paths": [ + [ + [121.3423286033867, 30.76616282476607], + [121.3419493432848, 30.766666865252773] + ] + ] + } + }, + { + "attributes": { + "FID": 225, + "Entity": "Line", + "Handle": "1637DB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00014080656783899999 + }, + "geometry": { + "paths": [ + [ + [121.3423286033867, 30.76616282476607], + [121.34221492000142, 30.766079743014416] + ] + ] + } + }, + { + "attributes": { + "FID": 226, + "Entity": "Line", + "Handle": "1637DC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2000000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000631020012876 + }, + "geometry": { + "paths": [ + [ + [121.34269438588308, 30.765648636646802], + [121.3423286033867, 30.76616282476607] + ] + ] + } + }, + { + "attributes": { + "FID": 227, + "Entity": "Line", + "Handle": "1637DE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2000000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060127181366300005 + }, + "geometry": { + "paths": [ + [ + [121.34304383982817, 30.76515934150666], + [121.34269438588308, 30.765648636646802] + ] + ] + } + }, + { + "attributes": { + "FID": 228, + "Entity": "Line", + "Handle": "1637E0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064180149702199995 + }, + "geometry": { + "paths": [ + [ + [121.34341818094981, 30.764638018299593], + [121.34304383982817, 30.76515934150666] + ] + ] + } + }, + { + "attributes": { + "FID": 229, + "Entity": "Line", + "Handle": "1637E2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00014086052517199999 + }, + "geometry": { + "paths": [ + [ + [121.34341818094981, 30.764638018299593], + [121.34330513239547, 30.764553984306986] + ] + ] + } + }, + { + "attributes": { + "FID": 230, + "Entity": "Line", + "Handle": "1637E3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065263622868000002 + }, + "geometry": { + "paths": [ + [ + [121.34380093166328, 30.764109401294263], + [121.34341818094981, 30.764638018299593] + ] + ] + } + }, + { + "attributes": { + "FID": 231, + "Entity": "Line", + "Handle": "1637E5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00071309983749200004 + }, + "geometry": { + "paths": [ + [ + [121.34322189193335, 30.763693198976398], + [121.34380093166328, 30.764109401294263] + ] + ] + } + }, + { + "attributes": { + "FID": 232, + "Entity": "Line", + "Handle": "1637E7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2199999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065457663066600003 + }, + "geometry": { + "paths": [ + [ + [121.34269042205051, 30.763311085996975], + [121.34322189193335, 30.763693198976398] + ] + ] + } + }, + { + "attributes": { + "FID": 233, + "Entity": "Line", + "Handle": "1637E9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2300000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061166657578500005 + }, + "geometry": { + "paths": [ + [ + [121.34219208926152, 30.762956402431882], + [121.34269042205051, 30.763311085996975] + ] + ] + } + }, + { + "attributes": { + "FID": 234, + "Entity": "Line", + "Handle": "1637EB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000653106006117 + }, + "geometry": { + "paths": [ + [ + [121.34166220355473, 30.762574605898408], + [121.34219208926152, 30.762956402431882] + ] + ] + } + }, + { + "attributes": { + "FID": 235, + "Entity": "Line", + "Handle": "163B92", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00082253346126500001 + }, + "geometry": { + "paths": [ + [ + [121.3276205701477, 30.75181835211697], + [121.32683731663928, 30.751567204279127] + ] + ] + } + }, + { + "attributes": { + "FID": 236, + "Entity": "Line", + "Handle": "163BD8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000416787995005 + }, + "geometry": { + "paths": [ + [ + [121.3341948209636, 30.738239533784508], + [121.33457677717161, 30.738406332129671] + ] + ] + } + }, + { + "attributes": { + "FID": 237, + "Entity": "Line", + "Handle": "163BDA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2199999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00048673313191699999 + }, + "geometry": { + "paths": [ + [ + [121.33459405990652, 30.737961114296922], + [121.3341948209636, 30.738239533784508] + ] + ] + } + }, + { + "attributes": { + "FID": 238, + "Entity": "Line", + "Handle": "163BDC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2199999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00096748474462399995 + }, + "geometry": { + "paths": [ + [ + [121.33459405990652, 30.737961114296922], + [121.3336807925225, 30.737641787782195] + ] + ] + } + }, + { + "attributes": { + "FID": 239, + "Entity": "Line", + "Handle": "163BDE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.46, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00041498706519299999 + }, + "geometry": { + "paths": [ + [ + [121.3336807925225, 30.737641787782195], + [121.33339206667733, 30.737939867722162] + ] + ] + } + }, + { + "attributes": { + "FID": 240, + "Entity": "Line", + "Handle": "163C32", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 5.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062585639290399996 + }, + "geometry": { + "paths": [ + [ + [121.32212342668936, 30.712715410903911], + [121.32224265905461, 30.71210101700126] + ] + ] + } + }, + { + "attributes": { + "FID": 241, + "Entity": "Line", + "Handle": "163C34", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 5.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00019924931087799999 + }, + "geometry": { + "paths": [ + [ + [121.32212352830174, 30.712715470894182], + [121.32231949990819, 30.712751462800952] + ] + ] + } + }, + { + "attributes": { + "FID": 242, + "Entity": "Line", + "Handle": "163C35", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 5.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027804614187099997 + }, + "geometry": { + "paths": [ + [ + [121.32212352830174, 30.712715470894182], + [121.32185303647566, 30.712651098314382] + ] + ] + } + }, + { + "attributes": { + "FID": 243, + "Entity": "Line", + "Handle": "163C38", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.8799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00058866034236200004 + }, + "geometry": { + "paths": [ + [ + [121.32200593914968, 30.71329222775239], + [121.32212342668936, 30.712715410903911] + ] + ] + } + }, + { + "attributes": { + "FID": 244, + "Entity": "Line", + "Handle": "163C3A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5800000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00050936480765399999 + }, + "geometry": { + "paths": [ + [ + [121.32190599175374, 30.713791730522644], + [121.32200603882666, 30.713292287742661] + ] + ] + } + }, + { + "attributes": { + "FID": 245, + "Entity": "Line", + "Handle": "163C3C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4199999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00058862641683199999 + }, + "geometry": { + "paths": [ + [ + [121.32179183515109, 30.714369181237998], + [121.32190599175374, 30.713791730522644] + ] + ] + } + }, + { + "attributes": { + "FID": 246, + "Entity": "Line", + "Handle": "163C40", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4299999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000471615568442 + }, + "geometry": { + "paths": [ + [ + [121.32169866284676, 30.714831462129951], + [121.32179173353506, 30.714369121247728] + ] + ] + } + }, + { + "attributes": { + "FID": 247, + "Entity": "Line", + "Handle": "163C42", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000397272631139 + }, + "geometry": { + "paths": [ + [ + [121.32161922750674, 30.715220712139853], + [121.32169866284676, 30.714831462129951] + ] + ] + } + }, + { + "attributes": { + "FID": 248, + "Entity": "Line", + "Handle": "163C44", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.46, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00048046047718600001 + }, + "geometry": { + "paths": [ + [ + [121.32209657405474, 30.715276264818385], + [121.32161932912277, 30.715220771169697] + ] + ] + } + }, + { + "attributes": { + "FID": 249, + "Entity": "Line", + "Handle": "163C48", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00038198785954800002 + }, + "geometry": { + "paths": [ + [ + [121.32247599189941, 30.71532050082169], + [121.32209657405474, 30.715276264818385] + ] + ] + } + }, + { + "attributes": { + "FID": 250, + "Entity": "Line", + "Handle": "163C4A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4800000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046965362607699997 + }, + "geometry": { + "paths": [ + [ + [121.3229416617869, 30.715381542482646], + [121.32247599189941, 30.71532050082169] + ] + ] + } + }, + { + "attributes": { + "FID": 251, + "Entity": "Line", + "Handle": "163C4C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4800000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047274943379300001 + }, + "geometry": { + "paths": [ + [ + [121.32340923520678, 30.715451307260082], + [121.3229416617869, 30.715381542482646] + ] + ] + } + }, + { + "attributes": { + "FID": 252, + "Entity": "Line", + "Handle": "163C4E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4800000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047211366241799998 + }, + "geometry": { + "paths": [ + [ + [121.32387205222039, 30.71554453666613], + [121.32340923520678, 30.715451307260082] + ] + ] + } + }, + { + "attributes": { + "FID": 253, + "Entity": "Line", + "Handle": "163C50", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047326733833199998 + }, + "geometry": { + "paths": [ + [ + [121.324331541211, 30.715657902626845], + [121.32387205222039, 30.71554453666613] + ] + ] + } + }, + { + "attributes": { + "FID": 254, + "Entity": "Line", + "Handle": "163C52", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046938339101499998 + }, + "geometry": { + "paths": [ + [ + [121.32478024674856, 30.715795685457124], + [121.324331541211, 30.715657902626845] + ] + ] + } + }, + { + "attributes": { + "FID": 255, + "Entity": "Line", + "Handle": "163C54", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4800000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047797162288499998 + }, + "geometry": { + "paths": [ + [ + [121.32523053743716, 30.715955982581363], + [121.32478024674856, 30.715795685457124] + ] + ] + } + }, + { + "attributes": { + "FID": 256, + "Entity": "Line", + "Handle": "163C56", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4299999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047693243052099999 + }, + "geometry": { + "paths": [ + [ + [121.32567004758675, 30.716141172677453], + [121.32523053743716, 30.715955982581363] + ] + ] + } + }, + { + "attributes": { + "FID": 257, + "Entity": "Line", + "Handle": "163C58", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4100000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047887644860499998 + }, + "geometry": { + "paths": [ + [ + [121.32610289780132, 30.71634602224367], + [121.32567004758675, 30.716141172677453] + ] + ] + } + }, + { + "attributes": { + "FID": 258, + "Entity": "Line", + "Handle": "163C5A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.46, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046526038888600001 + }, + "geometry": { + "paths": [ + [ + [121.32652163751845, 30.716548813463305], + [121.32610289780132, 30.71634602224367] + ] + ] + } + }, + { + "attributes": { + "FID": 259, + "Entity": "Line", + "Handle": "163C5E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5199999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000400014086199 + }, + "geometry": { + "paths": [ + [ + [121.32688155168216, 30.716723378820461], + [121.32652163751845, 30.716548813463305] + ] + ] + } + }, + { + "attributes": { + "FID": 260, + "Entity": "Line", + "Handle": "163C60", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00038625762641499999 + }, + "geometry": { + "paths": [ + [ + [121.32723195594372, 30.716885895919404], + [121.32688155168216, 30.716723378820461] + ] + ] + } + }, + { + "attributes": { + "FID": 261, + "Entity": "Line", + "Handle": "163C62", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00048315112511099998 + }, + "geometry": { + "paths": [ + [ + [121.3276675003217, 30.717095027706819], + [121.32723195594372, 30.716885895919404] + ] + ] + } + }, + { + "attributes": { + "FID": 262, + "Entity": "Line", + "Handle": "163C64", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026172671713800002 + }, + "geometry": { + "paths": [ + [ + [121.32756808905106, 30.717337139816664], + [121.3276675003217, 30.717095027706819] + ] + ] + } + }, + { + "attributes": { + "FID": 263, + "Entity": "Line", + "Handle": "163C67", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00082463849533999996 + }, + "geometry": { + "paths": [ + [ + [121.32707641522939, 30.718359015794704], + [121.32672902351987, 30.719106911274139] + ] + ] + } + }, + { + "attributes": { + "FID": 264, + "Entity": "Line", + "Handle": "163C69", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6761624773200001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00098894811679999992 + }, + "geometry": { + "paths": [ + [ + [121.32713930815225, 30.718228299352631], + [121.32756808905106, 30.717337139816664] + ] + ] + } + }, + { + "attributes": { + "FID": 265, + "Entity": "Line", + "Handle": "163C6B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4299999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00078721619850100001 + }, + "geometry": { + "paths": [ + [ + [121.32672902351987, 30.719106911274139], + [121.326393684918, 30.719819131300028] + ] + ] + } + }, + { + "attributes": { + "FID": 266, + "Entity": "Line", + "Handle": "163C6D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00068593356365499996 + }, + "geometry": { + "paths": [ + [ + [121.326393684918, 30.719819131300028], + [121.32613587715241, 30.720454772716039] + ] + ] + } + }, + { + "attributes": { + "FID": 267, + "Entity": "Line", + "Handle": "163C6F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00088509479007599996 + }, + "geometry": { + "paths": [ + [ + [121.32613587715241, 30.720454772716039], + [121.3257215773956, 30.721236916244379] + ] + ] + } + }, + { + "attributes": { + "FID": 268, + "Entity": "Line", + "Handle": "163C71", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00050056883094999995 + }, + "geometry": { + "paths": [ + [ + [121.32824812229592, 30.717363458265027], + [121.32870031748098, 30.717578140982368] + ] + ] + } + }, + { + "attributes": { + "FID": 269, + "Entity": "Line", + "Handle": "163C73", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5599999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00044078963648899998 + }, + "geometry": { + "paths": [ + [ + [121.32870031748098, 30.717578140982368], + [121.32909685935374, 30.717770624869445] + ] + ] + } + }, + { + "attributes": { + "FID": 270, + "Entity": "Line", + "Handle": "163C77", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4800000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000405088941958 + }, + "geometry": { + "paths": [ + [ + [121.32909685935374, 30.717770624869445], + [121.32946707986412, 30.71793504452944] + ] + ] + } + }, + { + "attributes": { + "FID": 271, + "Entity": "Line", + "Handle": "163C79", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00039444028241200001 + }, + "geometry": { + "paths": [ + [ + [121.32946707986412, 30.71793504452944], + [121.32982525308398, 30.718100256759499] + ] + ] + } + }, + { + "attributes": { + "FID": 272, + "Entity": "Line", + "Handle": "163C7B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047675367857199998 + }, + "geometry": { + "paths": [ + [ + [121.32982525308398, 30.718100256759499], + [121.33025746943167, 30.718301460881776] + ] + ] + } + }, + { + "attributes": { + "FID": 273, + "Entity": "Line", + "Handle": "163C7D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046550212477100003 + }, + "geometry": { + "paths": [ + [ + [121.33025746943167, 30.718301460881776], + [121.33067731816845, 30.718502506315417] + ] + ] + } + }, + { + "attributes": { + "FID": 274, + "Entity": "Line", + "Handle": "163C7F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047644077388000003 + }, + "geometry": { + "paths": [ + [ + [121.33067731816845, 30.718502506315417], + [121.33110985193343, 30.718702282072627] + ] + ] + } + }, + { + "attributes": { + "FID": 275, + "Entity": "Line", + "Handle": "163C81", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.46, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047100391883699998 + }, + "geometry": { + "paths": [ + [ + [121.33110985193343, 30.718702282072627], + [121.3315355670602, 30.718903804583533] + ] + ] + } + }, + { + "attributes": { + "FID": 276, + "Entity": "Line", + "Handle": "163C83", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00024395753673799999 + }, + "geometry": { + "paths": [ + [ + [121.3315355670602, 30.718903804583533], + [121.33175690776261, 30.719006389052083] + ] + ] + } + }, + { + "attributes": { + "FID": 277, + "Entity": "Line", + "Handle": "163C84", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026127927459100001 + }, + "geometry": { + "paths": [ + [ + [121.3315355670602, 30.718903804583533], + [121.33142362849685, 30.719139890621591] + ] + ] + } + }, + { + "attributes": { + "FID": 278, + "Entity": "Line", + "Handle": "163C85", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000191882076986 + }, + "geometry": { + "paths": [ + [ + [121.3315355670602, 30.718903804583533], + [121.33161452530476, 30.718728920830472] + ] + ] + } + }, + { + "attributes": { + "FID": 279, + "Entity": "Line", + "Handle": "163C86", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000479655477262 + }, + "geometry": { + "paths": [ + [ + [121.33175690776261, 30.719006389052083], + [121.33218864799346, 30.71921536213631] + ] + ] + } + }, + { + "attributes": { + "FID": 280, + "Entity": "Line", + "Handle": "163C8A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047270753214799998 + }, + "geometry": { + "paths": [ + [ + [121.33218864799346, 30.71921536213631], + [121.33261816727099, 30.719412759201077] + ] + ] + } + }, + { + "attributes": { + "FID": 281, + "Entity": "Line", + "Handle": "163C8C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047289920638200002 + }, + "geometry": { + "paths": [ + [ + [121.33261816727099, 30.719412759201077], + [121.33304515302734, 30.719616024602146] + ] + ] + } + }, + { + "attributes": { + "FID": 282, + "Entity": "Line", + "Handle": "163C8E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00031450284958799997 + }, + "geometry": { + "paths": [ + [ + [121.33304515302734, 30.719616024602146], + [121.33332991407224, 30.719749528121611] + ] + ] + } + }, + { + "attributes": { + "FID": 283, + "Entity": "Line", + "Handle": "163C8F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.46, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046786516179200002 + }, + "geometry": { + "paths": [ + [ + [121.33332991407224, 30.719749528121611], + [121.33375372760565, 30.719947719691845] + ] + ] + } + }, + { + "attributes": { + "FID": 284, + "Entity": "Line", + "Handle": "163C91", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000477702503513 + }, + "geometry": { + "paths": [ + [ + [121.33375372760565, 30.719947719691845], + [121.3341861016961, 30.720150826382451] + ] + ] + } + }, + { + "attributes": { + "FID": 285, + "Entity": "Line", + "Handle": "163C93", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4800000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047817137557199999 + }, + "geometry": { + "paths": [ + [ + [121.3341861016961, 30.720150826382451], + [121.33461958674161, 30.720352664386155] + ] + ] + } + }, + { + "attributes": { + "FID": 286, + "Entity": "Line", + "Handle": "163C95", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047943335130000002 + }, + "geometry": { + "paths": [ + [ + [121.33461958674161, 30.720352664386155], + [121.33505402113587, 30.720555452688131] + ] + ] + } + }, + { + "attributes": { + "FID": 287, + "Entity": "Line", + "Handle": "163C97", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046960856856999999 + }, + "geometry": { + "paths": [ + [ + [121.33505402113587, 30.720555452688131], + [121.33547735951288, 30.720758718096477] + ] + ] + } + }, + { + "attributes": { + "FID": 288, + "Entity": "Line", + "Handle": "163C99", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026754437884799999 + }, + "geometry": { + "paths": [ + [ + [121.33505402113587, 30.720555452688131], + [121.33493653456753, 30.720795820947387] + ] + ] + } + }, + { + "attributes": { + "FID": 289, + "Entity": "Line", + "Handle": "163C9A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020189234572099999 + }, + "geometry": { + "paths": [ + [ + [121.33505402113587, 30.720555452688131], + [121.33514677634594, 30.720376128985663] + ] + ] + } + }, + { + "attributes": { + "FID": 290, + "Entity": "Line", + "Handle": "163C9C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4199999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046783600203200001 + }, + "geometry": { + "paths": [ + [ + [121.33547735951288, 30.720758718096477], + [121.33590354882472, 30.720951677147241] + ] + ] + } + }, + { + "attributes": { + "FID": 291, + "Entity": "Line", + "Handle": "163C9E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047949008339900001 + }, + "geometry": { + "paths": [ + [ + [121.33590354882472, 30.720951677147241], + [121.33633640001062, 30.721157955093076] + ] + ] + } + }, + { + "attributes": { + "FID": 292, + "Entity": "Line", + "Handle": "163CA0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046788388013000001 + }, + "geometry": { + "paths": [ + [ + [121.33633640001062, 30.721157955093076], + [121.33675926419892, 30.721358207942103] + ] + ] + } + }, + { + "attributes": { + "FID": 293, + "Entity": "Line", + "Handle": "163CA2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047970117949799998 + }, + "geometry": { + "paths": [ + [ + [121.33675926419892, 30.721358207942103], + [121.33719227312031, 30.72156464557338] + ] + ] + } + }, + { + "attributes": { + "FID": 294, + "Entity": "Line", + "Handle": "163CA4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020566985301300001 + }, + "geometry": { + "paths": [ + [ + [121.33675926419892, 30.721358207942103], + [121.33684075790734, 30.721169372394797] + ] + ] + } + }, + { + "attributes": { + "FID": 295, + "Entity": "Line", + "Handle": "163CA5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00048090720136699999 + }, + "geometry": { + "paths": [ + [ + [121.33719227312031, 30.72156464557338], + [121.33762781556652, 30.721768543866347] + ] + ] + } + }, + { + "attributes": { + "FID": 296, + "Entity": "Line", + "Handle": "163CA7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047318449363800003 + }, + "geometry": { + "paths": [ + [ + [121.33762781556652, 30.721768543866347], + [121.33805511680839, 30.721971810227842] + ] + ] + } + }, + { + "attributes": { + "FID": 297, + "Entity": "Line", + "Handle": "163CA9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000473458903232 + }, + "geometry": { + "paths": [ + [ + [121.33805511680839, 30.721971810227842], + [121.33848384545126, 30.722172695976042] + ] + ] + } + }, + { + "attributes": { + "FID": 298, + "Entity": "Line", + "Handle": "163CAB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4800000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047098834820899998 + }, + "geometry": { + "paths": [ + [ + [121.33848384545126, 30.722172695976042], + [121.33890924316438, 30.722374851386121] + ] + ] + } + }, + { + "attributes": { + "FID": 299, + "Entity": "Line", + "Handle": "163CB0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062364088402499997 + }, + "geometry": { + "paths": [ + [ + [121.340320367206, 30.722978940873872], + [121.33976432079362, 30.722696557553718] + ] + ] + } + }, + { + "attributes": { + "FID": 300, + "Entity": "Line", + "Handle": "163CB2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000623395388733 + }, + "geometry": { + "paths": [ + [ + [121.34086150957228, 30.723288435219729], + [121.340320367206, 30.722978940873872] + ] + ] + } + }, + { + "attributes": { + "FID": 301, + "Entity": "Line", + "Handle": "163CB4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000662213646953 + }, + "geometry": { + "paths": [ + [ + [121.34146004814102, 30.72357176982041], + [121.34086150957228, 30.723288435219729] + ] + ] + } + }, + { + "attributes": { + "FID": 302, + "Entity": "Line", + "Handle": "163CB6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066100750875800005 + }, + "geometry": { + "paths": [ + [ + [121.3420574767224, 30.723854630239657], + [121.34146004814102, 30.72357176982041] + ] + ] + } + }, + { + "attributes": { + "FID": 303, + "Entity": "Line", + "Handle": "163CB8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062402448648799999 + }, + "geometry": { + "paths": [ + [ + [121.34262335336098, 30.724117670521082], + [121.3420574767224, 30.723854630239657] + ] + ] + } + }, + { + "attributes": { + "FID": 304, + "Entity": "Line", + "Handle": "163CBA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066288986570200005 + }, + "geometry": { + "paths": [ + [ + [121.34322316353064, 30.724399895138049], + [121.34262335336098, 30.724117670521082] + ] + ] + } + }, + { + "attributes": { + "FID": 305, + "Entity": "Line", + "Handle": "163CBC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062400540741800001 + }, + "geometry": { + "paths": [ + [ + [121.34378760986147, 30.724665946050663], + [121.34322316353064, 30.724399895138049] + ] + ] + } + }, + { + "attributes": { + "FID": 306, + "Entity": "Line", + "Handle": "163CBE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062662608686699995 + }, + "geometry": { + "paths": [ + [ + [121.34435428003781, 30.724933425328345], + [121.34378760986147, 30.724665946050663] + ] + ] + } + }, + { + "attributes": { + "FID": 307, + "Entity": "Line", + "Handle": "163CC0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000201245078893 + }, + "geometry": { + "paths": [ + [ + [121.34435428003781, 30.724933425328345], + [121.34443910854679, 30.724750932298775] + ] + ] + } + }, + { + "attributes": { + "FID": 308, + "Entity": "Line", + "Handle": "163CC1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062419644526399997 + }, + "geometry": { + "paths": [ + [ + [121.34491841185445, 30.72520058912778], + [121.34435428003781, 30.724933425328345] + ] + ] + } + }, + { + "attributes": { + "FID": 309, + "Entity": "Line", + "Handle": "163CC8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00044900797964100001 + }, + "geometry": { + "paths": [ + [ + [121.34529846452642, 30.725439687710605], + [121.34491841185445, 30.72520058912778] + ] + ] + } + }, + { + "attributes": { + "FID": 310, + "Entity": "Line", + "Handle": "163CCA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00032931961030900002 + }, + "geometry": { + "paths": [ + [ + [121.34560177699677, 30.725567956767918], + [121.34529846452642, 30.725439687710605] + ] + ] + } + }, + { + "attributes": { + "FID": 311, + "Entity": "Line", + "Handle": "163CCC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00043574184268599999 + }, + "geometry": { + "paths": [ + [ + [121.34601338064749, 30.725710972110392], + [121.34560177699677, 30.725567956767918] + ] + ] + } + }, + { + "attributes": { + "FID": 312, + "Entity": "Line", + "Handle": "163CCE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064675760435000003 + }, + "geometry": { + "paths": [ + [ + [121.34659353037205, 30.725996842178574], + [121.34601338064749, 30.725710972110392] + ] + ] + } + }, + { + "attributes": { + "FID": 313, + "Entity": "Line", + "Handle": "163CD0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065467416570200003 + }, + "geometry": { + "paths": [ + [ + [121.34718730963141, 30.726272567502747], + [121.34659353037205, 30.725996842178574] + ] + ] + } + }, + { + "attributes": { + "FID": 314, + "Entity": "Line", + "Handle": "163CD2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000701663539507 + }, + "geometry": { + "paths": [ + [ + [121.34782406201703, 30.726567318451998], + [121.34718730963141, 30.726272567502747] + ] + ] + } + }, + { + "attributes": { + "FID": 315, + "Entity": "Line", + "Handle": "163CD4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00019481252978899999 + }, + "geometry": { + "paths": [ + [ + [121.34782406201703, 30.726567318451998], + [121.34790555862855, 30.726390371499292] + ] + ] + } + }, + { + "attributes": { + "FID": 316, + "Entity": "Line", + "Handle": "163CD5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3899999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062557733875000005 + }, + "geometry": { + "paths": [ + [ + [121.34839189831473, 30.726829823586741], + [121.34782406201703, 30.726567318451998] + ] + ] + } + }, + { + "attributes": { + "FID": 317, + "Entity": "Line", + "Handle": "163CD7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000588513356256 + }, + "geometry": { + "paths": [ + [ + [121.3489241046409, 30.727081029472174], + [121.34839189831473, 30.726829823586741] + ] + ] + } + }, + { + "attributes": { + "FID": 318, + "Entity": "Line", + "Handle": "163CD9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062239500580500001 + }, + "geometry": { + "paths": [ + [ + [121.3494874419448, 30.727345654915553], + [121.3489241046409, 30.727081029472174] + ] + ] + } + }, + { + "attributes": { + "FID": 319, + "Entity": "Line", + "Handle": "163CDB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4000000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00052873460276899997 + }, + "geometry": { + "paths": [ + [ + [121.34996532074729, 30.727571911695122], + [121.3494874419448, 30.727345654915553] + ] + ] + } + }, + { + "attributes": { + "FID": 320, + "Entity": "Line", + "Handle": "163CDD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000125186095967 + }, + "geometry": { + "paths": [ + [ + [121.35007853090792, 30.727625344065018], + [121.34996532074729, 30.727571911695122] + ] + ] + } + }, + { + "attributes": { + "FID": 321, + "Entity": "Line", + "Handle": "163CDE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00023449235393700001 + }, + "geometry": { + "paths": [ + [ + [121.35007853090792, 30.727625344065018], + [121.35030240514243, 30.727695107889303] + ] + ] + } + }, + { + "attributes": { + "FID": 322, + "Entity": "Line", + "Handle": "163CDF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3200000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062459080331299995 + }, + "geometry": { + "paths": [ + [ + [121.35030240514243, 30.727695107889303], + [121.35086764791049, 30.727960841373715] + ] + ] + } + }, + { + "attributes": { + "FID": 323, + "Entity": "Line", + "Handle": "163CE1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3200000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00025587667600200002 + }, + "geometry": { + "paths": [ + [ + [121.35030240514243, 30.727695107889303], + [121.35019680909318, 30.727928179439914] + ] + ] + } + }, + { + "attributes": { + "FID": 324, + "Entity": "Line", + "Handle": "163CE2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3200000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012549990872900001 + }, + "geometry": { + "paths": [ + [ + [121.35030240514243, 30.727695107889303], + [121.3503548862318, 30.727581108054437] + ] + ] + } + }, + { + "attributes": { + "FID": 325, + "Entity": "Line", + "Handle": "163CE3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3200000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000622456156153 + }, + "geometry": { + "paths": [ + [ + [121.35086764791049, 30.727960841373715], + [121.35143082844297, 30.72822594390891] + ] + ] + } + }, + { + "attributes": { + "FID": 326, + "Entity": "Line", + "Handle": "163CE5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3200000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066074328495099996 + }, + "geometry": { + "paths": [ + [ + [121.35143082844297, 30.72822594390891], + [121.35202841573118, 30.728507850137248] + ] + ] + } + }, + { + "attributes": { + "FID": 327, + "Entity": "Line", + "Handle": "163CE7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000622603255792 + }, + "geometry": { + "paths": [ + [ + [121.35202841573118, 30.728507850137248], + [121.35259175884494, 30.728772952665167] + ] + ] + } + }, + { + "attributes": { + "FID": 328, + "Entity": "Line", + "Handle": "163CE9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000624101466501 + }, + "geometry": { + "paths": [ + [ + [121.35259175884494, 30.728772952665167], + [121.35315668419935, 30.729038211000443] + ] + ] + } + }, + { + "attributes": { + "FID": 329, + "Entity": "Line", + "Handle": "163CEB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063521629212099999 + }, + "geometry": { + "paths": [ + [ + [121.35315668419935, 30.729038211000443], + [121.35373128107312, 30.72930902121152] + ] + ] + } + }, + { + "attributes": { + "FID": 330, + "Entity": "Line", + "Handle": "163CED", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026265169612599997 + }, + "geometry": { + "paths": [ + [ + [121.35315668419935, 30.729038211000443], + [121.35304727915718, 30.729276992176892] + ] + ] + } + }, + { + "attributes": { + "FID": 331, + "Entity": "Line", + "Handle": "163CEE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012522624706500001 + }, + "geometry": { + "paths": [ + [ + [121.35315668419935, 30.729038211000443], + [121.35321154107805, 30.728925639530644] + ] + ] + } + }, + { + "attributes": { + "FID": 332, + "Entity": "Line", + "Handle": "163CEF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063451249093800005 + }, + "geometry": { + "paths": [ + [ + [121.35373128107312, 30.72930902121152], + [121.35430539988738, 30.729579194652615] + ] + ] + } + }, + { + "attributes": { + "FID": 333, + "Entity": "Line", + "Handle": "163CF1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063521892128500001 + }, + "geometry": { + "paths": [ + [ + [121.35430539988738, 30.729579194652615], + [121.35487999966426, 30.729850004870968] + ] + ] + } + }, + { + "attributes": { + "FID": 334, + "Entity": "Line", + "Handle": "163CF3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063032655354099999 + }, + "geometry": { + "paths": [ + [ + [121.35487999966426, 30.729850004870968], + [121.35545031238507, 30.730118435429176] + ] + ] + } + }, + { + "attributes": { + "FID": 335, + "Entity": "Line", + "Handle": "163CF5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063513203816199998 + }, + "geometry": { + "paths": [ + [ + [121.35545031238507, 30.730118435429176], + [121.35602459280562, 30.730389718868537] + ] + ] + } + }, + { + "attributes": { + "FID": 336, + "Entity": "Line", + "Handle": "163CF7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063588345605899998 + }, + "geometry": { + "paths": [ + [ + [121.35602459280562, 30.730389718868537], + [121.35660140965774, 30.730657356849406] + ] + ] + } + }, + { + "attributes": { + "FID": 337, + "Entity": "Line", + "Handle": "163CF9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00025669405357700001 + }, + "geometry": { + "paths": [ + [ + [121.35602459280562, 30.730389718868537], + [121.3559177280622, 30.730623110735905] + ] + ] + } + }, + { + "attributes": { + "FID": 338, + "Entity": "Line", + "Handle": "163CFA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012570885220600001 + }, + "geometry": { + "paths": [ + [ + [121.35602459280562, 30.730389718868537], + [121.35607326877653, 30.730273816479894] + ] + ] + } + }, + { + "attributes": { + "FID": 339, + "Entity": "Line", + "Handle": "163CFB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062875442506000003 + }, + "geometry": { + "paths": [ + [ + [121.35660140965774, 30.730657356849406], + [121.35716998433054, 30.73092578741489] + ] + ] + } + }, + { + "attributes": { + "FID": 340, + "Entity": "Line", + "Handle": "163CFF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3200000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00043548160476600001 + }, + "geometry": { + "paths": [ + [ + [121.35716998433054, 30.73092578741489], + [121.35756382816544, 30.731111613305984] + ] + ] + } + }, + { + "attributes": { + "FID": 341, + "Entity": "Line", + "Handle": "163D01", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064407068548700001 + }, + "geometry": { + "paths": [ + [ + [121.35756382816544, 30.731111613305984], + [121.35814619689336, 30.731386701860174] + ] + ] + } + }, + { + "attributes": { + "FID": 342, + "Entity": "Line", + "Handle": "163D03", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3300000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062788181694100004 + }, + "geometry": { + "paths": [ + [ + [121.35814619689336, 30.731386701860174], + [121.35871365577259, 30.731655450814287] + ] + ] + } + }, + { + "attributes": { + "FID": 343, + "Entity": "Line", + "Handle": "163D05", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000633199533944 + }, + "geometry": { + "paths": [ + [ + [121.35871365577259, 30.731655450814287], + [121.35928714265538, 30.731923880397517] + ] + ] + } + }, + { + "attributes": { + "FID": 344, + "Entity": "Line", + "Handle": "163D07", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026149068973099998 + }, + "geometry": { + "paths": [ + [ + [121.35871365577259, 30.731655450814287], + [121.35860155849514, 30.731891695555532] + ] + ] + } + }, + { + "attributes": { + "FID": 345, + "Entity": "Line", + "Handle": "163D08", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3300000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063386111444700005 + }, + "geometry": { + "paths": [ + [ + [121.35928714265538, 30.731923880397517], + [121.35986031599532, 30.732194531898131] + ] + ] + } + }, + { + "attributes": { + "FID": 346, + "Entity": "Line", + "Handle": "163D0A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063012522926500004 + }, + "geometry": { + "paths": [ + [ + [121.35986031599532, 30.732194531898131], + [121.36043062968383, 30.732462487307203] + ] + ] + } + }, + { + "attributes": { + "FID": 347, + "Entity": "Line", + "Handle": "163D0C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00024828965446700002 + }, + "geometry": { + "paths": [ + [ + [121.36043062968383, 30.732462487307203], + [121.36032978906951, 30.732689376978669] + ] + ] + } + }, + { + "attributes": { + "FID": 348, + "Entity": "Line", + "Handle": "163D0D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012637173415899999 + }, + "geometry": { + "paths": [ + [ + [121.36043062968383, 30.732462487307203], + [121.36048025596392, 30.732346267483081] + ] + ] + } + }, + { + "attributes": { + "FID": 349, + "Entity": "Line", + "Handle": "163D11", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3099999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062763722706699998 + }, + "geometry": { + "paths": [ + [ + [121.35932472066997, 30.748610819777241], + [121.35870335039363, 30.748522346795653] + ] + ] + } + }, + { + "attributes": { + "FID": 350, + "Entity": "Line", + "Handle": "163D13", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062650982632599995 + }, + "geometry": { + "paths": [ + [ + [121.35870335039363, 30.748522346795653], + [121.35808721166904, 30.748408823077625] + ] + ] + } + }, + { + "attributes": { + "FID": 351, + "Entity": "Line", + "Handle": "163D15", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059441386921200003 + }, + "geometry": { + "paths": [ + [ + [121.35808721166904, 30.748408823077625], + [121.35750626066874, 30.748283030457969] + ] + ] + } + }, + { + "attributes": { + "FID": 352, + "Entity": "Line", + "Handle": "163D17", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064805067873200002 + }, + "geometry": { + "paths": [ + [ + [121.35750616195946, 30.74828296949272], + [121.35688353556543, 30.748103230638662] + ] + ] + } + }, + { + "attributes": { + "FID": 353, + "Entity": "Line", + "Handle": "163D19", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062445531457300002 + }, + "geometry": { + "paths": [ + [ + [121.35688348233816, 30.748103211277339], + [121.35629308336502, 30.74789980652713] + ] + ] + } + }, + { + "attributes": { + "FID": 354, + "Entity": "Line", + "Handle": "163D1B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063426688055900004 + }, + "geometry": { + "paths": [ + [ + [121.35629308336502, 30.74789980652713], + [121.35570580243075, 30.747660232780618] + ] + ] + } + }, + { + "attributes": { + "FID": 355, + "Entity": "Line", + "Handle": "163D1D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065755211813700002 + }, + "geometry": { + "paths": [ + [ + [121.35570590016869, 30.747660292770888], + [121.3551038767946, 30.747395826052525] + ] + ] + } + }, + { + "attributes": { + "FID": 356, + "Entity": "Line", + "Handle": "163D1F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060748577808800001 + }, + "geometry": { + "paths": [ + [ + [121.35510367357347, 30.747395708945987], + [121.35454762812515, 30.747151061383192] + ] + ] + } + }, + { + "attributes": { + "FID": 357, + "Entity": "Line", + "Handle": "163D21", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064006723881099997 + }, + "geometry": { + "paths": [ + [ + [121.35454762812515, 30.747151061383192], + [121.35396240748742, 30.746891826209321] + ] + ] + } + }, + { + "attributes": { + "FID": 358, + "Entity": "Line", + "Handle": "163D23", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000262726659544 + }, + "geometry": { + "paths": [ + [ + [121.35396260781272, 30.746891944276285], + [121.35385336727995, 30.74713088318822] + ] + ] + } + }, + { + "attributes": { + "FID": 359, + "Entity": "Line", + "Handle": "163D24", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00013901625518199999 + }, + "geometry": { + "paths": [ + [ + [121.35396260781272, 30.746891944276285], + [121.35401984820783, 30.746765259405947] + ] + ] + } + }, + { + "attributes": { + "FID": 360, + "Entity": "Line", + "Handle": "163D25", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.2400000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00040022572384300001 + }, + "geometry": { + "paths": [ + [ + [121.3494308383124, 30.750228221782891], + [121.34979899852988, 30.750385188926884] + ] + ] + } + }, + { + "attributes": { + "FID": 361, + "Entity": "Line", + "Handle": "163D27", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0011533180994699999 + }, + "geometry": { + "paths": [ + [ + [121.34986923750694, 30.749161474959692], + [121.3494308383124, 30.750228221782891] + ] + ] + } + }, + { + "attributes": { + "FID": 362, + "Entity": "Line", + "Handle": "163D29", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00017008142920199999 + }, + "geometry": { + "paths": [ + [ + [121.34986923750694, 30.749161474959692], + [121.35002303727015, 30.749234092625557] + ] + ] + } + }, + { + "attributes": { + "FID": 363, + "Entity": "Line", + "Handle": "163D2A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00092858541776799999 + }, + "geometry": { + "paths": [ + [ + [121.35022566590123, 30.74830401960935], + [121.34986923750694, 30.749161474959692] + ] + ] + } + }, + { + "attributes": { + "FID": 364, + "Entity": "Line", + "Handle": "163D2C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00092978050156100004 + }, + "geometry": { + "paths": [ + [ + [121.35058367847523, 30.747445929417154], + [121.35022566590123, 30.74830401960935] + ] + ] + } + }, + { + "attributes": { + "FID": 365, + "Entity": "Line", + "Handle": "163D2E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00016076732497100001 + }, + "geometry": { + "paths": [ + [ + [121.35058367847523, 30.747445929417154], + [121.3507311337853, 30.747509984583303] + ] + ] + } + }, + { + "attributes": { + "FID": 366, + "Entity": "Line", + "Handle": "163D2F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000926843073025 + }, + "geometry": { + "paths": [ + [ + [121.3509409023427, 30.746590693081089], + [121.35058367847523, 30.747445929417154] + ] + ] + } + }, + { + "attributes": { + "FID": 367, + "Entity": "Line", + "Handle": "163D33", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2599999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00185177493765 + }, + "geometry": { + "paths": [ + [ + [121.35277488767315, 30.746846756017476], + [121.3509409023427, 30.746590693081089] + ] + ] + } + }, + { + "attributes": { + "FID": 368, + "Entity": "Line", + "Handle": "163D35", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2400000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059531638026699999 + }, + "geometry": { + "paths": [ + [ + [121.35333172375249, 30.747057315209531], + [121.35277488767315, 30.746846756017476] + ] + ] + } + }, + { + "attributes": { + "FID": 369, + "Entity": "Line", + "Handle": "163D37", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2000000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00129784544982 + }, + "geometry": { + "paths": [ + [ + [121.35461014170141, 30.746833595832868], + [121.35333172375249, 30.747057315209531] + ] + ] + } + }, + { + "attributes": { + "FID": 370, + "Entity": "Line", + "Handle": "163D39", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.3571000520300002e-5 + }, + "geometry": { + "paths": [ + [ + [121.35460221403264, 30.746855793673603], + [121.35461014170141, 30.746833595832868] + ] + ] + } + }, + { + "attributes": { + "FID": 371, + "Entity": "Line", + "Handle": "163D3A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00056255313780600004 + }, + "geometry": { + "paths": [ + [ + [121.35480643071787, 30.746331616624957], + [121.35460221403264, 30.746855793673603] + ] + ] + } + }, + { + "attributes": { + "FID": 372, + "Entity": "Line", + "Handle": "163D3C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00038788515943299998 + }, + "geometry": { + "paths": [ + [ + [121.35469020799792, 30.745961552878725], + [121.35480643071787, 30.746331616624957] + ] + ] + } + }, + { + "attributes": { + "FID": 373, + "Entity": "Line", + "Handle": "163D3E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2999999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000451275128853 + }, + "geometry": { + "paths": [ + [ + [121.35485526249249, 30.745541545431479], + [121.35469020799792, 30.745961552878725] + ] + ] + } + }, + { + "attributes": { + "FID": 374, + "Entity": "Line", + "Handle": "163D40", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062404433107500002 + }, + "geometry": { + "paths": [ + [ + [121.35508992403265, 30.744963302153337], + [121.35485526249249, 30.745541545431479] + ] + ] + } + }, + { + "attributes": { + "FID": 375, + "Entity": "Line", + "Handle": "163D42", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066137276773699997 + }, + "geometry": { + "paths": [ + [ + [121.35533789866167, 30.744350176944863], + [121.35508992403265, 30.744963302153337] + ] + ] + } + }, + { + "attributes": { + "FID": 376, + "Entity": "Line", + "Handle": "163D44", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00049434318397899996 + }, + "geometry": { + "paths": [ + [ + [121.35552261263729, 30.743891640217043], + [121.35533789866167, 30.744350176944863] + ] + ] + } + }, + { + "attributes": { + "FID": 377, + "Entity": "Line", + "Handle": "163D48", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00058599996273000002 + }, + "geometry": { + "paths": [ + [ + [121.35574205367811, 30.743348278840131], + [121.35552261263729, 30.743891640217043] + ] + ] + } + }, + { + "attributes": { + "FID": 378, + "Entity": "Line", + "Handle": "163D4A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066081106764699995 + }, + "geometry": { + "paths": [ + [ + [121.35598891832342, 30.742735311374418], + [121.35574205367811, 30.743348278840131] + ] + ] + } + }, + { + "attributes": { + "FID": 379, + "Entity": "Line", + "Handle": "163D4C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020557012113599999 + }, + "geometry": { + "paths": [ + [ + [121.35598891832342, 30.742735311374418], + [121.35617791644836, 30.742816174119071] + ] + ] + } + }, + { + "attributes": { + "FID": 380, + "Entity": "Line", + "Handle": "163D4D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026379995347100002 + }, + "geometry": { + "paths": [ + [ + [121.35598891832342, 30.742735311374418], + [121.35574062337037, 30.742646204518678] + ] + ] + } + }, + { + "attributes": { + "FID": 381, + "Entity": "Line", + "Handle": "163D4E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062348063612300002 + }, + "geometry": { + "paths": [ + [ + [121.35622246987623, 30.742157226799463], + [121.35598891832342, 30.742735311374418] + ] + ] + } + }, + { + "attributes": { + "FID": 382, + "Entity": "Line", + "Handle": "163D50", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4199999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00070129643455699999 + }, + "geometry": { + "paths": [ + [ + [121.35648122891871, 30.741505413599953], + [121.35622246987623, 30.742157226799463] + ] + ] + } + }, + { + "attributes": { + "FID": 383, + "Entity": "Line", + "Handle": "163D52", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00050205995229399996 + }, + "geometry": { + "paths": [ + [ + [121.35626607201993, 30.741051792938379], + [121.35648122891871, 30.741505413599953] + ] + ] + } + }, + { + "attributes": { + "FID": 384, + "Entity": "Line", + "Handle": "163D54", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060804521168099997 + }, + "geometry": { + "paths": [ + [ + [121.35571398653701, 30.740796997728467], + [121.35626607201993, 30.741051792938379] + ] + ] + } + }, + { + "attributes": { + "FID": 385, + "Entity": "Line", + "Handle": "163D56", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066124304498099999 + }, + "geometry": { + "paths": [ + [ + [121.35511465829768, 30.740517626960354], + [121.35571398653701, 30.740796997728467] + ] + ] + } + }, + { + "attributes": { + "FID": 386, + "Entity": "Line", + "Handle": "163D58", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00058735081254499997 + }, + "geometry": { + "paths": [ + [ + [121.35458207456031, 30.740269966830965], + [121.35511465829768, 30.740517626960354] + ] + ] + } + }, + { + "attributes": { + "FID": 387, + "Entity": "Line", + "Handle": "163D5C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047210208524899999 + }, + "geometry": { + "paths": [ + [ + [121.3541519204482, 30.740075421672373], + [121.35458207456031, 30.740269966830965] + ] + ] + } + }, + { + "attributes": { + "FID": 388, + "Entity": "Line", + "Handle": "163D5E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0010625880453200001 + }, + "geometry": { + "paths": [ + [ + [121.35318886710593, 30.739626398717519], + [121.3541519204482, 30.740075421672373] + ] + ] + } + }, + { + "attributes": { + "FID": 389, + "Entity": "Line", + "Handle": "163D60", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0010158476380600001 + }, + "geometry": { + "paths": [ + [ + [121.35226703917215, 30.739199573596125], + [121.35318886710593, 30.739626398717519] + ] + ] + } + }, + { + "attributes": { + "FID": 390, + "Entity": "Line", + "Handle": "163D62", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066184026949700004 + }, + "geometry": { + "paths": [ + [ + [121.35166580449732, 30.738922897959128], + [121.35226703917215, 30.739199573596125] + ] + ] + } + }, + { + "attributes": { + "FID": 391, + "Entity": "Line", + "Handle": "163D64", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027113225406399997 + }, + "geometry": { + "paths": [ + [ + [121.35166580449732, 30.738922897959128], + [121.35155196336927, 30.739168972941115] + ] + ] + } + }, + { + "attributes": { + "FID": 392, + "Entity": "Line", + "Handle": "163D65", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000213563540261 + }, + "geometry": { + "paths": [ + [ + [121.35166580449732, 30.738922897959128], + [121.35175031656036, 30.738726767653134] + ] + ] + } + }, + { + "attributes": { + "FID": 393, + "Entity": "Line", + "Handle": "163D66", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060395472525700004 + }, + "geometry": { + "paths": [ + [ + [121.35111800607046, 30.738668578880606], + [121.35166580449732, 30.738922897959128] + ] + ] + } + }, + { + "attributes": { + "FID": 394, + "Entity": "Line", + "Handle": "163D68", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064220663458100004 + }, + "geometry": { + "paths": [ + [ + [121.3505343715442, 30.738400623471534], + [121.35111800607046, 30.738668578880606] + ] + ] + } + }, + { + "attributes": { + "FID": 395, + "Entity": "Line", + "Handle": "163D6A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000663525697245 + }, + "geometry": { + "paths": [ + [ + [121.34993282041978, 30.738120618836547], + [121.3505343715442, 30.738400623471534] + ] + ] + } + }, + { + "attributes": { + "FID": 396, + "Entity": "Line", + "Handle": "163D6C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027099505562700003 + }, + "geometry": { + "paths": [ + [ + [121.34993282041978, 30.738120618836547], + [121.34982104056689, 30.738367486381321] + ] + ] + } + }, + { + "attributes": { + "FID": 397, + "Entity": "Line", + "Handle": "163D6D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020798798676199999 + }, + "geometry": { + "paths": [ + [ + [121.34993282041978, 30.738120618836547], + [121.35002335178433, 30.737933367468941] + ] + ] + } + }, + { + "attributes": { + "FID": 398, + "Entity": "Line", + "Handle": "163D75", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000622574166034 + }, + "geometry": { + "paths": [ + [ + [121.34936773345908, 30.737859323373414], + [121.34993282041978, 30.738120618836547] + ] + ] + } + }, + { + "attributes": { + "FID": 399, + "Entity": "Line", + "Handle": "163D77", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061423516711299996 + }, + "geometry": { + "paths": [ + [ + [121.34881073576253, 30.737600405613193], + [121.34936773345908, 30.737859323373414] + ] + ] + } + }, + { + "attributes": { + "FID": 400, + "Entity": "Line", + "Handle": "163D79", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00090093394428500005 + }, + "geometry": { + "paths": [ + [ + [121.34799307743378, 30.737222097763151], + [121.34881073576253, 30.737600405613193] + ] + ] + } + }, + { + "attributes": { + "FID": 401, + "Entity": "Line", + "Handle": "163D7B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020958265153900001 + }, + "geometry": { + "paths": [ + [ + [121.34799307743378, 30.737222097763151], + [121.34809090742783, 30.737036748956598] + ] + ] + } + }, + { + "attributes": { + "FID": 402, + "Entity": "Line", + "Handle": "163D7C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00034511145536499999 + }, + "geometry": { + "paths": [ + [ + [121.34767834862942, 30.737080507875362], + [121.34799307743378, 30.737222097763151] + ] + ] + } + }, + { + "attributes": { + "FID": 403, + "Entity": "Line", + "Handle": "163D7E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047405980846399999 + }, + "geometry": { + "paths": [ + [ + [121.34724597453169, 30.736886123355362], + [121.34767834862942, 30.737080507875362] + ] + ] + } + }, + { + "attributes": { + "FID": 404, + "Entity": "Line", + "Handle": "163D80", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00051250164512000001 + }, + "geometry": { + "paths": [ + [ + [121.34677808370179, 30.736676991560671], + [121.34724597453169, 30.736886123355362] + ] + ] + } + }, + { + "attributes": { + "FID": 405, + "Entity": "Line", + "Handle": "163D82", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046349380063500002 + }, + "geometry": { + "paths": [ + [ + [121.34635459048513, 30.736488630209351], + [121.34677808370179, 30.736676991560671] + ] + ] + } + }, + { + "attributes": { + "FID": 406, + "Entity": "Line", + "Handle": "163D84", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047323930388000002 + }, + "geometry": { + "paths": [ + [ + [121.34592142285692, 30.736298048876051], + [121.34635459048513, 30.736488630209351] + ] + ] + } + }, + { + "attributes": { + "FID": 407, + "Entity": "Line", + "Handle": "163D86", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063163768043700004 + }, + "geometry": { + "paths": [ + [ + [121.34534317666112, 30.736043888500717], + [121.34592142285692, 30.736298048876051] + ] + ] + } + }, + { + "attributes": { + "FID": 408, + "Entity": "Line", + "Handle": "163D88", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000664050075208 + }, + "geometry": { + "paths": [ + [ + [121.3447338565893, 30.735779896924214], + [121.34534317666112, 30.736043888500717] + ] + ] + } + }, + { + "attributes": { + "FID": 409, + "Entity": "Line", + "Handle": "163D8A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026590373688100002 + }, + "geometry": { + "paths": [ + [ + [121.3447338565893, 30.735779896924214], + [121.34462461315707, 30.736022323551879] + ] + ] + } + }, + { + "attributes": { + "FID": 410, + "Entity": "Line", + "Handle": "163D8B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020008424249800001 + }, + "geometry": { + "paths": [ + [ + [121.3447338565893, 30.735779896924214], + [121.34481075743679, 30.735595181024109] + ] + ] + } + }, + { + "attributes": { + "FID": 411, + "Entity": "Line", + "Handle": "163D8C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062038865849499999 + }, + "geometry": { + "paths": [ + [ + [121.34416401612179, 30.735534613559139], + [121.3447338565893, 30.735779896924214] + ] + ] + } + }, + { + "attributes": { + "FID": 412, + "Entity": "Line", + "Handle": "163D8E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062495703756800002 + }, + "geometry": { + "paths": [ + [ + [121.34358799474285, 30.735292186931474], + [121.34416401612179, 30.735534613559139] + ] + ] + } + }, + { + "attributes": { + "FID": 413, + "Entity": "Line", + "Handle": "163D90", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00067950094214599998 + }, + "geometry": { + "paths": [ + [ + [121.34296107258706, 30.735030098891002], + [121.34358799474285, 30.735292186931474] + ] + ] + } + }, + { + "attributes": { + "FID": 414, + "Entity": "Line", + "Handle": "163D92", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020775002119200001 + }, + "geometry": { + "paths": [ + [ + [121.34296107258706, 30.735030098891002], + [121.34303923923289, 30.734837615003926] + ] + ] + } + }, + { + "attributes": { + "FID": 415, + "Entity": "Line", + "Handle": "163D93", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059078305277900003 + }, + "geometry": { + "paths": [ + [ + [121.34241786895291, 30.734797817967774], + [121.34296107258706, 30.735030098891002] + ] + ] + } + }, + { + "attributes": { + "FID": 416, + "Entity": "Line", + "Handle": "163D95", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062431010925700003 + }, + "geometry": { + "paths": [ + [ + [121.34184644236666, 30.734546352723555], + [121.34241786895291, 30.734797817967774] + ] + ] + } + }, + { + "attributes": { + "FID": 417, + "Entity": "Line", + "Handle": "163D97", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064614594530900001 + }, + "geometry": { + "paths": [ + [ + [121.34125123667036, 30.734294887493888], + [121.34184644236666, 30.734546352723555] + ] + ] + } + }, + { + "attributes": { + "FID": 418, + "Entity": "Line", + "Handle": "163D99", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000203633865533 + }, + "geometry": { + "paths": [ + [ + [121.34125123667036, 30.734294887493888], + [121.34132861074249, 30.734106526128016] + ] + ] + } + }, + { + "attributes": { + "FID": 419, + "Entity": "Line", + "Handle": "163D9A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063141300191599996 + }, + "geometry": { + "paths": [ + [ + [121.34066934600196, 30.734049763792427], + [121.34125123667036, 30.734294887493888] + ] + ] + } + }, + { + "attributes": { + "FID": 420, + "Entity": "Line", + "Handle": "163D9C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062786383847500003 + }, + "geometry": { + "paths": [ + [ + [121.34009205109032, 30.733802896247653], + [121.34066934600196, 30.734049763792427] + ] + ] + } + }, + { + "attributes": { + "FID": 421, + "Entity": "Line", + "Handle": "163D9E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00067432980898100001 + }, + "geometry": { + "paths": [ + [ + [121.33947020468622, 30.733542074965953], + [121.34009205109032, 30.733802896247653] + ] + ] + } + }, + { + "attributes": { + "FID": 422, + "Entity": "Line", + "Handle": "163DA0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.29, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062634221554800002 + }, + "geometry": { + "paths": [ + [ + [121.33889497394921, 30.733294256140653], + [121.33947020468622, 30.733542074965953] + ] + ] + } + }, + { + "attributes": { + "FID": 423, + "Entity": "Line", + "Handle": "163DA2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.7400000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00069984902828200001 + }, + "geometry": { + "paths": [ + [ + [121.33824554233433, 30.73303343581938], + [121.33889497394921, 30.733294256140653] + ] + ] + } + }, + { + "attributes": { + "FID": 424, + "Entity": "Line", + "Handle": "163DA4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.8499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00052055273500900003 + }, + "geometry": { + "paths": [ + [ + [121.33790607731862, 30.732638798450353], + [121.33824554233433, 30.73303343581938] + ] + ] + } + }, + { + "attributes": { + "FID": 425, + "Entity": "Line", + "Handle": "163DA6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.8200000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00043307681695899997 + }, + "geometry": { + "paths": [ + [ + [121.337512233491, 30.732458680242416], + [121.33790607731862, 30.732638798450353] + ] + ] + } + }, + { + "attributes": { + "FID": 426, + "Entity": "Line", + "Handle": "163DA8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027270844591399998 + }, + "geometry": { + "paths": [ + [ + [121.33437224210138, 30.731182803567208], + [121.33426410962784, 30.731433157845458] + ] + ] + } + }, + { + "attributes": { + "FID": 427, + "Entity": "Line", + "Handle": "163DA9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000202586897365 + }, + "geometry": { + "paths": [ + [ + [121.33437224210138, 30.731182803567208], + [121.33446150766758, 30.731000943429535] + ] + ] + } + }, + { + "attributes": { + "FID": 428, + "Entity": "Line", + "Handle": "163DAC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000582522909916 + }, + "geometry": { + "paths": [ + [ + [121.33385345726128, 30.730917859742476], + [121.33437224210138, 30.731182803567208] + ] + ] + } + }, + { + "attributes": { + "FID": 429, + "Entity": "Line", + "Handle": "163DAE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066729956231899995 + }, + "geometry": { + "paths": [ + [ + [121.33326078508253, 30.730611219245475], + [121.33385345726128, 30.730917859742476] + ] + ] + } + }, + { + "attributes": { + "FID": 430, + "Entity": "Line", + "Handle": "163DB0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065178045657699997 + }, + "geometry": { + "paths": [ + [ + [121.33267841925772, 30.730318528607313], + [121.33326078508253, 30.730611219245475] + ] + ] + } + }, + { + "attributes": { + "FID": 431, + "Entity": "Line", + "Handle": "163DB2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026873061578399997 + }, + "geometry": { + "paths": [ + [ + [121.33267841925772, 30.730318528607313], + [121.33256584489209, 30.730562543270935] + ] + ] + } + }, + { + "attributes": { + "FID": 432, + "Entity": "Line", + "Handle": "163DB3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020181772927199999 + }, + "geometry": { + "paths": [ + [ + [121.33267841925772, 30.730318528607313], + [121.33277101381827, 30.730139205872547] + ] + ] + } + }, + { + "attributes": { + "FID": 433, + "Entity": "Line", + "Handle": "163DB4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000602151259896 + }, + "geometry": { + "paths": [ + [ + [121.33214124071674, 30.73004645259789], + [121.33267841925772, 30.730318528607313] + ] + ] + } + }, + { + "attributes": { + "FID": 434, + "Entity": "Line", + "Handle": "163DB6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2599999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064143877276800002 + }, + "geometry": { + "paths": [ + [ + [121.33157219282657, 30.72975043200131], + [121.33214124071674, 30.73004645259789] + ] + ] + } + }, + { + "attributes": { + "FID": 435, + "Entity": "Line", + "Handle": "163DB8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2599999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063697458807999996 + }, + "geometry": { + "paths": [ + [ + [121.33100044979437, 30.72946963574941], + [121.33157219282657, 30.72975043200131] + ] + ] + } + }, + { + "attributes": { + "FID": 436, + "Entity": "Line", + "Handle": "163DBA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2599999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027059797736700002 + }, + "geometry": { + "paths": [ + [ + [121.33100044979437, 30.72946963574941], + [121.33087677844014, 30.729710319486912] + ] + ] + } + }, + { + "attributes": { + "FID": 437, + "Entity": "Line", + "Handle": "163DBB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2599999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000202477465868 + }, + "geometry": { + "paths": [ + [ + [121.33100044979437, 30.72946963574941], + [121.33109447176685, 30.729290312039666] + ] + ] + } + }, + { + "attributes": { + "FID": 438, + "Entity": "Line", + "Handle": "163DBE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2599999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062149527235200001 + }, + "geometry": { + "paths": [ + [ + [121.33043758570784, 30.729206120297022], + [121.33100044979437, 30.72946963574941] + ] + ] + } + }, + { + "attributes": { + "FID": 439, + "Entity": "Line", + "Handle": "163DC0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2699999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064940223319999999 + }, + "geometry": { + "paths": [ + [ + [121.32985379248203, 30.728921675705351], + [121.33043758570784, 30.729206120297022] + ] + ] + } + }, + { + "attributes": { + "FID": 440, + "Entity": "Line", + "Handle": "163DC2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2800000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066081140171200001 + }, + "geometry": { + "paths": [ + [ + [121.32925144878391, 30.72864991518145], + [121.32985379248203, 30.728921675705351] + ] + ] + } + }, + { + "attributes": { + "FID": 441, + "Entity": "Line", + "Handle": "163DC4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2800000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026973247092199998 + }, + "geometry": { + "paths": [ + [ + [121.32925144878391, 30.72864991518145], + [121.32914458404048, 30.728897575296287] + ] + ] + } + }, + { + "attributes": { + "FID": 442, + "Entity": "Line", + "Handle": "163DC5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2800000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000201667748005 + }, + "geometry": { + "paths": [ + [ + [121.32925144878391, 30.72864991518145], + [121.32933310313456, 30.728465517655422] + ] + ] + } + }, + { + "attributes": { + "FID": 443, + "Entity": "Line", + "Handle": "163DC6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.25, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063657039091600002 + }, + "geometry": { + "paths": [ + [ + [121.32866733716583, 30.728396862854424], + [121.32925144878391, 30.72864991518145] + ] + ] + } + }, + { + "attributes": { + "FID": 444, + "Entity": "Line", + "Handle": "163DC8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.46, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000600119519612 + }, + "geometry": { + "paths": [ + [ + [121.32811208526618, 30.728169181573321], + [121.32866733716583, 30.728396862854424] + ] + ] + } + }, + { + "attributes": { + "FID": 445, + "Entity": "Line", + "Handle": "163DCA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 5.04, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00056765314723200002 + }, + "geometry": { + "paths": [ + [ + [121.32758996948178, 30.727946414423059], + [121.32811208526618, 30.728169181573321] + ] + ] + } + }, + { + "attributes": { + "FID": 446, + "Entity": "Line", + "Handle": "163DCE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.01, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026883236994599999 + }, + "geometry": { + "paths": [ + [ + [121.3245943289221, 30.7267345619548], + [121.32448571935674, 30.726980478211772] + ] + ] + } + }, + { + "attributes": { + "FID": 447, + "Entity": "Line", + "Handle": "163DCF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.01, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000202811269696 + }, + "geometry": { + "paths": [ + [ + [121.3245943289221, 30.7267345619548], + [121.32467630068277, 30.726549054430507] + ] + ] + } + }, + { + "attributes": { + "FID": 448, + "Entity": "Line", + "Handle": "163DD0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0.02, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065620608495600002 + }, + "geometry": { + "paths": [ + [ + [121.3239869114077, 30.726486266990833], + [121.3245943289221, 30.7267345619548] + ] + ] + } + }, + { + "attributes": { + "FID": 449, + "Entity": "Line", + "Handle": "163DD2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.02, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059640051098000003 + }, + "geometry": { + "paths": [ + [ + [121.3234345114106, 30.726261438583606], + [121.3239869114077, 30.726486266990833] + ] + ] + } + }, + { + "attributes": { + "FID": 450, + "Entity": "Line", + "Handle": "163DD4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.050000000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065301789792499996 + }, + "geometry": { + "paths": [ + [ + [121.32282963129182, 30.726015364576597], + [121.3234345114106, 30.726261438583606] + ] + ] + } + }, + { + "attributes": { + "FID": 451, + "Entity": "Line", + "Handle": "163DD6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.050000000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027431150853800002 + }, + "geometry": { + "paths": [ + [ + [121.32282963129182, 30.726015364576597], + [121.32272149784694, 30.726267463687691] + ] + ] + } + }, + { + "attributes": { + "FID": 452, + "Entity": "Line", + "Handle": "163DD7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.050000000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000202713143142 + }, + "geometry": { + "paths": [ + [ + [121.32282963129182, 30.726015364576597], + [121.3229049440888, 30.725827160960762] + ] + ] + } + }, + { + "attributes": { + "FID": 453, + "Entity": "Line", + "Handle": "163DD8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.029999999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060329700823100001 + }, + "geometry": { + "paths": [ + [ + [121.32227120619427, 30.725787047493213], + [121.32282963129182, 30.726015364576597] + ] + ] + } + }, + { + "attributes": { + "FID": 454, + "Entity": "Line", + "Handle": "163DDA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.02, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062051375263000004 + }, + "geometry": { + "paths": [ + [ + [121.32169645061003, 30.725553181429859], + [121.32227120619427, 30.725787047493213] + ] + ] + } + }, + { + "attributes": { + "FID": 455, + "Entity": "Line", + "Handle": "163DDE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.029999999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065364393725699996 + }, + "geometry": { + "paths": [ + [ + [121.3210914117808, 30.725305838728673], + [121.32169645061003, 30.725553181429859] + ] + ] + } + }, + { + "attributes": { + "FID": 456, + "Entity": "Line", + "Handle": "163DE0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.029999999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027096777703700001 + }, + "geometry": { + "paths": [ + [ + [121.3210914117808, 30.725305838728673], + [121.32097693582546, 30.725551437571994] + ] + ] + } + }, + { + "attributes": { + "FID": 457, + "Entity": "Line", + "Handle": "163DE1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.029999999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000203103407129 + }, + "geometry": { + "paths": [ + [ + [121.3210914117808, 30.725305838728673], + [121.32117480998932, 30.725120647657604] + ] + ] + } + }, + { + "attributes": { + "FID": 458, + "Entity": "Line", + "Handle": "163DE2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.01, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066459183291300004 + }, + "geometry": { + "paths": [ + [ + [121.32047590789807, 30.725055165086815], + [121.3210914117808, 30.725305838728673] + ] + ] + } + }, + { + "attributes": { + "FID": 459, + "Entity": "Line", + "Handle": "163DE4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": -0.01, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063387618376999999 + }, + "geometry": { + "paths": [ + [ + [121.31988846825334, 30.724817018744943], + [121.32047590789807, 30.725055165086815] + ] + ] + } + }, + { + "attributes": { + "FID": 460, + "Entity": "Line", + "Handle": "163DE6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066076349627500002 + }, + "geometry": { + "paths": [ + [ + [121.31927645207543, 30.724567931218189], + [121.31988846825334, 30.724817018744943] + ] + ] + } + }, + { + "attributes": { + "FID": 461, + "Entity": "Line", + "Handle": "163DE8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00037030696730199999 + }, + "geometry": { + "paths": [ + [ + [121.31861696281703, 30.724299530651479], + [121.3189599136058, 30.724439216035535] + ] + ] + } + }, + { + "attributes": { + "FID": 462, + "Entity": "Line", + "Handle": "163DEA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060952247679099995 + }, + "geometry": { + "paths": [ + [ + [121.34979741338248, 30.728166168053576], + [121.35007853090792, 30.727625344065018] + ] + ] + } + }, + { + "attributes": { + "FID": 463, + "Entity": "Line", + "Handle": "163DEC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4000000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062530840233500004 + }, + "geometry": { + "paths": [ + [ + [121.34950171115997, 30.728717140642402], + [121.34979741338248, 30.728166168053576] + ] + ] + } + }, + { + "attributes": { + "FID": 464, + "Entity": "Line", + "Handle": "163DEE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3700000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066147684777100003 + }, + "geometry": { + "paths": [ + [ + [121.34918714202649, 30.729299032282142], + [121.34950171115997, 30.728717140642402] + ] + ] + } + }, + { + "attributes": { + "FID": 465, + "Entity": "Line", + "Handle": "163DF0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062496044542199999 + }, + "geometry": { + "paths": [ + [ + [121.34889365978233, 30.729850796487881], + [121.34918714202649, 30.729299032282142] + ] + ] + } + }, + { + "attributes": { + "FID": 466, + "Entity": "Line", + "Handle": "163DF2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062420908391299995 + }, + "geometry": { + "paths": [ + [ + [121.34860208299506, 30.730402720349957], + [121.34889365978233, 30.729850796487881] + ] + ] + } + }, + { + "attributes": { + "FID": 467, + "Entity": "Line", + "Handle": "163DF4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066603598482200003 + }, + "geometry": { + "paths": [ + [ + [121.3482891977219, 30.730990696116351], + [121.34860218170434, 30.730402780340228] + ] + ] + } + }, + { + "attributes": { + "FID": 468, + "Entity": "Line", + "Handle": "163DF8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000426994324446 + }, + "geometry": { + "paths": [ + [ + [121.34801368916305, 30.731316939971293], + [121.34828909901262, 30.730990637093782] + ] + ] + } + }, + { + "attributes": { + "FID": 469, + "Entity": "Line", + "Handle": "163E1F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063563112082100001 + }, + "geometry": { + "paths": [ + [ + [121.35135314083163, 30.74572641908162], + [121.35108169481464, 30.746301174665859] + ] + ] + } + }, + { + "attributes": { + "FID": 470, + "Entity": "Line", + "Handle": "163E21", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00087995524125200001 + }, + "geometry": { + "paths": [ + [ + [121.35054895527355, 30.745369198120898], + [121.35135314083163, 30.74572641908162] + ] + ] + } + }, + { + "attributes": { + "FID": 471, + "Entity": "Line", + "Handle": "163E23", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062270110239800005 + }, + "geometry": { + "paths": [ + [ + [121.34997879835646, 30.745118842867669], + [121.35054895527355, 30.745369198120898] + ] + ] + } + }, + { + "attributes": { + "FID": 472, + "Entity": "Line", + "Handle": "163E25", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066332873250300002 + }, + "geometry": { + "paths": [ + [ + [121.34937249082577, 30.744849777474883], + [121.34997879835646, 30.745118842867669] + ] + ] + } + }, + { + "attributes": { + "FID": 473, + "Entity": "Line", + "Handle": "163E27", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062231509586900004 + }, + "geometry": { + "paths": [ + [ + [121.34880486937254, 30.74459466580447], + [121.34937249082577, 30.744849777474883] + ] + ] + } + }, + { + "attributes": { + "FID": 474, + "Entity": "Line", + "Handle": "163E29", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064011979021999998 + }, + "geometry": { + "paths": [ + [ + [121.34822107710715, 30.74433210164716], + [121.34880486937254, 30.74459466580447] + ] + ] + } + }, + { + "attributes": { + "FID": 475, + "Entity": "Line", + "Handle": "163E2B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2999999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062466044014900001 + }, + "geometry": { + "paths": [ + [ + [121.34764986923255, 30.744078990290291], + [121.34822097839788, 30.744332041642338] + ] + ] + } + }, + { + "attributes": { + "FID": 476, + "Entity": "Line", + "Handle": "163E2D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 5.2999999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063824342260699999 + }, + "geometry": { + "paths": [ + [ + [121.34706496697618, 30.743823561206227], + [121.34764986923255, 30.744078990290291] + ] + ] + } + }, + { + "attributes": { + "FID": 477, + "Entity": "Line", + "Handle": "163E2F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00127217661757 + }, + "geometry": { + "paths": [ + [ + [121.34640548352763, 30.742735787505808], + [121.34706506762086, 30.74382362121105] + ] + ] + } + }, + { + "attributes": { + "FID": 478, + "Entity": "Line", + "Handle": "163E33", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5800000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046973362039099998 + }, + "geometry": { + "paths": [ + [ + [121.34610026849987, 30.742378725240997], + [121.34640548352763, 30.742735787505808] + ] + ] + } + }, + { + "attributes": { + "FID": 479, + "Entity": "Line", + "Handle": "163E35", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064625308983900002 + }, + "geometry": { + "paths": [ + [ + [121.34547668114101, 30.742209073061531], + [121.34610026849987, 30.742378725240997] + ] + ] + } + }, + { + "attributes": { + "FID": 480, + "Entity": "Line", + "Handle": "163E37", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00039674413308199999 + }, + "geometry": { + "paths": [ + [ + [121.34509139400325, 30.742114417218545], + [121.34547668114101, 30.742209073061531] + ] + ] + } + }, + { + "attributes": { + "FID": 481, + "Entity": "Line", + "Handle": "163E39", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.79, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00036578443600999999 + }, + "geometry": { + "paths": [ + [ + [121.34477841001717, 30.742303729864943], + [121.34509139400325, 30.742114417218545] + ] + ] + } + }, + { + "attributes": { + "FID": 482, + "Entity": "Line", + "Handle": "163E3B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00052518626165199995 + }, + "geometry": { + "paths": [ + [ + [121.34435000169105, 30.742607517480792], + [121.34477841001717, 30.742303729864943] + ] + ] + } + }, + { + "attributes": { + "FID": 483, + "Entity": "Line", + "Handle": "163E3D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00081084061011399997 + }, + "geometry": { + "paths": [ + [ + [121.34360876518258, 30.742278836885816], + [121.34435000169105, 30.742607517480792] + ] + ] + } + }, + { + "attributes": { + "FID": 484, + "Entity": "Line", + "Handle": "163E3F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061634854285000005 + }, + "geometry": { + "paths": [ + [ + [121.34360866357383, 30.742278776880994], + [121.34333668434192, 30.742831870746159] + ] + ] + } + }, + { + "attributes": { + "FID": 485, + "Entity": "Line", + "Handle": "163E41", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065582452177599996 + }, + "geometry": { + "paths": [ + [ + [121.34300594246088, 30.742020552992471], + [121.34360876518258, 30.742278836885816] + ] + ] + } + }, + { + "attributes": { + "FID": 486, + "Entity": "Line", + "Handle": "163E43", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061378709491799997 + }, + "geometry": { + "paths": [ + [ + [121.34244165194104, 30.741779076684907], + [121.34300594246088, 30.742020552992471] + ] + ] + } + }, + { + "attributes": { + "FID": 487, + "Entity": "Line", + "Handle": "163E45", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065446817285899996 + }, + "geometry": { + "paths": [ + [ + [121.34184010082026, 30.741521268930228], + [121.34244165194104, 30.741779076684907] + ] + ] + } + }, + { + "attributes": { + "FID": 488, + "Entity": "Line", + "Handle": "163E47", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000615059288564 + }, + "geometry": { + "paths": [ + [ + [121.34127422418169, 30.741280267771799], + [121.34184010082026, 30.741521268930228] + ] + ] + } + }, + { + "attributes": { + "FID": 489, + "Entity": "Line", + "Handle": "163E4D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0800000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000655155617292 + }, + "geometry": { + "paths": [ + [ + [121.34067219693679, 30.741021826135693], + [121.34127422418169, 30.741280267771799] + ] + ] + } + }, + { + "attributes": { + "FID": 490, + "Entity": "Line", + "Handle": "163E4F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000613537891093 + }, + "geometry": { + "paths": [ + [ + [121.34010838156973, 30.74077987371129], + [121.34067219693679, 30.741021826135693] + ] + ] + } + }, + { + "attributes": { + "FID": 491, + "Entity": "Line", + "Handle": "163E51", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065640415583399997 + }, + "geometry": { + "paths": [ + [ + [121.3395049278879, 30.740521590785647], + [121.34010838156973, 30.74077987371129] + ] + ] + } + }, + { + "attributes": { + "FID": 492, + "Entity": "Line", + "Handle": "163E53", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00014453350502799999 + }, + "geometry": { + "paths": [ + [ + [121.3395049278879, 30.740521590785647], + [121.3395583602578, 30.740387296646077] + ] + ] + } + }, + { + "attributes": { + "FID": 493, + "Entity": "Line", + "Handle": "163E54", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061420518703399999 + }, + "geometry": { + "paths": [ + [ + [121.33894079510355, 30.740278687073442], + [121.3395049278879, 30.740521590785647] + ] + ] + } + }, + { + "attributes": { + "FID": 494, + "Entity": "Line", + "Handle": "163E56", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065548766825599997 + }, + "geometry": { + "paths": [ + [ + [121.33833813496312, 30.740020879318763], + [121.33894079510355, 30.740278687073442] + ] + ] + } + }, + { + "attributes": { + "FID": 495, + "Entity": "Line", + "Handle": "163E58", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061491289311300002 + }, + "geometry": { + "paths": [ + [ + [121.33777241703501, 30.739779879128037], + [121.33833813496312, 30.740020879318763] + ] + ] + } + }, + { + "attributes": { + "FID": 496, + "Entity": "Line", + "Handle": "163E5A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065534090574799995 + }, + "geometry": { + "paths": [ + [ + [121.33717039269686, 30.739520961382368], + [121.33777241703501, 30.739779879128037] + ] + ] + } + }, + { + "attributes": { + "FID": 497, + "Entity": "Line", + "Handle": "163E5C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061559883141400001 + }, + "geometry": { + "paths": [ + [ + [121.33660467476511, 30.739278216366074], + [121.33717039269686, 30.739520961382368] + ] + ] + } + }, + { + "attributes": { + "FID": 498, + "Entity": "Line", + "Handle": "163E5E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012869488877400001 + }, + "geometry": { + "paths": [ + [ + [121.33660467476511, 30.739278216366074], + [121.33667396246165, 30.739169765503902] + ] + ] + } + }, + { + "attributes": { + "FID": 499, + "Entity": "Line", + "Handle": "163E5F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2599999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065592811643300003 + }, + "geometry": { + "paths": [ + [ + [121.33600153559746, 30.739020408611395], + [121.33660467476511, 30.739278216366074] + ] + ] + } + }, + { + "attributes": { + "FID": 500, + "Entity": "Line", + "Handle": "163E61", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5199999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00037417010578600003 + }, + "geometry": { + "paths": [ + [ + [121.33565874448686, 30.738870416869759], + [121.33600153559746, 30.739020408611395] + ] + ] + } + }, + { + "attributes": { + "FID": 501, + "Entity": "Line", + "Handle": "163E63", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047812485519999997 + }, + "geometry": { + "paths": [ + [ + [121.33534766306184, 30.738507330483117], + [121.33565874448686, 30.738870416869759] + ] + ] + } + }, + { + "attributes": { + "FID": 502, + "Entity": "Line", + "Handle": "163E65", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00032954700221900002 + }, + "geometry": { + "paths": [ + [ + [121.33503356908113, 30.738407599856146], + [121.33534766306184, 30.738507330483117] + ] + ] + } + }, + { + "attributes": { + "FID": 503, + "Entity": "Line", + "Handle": "163E67", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4699999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000456793668674 + }, + "geometry": { + "paths": [ + [ + [121.33457677717161, 30.738406332129671], + [121.33503356908113, 30.738407599856146] + ] + ] + } + }, + { + "attributes": { + "FID": 504, + "Entity": "Line", + "Handle": "163E69", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00029219210790500002 + }, + "geometry": { + "paths": [ + [ + [121.33339206667733, 30.737939867722162], + [121.33312474514605, 30.737821904054726] + ] + ] + } + }, + { + "attributes": { + "FID": 505, + "Entity": "Line", + "Handle": "163E6A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000774261434614 + }, + "geometry": { + "paths": [ + [ + [121.33312474514605, 30.737821904054726], + [121.33241379382162, 30.737515262597299] + ] + ] + } + }, + { + "attributes": { + "FID": 506, + "Entity": "Line", + "Handle": "163E6C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00077968125373400002 + }, + "geometry": { + "paths": [ + [ + [121.33241379382162, 30.737515262597299], + [121.33169586417353, 30.737211157553247] + ] + ] + } + }, + { + "attributes": { + "FID": 507, + "Entity": "Line", + "Handle": "163E6E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00098529896817000002 + }, + "geometry": { + "paths": [ + [ + [121.33169586417353, 30.737211157553247], + [121.33079242799067, 30.736817943725327] + ] + ] + } + }, + { + "attributes": { + "FID": 508, + "Entity": "Line", + "Handle": "163E70", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1596596250499998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00029618610292300002 + }, + "geometry": { + "paths": [ + [ + [121.3317203323204, 30.737221521958418], + [121.33158603913762, 30.737485513527645] + ] + ] + } + }, + { + "attributes": { + "FID": 509, + "Entity": "Line", + "Handle": "163E71", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1596596250499998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020515434290199999 + }, + "geometry": { + "paths": [ + [ + [121.3317203323204, 30.737221521958418], + [121.33180959788297, 30.737036806058313] + ] + ] + } + }, + { + "attributes": { + "FID": 510, + "Entity": "Line", + "Handle": "163E74", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00089595940198400001 + }, + "geometry": { + "paths": [ + [ + [121.33079242799067, 30.736817943725327], + [121.32996715844638, 30.736469126532029] + ] + ] + } + }, + { + "attributes": { + "FID": 511, + "Entity": "Line", + "Handle": "163E76", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00092843866436699996 + }, + "geometry": { + "paths": [ + [ + [121.32996715844638, 30.736469126532029], + [121.32911572722514, 30.736098906018015] + ] + ] + } + }, + { + "attributes": { + "FID": 512, + "Entity": "Line", + "Handle": "163E78", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00029094202544300001 + }, + "geometry": { + "paths": [ + [ + [121.32996715844638, 30.736469126532029], + [121.32984729222517, 30.736734229059948] + ] + ] + } + }, + { + "attributes": { + "FID": 513, + "Entity": "Line", + "Handle": "163E79", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000207012675836 + }, + "geometry": { + "paths": [ + [ + [121.32996715844638, 30.736469126532029], + [121.3300519840559, 30.736280290984723] + ] + ] + } + }, + { + "attributes": { + "FID": 514, + "Entity": "Line", + "Handle": "163E7A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0009867619121339999 + }, + "geometry": { + "paths": [ + [ + [121.32911572722514, 30.736098906018015], + [121.32820911978342, 30.735709339569439] + ] + ] + } + }, + { + "attributes": { + "FID": 515, + "Entity": "Line", + "Handle": "163E7C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059225894929199995 + }, + "geometry": { + "paths": [ + [ + [121.32820911978342, 30.735709339569439], + [121.32766290359723, 30.735480388611904] + ] + ] + } + }, + { + "attributes": { + "FID": 516, + "Entity": "Line", + "Handle": "163E7E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000271367280385 + }, + "geometry": { + "paths": [ + [ + [121.32820911978342, 30.735709339569439], + [121.32808909484811, 30.735952720373461] + ] + ] + } + }, + { + "attributes": { + "FID": 517, + "Entity": "Line", + "Handle": "163E7F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020344487579000001 + }, + "geometry": { + "paths": [ + [ + [121.32820911978342, 30.735709339569439], + [121.32830219047173, 30.735528431679995] + ] + ] + } + }, + { + "attributes": { + "FID": 518, + "Entity": "Line", + "Handle": "163E80", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063787700033600002 + }, + "geometry": { + "paths": [ + [ + [121.32766290359723, 30.735480388611904], + [121.32707688941809, 30.735228447250847] + ] + ] + } + }, + { + "attributes": { + "FID": 519, + "Entity": "Line", + "Handle": "163E84", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066267000833900003 + }, + "geometry": { + "paths": [ + [ + [121.32707688941809, 30.735228447250847], + [121.32646757031034, 30.734967944343225] + ] + ] + } + }, + { + "attributes": { + "FID": 520, + "Entity": "Line", + "Handle": "163E86", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060235560677600005 + }, + "geometry": { + "paths": [ + [ + [121.32646757031034, 30.734967944343225], + [121.32591580514418, 30.734726309332473] + ] + ] + } + }, + { + "attributes": { + "FID": 521, + "Entity": "Line", + "Handle": "163E88", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027087155940599999 + }, + "geometry": { + "paths": [ + [ + [121.32646757031034, 30.734967944343225], + [121.32636339973396, 30.735217984125484] + ] + ] + } + }, + { + "attributes": { + "FID": 522, + "Entity": "Line", + "Handle": "163E89", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020407105957299999 + }, + "geometry": { + "paths": [ + [ + [121.32646757031034, 30.734967944343225], + [121.32654906691823, 30.734780852653785] + ] + ] + } + }, + { + "attributes": { + "FID": 523, + "Entity": "Line", + "Handle": "163E8A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063436175133000001 + }, + "geometry": { + "paths": [ + [ + [121.32591580514418, 30.734726309332473], + [121.32532979096504, 30.734483405620267] + ] + ] + } + }, + { + "attributes": { + "FID": 524, + "Entity": "Line", + "Handle": "163E8C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00045889028716700002 + }, + "geometry": { + "paths": [ + [ + [121.32532979096504, 30.734483405620267], + [121.32491041932735, 30.734297105525911] + ] + ] + } + }, + { + "attributes": { + "FID": 525, + "Entity": "Line", + "Handle": "163E8E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.8600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047791986658499998 + }, + "geometry": { + "paths": [ + [ + [121.32491041932735, 30.734297105525911], + [121.32463992653356, 30.73469111193117] + ] + ] + } + }, + { + "attributes": { + "FID": 526, + "Entity": "Line", + "Handle": "163E90", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.8600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00025993584124100002 + }, + "geometry": { + "paths": [ + [ + [121.32491041932735, 30.734297105525911], + [121.32492722593815, 30.734037713584257] + ] + ] + } + }, + { + "attributes": { + "FID": 527, + "Entity": "Line", + "Handle": "163E91", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00096246757933199996 + }, + "geometry": { + "paths": [ + [ + [121.32492722593815, 30.734037713584257], + [121.32403901024009, 30.733667015978426] + ] + ] + } + }, + { + "attributes": { + "FID": 528, + "Entity": "Line", + "Handle": "163E93", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 5.04, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00025234048564799999 + }, + "geometry": { + "paths": [ + [ + [121.32403901024009, 30.733667015978426], + [121.32385604012234, 30.7338407907082] + ] + ] + } + }, + { + "attributes": { + "FID": 529, + "Entity": "Line", + "Handle": "163E96", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 5.0300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059141814605300001 + }, + "geometry": { + "paths": [ + [ + [121.32385604012234, 30.7338407907082], + [121.32331013941803, 30.733613265227177] + ] + ] + } + }, + { + "attributes": { + "FID": 530, + "Entity": "Line", + "Handle": "163E98", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4299999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00069196577821300002 + }, + "geometry": { + "paths": [ + [ + [121.32331013941803, 30.733613265227177], + [121.32267323220003, 30.733342773390177] + ] + ] + } + }, + { + "attributes": { + "FID": 531, + "Entity": "Line", + "Handle": "163E9A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059769748107399998 + }, + "geometry": { + "paths": [ + [ + [121.32267323220003, 30.733342773390177], + [121.32212532925405, 30.73310393319116] + ] + ] + } + }, + { + "attributes": { + "FID": 532, + "Entity": "Line", + "Handle": "163E9C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.20464406443, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000242925529642 + }, + "geometry": { + "paths": [ + [ + [121.32277868017991, 30.733387558124377], + [121.32268456530801, 30.733611511692288] + ] + ] + } + }, + { + "attributes": { + "FID": 533, + "Entity": "Line", + "Handle": "163E9D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.20464406443, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000108385158578 + }, + "geometry": { + "paths": [ + [ + [121.32277868017991, 30.733387558124377], + [121.32282316490091, 30.733288722636644] + ] + ] + } + }, + { + "attributes": { + "FID": 534, + "Entity": "Line", + "Handle": "163E9E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063773695588000001 + }, + "geometry": { + "paths": [ + [ + [121.32212532925405, 30.73310393319116], + [121.32153910120542, 30.732852845358138] + ] + ] + } + }, + { + "attributes": { + "FID": 535, + "Entity": "Line", + "Handle": "163EA0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066972873531899999 + }, + "geometry": { + "paths": [ + [ + [121.32153910120542, 30.732852845358138], + [121.32092359731905, 30.732588853796187] + ] + ] + } + }, + { + "attributes": { + "FID": 536, + "Entity": "Line", + "Handle": "163EA2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061463330510099997 + }, + "geometry": { + "paths": [ + [ + [121.32092359731905, 30.732588853796187], + [121.32035888777318, 30.73234620749281] + ] + ] + } + }, + { + "attributes": { + "FID": 537, + "Entity": "Line", + "Handle": "163EA4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000237343026795 + }, + "geometry": { + "paths": [ + [ + [121.3210411226064, 30.732639329733502], + [121.32095208736428, 30.732859339819697] + ] + ] + } + }, + { + "attributes": { + "FID": 538, + "Entity": "Line", + "Handle": "163EA5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00016117068349600001 + }, + "geometry": { + "paths": [ + [ + [121.3210411226064, 30.732639329733502], + [121.32110251941776, 30.732490311544097] + ] + ] + } + }, + { + "attributes": { + "FID": 539, + "Entity": "Line", + "Handle": "163EA8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060254594151700001 + }, + "geometry": { + "paths": [ + [ + [121.32035888777318, 30.73234620749281], + [121.31980505456158, 30.732108867261559] + ] + ] + } + }, + { + "attributes": { + "FID": 540, + "Entity": "Line", + "Handle": "163EAA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00067872076942200002 + }, + "geometry": { + "paths": [ + [ + [121.31980516101612, 30.732108911783143], + [121.31918109656544, 30.731842068300466] + ] + ] + } + }, + { + "attributes": { + "FID": 541, + "Entity": "Line", + "Handle": "163EAC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059979786931900004 + }, + "geometry": { + "paths": [ + [ + [121.31918109656544, 30.731842068300466], + [121.31863012397662, 30.731605030981882] + ] + ] + } + }, + { + "attributes": { + "FID": 542, + "Entity": "Line", + "Handle": "163EAE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1438684703900002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00023231674213700001 + }, + "geometry": { + "paths": [ + [ + [121.31930179020856, 30.731893375545042], + [121.3192122459368, 30.732107741801883] + ] + ] + } + }, + { + "attributes": { + "FID": 543, + "Entity": "Line", + "Handle": "163EAF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1438684703900002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00015644208952799999 + }, + "geometry": { + "paths": [ + [ + [121.31930179020856, 30.731893375545042], + [121.31936138606397, 30.731748729558603] + ] + ] + } + }, + { + "attributes": { + "FID": 544, + "Entity": "Line", + "Handle": "163EB0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062761621855999996 + }, + "geometry": { + "paths": [ + [ + [121.31863012397662, 30.731605030981882], + [121.31808057878879, 30.731301877218357] + ] + ] + } + }, + { + "attributes": { + "FID": 545, + "Entity": "Line", + "Handle": "163EB2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065994989846600001 + }, + "geometry": { + "paths": [ + [ + [121.31808057878879, 30.731301877218357], + [121.31758351275857, 30.730867758305976] + ] + ] + } + }, + { + "attributes": { + "FID": 546, + "Entity": "Line", + "Handle": "163EB4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1100000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059817510638200005 + }, + "geometry": { + "paths": [ + [ + [121.31758351275857, 30.730867758305976], + [121.31721852477494, 30.730393841404293] + ] + ] + } + }, + { + "attributes": { + "FID": 547, + "Entity": "Line", + "Handle": "163EB6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061959288766100002 + }, + "geometry": { + "paths": [ + [ + [121.31721852477494, 30.730393841404293], + [121.31693883658227, 30.729840967222117] + ] + ] + } + }, + { + "attributes": { + "FID": 548, + "Entity": "Line", + "Handle": "163EB8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066252933847099995 + }, + "geometry": { + "paths": [ + [ + [121.31693883658227, 30.729840967222117], + [121.3167690256887, 30.729200569388922] + ] + ] + } + }, + { + "attributes": { + "FID": 549, + "Entity": "Line", + "Handle": "163EBC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059722534863600001 + }, + "geometry": { + "paths": [ + [ + [121.3167690256887, 30.729200569388922], + [121.31673335121013, 30.728604410476692] + ] + ] + } + }, + { + "attributes": { + "FID": 550, + "Entity": "Line", + "Handle": "163EBE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063283099100900004 + }, + "geometry": { + "paths": [ + [ + [121.31673335121013, 30.728604410476692], + [121.3168161165122, 30.72797701509262] + ] + ] + } + }, + { + "attributes": { + "FID": 551, + "Entity": "Line", + "Handle": "163EC0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065151005182299999 + }, + "geometry": { + "paths": [ + [ + [121.3168161165122, 30.72797701509262], + [121.31702461250461, 30.727359767355665] + ] + ] + } + }, + { + "attributes": { + "FID": 552, + "Entity": "Line", + "Handle": "163EC2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5800000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000376511531321 + }, + "geometry": { + "paths": [ + [ + [121.3257215773956, 30.721236916244379], + [121.32607356583685, 30.72137057652435] + ] + ] + } + }, + { + "attributes": { + "FID": 553, + "Entity": "Line", + "Handle": "163EC4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0018106332273000001 + }, + "geometry": { + "paths": [ + [ + [121.32607356583685, 30.72137057652435], + [121.32773441127574, 30.72209167645633] + ] + ] + } + }, + { + "attributes": { + "FID": 554, + "Entity": "Line", + "Handle": "163EC6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0024580720511099999 + }, + "geometry": { + "paths": [ + [ + [121.32773441127574, 30.72209167645633], + [121.32999141659093, 30.72306535259122] + ] + ] + } + }, + { + "attributes": { + "FID": 555, + "Entity": "Line", + "Handle": "163EC8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.54, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00153961302774 + }, + "geometry": { + "paths": [ + [ + [121.32999141659093, 30.72306535259122], + [121.33142093335846, 30.723637095616141] + ] + ] + } + }, + { + "attributes": { + "FID": 556, + "Entity": "Line", + "Handle": "163ECA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4100000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00046636995110099999 + }, + "geometry": { + "paths": [ + [ + [121.33142093335846, 30.723637095616141], + [121.33184902717403, 30.723822127009043] + ] + ] + } + }, + { + "attributes": { + "FID": 557, + "Entity": "Line", + "Handle": "163ECC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5199999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00107354569379 + }, + "geometry": { + "paths": [ + [ + [121.33184902717403, 30.723822127009043], + [121.33283380126159, 30.724249585022335] + ] + ] + } + }, + { + "attributes": { + "FID": 558, + "Entity": "Line", + "Handle": "163ED1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00081729965142300002 + }, + "geometry": { + "paths": [ + [ + [121.33283380126159, 30.724249585022335], + [121.33357963546223, 30.724583815579535] + ] + ] + } + }, + { + "attributes": { + "FID": 559, + "Entity": "Line", + "Handle": "163ED3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00081696108073700004 + }, + "geometry": { + "paths": [ + [ + [121.33357963546223, 30.724583815579535], + [121.33432531192739, 30.724917570005346] + ] + ] + } + }, + { + "attributes": { + "FID": 560, + "Entity": "Line", + "Handle": "163ED5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6299999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00081725574907999998 + }, + "geometry": { + "paths": [ + [ + [121.33432531192739, 30.724917570005346], + [121.33507067097162, 30.725252751828521] + ] + ] + } + }, + { + "attributes": { + "FID": 561, + "Entity": "Line", + "Handle": "163ED7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.7199999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00078618205267100001 + }, + "geometry": { + "paths": [ + [ + [121.33507067097162, 30.725252751828521], + [121.33578780513926, 30.725574933152529] + ] + ] + } + }, + { + "attributes": { + "FID": 562, + "Entity": "Line", + "Handle": "163ED9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.8200000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00163652356626 + }, + "geometry": { + "paths": [ + [ + [121.33578780513926, 30.725574933152529], + [121.33728058740235, 30.726245612284401] + ] + ] + } + }, + { + "attributes": { + "FID": 563, + "Entity": "Line", + "Handle": "163EDB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.7199999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00112916372571 + }, + "geometry": { + "paths": [ + [ + [121.33728058740235, 30.726245612284401], + [121.33831118361923, 30.726707003828778] + ] + ] + } + }, + { + "attributes": { + "FID": 564, + "Entity": "Line", + "Handle": "163EEB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.6829420777799999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00056991889667799996 + }, + "geometry": { + "paths": [ + [ + [121.36020117067528, 30.748598953454348], + [121.36076476152084, 30.748683646474092] + ] + ] + } + }, + { + "attributes": { + "FID": 565, + "Entity": "Line", + "Handle": "163F55", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00082368394695199996 + }, + "geometry": { + "paths": [ + [ + [121.36013674099013, 30.748465191551077], + [121.36001664637661, 30.749280073461705] + ] + ] + } + }, + { + "attributes": { + "FID": 566, + "Entity": "Line", + "Handle": "164413", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.5499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00024659903252999998 + }, + "geometry": { + "paths": [ + [ + [121.34993551265507, 30.750715455651516], + [121.34984672611608, 30.750945516585489] + ] + ] + } + }, + { + "attributes": { + "FID": 567, + "Entity": "Line", + "Handle": "164414", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.7000000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00035736845940099999 + }, + "geometry": { + "paths": [ + [ + [121.34979899852988, 30.750385188926884], + [121.34993551265507, 30.750715455651516] + ] + ] + } + }, + { + "attributes": { + "FID": 568, + "Entity": "Line", + "Handle": "164416", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00034299769567500002 + }, + "geometry": { + "paths": [ + [ + [121.33487184456317, 30.738162318426475], + [121.33459405990652, 30.737961114296922] + ] + ] + } + }, + { + "attributes": { + "FID": 569, + "Entity": "Line", + "Handle": "164418", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4199999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000652869955968 + }, + "geometry": { + "paths": [ + [ + [121.33491655669422, 30.737510981336527], + [121.33487184456317, 30.738162318426475] + ] + ] + } + }, + { + "attributes": { + "FID": 570, + "Entity": "Line", + "Handle": "16441A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.9100000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00033638947020199998 + }, + "geometry": { + "paths": [ + [ + [121.32676168545368, 30.718240259557206], + [121.32707641522939, 30.718359015794704] + ] + ] + } + }, + { + "attributes": { + "FID": 571, + "Entity": "Line", + "Handle": "16441C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0053135861429900004 + }, + "geometry": { + "paths": [ + [ + [121.3220735826726, 30.715739081831998], + [121.32676168545368, 30.718240259557206] + ] + ] + } + }, + { + "attributes": { + "FID": 572, + "Entity": "Line", + "Handle": "164422", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.5499999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000739465832918 + }, + "geometry": { + "paths": [ + [ + [121.32139925711454, 30.715435610647546], + [121.3220735826726, 30.715739081831998] + ] + ] + } + }, + { + "attributes": { + "FID": 573, + "Entity": "Line", + "Handle": "164424", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00135366596477 + }, + "geometry": { + "paths": [ + [ + [121.34730860230047, 30.730161403706006], + [121.34801368916305, 30.731316939971293] + ] + ] + } + }, + { + "attributes": { + "FID": 574, + "Entity": "Line", + "Handle": "164445", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062733382457799995 + }, + "geometry": { + "paths": [ + [ + [121.33899486521113, 30.751387087038893], + [121.33957326430391, 30.751629990758374] + ] + ] + } + }, + { + "attributes": { + "FID": 575, + "Entity": "Line", + "Handle": "164447", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063210802820700004 + }, + "geometry": { + "paths": [ + [ + [121.33957326430391, 30.751629990758374], + [121.34015610915958, 30.751874638328445] + ] + ] + } + }, + { + "attributes": { + "FID": 576, + "Entity": "Line", + "Handle": "164449", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063330219009600001 + }, + "geometry": { + "paths": [ + [ + [121.34015610915958, 30.751874638328445], + [121.34073958207227, 30.752120872006344] + ] + ] + } + }, + { + "attributes": { + "FID": 577, + "Entity": "Line", + "Handle": "16444B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.7608175697200002e-5 + }, + "geometry": { + "paths": [ + [ + [121.34015610915958, 30.751874638328445], + [121.34013200585468, 30.751926961675053] + ] + ] + } + }, + { + "attributes": { + "FID": 578, + "Entity": "Line", + "Handle": "16444C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0199999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063389762202299997 + }, + "geometry": { + "paths": [ + [ + [121.34073958207227, 30.752120872006344], + [121.3413241678827, 30.752365995700529] + ] + ] + } + }, + { + "attributes": { + "FID": 579, + "Entity": "Line", + "Handle": "16444E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0300000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064194525185800005 + }, + "geometry": { + "paths": [ + [ + [121.3413241678827, 30.752365995700529], + [121.34191668135099, 30.752613020995341] + ] + ] + } + }, + { + "attributes": { + "FID": 580, + "Entity": "Line", + "Handle": "164450", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00035495393492199998 + }, + "geometry": { + "paths": [ + [ + [121.34191668135099, 30.752613020995341], + [121.34224393551995, 30.752750487372396] + ] + ] + } + }, + { + "attributes": { + "FID": 581, + "Entity": "Line", + "Handle": "164454", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.96, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062932416764100005 + }, + "geometry": { + "paths": [ + [ + [121.34224393551995, 30.752750487372396], + [121.34193983337536, 30.753301459961222] + ] + ] + } + }, + { + "attributes": { + "FID": 582, + "Entity": "Line", + "Handle": "164456", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0199999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00049375924648599999 + }, + "geometry": { + "paths": [ + [ + [121.34193983337536, 30.753301459961222], + [121.34169629579628, 30.753730980206456] + ] + ] + } + }, + { + "attributes": { + "FID": 583, + "Entity": "Line", + "Handle": "164458", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0199999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027015942785899998 + }, + "geometry": { + "paths": [ + [ + [121.34193983337536, 30.753301459961222], + [121.34217734295089, 30.753430205128097] + ] + ] + } + }, + { + "attributes": { + "FID": 584, + "Entity": "Line", + "Handle": "164459", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000127083985772 + }, + "geometry": { + "paths": [ + [ + [121.34169629579628, 30.753730980206456], + [121.34163271578655, 30.753841016208753] + ] + ] + } + }, + { + "attributes": { + "FID": 585, + "Entity": "Line", + "Handle": "16445A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064530989042199997 + }, + "geometry": { + "paths": [ + [ + [121.34163271578655, 30.753841016208753], + [121.34132052437053, 30.754405782863614] + ] + ] + } + }, + { + "attributes": { + "FID": 586, + "Entity": "Line", + "Handle": "16445C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063120836231299999 + }, + "geometry": { + "paths": [ + [ + [121.34132052437053, 30.754405782863614], + [121.34101197646669, 30.754956439006492] + ] + ] + } + }, + { + "attributes": { + "FID": 587, + "Entity": "Line", + "Handle": "16445E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0999999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000260511154216 + }, + "geometry": { + "paths": [ + [ + [121.34132052437053, 30.754405782863614], + [121.34155074111186, 30.754527710356342] + ] + ] + } + }, + { + "attributes": { + "FID": 588, + "Entity": "Line", + "Handle": "16445F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2999999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063349828195199997 + }, + "geometry": { + "paths": [ + [ + [121.34101197646669, 30.754956439006492], + [121.34070613047152, 30.755511216710147] + ] + ] + } + }, + { + "attributes": { + "FID": 589, + "Entity": "Line", + "Handle": "164461", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3600000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062027193772400005 + }, + "geometry": { + "paths": [ + [ + [121.34070613047152, 30.755511216710147], + [121.34040297670799, 30.756052359087334] + ] + ] + } + }, + { + "attributes": { + "FID": 590, + "Entity": "Line", + "Handle": "164467", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065684911934499996 + }, + "geometry": { + "paths": [ + [ + [121.33222860372553, 30.753428777730733], + [121.33249845974933, 30.752829921744706] + ] + ] + } + }, + { + "attributes": { + "FID": 591, + "Entity": "Line", + "Handle": "164469", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00065559149313500003 + }, + "geometry": { + "paths": [ + [ + [121.33249845974933, 30.752829921744706], + [121.33276736740299, 30.752232018006907] + ] + ] + } + }, + { + "attributes": { + "FID": 592, + "Entity": "Line", + "Handle": "16446B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0099999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00069630172857400004 + }, + "geometry": { + "paths": [ + [ + [121.33276736740299, 30.752232018006907], + [121.33305197070513, 30.75159653625451] + ] + ] + } + }, + { + "attributes": { + "FID": 593, + "Entity": "Line", + "Handle": "16446D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00018286502484699999 + }, + "geometry": { + "paths": [ + [ + [121.33305197070513, 30.75159653625451], + [121.33321924420306, 30.751670422614552] + ] + ] + } + }, + { + "attributes": { + "FID": 594, + "Entity": "Line", + "Handle": "16446E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1799999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00059835620776300003 + }, + "geometry": { + "paths": [ + [ + [121.33305197070513, 30.75159653625451], + [121.33329376443362, 30.751049210077326] + ] + ] + } + }, + { + "attributes": { + "FID": 595, + "Entity": "Line", + "Handle": "164470", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2599999999999998, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00055886439210299998 + }, + "geometry": { + "paths": [ + [ + [121.33321924420306, 30.751670422614552], + [121.33345390284012, 30.751163209904917] + ] + ] + } + }, + { + "attributes": { + "FID": 596, + "Entity": "Line", + "Handle": "164472", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3799999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.2438074946899999e-5 + }, + "geometry": { + "paths": [ + [ + [121.33345390284012, 30.751163209904917], + [121.33349988367263, 30.751138000487117] + ] + ] + } + }, + { + "attributes": { + "FID": 597, + "Entity": "Line", + "Handle": "164473", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.3499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00036427134017599999 + }, + "geometry": { + "paths": [ + [ + [121.33349988367263, 30.751138000487117], + [121.33383490679989, 30.751281014869164] + ] + ] + } + }, + { + "attributes": { + "FID": 598, + "Entity": "Line", + "Handle": "164475", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2300000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000646678304726 + }, + "geometry": { + "paths": [ + [ + [121.33383490679989, 30.751281014869164], + [121.33442424900932, 30.751547226420371] + ] + ] + } + }, + { + "attributes": { + "FID": 599, + "Entity": "Line", + "Handle": "164477", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.2300000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00016688830402 + }, + "geometry": { + "paths": [ + [ + [121.33383490679989, 30.751281014869164], + [121.33389246171282, 30.751124365138821] + ] + ] + } + }, + { + "attributes": { + "FID": 600, + "Entity": "Line", + "Handle": "164479", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00079543465854200004 + }, + "geometry": { + "paths": [ + [ + [121.33442424900932, 30.751547226420371], + [121.33515074017487, 30.751871150612715] + ] + ] + } + }, + { + "attributes": { + "FID": 601, + "Entity": "Line", + "Handle": "16447B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00017334102561500001 + }, + "geometry": { + "paths": [ + [ + [121.33442424900932, 30.751547226420371], + [121.3344932183245, 30.751388197037159] + ] + ] + } + }, + { + "attributes": { + "FID": 602, + "Entity": "Line", + "Handle": "17B019", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.7466849518000004e-7 + }, + "geometry": { + "paths": [ + [ + [121.32492722593815, 30.734037713584257], + [121.324927539481, 30.7340370052043] + ] + ] + } + }, + { + "attributes": { + "FID": 603, + "Entity": "Line", + "Handle": "17B01A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 8.2590009513299996e-6 + }, + "geometry": { + "paths": [ + [ + [121.324927539481, 30.7340370052043], + [121.32493088686533, 30.734029454964912] + ] + ] + } + }, + { + "attributes": { + "FID": 604, + "Entity": "Line", + "Handle": "17B01B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000116031454271 + }, + "geometry": { + "paths": [ + [ + [121.32493088686533, 30.734029454964912], + [121.32497790994967, 30.733923378917098] + ] + ] + } + }, + { + "attributes": { + "FID": 605, + "Entity": "Line", + "Handle": "17B01C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00019752153406099999 + }, + "geometry": { + "paths": [ + [ + [121.32497790994967, 30.733923378917098], + [121.32505796076293, 30.733742805874499] + ] + ] + } + }, + { + "attributes": { + "FID": 606, + "Entity": "Line", + "Handle": "17B01D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000420555767082 + }, + "geometry": { + "paths": [ + [ + [121.32505796076293, 30.733742805874499], + [121.32522840262391, 30.733358336467063] + ] + ] + } + }, + { + "attributes": { + "FID": 607, + "Entity": "Line", + "Handle": "17B01E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00058871916856299996 + }, + "geometry": { + "paths": [ + [ + [121.32522840262391, 30.733358336467063], + [121.32546699509112, 30.732820132143388] + ] + ] + } + }, + { + "attributes": { + "FID": 608, + "Entity": "Line", + "Handle": "17F9AF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.0849787688299999e-5 + }, + "geometry": { + "paths": [ + [ + [121.34371031224146, 30.741939202511276], + [121.34371031224146, 30.741960052298964] + ] + ] + } + }, + { + "attributes": { + "FID": 609, + "Entity": "Line", + "Handle": "17F9B0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.4371304201300002e-5 + }, + "geometry": { + "paths": [ + [ + [121.34371031224146, 30.741960052298964], + [121.34373118429357, 30.741947469854495] + ] + ] + } + }, + { + "attributes": { + "FID": 610, + "Entity": "Line", + "Handle": "17F9B1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.0853665773800001e-5 + }, + "geometry": { + "paths": [ + [ + [121.34395167822731, 30.741559476926341], + [121.34395167822731, 30.741580330592114] + ] + ] + } + }, + { + "attributes": { + "FID": 611, + "Entity": "Line", + "Handle": "17F9B2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.43684926935e-5 + }, + "geometry": { + "paths": [ + [ + [121.34395167822731, 30.741580330592114], + [121.34397254640862, 30.741567747172667] + ] + ] + } + }, + { + "attributes": { + "FID": 612, + "Entity": "Line", + "Handle": "17F9B3", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.0852690795400001e-5 + }, + "geometry": { + "paths": [ + [ + [121.34423747958135, 30.740978747540794], + [121.34423747958135, 30.740999600231589] + ] + ] + } + }, + { + "attributes": { + "FID": 613, + "Entity": "Line", + "Handle": "17F9B4", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.43728137771e-5 + }, + "geometry": { + "paths": [ + [ + [121.34423747958135, 30.740999600231589], + [121.34425835163711, 30.740987014869461] + ] + ] + } + }, + { + "attributes": { + "FID": 614, + "Entity": "Line", + "Handle": "17F9B5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.0849802240300002e-5 + }, + "geometry": { + "paths": [ + [ + [121.34449373026655, 30.740457839485316], + [121.34449373026655, 30.740478689287556] + ] + ] + } + }, + { + "attributes": { + "FID": 615, + "Entity": "Line", + "Handle": "17F9B6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.4371305482900001e-5 + }, + "geometry": { + "paths": [ + [ + [121.34449373026655, 30.740478689287556], + [121.34451460231139, 30.740466106828535] + ] + ] + } + }, + { + "attributes": { + "FID": 616, + "Entity": "Line", + "Handle": "17F9B7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.0852690795400001e-5 + }, + "geometry": { + "paths": [ + [ + [121.34485479119394, 30.739723938393581], + [121.34485479119394, 30.739744791084377] + ] + ] + } + }, + { + "attributes": { + "FID": 617, + "Entity": "Line", + "Handle": "17F9B8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.4371804462899999e-5 + }, + "geometry": { + "paths": [ + [ + [121.34485479119394, 30.739744791084377], + [121.34487566324242, 30.739732207664929] + ] + ] + } + }, + { + "attributes": { + "FID": 618, + "Entity": "Line", + "Handle": "17F9B9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.0852690795400001e-5 + }, + "geometry": { + "paths": [ + [ + [121.34510393871824, 30.739216412141104], + [121.34510393871824, 30.7392372648319] + ] + ] + } + }, + { + "attributes": { + "FID": 619, + "Entity": "Line", + "Handle": "17F9BA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.4371301085599999e-5 + }, + "geometry": { + "paths": [ + [ + [121.34510393871824, 30.7392372648319], + [121.34512481076672, 30.73922468238743] + ] + ] + } + }, + { + "attributes": { + "FID": 620, + "Entity": "Line", + "Handle": "17F9BB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.0852705347400001e-5 + }, + "geometry": { + "paths": [ + [ + [121.3454190381708, 30.738574899478408], + [121.3454190381708, 30.738595752183755] + ] + ] + } + }, + { + "attributes": { + "FID": 621, + "Entity": "Line", + "Handle": "17F9BC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.4367993646200001e-5 + }, + "geometry": { + "paths": [ + [ + [121.3454190381708, 30.738595752183755], + [121.34543990634847, 30.738583169724734] + ] + ] + } + }, + { + "attributes": { + "FID": 622, + "Entity": "Line", + "Handle": "17F9BE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063420384283599995 + }, + "geometry": { + "paths": [ + [ + [121.34500764935001, 30.739433002243459], + [121.34472779278076, 30.74000211981911] + ] + ] + } + }, + { + "attributes": { + "FID": 623, + "Entity": "Line", + "Handle": "17FD23", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000150748353496 + }, + "geometry": { + "paths": [ + [ + [121.32318716386362, 30.738069894185173], + [121.3232467103735, 30.737931404910341] + ] + ] + } + }, + { + "attributes": { + "FID": 624, + "Entity": "Line", + "Handle": "17FD24", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000150747584699 + }, + "geometry": { + "paths": [ + [ + [121.32331429969781, 30.737774205503229], + [121.32325475513426, 30.737912694778061] + ] + ] + } + }, + { + "attributes": { + "FID": 625, + "Entity": "Line", + "Handle": "17FD3D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 9.1953200293999999e-6 + }, + "geometry": { + "paths": [ + [ + [121.32648226532183, 30.730529946173192], + [121.32647853955859, 30.730538352872827] + ] + ] + } + }, + { + "attributes": { + "FID": 626, + "Entity": "Line", + "Handle": "17FD3E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 1.5854280517100001e-5 + }, + "geometry": { + "paths": [ + [ + [121.32647211284711, 30.730552847562649], + [121.3264656870997, 30.730567341284768] + ] + ] + } + }, + { + "attributes": { + "FID": 627, + "Entity": "Line", + "Handle": "17FECC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 1.5854862270500001e-5 + }, + "geometry": { + "paths": [ + [ + [121.33716345792709, 30.767231052217539], + [121.33717650682593, 30.767240057932213] + ] + ] + } + }, + { + "attributes": { + "FID": 628, + "Entity": "Line", + "Handle": "17FF84", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 1.86435937255e-6 + }, + "geometry": { + "paths": [ + [ + [121.31930084086343, 30.723157261032611], + [121.31930246278353, 30.723158180386235] + ] + ] + } + }, + { + "attributes": { + "FID": 629, + "Entity": "Line", + "Handle": "17FF86", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00021930926726599999 + }, + "geometry": { + "paths": [ + [ + [121.31930779208415, 30.723142976341478], + [121.31941586649555, 30.722952145326417] + ] + ] + } + }, + { + "attributes": { + "FID": 630, + "Entity": "Line", + "Handle": "17FF87", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000219310472686 + }, + "geometry": { + "paths": [ + [ + [121.31953453563619, 30.722742603218649], + [121.31942646219613, 30.722933436169114] + ] + ] + } + }, + { + "attributes": { + "FID": 631, + "Entity": "Solid", + "Handle": "17FF88", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 16, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 3.7435792174999998e-5 + }, + "geometry": { + "paths": [ + [ + [121.31931009238178, 30.723144279880216], + [121.31930549275057, 30.723141674738145], + [121.31929997861153, 30.723156774271047], + [121.31929997861153, 30.723156774271047], + [121.31931009238178, 30.723144279880216] + ] + ] + } + }, + { + "attributes": { + "FID": 632, + "Entity": "Line", + "Handle": "1801BD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 3.1710024151800002e-6 + }, + "geometry": { + "paths": [ + [ + [121.35433583216582, 30.725775419225101], + [121.35433652312713, 30.725772324418358] + ] + ] + } + }, + { + "attributes": { + "FID": 633, + "Entity": "Line", + "Handle": "1802C5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00086121586846000001 + }, + "geometry": { + "paths": [ + [ + [121.32727265198992, 30.728747040666349], + [121.32758996948178, 30.727946414423059] + ] + ] + } + }, + { + "attributes": { + "FID": 634, + "Entity": "Line", + "Handle": "1802CD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066592401826899995 + }, + "geometry": { + "paths": [ + [ + [121.32700276886681, 30.729355824616505], + [121.32727265198992, 30.728747040666349] + ] + ] + } + }, + { + "attributes": { + "FID": 635, + "Entity": "Line", + "Handle": "1802D5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066592363568299996 + }, + "geometry": { + "paths": [ + [ + [121.32673288670412, 30.729964608573937], + [121.32700276886681, 30.729355824616505] + ] + ] + } + }, + { + "attributes": { + "FID": 636, + "Entity": "Line", + "Handle": "1802DD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060250424293899999 + }, + "geometry": { + "paths": [ + [ + [121.32648869106924, 30.730515451490646], + [121.32673287122088, 30.729964645339351] + ] + ] + } + }, + { + "attributes": { + "FID": 637, + "Entity": "Line", + "Handle": "1802E5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421152415900003 + }, + "geometry": { + "paths": [ + [ + [121.32623166039775, 30.731095244118478], + [121.32648869106924, 30.730515451490646] + ] + ] + } + }, + { + "attributes": { + "FID": 638, + "Entity": "Line", + "Handle": "1802ED", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061835772725100002 + }, + "geometry": { + "paths": [ + [ + [121.32598105643046, 30.731660543977341], + [121.32623166039775, 30.731095244118478] + ] + ] + } + }, + { + "attributes": { + "FID": 639, + "Entity": "Line", + "Handle": "1802F5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00055493745648899995 + }, + "geometry": { + "paths": [ + [ + [121.32575615447422, 30.732167865069641], + [121.32598105643046, 30.731660543977341] + ] + ] + } + }, + { + "attributes": { + "FID": 640, + "Entity": "Line", + "Handle": "1802FD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00071348825100999997 + }, + "geometry": { + "paths": [ + [ + [121.32546699509112, 30.732820132143388], + [121.32575615447422, 30.732167865069641] + ] + ] + } + }, + { + "attributes": { + "FID": 641, + "Entity": "Line", + "Handle": "180312", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00053908197149900002 + }, + "geometry": { + "paths": [ + [ + [121.32268613400447, 30.739235172601184], + [121.32247319515227, 30.739730416396924] + ] + ] + } + }, + { + "attributes": { + "FID": 642, + "Entity": "Line", + "Handle": "18031A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421386951800004 + }, + "geometry": { + "paths": [ + [ + [121.32293664990721, 30.738652532905689], + [121.32268613400447, 30.739235172601184] + ] + ] + } + }, + { + "attributes": { + "FID": 643, + "Entity": "Line", + "Handle": "180324", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061835736835900003 + }, + "geometry": { + "paths": [ + [ + [121.32318090070476, 30.738084459509992], + [121.32293664990721, 30.738652532905689] + ] + ] + } + }, + { + "attributes": { + "FID": 644, + "Entity": "Line", + "Handle": "18032A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00057079178703600003 + }, + "geometry": { + "paths": [ + [ + [121.3234063639502, 30.737560084082361], + [121.32318090070476, 30.738084459509992] + ] + ] + } + }, + { + "attributes": { + "FID": 645, + "Entity": "Line", + "Handle": "180332", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000539081458053 + }, + "geometry": { + "paths": [ + [ + [121.3236193037701, 30.737064841261599], + [121.3234063639502, 30.737560084082361] + ] + ] + } + }, + { + "attributes": { + "FID": 646, + "Entity": "Line", + "Handle": "18033A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00053908030988100003 + }, + "geometry": { + "paths": [ + [ + [121.32383224068326, 30.736569598440838], + [121.3236193037701, 30.737064841261599] + ] + ] + } + }, + { + "attributes": { + "FID": 647, + "Entity": "Line", + "Handle": "180342", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00053908197149900002 + }, + "geometry": { + "paths": [ + [ + [121.32404517953546, 30.736074354645098], + [121.32383224068326, 30.736569598440838] + ] + ] + } + }, + { + "attributes": { + "FID": 648, + "Entity": "Line", + "Handle": "18035A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0015056840297299999 + }, + "geometry": { + "paths": [ + [ + [121.32463992653356, 30.73469111193117], + [121.32404517953546, 30.736074354645098] + ] + ] + } + }, + { + "attributes": { + "FID": 649, + "Entity": "Line", + "Handle": "182F3A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00020611898669299999 + }, + "geometry": { + "paths": [ + [ + [121.34559500964315, 30.738237726058287], + [121.34541002858168, 30.738146802774281] + ] + ] + } + }, + { + "attributes": { + "FID": 650, + "Entity": "Line", + "Handle": "182F40", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000146656716228 + }, + "geometry": { + "paths": [ + [ + [121.34572662801656, 30.738302416059014], + [121.34559500964315, 30.738237726058287] + ] + ] + } + }, + { + "attributes": { + "FID": 651, + "Entity": "Line", + "Handle": "182F47", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00074520091762799996 + }, + "geometry": { + "paths": [ + [ + [121.34526632226698, 30.738906453283562], + [121.34559503480341, 30.738237668956572] + ] + ] + } + }, + { + "attributes": { + "FID": 652, + "Entity": "Line", + "Handle": "182F4E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000586647159969 + }, + "geometry": { + "paths": [ + [ + [121.34500754774126, 30.739432942253188], + [121.34526632226698, 30.738906453283562] + ] + ] + } + }, + { + "attributes": { + "FID": 653, + "Entity": "Line", + "Handle": "182F56", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000634214140613 + }, + "geometry": { + "paths": [ + [ + [121.34444803490987, 30.740571297392307], + [121.34472779278076, 30.74000211981911] + ] + ] + } + }, + { + "attributes": { + "FID": 654, + "Entity": "Line", + "Handle": "182F5C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421242343199996 + }, + "geometry": { + "paths": [ + [ + [121.34416828091707, 30.741140474958229], + [121.34444803490987, 30.740571297392307] + ] + ] + } + }, + { + "attributes": { + "FID": 655, + "Entity": "Line", + "Handle": "182F63", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421414393299998 + }, + "geometry": { + "paths": [ + [ + [121.34388852305347, 30.741709652538702], + [121.34416828091707, 30.741140474958229] + ] + ] + } + }, + { + "attributes": { + "FID": 656, + "Entity": "Line", + "Handle": "182F6F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060930317697200005 + }, + "geometry": { + "paths": [ + [ + [121.34360876518258, 30.742278836885816], + [121.34379405979416, 30.741698391997488] + ] + ] + } + }, + { + "attributes": { + "FID": 657, + "Entity": "Line", + "Handle": "182F70", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 9.5132051099299999e-5 + }, + "geometry": { + "paths": [ + [ + [121.34388852305347, 30.741709652538702], + [121.34379405979416, 30.741698391997488] + ] + ] + } + }, + { + "attributes": { + "FID": 658, + "Entity": "Line", + "Handle": "182F71", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00082226986134599999 + }, + "geometry": { + "paths": [ + [ + [121.34136892743845, 30.746811935066944], + [121.34173723087224, 30.746076761410222] + ] + ] + } + }, + { + "attributes": { + "FID": 659, + "Entity": "Line", + "Handle": "182F79", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00095125164294800003 + }, + "geometry": { + "paths": [ + [ + [121.34094309521242, 30.74766255049326], + [121.34136892743845, 30.746811935066944] + ] + ] + } + }, + { + "attributes": { + "FID": 660, + "Entity": "Line", + "Handle": "182F81", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00050736951089999996 + }, + "geometry": { + "paths": [ + [ + [121.33006997323173, 30.762841650663177], + [121.32962066382242, 30.763077330266242] + ] + ] + } + }, + { + "attributes": { + "FID": 661, + "Entity": "Line", + "Handle": "182F87", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047566178090699998 + }, + "geometry": { + "paths": [ + [ + [121.33049120194846, 30.762620697052625], + [121.33006997323173, 30.762841650663177] + ] + ] + } + }, + { + "attributes": { + "FID": 662, + "Entity": "Line", + "Handle": "182F8E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047565826877000002 + }, + "geometry": { + "paths": [ + [ + [121.33091242873343, 30.76239974732016], + [121.33049120194846, 30.762620697052625] + ] + ] + } + }, + { + "attributes": { + "FID": 663, + "Entity": "Line", + "Handle": "182F95", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9399999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060250198467399997 + }, + "geometry": { + "paths": [ + [ + [121.33144598310901, 30.762119875260396], + [121.33091242873343, 30.76239974732016] + ] + ] + } + }, + { + "attributes": { + "FID": 664, + "Entity": "Line", + "Handle": "182F9B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0899999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00021404373434399999 + }, + "geometry": { + "paths": [ + [ + [121.33329376443362, 30.751049210077326], + [121.33338156484751, 30.75085400298849] + ] + ] + } + }, + { + "attributes": { + "FID": 665, + "Entity": "Line", + "Handle": "182FA2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063675946993499996 + }, + "geometry": { + "paths": [ + [ + [121.33128585534359, 30.757992444639967], + [121.33101642221663, 30.758569392135541] + ] + ] + } + }, + { + "attributes": { + "FID": 666, + "Entity": "Line", + "Handle": "182FA9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421103554499997 + }, + "geometry": { + "paths": [ + [ + [121.33155219560649, 30.757416855849442], + [121.33128575567389, 30.757992384649697] + ] + ] + } + }, + { + "attributes": { + "FID": 667, + "Entity": "Line", + "Handle": "182FB0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421312674099997 + }, + "geometry": { + "paths": [ + [ + [121.3318186384422, 30.756841326088761], + [121.33155219560649, 30.757416855849442] + ] + ] + } + }, + { + "attributes": { + "FID": 668, + "Entity": "Line", + "Handle": "182FB7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421495981600003 + }, + "geometry": { + "paths": [ + [ + [121.33208507933887, 30.756265793410421], + [121.3318186384422, 30.756841326088761] + ] + ] + } + }, + { + "attributes": { + "FID": 669, + "Entity": "Line", + "Handle": "182FBE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421225823900005 + }, + "geometry": { + "paths": [ + [ + [121.33235152218549, 30.755690264610166], + [121.33208507933887, 30.756265793410421] + ] + ] + } + }, + { + "attributes": { + "FID": 670, + "Entity": "Line", + "Handle": "182FC5", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421190710599999 + }, + "geometry": { + "paths": [ + [ + [121.33261796211445, 30.755114734849485], + [121.33235152218549, 30.755690264610166] + ] + ] + } + }, + { + "attributes": { + "FID": 671, + "Entity": "Line", + "Handle": "182FCC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00037107635283699998 + }, + "geometry": { + "paths": [ + [ + [121.33261796211445, 30.755114734849485], + [121.33260934639475, 30.754743758530822] + ] + ] + } + }, + { + "attributes": { + "FID": 672, + "Entity": "Line", + "Handle": "18303A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000341707771354 + }, + "geometry": { + "paths": [ + [ + [121.3189599136058, 30.724439216035535], + [121.31927645207543, 30.724567931218189] + ] + ] + } + }, + { + "attributes": { + "FID": 673, + "Entity": "Line", + "Handle": "183040", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000264685411617 + }, + "geometry": { + "paths": [ + [ + [121.34125113505434, 30.734294826514088], + [121.34115431343525, 30.734541167621501] + ] + ] + } + }, + { + "attributes": { + "FID": 674, + "Entity": "Line", + "Handle": "183046", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00027844777929999999 + }, + "geometry": { + "paths": [ + [ + [121.34799297872451, 30.737222036797903], + [121.34787822406361, 30.737475738460489] + ] + ] + } + }, + { + "attributes": { + "FID": 675, + "Entity": "Line", + "Handle": "183047", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.5542733364200001e-6 + }, + "geometry": { + "paths": [ + [ + [121.31800644081522, 30.725407610290858], + [121.31800759822727, 30.725415075372439] + ] + ] + } + }, + { + "attributes": { + "FID": 676, + "Entity": "Line", + "Handle": "183048", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.0058017292100004e-6 + }, + "geometry": { + "paths": [ + [ + [121.31800759822727, 30.725415075372439], + [121.31801327881112, 30.725410975101113] + ] + ] + } + }, + { + "attributes": { + "FID": 677, + "Entity": "Line", + "Handle": "183049", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.5542794116999997e-6 + }, + "geometry": { + "paths": [ + [ + [121.31818938093784, 30.725077549701382], + [121.31819053834261, 30.725085014790238] + ] + ] + } + }, + { + "attributes": { + "FID": 678, + "Entity": "Line", + "Handle": "18304A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.0050243088899999e-6 + }, + "geometry": { + "paths": [ + [ + [121.31819053834261, 30.725085014790238], + [121.3181962179624, 30.725080914511636] + ] + ] + } + }, + { + "attributes": { + "FID": 679, + "Entity": "Line", + "Handle": "18304B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.5542794116999997e-6 + }, + "geometry": { + "paths": [ + [ + [121.3184079481216, 30.724678625279921], + [121.31840910552637, 30.724686090368778] + ] + ] + } + }, + { + "attributes": { + "FID": 680, + "Entity": "Line", + "Handle": "18304C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.0058204040199999e-6 + }, + "geometry": { + "paths": [ + [ + [121.31840910552637, 30.724686090368778], + [121.3184147861175, 30.724681990075624] + ] + ] + } + }, + { + "attributes": { + "FID": 681, + "Entity": "Line", + "Handle": "18304D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.55398368344e-6 + }, + "geometry": { + "paths": [ + [ + [121.31946063282157, 30.722863592978683], + [121.31946178829457, 30.72287105806754] + ] + ] + } + }, + { + "attributes": { + "FID": 682, + "Entity": "Line", + "Handle": "18304E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.0058118872300003e-6 + }, + "geometry": { + "paths": [ + [ + [121.31946178829457, 30.72287105806754], + [121.3194674688857, 30.722866957788938] + ] + ] + } + }, + { + "attributes": { + "FID": 683, + "Entity": "Line", + "Handle": "18304F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.5530273703899997e-6 + }, + "geometry": { + "paths": [ + [ + [121.31914231469636, 30.723412841070967], + [121.31914347016937, 30.723420305192121] + ] + ] + } + }, + { + "attributes": { + "FID": 684, + "Entity": "Line", + "Handle": "183050", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.0065864038299998e-6 + }, + "geometry": { + "paths": [ + [ + [121.31914347016937, 30.723420305192121], + [121.31914915172092, 30.723416204920795] + ] + ] + } + }, + { + "attributes": { + "FID": 685, + "Entity": "Line", + "Handle": "183051", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.5542805264699996e-6 + }, + "geometry": { + "paths": [ + [ + [121.31882870264599, 30.72393738876417], + [121.31882986005803, 30.723944853853027] + ] + ] + } + }, + { + "attributes": { + "FID": 686, + "Entity": "Line", + "Handle": "183052", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.0050243088899999e-6 + }, + "geometry": { + "paths": [ + [ + [121.31882986005803, 30.723944853853027], + [121.31883553967782, 30.723940753574425] + ] + ] + } + }, + { + "attributes": { + "FID": 687, + "Entity": "Line", + "Handle": "183054", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060060451593000003 + }, + "geometry": { + "paths": [ + [ + [121.31833249596457, 30.724828496051487], + [121.31861696281703, 30.724299530651479] + ] + ] + } + }, + { + "attributes": { + "FID": 688, + "Entity": "Line", + "Handle": "18305B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000459803496471 + }, + "geometry": { + "paths": [ + [ + [121.318109885593, 30.725230819152785], + [121.31833249596457, 30.724828496051487] + ] + ] + } + }, + { + "attributes": { + "FID": 689, + "Entity": "Line", + "Handle": "183062", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00047566006225400001 + }, + "geometry": { + "paths": [ + [ + [121.31787882886056, 30.725646833721839], + [121.318109868178, 30.725231053336756] + ] + ] + } + }, + { + "attributes": { + "FID": 690, + "Entity": "Line", + "Handle": "18306C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063362623160099997 + }, + "geometry": { + "paths": [ + [ + [121.31757106288205, 30.726200694989529], + [121.31787882886056, 30.725646833721839] + ] + ] + } + }, + { + "attributes": { + "FID": 691, + "Entity": "Line", + "Handle": "183072", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063442884635599996 + }, + "geometry": { + "paths": [ + [ + [121.31727608549409, 30.7267623784428], + [121.31757106288205, 30.726200694989529] + ] + ] + } + }, + { + "attributes": { + "FID": 692, + "Entity": "Line", + "Handle": "18307A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1600000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00064812008690299995 + }, + "geometry": { + "paths": [ + [ + [121.31702451186356, 30.727359707350843], + [121.31727596549536, 30.726762354257517] + ] + ] + } + }, + { + "attributes": { + "FID": 693, + "Entity": "Line", + "Handle": "183083", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0006342149766 + }, + "geometry": { + "paths": [ + [ + [121.31929997861153, 30.723156774271047], + [121.31961251356915, 30.722604913295072] + ] + ] + } + }, + { + "attributes": { + "FID": 694, + "Entity": "Line", + "Handle": "183084", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00057197998543200002 + }, + "geometry": { + "paths": [ + [ + [121.31900784538811, 30.723648525512544], + [121.31929997861153, 30.723156774271047] + ] + ] + } + }, + { + "attributes": { + "FID": 695, + "Entity": "Line", + "Handle": "183085", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1900000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00075933965053199995 + }, + "geometry": { + "paths": [ + [ + [121.31861686314005, 30.724299470661208], + [121.31900784538811, 30.723648525512544] + ] + ] + } + }, + { + "attributes": { + "FID": 696, + "Entity": "Circle", + "Handle": "1A8D96", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.98166644084e-5 + }, + "geometry": { + "paths": [ + [ + [121.35439816864164, 30.722886556301091], + [121.35439679187697, 30.722886435656655], + [121.35439545697814, 30.722886077772397], + [121.35439420450535, 30.722885493522462], + [121.3543930725144, 30.722884700658977], + [121.35439209540023, 30.722883723272705], + [121.35439130285195, 30.72288259106103], + [121.35439071895077, 30.72288133842563], + [121.35439036143821, 30.722880003427203], + [121.35439024117711, 30.722878626628994], + [121.35439036182154, 30.722877249864325], + [121.3543907197058, 30.722875914965488], + [121.35439130395574, 30.722874662492718], + [121.35439209681923, 30.722873530501758], + [121.3543930742055, 30.722872553387582], + [121.35439420641717, 30.722871760839311], + [121.35439545905257, 30.722871176938128], + [121.354396794051, 30.722870819425566], + [121.35439817084921, 30.722870699164467], + [121.35439954761388, 30.722870819808904], + [121.35440088251271, 30.722871177693161], + [121.35440213498549, 30.722871761943097], + [121.35440326697645, 30.722872554806582], + [121.35440424409062, 30.722873532192853], + [121.35440503663889, 30.722874664404529], + [121.35440562054008, 30.722875917039929], + [121.35440597805264, 30.722877252038355], + [121.35440609831373, 30.722878628836565], + [121.3544059776693, 30.722880005601233], + [121.35440561978504, 30.72288134050007], + [121.35440503553511, 30.722882592972841], + [121.35440424267162, 30.7228837249638], + [121.35440326528534, 30.722884702077977], + [121.35440213307368, 30.722885494626247], + [121.35440088043828, 30.722886078527431], + [121.35439954543985, 30.722886436039992], + [121.35439816864164, 30.722886556301091] + ] + ] + } + }, + { + "attributes": { + "FID": 697, + "Entity": "Circle", + "Handle": "1A8D97", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9818230714499998e-5 + }, + "geometry": { + "paths": [ + [ + [121.35413500255163, 30.723463588961749], + [121.35413362571029, 30.723463468695051], + [121.35413229067036, 30.72346311116949], + [121.35413103799635, 30.723462527248291], + [121.35412990575013, 30.723461734673606], + [121.3541289283344, 30.72346075752742], + [121.3541281354475, 30.723459625499824], + [121.35412755118084, 30.723458372986901], + [121.35412719328708, 30.723457038045623], + [121.35412707264068, 30.723455661237505], + [121.35412719290737, 30.723454284396169], + [121.35412755043293, 30.723452949356236], + [121.35412813435414, 30.723451696682226], + [121.35412892692882, 30.723450564435996], + [121.35412990407501, 30.723449587020284], + [121.3541310361026, 30.723448794133365], + [121.35413228861553, 30.72344820986671], + [121.35413362355681, 30.723447851972967], + [121.35413500036492, 30.723447731326551], + [121.35413637720626, 30.723447851593249], + [121.35413771224619, 30.723448209118811], + [121.3541389649202, 30.72344879304001], + [121.35414009716642, 30.723449585614695], + [121.35414107458215, 30.723450562760881], + [121.35414186746905, 30.723451694788476], + [121.35414245173571, 30.7234529473014], + [121.35414280962947, 30.723454282242677], + [121.35414293027587, 30.723455659050796], + [121.35414281000918, 30.723457035892132], + [121.35414245248361, 30.723458370932065], + [121.35414186856241, 30.723459623606075], + [121.35414107598773, 30.723460755852305], + [121.35414009884154, 30.723461733268017], + [121.35413896681395, 30.723462526154936], + [121.35413771430102, 30.723463110421591], + [121.35413637935974, 30.723463468315334], + [121.35413500255163, 30.723463588961749] + ] + ] + } + }, + { + "attributes": { + "FID": 698, + "Entity": "Circle", + "Handle": "1A8D98", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9808540492599998e-5 + }, + "geometry": { + "paths": [ + [ + [121.3538676248827, 30.724040291614074], + [121.35386624832998, 30.724040171132856], + [121.35386491361152, 30.724039813446144], + [121.35386366128209, 30.724039229422072], + [121.35386252939307, 30.724038436805913], + [121.35386155233634, 30.724037459680911], + [121.35386075979928, 30.724036327736513], + [121.35386017586271, 30.724035075366274], + [121.35385981826926, 30.724033740622833], + [121.35385969788423, 30.724032364061696], + [121.35385981836545, 30.724030987508971], + [121.35386017605215, 30.72402965279052], + [121.35386076007623, 30.724028400461091], + [121.35386155269239, 30.724027268572069], + [121.35386252981739, 30.72402629151534], + [121.35386366176179, 30.724025498978275], + [121.35386491413203, 30.72402491504171], + [121.35386624887546, 30.72402455744826], + [121.35386762543661, 30.724024437063228], + [121.35386900198932, 30.724024557544446], + [121.35387033670779, 30.724024915231158], + [121.35387158903721, 30.72402549925523], + [121.35387272092623, 30.72402629187139], + [121.35387369798296, 30.724027268996391], + [121.35387449052003, 30.724028400940789], + [121.3538750744566, 30.724029653311028], + [121.35387543205005, 30.724030988054469], + [121.35387555243507, 30.724032364615606], + [121.35387543195385, 30.724033741168331], + [121.35387507426715, 30.724035075886782], + [121.35387449024307, 30.724036328216211], + [121.35387369762691, 30.724037460105233], + [121.35387272050191, 30.724038437161962], + [121.35387158855751, 30.724039229699027], + [121.35387033618727, 30.724039813635592], + [121.35386900144384, 30.724040171229042], + [121.3538676248827, 30.724040291614074] + ] + ] + } + }, + { + "attributes": { + "FID": 699, + "Entity": "Circle", + "Handle": "1A8D99", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9808122139700001e-5 + }, + "geometry": { + "paths": [ + [ + [121.35360491168831, 30.724589689714776], + [121.35360353514642, 30.724589569242902], + [121.35360220043701, 30.724589211567274], + [121.35360094811456, 30.72458862755569], + [121.35359981623026, 30.724587834953041], + [121.35359883917582, 30.724586857842159], + [121.35359804663855, 30.724585725912064], + [121.35359746269931, 30.724584473555883], + [121.35359710510079, 30.724583138825817], + [121.35359698470843, 30.724581762276969], + [121.3535971051803, 30.724580385735077], + [121.35359746285593, 30.724579051025675], + [121.35359804686752, 30.724577798703223], + [121.35359883947017, 30.724576666818916], + [121.35359981658105, 30.724575689764475], + [121.35360094851114, 30.724574897227214], + [121.35360220086733, 30.724574313287974], + [121.35360353559739, 30.724573955689447], + [121.35360491214624, 30.724573835297093], + [121.35360628868813, 30.724573955768967], + [121.35360762339754, 30.724574313444595], + [121.35360887571998, 30.724574897456179], + [121.35361000760429, 30.724575690058828], + [121.35361098465873, 30.72457666716971], + [121.35361177719599, 30.724577799099805], + [121.35361236113523, 30.724579051455986], + [121.35361271873376, 30.724580386186052], + [121.35361283912611, 30.7245817627349], + [121.35361271865425, 30.724583139276792], + [121.35361236097862, 30.724584473986194], + [121.35361177696703, 30.724585726308646], + [121.35361098436438, 30.724586858192954], + [121.35361000725349, 30.724587835247394], + [121.3536088753234, 30.724588627784655], + [121.35360762296722, 30.724589211723895], + [121.35360628823716, 30.724589569322422], + [121.35360491168831, 30.724589689714776] + ] + ] + } + }, + { + "attributes": { + "FID": 700, + "Entity": "Circle", + "Handle": "1A8D9A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.98093677722e-5 + }, + "geometry": { + "paths": [ + [ + [121.35332259416828, 30.72519429789827], + [121.35332121760334, 30.72519417729352], + [121.3533198828943, 30.725193819483035], + [121.35331863059562, 30.725193235338701], + [121.35331749875779, 30.725192442609451], + [121.35331652177111, 30.725191465381961], + [121.35331572932081, 30.725190333348799], + [121.35331514548511, 30.725189080906212], + [121.35331478800357, 30.725187746109036], + [121.35331466773806, 30.725186369514411], + [121.35331478834281, 30.725184992949465], + [121.35331514615331, 30.725183658240432], + [121.35331573029764, 30.725182405941766], + [121.35331652302689, 30.725181274103928], + [121.35331750025438, 30.725180297117241], + [121.35331863228754, 30.725179504666947], + [121.35331988473013, 30.725178920831251], + [121.3533212195273, 30.725178563349704], + [121.35332259612193, 30.725178443084204], + [121.35332397268687, 30.725178563688953], + [121.35332530739591, 30.725178921499438], + [121.35332655969458, 30.725179505643773], + [121.35332769153241, 30.725180298373022], + [121.3533286685191, 30.725181275600512], + [121.35332946096939, 30.725182407633675], + [121.35333004480509, 30.725183660076262], + [121.35333040228663, 30.725184994873437], + [121.35333052255214, 30.725186371468062], + [121.35333040194739, 30.725187748033008], + [121.3533300441369, 30.725189082742041], + [121.35332945999257, 30.725190335040708], + [121.35332866726331, 30.725191466878545], + [121.35332769003583, 30.725192443865232], + [121.35332655800266, 30.725193236315526], + [121.35332530556008, 30.725193820151222], + [121.3533239707629, 30.725194177632769], + [121.35332259416828, 30.72519429789827] + ] + ] + } + }, + { + "attributes": { + "FID": 701, + "Entity": "Circle", + "Handle": "1A8D9B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9809562005399999e-5 + }, + "geometry": { + "paths": [ + [ + [121.35308751747289, 30.725695556146093], + [121.35308614089172, 30.725695435664822], + [121.35308480614526, 30.725695077973121], + [121.35308355378912, 30.725694493939272], + [121.3530824218755, 30.725693701308849], + [121.35308144479701, 30.725692724165523], + [121.3530806522417, 30.725691592199301], + [121.35308006829096, 30.725690339804405], + [121.35307971068784, 30.725689005034219], + [121.35307959029791, 30.725687628445062], + [121.35307971077918, 30.725686251863895], + [121.35308006847089, 30.725684917117444], + [121.35308065250473, 30.725683664761299], + [121.35308144513516, 30.725682532847674], + [121.35308242227848, 30.725681555769189], + [121.35308355424471, 30.72568076321388], + [121.3530848066396, 30.725680179263136], + [121.35308614140979, 30.725679821660009], + [121.35308751799894, 30.725679701270089], + [121.35308889458011, 30.72567982175136], + [121.35309022932657, 30.72568017944306], + [121.35309148168271, 30.725680763476909], + [121.35309261359633, 30.725681556107332], + [121.35309359067482, 30.725682533250659], + [121.35309438323013, 30.725683665216881], + [121.35309496718087, 30.725684917611776], + [121.35309532478399, 30.725686252381962], + [121.35309544517392, 30.725687628971119], + [121.35309532469265, 30.725689005552287], + [121.35309496700094, 30.725690340298737], + [121.3530943829671, 30.725691592654883], + [121.35309359033667, 30.725692724568507], + [121.35309261319335, 30.725693701646993], + [121.35309148122712, 30.725694494202301], + [121.35309022883223, 30.725695078153045], + [121.35308889406204, 30.725695435756172], + [121.35308751747289, 30.725695556146093] + ] + ] + } + }, + { + "attributes": { + "FID": 702, + "Entity": "Circle", + "Handle": "1A8D9C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9819301187399997e-5 + }, + "geometry": { + "paths": [ + [ + [121.35280332351613, 30.726325055373309], + [121.35280194664037, 30.726324935159411], + [121.35280061155737, 30.726324577679868], + [121.35279935883295, 30.726323993796512], + [121.35279822653051, 30.726323201250345], + [121.35279724905449, 30.72632222412248], + [121.352796456105, 30.726321092102452], + [121.35279587177541, 30.726319839586118], + [121.35279551382028, 30.726318504630552], + [121.35279539311588, 30.726317127797707], + [121.35279551332978, 30.726315750921948], + [121.35279587080933, 30.726314415838949], + [121.35279645469268, 30.726313163114533], + [121.35279724723885, 30.726312030812096], + [121.35279822436672, 30.726311053336072], + [121.35279935638675, 30.726310260386583], + [121.35280060890308, 30.726309676056992], + [121.35280194385865, 30.726309318101858], + [121.35280332069149, 30.72630919739747], + [121.35280469756725, 30.726309317611367], + [121.35280603265025, 30.72630967509091], + [121.35280728537467, 30.726310258974266], + [121.35280841767711, 30.726311051520433], + [121.35280939515313, 30.726312028648298], + [121.35281018810262, 30.726313160668326], + [121.35281077243221, 30.72631441318466], + [121.35281113038734, 30.726315748140227], + [121.35281125109174, 30.726317124973072], + [121.35281113087784, 30.72631850184883], + [121.35281077339829, 30.726319836931829], + [121.35281018951494, 30.726321089656246], + [121.35280939696877, 30.726322221958682], + [121.3528084198409, 30.726323199434706], + [121.35280728782087, 30.726323992384195], + [121.35280603530454, 30.726324576713786], + [121.35280470034897, 30.72632493466892], + [121.35280332351613, 30.726325055373309] + ] + ] + } + }, + { + "attributes": { + "FID": 703, + "Entity": "Circle", + "Handle": "1A8D9D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.98095914706e-5 + }, + "geometry": { + "paths": [ + [ + [121.35250109491244, 30.726914359845978], + [121.35249971834007, 30.726914239254938], + [121.35249838362134, 30.726913881456664], + [121.352497131311, 30.726913297322671], + [121.35249599945986, 30.726912504601579], + [121.35249502245867, 30.726911527379816], + [121.3524942299931, 30.726910395349773], + [121.35249364614182, 30.726909142907605], + [121.35249328864485, 30.726907808108137], + [121.35249316836455, 30.726906431508574], + [121.3524932889556, 30.7269050549362], + [121.35249364675387, 30.726903720217464], + [121.35249423088786, 30.726902467907127], + [121.35249502360895, 30.726901336055999], + [121.35249600083071, 30.726900359054806], + [121.35249713286076, 30.726899566589235], + [121.35249838530292, 30.72689898273795], + [121.3524997201024, 30.726898625240981], + [121.35250109670196, 30.726898504960687], + [121.35250247327433, 30.726898625551726], + [121.35250380799306, 30.726898983350001], + [121.3525050603034, 30.726899567483994], + [121.35250619215454, 30.726900360205086], + [121.35250716915573, 30.726901337426849], + [121.3525079616213, 30.726902469456892], + [121.35250854547257, 30.72690372189906], + [121.35250890296955, 30.726905056698527], + [121.35250902324985, 30.72690643329809], + [121.3525089026588, 30.726907809870465], + [121.35250854486053, 30.7269091445892], + [121.35250796072654, 30.726910396899537], + [121.35250716800545, 30.726911528750666], + [121.35250619078369, 30.726912505751859], + [121.35250505875364, 30.726913298217429], + [121.35250380631147, 30.726913882068715], + [121.352502471512, 30.726914239565684], + [121.35250109491244, 30.726914359845978] + ] + ] + } + }, + { + "attributes": { + "FID": 704, + "Entity": "Circle", + "Handle": "1A8D9E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9809844240500002e-5 + }, + "geometry": { + "paths": [ + [ + [121.35225260060179, 30.727439252048498], + [121.35225122400011, 30.727439131711737], + [121.35224988920838, 30.727438774158792], + [121.35224863678356, 30.727438190253725], + [121.35224750477992, 30.7274373977382], + [121.35224652759284, 30.727436420692396], + [121.35224573491365, 30.72743528880336], + [121.35224515082751, 30.727434036462967], + [121.35224479308158, 30.727432701722943], + [121.35224467254579, 30.727431325138689], + [121.35224479288254, 30.727429948537022], + [121.35224515043549, 30.727428613745289], + [121.35224573434056, 30.727427361320455], + [121.35224652685609, 30.727426229316823], + [121.35224750390189, 30.727425252129745], + [121.35224863579093, 30.727424459450557], + [121.35224988813133, 30.727423875364416], + [121.35225122287135, 30.727423517618483], + [121.3522525994556, 30.727423397082688], + [121.35225397605727, 30.727423517419449], + [121.352255310849, 30.727423874972395], + [121.35225656327383, 30.727424458877461], + [121.35225769527746, 30.727425251392987], + [121.35225867246454, 30.727426228438791], + [121.35225946514373, 30.727427360327827], + [121.35226004922987, 30.72742861266822], + [121.3522604069758, 30.727429947408243], + [121.35226052751159, 30.727431323992498], + [121.35226040717484, 30.727432700594164], + [121.35226004962189, 30.727434035385897], + [121.35225946571683, 30.727435287810732], + [121.35225867320129, 30.727436419814364], + [121.35225769615549, 30.727437397001442], + [121.35225656426645, 30.72743818968063], + [121.35225531192606, 30.727438773766771], + [121.35225397718604, 30.727439131512703], + [121.35225260060179, 30.727439252048498] + ] + ] + } + }, + { + "attributes": { + "FID": 705, + "Entity": "Circle", + "Handle": "1A8D9F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 4, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.98180460689e-5 + }, + "geometry": { + "paths": [ + [ + [121.35183809472073, 30.728162931947736], + [121.3518367178927, 30.728162811587747], + [121.35183538288206, 30.728162453972619], + [121.35183413025244, 30.7281618699683], + [121.35183299806437, 30.72816107731947], + [121.3518320207188, 30.728160100110365], + [121.3518312279119, 30.728158968032982], + [121.35183064373268, 30.728157715484926], + [121.35183028593116, 30.728156380524233], + [121.35183016537893, 30.72815500371301], + [121.35183028573891, 30.728153626884968], + [121.35183064335405, 30.728152291874327], + [121.35183122735836, 30.728151039244715], + [121.35183202000719, 30.728149907056647], + [121.35183299721629, 30.728148929711086], + [121.35183412929368, 30.728148136904178], + [121.35183538184174, 30.728147552724963], + [121.35183671680242, 30.72814719492343], + [121.35183809361365, 30.728147074371201], + [121.35183947044169, 30.728147194731189], + [121.35184080545233, 30.728147552346318], + [121.35184205808194, 30.728148136350637], + [121.35184319027002, 30.728148928999467], + [121.35184416761558, 30.728149906208571], + [121.35184496042248, 30.728151038285954], + [121.3518455446017, 30.728152290834011], + [121.35184590240323, 30.728153625794704], + [121.35184602295546, 30.728155002605927], + [121.35184590259547, 30.728156379433969], + [121.35184554498034, 30.72815771444461], + [121.35184496097602, 30.728158967074222], + [121.35184416832719, 30.72816009926229], + [121.35184319111809, 30.728161076607851], + [121.35184205904071, 30.728161869414759], + [121.35184080649265, 30.728162453593974], + [121.35183947153196, 30.728162811395507], + [121.35183809472073, 30.728162931947736] + ] + ] + } + }, + { + "attributes": { + "FID": 706, + "Entity": "LWPolyline", + "Handle": "1A8DA7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00084164051348299999 + }, + "geometry": { + "paths": [ + [ + [121.35192173195173, 30.728213816291827], + [121.3522495125726, 30.727438626883668] + ] + ] + } + }, + { + "attributes": { + "FID": 707, + "Entity": "LWPolyline", + "Handle": "1A8DA8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00056489367027899996 + }, + "geometry": { + "paths": [ + [ + [121.35225568960232, 30.727424022843479], + [121.35249769913571, 30.726913595332007] + ] + ] + } + }, + { + "attributes": { + "FID": 708, + "Entity": "LWPolyline", + "Handle": "1A8DA9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00064643329178100005 + }, + "geometry": { + "paths": [ + [ + [121.35250449455634, 30.726899269990099], + [121.35279970130068, 30.726324179580843] + ] + ] + } + }, + { + "attributes": { + "FID": 709, + "Entity": "LWPolyline", + "Handle": "1A8DAA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00067483144439199995 + }, + "geometry": { + "paths": [ + [ + [121.35280694477115, 30.726310074882349], + [121.35308426008123, 30.725694856468181] + ] + ] + } + }, + { + "attributes": { + "FID": 710, + "Entity": "LWPolyline", + "Handle": "1A8DAB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00034180814633800002 + }, + "geometry": { + "paths": [ + [ + [121.35309077679631, 30.725680401454156], + [121.35323565309227, 30.725370815169299] + ] + ] + } + }, + { + "attributes": { + "FID": 711, + "Entity": "LWPolyline", + "Handle": "1A8DAC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00059312513718500002 + }, + "geometry": { + "paths": [ + [ + [121.35360827262048, 30.724574582440255], + [121.35386420588475, 30.724039516469929] + ] + ] + } + }, + { + "attributes": { + "FID": 712, + "Entity": "LWPolyline", + "Handle": "1A8DAD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00061981727476600004 + }, + "geometry": { + "paths": [ + [ + [121.35387104581241, 30.724025213377899], + [121.35413166967555, 30.72346285347885] + ] + ] + } + }, + { + "attributes": { + "FID": 713, + "Entity": "LWPolyline", + "Handle": "1A8DAE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00061835532169400001 + }, + "geometry": { + "paths": [ + [ + [121.35413833542043, 30.723448467171693], + [121.35439488028715, 30.722885841154493] + ] + ] + } + }, + { + "attributes": { + "FID": 714, + "Entity": "LWPolyline", + "Handle": "1A8DAF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00063302282536299996 + }, + "geometry": { + "paths": [ + [ + [121.35440146086694, 30.722871414203837], + [121.3546681253174, 30.72229729926039] + ] + ] + } + }, + { + "attributes": { + "FID": 715, + "Entity": "LWPolyline", + "Handle": "1A8DB0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.000206117655189 + }, + "geometry": { + "paths": [ + [ + [121.35192375548286, 30.728223267156864], + [121.35210982041099, 30.728311948216287] + ] + ] + } + }, + { + "attributes": { + "FID": 716, + "Entity": "LWPolyline", + "Handle": "1A8DB9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00020396603986799999 + }, + "geometry": { + "paths": [ + [ + [121.35211368263117, 30.728322569077136], + [121.35202893637324, 30.728508095940924] + ] + ] + } + }, + { + "attributes": { + "FID": 717, + "Entity": "Circle", + "Handle": "1A8E2B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 4, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.98110382461e-5 + }, + "geometry": { + "paths": [ + [ + [121.35215788477217, 30.727690257619543], + [121.35215650814705, 30.727690137170747], + [121.35215517335168, 30.727689779503393], + [121.35215392094312, 30.727689195485027], + [121.35215278897519, 30.72768840286075], + [121.35215181184216, 30.727687425714048], + [121.35215101923373, 30.727686293735029], + [121.35215043523289, 30.727685041318306], + [121.35215007758421, 30.727683706517926], + [121.35214995715468, 30.72768232989112], + [121.35215007760347, 30.727680953266002], + [121.35215043527083, 30.727679618470624], + [121.3521510192892, 30.727678366062072], + [121.35215181191347, 30.727677234094145], + [121.35215278906017, 30.727676256961118], + [121.35215392103919, 30.727675464352679], + [121.35215517345591, 30.727674880351838], + [121.3521565082563, 30.727674522703161], + [121.3521578848831, 30.727674402273628], + [121.35215926150822, 30.727674522722424], + [121.35216059630359, 30.727674880389777], + [121.35216184871214, 30.727675464408144], + [121.35216298068008, 30.727676257032421], + [121.3521639578131, 30.727677234179122], + [121.35216475042154, 30.727678366158141], + [121.35216533442238, 30.727679618574864], + [121.35216569207105, 30.727680953375245], + [121.35216581250059, 30.72768233000205], + [121.3521656920518, 30.727683706627168], + [121.35216533438444, 30.727685041422546], + [121.35216475036607, 30.727686293831098], + [121.35216395774179, 30.727687425799026], + [121.3521629805951, 30.727688402932053], + [121.35216184861608, 30.727689195540492], + [121.35216059619935, 30.727689779541333], + [121.35215926139897, 30.72769013719001], + [121.35215788477217, 30.727690257619543] + ] + ] + } + }, + { + "attributes": { + "FID": 718, + "Entity": "LWPolyline", + "Handle": "1A924C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00065143832011799999 + }, + "geometry": { + "paths": [ + [ + [121.35332543542972, 30.725178969012632], + [121.35360155268791, 30.724588942619448] + ] + ] + } + }, + { + "attributes": { + "FID": 719, + "Entity": "LWPolyline", + "Handle": "1A92CD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 3.8662748625700002e-5 + }, + "geometry": { + "paths": [ + [ + [121.35467863682788, 30.722293489292497], + [121.35471361067175, 30.722309970748029] + ] + ] + } + }, + { + "attributes": { + "FID": 720, + "Entity": "LWPolyline", + "Handle": "1A92D6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 8.7206484043399999e-5 + }, + "geometry": { + "paths": [ + [ + [121.35466429406733, 30.722286730648193], + [121.35458540742547, 30.72224955715501] + ] + ] + } + }, + { + "attributes": { + "FID": 721, + "Entity": "LWPolyline", + "Handle": "1A92F9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 3.8667075151500001e-5 + }, + "geometry": { + "paths": [ + [ + [121.3538752980312, 30.724034356513584], + [121.35391027574587, 30.724050839904521] + ] + ] + } + }, + { + "attributes": { + "FID": 722, + "Entity": "LWPolyline", + "Handle": "1A92FB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00011235340816099999 + }, + "geometry": { + "paths": [ + [ + [121.35386000785729, 30.724030171077175], + [121.35375822951391, 30.723982584764599] + ] + ] + } + }, + { + "attributes": { + "FID": 723, + "Entity": "LWPolyline", + "Handle": "1A930D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.000103301594121 + }, + "geometry": { + "paths": [ + [ + [121.35412784229993, 30.723452256817836], + [121.35403462257455, 30.72340774499753] + ] + ] + } + }, + { + "attributes": { + "FID": 724, + "Entity": "Circle", + "Handle": "1A9315", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9809295183599999e-5 + }, + "geometry": { + "paths": [ + [ + [121.3540274681327, 30.723412255603762], + [121.35402609153127, 30.723412135439396], + [121.35402475670982, 30.723411778056271], + [121.35402350422625, 30.723411194313282], + [121.35402237213661, 30.723410401947174], + [121.3540213948389, 30.723409425033584], + [121.35402060202779, 30.723408293255538], + [121.35402001779246, 30.723407041001543], + [121.35401965988461, 30.723405706320698], + [121.35401953917908, 30.723404329766609], + [121.35401965934344, 30.723402953165174], + [121.35402001672657, 30.723401618343729], + [121.35402060046955, 30.723400365860151], + [121.35402139283566, 30.723399233770518], + [121.35402236974926, 30.723398256472805], + [121.35402350152729, 30.723397463661701], + [121.3540247537813, 30.723396879426375], + [121.35402608846213, 30.72339652151852], + [121.35402746501623, 30.723396400812987], + [121.35402884161766, 30.723396520977353], + [121.35403017643911, 30.723396878360479], + [121.35403142892268, 30.723397462103467], + [121.35403256101232, 30.723398254469576], + [121.35403353831003, 30.723399231383166], + [121.35403433112114, 30.723400363161211], + [121.35403491535646, 30.723401615415206], + [121.35403527326432, 30.723402950096052], + [121.35403539396985, 30.72340432665014], + [121.35403527380549, 30.723405703251576], + [121.35403491642236, 30.72340703807302], + [121.35403433267938, 30.723408290556598], + [121.35403354031327, 30.723409422646231], + [121.35403256339967, 30.723410399943944], + [121.35403143162164, 30.723411192755048], + [121.35403017936763, 30.723411776990375], + [121.35402884468679, 30.723412134898229], + [121.3540274681327, 30.723412255603762] + ] + ] + } + }, + { + "attributes": { + "FID": 725, + "Entity": "LWPolyline", + "Handle": "1A9323", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 2.3535053578800001e-5 + }, + "geometry": { + "paths": [ + [ + [121.35311593299775, 30.725701137052965], + [121.35309467772458, 30.725691031999304] + ] + ] + } + }, + { + "attributes": { + "FID": 726, + "Entity": "Circle", + "Handle": "1A932B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9818844900199998e-5 + }, + "geometry": { + "paths": [ + [ + [121.35297675856782, 30.725642732468259], + [121.35297538172156, 30.725642612062202], + [121.35297404670098, 30.72564225439854], + [121.35297279407, 30.7256416703447], + [121.35297166188919, 30.725640877646864], + [121.35297068455928, 30.725639900390757], + [121.35296989177596, 30.725638768269807], + [121.35296930762753, 30.725637515682941], + [121.35296894986305, 30.725636180689371], + [121.35296882935303, 30.725634803852206], + [121.35296894975909, 30.725633427005945], + [121.35296930742275, 30.725632091985364], + [121.35296989147659, 30.725630839354388], + [121.35297068417442, 30.725629707173578], + [121.35297166143053, 30.72562872984367], + [121.35297279355149, 30.725627937060345], + [121.35297404613836, 30.725627352911918], + [121.35297538113193, 30.725626995147447], + [121.35297675796909, 30.72562687463742], + [121.35297813481534, 30.725626995043477], + [121.35297946983593, 30.725627352707139], + [121.35298072246691, 30.725627936760979], + [121.35298185464772, 30.725628729458816], + [121.35298283197763, 30.725629706714923], + [121.35298362476095, 30.725630838835873], + [121.35298420890938, 30.725632091422739], + [121.35298456667385, 30.725633426416309], + [121.35298468718388, 30.725634803253474], + [121.35298456677782, 30.725636180099734], + [121.35298420911415, 30.725637515120315], + [121.35298362506032, 30.725638767751292], + [121.35298283236249, 30.725639899932101], + [121.35298185510638, 30.725640877262009], + [121.35298072298542, 30.725641670045334], + [121.35297947039855, 30.725642254193762], + [121.35297813540498, 30.725642611958232], + [121.35297675856782, 30.725642732468259] + ] + ] + } + }, + { + "attributes": { + "FID": 727, + "Entity": "Circle", + "Handle": "1A9333", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9814929163500001e-5 + }, + "geometry": { + "paths": [ + [ + [121.35312285518739, 30.725712928870053], + [121.35312147842151, 30.725712808792171], + [121.35312014342311, 30.725712451465657], + [121.35311889075543, 30.725711867747698], + [121.35311775848015, 30.725711075374267], + [121.35311678100088, 30.725710098421224], + [121.35311598801782, 30.725708966572803], + [121.35311540362538, 30.725707714219638], + [121.35311504558001, 30.72570637941385], + [121.35311492476075, 30.725705002712836], + [121.35311504483863, 30.725703625946959], + [121.35311540216514, 30.725702290948554], + [121.35311598588311, 30.725701038280874], + [121.35311677825653, 30.725699906005591], + [121.35311775520958, 30.725698928526313], + [121.353118887058, 30.725698135543261], + [121.35312013941116, 30.725697551150816], + [121.35312147421696, 30.725697193105454], + [121.35312285091797, 30.725697072286195], + [121.35312422768385, 30.725697192364077], + [121.35312556268225, 30.72569754969059], + [121.35312681534994, 30.725698133408549], + [121.35312794762521, 30.72569892578198], + [121.35312892510449, 30.725699902735023], + [121.35312971808754, 30.725701034583444], + [121.35313030247998, 30.72570228693661], + [121.35313066052535, 30.725703621742397], + [121.35313078134462, 30.725704998443412], + [121.35313066126673, 30.725706375209288], + [121.35313030394022, 30.725707710207693], + [121.35312972022226, 30.725708962875373], + [121.35312892784883, 30.725710095150657], + [121.35312795089578, 30.725711072629935], + [121.35312681904736, 30.725711865612986], + [121.3531255666942, 30.725712450005432], + [121.3531242318884, 30.725712808050794], + [121.35312285518739, 30.725712928870053] + ] + ] + } + }, + { + "attributes": { + "FID": 728, + "Entity": "LWPolyline", + "Handle": "1A9344", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.000106858368491 + }, + "geometry": { + "paths": [ + [ + [121.3530803601243, 30.725684225930308], + [121.35298385205169, 30.725638346710184] + ] + ] + } + }, + { + "attributes": { + "FID": 729, + "Entity": "LWPolyline", + "Handle": "1A9351", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 4.78185718257e-5 + }, + "geometry": { + "paths": [ + [ + [121.35230298946044, 30.727455639622349], + [121.35225980246469, 30.72743510917644] + ] + ] + } + }, + { + "attributes": { + "FID": 730, + "Entity": "LWPolyline", + "Handle": "1A9352", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00012703024344300001 + }, + "geometry": { + "paths": [ + [ + [121.35224548196493, 30.727428300211614], + [121.35213128567921, 30.727372659479443] + ] + ] + } + }, + { + "attributes": { + "FID": 731, + "Entity": "Circle", + "Handle": "1A9353", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.98128118094e-5 + }, + "geometry": { + "paths": [ + [ + [121.35212416026479, 30.727377114919364], + [121.35212278356114, 30.727376994804033], + [121.35212144863053, 30.727376637451446], + [121.35212019603414, 30.727376053719581], + [121.35211906383147, 30.727375261344832], + [121.35211808642394, 30.727374284403105], + [121.35211729350958, 30.727373152578281], + [121.35211670918068, 30.727371900260287], + [121.35211635119178, 30.727370565500166], + [121.35211623042022, 30.727369188853935], + [121.35211635053554, 30.727367812150288], + [121.35211670788813, 30.727366477219672], + [121.35211729162, 30.727365224623277], + [121.35211808399475, 30.727364092420611], + [121.35211906093647, 30.72736311501308], + [121.35212019276129, 30.727362322098713], + [121.35212144507929, 30.727361737769819], + [121.35212277983941, 30.727361379780927], + [121.35212415648564, 30.727361259009356], + [121.35212553318929, 30.727361379124687], + [121.35212686811991, 30.727361736477274], + [121.3521281207163, 30.727362320209139], + [121.35212925291897, 30.727363112583888], + [121.35213023032649, 30.727364089525615], + [121.35213102324086, 30.727365221350439], + [121.35213160756976, 30.727366473668432], + [121.35213196555866, 30.727367808428554], + [121.35213208633022, 30.727369185074785], + [121.3521319662149, 30.727370561778432], + [121.35213160886231, 30.727371896709048], + [121.35213102513043, 30.727373149305443], + [121.35213023275568, 30.727374281508109], + [121.35212925581396, 30.727375258915639], + [121.35212812398915, 30.727376051830007], + [121.35212687167115, 30.727376636158901], + [121.35212553691103, 30.727376994147793], + [121.35212416026479, 30.727377114919364] + ] + ] + } + }, + { + "attributes": { + "FID": 732, + "Entity": "Circle", + "Handle": "1A9354", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.9815653333899998e-5 + }, + "geometry": { + "paths": [ + [ + [121.35231023874076, 30.727466778218513], + [121.35230886195662, 30.727466658118836], + [121.352307526944, 30.727466300767681], + [121.35230627426662, 30.727465717022991], + [121.35230514198642, 30.727464924621547], + [121.35230416450716, 30.727463947640064], + [121.35230337152906, 30.727462815763641], + [121.35230278714637, 30.727461563383759], + [121.35230242911524, 30.727460228553351], + [121.35230230831428, 30.727458851830562], + [121.35230242841396, 30.727457475046421], + [121.3523027857651, 30.727456140033812], + [121.3523033695098, 30.727454887356426], + [121.35230416191125, 30.727453755076223], + [121.35230513889273, 30.727452777596966], + [121.35230627076915, 30.72745198461887], + [121.35230752314904, 30.727451400236173], + [121.35230885797944, 30.727451042205047], + [121.35231023470223, 30.727450921404085], + [121.35231161148637, 30.727451041503762], + [121.35231294649898, 30.727451398854917], + [121.35231419917636, 30.727451982599607], + [121.35231533145657, 30.727452775001051], + [121.35231630893583, 30.727453751982534], + [121.35231710191393, 30.727454883858957], + [121.35231768629662, 30.727456136238839], + [121.35231804432775, 30.727457471069247], + [121.35231816512871, 30.727458847792036], + [121.35231804502902, 30.727460224576177], + [121.35231768767788, 30.727461559588786], + [121.35231710393319, 30.727462812266172], + [121.35231631153174, 30.727463944546376], + [121.35231533455025, 30.727464922025632], + [121.35231420267384, 30.727465715003728], + [121.35231295029395, 30.727466299386425], + [121.35231161546355, 30.727466657417551], + [121.35231023874076, 30.727466778218513] + ] + ] + } + }, + { + "attributes": { + "FID": 733, + "Entity": "LWPolyline", + "Handle": "1A9401", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4000000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000362844817261 + }, + "geometry": { + "paths": [ + [ + [121.32195181484713, 30.740943025630258], + [121.32179653252024, 30.741050410048047], + [121.32162248392706, 30.741050410048047] + ] + ] + } + }, + { + "attributes": { + "FID": 734, + "Entity": "LWPolyline", + "Handle": "1A940B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 3.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063508819988199996 + }, + "geometry": { + "paths": [ + [ + [121.32762257722425, 30.75181493407581], + [121.32779297068919, 30.752061528728518], + [121.32812832091076, 30.752061528728518] + ] + ] + } + }, + { + "attributes": { + "FID": 735, + "Entity": "LWPolyline", + "Handle": "1A9414", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00042310502015500002 + }, + "geometry": { + "paths": [ + [ + [121.34090971038677, 30.747765987529419], + [121.34073942336909, 30.747870052618964], + [121.34051588590955, 30.747870052618964] + ] + ] + } + }, + { + "attributes": { + "FID": 736, + "Entity": "LWPolyline", + "Handle": "1A9426", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.3499999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00050674253168499998 + }, + "geometry": { + "paths": [ + [ + [121.34918365624981, 30.751244646518899], + [121.34898187244835, 30.751386333176924], + [121.34872168987204, 30.751386333176924] + ] + ] + } + }, + { + "attributes": { + "FID": 737, + "Entity": "LWPolyline", + "Handle": "1A944D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.6500000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00033643655062300001 + }, + "geometry": { + "paths": [ + [ + [121.36007378613067, 30.748892885683745], + [121.36013558744889, 30.74905562827189], + [121.3602979419702, 30.74905562827189] + ] + ] + } + }, + { + "attributes": { + "FID": 738, + "Entity": "LWPolyline", + "Handle": "1A9473", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.8200000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0054679474889500002 + }, + "geometry": { + "paths": [ + [ + [121.33751213284995, 30.732458621212572], + [121.33526535064811, 30.737443640718993] + ] + ] + } + }, + { + "attributes": { + "FID": 739, + "Entity": "LWPolyline", + "Handle": "1A95DC", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4400000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000116388686805 + }, + "geometry": { + "paths": [ + [ + [121.34927292181601, 30.763818139028444], + [121.3492057553849, 30.763913191629399] + ] + ] + } + }, + { + "attributes": { + "FID": 740, + "Entity": "LWPolyline", + "Handle": "1A95DD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00031141557989599998 + }, + "geometry": { + "paths": [ + [ + [121.3492057553849, 30.763913191629399], + [121.34945923447958, 30.764094100479269] + ] + ] + } + }, + { + "attributes": { + "FID": 741, + "Entity": "LWPolyline", + "Handle": "1A95DE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062532255926400001 + }, + "geometry": { + "paths": [ + [ + [121.34945923447958, 30.764094100479269], + [121.3489797569855, 30.764495510040433] + ] + ] + } + }, + { + "attributes": { + "FID": 742, + "Entity": "LWPolyline", + "Handle": "1A95DF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00070986528612999996 + }, + "geometry": { + "paths": [ + [ + [121.3489797569855, 30.764495510040433], + [121.34843347499555, 30.764948814256059] + ] + ] + } + }, + { + "attributes": { + "FID": 743, + "Entity": "LWPolyline", + "Handle": "1A95E0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00062829786959699998 + }, + "geometry": { + "paths": [ + [ + [121.34843347499555, 30.764948814256059], + [121.34795490717079, 30.765355915042164] + ] + ] + } + }, + { + "attributes": { + "FID": 744, + "Entity": "LWPolyline", + "Handle": "1A95E1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028539756804700001 + }, + "geometry": { + "paths": [ + [ + [121.34795490717079, 30.765355915042164], + [121.3477350693538, 30.765537912586296] + ] + ] + } + }, + { + "attributes": { + "FID": 745, + "Entity": "LWPolyline", + "Handle": "1A95EE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00017237596744199999 + }, + "geometry": { + "paths": [ + [ + [121.34795490717079, 30.765355915042164], + [121.34784537825544, 30.765222810230625] + ] + ] + } + }, + { + "attributes": { + "FID": 746, + "Entity": "LWPolyline", + "Handle": "1A95EF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 8.0367973631700001e-5 + }, + "geometry": { + "paths": [ + [ + [121.34790014222745, 30.765289364098862], + [121.34787412087826, 30.765280849984265], + [121.34790014222745, 30.765289364098862], + [121.34789600130171, 30.765264090790879] + ] + ] + } + }, + { + "attributes": { + "FID": 747, + "Entity": "LWPolyline", + "Handle": "1A9C0F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.10000000000000001, + "Shape_Leng": 0.00018196905651499999 + }, + "geometry": { + "paths": [ + [ + [121.35324160271193, 30.725358106916246], + [121.35331873194809, 30.725193292419135] + ] + ] + } + }, + { + "attributes": { + "FID": 748, + "Entity": "LWPolyline", + "Handle": "1AA8E1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 2.3801473834999999e-5 + }, + "geometry": { + "paths": [ + [ + [121.35460211339523, 30.746855733668781], + [121.35459357992659, 30.746877952806244] + ] + ] + } + }, + { + "attributes": { + "FID": 749, + "Entity": "LWPolyline", + "Handle": "1AA8F2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00098303077493699996 + }, + "geometry": { + "paths": [ + [ + [121.35459360218374, 30.746877892801422], + [121.35549140036164, 30.74727827753668] + ] + ] + } + }, + { + "attributes": { + "FID": 750, + "Entity": "LWPolyline", + "Handle": "1AA9FD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0014702175606 + }, + "geometry": { + "paths": [ + [ + [121.35549140036164, 30.74727827753668], + [121.35684977719211, 30.747840729367454] + ] + ] + } + }, + { + "attributes": { + "FID": 751, + "Entity": "LWPolyline", + "Handle": "1AAA82", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000231661816018 + }, + "geometry": { + "paths": [ + [ + [121.3505497004262, 30.745365303962899], + [121.35064371948829, 30.745153578638565] + ] + ] + } + }, + { + "attributes": { + "FID": 752, + "Entity": "LWPolyline", + "Handle": "1AAA91", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.0700000000000003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026624035308099998 + }, + "geometry": { + "paths": [ + [ + [121.35054885752834, 30.745365234281053], + [121.35044045796167, 30.745608408004045] + ] + ] + } + }, + { + "attributes": { + "FID": 753, + "Entity": "LWPolyline", + "Handle": "1AAB0A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0011246896438300001 + }, + "geometry": { + "paths": [ + [ + [121.35684967848283, 30.747840669362631], + [121.35793943700992, 30.748118793700996] + ] + ] + } + }, + { + "attributes": { + "FID": 754, + "Entity": "LWPolyline", + "Handle": "1AAB29", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0010543984160000001 + }, + "geometry": { + "paths": [ + [ + [121.3579395386223, 30.748118850802712], + [121.35897664477307, 30.748309026646893] + ] + ] + } + }, + { + "attributes": { + "FID": 755, + "Entity": "LWPolyline", + "Handle": "1AAB42", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0012208608137 + }, + "geometry": { + "paths": [ + [ + [121.35897664477307, 30.748309026646893], + [121.36017748348968, 30.748529225427774] + ] + ] + } + }, + { + "attributes": { + "FID": 756, + "Entity": "LWPolyline", + "Handle": "1AAB43", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000142697090936 + }, + "geometry": { + "paths": [ + [ + [121.35870293426342, 30.748522328409308], + [121.35872589952123, 30.748381491423061] + ] + ] + } + }, + { + "attributes": { + "FID": 757, + "Entity": "LWPolyline", + "Handle": "1AAB65", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000206120188624 + }, + "geometry": { + "paths": [ + [ + [121.35870293426342, 30.748522328409308], + [121.35867149651676, 30.748726037025335] + ] + ] + } + }, + { + "attributes": { + "FID": 758, + "Entity": "LWPolyline", + "Handle": "1AAB76", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.0598345159799999e-5 + }, + "geometry": { + "paths": [ + [ + [121.3586715952224, 30.748726094127051], + [121.35866542689473, 30.748766221142432] + ] + ] + } + }, + { + "attributes": { + "FID": 759, + "Entity": "LWPolyline", + "Handle": "1AAB77", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 1.0452086119e-5 + }, + "geometry": { + "paths": [ + [ + [121.35866883621929, 30.748744035881828], + [121.35867272069663, 30.748753739331733] + ] + ] + } + }, + { + "attributes": { + "FID": 760, + "Entity": "LWPolyline", + "Handle": "1AAB78", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 1.09183443381e-5 + }, + "geometry": { + "paths": [ + [ + [121.35866883621929, 30.748744035881828], + [121.35866191983223, 30.748752484185388] + ] + ] + } + }, + { + "attributes": { + "FID": 761, + "Entity": "LWPolyline", + "Handle": "1AAB89", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00029975164680599999 + }, + "geometry": { + "paths": [ + [ + [121.36017437900591, 30.748546158807585], + [121.36022836298071, 30.748556058708346], + [121.36024549571448, 30.748462623196247], + [121.36019151173605, 30.748452726205869], + [121.36017437900591, 30.748546158807585] + ] + ] + } + }, + { + "attributes": { + "FID": 762, + "Entity": "LWPolyline", + "Handle": "1AAB8A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000345212602153 + }, + "geometry": { + "paths": [ + [ + [121.36022836298071, 30.748556058708346], + [121.36018294343012, 30.748499442503089], + [121.36024549571448, 30.748462623196247], + [121.36019151173605, 30.748452726205869], + [121.36023692837989, 30.74850934240385], + [121.36017437900591, 30.748546158807585] + ] + ] + } + }, + { + "attributes": { + "FID": 763, + "Entity": "LWPolyline", + "Handle": "1AAB8B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.1532055210800003e-5 + }, + "geometry": { + "paths": [ + [ + [121.36018727210103, 30.748475837572187], + [121.36013683969577, 30.748465248652792] + ] + ] + } + }, + { + "attributes": { + "FID": 764, + "Entity": "LWPolyline", + "Handle": "1AAB9D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00028296943808400001 + }, + "geometry": { + "paths": [ + [ + [121.36013674099013, 30.748465191551077], + [121.36018071087165, 30.748185659169394] + ] + ] + } + }, + { + "attributes": { + "FID": 765, + "Entity": "LWPolyline", + "Handle": "1AAB9E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.2124418808699998e-5 + }, + "geometry": { + "paths": [ + [ + [121.36015872592907, 30.748325423905044], + [121.36017420384815, 30.748375197283167] + ] + ] + } + }, + { + "attributes": { + "FID": 766, + "Entity": "LWPolyline", + "Handle": "1AAB9F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.2772010430900002e-5 + }, + "geometry": { + "paths": [ + [ + [121.36015872592907, 30.748325423905044], + [121.36012487562039, 30.748365908984852] + ] + ] + } + }, + { + "attributes": { + "FID": 767, + "Entity": "LWPolyline", + "Handle": "1AABA0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.4994289875899999e-5 + }, + "geometry": { + "paths": [ + [ + [121.35989455146046, 30.748477343367995], + [121.35984116360487, 30.748490538397164] + ] + ] + } + }, + { + "attributes": { + "FID": 768, + "Entity": "LWPolyline", + "Handle": "1AABA1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.6737917113700001e-5 + }, + "geometry": { + "paths": [ + [ + [121.35989455146046, 30.748477343367995], + [121.35984908158935, 30.748443406926526] + ] + ] + } + }, + { + "attributes": { + "FID": 769, + "Entity": "LWPolyline", + "Handle": "1AABAA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.7562117441199997e-5 + }, + "geometry": { + "paths": [ + [ + [121.36020137099331, 30.748551108765241], + [121.36019712748748, 30.748598481208319] + ] + ] + } + }, + { + "attributes": { + "FID": 770, + "Entity": "LWPolyline", + "Handle": "1AABB8", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.2124409700400001e-5 + }, + "geometry": { + "paths": [ + [ + [121.36008812889122, 30.748795229890675], + [121.36010360679938, 30.748845003261522] + ] + ] + } + }, + { + "attributes": { + "FID": 771, + "Entity": "LWPolyline", + "Handle": "1AABB9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.2772628829800001e-5 + }, + "geometry": { + "paths": [ + [ + [121.36008812889122, 30.748795229890675], + [121.36005427761847, 30.748835714970483] + ] + ] + } + }, + { + "attributes": { + "FID": 772, + "Entity": "LWPolyline", + "Handle": "1AABBA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.6682752669300003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.4276219244499997e-5 + }, + "geometry": { + "paths": [ + [ + [121.36035438108229, 30.748623526109441], + [121.36039109588455, 30.748648272965511] + ] + ] + } + }, + { + "attributes": { + "FID": 773, + "Entity": "LWPolyline", + "Handle": "1AABBB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.6682752669300003, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.5206659036000001e-5 + }, + "geometry": { + "paths": [ + [ + [121.36035438108229, 30.748623526109441], + [121.3603977006569, 30.748610601076507] + ] + ] + } + }, + { + "attributes": { + "FID": 774, + "Entity": "LWPolyline", + "Handle": "1AAC0C", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000317107131674 + }, + "geometry": { + "paths": [ + [ + [121.35688353556543, 30.748102323865169], + [121.35679288420579, 30.748406197628356] + ] + ] + } + }, + { + "attributes": { + "FID": 775, + "Entity": "LWPolyline", + "Handle": "1AAC1D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000301252338722 + }, + "geometry": { + "paths": [ + [ + [121.35679288420579, 30.748406197628356], + [121.35708156553665, 30.748492314181931] + ] + ] + } + }, + { + "attributes": { + "FID": 776, + "Entity": "LWPolyline", + "Handle": "1AAC2E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012684351678 + }, + "geometry": { + "paths": [ + [ + [121.35708156553665, 30.748492314181931], + [121.35704530460134, 30.748613864263461] + ] + ] + } + }, + { + "attributes": { + "FID": 777, + "Entity": "LWPolyline", + "Handle": "1AAC48", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00029974739132999998 + }, + "geometry": { + "paths": [ + [ + [121.35699458672389, 30.748698741161206], + [121.35704766103299, 30.74871271232405], + [121.35707183982231, 30.748620850332372], + [121.3570187655132, 30.748606878216378], + [121.35699458672389, 30.748698741161206] + ] + ] + } + }, + { + "attributes": { + "FID": 778, + "Entity": "LWPolyline", + "Handle": "1AAC49", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00034520346146300001 + }, + "geometry": { + "paths": [ + [ + [121.35704766103299, 30.74871271232405], + [121.35700667757192, 30.748652810660133], + [121.35707183982231, 30.748620850332372], + [121.3570187655132, 30.748606878216378], + [121.35705975188102, 30.74866677987302], + [121.35699458672389, 30.748698741161206] + ] + ] + } + }, + { + "attributes": { + "FID": 779, + "Entity": "LWPolyline", + "Handle": "1AAF85", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1200000000000001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026235165716 + }, + "geometry": { + "paths": [ + [ + [121.33660470960604, 30.739278156361252], + [121.33649763582798, 30.739517663350853] + ] + ] + } + }, + { + "attributes": { + "FID": 780, + "Entity": "LWPolyline", + "Handle": "1AAF86", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 8.0967619615499994e-5 + }, + "geometry": { + "paths": [ + [ + [121.33667443568265, 30.739169705506356], + [121.33671011888146, 30.739097024939838] + ] + ] + } + }, + { + "attributes": { + "FID": 781, + "Entity": "LWPolyline", + "Handle": "1AAF87", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.1535459878899997e-5 + }, + "geometry": { + "paths": [ + [ + [121.33669227873543, 30.739133365219459], + [121.33669155293683, 30.739120445992739], + [121.33669227873543, 30.739133365219459], + [121.33670523860565, 30.739124581123178] + ] + ] + } + }, + { + "attributes": { + "FID": 782, + "Entity": "LWPolyline", + "Handle": "1AAF90", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00025805112187800002 + }, + "geometry": { + "paths": [ + [ + [121.33950479143823, 30.740521530795377], + [121.33940798820913, 30.740760736807715] + ] + ] + } + }, + { + "attributes": { + "FID": 783, + "Entity": "LWPolyline", + "Handle": "1AAFA1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00013875482029800001 + }, + "geometry": { + "paths": [ + [ + [121.34244155323177, 30.741777066701616], + [121.34249555947099, 30.741649253453943] + ] + ] + } + }, + { + "attributes": { + "FID": 784, + "Entity": "LWPolyline", + "Handle": "1AAFA2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1399999999999997, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00025789576498300002 + }, + "geometry": { + "paths": [ + [ + [121.34243962260371, 30.741779016680084], + [121.34234163583824, 30.742017572374607] + ] + ] + } + }, + { + "attributes": { + "FID": 785, + "Entity": "LWPolyline", + "Handle": "1ABA41", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000332961774817 + }, + "geometry": { + "paths": [ + [ + [121.32824802261894, 30.717362991825212], + [121.32811029689401, 30.717059849666839] + ] + ] + } + }, + { + "attributes": { + "FID": 786, + "Entity": "LWPolyline", + "Handle": "1ABA4A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026954032208199998 + }, + "geometry": { + "paths": [ + [ + [121.32811029689401, 30.717059849666839], + [121.3278643564372, 30.716949553352606] + ] + ] + } + }, + { + "attributes": { + "FID": 787, + "Entity": "LWPolyline", + "Handle": "1ABA53", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00024382514614600001 + }, + "geometry": { + "paths": [ + [ + [121.3278643564372, 30.716949553352606], + [121.32766739968065, 30.717093284831208] + ] + ] + } + }, + { + "attributes": { + "FID": 788, + "Entity": "LWPolyline", + "Handle": "1ABA64", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.6761624773200001, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00022912032073999999 + }, + "geometry": { + "paths": [ + [ + [121.32713930815225, 30.718228299352631], + [121.32692648542798, 30.718143431164208] + ] + ] + } + }, + { + "attributes": { + "FID": 789, + "Entity": "LWPolyline", + "Handle": "1ABB23", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4800000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00038398071617900002 + }, + "geometry": { + "paths": [ + [ + [121.33890912026254, 30.722374792356277], + [121.33925345296666, 30.722544722280873] + ] + ] + } + }, + { + "attributes": { + "FID": 790, + "Entity": "LWPolyline", + "Handle": "1ABB25", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4800000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000532843417302 + }, + "geometry": { + "paths": [ + [ + [121.33925345296666, 30.722544722280873], + [121.33976422305568, 30.722696498509322] + ] + ] + } + }, + { + "attributes": { + "FID": 791, + "Entity": "LWPolyline", + "Handle": "1ABB46", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00058664859509000001 + }, + "geometry": { + "paths": [ + [ + [121.33976422305568, 30.722697570759919], + [121.33959471989874, 30.723259198086453] + ] + ] + } + }, + { + "attributes": { + "FID": 792, + "Entity": "LWPolyline", + "Handle": "1ABB4F", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063609221300500003 + }, + "geometry": { + "paths": [ + [ + [121.33959471989874, 30.723259198086453], + [121.33944870167034, 30.723878303877427] + ] + ] + } + }, + { + "attributes": { + "FID": 793, + "Entity": "LWPolyline", + "Handle": "1ABB50", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00066592262037900001 + }, + "geometry": { + "paths": [ + [ + [121.33944940908987, 30.723875307776325], + [121.33930518309717, 30.724525424535386] + ] + ] + } + }, + { + "attributes": { + "FID": 794, + "Entity": "LWPolyline", + "Handle": "1ABB59", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421314266099999 + }, + "geometry": { + "paths": [ + [ + [121.33930518309717, 30.724525424535386], + [121.33916782510641, 30.725144584524969] + ] + ] + } + }, + { + "attributes": { + "FID": 795, + "Entity": "LWPolyline", + "Handle": "1ABB62", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00061835779428400005 + }, + "geometry": { + "paths": [ + [ + [121.33916782510641, 30.725144584524969], + [121.33903390160049, 30.72574826561322] + ] + ] + } + }, + { + "attributes": { + "FID": 796, + "Entity": "LWPolyline", + "Handle": "1ABB6B", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060260129639899999 + }, + "geometry": { + "paths": [ + [ + [121.33903390160049, 30.72574826561322], + [121.33889280816584, 30.726334116247017] + ] + ] + } + }, + { + "attributes": { + "FID": 797, + "Entity": "LWPolyline", + "Handle": "1ABB74", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00060982883450200003 + }, + "geometry": { + "paths": [ + [ + [121.33889280816584, 30.726334116247017], + [121.33888087215018, 30.726943828260119] + ] + ] + } + }, + { + "attributes": { + "FID": 798, + "Entity": "LWPolyline", + "Handle": "1ABB75", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00054555058723100005 + }, + "geometry": { + "paths": [ + [ + [121.33888171504805, 30.726943828260119], + [121.33871617282421, 30.72746365632338] + ] + ] + } + }, + { + "attributes": { + "FID": 799, + "Entity": "LWPolyline", + "Handle": "1ABB7E", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00021589029475000001 + }, + "geometry": { + "paths": [ + [ + [121.33871617282421, 30.72746365632338], + [121.33865066508224, 30.727669368148781] + ] + ] + } + }, + { + "attributes": { + "FID": 800, + "Entity": "LWPolyline", + "Handle": "1ABB87", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00101474022383 + }, + "geometry": { + "paths": [ + [ + [121.33864994896066, 30.727669368148781], + [121.33832420058388, 30.728630401819828] + ] + ] + } + }, + { + "attributes": { + "FID": 801, + "Entity": "LWPolyline", + "Handle": "1ABB99", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 5.6805954392300001e-5 + }, + "geometry": { + "paths": [ + [ + [121.33827925425794, 30.728750349335314], + [121.33828049779549, 30.728807141676953] + ] + ] + } + }, + { + "attributes": { + "FID": 802, + "Entity": "LWPolyline", + "Handle": "1ABB9A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 6.6761240347199994e-5 + }, + "geometry": { + "paths": [ + [ + [121.33827925425794, 30.728750349335314], + [121.33822556543601, 30.728790030232631] + ] + ] + } + }, + { + "attributes": { + "FID": 803, + "Entity": "LWPolyline", + "Handle": "1ABDCF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 6.1231332868099997e-5 + }, + "geometry": { + "paths": [ + [ + [121.34652953230398, 30.750046735200158], + [121.34655651751382, 30.749991770899214] + ] + ] + } + }, + { + "attributes": { + "FID": 804, + "Entity": "LWPolyline", + "Handle": "1ABDD6", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 1.6094669869799999e-5 + }, + "geometry": { + "paths": [ + [ + [121.34654098250758, 30.750023406071705], + [121.34655614977601, 30.750018021615688] + ] + ] + } + }, + { + "attributes": { + "FID": 805, + "Entity": "LWPolyline", + "Handle": "1ABDD7", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 1.51770675993e-5 + }, + "geometry": { + "paths": [ + [ + [121.34654098250758, 30.750023406071705], + [121.34653791285746, 30.750008542672731] + ] + ] + } + }, + { + "attributes": { + "FID": 806, + "Entity": "LWPolyline", + "Handle": "1AC952", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0148812906392 + }, + "geometry": { + "paths": [ + [ + [121.34801373948721, 30.731316880948725], + [121.36126664879703, 30.738085426281032] + ] + ] + } + }, + { + "attributes": { + "FID": 807, + "Entity": "LWPolyline", + "Handle": "1AC953", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 4.9900000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0101584430685 + }, + "geometry": { + "paths": [ + [ + [121.36126664879703, 30.738085426281032], + [121.36018071087165, 30.748185659169394] + ] + ] + } + }, + { + "attributes": { + "FID": 808, + "Entity": "LWPolyline", + "Handle": "1AC954", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0095171745624499995 + }, + "geometry": { + "paths": [ + [ + [121.33847542617877, 30.726191698959155], + [121.34714495392836, 30.73011800769018] + ] + ] + } + }, + { + "attributes": { + "FID": 809, + "Entity": "LWPolyline", + "Handle": "1AC955", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00054082093252999996 + }, + "geometry": { + "paths": [ + [ + [121.33847542617877, 30.726191698959155], + [121.33831108201048, 30.726706944798934] + ] + ] + } + }, + { + "attributes": { + "FID": 810, + "Entity": "LWPolyline", + "Handle": "1AC968", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0041443629555499998 + }, + "geometry": { + "paths": [ + [ + [121.33847542617877, 30.726191698959155], + [121.33940462050305, 30.722152844886295] + ] + ] + } + }, + { + "attributes": { + "FID": 811, + "Entity": "LWPolyline", + "Handle": "1AC971", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 8, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0017656245901 + }, + "geometry": { + "paths": [ + [ + [121.33940462050305, 30.722152844886295], + [121.33969337149756, 30.720410991547396] + ] + ] + } + }, + { + "attributes": { + "FID": 812, + "Entity": "LWPolyline", + "Handle": "1ACA92", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00696510623988 + }, + "geometry": { + "paths": [ + [ + [121.33988615635826, 30.747340332403837], + [121.33929413450096, 30.747092495192192], + [121.33871052900577, 30.746832993900171], + [121.33813691437899, 30.746598065263242], + [121.33754222932475, 30.746358970543952], + [121.33695366613392, 30.746107533363102], + [121.33637034612912, 30.745859048729471], + [121.33579099187773, 30.745618618537264], + [121.33519979646735, 30.745368579729984], + [121.3346156548505, 30.74512646956282], + [121.33403479481422, 30.744882836173929], + [121.33346779560452, 30.744636095398164] + ] + ] + } + }, + { + "attributes": { + "FID": 813, + "Entity": "LWPolyline", + "Handle": "1ACA99", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.0599999999999996, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00053440490003700005 + }, + "geometry": { + "paths": [ + [ + [121.33988472315104, 30.747343424314749], + [121.33967806197688, 30.747836252638081] + ] + ] + } + }, + { + "attributes": { + "FID": 814, + "Entity": "LWPolyline", + "Handle": "1ACB39", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.0021998564724399999 + }, + "geometry": { + "paths": [ + [ + [121.33346779560452, 30.744636095398164], + [121.33148662302847, 30.743679892635555] + ] + ] + } + }, + { + "attributes": { + "FID": 815, + "Entity": "LWPolyline", + "Handle": "1ACB40", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00011098552072200001 + }, + "geometry": { + "paths": [ + [ + [121.33988615635826, 30.747337738888746], + [121.3399290172274, 30.747235363443906] + ] + ] + } + }, + { + "attributes": { + "FID": 816, + "Entity": "LWPolyline", + "Handle": "1ACB52", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00056981339549100004 + }, + "geometry": { + "paths": [ + [ + [121.33637034612912, 30.745859048729471], + [121.33614746479725, 30.746383463847451] + ] + ] + } + }, + { + "attributes": { + "FID": 817, + "Entity": "LWPolyline", + "Handle": "1ACB5D", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000110989325183 + }, + "geometry": { + "paths": [ + [ + [121.33641288860599, 30.74575654072396], + [121.33636947420018, 30.745858686794236] + ] + ] + } + }, + { + "attributes": { + "FID": 818, + "Entity": "LWPolyline", + "Handle": "1ACB76", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00036823096545900001 + }, + "geometry": { + "paths": [ + [ + [121.33641288860599, 30.74575654072396], + [121.33656709771822, 30.745422155327105] + ] + ] + } + }, + { + "attributes": { + "FID": 819, + "Entity": "LWPolyline", + "Handle": "1ACB77", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.4185699708400003e-5 + }, + "geometry": { + "paths": [ + [ + [121.33645417303705, 30.745667018709355], + [121.3364957487538, 30.745652057565167] + ] + ] + } + }, + { + "attributes": { + "FID": 820, + "Entity": "LWPolyline", + "Handle": "1ACB78", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 4.11702240162e-5 + }, + "geometry": { + "paths": [ + [ + [121.33645417303705, 30.745667018709355], + [121.33644023284796, 30.745628280375968] + ] + ] + } + }, + { + "attributes": { + "FID": 821, + "Entity": "LWPolyline", + "Handle": "1ACB82", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00056981401226400001 + }, + "geometry": { + "paths": [ + [ + [121.3346156548505, 30.74512646956282], + [121.33439276964418, 30.745650883705821] + ] + ] + } + }, + { + "attributes": { + "FID": 822, + "Entity": "LWPolyline", + "Handle": "1ACB84", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00011098895478100001 + }, + "geometry": { + "paths": [ + [ + [121.33465819442426, 30.745023961542756], + [121.33461478098252, 30.745126107620308] + ] + ] + } + }, + { + "attributes": { + "FID": 823, + "Entity": "LWPolyline", + "Handle": "1ACBF2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.21, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00026462853051499997 + }, + "geometry": { + "paths": [ + [ + [121.35684977719211, 30.747840729367454], + [121.35688326363379, 30.748103230638662] + ] + ] + } + }, + { + "attributes": { + "FID": 824, + "Entity": "LWPolyline", + "Handle": "1AE6F9", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000307615918924 + }, + "geometry": { + "paths": [ + [ + [121.3326094770382, 30.754743758530822], + [121.33239369692456, 30.754962999257259] + ] + ] + } + }, + { + "attributes": { + "FID": 825, + "Entity": "LWPolyline", + "Handle": "1AE6FA", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 3.62466944669e-5 + }, + "geometry": { + "paths": [ + [ + [121.33252853880549, 30.754825993528357], + [121.33252186532263, 30.754861620589509] + ] + ] + } + }, + { + "attributes": { + "FID": 826, + "Entity": "LWPolyline", + "Handle": "1AE6FB", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.1699999999999999, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 3.3970921666600002e-5 + }, + "geometry": { + "paths": [ + [ + [121.33252853880549, 30.754825993528357], + [121.33249614783927, 30.754836233099923] + ] + ] + } + }, + { + "attributes": { + "FID": 827, + "Entity": "LWPolyline", + "Handle": "1B0D82", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 252, + "Linetype": "CONTINUOUS", + "Elevation": 4.4000000000000004, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00063421330809800003 + }, + "geometry": { + "paths": [ + [ + [121.32195171323838, 30.740942965639988], + [121.32258215890761, 30.741011993013672] + ] + ] + } + }, + { + "attributes": { + "FID": 828, + "Entity": "LWPolyline", + "Handle": "1B13AD", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.04, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00038172710083599998 + }, + "geometry": { + "paths": [ + [ + [121.34085805380164, 30.763044814455498], + [121.34053970083551, 30.762834179775382] + ] + ] + } + }, + { + "attributes": { + "FID": 829, + "Entity": "LWPolyline", + "Handle": "1B13AE", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00012908418398800001 + }, + "geometry": { + "paths": [ + [ + [121.34049899317688, 30.762822427626816], + [121.34053392250644, 30.762843677104684], + [121.34054621754331, 30.762823467950511], + [121.34051129111685, 30.762802215569536], + [121.34049899317688, 30.762822427626816] + ] + ] + } + }, + { + "attributes": { + "FID": 830, + "Entity": "LWPolyline", + "Handle": "1B13AF", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.00014872285278700001 + }, + "geometry": { + "paths": [ + [ + [121.34049899317688, 30.762822427626816], + [121.34052875384805, 30.762812841268897], + [121.34053392250644, 30.762843677104684], + [121.34054621754331, 30.762823467950511], + [121.34051645687214, 30.762833054293878], + [121.34051129111685, 30.762802215569536] + ] + ] + } + }, + { + "attributes": { + "FID": 831, + "Entity": "LWPolyline", + "Handle": "1B13B0", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 7.6286134060900003e-5 + }, + "geometry": { + "paths": [ + [ + [121.34050514214687, 30.762812321605452], + [121.34043997021217, 30.762772670714185] + ] + ] + } + }, + { + "attributes": { + "FID": 832, + "Entity": "LWPolyline", + "Handle": "1B13B1", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 1.23623106111e-5 + }, + "geometry": { + "paths": [ + [ + [121.34048040787457, 30.762797271432646], + [121.34046804703394, 30.762797462070012] + ] + ] + } + }, + { + "attributes": { + "FID": 833, + "Entity": "LWPolyline", + "Handle": "1B13B2", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 1.3771730436000001e-5 + }, + "geometry": { + "paths": [ + [ + [121.34048040787457, 30.762797271432646], + [121.34047442729207, 30.762784866063157] + ] + ] + } + }, + { + "attributes": { + "FID": 834, + "Entity": "Line", + "Handle": "1B2249", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 6, + "Linetype": "CONTINUOUS", + "Elevation": 4.4500000000000002, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0, + "Shape_Leng": 0.000191884234007 + }, + "geometry": { + "paths": [ + [ + [121.33025746943167, 30.718303412810201], + [121.33033642864757, 30.718128527129011] + ] + ] + } + }, + { + "attributes": { + "FID": 835, + "Entity": "LWPolyline", + "Handle": "1B3575", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 4, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.20000000000000001, + "Shape_Leng": 0.00013041360730799999 + }, + "geometry": { + "paths": [ + [ + [121.34957130369366, 30.728182383369131], + [121.34968635255063, 30.728243795660092] + ] + ] + } + }, + { + "attributes": { + "FID": 836, + "Entity": "LWPolyline", + "Handle": "1B3578", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 4, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.20000000000000001, + "Shape_Leng": 0.00031126699663799998 + }, + "geometry": { + "paths": [ + [ + [121.3497026646437, 30.728239775708062], + [121.34981365192652, 30.727948968269629] + ] + ] + } + }, + { + "attributes": { + "FID": 837, + "Entity": "LWPolyline", + "Handle": "1B357A", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 4, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.20000000000000001, + "Shape_Leng": 9.9603290284600002e-5 + }, + "geometry": { + "paths": [ + [ + [121.34982227442379, 30.727928122352751], + [121.34986680559814, 30.727839028077142] + ] + ] + } + }, + { + "attributes": { + "FID": 838, + "Entity": "LWPolyline", + "Handle": "1B3589", + "Layer": "WS_LINE", + "LyrFrzn": 0, + "LyrOn": 1, + "Color": 4, + "Linetype": "CONTINUOUS", + "Elevation": 0, + "LineWt": 25, + "RefName": " ", + "DocUpdate": 1773014400000, + "DocId": 1.0892211039600001e19, + "GlobalWidt": 0.20000000000000001, + "Shape_Leng": 6.4287122775999995e-5 + }, + "geometry": { + "paths": [ + [ + [121.34969156282023, 30.728259295836324], + [121.34966647629335, 30.728318486209901] + ] + ] + } + } + ]} \ No newline at end of file diff --git a/src/main/webapp/jsp/z_bigScreen/pipeline_data.geojson b/src/main/webapp/jsp/z_bigScreen/pipeline_data.geojson deleted file mode 100644 index 7c85e564..00000000 --- a/src/main/webapp/jsp/z_bigScreen/pipeline_data.geojson +++ /dev/null @@ -1,2147 +0,0 @@ -{ - "type": "FeatureCollection", - "features": [ - { - "type": "Feature", - "properties": { - "id": 0, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32997516789344, - 30.735124855265017 - ], - [ - 121.32899861042308, - 30.74008593220635 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 1, - "type": "污水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34425319975486, - 30.738795782883006 - ], - [ - 121.34474299906057, - 30.733911856922735 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 2, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34271578247082, - 30.75546329190675 - ], - [ - 121.3462144030574, - 30.75524158081323 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 3, - "type": "污水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35184560585284, - 30.741555170197664 - ], - [ - 121.35634202849175, - 30.742735950005034 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 4, - "type": "污水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34616585512937, - 30.724257238492296 - ], - [ - 121.35099663191714, - 30.728371631533562 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 5, - "type": "雨水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33382241122072, - 30.724157289157073 - ], - [ - 121.33103731800621, - 30.720223288693784 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 6, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32704549271334, - 30.74433359117595 - ], - [ - 121.33146486274404, - 30.745625084109204 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 7, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33159416826078, - 30.751066276743508 - ], - [ - 121.33197949204805, - 30.746820150759792 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 8, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33960716918934, - 30.73013419635845 - ], - [ - 121.3395765803956, - 30.73015903569686 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 9, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33698750577076, - 30.74173043554858 - ], - [ - 121.33794854542937, - 30.740687032952913 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 10, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34487581058332, - 30.731662326494227 - ], - [ - 121.3450228019998, - 30.733692044033585 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 11, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35214191262111, - 30.740400776447267 - ], - [ - 121.35369360499801, - 30.741736291860242 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 12, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33711916545224, - 30.72558440323145 - ], - [ - 121.33577123272667, - 30.72452436931646 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 13, - "type": "污水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33990976624986, - 30.73892709046757 - ], - [ - 121.34237931867675, - 30.741866326692865 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 14, - "type": "污水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34183164643372, - 30.74761318945858 - ], - [ - 121.34494993251448, - 30.74884862909062 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 15, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35772192669809, - 30.72195951578481 - ], - [ - 121.35655817417125, - 30.71816387107134 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 16, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35241948005691, - 30.74566136696642 - ], - [ - 121.34858424358292, - 30.74467825376345 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 17, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32076474369744, - 30.720231741072638 - ], - [ - 121.32333123478429, - 30.724574477301438 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 18, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3339966097046, - 30.74668724301329 - ], - [ - 121.33031498794165, - 30.745286373930565 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 19, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35310693354825, - 30.724805673285395 - ], - [ - 121.34913224172844, - 30.72478066136799 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 20, - "type": "污水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32048324290753, - 30.75509807377599 - ], - [ - 121.3202756716371, - 30.75675159029374 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 21, - "type": "污水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32990077892144, - 30.733264176892888 - ], - [ - 121.32813095755398, - 30.73370819280576 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 22, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32342257653589, - 30.72242732063248 - ], - [ - 121.32399836882627, - 30.7200150953406 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 23, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33603024235325, - 30.75074514048703 - ], - [ - 121.33674203767035, - 30.747738506249707 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 24, - "type": "雨水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34036178572705, - 30.72865554216814 - ], - [ - 121.34302220261877, - 30.72696936569519 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 25, - "type": "污水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33568305013478, - 30.74758169937085 - ], - [ - 121.33957452916908, - 30.74836755892874 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 26, - "type": "污水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3222964596751, - 30.748518597998036 - ], - [ - 121.3194405896165, - 30.747421024823435 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 27, - "type": "污水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3285424670239, - 30.755496267527946 - ], - [ - 121.32895348083112, - 30.7600709521623 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 28, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3497733985134, - 30.722795460197254 - ], - [ - 121.3547485830891, - 30.72200706064529 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 29, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32845948831178, - 30.726418520231096 - ], - [ - 121.32385853435392, - 30.722263803754775 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 30, - "type": "污水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33512226429332, - 30.735840378055475 - ], - [ - 121.33833226509665, - 30.7387725325748 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 31, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32365766964587, - 30.737953809869772 - ], - [ - 121.32843581594197, - 30.733057113706735 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 32, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32788495949016, - 30.73199225230026 - ], - [ - 121.3304246070084, - 30.72852153900381 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 33, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32822732117548, - 30.730448473251116 - ], - [ - 121.3292285420418, - 30.73110439530128 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 34, - "type": "污水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33479799003618, - 30.73370809961117 - ], - [ - 121.33314653411188, - 30.735537142850593 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 35, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34338750871547, - 30.739119407840807 - ], - [ - 121.34063169134731, - 30.741175963549423 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 36, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3228595511921, - 30.74237328632129 - ], - [ - 121.32047244223853, - 30.740494349444795 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 37, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35483433206268, - 30.754016536358957 - ], - [ - 121.35880600517741, - 30.752341459171245 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 38, - "type": "雨水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34531597965272, - 30.758611884441745 - ], - [ - 121.34382236122428, - 30.75431942940909 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 39, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32440960673881, - 30.72179414488746 - ], - [ - 121.32112588700487, - 30.724867896730725 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 40, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33250302437646, - 30.73181534739664 - ], - [ - 121.33325494595127, - 30.73499890781399 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 41, - "type": "污水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33973243787236, - 30.720784500248875 - ], - [ - 121.33819662184682, - 30.716173252863694 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 42, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32128996263395, - 30.737890619529026 - ], - [ - 121.31860321085584, - 30.736125593803397 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 43, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33034617045271, - 30.75603634093246 - ], - [ - 121.32805843318178, - 30.751148794190037 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 44, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34751346032172, - 30.742927216255953 - ], - [ - 121.34386603633935, - 30.739380139771605 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 45, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32254430441948, - 30.74813740307737 - ], - [ - 121.32016643422249, - 30.752423746060305 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 46, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34916318843246, - 30.729823039704062 - ], - [ - 121.3537289321647, - 30.72751758158481 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 47, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35788159584604, - 30.742937046440865 - ], - [ - 121.35962049435905, - 30.74760894765303 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 48, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32346676368469, - 30.74682789039911 - ], - [ - 121.32479480894663, - 30.75129733392222 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 49, - "type": "雨水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35212090938566, - 30.74330748539693 - ], - [ - 121.35596289095164, - 30.744678598255867 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 50, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35795615680378, - 30.73469758459147 - ], - [ - 121.35668699504426, - 30.737395477695557 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 51, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3331117325586, - 30.747311095539526 - ], - [ - 121.3333497440157, - 30.745661575724853 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 52, - "type": "污水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35477995879273, - 30.730035737613004 - ], - [ - 121.35662026554459, - 30.73389695756114 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 53, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32022564790728, - 30.756293183799343 - ], - [ - 121.31629144186215, - 30.75468514313618 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 54, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33040618821565, - 30.726902396130765 - ], - [ - 121.3300300734864, - 30.731468529966076 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 55, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32489516840651, - 30.727636035058055 - ], - [ - 121.32149741519837, - 30.72722269642617 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 56, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34328620204886, - 30.72378482765177 - ], - [ - 121.33948412615807, - 30.720594981564375 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 57, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32476845522949, - 30.747136949472317 - ], - [ - 121.32817673392393, - 30.747339567116466 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 58, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35127320456687, - 30.742103325612636 - ], - [ - 121.35420350665748, - 30.737736603907415 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 59, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3372017541581, - 30.72946122056077 - ], - [ - 121.33287936749359, - 30.733986861605636 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 60, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32888185268978, - 30.74698939189692 - ], - [ - 121.32973256833463, - 30.74841248451677 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 61, - "type": "污水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32686596518234, - 30.74221905140888 - ], - [ - 121.32723969127986, - 30.74120872690792 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 62, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32004271765975, - 30.746987478414834 - ], - [ - 121.32234533817339, - 30.74826880031354 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 63, - "type": "污水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35526431420577, - 30.7304195679174 - ], - [ - 121.35435079648623, - 30.733980203891477 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 64, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34269609820335, - 30.7345729799461 - ], - [ - 121.34392492940626, - 30.736158275643035 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 65, - "type": "雨水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32420157830842, - 30.72553765451568 - ], - [ - 121.32013345542174, - 30.724419433642293 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 66, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34030752206296, - 30.72517203305306 - ], - [ - 121.33822323217267, - 30.727505374666585 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 67, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3332301624406, - 30.73407503018737 - ], - [ - 121.33184602018592, - 30.73437618564089 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 68, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34604205661732, - 30.74108318906244 - ], - [ - 121.34111067244837, - 30.741885642910262 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 69, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32944414158301, - 30.746915762335433 - ], - [ - 121.32493414136866, - 30.74818624845329 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 70, - "type": "雨水", - "diameter": 600 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32034613547636, - 30.731875502345616 - ], - [ - 121.32322402597943, - 30.732355108781803 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 71, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35707534075365, - 30.73683666374198 - ], - [ - 121.35393188555867, - 30.733910909484383 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 72, - "type": "雨水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33723407776648, - 30.72556786604376 - ], - [ - 121.34149036156153, - 30.721539950855224 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 73, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35708471430277, - 30.722878283340204 - ], - [ - 121.36130952618413, - 30.723199539814136 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 74, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34765044214242, - 30.73174636819654 - ], - [ - 121.34432492355401, - 30.736299680955348 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 75, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35450842207676, - 30.757156604524113 - ], - [ - 121.35206959246351, - 30.75649683327568 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 76, - "type": "雨水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32455490396322, - 30.746935756791387 - ], - [ - 121.32201316945996, - 30.742374787439083 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 77, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3216096240323, - 30.755654466937433 - ], - [ - 121.31678431679916, - 30.755902315446615 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 78, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33243044920277, - 30.755058116681425 - ], - [ - 121.33032450015565, - 30.753406917817216 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 79, - "type": "雨水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33106314655265, - 30.727589952093417 - ], - [ - 121.33011792544882, - 30.725999962431647 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 80, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34795244700882, - 30.725567959187707 - ], - [ - 121.35214432422694, - 30.72215452501212 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 81, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32922626062206, - 30.73280472746477 - ], - [ - 121.32797433087069, - 30.734665162034318 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 82, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35612962117425, - 30.75512089458078 - ], - [ - 121.3568519646, - 30.758916390301223 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 83, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34726272669798, - 30.741338420151152 - ], - [ - 121.35030099588238, - 30.743224270529765 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 84, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35180064955176, - 30.72236911792914 - ], - [ - 121.34902096189228, - 30.722223835536397 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 85, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35937989131537, - 30.7467829066852 - ], - [ - 121.36310669361784, - 30.74455452324882 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 86, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3210885501629, - 30.746499447099023 - ], - [ - 121.32559075167246, - 30.744385346732283 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 87, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33493542882908, - 30.745244953430554 - ], - [ - 121.33671204698327, - 30.742238121128572 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 88, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34467390032172, - 30.72099282152663 - ], - [ - 121.3486999884246, - 30.717121046842298 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 89, - "type": "污水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35105004418044, - 30.73868623827366 - ], - [ - 121.35389323160341, - 30.733848490142297 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 90, - "type": "雨水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33125631211385, - 30.752091090624695 - ], - [ - 121.33324967765512, - 30.75399434180541 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 91, - "type": "污水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34776453230255, - 30.750439310479386 - ], - [ - 121.34373838925256, - 30.74694347420574 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 92, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33088800616432, - 30.721280600516 - ], - [ - 121.33276861971915, - 30.72339569166757 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 93, - "type": "污水", - "diameter": 500 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35695796276781, - 30.738919881098838 - ], - [ - 121.36051350298014, - 30.737123442330645 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 94, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34757117648483, - 30.75773866745277 - ], - [ - 121.34504631001694, - 30.75316856687455 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 95, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.35968607215112, - 30.72112182956831 - ], - [ - 121.3595211633894, - 30.725942732546905 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 96, - "type": "雨水", - "diameter": 300 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3291298789933, - 30.730984974454454 - ], - [ - 121.32663068751239, - 30.729656677028053 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 97, - "type": "污水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.3513617996443, - 30.74664697317373 - ], - [ - 121.35106160455024, - 30.743716361681305 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 98, - "type": "雨水", - "diameter": 800 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.33304119803272, - 30.752208322464313 - ], - [ - 121.32965385618, - 30.754493659157696 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 99, - "type": "雨水", - "diameter": 400 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32248900912046, - 30.724339952069567 - ], - [ - 121.31994517487189, - 30.722067046217678 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 101, - "type": "污水", - "diameter": 1000 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.32, - 30.74 - ], - [ - 121.36, - 30.74 - ] - ] - } - }, - { - "type": "Feature", - "properties": { - "id": 102, - "type": "雨水", - "diameter": 1200 - }, - "geometry": { - "type": "LineString", - "coordinates": [ - [ - 121.34, - 30.72 - ], - [ - 121.34, - 30.76 - ] - ] - } - } - ] -} \ No newline at end of file diff --git a/src/main/webapp/jsp/z_bigScreen/二工区现状图--金山卫区域雨污水管布置图2023.12(金山卫区域).dwg b/src/main/webapp/jsp/z_bigScreen/二工区现状图--金山卫区域雨污水管布置图2023.12(金山卫区域).dwg new file mode 100644 index 00000000..0a97f5c9 Binary files /dev/null and b/src/main/webapp/jsp/z_bigScreen/二工区现状图--金山卫区域雨污水管布置图2023.12(金山卫区域).dwg differ