| | |
| | | import { GEOM_TYPE } from './Constants' |
| | | // const APP_GIS_HOST_2 = 'http://xearth.cn:6230' |
| | | const APP_GIS_HOST_2 = 'http://localhost:3000' |
| | | const APP_GIS_HOST_2 = 'http://xearth.cn:6289' |
| | | // const APP_GIS_HOST_2 = 'http://localhost:3000' |
| | | // const APP_GIS_HOST_2 = 'http://192.168.31.226:8088' |
| | | export const LayerSewersLine = { |
| | | code: 'pipeline', |
| | | name: '管网数据', |
| | | type: 'geojson', |
| | | // url: APP_GIS_HOST_PIPELINE + '/server/ogcserver/PipeLineTest/wms?version=1.1.1', |
| | | url: APP_GIS_HOST_2 + '/layer/findLayer?layerName={sname}', |
| | | // url: APP_GIS_HOST_2 + '/server/ogcserver/PipeLineTest/wms?version=1.1.1', |
| | | // url: APP_GIS_HOST_2 + '/layer/findLayer?layerName={sname}', |
| | | url: APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs?version=1.0.0&TYPENAME={sname}&REQUEST=getfeature&OUTPUTFORMAT=json&maxFeatures=20000', |
| | | checked: true, |
| | | layers: [ |
| | | { |
| | | code: 'rainline', |
| | | name: '雨水线', |
| | | sname: 'pipeline', // 表名 |
| | | sname: '管网', // 表名 |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | zoom: 10, // 在指定级别显示 |
| | | minZoom: 10, // 在指定级别显示 |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | }, |
| | | { |
| | |
| | | sname: '含油污水', |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | minZoom: 10, |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | }, |
| | | { |
| | |
| | | sname: '含盐污水', |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | minZoom: 10, |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | }, |
| | | { |
| | |
| | | sname: '含碱污水', |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | minZoom: 10, |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | }, |
| | | { |
| | |
| | | sname: '排口', |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | minZoom: 10, |
| | | childLayer: 'pk' // 关联PointLayers |
| | | }, |
| | | { |
| | |
| | | sname: '事故水', |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | minZoom: 10, |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | }, |
| | | { |
| | |
| | | sname: '循环水', |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | minZoom: 10, |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | }, |
| | | { |
| | |
| | | sname: '净化水', |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | minZoom: 10, |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | }, |
| | | { |
| | |
| | | sname: '生活污水', |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | minZoom: 10, |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | }, |
| | | { |
| | |
| | | sname: '区域信息', |
| | | checked: true, // 默认选中状态 |
| | | filter: {}, |
| | | minZoom: 10, |
| | | childLayer: 'qyxx' // 关联PointLayers |
| | | } |
| | | ] |
| | |
| | | code: 'fsss', |
| | | name: '附属设施', |
| | | checked: false, // 默认选中状态 |
| | | filters: [ |
| | | type: 'geojson', |
| | | url: APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs?version=1.0.0&TYPENAME={sname}&REQUEST=getfeature&OUTPUTFORMAT=json&maxFeatures=20000', |
| | | layers: [ |
| | | { |
| | | code: 'fourlink', |
| | | name: '四通', |
| | | sname: 'FourLink', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | sname: '四通', |
| | | checked: true, |
| | | minZoom: 10, |
| | | icon: 'sewers/四通.png' |
| | | }, |
| | | { |
| | | code: 'tee', |
| | | name: '三通', |
| | | sname: 'Tee', |
| | | sname: '三通', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/三通.png' |
| | | }, |
| | | { |
| | | code: 'piperack', |
| | | name: '管架(墩)', |
| | | sname: 'PipeRack', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'pipegallery', |
| | | name: '管廊(带)', |
| | | sname: 'PipeGallery', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'pipesegment', |
| | | name: '流向', |
| | | sname: 'ywslx', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'pipeline', |
| | | name: '管网', |
| | | minZoom: 10, |
| | | sname: 'pipeline', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'valve', |
| | | name: '阀门', |
| | | minZoom: 10, |
| | | sname: 'valve', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | icon: 'sewers/阀门.png' |
| | | }, |
| | | { |
| | | code: 'elbow', |
| | | name: '弯头', |
| | | sname: 'Elbow', |
| | | minZoom: 10, |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | icon: 'sewers/弯头.png' |
| | | } |
| | | ] |
| | | }, |
| | |
| | | code: 'hbss', |
| | | name: '环保设施', |
| | | checked: false, // 默认选中状态 |
| | | filters: [ |
| | | type: 'geojson', |
| | | url: APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs?version=1.0.0&TYPENAME={sname}&REQUEST=getfeature&OUTPUTFORMAT=json&maxFeatures=20000', |
| | | layers: [ |
| | | { |
| | | code: 'manhole', |
| | | name: '窨井', |
| | | minZoom: 10, |
| | | sname: '窨井', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | icon: 'sewers/窨井.png' |
| | | }, |
| | | { |
| | | code: 'firedike', |
| | | name: '防火堤', |
| | | sname: '防火堤', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'raingate', |
| | | name: '雨篦子', |
| | | sname: '雨篦子', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/雨篦子.png' |
| | | }, |
| | | { |
| | | code: 'overflowweir', |
| | | name: '溢流堰', |
| | | sname: '溢流堰', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'chokevalve', |
| | | name: '截流闸', |
| | | sname: '截流闸', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'collectingbasin', |
| | | name: '集水池(罐)', |
| | | sname: '集水池', |
| | | minZoom: 10, |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | icon: 'sewers/集水池.png' |
| | | }, |
| | | { |
| | | code: 'oilseparator', |
| | | name: '隔油池', |
| | | sname: '隔油池', |
| | | minZoom: 10, |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | icon: 'sewers/隔油池.png' |
| | | } |
| | | ] |
| | | }, |
| | |
| | | code: 'pk', |
| | | name: '排口', |
| | | checked: false, // 默认选中状态 |
| | | filters: [ |
| | | type: 'geojson', |
| | | url: APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs?version=1.0.0&TYPENAME={sname}&REQUEST=getfeature&OUTPUTFORMAT=json&maxFeatures=20000', |
| | | layers: [ |
| | | { |
| | | code: 'dischargeport', |
| | | name: '排放口', |
| | | minZoom: 10, |
| | | sname: '排放口', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | checked: false |
| | | } |
| | | ] |
| | | }, |
| | |
| | | code: 'qyxx', |
| | | name: '区域信息', |
| | | checked: false, // 默认选中状态 |
| | | filters: [ |
| | | type: 'geojson', |
| | | url: APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs?version=1.0.0&TYPENAME={sname}&REQUEST=getfeature&OUTPUTFORMAT=json&maxFeatures=20000', |
| | | layers: [ |
| | | { |
| | | code: 'thirdpartypipe', |
| | | name: '第三方管道', |
| | | minZoom: 10, |
| | | sname: '第三方管道', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'firefightingunit', |
| | | name: '消防单位', |
| | | sname: '消防单位', |
| | | minZoom: 10, |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | icon: 'sewers/消防单位.png' |
| | | }, |
| | | { |
| | | code: 'emergencyesources', |
| | | name: '应急物资', |
| | | sname: '应急物资', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'emergencyres', |
| | | name: '社会专业应急救援队伍', |
| | | sname: '专业应急救援', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/社会专业应急救援.png' |
| | | }, |
| | | { |
| | | code: 'maintenanceteam', |
| | | name: '维抢修队伍', |
| | | sname: '维抢修队伍', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/社会专业应急救援.png' |
| | | }, |
| | | { |
| | | code: 'hospital', |
| | | name: '医院', |
| | | sname: '医院', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/医院.png' |
| | | }, |
| | | { |
| | | code: 'pointpreservationzone', |
| | | name: '自然保护区', |
| | | sname: '自然保护区', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/自然保护区.png' |
| | | }, |
| | | { |
| | | code: 'pointhydrology', |
| | | name: '水体', |
| | | sname: '水体', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/水体.png' |
| | | }, |
| | | { |
| | | code: 'sensitivetarget', |
| | | name: '敏感目标', |
| | | sname: '敏感目标', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/敏感目标.png' |
| | | }, |
| | | { |
| | | code: 'envmonunit', |
| | | name: '环境监测单位', |
| | | sname: '环境监测单位', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/环境监测单位.png' |
| | | }, |
| | | { |
| | | code: 'pointcontaminants', |
| | | name: '监测点污染物指标信息', |
| | | sname: '污染物指标', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'dischargeportaround', |
| | | name: '排放口周边环境敏感信息', |
| | | sname: '排放口周边环境', |
| | | minZoom: 10, |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | iconN: 'sewers/排放口周边敏感信息.png' |
| | | }, |
| | | { |
| | | code: 'pump', |
| | | name: '泵', |
| | | sname: '泵', |
| | | minZoom: 10, |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | icon: 'sewers/泵.png' |
| | | }, |
| | | { |
| | | code: 'liquidlevelmeter', |
| | | name: '液位计', |
| | | sname: '液位计', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | icon: 'sewers/液位计.png' |
| | | }, |
| | | { |
| | | code: 'flowmeter', |
| | | name: '流量计', |
| | | sname: '流量计', |
| | | minZoom: 10, |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | icon: 'sewers/流量计.png' |
| | | }, |
| | | { |
| | | code: 'video', |
| | | name: '视频监控配置', |
| | | sname: '视频监控', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'onlinemonitoring', |
| | | name: '在线监测设备配置', |
| | | sname: '在线监测', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'combustiblegas', |
| | | name: '可燃气体报警设备配置', |
| | | sname: '可燃气体报警', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'hydrogensulfide', |
| | | name: 'H2S浓度报警设备配置', |
| | | sname: 'H2S浓度报警', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'controlpoint', |
| | | name: '管线点', |
| | | sname: '管线点', |
| | | minZoom: 10, |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | icon: 'sewers/管线点.png' |
| | | }, |
| | | { |
| | | code: 'pipesegment', |
| | | name: '管段', |
| | | sname: '管段', |
| | | checked: false, |
| | | geomtype: GEOM_TYPE.POINT |
| | | minZoom: 10, |
| | | checked: false |
| | | } |
| | | ] |
| | | } |
| | | ] |
| | | |
| | | export const PipelineTypeOptions = [{ |
| | | value: '1', |
| | | label: '管线本体', |
| | | options: [{ |
| | | value: '1', |
| | | layerName: '管网', |
| | | key: 'pipename', |
| | | label: '全部管线' |
| | | }, { |
| | | value: '2', |
| | | layerName: '管网', |
| | | key: 'pipename', |
| | | label: '生活污水管线' |
| | | }, { |
| | | value: '3', |
| | | layerName: '管网', |
| | | key: 'pipename', |
| | | label: '含盐管线' |
| | | }, { |
| | | value: '4', |
| | | layerName: '管网', |
| | | key: 'pipename', |
| | | label: '雨水管线' |
| | | }, { |
| | | value: '5', |
| | | layerName: '管网', |
| | | key: 'pipename', |
| | | label: '含油管线' |
| | | }, { |
| | | value: '6', |
| | | layerName: '管网', |
| | | key: 'pipename', |
| | | label: '事故水管线' |
| | | }, { |
| | | value: '7', |
| | | layerName: '管网', |
| | | key: 'pipename', |
| | | label: '含碱管线' |
| | | }, { |
| | | value: '8', |
| | | layerName: '管网', |
| | | key: 'pipename', |
| | | label: '循环水管线' |
| | | }, { |
| | | value: '9', |
| | | layerName: '管网', |
| | | key: 'pipename', |
| | | label: '净化水管线' |
| | | }], |
| | | labelList: [{ label: '输送介质', key: 'mediumtype' }, { label: '长度(m)', key: 'length' }] |
| | | }, { |
| | | value: '2', |
| | | label: '排口信息', |
| | | options: [{ |
| | | value: '1', |
| | | layerName: '', |
| | | key: '', |
| | | label: '全部排口' |
| | | }, { |
| | | value: '2', |
| | | layerName: '', |
| | | key: '', |
| | | label: '内排口' |
| | | }, { |
| | | value: '3', |
| | | layerName: '', |
| | | key: '', |
| | | label: '外排口' |
| | | }], |
| | | labelList: [] |
| | | }, { |
| | | value: '3', |
| | | label: '附属设施', |
| | | options: [ |
| | | { |
| | | value: '1', |
| | | layerName: '', |
| | | key: '', |
| | | label: '全部设施' |
| | | }, { |
| | | value: '2', |
| | | layerName: '', |
| | | key: '', |
| | | label: '阀门' |
| | | }, { |
| | | value: '3', |
| | | layerName: '', |
| | | key: '', |
| | | label: '管廊' |
| | | }, { |
| | | value: '4', |
| | | layerName: '', |
| | | key: '', |
| | | label: '管架' |
| | | }, { |
| | | value: '5', |
| | | layerName: '', |
| | | key: '', |
| | | label: '三通' |
| | | }, { |
| | | value: '6', |
| | | layerName: '', |
| | | key: '', |
| | | label: '四通' |
| | | }, { |
| | | value: '7', |
| | | layerName: '', |
| | | key: '', |
| | | label: '弯头' |
| | | }], |
| | | labelList: [] |
| | | }, { |
| | | value: '4', |
| | | label: '环保设施', |
| | | options: [ |
| | | { |
| | | value: '1', |
| | | layerName: '', |
| | | key: '', |
| | | label: '全部设施' |
| | | }, { |
| | | value: '2', |
| | | layerName: '', |
| | | key: '', |
| | | label: '雨篦子' |
| | | }, { |
| | | value: '3', |
| | | layerName: '', |
| | | key: '', |
| | | label: '防火堤' |
| | | }, { |
| | | value: '4', |
| | | layerName: '', |
| | | key: '', |
| | | label: '集水池' |
| | | }, { |
| | | value: '5', |
| | | layerName: '', |
| | | key: '', |
| | | label: '收集罐' |
| | | }, { |
| | | value: '6', |
| | | layerName: '', |
| | | key: '', |
| | | label: '截流闸' |
| | | }, { |
| | | value: '7', |
| | | layerName: '', |
| | | key: '', |
| | | label: '溢流堰' |
| | | }, { |
| | | value: '8', |
| | | layerName: '', |
| | | key: '', |
| | | label: '隔油池' |
| | | }, { |
| | | value: '9', |
| | | layerName: '', |
| | | key: '', |
| | | label: '泵' |
| | | }], |
| | | labelList: [] |
| | | }, { |
| | | value: '5', |
| | | label: '周边环境', |
| | | options: [{ |
| | | value: '1', |
| | | layerName: '', |
| | | key: '', |
| | | label: '全部周边环境' |
| | | }, { |
| | | value: '2', |
| | | layerName: '', |
| | | key: '', |
| | | label: '医院' |
| | | }, { |
| | | value: '3', |
| | | layerName: '', |
| | | key: '', |
| | | label: '景区' |
| | | }, { |
| | | value: '4', |
| | | layerName: '', |
| | | key: '', |
| | | label: '自然保护区' |
| | | }, { |
| | | value: '5', |
| | | layerName: '', |
| | | key: '', |
| | | label: '消防' |
| | | }, { |
| | | value: '6', |
| | | layerName: '', |
| | | key: '', |
| | | label: '水体' |
| | | } |
| | | ], |
| | | labelList: [] |
| | | }] |
| | | |
| | | /* eslint-disable */ |
| | | |
| | | export const pipelineDataTest = {"type":"FeatureCollection","FeatureCount":"106","PageCount":"1","features":[{"type":"Feature","id":"管网.1082","geometry":{"type":"MultiLineString","coordinates":[[[118.764830,32.223101],[118.764855,32.223065]],[[118.765040,32.222772],[118.764968,32.222887]],[[118.764855,32.223065],[118.764968,32.222887]],[[118.764968,32.222887],[118.764689,32.222582]],[[118.764689,32.222582],[118.764533,32.222688]],[[118.764855,32.223065],[118.764787,32.222990]],[[118.764787,32.222990],[118.764793,32.222986]],[[118.764793,32.222986],[118.764759,32.222955]],[[118.764759,32.222955],[118.764636,32.222810]],[[118.764533,32.222688],[118.764636,32.222810]],[[118.764533,32.222688],[118.763994,32.222091]],[[118.763994,32.222091],[118.763951,32.222043]],[[118.764636,32.222810],[118.764682,32.222782]]]},"properties":{"no":"1","name":"研究院雨水管网","linenumber":"SNP51603YS000001","pipename":"研究院01路YS000001","pipetype":"雨水管线","pipecode":"研究院01路YS000001","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS0001","endposname":"YS0010","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-18","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1082","dbtime":"2020-12-14 14:04:34.718804"}},{"type":"Feature","id":"管网.1083","geometry":{"type":"MultiLineString","coordinates":[[[118.763928,32.222546],[118.763764,32.222363]],[[118.763764,32.222363],[118.763847,32.222308]],[[118.763847,32.222308],[118.763934,32.222254]],[[118.763847,32.222308],[118.763776,32.222230]],[[118.763994,32.222091],[118.763776,32.222230]],[[118.763994,32.222091],[118.764181,32.221971]],[[118.764181,32.221971],[118.764264,32.221918]],[[118.764264,32.221918],[118.764810,32.221572]]]},"properties":{"no":"14","name":"研究院雨水管网","linenumber":"SNP51603YS000001","pipename":"研究院02路YS000002","pipetype":"雨水管线","pipecode":"研究院02路YS000002","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS0014","endposname":"YS0021","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-18","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1083","dbtime":"2020-12-14 14:04:34.731205"}},{"type":"Feature","id":"管网.1084","geometry":{"type":"MultiLineString","coordinates":[[[118.763951,32.222043],[118.763721,32.222190]],[[118.763951,32.222043],[118.764133,32.221927]],[[118.764133,32.221927],[118.764219,32.221872]],[[118.764219,32.221872],[118.764511,32.221687]],[[118.764511,32.221687],[118.764769,32.221522]],[[118.764264,32.221918],[118.764311,32.221967]],[[118.764264,32.221918],[118.764219,32.221872]],[[118.764052,32.221797],[118.764029,32.221773]],[[118.764029,32.221773],[118.763938,32.221665]],[[118.764029,32.221773],[118.764007,32.221789]],[[118.764133,32.221927],[118.764007,32.221789]],[[118.764181,32.221971],[118.764133,32.221927]]]},"properties":{"no":"22","name":"研究院雨水管网","linenumber":"SNP51603YS000001","pipename":"研究院03路YS000003","pipetype":"雨水管线","pipecode":"研究院03路YS000003","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS0022","endposname":"YS0023","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-18","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1084","dbtime":"2020-12-14 14:04:34.741583"}},{"type":"Feature","id":"管网.1085","geometry":{"type":"MultiLineString","coordinates":[[[118.763938,32.221665],[118.763788,32.221756]],[[118.763938,32.221665],[118.764231,32.221488]],[[118.764231,32.221488],[118.764554,32.221294]],[[118.765065,32.221878],[118.765137,32.221830]],[[118.765137,32.221830],[118.765329,32.222040]],[[118.765329,32.222040],[118.765116,32.222184]],[[118.765116,32.222184],[118.765149,32.222221]],[[118.765149,32.222221],[118.765059,32.222279]],[[118.765059,32.222279],[118.764976,32.222193]],[[118.764976,32.222193],[118.764915,32.222235]],[[118.764976,32.222193],[118.764806,32.222006]],[[118.764806,32.222006],[118.764599,32.221779]],[[118.764599,32.221779],[118.764582,32.221760]],[[118.764582,32.221760],[118.764831,32.221594]],[[118.764428,32.221893],[118.764459,32.221874]],[[118.764459,32.221874],[118.764667,32.222098]],[[118.764459,32.221874],[118.764533,32.221822]],[[118.764670,32.222098],[118.764744,32.222049]],[[118.764533,32.221822],[118.764744,32.222049]],[[118.764599,32.221779],[118.764533,32.221822]],[[118.765007,32.221796],[118.765083,32.221747]],[[118.765083,32.221747],[118.765018,32.221680]],[[118.765018,32.221680],[118.764997,32.221695]],[[118.764997,32.221695],[118.764871,32.221567]],[[118.764831,32.221594],[118.764871,32.221567]],[[118.764810,32.221572],[118.764831,32.221594]],[[118.764810,32.221572],[118.764769,32.221522]],[[118.764769,32.221522],[118.764554,32.221294]],[[118.764554,32.221294],[118.764549,32.221286]],[[118.764549,32.221286],[118.764562,32.221278]],[[118.764562,32.221278],[118.763654,32.220162]],[[118.763654,32.220162],[118.763746,32.220107]],[[118.763746,32.220107],[118.763858,32.220246]],[[118.763858,32.220246],[118.763905,32.220222]],[[118.763905,32.220222],[118.763894,32.220206]],[[118.763905,32.220222],[118.763894,32.220206]]]},"properties":{"no":"34","name":"研究院雨水管网","linenumber":"SNP51603YS000001","pipename":"研究院04路YS000004","pipetype":"雨水管线","pipecode":"研究院04路YS000004","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS0032","endposname":"YS0063","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-18","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1085","dbtime":"2020-12-14 14:04:34.764101"}},{"type":"Feature","id":"管网.1086","geometry":{"type":"MultiLineString","coordinates":[[[118.765581,32.221352],[118.765493,32.221416]],[[118.765129,32.221674],[118.765291,32.221556]],[[118.765493,32.221416],[118.765291,32.221556]],[[118.765525,32.221325],[118.765454,32.221372]],[[118.765493,32.221416],[118.765454,32.221372]],[[118.765454,32.221372],[118.765422,32.221335]],[[118.765422,32.221335],[118.765225,32.221124]],[[118.765422,32.221335],[118.765276,32.221434]],[[118.765276,32.221434],[118.765152,32.221299]],[[118.765152,32.221299],[118.764993,32.221128]],[[118.764993,32.221128],[118.764972,32.221137]],[[118.764972,32.221137],[118.764953,32.221101]],[[118.765047,32.221629],[118.765241,32.221499]],[[118.765241,32.221499],[118.764915,32.221146]],[[118.765047,32.221629],[118.764717,32.221272]],[[118.764717,32.221272],[118.764911,32.221142]],[[118.764915,32.221146],[118.764911,32.221142]],[[118.764953,32.221101],[118.764915,32.221146]],[[118.764953,32.221101],[118.764958,32.221074]],[[118.764958,32.221074],[118.764917,32.221024]],[[118.764917,32.221024],[118.764838,32.221082]],[[118.764917,32.221024],[118.764897,32.221004]],[[118.764897,32.221004],[118.765023,32.220915]],[[118.765023,32.220915],[118.765005,32.220855]],[[118.765005,32.220855],[118.764946,32.220791]],[[118.764946,32.220791],[118.764620,32.220440]],[[118.764620,32.220440],[118.764416,32.220218]],[[118.764416,32.220218],[118.764120,32.219900]]]},"properties":{"no":"70","name":"研究院雨水管网","linenumber":"SNP51603YS000001","pipename":"研究院05路YS000005","pipetype":"雨水管线","pipecode":"研究院05路YS000005","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS0065","endposname":"YS0091","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-19","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1086","dbtime":"2020-12-14 14:04:34.7821"}},{"type":"Feature","id":"管网.1087","geometry":{"type":"MultiLineString","coordinates":[[[118.764416,32.220218],[118.764171,32.220371]],[[118.764218,32.220716],[118.764166,32.220652]],[[118.764166,32.220652],[118.764258,32.220590]],[[118.764455,32.220722],[118.764412,32.220676]],[[118.764412,32.220676],[118.764365,32.220658]],[[118.764365,32.220658],[118.764337,32.220677]],[[118.764337,32.220677],[118.764368,32.220711]],[[118.764258,32.220590],[118.764337,32.220677]],[[118.764258,32.220590],[118.764115,32.220437]],[[118.764115,32.220437],[118.763967,32.220524]],[[118.764115,32.220437],[118.764179,32.220404]],[[118.764179,32.220404],[118.764190,32.220393]],[[118.764171,32.220371],[118.764190,32.220393]],[[118.764171,32.220371],[118.764000,32.220160]],[[118.764281,32.220413],[118.764267,32.220399]],[[118.764267,32.220399],[118.764224,32.220427]],[[118.764179,32.220404],[118.764224,32.220427]],[[118.764000,32.220160],[118.763901,32.220044]],[[118.763942,32.220016],[118.764030,32.220126]],[[118.764030,32.220126],[118.764108,32.220220]],[[118.764000,32.220160],[118.764030,32.220126]],[[118.763905,32.220222],[118.764000,32.220160]]]},"properties":{"no":"98","name":"研究院雨水管网","linenumber":"SNP51603YS000001","pipename":"研究院06路YS000006","pipetype":"雨水管线","pipecode":"研究院06路YS000006","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS0091","endposname":"YS0063","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-19","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1087","dbtime":"2020-12-14 14:04:34.797689"}},{"type":"Feature","id":"管网.1088","geometry":{"type":"MultiLineString","coordinates":[[[118.765903,32.220594],[118.765913,32.220585]],[[118.765913,32.220585],[118.766034,32.220718]],[[118.766034,32.220718],[118.766041,32.220716]],[[118.766041,32.220716],[118.766004,32.220677]],[[118.766004,32.220677],[118.766011,32.220672]],[[118.766004,32.220677],[118.765880,32.220541]],[[118.765880,32.220541],[118.765887,32.220536]],[[118.765880,32.220541],[118.765855,32.220514]],[[118.765855,32.220514],[118.765790,32.220485]],[[118.765790,32.220485],[118.765727,32.220494]],[[118.765727,32.220494],[118.765708,32.220507]],[[118.765708,32.220507],[118.765701,32.220497]],[[118.765708,32.220507],[118.765664,32.220540]],[[118.765664,32.220540],[118.765647,32.220578]],[[118.765647,32.220578],[118.765690,32.220628]],[[118.765690,32.220628],[118.765657,32.220650]],[[118.765657,32.220650],[118.765609,32.220682]],[[118.765609,32.220682],[118.765349,32.220857]],[[118.765349,32.220857],[118.765353,32.220862]],[[118.765863,32.221082],[118.765682,32.221203]],[[118.765682,32.221203],[118.765625,32.221207]],[[118.765625,32.221207],[118.765571,32.221186]],[[118.765571,32.221186],[118.765482,32.221090]],[[118.765482,32.221090],[118.765465,32.221057]],[[118.765465,32.221057],[118.765475,32.220992]],[[118.765863,32.221082],[118.765883,32.221039]],[[118.765883,32.221039],[118.765875,32.220994]],[[118.765875,32.220994],[118.765773,32.220883]],[[118.765773,32.220883],[118.765716,32.220862]],[[118.765716,32.220862],[118.765656,32.220868]],[[118.765475,32.220992],[118.765656,32.220868]],[[118.765353,32.220862],[118.765475,32.220992]],[[118.765353,32.220862],[118.765199,32.220967]],[[118.765199,32.220967],[118.765016,32.220767]],[[118.765016,32.220767],[118.765003,32.220753]],[[118.765783,32.220205],[118.765477,32.219897]],[[118.765477,32.219897],[118.765227,32.219648]],[[118.765227,32.219648],[118.765141,32.219642]],[[118.765141,32.219642],[118.764801,32.219888]],[[118.764801,32.219888],[118.764795,32.219962]],[[118.764795,32.219962],[118.764856,32.220127]],[[118.765700,32.220429],[118.765460,32.220584]],[[118.765460,32.220584],[118.765104,32.220251]],[[118.764795,32.219962],[118.765104,32.220251]],[[118.765368,32.220572],[118.765139,32.220358]],[[118.765139,32.220358],[118.764898,32.220132]],[[118.764898,32.220132],[118.764874,32.220124]],[[118.764856,32.220127],[118.764874,32.220124]],[[118.764856,32.220127],[118.764778,32.220211]],[[118.764778,32.220211],[118.765043,32.220501]],[[118.764778,32.220211],[118.764614,32.220334]],[[118.764643,32.219749],[118.764528,32.219642]],[[118.764528,32.219642],[118.764183,32.219862]],[[118.764183,32.219862],[118.764171,32.219850]],[[118.764183,32.219862],[118.764340,32.220039]],[[118.764614,32.220334],[118.764340,32.220039]],[[118.765003,32.220753],[118.764614,32.220334]],[[118.764946,32.220791],[118.765003,32.220753]]]},"properties":{"no":"120","name":"研究院雨水管网","linenumber":"SNP51603YS000001","pipename":"研究院07路YS000007","pipetype":"雨水管线","pipecode":"研究院07路YS000007","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS0114","endposname":"YS0089","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-19","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1088","dbtime":"2020-12-14 14:04:34.828054"}},{"type":"Feature","id":"管网.1089","geometry":{"type":"MultiLineString","coordinates":[[[118.763635,32.229997],[118.763798,32.229881]],[[118.763798,32.229881],[118.763849,32.229927]],[[118.763849,32.229927],[118.763934,32.229868]],[[118.763934,32.229868],[118.763917,32.229852]],[[118.763934,32.229868],[118.765035,32.230991]],[[118.765035,32.230991],[118.765096,32.231053]],[[118.765096,32.231053],[118.765168,32.231128]],[[118.765803,32.230658],[118.765729,32.230710]],[[118.765729,32.230710],[118.765600,32.230577]],[[118.765600,32.230577],[118.765564,32.230540]],[[118.765600,32.230577],[118.765483,32.230662]],[[118.765483,32.230662],[118.765386,32.230735]],[[118.765386,32.230735],[118.765354,32.230701]],[[118.765386,32.230735],[118.765531,32.230882]],[[118.765871,32.230610],[118.765930,32.230568]],[[118.765930,32.230568],[118.766000,32.230519]],[[118.765930,32.230568],[118.766002,32.230629]],[[118.764684,32.228972],[118.764703,32.228951]],[[118.764703,32.228951],[118.764759,32.229004]],[[118.764759,32.229004],[118.764885,32.229134]],[[118.764885,32.229134],[118.764934,32.229096]],[[118.764934,32.229096],[118.765214,32.229384]],[[118.764909,32.228920],[118.765300,32.229323]],[[118.765300,32.229323],[118.765348,32.229372]],[[118.765214,32.229384],[118.765300,32.229323]],[[118.765214,32.229384],[118.765281,32.229453]],[[118.765281,32.229453],[118.765233,32.229493]],[[118.765233,32.229493],[118.766137,32.230420]],[[118.766137,32.230420],[118.766125,32.230426]],[[118.766125,32.230426],[118.766066,32.230473]],[[118.766125,32.230426],[118.766199,32.230487]],[[118.765572,32.229543],[118.766312,32.230291]],[[118.766312,32.230291],[118.766377,32.230364]],[[118.765266,32.231329],[118.765246,32.231309]],[[118.765246,32.231309],[118.765120,32.231195]],[[118.765120,32.231195],[118.765104,32.231179]],[[118.765104,32.231179],[118.765088,32.231191]],[[118.765104,32.231179],[118.765088,32.231191]],[[118.765168,32.231128],[118.765104,32.231179]],[[118.765168,32.231128],[118.765247,32.231078]],[[118.765247,32.231078],[118.765391,32.230977]],[[118.765531,32.230882],[118.765391,32.230977]],[[118.765531,32.230882],[118.765616,32.230819]],[[118.765616,32.230819],[118.765689,32.230849]],[[118.765689,32.230849],[118.765846,32.230740]],[[118.765846,32.230740],[118.765969,32.230656]],[[118.766002,32.230629],[118.765969,32.230656]],[[118.766002,32.230629],[118.766067,32.230581]],[[118.766067,32.230581],[118.766154,32.230524]],[[118.766199,32.230487],[118.766154,32.230524]],[[118.766199,32.230487],[118.766364,32.230372]],[[118.766377,32.230364],[118.766364,32.230372]],[[118.766377,32.230364],[118.766402,32.230346]],[[118.766402,32.230346],[118.766583,32.230220]],[[118.766583,32.230220],[118.766553,32.230190]],[[118.766583,32.230220],[118.766733,32.230372]],[[118.766733,32.230372],[118.766844,32.230295]],[[118.766844,32.230295],[118.766877,32.230293]],[[118.767279,32.230682],[118.766892,32.230289]],[[118.766877,32.230293],[118.766892,32.230289]],[[118.766892,32.230289],[118.766987,32.230199]]]},"properties":{"no":"178","name":"化机厂雨水管网","linenumber":"SNP51603YS000002","pipename":"化机厂01路YS000008","pipetype":"雨水管线","pipecode":"化机厂01路YS000008","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS1001","endposname":"YS1061","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"王江伟","acquisitiondate":"2020-07-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1089","dbtime":"2020-12-14 14:04:34.859286"}},{"type":"Feature","id":"管网.1090","geometry":{"type":"MultiLineString","coordinates":[[[118.766160,32.229193],[118.766850,32.229901]],[[118.766850,32.229901],[118.766846,32.229903]],[[118.767066,32.229757],[118.767074,32.229765]],[[118.767074,32.229765],[118.766860,32.229913]],[[118.766846,32.229903],[118.766860,32.229913]],[[118.766846,32.229903],[118.766727,32.229997]],[[118.765104,32.228333],[118.765845,32.229089]],[[118.765845,32.229089],[118.766098,32.229349]],[[118.766098,32.229349],[118.766336,32.229594]],[[118.766336,32.229594],[118.766538,32.229802]],[[118.766727,32.229997],[118.766538,32.229802]],[[118.766727,32.229997],[118.766824,32.230091]],[[118.766987,32.230199],[118.766824,32.230091]],[[118.767254,32.230330],[118.767209,32.230301]],[[118.767209,32.230301],[118.767139,32.230254]],[[118.767139,32.230254],[118.767027,32.230174]],[[118.767565,32.230206],[118.767580,32.230098]],[[118.767580,32.230098],[118.767563,32.230065]],[[118.767563,32.230065],[118.767500,32.230004]],[[118.767500,32.230004],[118.767472,32.229977]],[[118.767472,32.229977],[118.767416,32.229922]],[[118.767235,32.230055],[118.767294,32.230072]],[[118.767472,32.229977],[118.767294,32.230072]],[[118.767500,32.230004],[118.767516,32.229989]],[[118.767304,32.229543],[118.767343,32.229583]],[[118.767343,32.229583],[118.767272,32.229637]],[[118.767272,32.229637],[118.767498,32.229865]],[[118.767519,32.229821],[118.767567,32.229862]],[[118.767567,32.229862],[118.767612,32.229908]],[[118.767751,32.229915],[118.767649,32.229810]],[[118.767468,32.229339],[118.767640,32.229517]],[[118.767640,32.229517],[118.767798,32.229678]],[[118.767798,32.229678],[118.767803,32.229696]],[[118.767515,32.229197],[118.767738,32.229044]],[[118.767738,32.229044],[118.767955,32.229263]],[[118.767955,32.229263],[118.768144,32.229456]],[[118.767863,32.228953],[118.768266,32.229368]],[[118.768546,32.229347],[118.768449,32.229234]],[[118.766987,32.230199],[118.767027,32.230174]],[[118.767027,32.230174],[118.767235,32.230055]],[[118.767416,32.229922],[118.767235,32.230055]],[[118.767416,32.229922],[118.767498,32.229865]],[[118.767498,32.229865],[118.767567,32.229862]],[[118.767567,32.229862],[118.767649,32.229810]],[[118.767649,32.229810],[118.767803,32.229696]],[[118.767803,32.229696],[118.767934,32.229606]],[[118.767934,32.229606],[118.768022,32.229542]],[[118.768144,32.229456],[118.768022,32.229542]],[[118.768144,32.229456],[118.768266,32.229368]],[[118.768266,32.229368],[118.768381,32.229287]],[[118.768449,32.229234],[118.768381,32.229287]],[[118.768449,32.229234],[118.768504,32.229195]],[[118.768504,32.229195],[118.768519,32.229184]],[[118.768519,32.229184],[118.768531,32.229176]],[[118.765247,32.231078],[118.765262,32.231095]],[[118.765459,32.231049],[118.765406,32.230992]],[[118.765391,32.230977],[118.765406,32.230992]],[[118.765531,32.230882],[118.765549,32.230891]],[[118.765689,32.230849],[118.765697,32.230881]],[[118.765969,32.230656],[118.765988,32.230674]],[[118.766154,32.230524],[118.766175,32.230543]],[[118.766199,32.230487],[118.766279,32.230571]],[[118.766377,32.230364],[118.766394,32.230390]],[[118.767803,32.229696],[118.767811,32.229713]],[[118.767803,32.229696],[118.767840,32.229693]],[[118.767934,32.229606],[118.767944,32.229616]],[[118.768022,32.229542],[118.768033,32.229553]],[[118.768144,32.229456],[118.768154,32.229466]],[[118.768266,32.229368],[118.768276,32.229379]],[[118.768381,32.229287],[118.768388,32.229298]],[[118.768504,32.229195],[118.768510,32.229210]],[[118.768519,32.229184],[118.768535,32.229202]],[[118.768535,32.229202],[118.768670,32.229106]]]},"properties":{"no":"239","name":"化机厂雨水管网","linenumber":"SNP51603YS000002","pipename":"化机厂02路YS000009","pipetype":"雨水管线","pipecode":"化机厂02路YS000009","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS1062","endposname":"YS1133","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"王江伟","acquisitiondate":"2020-07-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1090","dbtime":"2020-12-14 14:04:34.89774"}},{"type":"Feature","id":"管网.1091","geometry":{"type":"MultiLineString","coordinates":[[[118.767472,32.229424],[118.767259,32.229196]],[[118.767259,32.229196],[118.767160,32.229270]],[[118.767259,32.229196],[118.767356,32.229125]],[[118.767356,32.229125],[118.767341,32.229110]],[[118.767341,32.229110],[118.767390,32.229074]],[[118.767390,32.229074],[118.767434,32.229123]],[[118.767434,32.229123],[118.767710,32.228925]],[[118.767710,32.228925],[118.767715,32.228922]],[[118.767715,32.228922],[118.767982,32.228742]],[[118.767982,32.228742],[118.768159,32.228716]],[[118.767715,32.228922],[118.767638,32.228846]],[[118.767863,32.228953],[118.767866,32.228951]],[[118.767866,32.228951],[118.767835,32.228917]],[[118.767835,32.228917],[118.768017,32.228789]],[[118.768017,32.228789],[118.768068,32.228839]],[[118.767982,32.228742],[118.768017,32.228789]],[[118.766388,32.227783],[118.766778,32.227506]],[[118.766778,32.227506],[118.766947,32.227680]],[[118.766947,32.227680],[118.766536,32.227968]],[[118.766947,32.227680],[118.767067,32.227595]],[[118.767067,32.227595],[118.767191,32.227460]],[[118.767191,32.227460],[118.767211,32.227450]],[[118.767228,32.228117],[118.767393,32.228051]],[[118.767393,32.228051],[118.767582,32.227985]],[[118.767718,32.228789],[118.767774,32.228750]],[[118.767774,32.228750],[118.767443,32.228412]],[[118.767887,32.228661],[118.767565,32.228332]],[[118.767565,32.228332],[118.767540,32.228297]],[[118.767638,32.228846],[118.767692,32.228808]],[[118.767638,32.228846],[118.767274,32.228475]],[[118.767274,32.228475],[118.767295,32.228461]],[[118.767295,32.228461],[118.767325,32.228492]],[[118.767325,32.228492],[118.767364,32.228465]],[[118.767364,32.228465],[118.767274,32.228383]],[[118.767443,32.228412],[118.767364,32.228465]],[[118.767443,32.228412],[118.767441,32.228400]],[[118.767441,32.228400],[118.767421,32.228377]],[[118.767540,32.228297],[118.767421,32.228377]],[[118.767540,32.228297],[118.767554,32.228284]],[[118.767554,32.228284],[118.767675,32.228202]],[[118.767675,32.228202],[118.767695,32.228194]],[[118.767695,32.228194],[118.767739,32.228184]],[[118.768403,32.228892],[118.768441,32.228937]],[[118.768441,32.228937],[118.768493,32.229001]],[[118.768493,32.229001],[118.768552,32.229075]],[[118.768552,32.229075],[118.768485,32.229119]],[[118.767211,32.227450],[118.767168,32.227388]],[[118.767211,32.227450],[118.767344,32.227630]],[[118.767344,32.227630],[118.767485,32.227853]],[[118.767485,32.227853],[118.767503,32.227877]],[[118.767582,32.227985],[118.767503,32.227877]],[[118.767582,32.227985],[118.767739,32.228184]],[[118.767739,32.228184],[118.767754,32.228204]],[[118.767754,32.228204],[118.767990,32.228504]],[[118.768159,32.228716],[118.767990,32.228504]],[[118.768159,32.228716],[118.768231,32.228804]],[[118.768485,32.229119],[118.768231,32.228804]],[[118.768531,32.229176],[118.768485,32.229119]],[[118.767344,32.227630],[118.767419,32.227595]],[[118.767503,32.227877],[118.767575,32.227841]],[[118.767754,32.228204],[118.767819,32.228158]],[[118.767990,32.228504],[118.768061,32.228462]],[[118.768231,32.228804],[118.768299,32.228761]]]},"properties":{"no":"312","name":"化机厂雨水管网","linenumber":"SNP51603YS000002","pipename":"化机厂03路YS000010","pipetype":"雨水管线","pipecode":"化机厂03路YS000010","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS1134","endposname":"YS1189","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"王江伟","acquisitiondate":"2020-07-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1091","dbtime":"2020-12-14 14:04:34.931437"}},{"type":"Feature","id":"管网.1092","geometry":{"type":"MultiLineString","coordinates":[[[118.768454,32.229532],[118.768610,32.229421]],[[118.768610,32.229421],[118.768783,32.229600]],[[118.768783,32.229600],[118.769367,32.230196]],[[118.769367,32.230196],[118.769065,32.230410]],[[118.769481,32.230313],[118.769437,32.230268]],[[118.769367,32.230196],[118.769437,32.230268]],[[118.769367,32.230196],[118.769541,32.230072]],[[118.768531,32.229176],[118.768626,32.229110]],[[118.768626,32.229110],[118.768652,32.229099]],[[118.768670,32.229106],[118.768652,32.229099]],[[118.768670,32.229106],[118.768743,32.229306]],[[118.768743,32.229306],[118.768753,32.229317]],[[118.768753,32.229317],[118.768810,32.229376]],[[118.768810,32.229376],[118.768862,32.229429]],[[118.768862,32.229429],[118.768879,32.229447]],[[118.768879,32.229447],[118.768917,32.229485]],[[118.768917,32.229485],[118.768966,32.229533]],[[118.768966,32.229533],[118.769017,32.229586]],[[118.769017,32.229586],[118.769059,32.229627]],[[118.769059,32.229627],[118.769107,32.229677]],[[118.769107,32.229677],[118.769149,32.229721]],[[118.769149,32.229721],[118.769158,32.229730]],[[118.769158,32.229730],[118.769218,32.229782]],[[118.769218,32.229782],[118.769278,32.229836]],[[118.769278,32.229836],[118.769295,32.229852]],[[118.769295,32.229852],[118.769321,32.229876]],[[118.769321,32.229876],[118.769352,32.229903]],[[118.769352,32.229903],[118.769426,32.229969]],[[118.769426,32.229969],[118.769443,32.229984]],[[118.769541,32.230072],[118.769443,32.229984]],[[118.769541,32.230072],[118.769588,32.230112]],[[118.769588,32.230112],[118.769605,32.230128]],[[118.769605,32.230128],[118.769687,32.230202]],[[118.769687,32.230202],[118.769736,32.230247]],[[118.769736,32.230247],[118.769835,32.230349]],[[118.769835,32.230349],[118.769998,32.230521]],[[118.769998,32.230521],[118.770198,32.230741]],[[118.770198,32.230741],[118.770266,32.230805]],[[118.770266,32.230805],[118.770443,32.230977]],[[118.770443,32.230977],[118.770555,32.231079]],[[118.770555,32.231079],[118.770572,32.231089]],[[118.768879,32.229447],[118.768809,32.229498]],[[118.769017,32.229586],[118.768947,32.229638]],[[118.769149,32.229721],[118.769080,32.229772]],[[118.769295,32.229852],[118.769217,32.229908]],[[118.769443,32.229984],[118.769360,32.230048]],[[118.769588,32.230112],[118.769494,32.230180]],[[118.769998,32.230521],[118.769889,32.230594]],[[118.770198,32.230741],[118.769998,32.230792]],[[118.769998,32.230792],[118.769991,32.230794]],[[118.769152,32.228800],[118.768972,32.228929]],[[118.768972,32.228929],[118.768689,32.229132]],[[118.768689,32.229132],[118.768733,32.229248]],[[118.768733,32.229248],[118.768792,32.229248]],[[118.768792,32.229248],[118.768815,32.229276]],[[118.768815,32.229276],[118.768774,32.229302]],[[118.768815,32.229276],[118.768840,32.229259]],[[118.768774,32.229302],[118.768777,32.229296]],[[118.768774,32.229302],[118.768777,32.229296]],[[118.768840,32.229259],[118.769025,32.229129]],[[118.769025,32.229129],[118.769291,32.228943]],[[118.768840,32.229259],[118.769097,32.229522]],[[118.769097,32.229522],[118.769252,32.229680]],[[118.769252,32.229680],[118.769422,32.229850]],[[118.769422,32.229850],[118.769750,32.229617]],[[118.769291,32.228943],[118.769436,32.229090]],[[118.769436,32.229090],[118.769625,32.229281]],[[118.769625,32.229281],[118.769868,32.229531]],[[118.769750,32.229617],[118.769868,32.229531]],[[118.769750,32.229617],[118.769967,32.229838]],[[118.769967,32.229838],[118.770186,32.230061]],[[118.770186,32.230061],[118.770066,32.230147]],[[118.770066,32.230147],[118.770064,32.230149]],[[118.770064,32.230149],[118.770078,32.230165]],[[118.770066,32.230147],[118.769927,32.230008]],[[118.770078,32.230165],[118.770003,32.230218]],[[118.769835,32.230349],[118.770003,32.230218]]]},"properties":{"no":"375","name":"化机厂雨水管网","linenumber":"SNP51603YS000002","pipename":"化机厂04路YS000011","pipetype":"雨水管线","pipecode":"化机厂04路YS000011","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS1195","endposname":"YS1228","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"王江伟","acquisitiondate":"2020-07-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1092","dbtime":"2020-12-14 14:04:34.969423"}},{"type":"Feature","id":"管网.1093","geometry":{"type":"MultiLineString","coordinates":[[[118.767600,32.230215],[118.767588,32.230453]],[[118.767588,32.230453],[118.768098,32.230648]],[[118.768098,32.230648],[118.768141,32.230695]],[[118.768141,32.230695],[118.768139,32.230702]],[[118.767724,32.230159],[118.767866,32.230305]],[[118.767866,32.230305],[118.768220,32.230664]],[[118.768220,32.230664],[118.768370,32.230562]],[[118.768370,32.230562],[118.768363,32.230550]],[[118.768370,32.230562],[118.768550,32.230742]],[[118.768550,32.230742],[118.768524,32.230821]],[[118.768220,32.230664],[118.768232,32.230753]],[[118.767538,32.230205],[118.767487,32.230457]],[[118.767487,32.230457],[118.767754,32.230572]],[[118.767754,32.230572],[118.767963,32.230654]],[[118.768139,32.230702],[118.767963,32.230654]],[[118.768139,32.230702],[118.768232,32.230753]],[[118.768524,32.230821],[118.768232,32.230753]],[[118.768524,32.230821],[118.768651,32.230825]],[[118.768651,32.230825],[118.768885,32.230851]],[[118.768885,32.230851],[118.769104,32.230865]],[[118.769104,32.230865],[118.769120,32.230941]],[[118.767201,32.230356],[118.767398,32.230474]],[[118.767398,32.230474],[118.767397,32.230490]],[[118.767397,32.230490],[118.767347,32.230708]],[[118.767397,32.230490],[118.767404,32.230496]],[[118.768525,32.231747],[118.768736,32.231599]],[[118.768736,32.231599],[118.769259,32.231224]],[[118.769259,32.231224],[118.769306,32.231174]],[[118.769306,32.231174],[118.769133,32.230995]],[[118.769133,32.230995],[118.769143,32.230971]],[[118.769143,32.230971],[118.769161,32.230943]],[[118.768909,32.231889],[118.768765,32.231788]],[[118.768765,32.231788],[118.768624,32.231690]],[[118.768765,32.231788],[118.768530,32.231955]],[[118.768765,32.231788],[118.768976,32.231639]],[[118.768976,32.231639],[118.769194,32.231484]],[[118.769194,32.231484],[118.769422,32.231324]],[[118.769422,32.231324],[118.769983,32.230928]],[[118.769983,32.230928],[118.769968,32.230897]],[[118.769968,32.230897],[118.769937,32.230830]],[[118.766987,32.230199],[118.767016,32.230219]],[[118.767016,32.230219],[118.767218,32.230354]],[[118.767218,32.230354],[118.767413,32.230476]],[[118.767404,32.230496],[118.767413,32.230476]],[[118.767404,32.230496],[118.767490,32.230548]],[[118.767490,32.230548],[118.767762,32.230681]],[[118.767762,32.230681],[118.768042,32.230783]],[[118.768042,32.230783],[118.768292,32.230853]],[[118.768292,32.230853],[118.768565,32.230904]],[[118.768565,32.230904],[118.768811,32.230931]],[[118.768811,32.230931],[118.769021,32.230938]],[[118.769120,32.230941],[118.769021,32.230938]],[[118.769120,32.230941],[118.769161,32.230943]],[[118.769161,32.230943],[118.769350,32.230932]],[[118.769350,32.230932],[118.769654,32.230902]],[[118.769654,32.230902],[118.769895,32.230870]],[[118.769937,32.230830],[118.769895,32.230870]],[[118.769937,32.230830],[118.769945,32.230822]],[[118.769937,32.230830],[118.769945,32.230822]]]},"properties":{"no":"452","name":"化机厂雨水管网","linenumber":"SNP51603YS000002","pipename":"化机厂05路YS000012","pipetype":"雨水管线","pipecode":"化机厂05路YS000012","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS1268","endposname":"YS1310","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"王江伟","acquisitiondate":"2020-07-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1093","dbtime":"2020-12-14 14:04:34.999213"}},{"type":"Feature","id":"管网.1104","geometry":{"type":"MultiLineString","coordinates":[[[118.757813,32.218309],[118.757993,32.218203]],[[118.757993,32.218203],[118.758208,32.218102]],[[118.758208,32.218102],[118.758302,32.218043]],[[118.758470,32.218102],[118.758704,32.217973]],[[118.758780,32.218069],[118.758704,32.217973]],[[118.758780,32.218069],[118.758984,32.218340]],[[118.759072,32.218438],[118.758984,32.218340]],[[118.759072,32.218438],[118.759276,32.218697]],[[118.759276,32.218697],[118.759336,32.218781]]]},"properties":{"no":"1021","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区08路YS000023","pipetype":"雨水管线","pipecode":"无机区08路YS000023","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2251","endposname":"YS2326","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-03","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1104","dbtime":"2020-12-14 14:04:35.281037"}},{"type":"Feature","id":"管网.1094","geometry":{"type":"MultiLineString","coordinates":[[[118.771168,32.235399],[118.771370,32.235252]],[[118.771370,32.235252],[118.771390,32.235271]],[[118.771390,32.235271],[118.771450,32.235332]],[[118.771390,32.235271],[118.771519,32.235173]],[[118.771519,32.235173],[118.771329,32.234971]],[[118.771722,32.235207],[118.771650,32.235132]],[[118.771650,32.235132],[118.771620,32.235151]],[[118.771620,32.235151],[118.771615,32.235146]],[[118.771615,32.235146],[118.771545,32.235197]],[[118.771519,32.235173],[118.771545,32.235197]],[[118.771829,32.235174],[118.771505,32.234845]],[[118.771329,32.234971],[118.771505,32.234845]],[[118.771505,32.234845],[118.771686,32.234718]],[[118.771686,32.234718],[118.771947,32.234534]],[[118.771947,32.234534],[118.772046,32.234466]],[[118.772046,32.234466],[118.772192,32.234368]],[[118.772192,32.234368],[118.772641,32.234037]],[[118.772641,32.234037],[118.772863,32.233885]],[[118.772863,32.233885],[118.772968,32.233809]],[[118.772968,32.233809],[118.773108,32.233710]],[[118.772863,32.233885],[118.772762,32.233779]],[[118.772762,32.233779],[118.772515,32.233527]],[[118.772515,32.233527],[118.772298,32.233302]],[[118.772298,32.233302],[118.772241,32.233242]],[[118.772241,32.233242],[118.772174,32.233172]],[[118.772196,32.233225],[118.772226,32.233254]],[[118.772241,32.233242],[118.772226,32.233254]],[[118.772046,32.233161],[118.772094,32.233210]],[[118.772094,32.233210],[118.772112,32.233200]],[[118.772112,32.233200],[118.772120,32.233207]],[[118.772174,32.233172],[118.772120,32.233207]],[[118.772174,32.233172],[118.772230,32.233138]],[[118.772230,32.233138],[118.772073,32.232974]],[[118.772073,32.232974],[118.771685,32.232575]],[[118.771308,32.232832],[118.771545,32.232667]],[[118.771545,32.232667],[118.771591,32.232638]],[[118.771685,32.232575],[118.771591,32.232638]],[[118.771685,32.232575],[118.771749,32.232529]],[[118.771749,32.232529],[118.771636,32.232390]],[[118.771636,32.232390],[118.772185,32.232006]],[[118.772185,32.232006],[118.772244,32.231964]],[[118.771685,32.232575],[118.771626,32.232515]],[[118.771626,32.232515],[118.771555,32.232444]],[[118.771636,32.232390],[118.771555,32.232444]],[[118.771424,32.232538],[118.771227,32.232348]],[[118.771227,32.232348],[118.771052,32.232144]],[[118.771052,32.232144],[118.770966,32.232053]],[[118.770966,32.232053],[118.770884,32.231956]],[[118.770884,32.231956],[118.770788,32.231846]],[[118.770788,32.231846],[118.770649,32.231696]],[[118.770649,32.231696],[118.770440,32.231492]],[[118.770440,32.231492],[118.770303,32.231382]],[[118.770303,32.231382],[118.770244,32.231339]],[[118.770244,32.231339],[118.770133,32.231297]],[[118.770244,32.231339],[118.770133,32.231297]],[[118.771591,32.232638],[118.771267,32.232306]],[[118.771267,32.232306],[118.771088,32.232120]],[[118.771088,32.232120],[118.771110,32.232104]],[[118.771052,32.232144],[118.771088,32.232120]],[[118.770966,32.232053],[118.771018,32.232015]],[[118.770244,32.231339],[118.770168,32.231274]],[[118.772046,32.234466],[118.771335,32.233740]],[[118.771517,32.234026],[118.771279,32.233779]],[[118.771279,32.233779],[118.771296,32.233767]],[[118.771335,32.233740],[118.771296,32.233767]],[[118.771335,32.233740],[118.771395,32.233699]],[[118.771395,32.233699],[118.771662,32.233513]],[[118.771662,32.233513],[118.771877,32.233358]],[[118.772094,32.233210],[118.771877,32.233358]],[[118.771296,32.233767],[118.771286,32.233757]],[[118.771286,32.233757],[118.771087,32.233550]],[[118.771087,32.233550],[118.770776,32.233224]],[[118.770776,32.233224],[118.770844,32.233173]],[[118.770844,32.233173],[118.771071,32.233006]],[[118.771308,32.232832],[118.771071,32.233006]],[[118.770844,32.233173],[118.770748,32.233071]],[[118.771015,32.234349],[118.771092,32.234294]],[[118.771124,32.234500],[118.771207,32.234442]],[[118.771207,32.234442],[118.771217,32.234425]],[[118.771092,32.234294],[118.771217,32.234425]],[[118.771092,32.234294],[118.770852,32.234046]],[[118.770852,32.234046],[118.770605,32.233798]],[[118.770605,32.233798],[118.770351,32.233541]],[[118.770351,32.233541],[118.770354,32.233536]],[[118.770354,32.233536],[118.770239,32.233418]],[[118.770239,32.233418],[118.770131,32.233493]],[[118.769858,32.233169],[118.769939,32.233112]],[[118.769053,32.233724],[118.768799,32.233465]],[[118.768799,32.233465],[118.768517,32.233177]],[[118.768517,32.233177],[118.768650,32.233084]],[[118.768650,32.233084],[118.768813,32.232963]],[[118.768813,32.232963],[118.768995,32.232835]],[[118.768995,32.232835],[118.769284,32.232633]],[[118.769284,32.232633],[118.769318,32.232628]],[[118.769318,32.232628],[118.769406,32.232562]],[[118.768517,32.233177],[118.768485,32.233147]],[[118.768650,32.233084],[118.768620,32.233053]],[[118.768813,32.232963],[118.768786,32.232939]],[[118.768995,32.232835],[118.768967,32.232810]],[[118.768485,32.233147],[118.768378,32.233225]],[[118.768485,32.233147],[118.768620,32.233053]],[[118.768620,32.233053],[118.768786,32.232939]],[[118.768786,32.232939],[118.768967,32.232810]],[[118.768967,32.232810],[118.769367,32.232527]],[[118.769367,32.232527],[118.769201,32.232357]],[[118.769406,32.232562],[118.769367,32.232527]],[[118.769406,32.232562],[118.769563,32.232727]],[[118.769563,32.232727],[118.769770,32.232939]],[[118.769939,32.233112],[118.769770,32.232939]],[[118.769939,32.233112],[118.770048,32.233222]],[[118.770239,32.233418],[118.770048,32.233222]],[[118.770239,32.233418],[118.770560,32.233191]],[[118.770560,32.233191],[118.770556,32.233155]],[[118.770556,32.233155],[118.770623,32.233104]],[[118.770623,32.233104],[118.770638,32.233096]],[[118.770638,32.233096],[118.770666,32.233130]],[[118.770748,32.233071],[118.770666,32.233130]],[[118.770748,32.233071],[118.770919,32.232947]],[[118.770919,32.232947],[118.771274,32.232694]],[[118.771274,32.232694],[118.771276,32.232650]],[[118.771424,32.232538],[118.771276,32.232650]],[[118.770274,32.232674],[118.770230,32.232706]],[[118.770230,32.232706],[118.770431,32.232910]],[[118.770623,32.233104],[118.770431,32.232910]],[[118.770624,32.233220],[118.770606,32.233172]],[[118.770666,32.233130],[118.770606,32.233172]],[[118.770837,32.233316],[118.770785,32.233259]],[[118.770785,32.233259],[118.770751,32.233236]],[[118.770666,32.233130],[118.770751,32.233236]],[[118.770230,32.232706],[118.769932,32.232401]],[[118.769932,32.232401],[118.769776,32.232242]],[[118.769776,32.232242],[118.769583,32.232045]],[[118.769583,32.232045],[118.769518,32.231975]],[[118.769518,32.231975],[118.769433,32.231891]],[[118.769433,32.231891],[118.769373,32.231830]],[[118.769373,32.231830],[118.769411,32.231800]],[[118.769411,32.231800],[118.769851,32.231489]],[[118.769583,32.232045],[118.769757,32.231919]],[[118.769518,32.231975],[118.769543,32.231955]],[[118.769954,32.231523],[118.769921,32.231553]],[[118.769921,32.231553],[118.769796,32.231641]],[[118.769921,32.231553],[118.769880,32.231510]],[[118.769851,32.231489],[118.769880,32.231510]],[[118.769851,32.231489],[118.770086,32.231323]],[[118.769851,32.231489],[118.770086,32.231323]],[[118.770895,32.231616],[118.771015,32.231532]],[[118.771015,32.231532],[118.771583,32.231143]],[[118.771583,32.231143],[118.771907,32.230922]],[[118.771907,32.230922],[118.772059,32.230820]]]},"properties":{"no":"511","name":"化机厂雨水管网","linenumber":"SNP51603YS000002","pipename":"化机厂06路YS000013","pipetype":"雨水管线","pipecode":"化机厂06路YS000013","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS1325","endposname":"YS1475","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-14","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1094","dbtime":"2020-12-14 14:04:35.067091"}},{"type":"Feature","id":"管网.1095","geometry":{"type":"MultiLineString","coordinates":[[[118.773234,32.233784],[118.773108,32.233710]],[[118.773108,32.233710],[118.773053,32.233655]],[[118.773053,32.233655],[118.773060,32.233513]],[[118.773060,32.233513],[118.772723,32.233045]],[[118.772723,32.233045],[118.772623,32.232805]],[[118.772623,32.232805],[118.772314,32.232091]],[[118.772314,32.232091],[118.772244,32.231964]],[[118.772244,32.231964],[118.772164,32.231821]],[[118.772164,32.231821],[118.772192,32.231722]],[[118.772192,32.231722],[118.772151,32.231450]],[[118.772151,32.231450],[118.772160,32.231401]],[[118.772160,32.231401],[118.772059,32.230820]],[[118.772059,32.230820],[118.772014,32.230563]],[[118.772014,32.230563],[118.771855,32.230379]]]},"properties":{"no":"660","name":"化机厂雨水管网","linenumber":"SNP51603YS000002","pipename":"姜桥路YS000014","pipetype":"雨水管线","pipecode":"姜桥路YS000014","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS1463","endposname":"YS1477","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1095","dbtime":"2020-12-14 14:04:35.080221"}},{"type":"Feature","id":"管网.1096","geometry":{"type":"MultiLineString","coordinates":[[[118.767932,32.233606],[118.768072,32.233114]],[[118.768072,32.233114],[118.768250,32.232783]],[[118.768250,32.232783],[118.768364,32.232653]],[[118.768364,32.232653],[118.768802,32.232241]],[[118.768802,32.232241],[118.768986,32.232017]],[[118.768986,32.232017],[118.769595,32.231542]],[[118.769595,32.231542],[118.770230,32.231127]],[[118.770230,32.231127],[118.770501,32.231122]],[[118.770501,32.231122],[118.770572,32.231089]],[[118.770572,32.231089],[118.771195,32.230775]],[[118.771195,32.230775],[118.771401,32.230702]],[[118.771401,32.230702],[118.771815,32.230443]],[[118.771855,32.230379],[118.771815,32.230443]],[[118.771855,32.230379],[118.771910,32.230294]],[[118.771910,32.230294],[118.772366,32.230056]],[[118.772366,32.230056],[118.772734,32.229823]],[[118.772734,32.229823],[118.772974,32.229423]],[[118.772974,32.229423],[118.773291,32.228863]],[[118.773291,32.228863],[118.773373,32.228775]],[[118.773373,32.228775],[118.773693,32.228341]],[[118.773693,32.228341],[118.773853,32.228212]],[[118.773853,32.228212],[118.774171,32.227874]],[[118.774171,32.227874],[118.774313,32.227696]],[[118.774313,32.227696],[118.774384,32.227642]],[[118.774384,32.227642],[118.775155,32.227151]],[[118.775155,32.227151],[118.775475,32.226901]],[[118.775475,32.226901],[118.776032,32.226503]],[[118.776032,32.226503],[118.776143,32.226476]],[[118.776143,32.226476],[118.776212,32.226513]],[[118.776212,32.226513],[118.776525,32.226796]],[[118.776525,32.226796],[118.777253,32.227082]],[[118.777253,32.227082],[118.777303,32.227155]],[[118.777303,32.227155],[118.777872,32.227495]],[[118.777872,32.227495],[118.777962,32.227522]],[[118.777962,32.227522],[118.778128,32.227371]],[[118.778128,32.227371],[118.778398,32.227118]],[[118.778398,32.227118],[118.778772,32.226766]],[[118.778772,32.226766],[118.779552,32.225991]],[[118.779552,32.225991],[118.779665,32.225822]],[[118.779665,32.225822],[118.779935,32.225564]],[[118.779665,32.225822],[118.779935,32.225564]]]},"properties":{"no":"674","name":"化机厂雨水管网","linenumber":"SNP51603YS000002","pipename":"化机厂河流YS000015","pipetype":"雨水管线","pipecode":"化机厂河流YS000015","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS1478","endposname":"YS1516","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"王江伟","acquisitiondate":"2020-07-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1096","dbtime":"2020-12-14 14:04:35.101087"}},{"type":"Feature","id":"管网.1097","geometry":{"type":"MultiLineString","coordinates":[[[118.757828,32.216305],[118.757818,32.216293]],[[118.757574,32.216450],[118.757565,32.216438]],[[118.757818,32.216293],[118.757565,32.216438]],[[118.757818,32.216293],[118.757939,32.216164]],[[118.757939,32.216164],[118.758019,32.216115]],[[118.758085,32.216172],[118.758164,32.216270]],[[118.758164,32.216270],[118.758235,32.216229]],[[118.758235,32.216229],[118.758424,32.216121]],[[118.758424,32.216121],[118.758468,32.216093]],[[118.758468,32.216093],[118.758541,32.216053]],[[118.758541,32.216053],[118.758630,32.216166]],[[118.758630,32.216166],[118.758712,32.216272]],[[118.758712,32.216272],[118.758737,32.216303]],[[118.758737,32.216303],[118.758766,32.216338]],[[118.758766,32.216338],[118.758817,32.216400]],[[118.758630,32.216166],[118.758604,32.216185]],[[118.758737,32.216303],[118.758754,32.216277]],[[118.758766,32.216338],[118.758738,32.216355]],[[118.755977,32.213538],[118.756068,32.213660]],[[118.756068,32.213660],[118.756334,32.213992]],[[118.756334,32.213992],[118.756906,32.214699]],[[118.756906,32.214699],[118.757042,32.214868]],[[118.757042,32.214868],[118.757098,32.214939]],[[118.757098,32.214939],[118.757296,32.215191]],[[118.757296,32.215191],[118.757425,32.215354]],[[118.757425,32.215354],[118.757526,32.215484]],[[118.757526,32.215484],[118.757657,32.215652]],[[118.757243,32.215222],[118.757287,32.215195]],[[118.757296,32.215191],[118.757287,32.215195]],[[118.757370,32.215384],[118.757416,32.215359]],[[118.757425,32.215354],[118.757416,32.215359]],[[118.757604,32.215683],[118.757649,32.215657]],[[118.757657,32.215652],[118.757649,32.215657]],[[118.757755,32.215876],[118.757799,32.215850]],[[118.757799,32.215850],[118.757807,32.215846]],[[118.757878,32.216034],[118.757922,32.216009]],[[118.757922,32.216009],[118.757931,32.216004]],[[118.757365,32.215532],[118.757473,32.215516]],[[118.757526,32.215484],[118.757473,32.215516]],[[118.757654,32.215892],[118.757672,32.215882]],[[118.757672,32.215882],[118.757776,32.216009]],[[118.757776,32.216009],[118.757813,32.216024]],[[118.757776,32.216009],[118.757888,32.215947]],[[118.757657,32.215652],[118.757807,32.215846]],[[118.757807,32.215846],[118.757888,32.215947]],[[118.757931,32.216004],[118.757888,32.215947]],[[118.758019,32.216115],[118.757931,32.216004]],[[118.758019,32.216115],[118.758055,32.216161]],[[118.758055,32.216161],[118.758175,32.216315]],[[118.758175,32.216315],[118.758296,32.216472]],[[118.758296,32.216472],[118.758329,32.216511]],[[118.758329,32.216511],[118.758415,32.216622]],[[118.758415,32.216622],[118.758428,32.216638]],[[118.758055,32.216161],[118.758046,32.216166]],[[118.758124,32.216348],[118.758166,32.216320]],[[118.758175,32.216315],[118.758166,32.216320]],[[118.758244,32.216504],[118.758288,32.216476]],[[118.758296,32.216472],[118.758288,32.216476]],[[118.758329,32.216511],[118.758673,32.216317]],[[118.758363,32.216655],[118.758406,32.216627]],[[118.758415,32.216622],[118.758406,32.216627]],[[118.758428,32.216638],[118.758598,32.216537]],[[118.758598,32.216537],[118.758681,32.216485]],[[118.758681,32.216485],[118.758794,32.216414]],[[118.758817,32.216400],[118.758794,32.216414]],[[118.758817,32.216400],[118.758857,32.216378]],[[118.758857,32.216378],[118.758920,32.216448]]]},"properties":{"no":"715","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区01路YS000016","pipetype":"雨水管线","pipecode":"无机区01路YS000016","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2001","endposname":"YS2068","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-04","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1097","dbtime":"2020-12-14 14:04:35.135843"}},{"type":"Feature","id":"管网.1105","geometry":{"type":"MultiLineString","coordinates":[[[118.758737,32.217913],[118.758740,32.217874]],[[118.758740,32.217874],[118.758750,32.217856]],[[118.758750,32.217856],[118.759001,32.217705]],[[118.759001,32.217705],[118.758992,32.217674]],[[118.758992,32.217674],[118.758953,32.217627]],[[118.758953,32.217627],[118.758946,32.217615]],[[118.758258,32.217381],[118.758347,32.217491]],[[118.758734,32.217828],[118.758694,32.217779]],[[118.758694,32.217779],[118.758685,32.217774]],[[118.758347,32.217491],[118.758379,32.217475]],[[118.758347,32.217491],[118.758479,32.217653]],[[118.758479,32.217653],[118.758612,32.217819]],[[118.758685,32.217774],[118.758612,32.217819]],[[118.758946,32.217615],[118.758685,32.217774]],[[118.758946,32.217615],[118.759252,32.217428]]]},"properties":{"no":"1030","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区09路YS000024","pipetype":"雨水管线","pipecode":"无机区09路YS000024","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2327","endposname":"YS2342","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-03","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1105","dbtime":"2020-12-14 14:04:35.292555"}},{"type":"Feature","id":"管网.1098","geometry":{"type":"MultiLineString","coordinates":[[[118.758082,32.217196],[118.758156,32.217167]],[[118.758156,32.217167],[118.758097,32.217162]],[[118.758156,32.217167],[118.758770,32.216806]],[[118.758770,32.216806],[118.758617,32.216618]],[[118.758140,32.216912],[118.758134,32.216904]],[[118.758241,32.216854],[118.758234,32.216843]],[[118.757786,32.216749],[118.757847,32.216713]],[[118.757847,32.216713],[118.757959,32.216849]],[[118.757959,32.216849],[118.757903,32.216883]],[[118.757959,32.216849],[118.758050,32.216955]],[[118.758050,32.216955],[118.758056,32.216964]],[[118.758134,32.216904],[118.758050,32.216955]],[[118.758134,32.216904],[118.758234,32.216843]],[[118.758617,32.216618],[118.758234,32.216843]],[[118.758617,32.216618],[118.758658,32.216606]],[[118.758920,32.216448],[118.758658,32.216606]],[[118.759147,32.216287],[118.759159,32.216302]],[[118.759159,32.216302],[118.759163,32.216308]],[[118.759147,32.216287],[118.759084,32.216322]],[[118.758920,32.216448],[118.759163,32.216308]],[[118.759163,32.216308],[118.759346,32.216214]],[[118.760321,32.217728],[118.760399,32.217675]],[[118.760399,32.217675],[118.760286,32.217537]],[[118.760286,32.217537],[118.760103,32.217313]],[[118.760103,32.217313],[118.759807,32.216952]],[[118.759807,32.216952],[118.759682,32.216803]],[[118.759685,32.217047],[118.759675,32.217034]],[[118.759675,32.217034],[118.759668,32.217037]],[[118.759675,32.217034],[118.759797,32.216958]],[[118.759807,32.216952],[118.759797,32.216958]],[[118.759682,32.216803],[118.759392,32.216447]],[[118.759392,32.216447],[118.759261,32.216290]],[[118.760286,32.217537],[118.760367,32.217488]],[[118.760103,32.217313],[118.760178,32.217257]],[[118.759457,32.216380],[118.759342,32.216234]],[[118.759261,32.216290],[118.759342,32.216234]],[[118.759342,32.216234],[118.759379,32.216207]],[[118.759346,32.216214],[118.759379,32.216207]],[[118.759379,32.216207],[118.759467,32.216174]],[[118.759467,32.216174],[118.759480,32.216189]],[[118.759480,32.216189],[118.759692,32.216044]],[[118.759692,32.216044],[118.759685,32.216038]],[[118.759692,32.216044],[118.759978,32.215839]],[[118.759978,32.215839],[118.760109,32.215743]],[[118.760109,32.215743],[118.760259,32.215638]],[[118.760259,32.215638],[118.760338,32.215580]],[[118.760338,32.215580],[118.760493,32.215468]],[[118.760493,32.215468],[118.760650,32.215354]],[[118.760650,32.215354],[118.760725,32.215304]],[[118.760725,32.215304],[118.760813,32.215237]],[[118.760813,32.215237],[118.760902,32.215173]],[[118.760902,32.215173],[118.760990,32.215114]],[[118.760990,32.215114],[118.761070,32.215053]],[[118.761070,32.215053],[118.761162,32.214988]],[[118.761162,32.214988],[118.761256,32.214923]],[[118.761256,32.214923],[118.761358,32.214848]],[[118.759978,32.215839],[118.759971,32.215832]],[[118.760109,32.215743],[118.760103,32.215737]],[[118.760259,32.215638],[118.760251,32.215631]],[[118.760338,32.215580],[118.760336,32.215570]],[[118.760493,32.215468],[118.760486,32.215462]],[[118.760650,32.215354],[118.760643,32.215349]],[[118.760725,32.215304],[118.760709,32.215301]],[[118.760813,32.215237],[118.760807,32.215231]],[[118.760902,32.215173],[118.760897,32.215167]],[[118.760990,32.215114],[118.760982,32.215106]],[[118.761070,32.215053],[118.761063,32.215047]],[[118.761162,32.214988],[118.761155,32.214981]],[[118.761256,32.214923],[118.761244,32.214917]],[[118.761358,32.214848],[118.761353,32.214840]],[[118.761358,32.214848],[118.761393,32.214882]],[[118.762086,32.214276],[118.762499,32.213973]],[[118.761231,32.214559],[118.761079,32.214409]],[[118.761079,32.214409],[118.761075,32.214363]],[[118.761075,32.214363],[118.761515,32.214048]],[[118.761515,32.214048],[118.762034,32.213678]],[[118.762034,32.213678],[118.762159,32.213590]],[[118.762159,32.213590],[118.762252,32.213680]],[[118.762252,32.213680],[118.762268,32.213669]],[[118.762268,32.213669],[118.762367,32.213765]],[[118.762367,32.213765],[118.762484,32.213871]],[[118.762484,32.213871],[118.762530,32.213914]],[[118.762530,32.213914],[118.762490,32.213945]],[[118.762490,32.213945],[118.762499,32.213960]],[[118.762499,32.213960],[118.762491,32.213965]],[[118.762499,32.213973],[118.762491,32.213965]],[[118.762499,32.213973],[118.762505,32.213977]],[[118.762505,32.213977],[118.762565,32.214036]],[[118.761676,32.214558],[118.761689,32.214570]],[[118.761689,32.214570],[118.761779,32.214503]],[[118.761779,32.214503],[118.761834,32.214462]],[[118.761834,32.214462],[118.762045,32.214307]],[[118.761779,32.214503],[118.761792,32.214516]],[[118.761792,32.214516],[118.761845,32.214572]],[[118.761834,32.214462],[118.761846,32.214475]],[[118.761846,32.214475],[118.761910,32.214528]],[[118.762233,32.216797],[118.762174,32.216737]],[[118.762174,32.216737],[118.762102,32.216664]],[[118.762102,32.216664],[118.762030,32.216590]],[[118.762030,32.216590],[118.761956,32.216516]],[[118.761956,32.216516],[118.761896,32.216457]],[[118.761896,32.216457],[118.761866,32.216425]],[[118.761866,32.216425],[118.761808,32.216365]],[[118.761808,32.216365],[118.761749,32.216303]],[[118.761749,32.216303],[118.761678,32.216229]],[[118.761678,32.216229],[118.761609,32.216179]],[[118.761609,32.216179],[118.761549,32.216122]],[[118.761549,32.216122],[118.761466,32.216037]],[[118.761466,32.216037],[118.761419,32.215983]],[[118.761419,32.215983],[118.761369,32.215919]],[[118.761369,32.215919],[118.761286,32.215829]],[[118.761286,32.215829],[118.761214,32.215756]],[[118.761214,32.215756],[118.761167,32.215711]],[[118.761167,32.215711],[118.761122,32.215666]],[[118.761122,32.215666],[118.761076,32.215619]],[[118.761076,32.215619],[118.761029,32.215574]],[[118.761029,32.215574],[118.760984,32.215529]],[[118.760984,32.215529],[118.760938,32.215484]],[[118.760938,32.215484],[118.760891,32.215439]],[[118.760891,32.215439],[118.760827,32.215377]],[[118.760827,32.215377],[118.760804,32.215354]],[[118.760804,32.215354],[118.760783,32.215334]],[[118.760783,32.215334],[118.760776,32.215326]],[[118.759457,32.216380],[118.759463,32.216377]],[[118.759457,32.216380],[118.759496,32.216318]],[[118.759496,32.216318],[118.759464,32.216257]],[[118.759464,32.216257],[118.759564,32.216200]],[[118.759564,32.216200],[118.759798,32.216032]],[[118.759798,32.216032],[118.760051,32.215848]],[[118.760051,32.215848],[118.760447,32.215563]],[[118.760447,32.215563],[118.760689,32.215389]],[[118.760776,32.215326],[118.760689,32.215389]],[[118.760776,32.215326],[118.761177,32.215038]],[[118.761393,32.214882],[118.761177,32.215038]],[[118.761393,32.214882],[118.761572,32.214754]],[[118.761572,32.214754],[118.761581,32.214763]],[[118.761581,32.214763],[118.761682,32.214689]],[[118.761845,32.214572],[118.761682,32.214689]],[[118.761845,32.214572],[118.761882,32.214548]],[[118.761910,32.214528],[118.761882,32.214548]],[[118.761910,32.214528],[118.762047,32.214431]],[[118.761882,32.214548],[118.761868,32.214592]],[[118.762027,32.214589],[118.762131,32.214514]],[[118.762367,32.214595],[118.762274,32.214660]],[[118.762131,32.214514],[118.762274,32.214660]],[[118.762047,32.214431],[118.762131,32.214514]],[[118.762047,32.214431],[118.762108,32.214390]],[[118.762108,32.214390],[118.762208,32.214308]],[[118.762208,32.214308],[118.762385,32.214175]],[[118.762385,32.214175],[118.762466,32.214112]],[[118.762208,32.214308],[118.762142,32.214242]],[[118.762385,32.214175],[118.762319,32.214112]],[[118.763050,32.214701],[118.762477,32.214124]],[[118.762466,32.214112],[118.762477,32.214124]],[[118.762565,32.214036],[118.762466,32.214112]],[[118.762565,32.214036],[118.762570,32.214042]],[[118.762565,32.214036],[118.762884,32.213805]],[[118.762914,32.213818],[118.762904,32.213825]],[[118.762884,32.213805],[118.762904,32.213825]],[[118.762884,32.213805],[118.762939,32.213764]],[[118.762939,32.213764],[118.763123,32.213628]],[[118.763123,32.213628],[118.763153,32.213654]],[[118.763153,32.213654],[118.763496,32.213432]],[[118.763496,32.213432],[118.763721,32.213623]],[[118.763721,32.213623],[118.763779,32.213579]],[[118.763779,32.213579],[118.763891,32.213493]],[[118.763891,32.213493],[118.763989,32.213417]],[[118.763891,32.213493],[118.763989,32.213417]]]},"properties":{"no":"782","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区02路YS000017","pipetype":"雨水管线","pipecode":"无机区02路YS000017","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2069","endposname":"YS2232","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-05","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1098","dbtime":"2020-12-14 14:04:35.210709"}},{"type":"Feature","id":"管网.1099","geometry":{"type":"MultiLineString","coordinates":[[[118.759964,32.210867],[118.760327,32.211233]],[[118.760327,32.211233],[118.760776,32.211680]],[[118.760776,32.211680],[118.761383,32.212288]],[[118.761383,32.212288],[118.761656,32.212561]],[[118.761656,32.212561],[118.761821,32.212703]],[[118.761821,32.212703],[118.762062,32.212906]],[[118.762062,32.212906],[118.762365,32.213207]],[[118.762365,32.213207],[118.762659,32.213502]],[[118.762659,32.213502],[118.762781,32.213617]],[[118.762939,32.213764],[118.762781,32.213617]]]},"properties":{"no":"950","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区03路YS000018","pipetype":"雨水管线","pipecode":"无机区03路YS000018","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2234","endposname":"YS2226","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-11","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1099","dbtime":"2020-12-14 14:04:35.222354"}},{"type":"Feature","id":"管网.1100","geometry":{"type":"MultiLineString","coordinates":[[[118.757502,32.218158],[118.757641,32.218076]],[[118.757641,32.218076],[118.757495,32.217894]],[[118.757495,32.217894],[118.758051,32.217562]],[[118.758051,32.217562],[118.758411,32.218004]],[[118.758411,32.218004],[118.758470,32.218102]],[[118.757796,32.218271],[118.757813,32.218309]],[[118.757863,32.218363],[118.757832,32.218325]],[[118.757813,32.218309],[118.757832,32.218325]],[[118.758021,32.218269],[118.757990,32.218232]],[[118.757990,32.218232],[118.757993,32.218203]],[[118.758213,32.218155],[118.758187,32.218116]],[[118.758187,32.218116],[118.758208,32.218102]],[[118.758307,32.218105],[118.758278,32.218052]],[[118.758278,32.218052],[118.758302,32.218043]],[[118.758470,32.218102],[118.758302,32.218043]],[[118.758756,32.219029],[118.758447,32.218647]],[[118.758447,32.218647],[118.758919,32.218369]],[[118.759059,32.218773],[118.759184,32.218699]],[[118.758919,32.218369],[118.759184,32.218699]],[[118.758162,32.218297],[118.758232,32.218385]],[[118.758447,32.218647],[118.758232,32.218385]],[[118.758232,32.218385],[118.758543,32.218201]],[[118.758543,32.218201],[118.758694,32.218113]],[[118.758470,32.218102],[118.758543,32.218201]],[[118.759030,32.218485],[118.759076,32.218455]],[[118.759076,32.218455],[118.759072,32.218438]],[[118.759211,32.218707],[118.759260,32.218680]],[[118.759260,32.218680],[118.759276,32.218697]],[[118.758716,32.218095],[118.758767,32.218070]],[[118.758767,32.218070],[118.758780,32.218069]],[[118.758912,32.218339],[118.758963,32.218314]],[[118.758963,32.218314],[118.758984,32.218340]],[[118.758919,32.218369],[118.758984,32.218340]]]},"properties":{"no":"960","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区旭东大道YS000019","pipetype":"雨水管线","pipecode":"无机区旭东大道YS000019","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2244","endposname":"YS2283","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-03","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1100","dbtime":"2020-12-14 14:04:35.241781"}},{"type":"Feature","id":"管网.1101","geometry":{"type":"MultiLineString","coordinates":[[[118.758118,32.219897],[118.758108,32.219903]],[[118.758367,32.220205],[118.758359,32.220211]],[[118.758616,32.220510],[118.758607,32.220516]],[[118.758868,32.220820],[118.758859,32.220826]],[[118.759111,32.221118],[118.759102,32.221123]],[[118.759367,32.221431],[118.759357,32.221436]],[[118.759763,32.221328],[118.759771,32.221338]],[[118.760108,32.221125],[118.760117,32.221134]]]},"properties":{"no":"993","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区05路YS000020","pipetype":"雨水管线","pipecode":"无机区05路YS000020","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2284","endposname":"YS2299","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-04","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1101","dbtime":"2020-12-14 14:04:35.251133"}},{"type":"Feature","id":"管网.1102","geometry":{"type":"MultiLineString","coordinates":[[[118.759439,32.220315],[118.759517,32.220273]],[[118.759521,32.220415],[118.759598,32.220371]],[[118.759603,32.220516],[118.759673,32.220465]],[[118.759634,32.220655],[118.759627,32.220645]],[[118.759627,32.220645],[118.759730,32.220578]],[[118.759730,32.220578],[118.759737,32.220587]],[[118.759737,32.220587],[118.759790,32.220651]],[[118.759737,32.220587],[118.759761,32.220572]]]},"properties":{"no":"1001","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区B2路YS000021","pipetype":"雨水管线","pipecode":"无机区B2路YS000021","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2300","endposname":"YS2311","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-04","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1102","dbtime":"2020-12-14 14:04:35.260131"}},{"type":"Feature","id":"管网.1103","geometry":{"type":"MultiLineString","coordinates":[[[118.763741,32.216933],[118.763782,32.216892]],[[118.763782,32.216892],[118.763789,32.216885]],[[118.763607,32.216796],[118.763652,32.216763]],[[118.763652,32.216763],[118.763661,32.216756]],[[118.763479,32.216666],[118.763519,32.216629]],[[118.763519,32.216629],[118.763528,32.216620]],[[118.763305,32.216490],[118.763347,32.216456]],[[118.763347,32.216456],[118.763355,32.216450]],[[118.763789,32.216885],[118.763661,32.216756]],[[118.763661,32.216756],[118.763528,32.216620]],[[118.763528,32.216620],[118.763355,32.216450]],[[118.763355,32.216450],[118.763212,32.216318]]]},"properties":{"no":"1009","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区07路YS000022","pipetype":"雨水管线","pipecode":"无机区07路YS000022","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2312","endposname":"YS2324","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-05","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1103","dbtime":"2020-12-14 14:04:35.271055"}},{"type":"Feature","id":"管网.1153","geometry":{"type":"MultiLineString","coordinates":[[[118.771920,32.226304],[118.771822,32.226378]],[[118.771822,32.226378],[118.771573,32.226563]],[[118.771573,32.226563],[118.771390,32.226702]],[[118.771390,32.226702],[118.771337,32.226741]],[[118.771337,32.226741],[118.771258,32.226798]]]},"properties":{"no":"2410","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区助剂大道YS000072","pipetype":"雨水管线","pipecode":"有机区助剂大道YS000072","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4675","endposname":"YS4680","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1153","dbtime":"2020-12-14 14:04:36.210831"}},{"type":"Feature","id":"管网.1106","geometry":{"type":"MultiLineString","coordinates":[[[118.758860,32.217159],[118.758898,32.217136]],[[118.758898,32.217136],[118.758973,32.217091]],[[118.758973,32.217091],[118.759160,32.217323]],[[118.759252,32.217428],[118.759160,32.217323]],[[118.759252,32.217428],[118.759378,32.217587]],[[118.759378,32.217587],[118.759557,32.217812]],[[118.759557,32.217812],[118.759749,32.218038]],[[118.759749,32.218038],[118.760032,32.218370]],[[118.759087,32.217366],[118.759144,32.217333]],[[118.759160,32.217323],[118.759144,32.217333]],[[118.759304,32.217630],[118.759359,32.217597]],[[118.759378,32.217587],[118.759359,32.217597]],[[118.759485,32.217853],[118.759541,32.217818]],[[118.759557,32.217812],[118.759541,32.217818]],[[118.759674,32.218084],[118.759728,32.218050]],[[118.759749,32.218038],[118.759728,32.218050]]]},"properties":{"no":"1045","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区B3路YS000025","pipetype":"雨水管线","pipecode":"无机区B3路YS000025","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2343","endposname":"YS2349","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-03","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1106","dbtime":"2020-12-14 14:04:35.305241"}},{"type":"Feature","id":"管网.1107","geometry":{"type":"MultiLineString","coordinates":[[[118.759596,32.219335],[118.759602,32.219309]],[[118.759602,32.219309],[118.759497,32.219332]],[[118.759602,32.219309],[118.759606,32.219284]],[[118.759606,32.219284],[118.759382,32.219009]],[[118.759382,32.219009],[118.759351,32.218965]],[[118.759351,32.218965],[118.759344,32.218898]],[[118.759344,32.218898],[118.759288,32.218827]],[[118.759288,32.218827],[118.759276,32.218813]],[[118.757823,32.219315],[118.757807,32.219310]],[[118.757807,32.219310],[118.757825,32.219256]],[[118.757807,32.219310],[118.757555,32.219458]],[[118.757555,32.219458],[118.757526,32.219472]],[[118.757555,32.219458],[118.757804,32.219682]],[[118.757873,32.219765],[118.757815,32.219695]],[[118.757804,32.219682],[118.757815,32.219695]],[[118.757991,32.219359],[118.757841,32.219191]],[[118.757841,32.219191],[118.757853,32.219080]],[[118.757853,32.219080],[118.758012,32.218983]],[[118.758012,32.218983],[118.758040,32.218967]],[[118.758040,32.218967],[118.758120,32.219068]],[[118.758120,32.219068],[118.758233,32.219208]],[[118.758233,32.219208],[118.758359,32.219355]],[[118.758142,32.219607],[118.758082,32.219537]],[[118.758082,32.219537],[118.758070,32.219525]],[[118.758378,32.219468],[118.758321,32.219396]],[[118.758321,32.219396],[118.758307,32.219386]],[[118.757804,32.219682],[118.758070,32.219525]],[[118.758070,32.219525],[118.758307,32.219386]],[[118.758359,32.219355],[118.758307,32.219386]],[[118.758359,32.219355],[118.758456,32.219297]],[[118.758456,32.219297],[118.758563,32.219235]],[[118.758563,32.219235],[118.758910,32.219030]],[[118.758631,32.219319],[118.758573,32.219248]],[[118.758563,32.219235],[118.758573,32.219248]],[[118.758979,32.219114],[118.758919,32.219044]],[[118.758910,32.219030],[118.758919,32.219044]],[[118.759276,32.218813],[118.758910,32.219030]],[[118.759336,32.218781],[118.759276,32.218813]],[[118.759336,32.218781],[118.759542,32.218664]],[[118.759542,32.218664],[118.759822,32.218497]],[[118.760032,32.218370],[118.759822,32.218497]],[[118.760032,32.218370],[118.760166,32.218295]],[[118.760166,32.218295],[118.760476,32.218112]],[[118.760476,32.218112],[118.760661,32.217998]],[[118.759607,32.218745],[118.759551,32.218674]],[[118.759542,32.218664],[118.759551,32.218674]],[[118.759930,32.218552],[118.759830,32.218508]],[[118.759822,32.218497],[118.759830,32.218508]],[[118.760239,32.218372],[118.760186,32.218298]],[[118.760166,32.218295],[118.760186,32.218298]],[[118.760540,32.218194],[118.760488,32.218122]],[[118.760476,32.218112],[118.760488,32.218122]]]},"properties":{"no":"1061","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区11路YS000026","pipetype":"雨水管线","pipecode":"无机区11路YS000026","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2359","endposname":"YS2400","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-03","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1107","dbtime":"2020-12-14 14:04:35.334077"}},{"type":"Feature","id":"管网.1108","geometry":{"type":"MultiLineString","coordinates":[[[118.758108,32.219903],[118.758038,32.219817]],[[118.758108,32.219903],[118.758359,32.220211]],[[118.758359,32.220211],[118.758607,32.220516]],[[118.758607,32.220516],[118.758859,32.220826]],[[118.758859,32.220826],[118.759102,32.221123]],[[118.759102,32.221123],[118.759357,32.221436]],[[118.759357,32.221436],[118.759441,32.221532]],[[118.759771,32.221338],[118.759441,32.221532]],[[118.759771,32.221338],[118.760117,32.221134]],[[118.760117,32.221134],[118.760178,32.221099]],[[118.760178,32.221099],[118.760181,32.221075]]]},"properties":{"no":"1113","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区12路YS000027","pipetype":"雨水管线","pipecode":"无机区12路YS000027","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2410","endposname":"YS2413","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-04","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1108","dbtime":"2020-12-14 14:04:35.345151"}},{"type":"Feature","id":"管网.1109","geometry":{"type":"MultiLineString","coordinates":[[[118.758278,32.219848],[118.758273,32.219851]],[[118.758273,32.219851],[118.758252,32.219824]],[[118.758252,32.219824],[118.758281,32.219806]],[[118.758252,32.219824],[118.758217,32.219849]],[[118.758217,32.219849],[118.758177,32.219867]],[[118.758217,32.219849],[118.758328,32.219987]],[[118.758367,32.219965],[118.758354,32.219969]],[[118.758328,32.219987],[118.758354,32.219969]],[[118.758328,32.219987],[118.758461,32.220152]],[[118.758461,32.220152],[118.758704,32.220455]],[[118.758461,32.220152],[118.758422,32.220170]],[[118.758704,32.220455],[118.758671,32.220474]],[[118.758925,32.220786],[118.758958,32.220772]],[[118.759170,32.221086],[118.759199,32.221070]],[[118.759393,32.221359],[118.759467,32.221374]],[[118.758704,32.220455],[118.758958,32.220772]],[[118.758958,32.220772],[118.759199,32.221070]],[[118.759199,32.221070],[118.759467,32.221374]],[[118.759467,32.221374],[118.759486,32.221365]],[[118.759486,32.221365],[118.759692,32.221241]],[[118.759486,32.221365],[118.759425,32.221299]],[[118.759692,32.221241],[118.759722,32.221281]],[[118.759692,32.221241],[118.759736,32.221214]],[[118.759736,32.221214],[118.760038,32.221041]],[[118.760038,32.221041],[118.760068,32.221078]],[[118.760038,32.221041],[118.760106,32.220996]]]},"properties":{"no":"1124","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区13路YS000028","pipetype":"雨水管线","pipecode":"无机区13路YS000028","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2414","endposname":"YS2440","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-04","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1109","dbtime":"2020-12-14 14:04:35.360749"}},{"type":"Feature","id":"管网.1110","geometry":{"type":"MultiLineString","coordinates":[[[118.758394,32.219574],[118.758363,32.219536]],[[118.758363,32.219536],[118.758463,32.219476]],[[118.758463,32.219476],[118.758554,32.219590]],[[118.758554,32.219590],[118.758524,32.219607]],[[118.758554,32.219590],[118.758686,32.219753]],[[118.758686,32.219753],[118.758587,32.219814]],[[118.758587,32.219814],[118.758797,32.220068]],[[118.758797,32.220068],[118.758939,32.220242]],[[118.758939,32.220242],[118.759324,32.220717]],[[118.759324,32.220717],[118.759541,32.220979]],[[118.759736,32.221214],[118.759541,32.220979]]]},"properties":{"no":"1150","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区14路YS000029","pipetype":"雨水管线","pipecode":"无机区14路YS000029","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2441","endposname":"YS2437","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-04","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1110","dbtime":"2020-12-14 14:04:35.371779"}},{"type":"Feature","id":"管网.1111","geometry":{"type":"MultiLineString","coordinates":[[[118.758901,32.219346],[118.758844,32.219378]],[[118.758844,32.219378],[118.758785,32.219375]],[[118.759078,32.219563],[118.759020,32.219596]],[[118.759020,32.219596],[118.758962,32.219592]],[[118.759277,32.219808],[118.759218,32.219839]],[[118.759218,32.219839],[118.759207,32.219892]],[[118.759504,32.220086],[118.759449,32.220122]],[[118.759449,32.220122],[118.759444,32.220182]],[[118.759739,32.220375],[118.759682,32.220407]],[[118.759673,32.220465],[118.759682,32.220407]],[[118.759949,32.220632],[118.759894,32.220665]],[[118.759894,32.220665],[118.759857,32.220690]],[[118.758785,32.219375],[118.758841,32.219442]],[[118.758841,32.219442],[118.758923,32.219543]],[[118.758962,32.219592],[118.758923,32.219543]],[[118.758962,32.219592],[118.759207,32.219892]],[[118.759207,32.219892],[118.759444,32.220182]],[[118.759517,32.220273],[118.759444,32.220182]],[[118.759517,32.220273],[118.759598,32.220371]],[[118.759598,32.220371],[118.759673,32.220465]],[[118.759673,32.220465],[118.759761,32.220572]],[[118.759761,32.220572],[118.759857,32.220690]],[[118.759857,32.220690],[118.760015,32.220883]],[[118.760106,32.220996],[118.760015,32.220883]],[[118.760181,32.221075],[118.760106,32.220996]],[[118.760087,32.220720],[118.760156,32.220805]],[[118.760156,32.220805],[118.760173,32.220908]],[[118.760173,32.220908],[118.760125,32.220949]],[[118.760106,32.220996],[118.760125,32.220949]]]},"properties":{"no":"1161","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区B2路YS000030","pipetype":"雨水管线","pipecode":"无机区B2路YS000030","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2452","endposname":"YS2440","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-04","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1111","dbtime":"2020-12-14 14:04:35.389411"}},{"type":"Feature","id":"管网.1112","geometry":{"type":"MultiLineString","coordinates":[[[118.760267,32.220860],[118.760333,32.220886]],[[118.760333,32.220886],[118.760388,32.220882]],[[118.760388,32.220882],[118.760941,32.220557]],[[118.760941,32.220557],[118.761584,32.220178]],[[118.761584,32.220178],[118.762039,32.219909]],[[118.762039,32.219909],[118.762089,32.219972]],[[118.762089,32.219972],[118.762155,32.219976]],[[118.762155,32.219976],[118.762272,32.219944]]]},"properties":{"no":"1190","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区16路YS000031","pipetype":"雨水管线","pipecode":"无机区16路YS000031","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2476","endposname":"YS2484","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-04","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1112","dbtime":"2020-12-14 14:04:35.398869"}},{"type":"Feature","id":"管网.1113","geometry":{"type":"MultiLineString","coordinates":[[[118.760181,32.221075],[118.760602,32.220828]],[[118.760602,32.220828],[118.761123,32.220519]],[[118.761123,32.220519],[118.761612,32.220232]],[[118.761612,32.220232],[118.762212,32.219885]],[[118.762212,32.219885],[118.762462,32.220146]],[[118.762462,32.220146],[118.762641,32.220443]],[[118.762462,32.220146],[118.762641,32.220443]]]},"properties":{"no":"1198","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区17路YS000032","pipetype":"雨水管线","pipecode":"无机区17路YS000032","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2413","endposname":"YS2489","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-04","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1113","dbtime":"2020-12-14 14:04:35.407877"}},{"type":"Feature","id":"管网.1114","geometry":{"type":"MultiLineString","coordinates":[[[118.761098,32.216180],[118.761680,32.216767]],[[118.761680,32.216767],[118.761535,32.216869]],[[118.760961,32.216114],[118.760953,32.216107]],[[118.760953,32.216107],[118.760849,32.216183]],[[118.760849,32.216183],[118.760853,32.216187]],[[118.760853,32.216187],[118.760836,32.216200]],[[118.760836,32.216200],[118.760691,32.216305]],[[118.761535,32.216869],[118.760836,32.216200]],[[118.761535,32.216869],[118.761550,32.216876]],[[118.761550,32.216876],[118.761557,32.216872]],[[118.761550,32.216876],[118.761557,32.216872]],[[118.760691,32.216305],[118.760596,32.216219]],[[118.760596,32.216219],[118.760733,32.216123]],[[118.760596,32.216219],[118.760420,32.216347]],[[118.760420,32.216347],[118.760205,32.216502]],[[118.760205,32.216502],[118.759929,32.216704]],[[118.759929,32.216704],[118.760070,32.216841]],[[118.760070,32.216841],[118.760239,32.217011]],[[118.760239,32.217011],[118.760294,32.217065]],[[118.760294,32.217065],[118.760380,32.217151]],[[118.760380,32.217151],[118.760492,32.217263]],[[118.760492,32.217263],[118.760599,32.217372]],[[118.760599,32.217372],[118.760678,32.217450]],[[118.760678,32.217450],[118.760838,32.217619]],[[118.760678,32.217450],[118.760687,32.217445]],[[118.760678,32.217450],[118.760673,32.217457]],[[118.760492,32.217263],[118.760448,32.217245]],[[118.760492,32.217263],[118.760474,32.217224]],[[118.760239,32.217011],[118.760221,32.216969]],[[118.760239,32.217011],[118.760194,32.216990]],[[118.759929,32.216704],[118.759968,32.216688]],[[118.759929,32.216704],[118.759870,32.216652]],[[118.760143,32.216538],[118.760194,32.216497]],[[118.760194,32.216497],[118.760129,32.216468]],[[118.760205,32.216502],[118.760194,32.216497]],[[118.760420,32.216347],[118.760374,32.216377]],[[118.760420,32.216347],[118.760430,32.216335]],[[118.760596,32.216219],[118.760599,32.216207]],[[118.761642,32.217043],[118.761318,32.217273]],[[118.761181,32.217142],[118.761202,32.217165]],[[118.761318,32.217273],[118.761202,32.217165]],[[118.761318,32.217273],[118.761117,32.217416]],[[118.760838,32.217619],[118.761117,32.217416]],[[118.760838,32.217619],[118.760626,32.217774]],[[118.760626,32.217774],[118.760753,32.217933]],[[118.761642,32.217043],[118.761652,32.217009]],[[118.761642,32.217043],[118.761609,32.217041]],[[118.761117,32.217416],[118.761151,32.217422]],[[118.761117,32.217416],[118.761124,32.217441]],[[118.760838,32.217619],[118.760868,32.217631]],[[118.760838,32.217619],[118.760851,32.217647]],[[118.761117,32.217416],[118.761012,32.217304]],[[118.761318,32.217273],[118.761345,32.217278]],[[118.761318,32.217273],[118.761319,32.217296]],[[118.761762,32.216290],[118.761982,32.216130]],[[118.761982,32.216130],[118.761850,32.215999]],[[118.761850,32.215999],[118.761824,32.216017]],[[118.761824,32.216017],[118.761632,32.215823]],[[118.761632,32.215823],[118.761694,32.215780]],[[118.761694,32.215780],[118.761582,32.215667]],[[118.761582,32.215667],[118.761703,32.215568]],[[118.761694,32.215780],[118.761795,32.215709]],[[118.761632,32.215823],[118.761564,32.215755]],[[118.761666,32.215257],[118.761627,32.215284]],[[118.761627,32.215284],[118.761538,32.215195]],[[118.761488,32.215390],[118.761341,32.215243]],[[118.761341,32.215243],[118.761483,32.215140]],[[118.761538,32.215195],[118.761483,32.215140]],[[118.761915,32.215830],[118.761891,32.215798]],[[118.761891,32.215798],[118.761907,32.215781]],[[118.761907,32.215781],[118.761804,32.215683]],[[118.761703,32.215568],[118.761804,32.215683]],[[118.761703,32.215568],[118.761679,32.215499]],[[118.761679,32.215499],[118.761649,32.215443]],[[118.761649,32.215443],[118.761576,32.215366]],[[118.761576,32.215366],[118.761523,32.215320]],[[118.761523,32.215320],[118.761458,32.215253]],[[118.761538,32.215195],[118.761458,32.215253]],[[118.761538,32.215195],[118.761763,32.215031]],[[118.761763,32.215031],[118.761814,32.214993]],[[118.763048,32.216233],[118.762854,32.216036]],[[118.762854,32.216036],[118.762477,32.215659]],[[118.762477,32.215659],[118.762270,32.215451]],[[118.762270,32.215451],[118.762061,32.215241]],[[118.762061,32.215241],[118.761859,32.215037]],[[118.761814,32.214993],[118.761859,32.215037]],[[118.761814,32.214993],[118.761640,32.214821]],[[118.761581,32.214763],[118.761640,32.214821]]]},"properties":{"no":"1205","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区18路YS000033","pipetype":"雨水管线","pipecode":"无机区18路YS000033","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2491","endposname":"YS2205","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1114","dbtime":"2020-12-14 14:04:35.450999"}},{"type":"Feature","id":"管网.1115","geometry":{"type":"MultiLineString","coordinates":[[[118.761268,32.217757],[118.761455,32.217623]],[[118.761455,32.217623],[118.761675,32.217844]],[[118.761675,32.217844],[118.761725,32.217820]],[[118.761725,32.217820],[118.761841,32.217711]],[[118.761841,32.217711],[118.761878,32.217744]],[[118.761725,32.217820],[118.761732,32.217841]],[[118.761841,32.217711],[118.761898,32.217663]],[[118.762319,32.217986],[118.762283,32.218020]],[[118.762283,32.218020],[118.762367,32.218129]],[[118.762194,32.217856],[118.762151,32.217889]],[[118.762151,32.217889],[118.762130,32.217903]],[[118.761963,32.217622],[118.761916,32.217651]],[[118.761898,32.217663],[118.761916,32.217651]],[[118.761830,32.217486],[118.761787,32.217520]],[[118.761787,32.217520],[118.761769,32.217532]],[[118.762367,32.218129],[118.762130,32.217903]],[[118.761898,32.217663],[118.762130,32.217903]],[[118.761898,32.217663],[118.761769,32.217532]],[[118.761769,32.217532],[118.761584,32.217503]],[[118.761584,32.217503],[118.761572,32.217487]],[[118.761572,32.217487],[118.761290,32.217695]],[[118.761290,32.217695],[118.761023,32.217887]],[[118.761023,32.217887],[118.760952,32.217922]],[[118.760952,32.217922],[118.760837,32.218000]],[[118.760837,32.218000],[118.760834,32.218039]],[[118.760837,32.218000],[118.760824,32.218009]],[[118.760952,32.217922],[118.760963,32.217910]],[[118.760952,32.217922],[118.760892,32.217860]],[[118.761601,32.218656],[118.761604,32.218675]],[[118.761383,32.218450],[118.761394,32.218438]],[[118.761191,32.218218],[118.761216,32.218216]],[[118.761061,32.218052],[118.761071,32.218046]],[[118.761604,32.218675],[118.761394,32.218438]],[[118.761394,32.218438],[118.761216,32.218216]],[[118.761216,32.218216],[118.761071,32.218046]],[[118.760952,32.217922],[118.761071,32.218046]],[[118.761572,32.217487],[118.761490,32.217439]],[[118.761490,32.217439],[118.761444,32.217475]],[[118.761444,32.217475],[118.761437,32.217468]],[[118.761444,32.217475],[118.761492,32.217526]],[[118.761135,32.217687],[118.761140,32.217692]],[[118.761140,32.217692],[118.761192,32.217743]],[[118.761140,32.217692],[118.761107,32.217673]],[[118.761444,32.217475],[118.761140,32.217692]],[[118.761566,32.216881],[118.761559,32.216886]],[[118.761559,32.216886],[118.761688,32.217006]],[[118.761688,32.217006],[118.761832,32.217141]],[[118.761107,32.217673],[118.761832,32.217141]],[[118.760753,32.217933],[118.761107,32.217673]]]},"properties":{"no":"1293","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区19路YS000034","pipetype":"雨水管线","pipecode":"无机区19路YS000034","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2579","endposname":"YS2535","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-05","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1115","dbtime":"2020-12-14 14:04:35.47965"}},{"type":"Feature","id":"管网.1116","geometry":{"type":"MultiLineString","coordinates":[[[118.760661,32.217998],[118.760862,32.218235]],[[118.760862,32.218235],[118.760953,32.218356]],[[118.760862,32.218235],[118.761684,32.219248]],[[118.760862,32.218235],[118.760947,32.218182]],[[118.761684,32.219248],[118.761653,32.219216]],[[118.761684,32.219248],[118.761848,32.219453]],[[118.761684,32.219248],[118.761765,32.219194]],[[118.761684,32.219248],[118.761662,32.219263]],[[118.760661,32.217998],[118.760753,32.217933]],[[118.760753,32.217933],[118.760834,32.218039]],[[118.760834,32.218039],[118.760947,32.218182]],[[118.760947,32.218182],[118.761100,32.218369]],[[118.761100,32.218369],[118.761182,32.218471]],[[118.761182,32.218471],[118.761424,32.218765]],[[118.761424,32.218765],[118.761685,32.219087]],[[118.761765,32.219194],[118.761685,32.219087]],[[118.761765,32.219194],[118.762072,32.219565]],[[118.762072,32.219565],[118.762143,32.219679]],[[118.762272,32.219944],[118.762143,32.219679]],[[118.762272,32.219944],[118.762306,32.220016]],[[118.762306,32.220016],[118.762383,32.220171]],[[118.762383,32.220171],[118.762497,32.220413]],[[118.762497,32.220413],[118.762563,32.220426]],[[118.762497,32.220413],[118.762563,32.220426]],[[118.762306,32.220016],[118.762294,32.220020]]]},"properties":{"no":"1342","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区大纬路YS000035","pipetype":"雨水管线","pipecode":"无机区大纬路YS000035","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2401","endposname":"YS2642","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"王江伟","acquisitiondate":"2020-06-21","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1116","dbtime":"2020-12-14 14:04:35.495543"}},{"type":"Feature","id":"管网.1117","geometry":{"type":"MultiLineString","coordinates":[[[118.762651,32.220440],[118.762603,32.220363]],[[118.762603,32.220363],[118.762711,32.220294]],[[118.762711,32.220294],[118.762713,32.220293]],[[118.762713,32.220293],[118.762838,32.220214]],[[118.762838,32.220214],[118.762840,32.220213]],[[118.762840,32.220213],[118.762737,32.220098]],[[118.762737,32.220098],[118.762776,32.220069]],[[118.762776,32.220069],[118.762485,32.219750]],[[118.762485,32.219750],[118.762707,32.219575]],[[118.762707,32.219575],[118.762513,32.219373]],[[118.762513,32.219373],[118.762890,32.219092]],[[118.762890,32.219092],[118.763213,32.218870]],[[118.763213,32.218870],[118.762411,32.218050]],[[118.762411,32.218050],[118.762409,32.218048]],[[118.762409,32.218048],[118.763769,32.217064]],[[118.763769,32.217064],[118.763777,32.217076]],[[118.763777,32.217076],[118.763846,32.217017]]]},"properties":{"no":"1367","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区雨排地管YS000036","pipetype":"雨水管线","pipecode":"无机区雨排地管YS000036","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2647","endposname":"YS2664","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-05","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1117","dbtime":"2020-12-14 14:04:35.507494"}},{"type":"Feature","id":"管网.1118","geometry":{"type":"MultiLineString","coordinates":[[[118.763102,32.218870],[118.762893,32.219020]],[[118.762356,32.219406],[118.762599,32.219232]],[[118.762893,32.219020],[118.762599,32.219232]],[[118.762893,32.219020],[118.762855,32.218982]],[[118.762893,32.219020],[118.762855,32.218982]],[[118.761606,32.218765],[118.762054,32.218439]],[[118.762391,32.218197],[118.762189,32.218344]],[[118.762189,32.218344],[118.762196,32.218361]],[[118.762196,32.218361],[118.762180,32.218375]],[[118.762180,32.218375],[118.762157,32.218365]],[[118.762054,32.218439],[118.762157,32.218365]],[[118.762054,32.218439],[118.762258,32.218646]],[[118.762258,32.218646],[118.762263,32.218670]],[[118.762263,32.218670],[118.762339,32.218745]],[[118.762339,32.218745],[118.762355,32.218741]],[[118.762355,32.218741],[118.762400,32.218787]],[[118.761922,32.218723],[118.761959,32.218699]],[[118.761959,32.218699],[118.762075,32.218804]],[[118.762075,32.218804],[118.762057,32.218814]],[[118.762075,32.218804],[118.762134,32.218766]],[[118.762134,32.218766],[118.762259,32.218892]],[[118.762400,32.218787],[118.762259,32.218892]],[[118.762259,32.218892],[118.762465,32.219098]],[[118.762599,32.219232],[118.762465,32.219098]],[[118.762465,32.219098],[118.762485,32.219083]],[[118.762485,32.219083],[118.762555,32.219152]],[[118.762485,32.219083],[118.762604,32.218992]],[[118.762400,32.218787],[118.762604,32.218992]],[[118.762604,32.218992],[118.762663,32.218951]],[[118.762633,32.218869],[118.762602,32.218891]],[[118.762602,32.218891],[118.762355,32.218642]],[[118.762663,32.218951],[118.762602,32.218891]],[[118.762663,32.218951],[118.762671,32.218959]],[[118.762977,32.218739],[118.762932,32.218771]],[[118.762932,32.218771],[118.762863,32.218701]],[[118.762671,32.218959],[118.762932,32.218771]],[[118.762671,32.218959],[118.762709,32.218993]],[[118.762709,32.218993],[118.762776,32.218944]],[[118.762709,32.218993],[118.762776,32.218944]]]},"properties":{"no":"1384","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区22路YS000037","pipetype":"雨水管线","pipecode":"无机区22路YS000037","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2665","endposname":"YS2700","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1118","dbtime":"2020-12-14 14:04:35.534183"}},{"type":"Feature","id":"管网.1119","geometry":{"type":"MultiLineString","coordinates":[[[118.764502,32.217933],[118.764428,32.217861]],[[118.764428,32.217861],[118.764449,32.217845]],[[118.764428,32.217861],[118.764133,32.218059]],[[118.764133,32.218059],[118.763876,32.218209]],[[118.763876,32.218209],[118.763431,32.218407]],[[118.763431,32.218407],[118.763413,32.218424]],[[118.763413,32.218424],[118.763070,32.218685]],[[118.763070,32.218685],[118.763155,32.218769]],[[118.763700,32.219461],[118.763797,32.219387]],[[118.763797,32.219387],[118.764144,32.219126]],[[118.763797,32.219387],[118.763559,32.219158]],[[118.763155,32.218769],[118.763559,32.219158]],[[118.763413,32.218424],[118.764144,32.219126]],[[118.763155,32.218769],[118.763156,32.218769]],[[118.763155,32.218769],[118.763156,32.218769]]]},"properties":{"no":"1423","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区23路YS000038","pipetype":"雨水管线","pipecode":"无机区23路YS000038","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2702","endposname":"YS2710","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1119","dbtime":"2020-12-14 14:04:35.548686"}},{"type":"Feature","id":"管网.1120","geometry":{"type":"MultiLineString","coordinates":[[[118.762699,32.215134],[118.762688,32.215114]],[[118.762688,32.215114],[118.762623,32.215042]],[[118.762623,32.215042],[118.762467,32.214887]],[[118.762467,32.214887],[118.762842,32.214619]],[[118.762842,32.214619],[118.762905,32.214683]],[[118.762905,32.214683],[118.763078,32.214853]],[[118.763078,32.214853],[118.763132,32.214909]],[[118.763132,32.214909],[118.763173,32.214879]],[[118.763173,32.214879],[118.763411,32.215114]],[[118.763411,32.215114],[118.763618,32.215321]],[[118.763618,32.215321],[118.763907,32.215615]],[[118.763907,32.215615],[118.763895,32.215623]],[[118.763907,32.215615],[118.763895,32.215623]],[[118.762905,32.214683],[118.762870,32.214708]],[[118.763078,32.214853],[118.762906,32.214978]],[[118.763132,32.214909],[118.762976,32.215023]],[[118.762963,32.215074],[118.763167,32.215281]],[[118.763167,32.215281],[118.763333,32.215446]],[[118.763333,32.215446],[118.763387,32.215491]],[[118.763618,32.215321],[118.763387,32.215491]]]},"properties":{"no":"1438","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区24路YS000039","pipetype":"雨水管线","pipecode":"无机区24路YS000039","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2716","endposname":"YS2726","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-06","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1120","dbtime":"2020-12-14 14:04:35.564117"}},{"type":"Feature","id":"管网.1121","geometry":{"type":"MultiLineString","coordinates":[[[118.765521,32.218636],[118.765331,32.218445]],[[118.765331,32.218445],[118.765152,32.218266]],[[118.765152,32.218266],[118.764985,32.218099]],[[118.764985,32.218099],[118.764863,32.217978]],[[118.764863,32.217978],[118.764629,32.217743]],[[118.764629,32.217743],[118.764371,32.217482]],[[118.764371,32.217482],[118.763980,32.217085]],[[118.763980,32.217085],[118.763968,32.217054]],[[118.763968,32.217054],[118.763977,32.217016]],[[118.763977,32.217016],[118.764205,32.216852]],[[118.764205,32.216852],[118.764407,32.216708]],[[118.764407,32.216708],[118.764506,32.216634]],[[118.764506,32.216634],[118.764583,32.216577]],[[118.764901,32.216352],[118.764684,32.216507]],[[118.764583,32.216577],[118.764684,32.216507]],[[118.764407,32.216708],[118.764609,32.216921]],[[118.764506,32.216634],[118.764676,32.216806]],[[118.764583,32.216577],[118.764581,32.216573]]]},"properties":{"no":"1458","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区25路YS000040","pipetype":"雨水管线","pipecode":"无机区25路YS000040","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2736","endposname":"YS2754","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-06","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1121","dbtime":"2020-12-14 14:04:35.578305"}},{"type":"Feature","id":"管网.1122","geometry":{"type":"MultiLineString","coordinates":[[[118.766363,32.218106],[118.766288,32.218055]],[[118.766288,32.218055],[118.766224,32.217993]],[[118.766224,32.217993],[118.766162,32.217902]],[[118.766162,32.217902],[118.766122,32.217785]],[[118.766122,32.217785],[118.766115,32.217691]],[[118.766115,32.217691],[118.766144,32.217555]],[[118.766144,32.217555],[118.766198,32.217459]],[[118.766198,32.217459],[118.766275,32.217372]],[[118.766275,32.217372],[118.766393,32.217295]],[[118.766393,32.217295],[118.766515,32.217252]],[[118.766515,32.217252],[118.766643,32.217225]],[[118.766570,32.218177],[118.766688,32.218188]],[[118.766688,32.218188],[118.766837,32.218169]],[[118.766837,32.218169],[118.767016,32.218094]],[[118.767016,32.218094],[118.767136,32.217993]],[[118.767136,32.217993],[118.767191,32.217909]],[[118.767191,32.217909],[118.767231,32.217798]],[[118.767231,32.217798],[118.767238,32.217651]],[[118.767238,32.217651],[118.767192,32.217513]],[[118.767192,32.217513],[118.767110,32.217402]],[[118.767110,32.217402],[118.767022,32.217321]],[[118.767022,32.217321],[118.766937,32.217278]],[[118.766937,32.217278],[118.766849,32.217243]],[[118.766643,32.217225],[118.766849,32.217243]],[[118.766643,32.217225],[118.766636,32.217213]],[[118.766636,32.217213],[118.766539,32.217120]],[[118.766539,32.217120],[118.766503,32.217083]],[[118.766503,32.217083],[118.766491,32.217071]],[[118.766329,32.218120],[118.766286,32.218152]],[[118.766286,32.218152],[118.766275,32.218161]],[[118.766117,32.217910],[118.766075,32.217941]],[[118.766075,32.217941],[118.766062,32.217951]],[[118.765917,32.217707],[118.765874,32.217739]],[[118.765874,32.217739],[118.765859,32.217749]],[[118.765934,32.217492],[118.765966,32.217530]],[[118.765966,32.217530],[118.765975,32.217539]],[[118.766146,32.217339],[118.766189,32.217372]],[[118.766189,32.217372],[118.766221,32.217371]],[[118.766275,32.218161],[118.766062,32.217951]],[[118.766062,32.217951],[118.765859,32.217749]],[[118.765859,32.217749],[118.765787,32.217676]],[[118.765975,32.217539],[118.765787,32.217676]],[[118.765975,32.217539],[118.766221,32.217371]],[[118.766221,32.217371],[118.766250,32.217348]],[[118.766250,32.217348],[118.766209,32.217177]],[[118.767268,32.218037],[118.767242,32.217996]],[[118.767242,32.217996],[118.767231,32.217982]],[[118.767433,32.217918],[118.767398,32.217882]],[[118.767398,32.217882],[118.767385,32.217871]],[[118.767445,32.217610],[118.767482,32.217581]],[[118.767482,32.217581],[118.767495,32.217564]],[[118.767293,32.217466],[118.767324,32.217423]],[[118.767324,32.217423],[118.767341,32.217411]],[[118.767126,32.217295],[118.767172,32.217267]],[[118.767172,32.217267],[118.767182,32.217260]],[[118.766927,32.217097],[118.766968,32.217064]],[[118.766968,32.217064],[118.766984,32.217056]],[[118.766596,32.216775],[118.766724,32.216905]],[[118.766724,32.216905],[118.766773,32.216869]],[[118.766724,32.216905],[118.766560,32.217020]],[[118.767231,32.217982],[118.767385,32.217871]],[[118.767385,32.217871],[118.767626,32.217697]],[[118.767495,32.217564],[118.767626,32.217697]],[[118.767495,32.217564],[118.767341,32.217411]],[[118.767341,32.217411],[118.767182,32.217260]],[[118.767182,32.217260],[118.766984,32.217056]],[[118.766984,32.217056],[118.766789,32.216858]],[[118.766773,32.216869],[118.766789,32.216858]],[[118.766491,32.217071],[118.766560,32.217020]],[[118.766491,32.217071],[118.766234,32.217255]],[[118.766209,32.217177],[118.766234,32.217255]],[[118.766514,32.216816],[118.766304,32.216594]],[[118.766304,32.216594],[118.766061,32.216351]],[[118.766061,32.216351],[118.765797,32.216537]],[[118.765797,32.216537],[118.766097,32.216835]],[[118.765797,32.216537],[118.765721,32.216589]],[[118.766209,32.217177],[118.766260,32.217132]],[[118.766260,32.217132],[118.766069,32.216943]],[[118.766069,32.216943],[118.765848,32.216713]],[[118.765721,32.216589],[118.765848,32.216713]],[[118.766000,32.216994],[118.766043,32.216963]],[[118.766069,32.216943],[118.766043,32.216963]],[[118.765772,32.216765],[118.765815,32.216735]],[[118.765848,32.216713],[118.765815,32.216735]],[[118.765568,32.216560],[118.765609,32.216525]],[[118.765609,32.216525],[118.765618,32.216521]],[[118.765341,32.216331],[118.765384,32.216299]],[[118.765384,32.216299],[118.765396,32.216289]],[[118.765721,32.216589],[118.765618,32.216521]],[[118.765618,32.216521],[118.765396,32.216289]],[[118.765396,32.216289],[118.765182,32.216068]],[[118.765182,32.216068],[118.764889,32.215781]],[[118.764889,32.215781],[118.764635,32.215538]],[[118.764635,32.215538],[118.764453,32.215390]],[[118.764453,32.215390],[118.764448,32.215383]],[[118.764448,32.215383],[118.764269,32.215196]],[[118.764269,32.215196],[118.764101,32.215029]],[[118.764101,32.215029],[118.763808,32.214737]],[[118.763808,32.214737],[118.763644,32.214568]],[[118.763644,32.214568],[118.763431,32.214355]],[[118.763431,32.214355],[118.763027,32.213950]],[[118.763027,32.213950],[118.762980,32.213905]],[[118.762904,32.213825],[118.762980,32.213905]]]},"properties":{"no":"1476","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区26路YS000041","pipetype":"雨水管线","pipecode":"无机区26路YS000041","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2755","endposname":"YS2225","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1122","dbtime":"2020-12-14 14:04:35.637782"}},{"type":"Feature","id":"管网.1123","geometry":{"type":"MultiLineString","coordinates":[[[118.762351,32.212470],[118.762370,32.212452]],[[118.762588,32.212655],[118.762609,32.212638]],[[118.762819,32.212836],[118.762839,32.212818]],[[118.762839,32.212818],[118.762859,32.212799]],[[118.763052,32.213017],[118.763073,32.213000]],[[118.763073,32.213000],[118.763094,32.212982]],[[118.762370,32.212452],[118.762609,32.212638]],[[118.762609,32.212638],[118.762839,32.212818]],[[118.762839,32.212818],[118.763073,32.213000]],[[118.763073,32.213000],[118.763307,32.213182]],[[118.763307,32.213182],[118.763724,32.213532]],[[118.763779,32.213579],[118.763724,32.213532]],[[118.768315,32.217780],[118.768082,32.217496]],[[118.768082,32.217496],[118.767863,32.217378]],[[118.767863,32.217378],[118.767631,32.217252]],[[118.767631,32.217252],[118.767431,32.217086]],[[118.767431,32.217086],[118.767248,32.216877]],[[118.767248,32.216877],[118.767028,32.216658]],[[118.767028,32.216658],[118.766797,32.216428]],[[118.766797,32.216428],[118.766633,32.216267]],[[118.766633,32.216267],[118.766418,32.216045]],[[118.766418,32.216045],[118.766227,32.215853]],[[118.766227,32.215853],[118.766169,32.215794]],[[118.766169,32.215794],[118.765837,32.215466]],[[118.765837,32.215466],[118.765606,32.215273]],[[118.765606,32.215273],[118.765389,32.215072]],[[118.765389,32.215072],[118.765174,32.214853]],[[118.765174,32.214853],[118.765087,32.214738]],[[118.765087,32.214738],[118.764975,32.214639]],[[118.764975,32.214639],[118.764746,32.214434]],[[118.764746,32.214434],[118.764496,32.214214]],[[118.764496,32.214214],[118.764236,32.213982]],[[118.764236,32.213982],[118.764005,32.213777]],[[118.763779,32.213579],[118.764005,32.213777]],[[118.768082,32.217496],[118.768098,32.217475]],[[118.767631,32.217252],[118.767611,32.217271]],[[118.767431,32.217086],[118.767455,32.217073]],[[118.767431,32.217086],[118.767408,32.217104]],[[118.767248,32.216877],[118.767225,32.216894]],[[118.767028,32.216658],[118.767005,32.216675]],[[118.767028,32.216658],[118.767052,32.216641]],[[118.766797,32.216428],[118.766775,32.216443]],[[118.766633,32.216267],[118.766658,32.216247]],[[118.766418,32.216045],[118.766439,32.216029]],[[118.766418,32.216045],[118.766393,32.216060]],[[118.766169,32.215794],[118.766143,32.215810]],[[118.765837,32.215466],[118.765820,32.215484]],[[118.765837,32.215466],[118.765859,32.215447]],[[118.765606,32.215273],[118.765627,32.215251]],[[118.765389,32.215072],[118.765378,32.215083]],[[118.765174,32.214853],[118.765160,32.214868]],[[118.764975,32.214639],[118.764953,32.214658]],[[118.764975,32.214639],[118.764997,32.214623]],[[118.764746,32.214434],[118.764726,32.214453]],[[118.764496,32.214214],[118.764480,32.214234]],[[118.764496,32.214214],[118.764519,32.214197]],[[118.764236,32.213982],[118.764256,32.213964]],[[118.764005,32.213777],[118.763985,32.213794]],[[118.764005,32.213777],[118.764028,32.213762]]]},"properties":{"no":"1579","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区27路YS000042","pipetype":"雨水管线","pipecode":"无机区27路YS000042","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2858","endposname":"YS2891","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-06","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1123","dbtime":"2020-12-14 14:04:35.664417"}},{"type":"Feature","id":"管网.1124","geometry":{"type":"MultiLineString","coordinates":[[[118.762500,32.217550],[118.762543,32.217511]],[[118.762543,32.217511],[118.762551,32.217504]],[[118.762288,32.217339],[118.762338,32.217304]],[[118.762338,32.217304],[118.762348,32.217299]],[[118.762551,32.217504],[118.762348,32.217299]],[[118.762348,32.217299],[118.762133,32.217087]],[[118.761862,32.217160],[118.761921,32.217218]],[[118.761921,32.217218],[118.761934,32.217233]],[[118.762063,32.217016],[118.762118,32.217075]],[[118.762133,32.217087],[118.762118,32.217075]],[[118.762331,32.216822],[118.762386,32.216882]],[[118.762386,32.216882],[118.762399,32.216898]],[[118.762588,32.216636],[118.762513,32.216691]],[[118.762513,32.216691],[118.762573,32.216747]],[[118.762573,32.216747],[118.762589,32.216764]],[[118.762962,32.216361],[118.763026,32.216421]],[[118.763026,32.216421],[118.763040,32.216431]],[[118.763212,32.216318],[118.763193,32.216299]],[[118.762133,32.217087],[118.761934,32.217233]],[[118.762133,32.217087],[118.762399,32.216898]],[[118.762399,32.216898],[118.762589,32.216764]],[[118.762589,32.216764],[118.762841,32.216576]],[[118.763040,32.216431],[118.762841,32.216576]],[[118.763212,32.216318],[118.763040,32.216431]],[[118.762717,32.216425],[118.762736,32.216442]],[[118.762736,32.216442],[118.762742,32.216468]],[[118.762742,32.216468],[118.762771,32.216505]],[[118.762771,32.216505],[118.762829,32.216561]],[[118.762841,32.216576],[118.762829,32.216561]]]},"properties":{"no":"1638","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区28路YS000043","pipetype":"雨水管线","pipecode":"无机区28路YS000043","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2917","endposname":"YS2940","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-06","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1124","dbtime":"2020-12-14 14:04:35.682485"}},{"type":"Feature","id":"管网.1162","geometry":{"type":"MultiLineString","coordinates":[[[118.770691,32.224821],[118.770733,32.224786]],[[118.770747,32.224767],[118.770733,32.224786]],[[118.770473,32.224611],[118.770519,32.224579]],[[118.770530,32.224574],[118.770519,32.224579]],[[118.770699,32.224659],[118.770712,32.224672]],[[118.770878,32.224523],[118.770892,32.224537]],[[118.770804,32.224336],[118.770847,32.224304]],[[118.770865,32.224294],[118.770847,32.224304]],[[118.771007,32.224425],[118.770992,32.224443]],[[118.771114,32.224522],[118.771091,32.224539]],[[118.771128,32.224649],[118.771171,32.224615]],[[118.771191,32.224595],[118.771171,32.224615]]]},"properties":{"no":"2568","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区34路YS000081","pipetype":"雨水管线","pipecode":"有机区34路YS000081","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4835","endposname":"YS4824","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1162","dbtime":"2020-12-14 14:04:36.350152"}},{"type":"Feature","id":"管网.1125","geometry":{"type":"MultiLineString","coordinates":[[[118.763846,32.217017],[118.763886,32.216986]],[[118.763886,32.216986],[118.764007,32.216899]],[[118.764007,32.216899],[118.764231,32.216738]],[[118.764231,32.216738],[118.764539,32.216518]],[[118.764539,32.216518],[118.764862,32.216285]],[[118.764862,32.216285],[118.765080,32.216143]],[[118.765182,32.216068],[118.765080,32.216143]],[[118.763212,32.216318],[118.763304,32.216242]],[[118.763304,32.216242],[118.763550,32.216066]],[[118.763550,32.216066],[118.763907,32.215809]],[[118.763907,32.215809],[118.764153,32.215637]],[[118.764153,32.215637],[118.764383,32.215457]],[[118.764383,32.215457],[118.764581,32.215646]],[[118.764581,32.215646],[118.764736,32.215792]],[[118.765080,32.216143],[118.764736,32.215792]],[[118.763245,32.216184],[118.763292,32.216227]],[[118.763304,32.216242],[118.763292,32.216227]],[[118.763489,32.216008],[118.763537,32.216050]],[[118.763550,32.216066],[118.763537,32.216050]],[[118.763870,32.215733],[118.763893,32.215793]],[[118.763907,32.215809],[118.763893,32.215793]],[[118.764115,32.215555],[118.764138,32.215623]],[[118.764153,32.215637],[118.764138,32.215623]],[[118.764383,32.215457],[118.764433,32.215464]],[[118.764581,32.215646],[118.764600,32.215631]],[[118.764581,32.215646],[118.764558,32.215661]],[[118.764736,32.215792],[118.764750,32.215782]],[[118.764736,32.215792],[118.764706,32.215810]],[[118.764050,32.216959],[118.764015,32.216920]],[[118.764007,32.216899],[118.764015,32.216920]],[[118.764281,32.216790],[118.764245,32.216753]],[[118.764231,32.216738],[118.764245,32.216753]],[[118.764581,32.216573],[118.764547,32.216537]],[[118.764539,32.216518],[118.764547,32.216537]],[[118.764907,32.216339],[118.764872,32.216300]],[[118.764862,32.216285],[118.764872,32.216300]],[[118.763789,32.216885],[118.763886,32.216986]]]},"properties":{"no":"1667","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区29路YS000044","pipetype":"雨水管线","pipecode":"无机区29路YS000044","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2664","endposname":"YS2946","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-06","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1125","dbtime":"2020-12-14 14:04:35.704075"}},{"type":"Feature","id":"管网.1126","geometry":{"type":"MultiLineString","coordinates":[[[118.762349,32.220490],[118.762360,32.220464]],[[118.762360,32.220464],[118.762483,32.220419]],[[118.762497,32.220413],[118.762483,32.220419]],[[118.760753,32.217933],[118.760773,32.217944]],[[118.760753,32.217933],[118.760742,32.217942]],[[118.760834,32.218039],[118.760825,32.218044]],[[118.761182,32.218471],[118.761174,32.218477]],[[118.761424,32.218765],[118.761416,32.218772]],[[118.761685,32.219087],[118.761676,32.219093]]]},"properties":{"no":"1704","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区30路YS000045","pipetype":"雨水管线","pipecode":"无机区30路YS000045","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2979","endposname":"YS2639","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-06","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1126","dbtime":"2020-12-14 14:04:35.713556"}},{"type":"Feature","id":"管网.1127","geometry":{"type":"MultiLineString","coordinates":[[[118.761094,32.215838],[118.760995,32.215741]],[[118.760995,32.215741],[118.760964,32.215713]],[[118.760964,32.215713],[118.760994,32.215691]],[[118.760994,32.215691],[118.760804,32.215499]],[[118.760804,32.215499],[118.760767,32.215524]],[[118.760767,32.215524],[118.760763,32.215522]],[[118.760763,32.215522],[118.760697,32.215569]],[[118.760689,32.215389],[118.760697,32.215569]],[[118.760812,32.215782],[118.760864,32.215836]],[[118.760995,32.215741],[118.760864,32.215836]],[[118.760784,32.215753],[118.760644,32.215607]],[[118.760697,32.215569],[118.760644,32.215607]]]},"properties":{"no":"1713","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区31路YS000046","pipetype":"雨水管线","pipecode":"无机区31路YS000046","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS2988","endposname":"YS2995","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-08","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1127","dbtime":"2020-12-14 14:04:35.723566"}},{"type":"Feature","id":"管网.1128","geometry":{"type":"MultiLineString","coordinates":[[[118.766259,32.218449],[118.766283,32.218488]],[[118.766283,32.218488],[118.766324,32.218554]],[[118.766639,32.218293],[118.766663,32.218335]],[[118.766663,32.218335],[118.766705,32.218395]],[[118.762651,32.220621],[118.763661,32.220042]],[[118.763661,32.220042],[118.764673,32.219462]],[[118.764673,32.219462],[118.765670,32.218893]],[[118.765670,32.218893],[118.766083,32.218651]],[[118.766083,32.218651],[118.766324,32.218554]],[[118.766324,32.218554],[118.766705,32.218395]],[[118.766705,32.218395],[118.767374,32.218115]],[[118.767374,32.218115],[118.767945,32.217900]],[[118.767945,32.217900],[118.768332,32.217645]],[[118.768332,32.217645],[118.768475,32.217503]],[[118.768332,32.217645],[118.768475,32.217503]]]},"properties":{"no":"1725","name":"无机区雨水管网","linenumber":"SNP51603YS000003","pipename":"无机区北厂河YS000047","pipetype":"雨水管线","pipecode":"无机区北厂河YS000047","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS3000","endposname":"YS3013","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1128","dbtime":"2020-12-14 14:04:35.735633"}},{"type":"Feature","id":"管网.1129","geometry":{"type":"MultiLineString","coordinates":[[[118.766802,32.219936],[118.766393,32.219528]],[[118.766393,32.219528],[118.766157,32.219293]],[[118.766157,32.219293],[118.765835,32.219005]],[[118.765835,32.219005],[118.765955,32.218890]],[[118.765835,32.219005],[118.765955,32.218890]]]},"properties":{"no":"1740","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区01路YS000048","pipetype":"雨水管线","pipecode":"有机区01路YS000048","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4001","endposname":"YS4004","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-06","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1129","dbtime":"2020-12-14 14:04:35.742624"}},{"type":"Feature","id":"管网.1130","geometry":{"type":"MultiLineString","coordinates":[[[118.766092,32.221814],[118.766205,32.221733]],[[118.766205,32.221733],[118.766365,32.221902]],[[118.766365,32.221902],[118.766483,32.222027]],[[118.766363,32.222124],[118.766451,32.222059]],[[118.766451,32.222059],[118.766445,32.222054]],[[118.766483,32.222027],[118.766445,32.222054]],[[118.766483,32.222027],[118.766752,32.221832]],[[118.766752,32.221832],[118.766604,32.221674]],[[118.766604,32.221674],[118.766448,32.221509]],[[118.766448,32.221509],[118.766358,32.221574]],[[118.766358,32.221574],[118.766320,32.221585]],[[118.766320,32.221585],[118.766283,32.221582]],[[118.766283,32.221582],[118.766110,32.221483]],[[118.766110,32.221483],[118.766077,32.221471]],[[118.766110,32.221483],[118.766077,32.221471]]]},"properties":{"no":"1745","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区02路YS000049","pipetype":"雨水管线","pipecode":"有机区02路YS000049","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4006","endposname":"YS4019","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1130","dbtime":"2020-12-14 14:04:35.757262"}},{"type":"Feature","id":"管网.1131","geometry":{"type":"MultiLineString","coordinates":[[[118.767857,32.222940],[118.767845,32.222928]],[[118.767845,32.222928],[118.767662,32.222743]],[[118.767662,32.222743],[118.767907,32.222564]],[[118.767907,32.222564],[118.768015,32.222478]],[[118.768015,32.222478],[118.767973,32.222439]],[[118.767973,32.222439],[118.767525,32.222011]],[[118.767525,32.222011],[118.767527,32.221946]],[[118.767525,32.222011],[118.767527,32.221946]],[[118.767845,32.222928],[118.768171,32.222688]],[[118.767662,32.222743],[118.767582,32.222662]],[[118.767973,32.222439],[118.767786,32.222573]]]},"properties":{"no":"1760","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区03路YS000050","pipetype":"雨水管线","pipecode":"有机区03路YS000050","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4021","endposname":"YS4026","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1131","dbtime":"2020-12-14 14:04:35.767987"}},{"type":"Feature","id":"管网.1132","geometry":{"type":"MultiLineString","coordinates":[[[118.767153,32.222883],[118.767023,32.222769]],[[118.767023,32.222769],[118.767195,32.222644]],[[118.767195,32.222644],[118.767568,32.223001]],[[118.767568,32.223001],[118.767868,32.223290]],[[118.767868,32.223290],[118.768371,32.222913]],[[118.768371,32.222913],[118.768510,32.222815]],[[118.768510,32.222815],[118.768518,32.222798]],[[118.768510,32.222815],[118.768556,32.222857]],[[118.766454,32.224411],[118.766438,32.224397]],[[118.766749,32.224185],[118.766735,32.224173]],[[118.766991,32.224004],[118.766976,32.223990]],[[118.767344,32.223741],[118.767330,32.223727]],[[118.767630,32.223528],[118.767623,32.223521]],[[118.766249,32.224203],[118.766530,32.223990]],[[118.766530,32.223990],[118.766701,32.224154]],[[118.766735,32.224173],[118.766701,32.224154]],[[118.766438,32.224397],[118.766735,32.224173]],[[118.766735,32.224173],[118.766976,32.223990]],[[118.766976,32.223990],[118.767330,32.223727]],[[118.767330,32.223727],[118.767431,32.223664]],[[118.767623,32.223521],[118.767431,32.223664]],[[118.767623,32.223521],[118.767722,32.223448]],[[118.767722,32.223448],[118.767880,32.223332]],[[118.767880,32.223332],[118.767944,32.223317]],[[118.767944,32.223317],[118.767963,32.223304]],[[118.767963,32.223304],[118.768411,32.222967]],[[118.768556,32.222857],[118.768411,32.222967]],[[118.767963,32.223304],[118.767980,32.223323]],[[118.768411,32.222967],[118.768429,32.222985]],[[118.768556,32.222857],[118.768674,32.222768]],[[118.768674,32.222768],[118.768851,32.222638]],[[118.768851,32.222638],[118.769078,32.222467]],[[118.769078,32.222467],[118.769212,32.222366]],[[118.769212,32.222366],[118.769235,32.222348]],[[118.769235,32.222348],[118.769247,32.222340]],[[118.769247,32.222340],[118.769292,32.222323]],[[118.768851,32.222638],[118.768869,32.222655]],[[118.769078,32.222467],[118.769097,32.222485]],[[118.769235,32.222348],[118.769255,32.222366]],[[118.769212,32.222366],[118.769191,32.222341]],[[118.769292,32.222323],[118.769458,32.222203]],[[118.769458,32.222203],[118.769499,32.222160]],[[118.769617,32.222095],[118.769605,32.222084]],[[118.769499,32.222160],[118.769605,32.222084]],[[118.769605,32.222084],[118.769737,32.221980]],[[118.769737,32.221980],[118.769904,32.221854]],[[118.769904,32.221854],[118.769982,32.221807]],[[118.769982,32.221807],[118.769997,32.221796]],[[118.769997,32.221796],[118.770093,32.221714]],[[118.770093,32.221714],[118.770405,32.221477]],[[118.770405,32.221477],[118.770522,32.221392]],[[118.770522,32.221392],[118.770574,32.221353]],[[118.770574,32.221353],[118.770840,32.221152]],[[118.770840,32.221152],[118.770984,32.221046]],[[118.770984,32.221046],[118.771083,32.220970]],[[118.771083,32.220970],[118.771198,32.220869]]]},"properties":{"no":"1771","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区04路YS000051","pipetype":"雨水管线","pipecode":"有机区04路YS000051","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4032","endposname":"YS4088","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-08","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1132","dbtime":"2020-12-14 14:04:35.80234"}},{"type":"Feature","id":"管网.1133","geometry":{"type":"MultiLineString","coordinates":[[[118.769617,32.222095],[118.769703,32.222169]],[[118.769829,32.222074],[118.769751,32.221995]],[[118.770504,32.221570],[118.770421,32.221492]],[[118.770671,32.221445],[118.770593,32.221365]],[[118.771077,32.221141],[118.770999,32.221060]],[[118.769737,32.221980],[118.769751,32.221995]],[[118.769982,32.221807],[118.769991,32.221816]],[[118.769982,32.221807],[118.769973,32.221800]],[[118.770093,32.221714],[118.770091,32.221740]],[[118.770405,32.221477],[118.770421,32.221492]],[[118.770574,32.221353],[118.770593,32.221365]],[[118.770984,32.221046],[118.770999,32.221060]],[[118.771231,32.220887],[118.771223,32.220877]],[[118.771223,32.220877],[118.771214,32.220884]],[[118.771198,32.220869],[118.771214,32.220884]],[[118.771198,32.220869],[118.770939,32.220615]],[[118.770939,32.220615],[118.770757,32.220436]],[[118.770757,32.220436],[118.770532,32.220226]],[[118.770532,32.220226],[118.770269,32.219973]],[[118.770269,32.219973],[118.769950,32.219674]],[[118.769950,32.219674],[118.769747,32.219482]],[[118.770939,32.220615],[118.770947,32.220610]],[[118.770757,32.220436],[118.770753,32.220425]],[[118.769950,32.219674],[118.769941,32.219682]]]},"properties":{"no":"1827","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区05路YS000052","pipetype":"雨水管线","pipecode":"有机区05路YS000052","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4089","endposname":"YS4108","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-17","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1133","dbtime":"2020-12-14 14:04:35.818307"}},{"type":"Feature","id":"管网.1134","geometry":{"type":"MultiLineString","coordinates":[[[118.768875,32.220475],[118.768711,32.220601]],[[118.768711,32.220601],[118.768692,32.220632]],[[118.768692,32.220632],[118.768689,32.220711]],[[118.768689,32.220711],[118.769034,32.221039]],[[118.769034,32.221039],[118.769070,32.221074]],[[118.769070,32.221074],[118.769135,32.221132]],[[118.769135,32.221132],[118.769245,32.221234]],[[118.769245,32.221234],[118.769359,32.221336]],[[118.769359,32.221336],[118.769502,32.221478]],[[118.769502,32.221478],[118.769641,32.221612]],[[118.769641,32.221612],[118.769761,32.221728]],[[118.769761,32.221728],[118.769861,32.221825]],[[118.769861,32.221825],[118.769886,32.221849]],[[118.769904,32.221854],[118.769886,32.221849]],[[118.768765,32.220693],[118.769072,32.220987]],[[118.769072,32.220987],[118.769169,32.221081]],[[118.769169,32.221081],[118.769162,32.221109]],[[118.769135,32.221132],[118.769162,32.221109]],[[118.769245,32.221234],[118.769200,32.221269]],[[118.769305,32.221372],[118.769347,32.221335]],[[118.769359,32.221336],[118.769347,32.221335]],[[118.769502,32.221478],[118.769659,32.221355]],[[118.770114,32.221175],[118.770148,32.221204]],[[118.770186,32.221236],[118.770206,32.221216]],[[118.770206,32.221216],[118.770239,32.221228]],[[118.770239,32.221228],[118.770256,32.221218]],[[118.770148,32.221204],[118.770256,32.221218]],[[118.770256,32.221218],[118.770292,32.221193]],[[118.770292,32.221193],[118.770301,32.221186]],[[118.770301,32.221186],[118.770458,32.221333]],[[118.770522,32.221392],[118.770458,32.221333]],[[118.770409,32.221365],[118.770449,32.221340]],[[118.770458,32.221333],[118.770449,32.221340]]]},"properties":{"no":"1851","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区06路YS000053","pipetype":"雨水管线","pipecode":"有机区06路YS000053","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4113","endposname":"YS4143","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1134","dbtime":"2020-12-14 14:04:35.838997"}},{"type":"Feature","id":"管网.1135","geometry":{"type":"MultiLineString","coordinates":[[[118.770162,32.220450],[118.770426,32.220251]],[[118.770078,32.220448],[118.770259,32.220312]],[[118.770259,32.220312],[118.770387,32.220216]],[[118.770426,32.220251],[118.770387,32.220216]],[[118.770426,32.220251],[118.770472,32.220297]],[[118.770532,32.220226],[118.770472,32.220297]],[[118.768875,32.220475],[118.769073,32.220327]],[[118.769073,32.220327],[118.769272,32.220176]],[[118.769272,32.220176],[118.769456,32.220036]],[[118.769456,32.220036],[118.769486,32.220064]],[[118.769486,32.220064],[118.769553,32.220130]],[[118.769367,32.220266],[118.769532,32.220145]],[[118.769553,32.220130],[118.769532,32.220145]],[[118.769600,32.220260],[118.769628,32.220238]],[[118.769532,32.220145],[118.769628,32.220238]],[[118.769313,32.221143],[118.769306,32.221093]],[[118.769306,32.221093],[118.769268,32.221056]],[[118.769268,32.221056],[118.769463,32.220911]],[[118.769463,32.220911],[118.769659,32.220762]],[[118.769659,32.220762],[118.769913,32.220566]],[[118.769913,32.220566],[118.769929,32.220521]],[[118.769929,32.220521],[118.769922,32.220481]],[[118.769922,32.220481],[118.769876,32.220439]],[[118.769876,32.220439],[118.769698,32.220269]],[[118.769553,32.220130],[118.769698,32.220269]],[[118.769463,32.220911],[118.769499,32.220948]],[[118.769659,32.220762],[118.769697,32.220799]]]},"properties":{"no":"1884","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区07路YS000054","pipetype":"雨水管线","pipecode":"有机区07路YS000054","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4146","endposname":"YS4165","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1135","dbtime":"2020-12-14 14:04:35.856164"}},{"type":"Feature","id":"管网.1136","geometry":{"type":"MultiLineString","coordinates":[[[118.769625,32.220035],[118.769636,32.220047]],[[118.769636,32.220047],[118.769631,32.220050]],[[118.769631,32.220050],[118.769646,32.220066]],[[118.769646,32.220066],[118.769650,32.220064]],[[118.769650,32.220064],[118.769718,32.220128]],[[118.769718,32.220128],[118.769667,32.220164]],[[118.769667,32.220164],[118.769598,32.220096]],[[118.769598,32.220096],[118.769434,32.219937]],[[118.769434,32.219937],[118.769526,32.219868]],[[118.769526,32.219868],[118.769493,32.219837]],[[118.769493,32.219837],[118.769469,32.219855]],[[118.769493,32.219837],[118.769469,32.219855]],[[118.769537,32.219996],[118.769609,32.220066]],[[118.769631,32.220050],[118.769609,32.220066]],[[118.769718,32.220128],[118.769767,32.220176]],[[118.769553,32.220130],[118.769598,32.220096]]]},"properties":{"no":"1911","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区08路YS000055","pipetype":"雨水管线","pipecode":"有机区08路YS000055","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4173","endposname":"YS4180","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1136","dbtime":"2020-12-14 14:04:35.87113"}},{"type":"Feature","id":"管网.1137","geometry":{"type":"MultiLineString","coordinates":[[[118.768581,32.220576],[118.768805,32.220409]],[[118.768805,32.220409],[118.769003,32.220259]],[[118.769003,32.220259],[118.769203,32.220111]],[[118.769434,32.219937],[118.769203,32.220111]],[[118.769792,32.220265],[118.769794,32.220247]],[[118.769794,32.220247],[118.769802,32.220233]],[[118.769802,32.220233],[118.769999,32.220084]],[[118.769999,32.220084],[118.770128,32.219989]],[[118.770128,32.219989],[118.770256,32.220106]],[[118.770128,32.219989],[118.769915,32.219787]],[[118.769915,32.219787],[118.769792,32.219669]],[[118.769792,32.219669],[118.769748,32.219701]],[[118.769748,32.219701],[118.769716,32.219668]],[[118.769716,32.219668],[118.769690,32.219686]],[[118.769716,32.219668],[118.769690,32.219686]],[[118.771667,32.220420],[118.771861,32.220275]],[[118.771861,32.220275],[118.771848,32.220069]],[[118.771848,32.220069],[118.771516,32.219874]],[[118.771516,32.219874],[118.771078,32.219615]],[[118.771078,32.219615],[118.770672,32.219375]],[[118.770672,32.219375],[118.770651,32.219368]],[[118.770651,32.219368],[118.770627,32.219365]],[[118.770627,32.219365],[118.770497,32.219407]],[[118.770497,32.219407],[118.770466,32.219416]],[[118.770466,32.219416],[118.770235,32.219486]],[[118.770235,32.219486],[118.770236,32.219477]],[[118.771080,32.219883],[118.770814,32.220081]],[[118.771421,32.220605],[118.771388,32.220630]],[[118.771388,32.220630],[118.771125,32.220378]],[[118.770814,32.220081],[118.771125,32.220378]],[[118.770814,32.220081],[118.770480,32.219761]],[[118.770480,32.219761],[118.770278,32.219566]],[[118.770235,32.219486],[118.770278,32.219566]],[[118.770235,32.219486],[118.769873,32.219371]],[[118.772248,32.220196],[118.771874,32.219978]],[[118.771874,32.219978],[118.771487,32.219748]],[[118.771487,32.219748],[118.771065,32.219499]],[[118.771065,32.219499],[118.770775,32.219328]],[[118.770775,32.219328],[118.770699,32.219283]],[[118.770627,32.219365],[118.770699,32.219283]],[[118.770699,32.219283],[118.770520,32.219178]],[[118.768728,32.219018],[118.768846,32.219129]],[[118.768846,32.219129],[118.769039,32.219306]],[[118.769039,32.219306],[118.769083,32.219275]],[[118.769083,32.219275],[118.769242,32.219404]],[[118.769242,32.219404],[118.769315,32.219355]],[[118.769315,32.219355],[118.769342,32.219336]],[[118.769342,32.219336],[118.769485,32.219459]],[[118.769485,32.219459],[118.769609,32.219566]],[[118.769485,32.219459],[118.769609,32.219566]],[[118.769398,32.219408],[118.769327,32.219365]],[[118.769315,32.219355],[118.769327,32.219365]],[[118.768059,32.219163],[118.768144,32.219250]],[[118.768144,32.219250],[118.768404,32.219509]],[[118.768404,32.219509],[118.768409,32.219506]],[[118.768409,32.219506],[118.768583,32.219684]],[[118.768583,32.219684],[118.768532,32.219718]]]},"properties":{"no":"1927","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区09路YS000056","pipetype":"雨水管线","pipecode":"有机区09路YS000056","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4188","endposname":"YS4246","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1137","dbtime":"2020-12-14 14:04:35.905287"}},{"type":"Feature","id":"管网.1138","geometry":{"type":"MultiLineString","coordinates":[[[118.768571,32.219098],[118.768783,32.219312]],[[118.768783,32.219312],[118.768995,32.219514]],[[118.768995,32.219514],[118.768605,32.219792]],[[118.768347,32.219531],[118.768101,32.219281]],[[118.768144,32.219250],[118.768101,32.219281]],[[118.767956,32.219208],[118.768055,32.219235]],[[118.768101,32.219281],[118.768055,32.219235]],[[118.768532,32.219718],[118.768605,32.219792]],[[118.768605,32.219792],[118.768748,32.219934]],[[118.768748,32.219934],[118.768758,32.219927]],[[118.768758,32.219927],[118.768815,32.219980]],[[118.768815,32.219980],[118.768807,32.219985]],[[118.768807,32.219985],[118.768886,32.220055]],[[118.768886,32.220055],[118.768893,32.220071]],[[118.768893,32.220071],[118.769014,32.219978]],[[118.769014,32.219978],[118.769036,32.219958]],[[118.769014,32.219978],[118.769036,32.219958]],[[118.768468,32.220193],[118.768588,32.220313]],[[118.768588,32.220313],[118.768618,32.220315]],[[118.768618,32.220315],[118.768731,32.220225]],[[118.768731,32.220225],[118.768871,32.220125]],[[118.768871,32.220125],[118.768884,32.220077]],[[118.768893,32.220071],[118.768884,32.220077]],[[118.767857,32.220042],[118.767873,32.219983]],[[118.767873,32.219983],[118.767879,32.219978]],[[118.767879,32.219978],[118.768028,32.219871]],[[118.768028,32.219871],[118.768105,32.219819]],[[118.768105,32.219819],[118.768086,32.219798]],[[118.768086,32.219798],[118.768333,32.219621]],[[118.768333,32.219621],[118.768376,32.219603]],[[118.768376,32.219603],[118.768419,32.219611]],[[118.768419,32.219611],[118.768442,32.219625]],[[118.768532,32.219718],[118.768442,32.219625]],[[118.767879,32.219978],[118.767616,32.219713]],[[118.767852,32.219927],[118.767985,32.219831]],[[118.767985,32.219831],[118.767843,32.219687]],[[118.768028,32.219871],[118.767985,32.219831]],[[118.768105,32.219819],[118.768235,32.219959]],[[118.775079,32.222201],[118.774669,32.221865]],[[118.774669,32.221865],[118.774310,32.221571]],[[118.774310,32.221571],[118.773998,32.221314]],[[118.773998,32.221314],[118.773715,32.221085]],[[118.773715,32.221085],[118.773562,32.220971]],[[118.773562,32.220971],[118.773346,32.220824]],[[118.773346,32.220824],[118.773043,32.220644]],[[118.773043,32.220644],[118.772674,32.220437]],[[118.772674,32.220437],[118.772435,32.220301]],[[118.772248,32.220196],[118.772435,32.220301]]]},"properties":{"no":"1984","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区10路YS000057","pipetype":"雨水管线","pipecode":"有机区10路YS000057","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4247","endposname":"YS4223","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1138","dbtime":"2020-12-14 14:04:35.936455"}},{"type":"Feature","id":"管网.1139","geometry":{"type":"MultiLineString","coordinates":[[[118.772375,32.220375],[118.772718,32.220568]],[[118.772718,32.220568],[118.773104,32.220785]],[[118.773104,32.220785],[118.773259,32.220879]],[[118.773259,32.220879],[118.773444,32.221006]],[[118.773444,32.221006],[118.773574,32.221099]],[[118.773574,32.221099],[118.773750,32.221237]],[[118.773750,32.221237],[118.774169,32.221579]],[[118.774169,32.221579],[118.774475,32.221830]],[[118.774475,32.221830],[118.774744,32.222050]],[[118.774744,32.222050],[118.774933,32.222204]],[[118.774933,32.222204],[118.774951,32.222231]],[[118.774951,32.222231],[118.774955,32.222264]],[[118.774955,32.222264],[118.774946,32.222285]],[[118.774946,32.222285],[118.774931,32.222302]],[[118.774931,32.222302],[118.774622,32.222535]],[[118.774622,32.222535],[118.774129,32.222907]],[[118.774129,32.222907],[118.774517,32.223189]],[[118.774517,32.223189],[118.774969,32.223520]],[[118.774969,32.223520],[118.775237,32.223716]],[[118.775237,32.223716],[118.775303,32.223658]]]},"properties":{"no":"2032","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区11路YS000058","pipetype":"雨水管线","pipecode":"有机区11路YS000058","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4294","endposname":"YS4314","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1139","dbtime":"2020-12-14 14:04:35.951756"}},{"type":"Feature","id":"管网.1140","geometry":{"type":"MultiLineString","coordinates":[[[118.775162,32.222320],[118.775137,32.222317]],[[118.775137,32.222317],[118.775114,32.222323]],[[118.775114,32.222323],[118.774743,32.222603]],[[118.774743,32.222603],[118.774381,32.222876]],[[118.774381,32.222876],[118.774364,32.222896]],[[118.774364,32.222896],[118.774355,32.222921]],[[118.774355,32.222921],[118.774359,32.222943]],[[118.774359,32.222943],[118.774375,32.222964]],[[118.774375,32.222964],[118.774716,32.223214]],[[118.774716,32.223214],[118.774898,32.223347]],[[118.774898,32.223347],[118.775134,32.223520]],[[118.775303,32.223658],[118.775134,32.223520]],[[118.775303,32.223658],[118.775654,32.223940]],[[118.775654,32.223940],[118.775975,32.224202]],[[118.775975,32.224202],[118.776296,32.224459]],[[118.776296,32.224459],[118.776614,32.224717]],[[118.776614,32.224717],[118.776918,32.224961]],[[118.776918,32.224961],[118.776937,32.224978]],[[118.776937,32.224978],[118.777093,32.225102]],[[118.777093,32.225102],[118.777184,32.225176]],[[118.777184,32.225176],[118.777282,32.225256]],[[118.777282,32.225256],[118.777603,32.224972]],[[118.777603,32.224972],[118.777794,32.224805]],[[118.777794,32.224805],[118.777716,32.224744]],[[118.777716,32.224744],[118.777666,32.224784]],[[118.777716,32.224744],[118.777666,32.224784]],[[118.774743,32.222603],[118.774759,32.222618]],[[118.775654,32.223940],[118.775594,32.223994]],[[118.775975,32.224202],[118.775915,32.224253]],[[118.776296,32.224459],[118.776237,32.224512]],[[118.776614,32.224717],[118.776557,32.224770]],[[118.776918,32.224961],[118.776859,32.225014]],[[118.777093,32.225102],[118.777035,32.225155]],[[118.777184,32.225176],[118.777126,32.225229]],[[118.777603,32.224972],[118.777642,32.225004]],[[118.775317,32.223490],[118.775773,32.223140]],[[118.775773,32.223140],[118.775962,32.222996]],[[118.775962,32.222996],[118.775984,32.222976]],[[118.775984,32.222976],[118.776161,32.223122]],[[118.776161,32.223122],[118.776359,32.223286]],[[118.776359,32.223286],[118.776553,32.223443]],[[118.776553,32.223443],[118.776729,32.223595]],[[118.776729,32.223595],[118.776752,32.223620]],[[118.776752,32.223620],[118.776868,32.223722]],[[118.776868,32.223722],[118.777094,32.223910]],[[118.777094,32.223910],[118.777217,32.224011]],[[118.777217,32.224011],[118.777299,32.224080]],[[118.777299,32.224080],[118.777527,32.224268]],[[118.777527,32.224268],[118.777641,32.224363]],[[118.776313,32.223318],[118.776178,32.223204]],[[118.776178,32.223204],[118.775964,32.223024]],[[118.775964,32.223024],[118.775820,32.223133]],[[118.775964,32.223024],[118.775982,32.223012]],[[118.775962,32.222996],[118.775982,32.223012]],[[118.776101,32.224112],[118.776343,32.223929]],[[118.776343,32.223929],[118.776598,32.223738]],[[118.776752,32.223620],[118.776598,32.223738]],[[118.776645,32.224511],[118.776962,32.224233]],[[118.777217,32.224011],[118.776962,32.224233]],[[118.776359,32.223286],[118.776344,32.223299]],[[118.776868,32.223722],[118.776908,32.223687]],[[118.777094,32.223910],[118.777134,32.223875]],[[118.777299,32.224080],[118.777338,32.224044]],[[118.777527,32.224268],[118.777565,32.224233]],[[118.777641,32.224363],[118.777981,32.224643]],[[118.777981,32.224643],[118.777901,32.224711]],[[118.777794,32.224805],[118.777901,32.224711]],[[118.777028,32.224898],[118.777131,32.224808]],[[118.777131,32.224808],[118.777122,32.224801]],[[118.777122,32.224801],[118.777142,32.224783]],[[118.777142,32.224783],[118.777151,32.224791]],[[118.777151,32.224791],[118.777239,32.224715]],[[118.777239,32.224715],[118.777532,32.224457]],[[118.777641,32.224363],[118.777532,32.224457]],[[118.777239,32.224715],[118.777197,32.224683]],[[118.777532,32.224457],[118.777489,32.224426]]]},"properties":{"no":"2052","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区12路YS000059","pipetype":"雨水管线","pipecode":"有机区12路YS000059","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4315","endposname":"YS4387","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1140","dbtime":"2020-12-14 14:04:35.996132"}},{"type":"Feature","id":"管网.1141","geometry":{"type":"MultiLineString","coordinates":[[[118.777901,32.224711],[118.777941,32.224742]],[[118.778151,32.224717],[118.778114,32.224753]],[[118.778413,32.224934],[118.778376,32.224969]],[[118.778684,32.225156],[118.778647,32.225192]],[[118.778935,32.225363],[118.778883,32.225386]],[[118.778893,32.226470],[118.779242,32.226127]],[[118.779242,32.226127],[118.779505,32.225869]],[[118.779505,32.225869],[118.779301,32.225716]],[[118.779301,32.225716],[118.779108,32.225572]],[[118.778883,32.225386],[118.779108,32.225572]],[[118.778647,32.225192],[118.778883,32.225386]],[[118.778376,32.224969],[118.778647,32.225192]],[[118.778114,32.224753],[118.778376,32.224969]],[[118.777981,32.224643],[118.778114,32.224753]]]},"properties":{"no":"2128","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区13路YS000060","pipetype":"雨水管线","pipecode":"有机区13路YS000060","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4390","endposname":"YS4379","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-11","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1141","dbtime":"2020-12-14 14:04:36.00836"}},{"type":"Feature","id":"管网.1142","geometry":{"type":"MultiLineString","coordinates":[[[118.778841,32.225620],[118.778563,32.225865]],[[118.778563,32.225865],[118.778460,32.225783]],[[118.779057,32.225928],[118.778947,32.225838]],[[118.778947,32.225838],[118.778747,32.226014]],[[118.779057,32.225928],[118.778724,32.226221]],[[118.778724,32.226221],[118.778613,32.226131]],[[118.778747,32.226014],[118.778613,32.226131]],[[118.778563,32.225865],[118.778747,32.226014]],[[118.778563,32.225865],[118.778404,32.226006]],[[118.778404,32.226006],[118.778414,32.226015]],[[118.778414,32.226015],[118.778329,32.226094]],[[118.778792,32.226461],[118.778702,32.226388]],[[118.778702,32.226388],[118.778551,32.226269]],[[118.778551,32.226269],[118.778469,32.226205]],[[118.778329,32.226094],[118.778469,32.226205]],[[118.778329,32.226094],[118.778233,32.226017]],[[118.778233,32.226017],[118.777984,32.225817]],[[118.777984,32.225817],[118.777746,32.225628]],[[118.777746,32.225628],[118.777425,32.225369]],[[118.777282,32.225256],[118.777425,32.225369]],[[118.778792,32.226461],[118.778766,32.226538]],[[118.778702,32.226388],[118.778643,32.226442]],[[118.778469,32.226205],[118.778411,32.226259]],[[118.778233,32.226017],[118.778173,32.226070]],[[118.777984,32.225817],[118.777927,32.225872]],[[118.777746,32.225628],[118.777687,32.225680]],[[118.777425,32.225369],[118.777365,32.225422]],[[118.779162,32.226678],[118.779397,32.226828]],[[118.779397,32.226828],[118.779655,32.226992]],[[118.779655,32.226992],[118.779898,32.227145]],[[118.779898,32.227145],[118.780129,32.227293]],[[118.780129,32.227293],[118.780377,32.227451]],[[118.780377,32.227451],[118.780636,32.227529]],[[118.780636,32.227529],[118.780765,32.227388]],[[118.780765,32.227388],[118.780969,32.227548]],[[118.780969,32.227548],[118.781200,32.227737]],[[118.781200,32.227737],[118.781436,32.227929]],[[118.781436,32.227929],[118.781660,32.228112]],[[118.781660,32.228112],[118.781882,32.228293]],[[118.781882,32.228293],[118.782129,32.228493]],[[118.782129,32.228493],[118.782273,32.228612]],[[118.782273,32.228612],[118.782488,32.228787]],[[118.782488,32.228787],[118.782709,32.228969]],[[118.782709,32.228969],[118.782971,32.229182]],[[118.782971,32.229182],[118.783209,32.229374]],[[118.783209,32.229374],[118.783397,32.229525]],[[118.783397,32.229525],[118.783584,32.229681]],[[118.780307,32.227528],[118.780360,32.227468]],[[118.780377,32.227451],[118.780360,32.227468]],[[118.783397,32.229525],[118.783379,32.229533]],[[118.783397,32.229525],[118.783417,32.229498]],[[118.779162,32.226678],[118.779091,32.226756]],[[118.779328,32.226907],[118.779382,32.226846]],[[118.779397,32.226828],[118.779382,32.226846]],[[118.779588,32.227071],[118.779639,32.227009]],[[118.779655,32.226992],[118.779639,32.227009]],[[118.779898,32.227145],[118.779879,32.227162]],[[118.780059,32.227370],[118.780110,32.227308]],[[118.780129,32.227293],[118.780110,32.227308]],[[118.780969,32.227548],[118.780957,32.227558]],[[118.780969,32.227548],[118.780998,32.227524]],[[118.781200,32.227737],[118.781228,32.227711]],[[118.781200,32.227737],[118.781191,32.227748]],[[118.781480,32.227899],[118.781464,32.227903]],[[118.781436,32.227929],[118.781464,32.227903]],[[118.781436,32.227929],[118.781425,32.227939]],[[118.781660,32.228112],[118.781650,32.228122]],[[118.781660,32.228112],[118.781691,32.228088]],[[118.781882,32.228293],[118.781872,32.228303]],[[118.781882,32.228293],[118.781912,32.228268]],[[118.782129,32.228493],[118.782155,32.228465]],[[118.782129,32.228493],[118.782119,32.228504]],[[118.782273,32.228612],[118.782261,32.228622]],[[118.782273,32.228612],[118.782316,32.228598]],[[118.782488,32.228787],[118.782477,32.228797]],[[118.782488,32.228787],[118.782516,32.228761]],[[118.782709,32.228969],[118.782699,32.228978]],[[118.782709,32.228969],[118.782740,32.228944]],[[118.782971,32.229182],[118.782961,32.229192]],[[118.782971,32.229182],[118.783000,32.229157]],[[118.783209,32.229374],[118.783197,32.229385]],[[118.783209,32.229374],[118.783241,32.229353]]]},"properties":{"no":"2142","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区14路YS000061","pipetype":"雨水管线","pipecode":"有机区14路YS000061","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4404","endposname":"YS4448","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-11","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1142","dbtime":"2020-12-14 14:04:36.054339"}},{"type":"Feature","id":"管网.1143","geometry":{"type":"MultiLineString","coordinates":[[[118.783584,32.229681],[118.783709,32.229784]],[[118.783709,32.229784],[118.783855,32.229669]],[[118.783855,32.229669],[118.784231,32.229974]],[[118.784231,32.229974],[118.784488,32.229745]],[[118.784488,32.229745],[118.784498,32.229754]],[[118.783584,32.229681],[118.783573,32.229692]],[[118.783584,32.229681],[118.783610,32.229656]],[[118.783855,32.229669],[118.783872,32.229675]],[[118.784498,32.229754],[118.784639,32.229876]]]},"properties":{"no":"2224","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区15路YS000062","pipetype":"雨水管线","pipecode":"有机区15路YS000062","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4450","endposname":"YS4494","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-11","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1143","dbtime":"2020-12-14 14:04:36.064867"}},{"type":"Feature","id":"管网.1144","geometry":{"type":"MultiLineString","coordinates":[[[118.780696,32.227768],[118.781062,32.228064]],[[118.781062,32.228064],[118.781355,32.228302]],[[118.781355,32.228302],[118.781694,32.228578]],[[118.781694,32.228578],[118.781991,32.228820]],[[118.781991,32.228820],[118.782201,32.228634]],[[118.782201,32.228634],[118.782395,32.228795]],[[118.782395,32.228795],[118.782636,32.228993]],[[118.782636,32.228993],[118.782851,32.229170]],[[118.782851,32.229170],[118.783118,32.229388]],[[118.782829,32.229621],[118.783021,32.229449]],[[118.783021,32.229449],[118.783042,32.229464]],[[118.783118,32.229388],[118.783042,32.229464]],[[118.783118,32.229388],[118.783127,32.229378]],[[118.783127,32.229378],[118.783167,32.229409]],[[118.783197,32.229385],[118.783167,32.229409]]]},"properties":{"no":"2233","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区16路YS000063","pipetype":"雨水管线","pipecode":"有机区16路YS000063","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4495","endposname":"YS4484","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-11","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1144","dbtime":"2020-12-14 14:04:36.078064"}},{"type":"Feature","id":"管网.1177","geometry":{"type":"MultiLineString","coordinates":[[[118.777599,32.224940],[118.777576,32.224960]],[[118.777576,32.224960],[118.777292,32.225227]],[[118.777292,32.225227],[118.777271,32.225229]],[[118.777271,32.225229],[118.776931,32.224953]],[[118.776931,32.224953],[118.776681,32.224756]],[[118.776681,32.224756],[118.776454,32.224573]],[[118.776454,32.224573],[118.776225,32.224390]],[[118.776225,32.224390],[118.775917,32.224140]],[[118.775917,32.224140],[118.775637,32.223913]],[[118.775637,32.223913],[118.775404,32.223719]],[[118.775404,32.223719],[118.775144,32.223517]],[[118.775144,32.223517],[118.775067,32.223596]],[[118.775067,32.223596],[118.774642,32.224045]],[[118.774579,32.224096],[118.774642,32.224045]]]},"properties":{"no":"2830","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区雨排地管YS000096","pipetype":"雨水管线","pipecode":"有机区雨排地管YS000096","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5081","endposname":"YS4594","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-19","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1177","dbtime":"2020-12-14 14:04:36.569298"}},{"type":"Feature","id":"管网.1145","geometry":{"type":"MultiLineString","coordinates":[[[118.780888,32.229390],[118.780523,32.229092]],[[118.780523,32.229092],[118.780229,32.228851]],[[118.780229,32.228851],[118.779763,32.228470]],[[118.779763,32.228470],[118.779407,32.228178]],[[118.779407,32.228178],[118.779096,32.227924]],[[118.779096,32.227924],[118.778771,32.227657]],[[118.778771,32.227657],[118.778481,32.227419]],[[118.778481,32.227419],[118.778554,32.227353]],[[118.780535,32.229001],[118.780266,32.228781]],[[118.780266,32.228781],[118.779934,32.228509]],[[118.779934,32.228509],[118.779609,32.228244]],[[118.779609,32.228244],[118.779278,32.227973]],[[118.779278,32.227973],[118.778968,32.227718]],[[118.778968,32.227718],[118.778588,32.227408]],[[118.778554,32.227353],[118.778588,32.227408]],[[118.778554,32.227353],[118.778546,32.227340]],[[118.778546,32.227340],[118.778499,32.227288]],[[118.778398,32.227118],[118.778499,32.227288]],[[118.777544,32.226675],[118.777661,32.226859]],[[118.777661,32.226859],[118.777794,32.227072]],[[118.777794,32.227072],[118.777926,32.227275]],[[118.777926,32.227275],[118.778004,32.227211]],[[118.777756,32.226572],[118.778033,32.226830]],[[118.778033,32.226830],[118.778236,32.227020]],[[118.778004,32.227211],[118.778236,32.227020]],[[118.778004,32.227211],[118.778080,32.227309]],[[118.778128,32.227371],[118.778080,32.227309]]]},"properties":{"no":"2248","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区17路YS000064","pipetype":"雨水管线","pipecode":"有机区17路YS000064","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4510","endposname":"YS1512","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"朱俊男","acquisitiondate":"2020-06-11","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1145","dbtime":"2020-12-14 14:04:36.097344"}},{"type":"Feature","id":"管网.1146","geometry":{"type":"MultiLineString","coordinates":[[[118.770480,32.224436],[118.770543,32.224390]],[[118.770543,32.224390],[118.770644,32.224313]],[[118.770644,32.224313],[118.770843,32.224163]],[[118.770843,32.224163],[118.770890,32.224129]],[[118.770890,32.224129],[118.771070,32.223990]],[[118.771070,32.223990],[118.771245,32.223859]],[[118.770843,32.224163],[118.770860,32.224181]],[[118.770860,32.224181],[118.770865,32.224294]],[[118.772148,32.224662],[118.772106,32.224669]],[[118.772106,32.224669],[118.772068,32.224656]],[[118.772068,32.224656],[118.771963,32.224554]],[[118.771963,32.224554],[118.771753,32.224353]],[[118.771753,32.224353],[118.771543,32.224149]],[[118.771543,32.224149],[118.771355,32.223967]],[[118.771355,32.223967],[118.771312,32.223925]],[[118.771245,32.223859],[118.771312,32.223925]],[[118.771245,32.223859],[118.771300,32.223816]],[[118.771300,32.223816],[118.771604,32.223585]],[[118.771604,32.223585],[118.771776,32.223456]],[[118.771776,32.223456],[118.771935,32.223336]],[[118.772770,32.224137],[118.772722,32.224091]],[[118.772722,32.224091],[118.772479,32.223857]],[[118.772479,32.223857],[118.772266,32.223654]],[[118.772266,32.223654],[118.772057,32.223453]],[[118.771935,32.223336],[118.772057,32.223453]],[[118.774227,32.224569],[118.774138,32.224486]],[[118.774138,32.224486],[118.774131,32.224492]],[[118.774131,32.224492],[118.774113,32.224475]],[[118.774113,32.224475],[118.774120,32.224470]],[[118.774120,32.224470],[118.773827,32.224189]],[[118.773827,32.224189],[118.773563,32.223937]],[[118.773563,32.223937],[118.773340,32.223724]],[[118.773340,32.223724],[118.773007,32.223406]],[[118.773007,32.223406],[118.772725,32.223134]],[[118.772725,32.223134],[118.772497,32.222914]],[[118.772811,32.224118],[118.773051,32.223940]],[[118.773340,32.223724],[118.773051,32.223940]],[[118.771935,32.223336],[118.772055,32.223245]],[[118.772055,32.223245],[118.772319,32.223048]],[[118.772497,32.222914],[118.772319,32.223048]],[[118.772497,32.222914],[118.772601,32.222836]],[[118.772601,32.222836],[118.772863,32.222639]],[[118.772863,32.222639],[118.772976,32.222554]],[[118.772976,32.222554],[118.772980,32.222598]],[[118.772910,32.224271],[118.772927,32.224287]],[[118.772927,32.224287],[118.773089,32.224442]],[[118.773089,32.224442],[118.773299,32.224645]],[[118.773299,32.224645],[118.773510,32.224847]],[[118.773510,32.224847],[118.773664,32.224994]],[[118.773664,32.224994],[118.773839,32.224861]],[[118.773839,32.224861],[118.774058,32.224695]],[[118.774227,32.224569],[118.774058,32.224695]],[[118.774227,32.224569],[118.774433,32.224413]],[[118.774433,32.224413],[118.774631,32.224263]],[[118.774631,32.224263],[118.774668,32.224202]],[[118.774668,32.224202],[118.774622,32.224138]],[[118.774622,32.224138],[118.774579,32.224096]],[[118.774579,32.224096],[118.774392,32.223916]],[[118.774392,32.223916],[118.774134,32.223666]]]},"properties":{"no":"2275","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区18路YS000065","pipetype":"雨水管线","pipecode":"有机区18路YS000065","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4537","endposname":"YS4596","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-07","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1146","dbtime":"2020-12-14 14:04:36.132246"}},{"type":"Feature","id":"管网.1147","geometry":{"type":"MultiLineString","coordinates":[[[118.774134,32.223666],[118.773968,32.223507]],[[118.773968,32.223507],[118.773821,32.223365]],[[118.773821,32.223365],[118.773754,32.223300]],[[118.773754,32.223300],[118.773587,32.223140]],[[118.773587,32.223140],[118.773368,32.222930]],[[118.773368,32.222930],[118.773148,32.222717]],[[118.773148,32.222717],[118.772993,32.222569]],[[118.772976,32.222554],[118.772993,32.222569]],[[118.772976,32.222554],[118.772844,32.222428]],[[118.772844,32.222428],[118.772642,32.222232]],[[118.772642,32.222232],[118.772421,32.222020]],[[118.772421,32.222020],[118.772179,32.221789]],[[118.772179,32.221789],[118.771980,32.221598]],[[118.771980,32.221598],[118.771730,32.221358]],[[118.771730,32.221358],[118.771580,32.221215]],[[118.771580,32.221215],[118.771401,32.221042]],[[118.771401,32.221042],[118.771327,32.220973]],[[118.771231,32.220887],[118.771327,32.220973]]]},"properties":{"no":"2334","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区火炬路YS000066","pipetype":"雨水管线","pipecode":"有机区火炬路YS000066","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4596","endposname":"YS4101","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-07","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1147","dbtime":"2020-12-14 14:04:36.147347"}},{"type":"Feature","id":"管网.1148","geometry":{"type":"MultiLineString","coordinates":[[[118.770543,32.224390],[118.770497,32.224340]],[[118.770890,32.224129],[118.770838,32.224081]],[[118.771070,32.223990],[118.771029,32.223937]],[[118.771604,32.223585],[118.771553,32.223541]],[[118.771732,32.223411],[118.771771,32.223452]],[[118.771776,32.223456],[118.771771,32.223452]],[[118.772007,32.223201],[118.772051,32.223241]],[[118.772055,32.223245],[118.772051,32.223241]],[[118.772319,32.223048],[118.772271,32.223001]],[[118.772550,32.222789],[118.772596,32.222831]],[[118.772601,32.222836],[118.772596,32.222831]],[[118.772863,32.222639],[118.772814,32.222591]]]},"properties":{"no":"2352","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区有机大道YS000067","pipetype":"雨水管线","pipecode":"有机区有机大道YS000067","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4613","endposname":"YS4579","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-07","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1148","dbtime":"2020-12-14 14:04:36.158757"}},{"type":"Feature","id":"管网.1149","geometry":{"type":"MultiLineString","coordinates":[[[118.771963,32.224554],[118.771903,32.224601]],[[118.771753,32.224353],[118.771692,32.224398]],[[118.771543,32.224149],[118.771481,32.224198]],[[118.771312,32.223925],[118.771247,32.223972]],[[118.772722,32.224091],[118.772659,32.224140]],[[118.772479,32.223857],[118.772412,32.223904]],[[118.772266,32.223654],[118.772201,32.223703]],[[118.774392,32.223916],[118.774456,32.223865]],[[118.774134,32.223666],[118.774196,32.223615]],[[118.773968,32.223507],[118.774033,32.223459]],[[118.773754,32.223300],[118.773817,32.223251]],[[118.773650,32.223091],[118.773593,32.223135]],[[118.773587,32.223140],[118.773593,32.223135]],[[118.773368,32.222930],[118.773430,32.222880]],[[118.773148,32.222717],[118.773212,32.222670]]]},"properties":{"no":"2364","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区21路YS000068","pipetype":"雨水管线","pipecode":"有机区21路YS000068","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4625","endposname":"YS4602","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-07","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1149","dbtime":"2020-12-14 14:04:36.171951"}},{"type":"Feature","id":"管网.1150","geometry":{"type":"MultiLineString","coordinates":[[[118.772908,32.222380],[118.772849,32.222424]],[[118.772844,32.222428],[118.772849,32.222424]],[[118.772708,32.222188],[118.772647,32.222228]],[[118.772642,32.222232],[118.772647,32.222228]],[[118.772483,32.221972],[118.772426,32.222016]],[[118.772421,32.222020],[118.772426,32.222016]],[[118.772179,32.221789],[118.772243,32.221741]],[[118.771980,32.221598],[118.772043,32.221549]],[[118.771730,32.221358],[118.771794,32.221309]],[[118.771580,32.221215],[118.771645,32.221166]],[[118.771401,32.221042],[118.771465,32.220993]]]},"properties":{"no":"2379","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区火炬路YS000069","pipetype":"雨水管线","pipecode":"有机区火炬路YS000069","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4640","endposname":"YS4611","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-07","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1150","dbtime":"2020-12-14 14:04:36.183259"}},{"type":"Feature","id":"管网.1151","geometry":{"type":"MultiLineString","coordinates":[[[118.772189,32.226102],[118.772303,32.226016]],[[118.772303,32.226016],[118.772541,32.225837]],[[118.772541,32.225837],[118.772789,32.225650]],[[118.772789,32.225650],[118.772907,32.225561]],[[118.772907,32.225561],[118.772972,32.225514]],[[118.772972,32.225514],[118.772995,32.225498]],[[118.772995,32.225498],[118.773132,32.225394]],[[118.773132,32.225394],[118.773337,32.225240]],[[118.773337,32.225240],[118.773409,32.225185]],[[118.773409,32.225185],[118.773567,32.225067]],[[118.773664,32.224994],[118.773567,32.225067]]]},"properties":{"no":"2390","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区23路YS000070","pipetype":"雨水管线","pipecode":"有机区23路YS000070","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4651","endposname":"YS4587","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-08","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1151","dbtime":"2020-12-14 14:04:36.194011"}},{"type":"Feature","id":"管网.1152","geometry":{"type":"MultiLineString","coordinates":[[[118.772159,32.224745],[118.772195,32.224778]],[[118.772195,32.224778],[118.772376,32.224950]],[[118.772376,32.224950],[118.772591,32.225154]],[[118.772591,32.225154],[118.772815,32.225368]],[[118.772972,32.225514],[118.772815,32.225368]],[[118.772136,32.224825],[118.772214,32.224763]],[[118.772315,32.224998],[118.772401,32.224943]],[[118.772528,32.225203],[118.772612,32.225146]],[[118.772752,32.225417],[118.772838,32.225357]]]},"properties":{"no":"2401","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区氯碱路YS000071","pipetype":"雨水管线","pipecode":"有机区氯碱路YS000071","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4662","endposname":"YS4674","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-08","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1152","dbtime":"2020-12-14 14:04:36.203625"}},{"type":"Feature","id":"管网.1154","geometry":{"type":"MultiLineString","coordinates":[[[118.771258,32.226798],[118.771248,32.226790]],[[118.771162,32.226708],[118.771148,32.226716]],[[118.770897,32.226746],[118.771057,32.226627]],[[118.771148,32.226716],[118.771057,32.226627]],[[118.771057,32.226627],[118.770995,32.226569]],[[118.770995,32.226569],[118.770684,32.226269]],[[118.770684,32.226269],[118.770523,32.226113]],[[118.770523,32.226113],[118.770435,32.226030]],[[118.770435,32.226030],[118.770230,32.225835]],[[118.770230,32.225835],[118.770053,32.225665]],[[118.770053,32.225665],[118.769791,32.225415]],[[118.769791,32.225415],[118.769758,32.225383]],[[118.769758,32.225383],[118.769613,32.225244]],[[118.769613,32.225244],[118.769416,32.225055]],[[118.769416,32.225055],[118.769159,32.224807]],[[118.769159,32.224807],[118.768900,32.224557]],[[118.768900,32.224557],[118.768690,32.224358]],[[118.768690,32.224358],[118.768679,32.224348]],[[118.768679,32.224348],[118.768472,32.224148]],[[118.768472,32.224148],[118.768192,32.223878]],[[118.768192,32.223878],[118.767863,32.223586]],[[118.767722,32.223448],[118.767863,32.223586]],[[118.767722,32.223448],[118.766615,32.222393]],[[118.766615,32.222393],[118.767915,32.221057]],[[118.767915,32.221057],[118.768010,32.221150]],[[118.770058,32.225572],[118.769848,32.225371]],[[118.769848,32.225371],[118.769802,32.225407]],[[118.770435,32.226030],[118.770442,32.226025]],[[118.770230,32.225835],[118.770238,32.225829]],[[118.770115,32.225621],[118.770060,32.225659]],[[118.770060,32.225659],[118.770113,32.225621]],[[118.770053,32.225665],[118.770060,32.225659]],[[118.769791,32.225415],[118.769802,32.225407]],[[118.769613,32.225244],[118.769621,32.225236]],[[118.769416,32.225055],[118.769424,32.225048]],[[118.769159,32.224807],[118.769169,32.224802]],[[118.768900,32.224557],[118.768911,32.224550]],[[118.768689,32.224342],[118.768744,32.224298]],[[118.768679,32.224348],[118.768689,32.224342]],[[118.768482,32.224140],[118.768537,32.224102]],[[118.768537,32.224102],[118.768556,32.224083]],[[118.768201,32.223872],[118.768257,32.223831]],[[118.768257,32.223831],[118.768276,32.223816]],[[118.767948,32.223629],[118.768003,32.223587]],[[118.768003,32.223587],[118.768020,32.223572]]]},"properties":{"no":"2415","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区苯胺路YS000073","pipetype":"雨水管线","pipecode":"有机区苯胺路YS000073","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4680","endposname":"YS4728","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1154","dbtime":"2020-12-14 14:04:36.239582"}},{"type":"Feature","id":"管网.1155","geometry":{"type":"MultiLineString","coordinates":[[[118.770172,32.226933],[118.770155,32.226968]],[[118.770155,32.226968],[118.770050,32.227047]],[[118.770050,32.227047],[118.769799,32.226750]],[[118.769799,32.226750],[118.769819,32.226662]],[[118.769819,32.226662],[118.770172,32.226393]],[[118.770172,32.226393],[118.770463,32.226173]],[[118.770463,32.226173],[118.770456,32.226165]],[[118.770523,32.226113],[118.770456,32.226165]],[[118.770118,32.226343],[118.770165,32.226387]],[[118.770172,32.226393],[118.770165,32.226387]]]},"properties":{"no":"2460","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区27路YS000074","pipetype":"雨水管线","pipecode":"有机区27路YS000074","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4729","endposname":"YS4734","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-09","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1155","dbtime":"2020-12-14 14:04:36.251745"}},{"type":"Feature","id":"管网.1156","geometry":{"type":"MultiLineString","coordinates":[[[118.772496,32.227346],[118.772548,32.227401]],[[118.772548,32.227401],[118.772575,32.227584]],[[118.772575,32.227584],[118.772596,32.227745]],[[118.772596,32.227745],[118.772586,32.227769]],[[118.772586,32.227769],[118.772480,32.227849]],[[118.772480,32.227849],[118.772445,32.227858]],[[118.772445,32.227858],[118.772418,32.227845]],[[118.772418,32.227845],[118.772268,32.227700]],[[118.772418,32.227845],[118.772302,32.227934]],[[118.772418,32.227845],[118.772447,32.227824]],[[118.772268,32.227700],[118.772227,32.227730]],[[118.772227,32.227730],[118.772369,32.227867]],[[118.772227,32.227730],[118.772125,32.227631]],[[118.772125,32.227631],[118.771996,32.227507]],[[118.771996,32.227507],[118.771797,32.227316]],[[118.771797,32.227316],[118.771607,32.227135]],[[118.771607,32.227135],[118.771393,32.226930]],[[118.771258,32.226798],[118.771393,32.226930]]]},"properties":{"no":"2470","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区28路YS000075","pipetype":"雨水管线","pipecode":"有机区28路YS000075","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4739","endposname":"YS4680","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1156","dbtime":"2020-12-14 14:04:36.266325"}},{"type":"Feature","id":"管网.1157","geometry":{"type":"MultiLineString","coordinates":[[[118.771524,32.228158],[118.771484,32.228119]],[[118.771484,32.228119],[118.771350,32.228221]],[[118.771484,32.228119],[118.771662,32.227982]],[[118.771662,32.227982],[118.771907,32.227796]],[[118.772125,32.227631],[118.771907,32.227796]],[[118.771248,32.226790],[118.770943,32.227032]],[[118.771248,32.226790],[118.771162,32.226708]],[[118.772046,32.227474],[118.772000,32.227505]],[[118.771996,32.227507],[118.772000,32.227505]],[[118.771844,32.227279],[118.771801,32.227314]],[[118.771797,32.227316],[118.771801,32.227314]],[[118.771655,32.227099],[118.771610,32.227132]],[[118.771607,32.227135],[118.771610,32.227132]],[[118.771438,32.226891],[118.771398,32.226927]],[[118.771393,32.226930],[118.771398,32.226927]]]},"properties":{"no":"2488","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区29路YS000076","pipetype":"雨水管线","pipecode":"有机区29路YS000076","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4757","endposname":"YS4756","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-10","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1157","dbtime":"2020-12-14 14:04:36.279682"}},{"type":"Feature","id":"管网.1158","geometry":{"type":"MultiLineString","coordinates":[[[118.770007,32.224174],[118.769620,32.223804]],[[118.769620,32.223804],[118.769375,32.223567]],[[118.769375,32.223567],[118.769692,32.223330]],[[118.769692,32.223330],[118.769865,32.223199]],[[118.769865,32.223199],[118.770116,32.223011]],[[118.770116,32.223011],[118.770077,32.222939]],[[118.770116,32.223011],[118.770118,32.223018]],[[118.770118,32.223018],[118.770156,32.223055]]]},"properties":{"no":"2503","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区30路YS000077","pipetype":"雨水管线","pipecode":"有机区30路YS000077","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4771","endposname":"YS4779","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1158","dbtime":"2020-12-14 14:04:36.289573"}},{"type":"Feature","id":"管网.1159","geometry":{"type":"MultiLineString","coordinates":[[[118.770014,32.224169],[118.770058,32.224137]],[[118.769627,32.223797],[118.769670,32.223765]],[[118.769493,32.223490],[118.769530,32.223525]],[[118.769699,32.223335],[118.769735,32.223369]],[[118.769874,32.223204],[118.769909,32.223236]],[[118.770071,32.223055],[118.770107,32.223089]],[[118.770058,32.224137],[118.769670,32.223765]],[[118.769670,32.223765],[118.769505,32.223605]],[[118.769530,32.223525],[118.769505,32.223605]],[[118.769530,32.223525],[118.769735,32.223369]],[[118.769735,32.223369],[118.769841,32.223409]],[[118.769841,32.223409],[118.769714,32.223504]],[[118.769841,32.223409],[118.769958,32.223325]],[[118.769958,32.223325],[118.769887,32.223251]],[[118.769909,32.223236],[118.769887,32.223251]],[[118.769909,32.223236],[118.770107,32.223089]],[[118.770156,32.223055],[118.770107,32.223089]]]},"properties":{"no":"2511","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区31路YS000078","pipetype":"雨水管线","pipecode":"有机区31路YS000078","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4780","endposname":"YS4779","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1159","dbtime":"2020-12-14 14:04:36.304996"}},{"type":"Feature","id":"管网.1160","geometry":{"type":"MultiLineString","coordinates":[[[118.770156,32.223055],[118.770281,32.223058]],[[118.770281,32.223058],[118.770307,32.223089]],[[118.770307,32.223089],[118.770317,32.223081]],[[118.770317,32.223081],[118.770381,32.223027]],[[118.770381,32.223027],[118.770397,32.223016]],[[118.770053,32.222826],[118.770118,32.222771]],[[118.770118,32.222771],[118.770130,32.222764]],[[118.769847,32.222628],[118.769911,32.222576]],[[118.769911,32.222576],[118.769924,32.222568]],[[118.769635,32.222426],[118.769702,32.222374]],[[118.769702,32.222374],[118.769713,32.222363]],[[118.770397,32.223016],[118.770298,32.222923]],[[118.770130,32.222764],[118.770298,32.222923]],[[118.770130,32.222764],[118.769924,32.222568]],[[118.769924,32.222568],[118.769713,32.222363]],[[118.769713,32.222363],[118.769604,32.222258]]]},"properties":{"no":"2528","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区氯碱路YS000079","pipetype":"雨水管线","pipecode":"有机区氯碱路YS000079","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4779","endposname":"YS4812","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1160","dbtime":"2020-12-14 14:04:36.319323"}},{"type":"Feature","id":"管网.1161","geometry":{"type":"MultiLineString","coordinates":[[[118.772057,32.223453],[118.771992,32.223501]],[[118.771992,32.223501],[118.771977,32.223514]],[[118.771977,32.223514],[118.771862,32.223414]],[[118.770747,32.224767],[118.770530,32.224574]],[[118.770530,32.224574],[118.770773,32.224338]],[[118.770699,32.224659],[118.770878,32.224523]],[[118.770773,32.224338],[118.770878,32.224523]],[[118.770865,32.224294],[118.770773,32.224338]],[[118.770865,32.224294],[118.771056,32.224094]],[[118.770865,32.224294],[118.771007,32.224425]],[[118.771007,32.224425],[118.771114,32.224522]],[[118.771114,32.224522],[118.771191,32.224595]],[[118.771056,32.224094],[118.771255,32.224001]],[[118.771255,32.224001],[118.771349,32.223933]],[[118.771980,32.224541],[118.771558,32.224133]],[[118.771349,32.223933],[118.771558,32.224133]],[[118.771349,32.223933],[118.771413,32.223758]],[[118.771413,32.223758],[118.771618,32.223598]],[[118.771862,32.223414],[118.771618,32.223598]],[[118.771862,32.223414],[118.772075,32.223263]],[[118.772075,32.223263],[118.772336,32.223064]],[[118.772336,32.223064],[118.772615,32.222854]],[[118.772615,32.222854],[118.772879,32.222656]],[[118.772993,32.222569],[118.772879,32.222656]]]},"properties":{"no":"2544","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区33路YS000080","pipetype":"雨水管线","pipecode":"有机区33路YS000080","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4562","endposname":"YS4603","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1161","dbtime":"2020-12-14 14:04:36.338619"}},{"type":"Feature","id":"管网.1163","geometry":{"type":"MultiLineString","coordinates":[[[118.771426,32.226734],[118.771374,32.226760]],[[118.771374,32.226760],[118.771601,32.226589]],[[118.771601,32.226589],[118.771801,32.226437]],[[118.771801,32.226437],[118.771850,32.226400]],[[118.771850,32.226400],[118.772052,32.226250]],[[118.772052,32.226250],[118.772185,32.226160]],[[118.772185,32.226160],[118.772339,32.226046]],[[118.772339,32.226046],[118.772573,32.225865]],[[118.772573,32.225865],[118.772821,32.225678]],[[118.772821,32.225678],[118.772927,32.225593]],[[118.772927,32.225593],[118.773023,32.225525]],[[118.773023,32.225525],[118.773161,32.225420]],[[118.773161,32.225420],[118.773204,32.225384]],[[118.773204,32.225384],[118.773365,32.225267]],[[118.773365,32.225267],[118.773476,32.225189]],[[118.773476,32.225189],[118.773598,32.225098]],[[118.773598,32.225098],[118.773871,32.224892]],[[118.773871,32.224892],[118.774090,32.224729]],[[118.774090,32.224729],[118.774114,32.224752]],[[118.774114,32.224752],[118.774568,32.224410]],[[118.774568,32.224410],[118.774716,32.224293]],[[118.774668,32.224202],[118.774716,32.224293]],[[118.771374,32.226760],[118.771431,32.226746]],[[118.771601,32.226589],[118.771618,32.226605]],[[118.771850,32.226400],[118.771871,32.226415]],[[118.772339,32.226046],[118.772347,32.226055]],[[118.772573,32.225865],[118.772585,32.225876]],[[118.772821,32.225678],[118.772834,32.225689]],[[118.773476,32.225189],[118.773489,32.225199]],[[118.773871,32.224892],[118.773883,32.224899]],[[118.774568,32.224410],[118.774556,32.224394]],[[118.774630,32.224185],[118.774453,32.224016]],[[118.774453,32.224016],[118.774270,32.223842]],[[118.774270,32.223842],[118.773999,32.223583]],[[118.773999,32.223583],[118.773796,32.223387]],[[118.773821,32.223365],[118.773796,32.223387]]]},"properties":{"no":"2580","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区助剂大道YS000082","pipetype":"雨水管线","pipecode":"有机区助剂大道YS000082","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4847","endposname":"YS4598","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1163","dbtime":"2020-12-14 14:04:36.37324"}},{"type":"Feature","id":"管网.1164","geometry":{"type":"MultiLineString","coordinates":[[[118.771326,32.225428],[118.771368,32.225397]],[[118.771368,32.225397],[118.771381,32.225382]],[[118.771538,32.225632],[118.771582,32.225601]],[[118.771582,32.225601],[118.771596,32.225590]],[[118.771748,32.225835],[118.771791,32.225802]],[[118.771791,32.225802],[118.771806,32.225793]],[[118.771960,32.226037],[118.772003,32.226004]],[[118.772003,32.226004],[118.772014,32.225998]],[[118.771381,32.225382],[118.771596,32.225590]],[[118.771596,32.225590],[118.771806,32.225793]],[[118.771806,32.225793],[118.772014,32.225998]],[[118.772014,32.225998],[118.772134,32.226107]],[[118.772185,32.226160],[118.772134,32.226107]]]},"properties":{"no":"2616","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区36路YS000083","pipetype":"雨水管线","pipecode":"有机区36路YS000083","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4883","endposname":"YS4853","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1164","dbtime":"2020-12-14 14:04:36.385485"}},{"type":"Feature","id":"管网.1165","geometry":{"type":"MultiLineString","coordinates":[[[118.772214,32.224763],[118.772401,32.224943]],[[118.772401,32.224943],[118.772612,32.225146]],[[118.772612,32.225146],[118.772838,32.225357]],[[118.772838,32.225357],[118.773023,32.225525]]]},"properties":{"no":"2629","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区氯碱路YS000084","pipetype":"雨水管线","pipecode":"有机区氯碱路YS000084","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4668","endposname":"YS4858","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1165","dbtime":"2020-12-14 14:04:36.393773"}},{"type":"Feature","id":"管网.1166","geometry":{"type":"MultiLineString","coordinates":[[[118.773067,32.225858],[118.773122,32.225910]],[[118.773122,32.225910],[118.773168,32.225954]],[[118.773168,32.225954],[118.773207,32.226025]],[[118.773207,32.226025],[118.773264,32.226123]],[[118.773264,32.226123],[118.773264,32.226138]],[[118.773264,32.226138],[118.773413,32.226209]],[[118.773264,32.226138],[118.773262,32.226156]],[[118.773262,32.226156],[118.773246,32.226325]],[[118.773246,32.226325],[118.773203,32.226358]],[[118.773203,32.226358],[118.773187,32.226370]],[[118.773187,32.226370],[118.773107,32.226431]],[[118.773107,32.226431],[118.773088,32.226506]],[[118.773088,32.226506],[118.772845,32.226274]],[[118.772845,32.226274],[118.772715,32.226151]],[[118.772816,32.225946],[118.772641,32.226078]],[[118.772641,32.226078],[118.772699,32.226134]],[[118.772699,32.226134],[118.772744,32.226099]],[[118.772715,32.226151],[118.772699,32.226134]],[[118.772715,32.226151],[118.772670,32.226180]],[[118.772670,32.226180],[118.772472,32.225997]],[[118.772472,32.225997],[118.772369,32.226071]],[[118.772347,32.226055],[118.772369,32.226071]],[[118.773122,32.225910],[118.773114,32.225913]],[[118.773207,32.226025],[118.773199,32.226028]],[[118.773262,32.226156],[118.773253,32.226156]],[[118.773203,32.226358],[118.773198,32.226353]]]},"properties":{"no":"2633","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区38路YS000085","pipetype":"雨水管线","pipecode":"有机区38路YS000085","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4896","endposname":"YS4905","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1166","dbtime":"2020-12-14 14:04:36.41415"}},{"type":"Feature","id":"管网.1167","geometry":{"type":"MultiLineString","coordinates":[[[118.772861,32.224338],[118.772845,32.224346]],[[118.773022,32.224492],[118.773007,32.224504]],[[118.773234,32.224696],[118.773220,32.224707]],[[118.773444,32.224900],[118.773428,32.224912]],[[118.772927,32.224287],[118.772861,32.224338]],[[118.773089,32.224442],[118.773022,32.224492]],[[118.773299,32.224645],[118.773234,32.224696]],[[118.772845,32.224346],[118.773007,32.224504]],[[118.773007,32.224504],[118.773220,32.224707]],[[118.773220,32.224707],[118.773428,32.224912]],[[118.773428,32.224912],[118.773529,32.225011]],[[118.773529,32.225011],[118.773554,32.225042]],[[118.773598,32.225098],[118.773554,32.225042]]]},"properties":{"no":"2659","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区39路YS000086","pipetype":"雨水管线","pipecode":"有机区39路YS000086","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4922","endposname":"YS4863","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-07","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1167","dbtime":"2020-12-14 14:04:36.426623"}},{"type":"Feature","id":"管网.1168","geometry":{"type":"MultiLineString","coordinates":[[[118.770629,32.226072],[118.770310,32.225767]],[[118.770310,32.225767],[118.770134,32.225599]],[[118.770134,32.225599],[118.769885,32.225362]],[[118.769885,32.225362],[118.769678,32.225168]],[[118.769678,32.225168],[118.769606,32.225096]],[[118.769606,32.225096],[118.769548,32.225039]],[[118.769548,32.225039],[118.769497,32.224988]],[[118.769497,32.224988],[118.769483,32.224974]],[[118.769483,32.224974],[118.769248,32.224749]],[[118.769248,32.224749],[118.768987,32.224501]],[[118.768987,32.224501],[118.768761,32.224284]],[[118.768556,32.224083],[118.768761,32.224284]],[[118.768556,32.224083],[118.768276,32.223816]],[[118.768276,32.223816],[118.768041,32.223591]],[[118.768020,32.223572],[118.768041,32.223591]],[[118.768020,32.223572],[118.767963,32.223518]]]},"properties":{"no":"2672","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区苯胺路YS000087","pipetype":"雨水管线","pipecode":"有机区苯胺路YS000087","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4932","endposname":"YS4945","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1168","dbtime":"2020-12-14 14:04:36.440736"}},{"type":"Feature","id":"管网.1169","geometry":{"type":"MultiLineString","coordinates":[[[118.770173,32.224668],[118.770125,32.224617]],[[118.769694,32.225028],[118.769641,32.224978]],[[118.770125,32.224617],[118.769641,32.224978]],[[118.769548,32.225039],[118.769641,32.224978]],[[118.769497,32.224988],[118.769475,32.225001]],[[118.769248,32.224749],[118.769230,32.224764]],[[118.768987,32.224501],[118.768966,32.224512]],[[118.768744,32.224298],[118.768761,32.224284]]]},"properties":{"no":"2688","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区有机大道YS000088","pipetype":"雨水管线","pipecode":"有机区有机大道YS000088","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4946","endposname":"YS4943","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-13","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1169","dbtime":"2020-12-14 14:04:36.450142"}},{"type":"Feature","id":"管网.1170","geometry":{"type":"MultiLineString","coordinates":[[[118.766513,32.224574],[118.766534,32.224562]],[[118.766534,32.224562],[118.766564,32.224489]],[[118.766564,32.224489],[118.766741,32.224355]],[[118.766741,32.224355],[118.766768,32.224379]],[[118.767174,32.224085],[118.767162,32.224036]],[[118.766741,32.224355],[118.767162,32.224036]],[[118.767162,32.224036],[118.767461,32.223851]],[[118.767461,32.223851],[118.767480,32.223870]],[[118.767480,32.223870],[118.767568,32.223802]],[[118.767568,32.223802],[118.767757,32.223656]],[[118.767863,32.223586],[118.767757,32.223656]],[[118.767963,32.223518],[118.768051,32.223451]],[[118.768051,32.223451],[118.768284,32.223274]],[[118.768284,32.223274],[118.768538,32.223088]],[[118.768538,32.223088],[118.768752,32.222928]],[[118.768752,32.222928],[118.768982,32.222762]],[[118.768982,32.222762],[118.769079,32.222680]],[[118.769079,32.222680],[118.769205,32.222583]],[[118.769205,32.222583],[118.769360,32.222460]],[[118.767757,32.223656],[118.767740,32.223639]],[[118.768051,32.223451],[118.768024,32.223426]],[[118.768284,32.223274],[118.768273,32.223239]],[[118.768538,32.223088],[118.768509,32.223064]],[[118.768752,32.222928],[118.768724,32.222902]],[[118.768982,32.222762],[118.768950,32.222733]],[[118.769205,32.222583],[118.769180,32.222561]]]},"properties":{"no":"2696","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区德榜大道YS000089","pipetype":"雨水管线","pipecode":"有机区德榜大道YS000089","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4953","endposname":"YS4970","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-20","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1170","dbtime":"2020-12-14 14:04:36.467646"}},{"type":"Feature","id":"管网.1171","geometry":{"type":"MultiLineString","coordinates":[[[118.771543,32.222128],[118.771579,32.222091]],[[118.771579,32.222091],[118.771593,32.222077]],[[118.771369,32.221961],[118.771412,32.221929]],[[118.771412,32.221929],[118.771429,32.221919]],[[118.771192,32.221790],[118.771233,32.221758]],[[118.771233,32.221758],[118.771249,32.221746]],[[118.771037,32.221642],[118.771079,32.221611]],[[118.771079,32.221611],[118.771098,32.221600]],[[118.770850,32.221461],[118.770889,32.221429]],[[118.770889,32.221429],[118.770910,32.221417]],[[118.771593,32.222077],[118.771429,32.221919]],[[118.771429,32.221919],[118.771249,32.221746]],[[118.771249,32.221746],[118.771098,32.221600]],[[118.771098,32.221600],[118.770910,32.221417]],[[118.770910,32.221417],[118.770850,32.221360]],[[118.770840,32.221152],[118.770850,32.221360]],[[118.770850,32.221360],[118.770910,32.221328]],[[118.773344,32.225641],[118.773250,32.225745]],[[118.773250,32.225745],[118.773283,32.225774]],[[118.773456,32.225741],[118.773360,32.225849]],[[118.773283,32.225774],[118.773360,32.225849]],[[118.773958,32.225905],[118.773973,32.225922]],[[118.773973,32.225922],[118.773779,32.226234]],[[118.773779,32.226234],[118.773516,32.226126]],[[118.773516,32.226126],[118.773426,32.226038]],[[118.773426,32.226038],[118.773210,32.225830]],[[118.773210,32.225830],[118.773209,32.225832]],[[118.773209,32.225832],[118.773018,32.225646]],[[118.773283,32.225774],[118.773210,32.225830]],[[118.773018,32.225646],[118.772999,32.225643]],[[118.772999,32.225643],[118.772948,32.225592]],[[118.772927,32.225593],[118.772948,32.225592]]]},"properties":{"no":"2722","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区43路YS000090","pipetype":"雨水管线","pipecode":"有机区43路YS000090","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4979","endposname":"YS4857","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-14","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1171","dbtime":"2020-12-14 14:04:36.489743"}},{"type":"Feature","id":"管网.1172","geometry":{"type":"MultiLineString","coordinates":[[[118.771735,32.223407],[118.771765,32.223384]],[[118.771765,32.223384],[118.771780,32.223325]],[[118.771780,32.223325],[118.771761,32.223281]],[[118.771761,32.223281],[118.771615,32.223140]],[[118.771615,32.223140],[118.771428,32.222961]],[[118.771428,32.222961],[118.771232,32.222774]],[[118.771232,32.222774],[118.771171,32.222721]],[[118.771171,32.222721],[118.771124,32.222706]],[[118.771124,32.222706],[118.771090,32.222709]],[[118.771090,32.222709],[118.771078,32.222717]],[[118.771135,32.222718],[118.771085,32.222723]],[[118.771085,32.222723],[118.770753,32.222960]],[[118.770753,32.222960],[118.770702,32.223010]],[[118.770702,32.223010],[118.770560,32.223120]],[[118.770560,32.223120],[118.770557,32.223149]]]},"properties":{"no":"2754","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区环己酮路YS000091","pipetype":"雨水管线","pipecode":"有机区环己酮路YS000091","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5011","endposname":"YS5027","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-14","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1172","dbtime":"2020-12-14 14:04:36.502598"}},{"type":"Feature","id":"管网.1173","geometry":{"type":"MultiLineString","coordinates":[[[118.770550,32.223124],[118.770546,32.223160]],[[118.770546,32.223160],[118.770558,32.223203]],[[118.770558,32.223203],[118.770696,32.223334]],[[118.770696,32.223334],[118.770787,32.223422]],[[118.770787,32.223422],[118.770965,32.223592]],[[118.770965,32.223592],[118.771122,32.223744]],[[118.771122,32.223744],[118.771199,32.223780]],[[118.771199,32.223780],[118.771225,32.223778]],[[118.771225,32.223778],[118.771260,32.223764]]]},"properties":{"no":"2769","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区45路YS000092","pipetype":"雨水管线","pipecode":"有机区45路YS000092","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5028","endposname":"YS5037","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-14","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1173","dbtime":"2020-12-14 14:04:36.512226"}},{"type":"Feature","id":"管网.1174","geometry":{"type":"MultiLineString","coordinates":[[[118.771232,32.222774],[118.771297,32.222724]],[[118.771078,32.222717],[118.771038,32.222681]],[[118.771078,32.222717],[118.771085,32.222723]],[[118.770753,32.222960],[118.770711,32.222920]],[[118.770696,32.223334],[118.770634,32.223383]],[[118.770787,32.223422],[118.770723,32.223469]],[[118.770557,32.223149],[118.770546,32.223160]],[[118.771300,32.223816],[118.771260,32.223764]],[[118.771202,32.226670],[118.770990,32.226467]],[[118.770990,32.226467],[118.770797,32.226282]],[[118.770797,32.226282],[118.770581,32.226074]],[[118.770581,32.226074],[118.770283,32.225787]],[[118.770238,32.225829],[118.770283,32.225787]]]},"properties":{"no":"2778","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区46路YS000093","pipetype":"雨水管线","pipecode":"有机区46路YS000093","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5038","endposname":"YS4710","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-14","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1174","dbtime":"2020-12-14 14:04:36.524515"}},{"type":"Feature","id":"管网.1175","geometry":{"type":"MultiLineString","coordinates":[[[118.769499,32.222160],[118.769604,32.222258]],[[118.771082,32.222517],[118.771016,32.222568]],[[118.771016,32.222568],[118.771000,32.222579]],[[118.770871,32.222313],[118.770803,32.222364]],[[118.770803,32.222364],[118.770790,32.222376]],[[118.770660,32.222112],[118.770593,32.222164]],[[118.770593,32.222164],[118.770580,32.222174]],[[118.770449,32.221911],[118.770382,32.221962]],[[118.770382,32.221962],[118.770371,32.221971]],[[118.770241,32.221831],[118.770317,32.221905]],[[118.770317,32.221905],[118.770379,32.221964]],[[118.770382,32.221962],[118.770379,32.221964]],[[118.771000,32.222579],[118.770790,32.222376]],[[118.770790,32.222376],[118.770580,32.222174]],[[118.770580,32.222174],[118.770371,32.221971]],[[118.770371,32.221971],[118.770190,32.221804]],[[118.770093,32.221714],[118.770190,32.221804]],[[118.770190,32.221804],[118.770291,32.221729]]]},"properties":{"no":"2791","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区47路YS000094","pipetype":"雨水管线","pipecode":"有机区47路YS000094","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4812","endposname":"YS5063","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-17","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1175","dbtime":"2020-12-14 14:04:36.541576"}},{"type":"Feature","id":"管网.1176","geometry":{"type":"MultiLineString","coordinates":[[[118.769360,32.222460],[118.769335,32.222444]],[[118.769255,32.222366],[118.769335,32.222444]],[[118.769235,32.222348],[118.769223,32.222336]],[[118.769223,32.222336],[118.769196,32.222311]],[[118.769196,32.222311],[118.768163,32.221300]],[[118.768163,32.221300],[118.768086,32.221224]],[[118.768010,32.221150],[118.768086,32.221224]],[[118.768010,32.221150],[118.768043,32.221104]],[[118.768043,32.221104],[118.768080,32.221043]],[[118.768080,32.221043],[118.768384,32.220611]],[[118.768384,32.220611],[118.768415,32.220558]],[[118.768415,32.220558],[118.769184,32.219931]],[[118.769747,32.219482],[118.769184,32.219931]],[[118.769747,32.219482],[118.769873,32.219371]],[[118.769873,32.219371],[118.770111,32.219174]],[[118.770111,32.219174],[118.770213,32.219066]],[[118.770213,32.219066],[118.770182,32.219035]],[[118.770182,32.219035],[118.770206,32.219005]],[[118.770206,32.219005],[118.770227,32.218988]],[[118.770227,32.218988],[118.770455,32.218814]],[[118.770227,32.218988],[118.770455,32.218814]]]},"properties":{"no":"2809","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区48路YS000095","pipetype":"雨水管线","pipecode":"有机区48路YS000095","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS4971","endposname":"YS5079","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-17","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1176","dbtime":"2020-12-14 14:04:36.557247"}},{"type":"Feature","id":"管网.1178","geometry":{"type":"MultiLineString","coordinates":[[[118.774897,32.224059],[118.774944,32.224102]],[[118.774944,32.224102],[118.774962,32.224117]],[[118.775232,32.223885],[118.775268,32.223886]],[[118.775326,32.223993],[118.775360,32.223967]],[[118.775360,32.223967],[118.775368,32.223960]],[[118.775643,32.224298],[118.775669,32.224278]],[[118.775669,32.224278],[118.775685,32.224264]],[[118.775884,32.224529],[118.775909,32.224510]],[[118.775909,32.224510],[118.775926,32.224497]],[[118.776281,32.224927],[118.776264,32.224934]],[[118.774962,32.224117],[118.775268,32.223886]],[[118.775268,32.223886],[118.775360,32.223967]],[[118.775360,32.223967],[118.775426,32.224023]],[[118.775426,32.224023],[118.775603,32.224195]],[[118.775669,32.224278],[118.775603,32.224195]],[[118.775669,32.224278],[118.775820,32.224409]],[[118.775909,32.224510],[118.775820,32.224409]],[[118.775909,32.224510],[118.775989,32.224582]],[[118.775989,32.224582],[118.776185,32.224815]],[[118.776185,32.224815],[118.776248,32.224911]],[[118.776264,32.224934],[118.776248,32.224911]],[[118.776264,32.224934],[118.776286,32.225031]],[[118.776264,32.224934],[118.776196,32.224986]],[[118.776264,32.224934],[118.776196,32.224986]]]},"properties":{"no":"2844","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区50路YS000097","pipetype":"雨水管线","pipecode":"有机区50路YS000097","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5095","endposname":"YS5110","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-19","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1178","dbtime":"2020-12-14 14:04:36.587417"}},{"type":"Feature","id":"管网.1179","geometry":{"type":"MultiLineString","coordinates":[[[118.769293,32.223739],[118.769075,32.223906]],[[118.769075,32.223906],[118.769070,32.223901]],[[118.769070,32.223901],[118.768925,32.224006]],[[118.768925,32.224006],[118.768933,32.224043]],[[118.768933,32.224043],[118.768987,32.224097]],[[118.769432,32.224346],[118.769266,32.224194]],[[118.769266,32.224194],[118.769164,32.224268]],[[118.768987,32.224097],[118.769164,32.224268]],[[118.768987,32.224097],[118.768886,32.224177]],[[118.768761,32.224284],[118.768886,32.224177]],[[118.769265,32.224541],[118.769093,32.224373]],[[118.768886,32.224177],[118.769093,32.224373]]]},"properties":{"no":"2868","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区51路YS000098","pipetype":"雨水管线","pipecode":"有机区51路YS000098","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5119","endposname":"YS5128","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-19","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1179","dbtime":"2020-12-14 14:04:36.599205"}},{"type":"Feature","id":"管网.1180","geometry":{"type":"MultiLineString","coordinates":[[[118.769694,32.224805],[118.769613,32.224866]],[[118.769613,32.224866],[118.769581,32.224835]],[[118.769613,32.224866],[118.769618,32.224870]],[[118.769483,32.224974],[118.769618,32.224870]],[[118.767761,32.225313],[118.768036,32.225108]],[[118.768036,32.225108],[118.768168,32.225237]],[[118.768168,32.225237],[118.768114,32.225279]],[[118.768168,32.225237],[118.768221,32.225285]],[[118.768221,32.225285],[118.768329,32.225391]],[[118.768329,32.225391],[118.768544,32.225598]],[[118.768544,32.225598],[118.768743,32.225787]],[[118.768724,32.225860],[118.768774,32.225818]],[[118.768743,32.225787],[118.768774,32.225818]],[[118.768743,32.225787],[118.768772,32.225766]]]},"properties":{"no":"2880","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区52路YS000099","pipetype":"雨水管线","pipecode":"有机区52路YS000099","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5131","endposname":"YS5145","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-20","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1180","dbtime":"2020-12-14 14:04:36.611199"}},{"type":"Feature","id":"管网.1181","geometry":{"type":"MultiLineString","coordinates":[[[118.768977,32.227157],[118.768975,32.227189]],[[118.769161,32.227074],[118.769201,32.227105]],[[118.769681,32.226685],[118.769711,32.226712]],[[118.769034,32.226720],[118.769049,32.226706]],[[118.768975,32.227189],[118.769022,32.227240]],[[118.769201,32.227105],[118.769022,32.227240]],[[118.769201,32.227105],[118.769350,32.226985]],[[118.769711,32.226712],[118.769532,32.226845]],[[118.769350,32.226985],[118.769532,32.226845]],[[118.769049,32.226706],[118.769350,32.226985]],[[118.769049,32.226706],[118.768596,32.226280]],[[118.767632,32.225575],[118.767884,32.225818]],[[118.767884,32.225818],[118.768184,32.226080]],[[118.768184,32.226080],[118.768360,32.226250]],[[118.768360,32.226250],[118.768481,32.226367]],[[118.768596,32.226280],[118.768481,32.226367]],[[118.768596,32.226280],[118.768835,32.226082]],[[118.768835,32.226082],[118.769005,32.225953]],[[118.769005,32.225953],[118.769197,32.225810]],[[118.769197,32.225810],[118.769324,32.225714]],[[118.769324,32.225714],[118.769594,32.225511]],[[118.769758,32.225383],[118.769594,32.225511]],[[118.769005,32.225953],[118.768794,32.225751]],[[118.768794,32.225751],[118.768584,32.225548]],[[118.768584,32.225548],[118.768353,32.225327]],[[118.768353,32.225327],[118.768179,32.225161]],[[118.768179,32.225161],[118.767968,32.224957]],[[118.767968,32.224957],[118.767992,32.224890]],[[118.768480,32.224902],[118.768690,32.225108]],[[118.768690,32.225108],[118.768902,32.225309]],[[118.768902,32.225309],[118.769111,32.225512]],[[118.769324,32.225714],[118.769111,32.225512]],[[118.768480,32.224902],[118.768405,32.224960]],[[118.768405,32.224960],[118.768324,32.225030]],[[118.768324,32.225030],[118.768260,32.225087]],[[118.768260,32.225087],[118.768200,32.225143]],[[118.767675,32.225528],[118.767632,32.225561]],[[118.767632,32.225575],[118.767632,32.225561]],[[118.767934,32.225777],[118.767892,32.225811]],[[118.767884,32.225818],[118.767892,32.225811]],[[118.768184,32.226080],[118.768211,32.226042]],[[118.768184,32.226080],[118.768167,32.226077]],[[118.768475,32.226148],[118.768389,32.226214]],[[118.768360,32.226250],[118.768389,32.226214]],[[118.768360,32.226250],[118.768346,32.226248]],[[118.768481,32.226367],[118.768483,32.226379]],[[118.768596,32.226280],[118.768683,32.226412]],[[118.768596,32.226280],[118.768552,32.226236]],[[118.768596,32.226280],[118.768683,32.226272]],[[118.768835,32.226082],[118.768800,32.226049]],[[118.768835,32.226082],[118.768861,32.226107]],[[118.769005,32.225953],[118.769038,32.225865]],[[118.769005,32.225953],[118.769031,32.225979]],[[118.769197,32.225810],[118.769161,32.225780]],[[118.769324,32.225714],[118.769348,32.225740]],[[118.769594,32.225511],[118.769619,32.225536]],[[118.768794,32.225751],[118.768816,32.225734]],[[118.768772,32.225766],[118.768794,32.225751]],[[118.768584,32.225548],[118.768606,32.225532]],[[118.768584,32.225548],[118.768560,32.225564]],[[118.768353,32.225327],[118.768376,32.225311]],[[118.768353,32.225327],[118.768331,32.225343]],[[118.768179,32.225161],[118.768200,32.225143]],[[118.768179,32.225161],[118.768157,32.225178]],[[118.767968,32.224957],[118.768092,32.224971]],[[118.768532,32.224865],[118.768489,32.224896]],[[118.768480,32.224902],[118.768489,32.224896]],[[118.768744,32.225066],[118.768699,32.225100]],[[118.768690,32.225108],[118.768699,32.225100]],[[118.768957,32.225270],[118.768911,32.225303]],[[118.768902,32.225309],[118.768911,32.225303]],[[118.769164,32.225470],[118.769122,32.225506]],[[118.769111,32.225512],[118.769122,32.225506]],[[118.767661,32.225281],[118.767622,32.225244]],[[118.767622,32.225244],[118.767600,32.225223]]]},"properties":{"no":"2894","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区53路YS000100","pipetype":"雨水管线","pipecode":"有机区53路YS000100","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5146","endposname":"YS5219","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-20","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1181","dbtime":"2020-12-14 14:04:36.654486"}},{"type":"Feature","id":"管网.1182","geometry":{"type":"MultiLineString","coordinates":[[[118.767600,32.225223],[118.767809,32.225042]],[[118.767809,32.225042],[118.767894,32.224953]],[[118.767894,32.224953],[118.767917,32.224954]],[[118.767992,32.224890],[118.767917,32.224954]],[[118.767992,32.224890],[118.768199,32.224720]],[[118.768199,32.224720],[118.768372,32.224592]],[[118.768690,32.224358],[118.768372,32.224592]]]},"properties":{"no":"2969","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区54路YS000101","pipetype":"雨水管线","pipecode":"有机区54路YS000101","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5219","endposname":"YS4698","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-20","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1182","dbtime":"2020-12-14 14:04:36.663734"}},{"type":"Feature","id":"管网.1183","geometry":{"type":"MultiLineString","coordinates":[[[118.786082,32.231358],[118.786028,32.231422]],[[118.786028,32.231422],[118.785853,32.231278]],[[118.785853,32.231278],[118.785644,32.231108]],[[118.785644,32.231108],[118.785469,32.230965]],[[118.785469,32.230965],[118.785272,32.230805]],[[118.785272,32.230805],[118.785087,32.230654]],[[118.785087,32.230654],[118.784926,32.230523]],[[118.784926,32.230523],[118.784633,32.230284]],[[118.784633,32.230284],[118.784597,32.230254]],[[118.784597,32.230254],[118.784636,32.230221]],[[118.784636,32.230221],[118.784760,32.230114]],[[118.784760,32.230114],[118.784837,32.230048]],[[118.784837,32.230048],[118.784928,32.229970]],[[118.784928,32.229970],[118.785073,32.229846]],[[118.785073,32.229846],[118.785096,32.229632]],[[118.785096,32.229632],[118.784990,32.229520]],[[118.784639,32.229876],[118.784154,32.230306]],[[118.784639,32.229876],[118.784990,32.229520]],[[118.784990,32.229520],[118.785331,32.229265]],[[118.784990,32.229520],[118.785331,32.229265]]]},"properties":{"no":"2976","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"污水处理厂YS000102","pipetype":"雨水管线","pipecode":"污水处理厂YS000102","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5225","endposname":"YS5241","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-20","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1183","dbtime":"2020-12-14 14:04:36.679092"}},{"type":"Feature","id":"管网.1184","geometry":{"type":"MultiLineString","coordinates":[[[118.781083,32.229742],[118.781289,32.229910]],[[118.780920,32.229663],[118.781223,32.229917]],[[118.781223,32.229917],[118.781245,32.229951]],[[118.781245,32.229951],[118.781267,32.229974]],[[118.781289,32.229910],[118.781295,32.229892]],[[118.781289,32.229910],[118.781267,32.229974]],[[118.781267,32.229974],[118.781230,32.230083]],[[118.781230,32.230083],[118.781309,32.230143]],[[118.781309,32.230143],[118.781223,32.230328]],[[118.781223,32.230328],[118.781149,32.230394]],[[118.781149,32.230394],[118.781090,32.230443]],[[118.779878,32.229434],[118.780038,32.229566]],[[118.780038,32.229566],[118.780485,32.229932]],[[118.780485,32.229932],[118.780805,32.230195]],[[118.780805,32.230195],[118.781036,32.230385]],[[118.781090,32.230443],[118.781036,32.230385]],[[118.781090,32.230443],[118.781109,32.230463]],[[118.781090,32.230443],[118.781109,32.230463]]]},"properties":{"no":"2996","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"大货场厂YS000103","pipetype":"雨水管线","pipecode":"大货场厂YS000103","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5244","endposname":"YS5255","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-20","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1184","dbtime":"2020-12-14 14:04:36.694766"}},{"type":"Feature","id":"管网.1185","geometry":{"type":"MultiLineString","coordinates":[[[118.782550,32.230456],[118.782539,32.230395]],[[118.782539,32.230395],[118.782538,32.230383]],[[118.782940,32.230358],[118.782919,32.230311]],[[118.782919,32.230311],[118.782907,32.230289]],[[118.783304,32.230178],[118.783248,32.230121]],[[118.783248,32.230121],[118.783239,32.230117]],[[118.783476,32.230068],[118.783420,32.230010]],[[118.783420,32.230010],[118.783413,32.230002]],[[118.782539,32.230395],[118.782919,32.230311]],[[118.782919,32.230311],[118.783239,32.230117]],[[118.783239,32.230117],[118.783413,32.230002]],[[118.783709,32.229784],[118.783413,32.230002]]]},"properties":{"no":"3014","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区57路YS000102","pipetype":"雨水管线","pipecode":"有机区57路YS000102","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5262","endposname":"YS4486","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-06-20","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1185","dbtime":"2020-12-14 14:04:36.706371"}},{"type":"Feature","id":"管网.1186","geometry":{"type":"MultiLineString","coordinates":[[[118.783692,32.228863],[118.783609,32.228794]],[[118.783609,32.228794],[118.783640,32.228767]],[[118.783609,32.228794],[118.783415,32.228966]],[[118.783415,32.228966],[118.783185,32.229163]],[[118.783185,32.229163],[118.783045,32.229118]],[[118.783000,32.229157],[118.783045,32.229118]],[[118.782185,32.227850],[118.782106,32.227786]],[[118.782106,32.227786],[118.782184,32.227715]],[[118.782184,32.227715],[118.782393,32.227864]],[[118.782393,32.227864],[118.782188,32.228046]],[[118.782188,32.228046],[118.781968,32.228241]],[[118.781968,32.228241],[118.781660,32.227998]],[[118.781660,32.227998],[118.781519,32.227879]],[[118.781519,32.227879],[118.781657,32.227755]],[[118.781660,32.227998],[118.781802,32.227873]],[[118.782106,32.227786],[118.782060,32.227749]],[[118.782060,32.227749],[118.781887,32.227941]],[[118.781802,32.227873],[118.781887,32.227941]],[[118.781657,32.227755],[118.781802,32.227873]],[[118.781657,32.227755],[118.781463,32.227599]],[[118.781463,32.227599],[118.781527,32.227547]],[[118.781527,32.227547],[118.781736,32.227717]],[[118.781736,32.227717],[118.781757,32.227697]],[[118.781757,32.227697],[118.781765,32.227706]],[[118.781765,32.227706],[118.781776,32.227697]],[[118.781765,32.227706],[118.781776,32.227697]]]},"properties":{"no":"3026","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区58路YS000103","pipetype":"雨水管线","pipecode":"有机区58路YS000103","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5274","endposname":"YS5296","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-01","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1186","dbtime":"2020-12-14 14:04:36.723869"}},{"type":"Feature","id":"管网.1187","geometry":{"type":"MultiLineString","coordinates":[[[118.771436,32.223894],[118.771540,32.223815]],[[118.771540,32.223815],[118.771937,32.223514]],[[118.771937,32.223514],[118.772006,32.223578]],[[118.772006,32.223578],[118.771988,32.223591]],[[118.771988,32.223591],[118.772203,32.223792]],[[118.772203,32.223792],[118.772214,32.223773]],[[118.772214,32.223773],[118.772285,32.223840]],[[118.772285,32.223840],[118.772262,32.223858]],[[118.772262,32.223858],[118.772524,32.224108]],[[118.772524,32.224108],[118.772520,32.224113]],[[118.772520,32.224113],[118.772624,32.224212]],[[118.772624,32.224212],[118.772629,32.224257]],[[118.772629,32.224257],[118.772595,32.224283]],[[118.772629,32.224257],[118.772690,32.224213]],[[118.772690,32.224213],[118.772831,32.224097]],[[118.772831,32.224097],[118.772696,32.223954]],[[118.772696,32.223954],[118.772724,32.223927]],[[118.772724,32.223927],[118.772672,32.223867]],[[118.772672,32.223867],[118.772660,32.223876]],[[118.772672,32.223867],[118.772660,32.223876]],[[118.772831,32.224097],[118.772174,32.223457]],[[118.772174,32.223457],[118.772319,32.223357]],[[118.772319,32.223357],[118.772547,32.223179]],[[118.772426,32.223131],[118.772526,32.223055]],[[118.772526,32.223055],[118.772568,32.223096]],[[118.772568,32.223096],[118.772574,32.223088]],[[118.772574,32.223088],[118.772612,32.223126]],[[118.772547,32.223179],[118.772612,32.223126]],[[118.772547,32.223179],[118.772816,32.223437]],[[118.772816,32.223437],[118.773182,32.223791]],[[118.773182,32.223791],[118.773039,32.223898]],[[118.773039,32.223898],[118.773003,32.223862]],[[118.773003,32.223862],[118.772913,32.223918]],[[118.772913,32.223918],[118.772966,32.223972]],[[118.772913,32.223918],[118.772802,32.223820]],[[118.772802,32.223820],[118.772695,32.223902]],[[118.772802,32.223820],[118.772695,32.223902]]]},"properties":{"no":"3052","name":"有机区雨水管网","linenumber":"SNP51603YS000004","pipename":"有机区59路YS000104","pipetype":"雨水管线","pipecode":"有机区59路YS000104","subchaname":"","subchacode":"","mediumtype":"雨水","length":"0","startposname":"YS5298","endposname":"YS5333","pressureating":"0","designtranyear":"0","earningcapacity":"0","coatingthickness":"0","buriedtime":"","coatingmaterial":"","inservicetime":"","orgname":"南化公司","orgcode":"13475160-0","acquisitionpeople":"郭晖","acquisitiondate":"2020-07-11","reportname":"徐培虎","reportphone":"15826924958","remarks":"","devicename":"","devicemn":"","devicedm":"","gid":"1187","dbtime":"2020-12-14 14:04:36.74759"}}]} |
| | | |
| | | |
| | | |